body{

	width: 100%;

	margin: 0px;

	padding: 0px;

	position: relative;

	font-family: 'Quicksand', sans-serif;

	color: #444;

	font-size: 14px;

	line-height: 26px;

	font-weight: 500;

	/*background: #f8f8f8 !important;*/

}

a{

	text-decoration: none;

}

a:active,

a:focus,

a:hover{

	text-decoration: none;

}

ul,li{

	margin: 0px;

	padding: 0px;

	list-style: none;

}

img{

	max-width: 100%;

}

p{

	font-family: 'Open Sans', sans-serif;

}

.section{

	padding: 60px 0;

}

.bgcover{

	background-size: cover;

	background-attachment: fixed;

	background-repeat: no-repeat; 

	/*background-position: 24% -43%;*/

}

.overlay{

	position: relative;

	z-index: 9;

}

.overlay::after{

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	top: 0px;

	left: 0px;

	background: rgba(0,0,0,0.7);

	z-index: -1;

}

.section_title{

	text-align: center;

}

.section_title h5{

	color: #cd9d15;

	font-size: 20px;

	text-transform: capitalize;

	font-weight: 700;

}

.section_title h2{

    font-size: 30px;

    color: #13224d;

    font-weight: 700;

}

.section_title{

	margin-bottom: 60px;

}

/*.main_menu{

	position: absolute;

	width: 100%;

	z-index: 999;

	left: 0px;

}*/



.main_menu{
	background-color: #2c8fc6; 
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main_menu.darkHeader{

	position: fixed;

	z-index: 999;

	top: 0px;

	width: 100%;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;	

	box-shadow: 0px 15px 15px -5px rgba(0,0,0,.16) !important;

}

.navbar-bg{

	background-color: transparent !important; 

	margin: 0px;

	padding: 0px;

	border-radius: 0px;

}



.navbar-bg .navbar-nav.ml-auto .nav-item:last-child .nav-link{

	background-color: #0771b2;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;	

}

.navbar-bg .navbar-nav.ml-auto .nav-item:last-child .nav-link:hover{

	background-color: #0771b2;

}

.top_header::after{

	clear: both;

	display: block;

	content: "";

}

.top_header{
	padding: 10px 0px;
	background: #fff;
	border-bottom: 1px solid #eee;

}

.headertop_right ul::after{

	clear: both;

	display: block;

	content: "";

}

.headertop_right ul li{

	float: left;

	position: relative;

	padding: 0 10px;

}

.headertop_right ul li a{

	color: #123456;

	font-weight: 400;

}

.headertop_left ul::after{

	clear: both;

	display: none;

	content: "";

}

.headertop_left ul li{

	float: left;

	position: relative;

	padding: 0 10px;

}

.header_left ul li i{

	font-size: 11px;

	display: inline-block;

	padding-right: 10px;

	

}

/*.headertop_left ul li::after{

	position: absolute;

	content: "|";

	color: #fff;

	right: 0px;

}*/

.headertop_left ul li a{

	color: #567890;

	display: block;

	font-size: 12px;

}

.headertop_left{

	float: left;

}

.headertop_right{

	float: right;

}

.sdk_header{

	background: #151515;

	padding: 3px 0;

}

.sdk_header::after{

	clear: both;

	display: block;

	content: "";

}

.header_left{

	float: left;

}

.header_right{

	float: right;

}

.header_top ul::after{

	clear: both;

	display: block;

	content: "";

}

.header_top ul li,

.header_top ul li a{

	float: left;	

	color: #fff;

	padding: 0 15px;

	font-weight: 400;

}

.header_right ul li{

	padding: 0 5px;

}

.logo_outer a{display: block; padding: 5px 5px 5px 0px;}
.logo_outer img{max-height: 75px; display: inline-block; position: relative; vertical-align: middle;}
.logo_slogan{display: inline-block; position: relative; vertical-align: middle; width:60%;}
.logo_slogan span{display: block; font-size: 24px; line-height: 25px; color: #123456; font-weight: 600; padding-left: 10px;}
.navbar-bg .navbar-nav .nav-link{
	color: #fff !important;
	padding: 11px 40px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 999;
	letter-spacing: 0.06em;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.navbar-bg .navbar-nav .multi-level .nav-link{border-top: 1px solid rgb(255 255 255 / 14%); padding: 5px 30px;}

.enquiry_433 a{
	color: #fff !important;
    padding: 11px 40px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 999;
	display: block;
    letter-spacing: 0.06em;
	background-color: #0771b2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.navbar-bg .navbar-nav .nav-link::before, .enquiry_433 a::before{

	position: absolute;

	content: "";

	width: 100%;

	height: 50%;

	background-color: #cd9d15;

	top: -100%;

	left: 0px;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

	z-index: -1;

}

.navbar-bg .navbar-nav .nav-link::after, .enquiry_433 a::after{

	position: absolute;

	content: "";

	width: 100%;

	height: 50%;

	background-color: #cd9d15;

	bottom: -100%;

	left: 0px;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

	z-index: -1;

}

.navbar-bg .navbar-nav .nav-link:hover::before, .enquiry_433 a:hover::before{

	top: 0px;

}

.navbar-bg .navbar-nav .nav-link:hover::after, .enquiry_433 a:hover::after{

	bottom: 0px;

}

/*.navbar-bg .navbar-nav .nav-link:hover{

	  background: #cd9d15;

}

.navbar-bg .navbar-nav .nav-item.active .nav-link{

    background: #cd9d15;

}*/

/*.navbar-bg .navbar-nav .nav-item.active .nav-link{

	transform: skewX(20deg);

}*/

.logo_section::after{

	clear: both;

	display: block;

	content: "";

}

.logo_section{
	background: #fff;
}

.info_box{

	position: relative;
	display: inline-block;
    /*min-height: 60px;*/
    margin-left: 40px;
    font-size: 15px;
    color: #123456;
    font-weight: 700;
    /* min-width: 200px; */
    padding: 0px 0px 0px 40px;
}

.info_box:first-child{margin-left: 0px;}
.contact_icon_box{

	position: absolute;

    left: 0px;

    top: 0px;

    width: 30px;

    height: 60px;

    /*color: #ffdd44;*/

    /*color: #cd9d15;*/

    color: #13224d;

    font-size: 26px;

    line-height: 56px;

    font-weight: 400;

}

.info_box .light-text{

	color: #777777;

    font-size: 13px;

    position: relative;

    top: -2px;

    font-weight: 500;

}

/* .logo_outer{
	float: left;
}

.contact_header{
	float: right;
} */
.contact_header{display: block; width:100%; padding-top: 15px;}

.main_banner{
	position: relative;
}

.main_banner::after{
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0px;
	height: 80px;
	z-index: 9;
	width: 100%;
	background-image: url(../../../uploads/s-images/bg_wave.png); 
	background-repeat: no-repeat;
	background-size: cover;
}

/*about section*/

.about_section{
	padding-top: 30px;
}

.about_text h5{

	font-size: 20px;

	color: #cd9d15;

	margin-bottom: 10px;

}

.about_text h4{

	margin-bottom: 15px;

	font-size: 26px;

	color: #123456;

	font-weight: 700;

}

.about_text p{

	text-align: justify;

	/*font-size: 13px;*/

	margin-top: 10px;

}

.about_text p a{color: #cd9d15;}
.about_text ul li{

	/*font-size: 13px;*/

	margin-bottom: 10px;

	/*font-weight: 600;*/

	position: relative;

	padding-left: 20px;

}	

.about_text ul li::before{

	position: absolute;

	content: "\f10c";

	font-family: FontAwesome;

	font-size: 10px;

	left: 5px;

	color: #13224d;

}

.about_figure figure{

	height: 350px;

	overflow: hidden;

	border-radius: 4px;

	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.about_figure figure img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: 100% 20%;

}

/*figures_section*/

.whyus_section{

	padding-top: 30px;

	padding-bottom: 60px;

}

.team_section{

	padding-bottom: 80px;

	padding-top: 30px;

}

.figures_section{

	position: relative;

	padding-top: 30px;

	padding-bottom: 140px;

	text-align: center;

	background-attachment: fixed;

}

.counter_item{

	padding: 25px;

	border: 1px dashed #2c8fc6;

	background: rgb(44, 143, 198);

	border-radius: 4px;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.counter_item:hover{
	background-color: #cd9d15;
	border: 1px solid transparent;
}

.counter_item h3{

	font-size: 16px;

	text-transform: uppercase;

	color: #fff;

	font-weight: 700;

}

.counter_item .counter{

	font-size: 16px;

	margin-right: 7px;

	color: #fff;

	font-weight: 700;

	margin-top: 15px;

	/*position: relative;*/

}

/*.counter_item .counter::after{

	position: absolute;

	content: "";

	width: 80px;

	height: 3px;

	background: transparent;

	bottom: 3px;

}*/

.figures_section::before{

	position: absolute;

	content: "";

	bottom: 0px;

	left: 0px;

	height: 80px;

	width: 100%;

	background-image: url(../../../uploads/s-images/bg_wave.png);  

	background-repeat: no-repeat;
	background-size: cover;

}

.whyus_item{

	text-align: center;

	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);

	background: #fff;

	padding: 15px;

	border:1px solid transparent;

	transition: all 500ms ease-in;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	/*border-bottom: 1px solid #cd9d15;*/

	margin-top: 60px;

}

.whyus_item .icon_div{height: 100px; width: 100px; border-radius: 100%; text-align: center; padding: 30px 0px 20px 0px; margin-left: auto; margin-right: auto;
margin-top: -60px; border: 2px solid #fff; background: linear-gradient(to bottom, #0771b2, #7aaedd);  transition: all .9s; box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);}
.whyus_item .icon_div img{filter:brightness(0) invert(1); transition: all .9s;}

.whyus_item:hover{
	border-bottom: 2px solid #cd9d15;
}
.whyus_item:hover .icon_div{transform: scale(1.1); background:#cd9d15;}

.whyus_item h3{
	font-size: 18px;
	margin-top: 20px;
	font-weight: 700;
	color: #13224d;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.whyus_item:hover h3{
	color: #cd9d15;
}
 
.whyus_item p{
	/*text-align: justify;*/
	font-size: 16px;
	line-height: 24px;
}

.testinomial_section{
	position: relative;
    padding: 0px;
	background-image: url(../../../uploads/s-images/bikash_bg.jpg); 
	background-repeat: no-repeat; background-position: center;
	background-attachment: fixed;
}

/* .outer_container::before{

	position: absolute;

    content: "";

    bottom: 0px;

    left: 0px;

    height: 80px;

    width: 100%;

    background-image: url(../../../uploads/s-images/bg_wave.png); 

    background-repeat: no-repeat;

    z-index: 99;

} */

.outer_container{
	position: relative;
    min-height: 250px;
	background-attachment: fixed;
}

.outer_container::after{

	clear: both;

	display: block;

	content: "";

}

.left_column{

	position: relative;

    float: left;

    width: 50%;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}

.right_column{

    position: relative;

    right: 0px;

    top: 0px;

    float: right;

    width: 50%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

}

.testinomials_inner{

    position: relative;

    width: 100%;

    padding: 60px 15px 60px 90px;

}

.testinomials_inner h3,

.client_slider h3{
	font-size: 30px;
    color: #123456;
    font-weight: 700;
    margin-bottom: 40px;
}

.client_slider h3{

	margin-bottom: 8px;

}

.client_slider p{
	color: #567890;
	margin-bottom: 40px;
	font-size: 16px;
}

.slider_box{

	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);

    /*margin: 0 auto;

    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);

	background: #fff;

	padding: 15px;*/

}

.client_slider{

	position: relative;
	padding:  75px 60px 75px 15px;

}

.client_item figure {
	overflow: hidden;
	margin: 0px;
	padding: 10px;
	min-height: 120px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.client_item figure:hover{

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}

.client_item figure img{

	width: 100%;

    max-height: 100px;

    /*object-fit: contain;*/

    object-fit: cover;

    object-position: center;

}

.client_owl_slider {

	padding-top: 40px;

}

.team_item::after{

	clear: both;

	display: block;

	content: "";

}

.team_item{

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

/*.team_item:hover{

	transform: scale(1.1);

}*/

.team_content h3,

.team_content h5{

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.team_item:hover h3{

	color: #cd9d15;

}

.team_item:hover h5{

	color: #13224d;

}

.team_item .team-img{

	/*float: left;*/

    /*width: 50%;*/

    /*position: relative;*/

    overflow: hidden;

}

.team_item .team-img figure{

	margin: 0px;

	padding: 0px;

	overflow: hidden; 

	height: 250px;

}

.team_item .team-img figure img{

	width: 100%;

	height: 100%;

	object-position: top;

	object-fit: cover;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.team_item .team-img figure img:hover{

	transform: scale(1.1);

}

.team_content{

	/*float: left;*/

    width: 100%;

    padding: 0px;

    position: relative;

    /*min-height: 250px;*/

    /*background: #f3eded;*/

    background: #f6f6f6;

    text-align: center;

}

.team_content::before{

	position: absolute;

	content: "";

	width: 0;

	height: 0;

	left: -9px;

	border: 0 solid transparent;

	border-top-width: 15px;

	border-bottom-width: 15px;

	/*border-right: 15px solid #f6f6f6;*/



}

.team-reverse .team_content::before{

	right: -9px;

	left: unset;

	transform: rotate(180deg);

}

.team_content h3{

	font-size: 18px;

	color: #13224d;

}

.team_content h5{
	font-size: 14px;
	color: #cd9d15;
}

.blog_section{
	padding-top: 30px !important;
	padding-bottom: 130px;
}

.blog_item{
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	border-bottom: 1px solid transparent;
}

.blog_item h4{
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	border-bottom: 1px solid transparent;
}

.blog_item:hover h4{
	color: #cd9d15;
}

.blog_item:hover{
	border-bottom: 1px solid #cd9d15;
}

.blog_figure figure img{
	width: 100%;
}

.blog_figure{
	position: relative;
}

.blog_figure figure{

	margin: 0px;

	padding: 0px;

	height: 250px;

	overflow: hidden;

}

.blog_figure figure img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: top;

	

}

/*.blog_figure figure img:hover{

	transform: scale(1.1);

}*/

.blog_figure::before

{

	content: "";

    position: absolute;

    bottom: -1px;

    left: 0;

    width: 100%;

    height: 23px;

    background: url(../../../uploads/s-images/event-course.png) no-repeat scroll 0 bottom;

    background-size: 100% 100%;

}

.blog_content{

	    background-color: #f8f8f8;

    padding: 20px 15px;

    /*padding-top: 20px;*/

    text-align: center;

}

.blog_content h4{

	font-size: 16px;

	]margin: 0px;

	padding: 0px;

	font-weight: 700;

}

.blog_item{

	transition: all 500ms ease-in;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

}

.blog_item:hover .blog_content h4 a{

	color: #cd9d15;

}

.blog_content h4 a{

	color: #13224d;

	transition: all 500ms ease-in;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

}

.blog_content p{

	font-size: 12px;

}

.blog_content h4 a:hover{

	color: #cd9d15;

}

.footer{
	/* background: #15242b !important; */
	background: url(../../../uploads/s-images/footer-bg.png) no-repeat center center #15242b !important; 
	background-size: cover;
	padding: 30px 0;
}

.faq_section{
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
	background: #dae9f5;
	border-bottom: 1px solid #b1c7d9;
}

.faq_section::before{

	position: absolute;

    content: "";

    top: -30px;

    left: 0px;

    height: 80px;

    width: 100%;

    background-image: url(../../../uploads/s-images/bg_wave.png); 

    background-repeat: no-repeat;
	background-size: cover;
	rotate: 180deg;

}

.faq_item .card-header{

	border-radius: 0px;

	padding: 0px;

}

.card-header{

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.card-header:hover{

	background-color: #cd9d15;

	/*border-bottom: 1px solid transparent;*/

}

.faq_item .card-header .btn-link{
	font-size: 16px;
	color: #13224d;
	font-weight: 700;
	display: block;
	text-align: left;		
	width: 100%;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
}

.faq_item .card-header .btn-link:hover{
	text-decoration: none;
	color: #fff;
}

.faq_item .card-header .btn-link:focus{
	text-decoration: none;
}

.faq_item .card-header .btn-link:active{

	text-decoration: none;

}

.faq_item .card{

	border-radius: 0px;

	border-bottom: 0px;

}

.home_contact_section{

	background: #f6f6f6;

	padding: 15px 25px;

	border-radius: 4px;

}

.home_contact_section form .form-control{

	border-radius: 0px;

	font-size: 13px;

	height: 40px;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;



}



.home_contact_section form .form-control:focus,

.home_contact_section form .form-control:active{
	/*border: 1px solid #13224d;*/
	border-bottom-color: #cd9d15;
	outline: none;
	box-shadow: none;
}

.home_contact_section form textarea.form-control{

	height: 100px;

}

.page_btn{

    border: none;

    display: inline-block;

    text-align: center;

    cursor: pointer;

    text-transform: uppercase;

    outline: none;

    overflow: hidden;

    position: relative;

    background:  #2c8fc6;

    color: #fff;

    font-weight: 700;

    font-size: 15px;

    padding: 5px 35px;

    margin: 0 auto;

    box-shadow: 0 5px 15px rgba(0,0,0,0.20);

    -webkit-transition: all 500ms ease-in;

    -moz-transition: all 500ms ease-in;

    -o-transition: all 500ms ease-in;

    transition: all 500ms ease-in;

}

.page_btn span{

	position: relative;

	z-index: 1;

}

.page_btn::after{

	content: "";

    position: absolute;

    left: 0;

    top: 0;

    height: 490%;

    width: 140%;

    background: #cd9d15;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    -webkit-transform: translateX(-114%) translateY(-25%) rotate(45deg);

    transform: translateX(-114%) translateY(-25%) rotate(45deg);

}

.formitsubmit_btn::after{

	-webkit-transform: translateX(-180%) translateY(-25%) rotate(25deg) !important;

	transform: translateX(-180%) translateY(-25%) rotate(25deg) !important;

}

.page_btn:hover::after{

	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg) !important;

    transform: translateX(-9%) translateY(-25%) rotate(45deg) !important;

	color: #fff;

}

.page_btn:hover{

	color: #fff;

}

.home_contact_section h4{
	font-size: 24px;
	margin-bottom: 20px;
    color: #13224d;
    text-transform: capitalize;
    font-weight: 700;
}

.counter_item i{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	transition: all .9s;
}

.counter_item:hover i{rotate: 360deg;}
/*testinomial section*/

.testinomial_item{
    display: inline-block;
    background: #fff;
    padding: 0px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: 0.2s;
    border-left: 50px solid #cdbe9a;
    padding-bottom: 103px;
    padding-top: 41px;
    /*height: 222px;*/
}

.testinomial_detail p{

    font-style: italic;

}

.testinomial_info{

    position: absolute;

    left: 30px;

}

.testinomial_info .testinomial_image{

    display: inline-block;

}

.testinomial_info .testinomial_image img{

    width: 80px; height: 80px;

    border-radius: 50%;

    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.29), 0 0 0 1px rgba(0,0,0,.02);

    border: 4px solid #fff;

}

.testinomial_info .testinomial_title{
    display: inline-block;
  /*  vertical-align: text-bottom;*/
    padding-left: 5px;
    position: relative;
    top: -10px;
	width: 65%;
}

.testinomial_info .testinomial_title h4{

    font-size: 17px;

    color: #13224d;

    margin-bottom: 7px;



}

.testinomial_info .testinomial_title h5{

    font-size: 15px;

    color: #555;

}

.testinomial_detail{

    text-align: justify;

    font-size: 15px;

    color: #555;

    line-height: 26px;

    position: relative;

    z-index: 9;

}

.testinomial_detail::before{

    position: absolute;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 32px;

    z-index: -1;

    color: #c7c5c5;

    top: -25px;

}

.client_item{
	border: 3px solid #e4e4e4;
    text-align: center;
    /*background: #222;*/
    background: #fff;
    line-height: 150px;
}

/*{

	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);

}*/

.footer_item p,

.footer_item ul li{
	color: #fff;
	text-align: justify;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.quick_links{padding-left: 30px;}

.footer_item p a{

	color: #eae8e8;

	display: inline-block;

	margin-left: 5px;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.footer_item p a:hover{

	color: #cd9d15;

}

.footer_item h4{

	font-size: 20px;

	color: #fff;

	margin-bottom: 20px;

}

.footer_item ul li{

	position: relative;

	padding-bottom: 10px;

	padding-left: 15px;

}

.footer_item ul li::before{

	position: absolute;

	content: "\f101";

	 font-family: FontAwesome;

	 left: 0px;

	 color: #fff;

}

.footer_item ul li a{

	color: #fff;

	font-family: 'Quicksand', sans-serif;

	font-weight: 400;

	display: block;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.footer_item ul li a:hover{

	color: #cd9d15;

}

.footer_contact ul li::before{

	content: "";

}

.footer_contact ul li{

	position: relative;

	padding-left: 25px;

}

.footer_contact ul li .fa{

	position: absolute;

	left: 0px;

	top: 10px;

}

.footer{
	position: relative;
	padding-top: 60px;
	margin-top: -10px;
}

.section_shape {

    position: absolute;

    top: -50px;

    z-index: 2;

}

svg.section_shape path {

    fill: rgb(21 36 43 / 5%);

}

.main_banner_item{

	padding: 250px 0 30px 0;

	background-size: cover;

	background-position: center center;

	background-repeat: no-repeat;

	/*animation: bg_animation 40s 0s ease-in-out infinite;*/

}
.banner_caption{margin-top: 170px; background: rgb(0 0 0 / 20%);}

.banner_caption_text{
	max-width: 460px;
	width: 100%;
	color: #fff;
}

.banner_header{
	padding: 15px; padding-bottom: 5px;
}

.banner_header h2{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 700;
}

.banner_caption_description{

	padding: 15px;
	padding-top:0px;
	padding-bottom: 40px;

}

.banner_caption_description p{

	font-size: 20px;

	line-height: 30px;

	text-align: justify;

	margin-bottom: 30px;

}

.copyright_section{
	background: #0059a8;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
}

.copyright_section p{

	margin: 0px;

	padding: 0px;

}

.copyright_section p a{
	display: inline-block;
	padding-right: 7px;
	padding-left: 5px;
	color: #fde293;
}

.copyright_section p a:hover{color:#fff; text-decoration: none;}

/*about us*/

/*.innerpage-banner{

	margin-bottom: 50px;

}*/

.innerpage {
	background: #eef5f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.innerpage_title{
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
    background-position: center;
	text-align: left;
}
.innerpage_title.overlay::after{background: rgba(0,0,0,0.5);}

.innerpage_title h2{

	text-transform: capitalize;

	color: #fff;

	font-weight: 700;

	letter-spacing: 0.05em;

	margin-bottom: 20px;

}

.breadcrumb-ul li {

	display: inline-block;

	padding-right: 15px;

}

.breadcrumb-ul li ,

.breadcrumb-ul li a{

	color: #fff;

	font-size: 16px;

	font-weight: 600;

}

.breadcrumb-ul li .fa{

	font-size: 14px;

}

.sidebar_item{

	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

	padding-bottom: 2px;

	/*background: #eef5f9;*/

	background: #fff;

	margin-bottom: 30px;

}

.sidebar_item h3{

	padding-top: 10px;

	padding-left: 15px;

	padding-bottom: 10px;

	padding-right: 15px;

	/*margin-bottom: 20px;*/

	border-bottom: 1px solid #ddd;

	font-size: 18px;

	font-weight: 600;

	text-transform: capitalize;

	color: #13224d;

}

.sidebar_item .widget-image-carousel{

	padding: 0 15px;

	position: relative;

	padding-left: 100px;

	border-bottom: 1px solid #ddd;

	padding-top: 10px;

	padding-bottom: 2px;

	

}

.sidebar_item .widget-image-carousel .item{

	position: absolute;

	left: 10px;

	width: 80px;

	height: 40px;

}

.sidebar_item .widget-image-carousel .item img{

	height: 100%;

	width: 100%;

	object-fit: cover;

}

.sidebar_item .widget-image-carousel .widget-title h4{

	font-size: 15px;

	margin: 0px;

	padding: 0px;

	color: #13224d;

	font-weight: 600;

}

.widget_description p{

	color: #555;

	line-height: 22px;

	margin-top: 7px;

	font-weight: 600;

}

.innerpage_content{

	background: #fff;

	padding: 15px;

	margin-bottom: 70px;

}

.innerpage_content p strong{

	color: #13224d;

	font-size: 18px;

	font-family: 'Quicksand', sans-serif;

}

.blog_item .widget-title h4{

	font-size: 12px !important;

	line-height: 20px;

}

.blog_item .widget_description p{

	margin: 0px;

	font-size: 11px;

	padding-bottom: 5px;

}

.categories{

	padding-bottom: 10px;

}

.categories ul li{

	position: relative;

	padding-left: 25px;

	padding-top: 7px;

}

.categories ul li::before{

	position: absolute;

    content: "\f101";

    font-family: FontAwesome;

    left: 10px;

    color: #555;

}

.categories ul li a{

	display: block;

	color: #555;

	font-size: 13px;

}

.blog-posts .blog_item{

	margin-bottom: 30px;

}

.blog_sectoin{

	padding-bottom: 80px;

}

.blog-posts .blog_item h4 a{

	font-size: 14px;

	line-height: 24px;

    ]margin: 0px;

    padding: 0px;

    color: #13224d;

    font-weight: 700;

}

.blog-posts .blog_item .blog_content{

	background: #fff;

	height: 150px;

	overflow: hidden;

}

.blog-posts .blog_figure::before {

    content: "";

    position: absolute;

    bottom: -1px;

    left: 0;

    width: 100%;

    height: 23px;

    background: url(../../../uploads/s-images/blog-bg.png) no-repeat scroll 0 bottom;

    background-size: 100% 100%;

}

.blog-posts .blog_item .blog_figure .blog_meta{

	position: absolute;

	left: 0px;

	top: 0px;

	padding: 7px;

	background: #13224d;

	color: #fff;

}

.blog-posts .blog_item .blog_figure .blog_meta ul li{

	font-size: 11px;

}

.blog-posts .blog_item .blog_figure .blog_meta ul li i{

	padding-right: 7px;	



}

.blog-posts img{

	width: 100%;

}

.innerpage_content h3{

	color: #13224d;

    font-size: 18px;

    font-family: 'Quicksand', sans-serif;

    margin-top: 10px;

}

.entry-date ul li i{

	padding-right: 7px;

}

.contact_detail{

	padding-top: 50px;

	padding-bottom: 50px;

}

.contact-info{

	text-align: center;

}

.contact_icon{

	display: block;

    width: 97px;

    height: 97px;

    line-height: 97px;

    color: #fff;

    font-size: 30px;

    background: rgb(44, 143, 198);

    border-radius: 50%;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 30px;

}

.contact-info h5{

	color: #13224d;

    font-size: 18px;

    font-family: 'Quicksand', sans-serif;

    margin-top: 10px;

    font-weight: 600;

}

.contact-info p{

	font-size: 14px;

	color: #555;

	font-weight: 600;

}

.contact-page-form{

	/*margin-bottom: 50px;*/

	background: #dae9f5;

}

.contactform_wrapper::after{

	clear: both;

	display: block;

	content: "";

}

.contactform_wrapper{

	height: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

}

.contact_item{

	height: 100%;

	float: left;

	width: 50%;

	box-sizing: border-box;

}

.contactpage{

	background: #eef5f9;

	/*overflow-x: hidden;*/

}

.page_form{

	padding-left: 30px;

	padding-right: 30px;

	padding-top: 15px;

}

/*.page_btn:hover{

	color: #fff;

}*/

.page_form h3{

	color: #123456;
	margin-bottom: 30px;	
	font-weight: 600;
	font-size: 1.5rem;

}

.page_form form .form-group .form-control{

	border-radius: 0px;

	font-size: 13px;

}

.gallery_page{

	background: #eef5f9;

	padding-top: 20px;

}

.gallery_item{

	position: relative;

	margin-bottom: 30px;

}

.gallery_item figure{

	height: 220px;

	overflow: hidden; 

}

.gallery_item figure img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: top;

}

.gallery_item .gallery_title{

	position: absolute;

	bottom: 0px;

	text-align: center;

	background: rgba(0,0,0,0.7);

	width: 100%;

	padding: 7px 0;

	color: #fff;

}

.gallery_item .gallery_title h5{

	font-size: 16px;

}

.single-gallery{

	padding-bottom: 100px;

	padding-top: 50px;

}

.single-gallery h2{

	text-align: center;

	margin-bottom: 50px;

	text-transform: capitalize;

	font-size: 26px;

	font-weight: 600;

	color: #13224d;

}

.single_img{

	position: relative;

	margin-bottom: 30px;

	overflow: hidden;

	z-index: 9;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.single_img::after{

	position: absolute;

	content: "";

	top: 0px;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.7);

	left: -100%;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

	z-index: -1;

	/*left: 0px;*/

}

.single_img:hover::after{

	left: 0px;

	z-index: 1;

}

.single_img:hover .overlay-box{

	opacity: 1;

	z-index: 99;

	left: 50%;

}

.overlay-box{

	position: absolute;

	top: 50%;

	left: -100%;

	opacity: 0;

	transform: translate(-50%, -50%);

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.overlay-box a{

	height: 30px;

	width: 30px;

	line-height: 30px;

	text-align: center;

	background: #cd9d15;

	display: block;

	color: #fff;

	border-radius: 50%;

}

.vacancy-page{

	padding-top: 30px;

	padding-bottom: 100px;

}

.vacancy-page h3{

	text-align: center;

    margin-bottom: 50px;

    text-transform: capitalize;

    font-size: 26px;

    font-weight: 600;

    color: #13224d;

}

.vacancy-page table tr th{

	border: 1px solid #dee2e6;

	text-transform: capitalize;

	font-weight: 600;

}

.vacancy-page table tr td{

	border: 1px solid #dee2e6;	

}

/*@keyframes bg_animation {

  0%, 100% {

    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

  }

  80% {

    -webkit-transform: scale(2, 2);

    -moz-transform: scale(2, 2);

    -o-transform: scale(2, 2);

    transform: scale(2, 2);

  }

}*/

.path-service-details .faq_section{

	padding-top: 0px;

}

.path-service-details .accordion{

	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);

	background: #fff;

	margin-bottom: 20px;

} 

.path-service-details .accordion .acc-btn {

	background: rgba(0,0,0,.03);

	padding: 8px 15px;

	position: relative;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.path-service-details .accordion .acc-btn:hover{

	color: #cd9d15;

	background: #13224d;

}

.path-service-details .accordion .acc-btn h6{

	font-size: 15px;

}

.acc-content {

	padding: 8px 15px;

}

.accordion-box .toggle-icon {

    position: absolute;

    right: 15px;

    top: 7px;

    -webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.acc-btn.active .toggle-icon.active {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

    -webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.modal{

	z-index: 9999;

}

.applynowmodal h4{

	text-align: center;

    text-transform: capitalize;

    font-size: 17px;

}

.applynowmodal label{

	font-size: 12px;

}

.modal-content{

	border: 0px;

}

.applynowmodal .form-control{

	height: 35px;

	border-radius: 0px;

	font-size: 13px;

}

.applynowmodal #appl_coverletter{

	height: 100px;

	border: 1px solid #ddd;

}

.viewMore.page_btn::after{

	width: 200%;

}



.innerpage_content ul  {

	list-style-type: circle;

	margin-left: 25px;

	list-style: unset;

}

.innerpage_content ul li{

	list-style-type: circle;	

}

.multi-level{

	display: none;

	position: absolute;

	background: #2c8fc6;

	z-index: 999;

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.nav-item{

	-webkit-transition: all 500ms ease-in;

	-moz-transition: all 500ms ease-in;

	-o-transition: all 500ms ease-in;

	transition: all 500ms ease-in;

}

.nav-item:hover .multi-level{

	display: block;

} 

.nav-item.dropdown::after{
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	top: 14px;
    right: 5px;
	z-index: 999;
    color: white;
}



/* New CSS By Bikash Bhandari(bikash.433@gmail.com)*/

	.team-area{
		background-image: url(http://www.videshyatra.com.np/frontend/images/client-img/bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		position: relative;
		z-index: 1;
		padding-top: 60px;
	}
	.team-area::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25.9%;
		background-color: #ffffff;
		z-index: -1;
	}

	.team-area .section_title h2{color: #fff;}
	
	.team-area .single-item {
		margin-bottom: 30px;
	}
	
	.team-area .item .thumb {
		position: relative;
		overflow: hidden;
		z-index: 1;
		max-height: 250px;
	}
	
	.team-area .item .thumb::after {
		background: #232323 none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		width: 100%;
	}
	
	.team-area .team-items .item:hover .thumb::after {
		opacity: 0.7;
	}
	
	.team-area .item .thumb .overlay2 {
		top: -100%;
		left: 0;
		padding: 20px;
		position: absolute;
		text-align: center;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		width: 100%;
		z-index: 1;
	}
	
	.team-area .item:hover .thumb .overlay2 {
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	
	.team-area .item .thumb .overlay2 p {
		color: #ffffff;
	}
	
	.team-area .item .thumb .overlay2 h6 {
		color: #ffffff;
		display: inline-block;
		position: relative;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 50px;
		padding-bottom: 10px;
		border-bottom: 2px solid #cd9d15;
	}
	
	.team-area .item .thumb img {
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		width: 100%;
	}
	
	.team-area .item:hover .thumb img {
		opacity: .6;
	}
	
	.team-area .item .thumb .social li {
		display: inline-block;
	}
	
	.team-area .item .thumb .social li a {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #ffffff;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		margin: 0 2px;
		text-align: center;
		width: 40px;
	}
	
	.team-area .info {
		background: #ffffff none repeat scroll 0 0;
		-moz-box-shadow: 0 0 10px #cccccc;
		-webkit-box-shadow: 0 0 10px #cccccc;
		-o-box-shadow: 0 0 10px #cccccc;
		box-shadow: 0 0 10px #cccccc;
		padding: 40px 20px 20px;
		position: relative;
		text-align: center;
		z-index: 9;
		min-height: 115px;
	}
	
	.team-area .info .message {
		height: 50px;
		line-height: 40px;
		margin-left: -25px;
		margin-top: -25px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 50px;
	}
	
	.team-area .info .message a {
		background: #fff none repeat scroll 0 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-moz-box-shadow: 0 0 10px #cccccc;
		-webkit-box-shadow: 0 0 10px #cccccc;
		-o-box-shadow: 0 0 10px #cccccc;
		box-shadow: 0 0 10px #cccccc;
		box-sizing: border-box;
		color: #567890;
		display: inline-block;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
	
	.team-area .info .message a i {
		font-weight: 500;
	}
	
	.team-area .info h6 {
		font-weight: 600;
		margin-bottom: 5px;
		text-transform: capitalize;
		color: #13224d;
		font-size: 18px;
	}
	
	.team-area .info span {
		color: #0771b2;
		font-weight: 600;
		text-transform: uppercase;
		/* display: block; width: 100%; */
	}

	.team-area .info P{display: block; width: 100%; margin-bottom: 0px; text-align: center;}
	.team-area .info P small{display: inline-block; position: relative; vertical-align: middle; margin-left: auto; margin-right: auto; 
		border-bottom: 2px solid #cd9d15; padding-top: 5px; padding-bottom: 5px; font-size: 14px; font-style: italic; font-weight: 600;}
	
	.team-area .social li.twitter a {
		background-color: #00b6f1;
	}
	
	.team-area .social li.facebook a {
		background-color: #3b5998;
	}
	
	.team-area .social li.instagram a {
		background-color: #cd486b;
	}


	.message_list{ position: relative;  padding-top: 30px !important; background:#eee; 
	  font-size: 16px; background-size: cover; background-position: left; padding-bottom: 30px;}
	.message-inner{padding-bottom: 30px;}
	.message-inner figure{text-align: center; margin-top: 45px;}
	.message-inner figure img{border-radius: 100%; height: 290px; width: 290px; border-bottom: 10px solid #7dc1eb; margin-top: 30px;}
	.message-box{position: relative; padding: 0px 30px 30px 30px; background: #fff; text-align: left; margin-left: 15px; 
		text-align: justify;  min-height: 300px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	}
	.message-box:after{right: 100%; top: 40%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	  border-color: rgba(194, 225, 245, 0); border-right-color: #fff; border-width: 18px; margin-top: -18px;}
	.message-box h3{padding: 10px 30px; margin-left: -30px; margin-right: -30px; border-bottom: 1px solid #e1ecff; font-weight: 600; 
		font-size: 20px; color: #123456;}
	.message-box h3:after{ content: ""; border-top: 30px solid #7dc1eb; border-bottom: 30px solid transparent;
	  border-right: 30px solid transparent; position: absolute;
	  top: 0px; left: 0px; transition: all 0.3s ease 0s;
	}
	.message-box h5{display: block; color: #0392ce; margin-top: 15px;}
	.message-box h6{display: block; margin-top: 7px; color: #0392ce;}
	.message-box h5 span, .message-box h6 span{color: #000050; min-width:100px; display: inline-block; position: relative;}
	.message-box h4{border-bottom:1px solid #e1ecff; font-size: 18px; font-weight: 600; color: #567890; margin-top: 30px; padding-bottom: 5px;}
	.message-box ul{padding-left: 15px;}
	.message-box ul li{font-family: "Nunito Sans", sans-serif; margin-top: 10px; list-style-type: circle; color:#567890; font-size:14px;}
	.message-box p{font-size: 13px; text-align: justify;}

	.contact_item h4{background: #fff; margin:0px; padding: 10px 10px 10px 60px; font-weight: 600; color: #123456;}
	.b_box{border-top: 1px solid #dae9f5; padding: 10px 10px 10px 60px; min-height: 160px; background:#fff; 
		background-position: center right -100px; background-size: contain;}
	.b_box h5{color: #0771b2;}
	.b_box ul li{padding: 1px 0px; position: relative; padding-left: 25px;}
	.b_box ul li i{position: absolute; top: 10px; left: 0px; color: #abcdef;}
	.b_box:hover{background: #fff;}


	.sticky_link {
		position: fixed;
		top: 40%;
		right: -80px;
		z-index: 99;
	}
	.sticky_link  ul{position: relative; display: block;}
	.sticky_link li{position: relative; display: block; width: 100%; min-height: 30px; 
		-webkit-transition: all 0.95s ease-in-out;
		-moz-transition: all 0.95s ease-in-out;
		-ms-transition: all 0.95s ease-in-out;
		-o-transition: all 0.95s ease-in-out;
		transition: all 0.95s ease-in-out;}
	.sticky_link li a {min-height: 14px; min-width: 110px; width: 100%; color: #fff; padding: 5px 10px; margin-bottom: 1px; 
		background: #9abc; display: block; text-align: left; font-size: 13px; line-height: 15px; 
		border-top-left-radius: 50px; border-bottom-left-radius: 50px; 
		border-bottom: 1px solid rgb(255 255 255 / 30%);
		-webkit-transition: all 0.95s ease-in-out;
		-moz-transition: all 0.95s ease-in-out;
		-ms-transition: all 0.95s ease-in-out;
		-o-transition: all 0.95s ease-in-out;
		transition: all 0.95s ease-in-out;
		
	}
	.sticky_link li a i{min-width: 20px; font-size: 15px; display: inline-block; position: relative; vertical-align: middle;}
	.sticky_link li:hover{margin-left: -80px;}
	.sticky_link li a:hover{background: #cd9d15;}

/*responsive query*/

@media(max-width: 1024px){

	.section_shape,

	.faq_section::before,

	.outer_container::before,

	.figures_section::before,

	.main_banner::after{

		display: none;		

	}

}

@media(max-width: 991px){

	.left_column,

	.right_column,

	.team_item .team-img,

	.team_content{

		width: 100%;

		float: none;

	}

	.blog_section,

	.faq_section,

	.figures_section,

	.whyus_section{

		padding-bottom: 60px;

	}

}

@media(max-width: 767px){

	.copyright_section p{

		text-align: left !important;

	}

	.footer_item h4{

		font-size: 18px;

		margin-top: 20px;

		margin-bottom: 10px;

	}

	.section_title h2{

		font-size: 22px;

	}

	.section_title{

		margin-bottom: 40px;

	}

	.logo_outer,

	.contact_header{

		float: none;



	}

	.about_text h4{

		font-size: 20px;

	}

	.counter_item{

		margin-bottom: 20px;

	}

	.client_slider,

	.testinomials_inner h3{

		text-align: center;

	}

	.client_slider p{

		margin-bottom: 0px;

		

	}

	.team_content{

		padding: 35px 24px 0;

	}

	.main_banner_item{

		padding: 60px 0 60px 0;

	}

	.team_section{

		overflow: hidden;

		padding-bottom: 0px;

	}

	.testinomials_inner{

		padding: 25px;

	}

	.testinomial_info{

		position: unset;

		left: unset;

	}

	.testinomial_info .testinomial_title{

		position: unset;

		top: unset;

	}

	.testinomial_item{

		padding-bottom: 30px;

		padding: 0 20px;

		border-left: 5px solid #13224d;

	}

	.team_item .team-img figure{

		height: unset;

	}

	.home_contact_section{

		margin-top: 35px;

	}

	.team_inner{

		padding: 0 15px;

	}

	.navbar-nav{

		margin-right: unset !important;

	}

	.multi-level{

		position: unset;

	}

	.gallery_page .container{

		padding-right: 15px;

		padding-left: 15px;

	}

	.gallery_page{

		padding-bottom: 0px;

	}

	.contact_item{

		width: 100%;

		float: none;

	}

	.contactform_wrapper{

		height: unset;

	}

	#contact_us_post{

		margin-bottom: 40px;

	}

	.page_form{

		padding-top: 40px;

	}

}

@media(max-width: 576px){



}





/*---------------------- New-Codes ------------------------*/

.map-section{position: relative;}
.map-section .map {
	font-size: 26px;
    color: #13224d;
    font-weight: 700;
	position: absolute;
    left: 44%; top: -52px;
	background: #fff; padding: 10px 30px;
	border-top-left-radius: 100%;
    border-top-right-radius: 100%;
	border: 1px solid #b1c7d9;
    border-bottom: none;
}


/*---------------------- Responsive -------------------------*/

@media only screen and (max-width: 1299px){
	.navbar-bg .navbar-nav .nav-link {
    	padding: 11px 25px;
	}
	.logo_slogan span{font-size: 20px; margin-left: 5px;}
	.info_box {
		margin-left: 15px;
		min-width: auto;
	}
	.logo_section .col-lg-8{padding-left: 0px;}
}

@media only screen and (max-width: 991px){
	.navbar-bg .navbar-nav .nav-link {
    	padding: 9px 13px; font-size: 12px;
	}
	.nav-item.dropdown::after{right: 0px; top: 10px;}
	.enquiry_433 a{padding: 9px 10px;}
	.info_box {
		margin-left: 15px;
		min-width: auto;
	}
	.logo_outer {
		/*float: left;*/
		/* padding-top: 7px; */
		width: 100%;
		text-align: center;
	}
	.logo_outer img{max-height: 60px;}
	.logo_slogan span{font-size: 16px; line-height: 20px; margin-left: 0px;}
	.working-hrs{display: none !important;}
	.navbar-bg .navbar-nav .multi-level .nav-link{padding: 5px 15px;}
}

@media only screen and (max-width: 767px){
	.logo_slogan{text-align: left;}
	.info_box{padding: 0px 0px 0px 30px; margin-left: 0px;}
	.logo_slogan{display: none;}
	.logo_outer img {max-height: 75px;}
	.info_box .light-text{top:-5px;}
	.info_box:last-child{margin-left: 30px;}
	.enquiry_433 a {
		padding: 7px 10px;
	}
	.navbar-dark .navbar-toggler{border: none; background-color: #0771b2; border-radius: 0px;}
	.navbar-toggler:hover{background: #cd9d15;}
	.navbar-toggler:focus{outline: 0 !important;}
	.navbar-collapse{position: absolute; z-index: 9; top: 40px; background:#2c8fc6; width:73%;}
	.nav-item.dropdown::after{right: 10px;}
	.navbar-bg .navbar-nav .nav-link {border-top: 1px solid rgb(255 255 255 / 14%); font-size: 14px; font-weight: 500;}
	.multi-level{background: #0771b2;}
	.navbar-bg .navbar-nav .nav-item.dropdown.show .multi-level {display: block;}

	.quick_links{padding-left: 0px;}
}

@media only screen and (max-width: 575px){
	.logo_slogan{display: inline-block; position: relative;}
	.logo_slogan span{font-size: 20px;}
	.logo_section .col-lg-8{padding-left: 15px;}
	.contact_header{padding-left: 25%; padding-top: 0px;}
	.banner_header h2, .testinomials_inner h3, .client_slider h3{font-size: 24px;}
	.testinomial_info .testinomial_title h4{font-size: 14px;}
	.banner_caption_description p{font-size: 18px; text-align: left;}
	.main_banner_item{padding: 45px 0 45px 0;}
	.client_slider{padding: 30px 30px 30px 30px;}
}

@media only screen and (max-width: 481px){
	.navbar-collapse{width: 67%;}
	.contact_header{padding-left: 15%;}
}

@media only screen and (max-width: 420px){
	.navbar-collapse{width: 63%;}
	.contact_header{padding-left: 5%;}
	.banner_header h2, .testinomials_inner h3, .client_slider h3{font-size: 20px;}
	.banner_caption_description p{font-size: 16px; text-align: left;}
	.main_banner_item{padding: 30px 0 30px 0;}
}

@media only screen and (max-width: 993px){
	.navbar-collapse{width: 59%;}
	.contact_header{padding-left: 0%;}
	.info_box:last-child {
		margin-left: 20px;
	}
	.faq_item .card-header .btn-link{font-size: 14px; overflow:hidden;}
}

@media only screen and (max-width: 370px){
	.navbar-collapse{width: 55%;}
	.info_box:last-child {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 359px){
	.contact_header{display: block; width: 100%; text-align: center;}
	.info_box{
		width: auto; text-align: left; margin-left: auto; margin-right: auto;
	}
	.info_box:last-child{display: none;}
	.navbar-collapse{width: 100%;}
}