/*
Theme Name: Bidyaaly Theme
Description: This is a WordPress Theme -- WordPress v5.2.2
Author: Kuntal Mukherjee
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900|Quicksand:300,400,500,700&display=swap');

body{
	padding:0;
	margin:0;
	width:100%;
	float:left;
	position:relative;
	overflow-x:hidden;
}

h1, h2{
	font-family:Montserrat !important;
}

a{
	font-family:Quicksand !important;
}

a:hover{
	text-decoration:none;
}

a:focus{
	text-decoration:none;
}

ul{
	padding:0;
}

li{
	list-style:none;
}

.big_container{
	max-width:1250px;
	margin:0 auto;
	position:relative;
}

.main_header_wrap{
	width:100%;
	float:left;
	position:relative;
}

.main_header_wrap img{
	width:100%;
	height:auto;
}

.floting_header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.main_header_inner {
    width: 100%;
    float: left;
    margin: 16% 0 0 0;
}

.header_text_wrap{
	width:100%;
	float:left;
}

.header_text_inner{
	width:53%;
	float:left;
}

.header_text_inner h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #171717;
    margin: 0 0 0 0;
    font-weight: 800;
    line-height: 50px;
}

.header_text_inner p {
    width: 100%;
    float: left;
    font-size: 21px;
    font-family: Quicksand;
    color: #3f3f3f;
    margin: 20px 0 0 0;
    font-weight: 500;
    line-height: 35px;
}

.btn_wrap{
    width: 100%;
    float: left;
	margin:37px 0 0 0;
}

.btn_01 {
    font-size: 18px;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 14px 23px;
    border-radius: 8px;
	position:relative;
	transition:0.3s ease-in-out;
}

.btn_01:hover{
	color:#fff;
	background: #bd1850;
}

.btn_01:focus{
	color:#fff;
}

.btn_01:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 6px;
    z-index: 0;
    border: 0px solid #bd1850;
	opacity:.5;
	transition:0.5s ease-in-out;
}

.btn_01:hover::after{
    transform: scale(1.2, 1.4);
    border: 20px solid #bd1850;
	opacity:0;
}

.main_menu_wrap{
    width: 100%;
    position:absolute;
	z-index:100;
	top:30px;
}

.main_menu_inner{
    width: 100%;
    float: left;
}

.menu_inner{
    width: 100%;
    float: left;
}

.logo-part {
    padding: 0;
    margin: 2px 0 0 0;
}

.logo-part img {
    width: 100%;
}

.navbar-right li a{
	font-size:17px;
	color:#393000;
	text-transform:capitalize;
	font-weight:bold;
	position:relative;
}

.navbar-right li a:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #bd1850;
	top: 0;
	left: -100%;
	opacity:0;
	transition: 0.3s ease-in-out;
}

.navbar-right li a:hover::before{
	left: 0;
	opacity:1;
}

.navbar-right li a:hover{
	color:#bd1850 !important;
}

.navbar-right li a:hover span{
	color:#bd1850 !important;
}

.menu-container .manu ul li a span {
    margin: 14px 0px 0 5px;
}

.navbar-right li:last-child a {
    color: #fff !important;
    background: #000;
    padding: 11px 21px !important;
    border-radius: 31px;
}

.navbar-right li:last-child a:before{
	display:none;
}

.navbar-right li:last-child a:hover{
	background:#bd1850 !important;
}

.navbar-right li:nth-last-child(2) a:hover{
	background:#bd1850 !important;
}

.navbar-right li:nth-last-child(2) a {
    color: #fff !important;
    background: #000;
    padding: 11px 21px;
    border-radius: 31px;
    margin: 0 6px 0 9px;
}

.navbar-right li:nth-last-child(2) a:before{
	display:none;
}

.have_dropdown {
    background: #fff !important;
    box-shadow: 0px 3px 9px rgba(170, 170, 170, 0.5);
}

.have_dropdown:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    top: -4px;
    transform: rotate(45deg);
    left: 60px;
    transition: 0.5s ease;
}

.have_dropdown li a{
	padding:11px 0 !important;
	border-radius:0 !important;
	color:#000 !important;
	background:#fff;
	position:relative;
	z-index:1;
	overflow: hidden;
}

.have_dropdown li:nth-last-child(2) a {
	padding:11px 0 !important;
	border-radius:0 !important;
	color:#000 !important;
	margin:0 !important;
}

.have_dropdown li:last-child a {
	padding:11px 0 !important;
	border-radius:0 !important;
	color:#000 !important;
}

/*Sticky menu style*/

#drop-nav {

    -webkit-box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.30);
    -moz-box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.30);
    -ms-box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.30);
    -o-box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.30);
    box-shadow: 0 1px 10px 0 rgba(1, 1, 1, 0.30);
    display: none;
    height: 65px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.inner-container {
    background-color: #feda11;
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
	height:70px;
	padding-top:10px;
	padding-right:25px;
	padding-left:25px;
}


#drop-nav .top-navigation ul li a{
    color: #fff !important;
    font-size: 19px;
}

#drop-nav .top-navigation ul li a:hover{
    color: #fe2a29 !important;
    font-size: 19px;
	background:transparent !important;
}

#drop-nav .top-navigation ul li a:focus{
    color: #fe2a29 !important;
    font-size: 19px;
	background:transparent !important;
}

#drop-nav .icon-hambrg:after{
	content: "";
	width: 22px;
	height: 16px;
	position: absolute;
	top: 0;
	right:0;
}

.top-navigation a img{
	margin-top:5px;
}

.sticky-nav{
	margin-top:0px !important;
}

#drop-nav .main_menu_part{
	margin: 4px 0 0 0;
}

#drop-nav .logo-part img {
    width: 167px;
}

#drop-nav .logo-part{
	margin: 2px 0 0 0;
}



/*Sticky menu style End*/

.feature_wrap{
	width:100%;
	float:left;
	background:url('images/feature_bac.png');
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	margin:-100px 0 0 0;
}

.feature_inner{
	width:100%;
	float:left;
	margin:120px 0;
}

.feature_heading {
    padding: 0 16px 0 0px;
    margin: 99px 0 0 0;
}

.feature_heading_inner{
	width:100%;
	float:left;
}

.feature_heading_inner h2{
    width: 100%;
    float: left;
    font-size: 37px;
    color: #3e3e3e;
    margin: 0 0 0 0;
    font-weight: 800;
	position:relative;
	font-family:Montserrat !important;
}

.underline_wrap {
    width: 100%;
    position: absolute;
    bottom: -17px;
}

.underline_wrap div {
	width:110px;
	height:3px;
	background:#f0cb00;
}

.feature_heading_inner p {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: Quicksand;
    color: #3e3e3e;
    margin: 35px 0 0 0;
    font-weight: 500;
    line-height: 31px;
}

.feature_blog_wrap{
	padding:0;
}

.feature_blog_inner{
	width:100%;
	float:left;
}

.feature_block_wrap{
	padding:10px !important;
}

.feature_block_inner {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 25.48px 0.52px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    min-height: 230px;
    text-align: center;
    padding: 24px 5px;
	font-family:Poppins;
}

.feature_block_inner span {
    width: 100%;
    float: left;
    margin: 11px 0 0 0;
}

.feature_block_inner span img {
    width: auto;
    /*height: 60px;*/
	  transition:0.3s ease-in-out;
}

.feature_block_inner:hover img {
    animation-name: example;
    animation-duration: .5s;
	transition:0.2 ease-in-out;
	cursor:pointer;
}

@keyframes example {
		25%  {
				-ms-transform: rotate(50deg); /* IE 9 */
				-webkit-transform: rotate(50deg); /* Safari */
				transform: rotate(50deg);
			}
		50% {
			-ms-transform: rotate(0deg); /* IE 9 */
			-webkit-transform: rotate(0deg); /* Safari */
			transform: rotate(0deg);
			}

	    75%  {
			-ms-transform: rotate(50deg); /* IE 9 */
			-webkit-transform: rotate(50deg); /* Safari */
			transform: rotate(50deg);
		}

	    100% {
			-ms-transform: rotate(0deg); /* IE 9 */
			-webkit-transform: rotate(0deg); /* Safari */
			transform: rotate(0deg);
		}
}

.feature_block_inner p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #656565;
    margin: 0 0 0 0;
    font-weight: 500;
    line-height: 26px;
}

.feature_block_inner p strong {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #754b29;
    margin: 12px 0 5px 0;
}

.compleate_benefits_wrap {
    width: 100%;
    float: left;
    background: url(images/benefits_bac.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: -118px 0 0 0;
}

.mid_container{
	max-width:1200px;
	margin:0 auto;
}

.compleate_benefits_inner {
    width: 100%;
    float: left;
    margin: 180px 0 201px 0;
}

.compleate_benefits_inner h2{
    width: 100%;
    float: left;
    font-size: 37px;
    color: #3e3e3e;
    margin: 0 0 0 0;
    font-weight: 800;
	position:relative;
	text-align:center;
	font-family:Montserrat !important;
}

.compleate_benefits_inner .underline_wrap {
    width: 100%;
    position: absolute;
    bottom: -17px;
}

.compleate_benefits_inner .underline_wrap div {
	width:110px;
	height:3px;
	background:#754b29;
	margin:0 auto;
}

.benefit_block_wrap{
	margin:45px 0 0 0;
}

.benefit_block_inner{
    width: 100%;
    float: left;
	position:relative;
}

.benefits_block_img_wrap{
    width: 100%;
    float: left;
	text-align:center;
	position:relative;
}

.background_layer_animate {
    width: 80%;
    position: absolute;
    height: 100%;
    top: -2px;
    left: 10%;
}

.bac_01 {
    background: url('images/b1_bac.png');
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: top center;
	animation-name: example_01;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes example_01 {
  0%   {transform:rotate(0deg);}
  20%   {transform:rotate(40deg);}
  40%   {transform:rotate(-40deg);}
  60%   {transform:rotate(80deg);}
  80%   {transform:rotate(-80deg);}
  100%   {transform:rotate(10deg);}
}

.bac_02 {
    background: url('images/b2_bac.png');
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: top center;
	animation-name: example_02;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes example_02 {
  0%   {transform:rotate(0deg);}
  20%   {transform:rotate(-40deg);}
  40%   {transform:rotate(40deg);}
  60%   {transform:rotate(-80deg);}
  80%   {transform:rotate(80deg);}
  100%   {transform:rotate(-10deg);}
}

.bac_03 {
    background: url('images/b3_bac.png');
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: top center;
	animation-name: example_03;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes example_03 {
  0%   {transform:rotate(0deg);}
  20%   {transform:rotate(40deg);}
  40%   {transform:rotate(-40deg);}
  60%   {transform:rotate(80deg);}
  80%   {transform:rotate(-80deg);}
  100%   {transform:rotate(10deg);}
}

.benefits_block_img_wrap img{
	width:70%;
	position:relative;
	z-index:10;
}

.benefits_blog_info{
	text-align:center;
}

.benefits_blog_info h3 {
    width: 100%;
    float: left;
    margin: 25px 0 10px 0;
    font-family: Quicksand;
    font-size: 35px;
    color: #754b29;
    font-weight: bold;
}

.benefits_blog_info p {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-family: Quicksand;
    font-size: 19px;
    color: #6d5c00;
    font-weight: 500;
}

.benefits_blog_info a{
    font-size: 16px;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
	text-transform:capitalize;
	position:relative;
	transition:0.4s ease-in-out;
}

.benefits_blog_info a:hover{
	background:#bd1850;
}


.benefits_blog_info a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 6px;
    z-index: 0;
    border: 0px solid #bd1850;
	opacity:.5;
	transition:0.5s ease-in-out;
}

.benefits_blog_info a:hover::after{
    transform: scale(1.2, 1.4);
    border: 20px solid #bd1850;
	opacity:0;
}


.latest_news_wrap{
	width:100%;
	float:left;
}

.latest_news_inner{
	width:100%;
	float:left;
	margin: -20px 0 0px 0;
}


.latest_news_inner h2{
    width: 100%;
    float: left;
    font-size: 37px;
    color: #3e3e3e;
    margin: 0 0 0 0;
    font-weight: 800;
	position:relative;
	text-align:center;
	font-family:Montserrat !important;
}

.latest_news_inner .underline_wrap {
    width: 100%;
    position: absolute;
    bottom: -17px;
}

.latest_news_inner .underline_wrap div {
	width:110px;
	height:3px;
	background:#754b29;
	margin:0 auto;
}

.newsBlock{
	margin:55px 0 0 0;
}

.newsBlockInner{
	width:100%;
	float:left;
	background:#fff;
	box-shadow: 0px 0px 25.48px 0.52px rgba(0, 0, 0, 0.07);
	padding:12px 12px 12px 12px;
}

.newsBlockInner:hover p strong a{
	color:#bd1850;
}

.newsBlockInner span{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.newsBlockInner span img{
	width:100%;
	height:auto;
	transition:0.3s ease-in-out;
}

.newsBlockInner:hover span a img{
	transform:scale(1.3);
}

.newsBlockInner p strong a {
    width: 100%;
    float: left;
    color: #181818;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 4px 0;
	transition:0.2s ease-in-out;
}

.newsBlockInner p {
    width: 100%;
    float: left;
    color: #656565;
    font-family: Poppins;
    font-size: 17px;
    line-height: 26px;
    margin: 13px 0 7px 0;
}

.latest_news_inner .btn_wrap{
	text-align:center;
	margin-top:45px;
}

.shedule_demo_wrap{
	width:100%;
	float:left;
	background:#e6c301;
}

.shedule_demo_inner {
    width: 100%;
    float: left;
    margin: 110px 0 80px 0;
    background-color: #fff;
    background-image: url('images/demo_bac.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 90px 45px;
    box-shadow: 0px 0px 23.52px 0.48px rgba(0, 0, 0, 0.14);
	overflow:hidden;
}

.main_contact_wrap{
	width:45%;
	float:right;
	text-align:left;
}

.main_contact_wrap h2{
    width: 100%;
    float: left;
    font-size: 37px;
    color: #3e3e3e;
    margin: 0 0 0 0;
    font-weight: 800;
	position:relative;
	font-family:Montserrat !important;
}

.underline_wrap {
    width: 100%;
    position: absolute;
    bottom: -17px;
}

.main_contact_wrap .underline_wrap div {
	width:110px;
	height:3px;
	background:#f0cb00;
}

.input_listing{
	width:100%;
	float:left;
	margin:30px 0 0 0;
}

.input_listing li{
	width:50%;
	float:left;
	padding:0px 8px 0 0;
	margin:15px 0 0 0;
}

.input_listing li:last-child{
	width:100% !important;
}

.usr{
	width:100%;
	float:left;
	padding:20px 15px;
	border:0;
	background:#fcf5cc;
	font-family:Poppins;
	font-size:17px;
	font-weight:500;
	user-select:none;
	outline:none;
}

.commnt{
	height:140px;
}

.main_contact_wrap .btn_wrap {
    margin: 20px 0 0 0;
}

.main_contact_wrap .btn_wrap .btn_01 {
    border:0;
	text-transform:capitalize;
	user-select:none;
	outline:none;
}

.footer_wrap{
	width:100%;
	float:left;
	background:#282828;
}

.footer_inner{
	width:100%;
	float:left;
	margin:70px 0;
}

.foot_block_inner{
	width:100%;
	float:left;
}

.footer_logo {
	width: 100%;
	float: left;
}

.footer_logo img {
	width:auto;
}

.foot_block_inner p {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    margin: 14px 0 0 0;
    font-weight: 300;
}

.footer_social_listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer_social_listing li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
}

.footer_social_listing li a i {
    background: #404040;
    color: #d1d1d1;
    font-size: 21px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0 0 0;
    border-radius: 5px;
	position:relative;
	transition:0.3s ease-in-out;
}


.footer_social_listing li a i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 6px;
    z-index: 0;
    border: 0px solid #bd1850;
	opacity:.9;
	transition:0.8s ease-in-out;
}

.footer_social_listing li a i:hover{
	background:#bd1850;
	color:#fff;
}

.footer_social_listing li a i:hover::after{
    transform: scale(1.2, 1.4);
    border: 20px solid #bd1850;
	opacity:0;
}


.footer_nav{
	width:100%;
	float:left;
	padding:0;
}

.footer_nav li {
    width: 50%;
    float: left;
    margin: 15px 0 0 0;
}

.footer_nav li a{
	color:#eeeeee;
	font-family:Quicksand;
	font-size:17px;
	font-weight:500;
	transition:0.3s ease-in-out;
}

.footer_nav li a:hover{
	color:#e6c301;
}

.foot_block_inner h3{
	width:100%;
	float:left;
	margin:0 0 0 0;
	font-family:Quicksand;
	color:#fff;
	font-size:25px;
}

.download_app_listing {
	width:100%;
	float:left;
	padding:0;
	margin:15px 0 0 0;
}

.download_app_listing li{
	width:50%;
	float:left;
	padding:0 8px 0 0;
}

.download_app_listing li a img{
	width:100%;
}

.end_footer{
	width:100%;
	float:left;
	background:#3c3c3c;
}

.end_footer p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 13px 0px;
    text-align: right;
    font-family: Quicksand;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.get_started_wrap {
    width: 100%;
    float: left;
    background-image: url('images/phone_screen_bac.png');
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    margin: -20px 0 0 0;
}

.get_started_inner{
	width:100%;
	float:left;
	margin:120px 0 30px 0;
	position:relative;
}

.stard_text_inner{
	width:90%;
	float:right;
	margin:120px 0 0 0;
}

.stard_text_wrap .underline_wrap div {
	width:120px;
	height:3px;
	background:#754b29;
}

.stard_text_wrap h2 {
    width: 100%;
    float: left;
    font-size: 37px;
    color: #201f1f;
    margin: 0 0 0 0;
    font-weight: 800;
    position: relative;
    line-height: 48px;
	font-family:Montserrat !important;
}

.stard_text_wrap p {
    width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 21px;
    color: #000;
    margin: 36px 0 0 0;
    font-weight: 500;
    position: relative;
    line-height: 38px;
}


.mobile_screen_inner img {
    width: 65%;
}

.mobile_screen_inner .img1 {
    position: absolute;
    left: 44px;
    top: 0;
}

.mobile_screen_inner .img2 {
    position: absolute;
    right: 0;
    top: -44px;
}

.mobile_screen_inner{
	width:90%;
	float:left;
}

.top_up_btn {
	width:45px;
	height:auto;
	position:fixed;
    bottom: 0px;
    right: 20px;
	z-index:999;
	opacity:0;
	transition:0.4s ease-in-out;
}

.top_up_visible{
	bottom:40px;
	opacity:1;
}

.top_up_btn a img{
	width:100% !important;
}

/**********contact us**************/

.inner_header_content {
    position: absolute;
    right: 0;
    top: 27%;
    z-index: 1;
    width: 100%;
}

.inner_header_content_inner {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
}

.inner_under_line{
    background: #483d00 !important;
    float: right;
}

.inner_header_content_inner h1{
	width:100%;
	float:left;
	font-family:Montserrat;
	font-size:41px;
	text-transform:capitalize;
	font-weight:bold;
	position:relative;
	margin:0;
	color:#151515;
}

.inner_header_content_inner p {
    width: 46%;
    float: right;
    font-family: Quicksand;
    font-size: 22px;
    font-weight: 500;
    margin: 36px 0 0 0;
}

.compleat_contact_wrap{
	width:100%;
	float:left;
	margin:0 0 80px 0;
}

.compleat_contact_inner{
	width:100%;
	float:left;
	background:#fff;
	padding:0;
	margin:0;
	box-shadow: 0px 0px 28.42px 0.58px rgba(0, 0, 0, 0.11);
	border-radius:6px;
	overflow:hidden;
}

.get_in{
	padding:0;
	overflow:hidden;
}

.contact_form{
	padding:0;
	background:#f0cb00;
	position:relative;
}

.h_animation{
	width:100%;
	float:left;
	overflow:hidden;
}

.contact_form:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background: #f0cb00;
    transform: rotate(45deg);
    top: 65px;
    left: -20px;
    z-index: 0;
}

.get_in_inner{
	width:100%;
	float:left;
	padding:80px 50px;
	overflow:hidden;
}

.contact_form_inner {
    width: 100%;
    float: left;
    padding: 80px 50px;
    z-index: 10;
    position: relative;
	overflow:hidden;
}


.contact_usr{
	width:100%;
	float:left;
	margin-bottom:25px;
	background-color:transparent;
	border:1px solid #705f00;
	padding:22px 65px;
	font-size:16px;
	font-family:Quicksand;
	font-weight:500;
	color:#705f00;
	border-radius:50px;
	outline:none;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 22px 19px;
}

.contact_usr::placeholder {
  color: #7e6b01;
  opacity: 1;
  text-transform:capitalize;
}

.name{
	background-image:url('images/user.png');
}

.phone{
	background-image:url('images/phone.png');
}

.mail{
	background-image:url('images/envelope.png');
}


.msg{
	padding:25px 32px !important;
	height:150px;
	border-radius:32px;
}

.sub_wrap{
	width:100%;
	float:left;
}

.contact_submit{
	background:#7e6b01;
	color:#fff;
	font-size:19px;
	font-family:Quicksand;
	font-weight:bold;
	outline:none;
	border:0;
	padding:12px 29px;
	text-transform:uppercase;
	border-radius:30px;
	transition:0.3s ease-in-out;
}

.contact_submit:hover{
	background:#000;
}

.get_in_inner h3{
	width:100%;
	float:left;
	font-family:Poppins;
	margin:0;
	font-size:24px;
	color:#343434;
}

.get_in_inner h3 strong{
	color:#f0cb00;
}

.get_in_inner p {
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 17px;
    color: #404040;
    margin: 22px 0 0 0;
    line-height: 27px;
    font-weight: 500;
}

.contact_block {
    width: 100%;
    float: left;
    margin: 45px 0 0 0;
}

.contact_block p {
    width: 100%;
    float: left;
    margin: 0;
    font-family: Montserrat;
    color: #3a3939;
    font-size: 17px;
    font-weight: 500;
}

.contact_block p i {
    width: 43px;
    height: 43px;
    background: #f0cb00;
    color: #7e6b01;
    text-align: center;
    padding: 7px 0 0 0;
    font-size: 30px;
    border-radius: 5px;
    margin: 5px 6px 0 0;
    float: left;
}

.contact_social_wrap {
    width: 100%;
    float: left;
    margin: 75px 0 0 0;
}

.contact_social_listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
}

.contact_social_listing li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
}

.contact_social_listing li a i {
    background: #f0cb00;
    color: #7e6b01;
    font-size: 21px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0 0 0;
    border-radius: 5px;
	position:relative;
	transition:0.3s ease-in-out;
}


.contact_social_listing li a i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 6px;
    z-index: 0;
    border: 0px solid #ffa200;
	opacity:.9;
	transition:0.8s ease-in-out;
}

.contact_social_listing li a i:hover{
	background:#ffa200;
	color:#fff;
}

.contact_social_listing li a i:hover::after{
    transform: scale(1.2, 1.4);
    border: 20px solid #ffa200;
	opacity:0;
}

.main_big_header_wrap{
	width:100%;
	float:left;
	position:relative;
}

.main_big_header_wrap img{
	width:100%;
	height:auto;
}


/*********** latest news wrap *************/

.short {
    float: left !important;
    text-align: left;
    margin: 35px 0 0 0;
}

.short .inner_under_line {
    float: left;
}

.short p {
    width: 46%;
    float: left;
}

.latest_news_compleat_wrap{
	width:100%;
	float:left;
	margin:0 0 60px 0;
}

.latest_news_compleat_inner{
	width:100%;
	float:left;
}

.news_img img{
	width:100%;
	height:auto;
}

.news_content h3{
	width:100%;
	float:left;
	margin:0;
	font-family:Montserrat;
	color:#282828;
	font-size:26px;
	font-weight:700;
}

.news_content p {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    font-family: Quicksand;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
}

.latest_news_block_wrap{
	width:100%;
	float:left;
	margin:0;
	padding:40px 0;
	border-bottom:1px solid #ddd;
}

.latest_news_block_wrap:last-child{
	border:0;
}

.short span {
    max-width: 730px;
    float: left;
}

.short h1 {
    font-size: 34px;
}

.short p {
    font-size: 19px;
}

/************* feactures ************/

.feactures_wrap{
	width:100%;
	float:left;
}

.feactures_container{
	max-width:950px;
	margin:0 auto;
	padding:0 15px;
}

.feactures_inner{
	width:100%;
	float:left;
	margin:0 0 40px 0;
}

.feactureBlock{
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
	margin:0 0 0px 0;
	padding:40px 0;
}

.feactureBlock:last-child{
	border-bottom:0;
}

.feacture_icon_inner {
    float: left;
    position: relative;
    text-align: center;
}

.feacture_text_inner p {
    width: 100%;
    float: left;
    font-size: 15px;
	font-family:Quicksand;
    color: #656565;
    margin: 0 0 0 0;
    font-weight: 500;
    line-height: 26px;
}

.feacture_text_inner p strong{
    width: 100%;
    float: left;
    font-size: 19px;
    color: #754b29;
    margin: 12px 0 5px 0;
	font-weight:bold !important;
}

.career_inner{
	margin-bottom:70px;
}

.excerpt_span{
	margin:-12px 0 0 0;
}

.career_inner p {
    width: 100%;
    float: left;
    font-size: 19px;
	font-family:Quicksand;
    color: #656565;
    margin: 0 0 0 0;
    font-weight: 500;
    line-height: 26px;
}

.career_inner p strong{
    width: 100%;
    float: left;
    font-size: 21px;
    color: #754b29;
    margin: 12px 0 5px 0;
	font-weight:bold !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
    width: 100%;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    float: left;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid #ff0000;
    width: 100%;
    float: left;
    text-align: center;
}

.solutions_wrapper{
    float: left;
    width: 100%;
}

.solutions_inner{
    float: left;
    width: 100%;
	margin:0 0 70px 0;
}

.solution_block_wrap{
    float: left;
    width: 100%;
}

.solution_block_wrap p img {
    float: left;
    padding: 0 12px 0 0px;
}

.solution_block_wrap p {
    float: left;
    width: 100%;
    font-family: Quicksand;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    line-height: 28px;
}

.news_content b {
    float: left;
    width: 100%;
    margin: 12px 0 -7px 0;
    font-family: Poppins;
    font-size: 13px;
    color: #898989;
    font-weight: 600;
}

.news_content b i {
    background: #dbdbdb;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding: 5px 0 0 0;
    margin: 0 3px 0 0px;
}

.blog_details_img_wrap{
	width:100%;
	float:left;
	text-align:center;
}

.blog_details_img_wrap img{
	max-width:100%;
	height:auto;
}

.blog_details{
	width:100%;
	float:left;
	font-family:Poppins;
}

.blog_details h2 {
    width: 100%;
    float: left;
    margin: 25px 0 16px 0;
	font-weight:800;
	position:relative;
}

.blog_details p {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    margin: 22px 0 0 0;
}

.blog_details ul {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}

.blog_details ul li{
	min-height:30px;
	list-style-type:circle;
	font-size:18px;
}

.innrBtnWrap {
    width: 100%;
    float: left;
	position:relative;
}

.innrBtnWrap img {
    width: 93%;
    float: right;
}

.btn_align_wrap {
    width: 100%;
    float: left;
    text-align: left;
    position: absolute;
    bottom: 30%;
}

.btn_align_wrap h3 {
    width: 100%;
    float: left;
    margin: 0px 0 19px 0;
    font-size: 24px;
    color: #a74d95;
    font-weight: 800;
}

.btn_align_wrap a {
    margin: 0 11px 0 0;
}

.btn_align_wrap span{
	width:100%;
	float:left;
}

.btn_align_wrap p {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 500;
    max-width: 698px;
    line-height: 32px;
    margin: 9px 0 34px 0;
}

img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.blog_text_details blockquote{
	padding:0;
	border:0;
}

.blog_text_details h1, h2, h3, h4, h5, h6{
	width:100%;
	float:left;
	margin:15px 0;
}

.blog_text_details ul, ol{
	width:100%;
	float:left;
	padding:0 0 0 20px;
}

.blog_text_details ul, ol li{
	font-size:17px;
	min-height:35px;
	list-style-type:disc;
}

.compleatPageWrap{
	width: 100%;
	float: left;
	margin:0 0 70px 0;
}

.compleatPageWrap h1, h2, h3, h4, h5, h6, p{
	font-family:Quicksand !important;
	width: 100%;
	float: left;
}

.compleatPageWrap p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    color: #6e6e6e;
}

.compleatPageWrap .compleat_contact_inner{
	box-shadow:none;
}

/*.wpcf7-mail-sent-ok{
	float: left !important;
	width: 97% !important;
	text-align: center !important;
}*/
.wpcf7-mail-sent-ok{
	float: left !important;
	width: 97% !important;
	text-align: center !important;
	margin: 10px 0 0 0!important;
	border:1px solid !important;
}
.screen-reader-response{display:none !important;}
.wpcf7-response-output{
	float: left !important;
	width: 97% !important;
	text-align: center !important;
	margin: 10px 0 0 0!important;
	border:1px solid !important;
}

.contact_block p b {
    margin: 12px 0 0 0;
    float: left;
}

.entry ol li span{
    font-family: Quicksand;
    font-weight: 500;
    line-height: 29px;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    /*bottom : 85px!important;*/
    }

.grecaptcha-badge:hover {
    width: 256px !important;
}
.info_maill_ink{color:#3a3939;}

/************** 04 - 03 - 2020 ************/

.get_award_wrp{
	width: 100%;
	float: left;
	padding: 0 5px;
}

.small_container{
	max-width: 900px;
	margin: 0 auto;
}

.get_award_inner {
    width: 100%;
    float: left;
    margin: -20px 0 70px 0;
}

.aword_img{
	padding: 0;
}

.aword_img img{
	width: 100%;
}

.aword_contain {
    float: left;
    margin: 61px 0 0 0;
}

.aword_contain article {
	width: 100%;
	float: left;
}

.aword_contain article h2 {
    width: 100%;
    float: left;
    font-family: Poppins !important;
    font-size: 32px;
    color: #171717;
    font-weight: 600;
    margin: 0 0 14px 0;
    padding: 0 0 18px 0;
    position: relative;
}

.aword_contain article h2:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 3px;
    background: #754b29;
    bottom: 0;
    left: 0;
}

.aword_contain article p {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 0 0;
	line-height: 28px;
}

.paginate_main{
	width: 100%;
	float: left;
	text-align: center;
}

.page-numbers {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.page-numbers li{
	list-style: none;
	display: inline-block;
}

.page-numbers li a {
    background: #e6c301;
    width: 30px;
    padding: 7px 0;
    color: #000;
    float: left;
    font-weight: 700;
}

.page-numbers li span{
	background: #000;
    width: 30px;
    padding: 7px 0;
    color: #fff;
    float: left;
    font-weight: 700;
}

.next, .prev  {
	display: none;
}












