/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/



html {
     scroll-behavior: smooth;
}

body {
     color: #00000;
     font-size: 18px;
     font-family: 'IBM Plex Sans', sans-serif !important ;
     line-height: 25px;
     font-weight: 400;

	 
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: ;
     font-family: ;
}

h2 {
     font-size: ;
     font-family: ;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #2B2A2A;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0px 40px 0px
;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 400;
}

blockquote {
     margin: 0px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

/**-- custom section --**/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 20px;
     padding-left: 20px;
}

.mb-30 {
	 margin-bottom: 30px;
	 }
	 
@media (max-width: 767px) {
	.col_custom {
		 padding-left: 0px;
		 padding-right: 0px;
    }
	
}

@media all and (min-width: 576px) {	
	.col_custom{
		 padding-left: 0px;
	}
					
}

@media all and (min-width: 576px) {
	.col_custom_2{
		 padding-left: 0px;
		 padding-right: 40px;
	}
					
}
			
.link_menu li {
	 display:inline-block !important;
	 padding-left: 4px;
	 padding-right: 4px;
}

.link_info {
     font-family: "Source Sans Pro", sans-serif !important;
	 font-weight: 500;
}

@media (max-width: 575px) {
	.info_link .link_menu li {
		display: contents !important;
		padding-left: 4px;
		padding-right: 4px;
		text-align: center !important;
	}
}

.info_link .link_menu li {
		
		font-family: "Source Sans Pro", sans-serif !important;
		font-size: 18.5px;
		font-weight: 500;

}

.navbar-dark .navbar-toggler {
    color: #00000;
    border-color: rgba(255,255,255,.1);
}

.provided {
	
     background-color: #fff;
     padding: 105px 0 105px 0;
}

.head_section {
	
     background-color: #fff;
     padding: 40px 0 40px 0;
	 
}

.white { 

	 background-color: #fff !important;
     color: #1D8CC9 !important;

}

.link_menu_2 {
		
	 font-weight: 400;
	 font-size: 20.5px;
	 line-height: 25px;
	 padding: 20px 0px 11px 0px;
		
	}
	
ul.link_menu_2 li {
	
	 font-weight: 400;
     font-size: 18px; 
	 padding: 9px 0px 9px 0px; 
	 display: list-item !important;   
	 list-style-position: inside;
	 margin-left: 29px !important;
	 

}	
	
	ul.link_menu_2 li i {
	 color: #000;
	 margin-left: -29px;	
	}
	


.link_menu p {
	 padding: 20px 0px 0px 0px;
}

.pow p {
	
	 padding: 20px 0px 0px 0px; 
     margin-bottom: 0px;
}

.pow_2 p { 

	 padding: 20px 0px 0px 0px; 
	 margin-bottom: 0px;
}

.padding-top-20 {
	
	 padding-top: 20px;
	 
}

.padding-top-30 {
	
	 padding-top: 30px;
	 
}

.padding-top-40 {
	
	 padding-top: 40px;
	 
}

@media (max-width: 991px) {
    .padding-bottom  {
		
	 padding-left: 7px;
	 padding-right: 7px;  
    }
}

@media (max-width: 767px) {
    .padding-bottom  {
	
     padding-bottom: 25px;
     padding-left: 20px;
	 padding-right: 20px;
    }
}

.img_edit figure img {
	
     /* width: 100%; */
     /* position: absolute; */
     /* position: absolute; */
     /* width: 100%; */
     /* height: 100%; */
      /*bottom: -46px; */
     left: 0;
     background-repeat: no-repeat;
     border-radius: inherit;

}

.fullscreen-bg {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     overflow: hidden;
     z-index: -100;
}

.fullscreen-bg_video {
     position: absolute;
     top: 0;
     left: 0;
     min-width: 100%;
     min-height: 100%;
}

.custom_button {
     font-size: 16px;
     background-color: #fff;
     border: #fff solid 2px;
     color: #2F61E7 !important;
     padding: 9px 0px;
     max-width: 190px;
     text-align: center;
     display: inherit;
     transition: ease-in all 0.5s;
     font-weight: 500;
	 border-radius: 5px;
}

.custom_button:hover {
	
	 background-color: transparent;
	 color: #ffffff !important;
}

.button_black {
	
	color: #000000 !important;
}

.fullscreen-bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(4, 9, 30, 0.64);
}

.carousel {
    position: relative;
    z-index: 1;
}


.pew {
     max-width: 66em !important;
     margin: 0 auto;
    }

@media (max-width: 1200px){
    .pew {
     max-width: 55em !important;
     margin: 0 auto;
    }
}

@media (max-width: 991px){
    .pew {
     max-width: 41em !important;
     margin: 0 auto;
    }
}

@media (max-width: 767px){
    .pew {
     max-width: 30em !important;
     margin: 0 auto;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.1em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 767px) {
	.col-sm-custom {
		Padding-right: 0px;
		padding-left: 0px;
	}
}



/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.electricblaze-FIIQEB2RAW9RaAV5g0eA {
    color: gray;
    max-width: 200px;
    font-size: 12px !important;
	opacity:0 !important;
	display: none !important;
}

.electricblaze-hdSv5PglJPRHxlZlmtNb {
	opacity:0 !important;
	display: none !important;
}

.container #img_change img {
    width: 100%;
    height: auto;
}

.container #img_change img {
    width: 60px;
    height: 60px;
}

.xAMjJ { padding-top: -40px; }

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.center {
	    text-align: center;
		display: inline-block;
		vertical-align:center;
		text-align: -moz-center;
}



/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
	 padding-bottom: 14px !important;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 10px;
     color: #000;
     font-size: 18.5px;
     line-height: px;
     font-weight: 400;
	 text-transform: uppercase;
	 font-family: "Source Sans Pro", sans-serif !important;

}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #2F61E7;
     text-decoration: none !important;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #2F61E7;
     text-decoration: underline !important;
}

.navbar-expand-md .navbar-nav {
     padding-right: 0px;
}

.header {
     width: 100%;
     padding: 30px 30px;
     background: #ffff;
     position: absolute !important;
     z-index: 999;
}

/*.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}*/

.logo img {
	 position: absolute;
     top: 50%;
     left: 54%;
     transform: translate(-50%,-50%);
	 padding-left: 0px;
     padding-right: 79px;
}

@media (max-width: 778px) { 
.logo img {
    position: absolute;
    top: 47.65%;
    left: 63%;
    transform: translate(-50%,-50%);
    padding-left: 0px;
    padding-right: 0px;
}
}

@media (max-width: 575px) { 
.logo img {
    position: absolute;
    top: 0%;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-self: flex-start;
	transform: none;
    top: 65%; 
    left: auto;
	max-width: 176px;
	margin-top: 2px;


}
}

.logo_subhead {
     font-size: 14px;
     color: #2F61E7;
     justify-content: center;
     display: flex;
}

.logo-content {
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
         background-repeat: no-repeat;

}


/** banner section **/

.banner_main {
     /*(background: url(../images/banner.jpg);*/
     background-repeat: no-repeat;
     min-height: 787px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     position: relative;
	 margin-top: 114px;
}

/*.banner_main::before {
     position: absolute;
     bottom: -63px;
     right: 17%;
     content: "";
     background: url(../images/button.png);
     background-repeat: no-repeat;
     width: 159px;
     z-index: 9999;
     height: 159px;
     cursor: pointer;
}*/

.banner_main_agency {
    background: url(../images/about.jpg);
    background-repeat: no-repeat;
    min-height: 745px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    margin-top: 120px;
}

.sheet { 
     background-color: black;
}
	 
.text-bg {
     text-align: center;
     padding-right: px;
}

.text-bg-2 {
     text-align: left !important;
}

.text-bg h1 {
     color: #fff;
     font-size: 43px;
     line-height: 73px;
     padding-bottom: 30px;
}

.text-bg h2 {
    color: #fff;
    font-size: 37px;
    line-height: 73px;
    padding-bottom: 30px;
}
.text-bg p {
     line-height: 28px;
     font-weight: 400;
     padding-bottom: 70px;
     display: block;
	 font-size: 28px;
	 margin-bottom:0px;
}

.text-bg-2 p {
     line-height: 28px;
     font-weight: 400;
     padding-bottom: 0px; 
	 padding-top: 0px;
     display: block;
	 margin-bottom: 30px;
	 font-size: 18px;
}

.text_img {
     margin-right: -83px;
}

.text_img figure {
     margin: 0;
}

.text_img figure h3 {
     color: #fff;
     font-size: 30px;
     top: -18px;
     background: #ffca56;
     z-index: 999999;
     width: 70px;
     height: 70px;
     border-radius: 50px;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 40px;
     padding-top: 10px;
     left: -20px;
}

.text_img figure img {
     width: 100%;
}

.carousel-caption {
     position: inherit;
}

.carousel-inner {
     margin-right: 142px;
}

#banner1 .carousel-indicators {
     left: 6px;
     bottom: 40px;
     display: block;
     margin-left: 0;
     right: inherit;
     top: 36%;
}

#banner1 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #f6f6f6;
     margin: 7px 0;
	 visibility: hidden;

}

#banner1 .carousel-indicators li.active {
     background: #ffca56;
     border: #fff solid 6px;
     width: 25px;
     height: 25px;
     margin: 0 !important;
     padding: 0 !important;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}

.text-bg a {
     font-size: 16px;
     background-color: #2F61E7;
     border: #2F61E7 solid 2px;
     color: #fff;
     font-weight: 500;
     padding: 12px 0px;
     width: 100%;
     max-width: 280px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-right: 10px;
	 border-radius: 5px;
}

.text-bg a:hover {
     background-color: #2F61E7;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: px;
}

.titlepage h2 {
     font-size: 31px;
     color: #00000;
     line-height: 55px;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: start;
     flex-wrap: wrap;
}

.yellow_darkbg .d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 15px;
     background-color: transparent;
     border: #2F61E7 solid 2px;
     color: #2F61E7 !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more_nav {
    margin: 0px 0px 0px 17px !important;
    display: unset;
    margin-top: px;
    background-color: #2F61E7!IMPORTANT;
    border: #2F61E7 solid 2px;
    color: #fff !important;
    max-width: 129px;
    padding: 8px 11PX;
    border-radius: 5px;
    font-size: 18px;
    /* float: right; */
    padding: 9px 22px 9px 21px !important;
    font-size: 15px !important;
}

.read_more_nav:hover {
    background: transparent !important;
    color: #2F61E7 !important;
}

.read_more:hover {
     background: #fff;
     color: #2F61E7;
     transition: ease-in all 0.5s;
}


/** team section **/


/** end team section **/

.team {
     background-color: #fff;
     padding-top: 85px;
}

.team .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.team .titlepage p {
     font-weight: 400;
     font-size: 18px;
     line-height: 25px;
     padding: 20px 0px 40px 0px;
}

.team .titlepage h3 {
     color: #ffca56;
     font-size: 24px;
     line-height: 24px;
     font-weight: bold;
     float: left;
}

.team .titlepage strong {
     color: #02246a;
     font-size: 40px;
     line-height: 35px;
     font-weight: bold;
     margin-top: -5px;
     padding-left: 50px;
     display: inline-block;
}

.team .titlepage .read_more {
     margin-top: 40px;
}

.team_img figure {
     margin: 0;
}

.team_img figure img {
     width: 100%;
	 padding-bottom: 40px;
}

@media (max-width: 767px) {
.team_img figure img {
    padding-bottom: 0px;
} 
}

@media (max-width: 767px) {
.agency_img figure img {
    padding-bottom: 40px;
} 
}

.team_img_2 figure img {
     width: 100%;
	 padding-bottom: 40px;
}


/** services section **/

.services .titlepage_1 {
     text-align: center;
}

.services {
     background-color: #fff;
     padding: 40px 0 80px 0;
}

.services_box img {
    max-width: 93%;
    height: auto;
}

.services .services_box {
    color: #02246a;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-top: -16px !important;
    transition: ease-in all 0.5s;
    margin: auto;
}

.services .services_box i {
    background-color: #transparent;
    height: 115px;
    width: 115px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}

.services .services_box h3 {
     color: #00000;
     font-size: 21.3px;
     line-height: 34px;
     font-weight: 500;
     margin-top: 17px !important;
     transition: ease-in all 0.5s;
     margin: 0 auto;
	text-align: center;
	 
}

.services .services_box h1 {
     color: #00000;
     font-size: 2.1sem;
     line-height: 34px;
     font-weight: 600;
     padding-top: 30px !important;
     transition: ease-in all 0.5s;
     margin: 0 auto;
	text-align: center;
	 
}

.sub-box {
	 padding: 40px 0 40px 0;
	 text-align: center;
	 color: #000000;
}

@media (max-width: 767px) {
    
	.sub-box {
     padding: 30px 0 30px 0;
    
	}

}

.sub-box p {
	 padding: 0px 0px 20px 0px;
	 font-size: 20px;
	 font-weight: 500;
	 
}

.card {

}

.card-3 {
     box-shadow: 0 11px 20px rgb(47, 97, 231, .30);
}

.right_irro i {
     width: 50px !important;
     height: 30px !important;
     margin-top: 40px !important;
     border-radius: 0 !important;
     color: #fff;
     opacity: 0;
     transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(57, 56, 56, 0.2);
     background-color: #fff;
     border-top: #f8c659 solid 6px;
     transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box h3 {
     color: #f8c659;
     transition: ease-in all 0.5s;
}

#serv_hover:hover .right_irro i {
     opacity: 1;
     transition: ease-in all 0.5s;
}

.margin_bottom1 {
     margin-bottom: 60px;
}

.services .read_more {
     margin: 0 auto;
     display: block;
     margin-top: px;
     background-color: #2F61E7;
     border: #2F61E7 solid 2px;
     color: #fff !important;
     max-width: 160px;
     padding: 8px 15px;
	 border-radius: 5px;
}

.services .read_more_2 {
     margin: 0px !important;
     display: block;
     margin-top: px;
     background-color: #2F61E7;
     border: #2F61E7 solid 2px;
     color: #fff !important;
     max-width: 129px;
     padding: 8px 0;
	 border-radius: 5px;
}

.services .read_more:hover {
     background: transparent;
     color: #2F61E7 !important;
}


/** end services section **/


/** New Ideas  section **/

.ideas {
     padding: 90px 0;
     background-color: #fff;
     position: relative;
}

.ideas::before {
     position: absolute;
     bottom: 0;
     right: 38px;
     content: "";
     background: url(../images/iadius_cross.png);
     background-repeat: no-repeat;
     width: 420px;
     height: 100%;
}

.ideas .titlepage {
     text-align: center;
}

.ideas .titlepage p {
  
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0px 40px 0px

}

.ideas .titlepage h2 {
     color: #02246a;
}

.border_trbl {
     border: #0e0f0f87 solid 1px;
     padding: 50px 0;
     box-shadow: 9px 0px 30px rgba(57, 56, 56, 0.2);
     background: #fff;
     z-index: 999999;
     position: relative;
}

.ideas_box {
     text-align: center;
}

.ideas_box h3 {
     color: #fff;
     font-size: 40px;
     font-weight: bold;
     background: #02246a;
     width: 180px;
     margin: 0 auto;
     border-radius: 121px;
     height: 180px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     border: #ffca56 solid 11px;
}

.ideas_box p {
     color: #2a2b2b;
     font-size: 20px;
     font-weight: bold;
     line-height: 20px;
     margin-top: 20px;
}

.margin_bottom {
     margin-bottom: 30px;
}


/** end New Ideas  section **/


/** testimonial section **/

.testimonial {
     padding: 0px 0px 90px 0px;
     background: ;
}

.testimonial .titlepage {
     text-align: left;
}

.testimonial .titlepage h2 {
     color: #02246a;
}

.testimonial .titlepage p {
     font-size: 17px;
     line-height: 28px;
}

.pow { 
    
	text-align: left;
    padding-bottom: 60px;
}

.pow_custom { 
    
	text-align: left;
    padding-bottom: 35px;
}

.pow_2 { 
    
	text-align: left !important;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
.pow_2 {
    padding-bottom: 90px;
} 
}



.test_box {
     text-align: left;
}

.test_icon {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding-top: 30px;
}

.test_icon i {
     border: #02246a solid 9px;
     border-radius: 40px;
}

.test_box h4 {
     font-size: 17px;
     color: #030305;
     line-height: 28px;
     display: block;
     font-weight: 400;
     text-align: left;
     padding: 0px 0px 0px 13px;
}

.yellow {
     color: #ffca56;
}

.test_box p {
    font-size: 18px;
    line-height: 25px;
    color: #222221;
    text-align: left;
    border: #bcbcbc solid 1px;
    padding: 35px 30px;
    border-radius: 5px;
    font-weight: 400;
}


/** end testimonial section **/


/** contact section **/

.contact {
     background: url(../images/contact.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 0px 0 90px 0;
     position: relative;
     background: inherit;
}

.contact::before {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     content: "";
     background: url(../images/con_cross.png);
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     background-size: 100% 100%;
}

.contact .titlepage {
     text-align: left;
     padding-bottom: 107px;
}

.contact .titlepage h2 {
     color: #02246a;
}

.main_form {
     margin-right: -32px;
}

.main_form .contactus {
     border: #02246a solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 47px;
     background: transparent;
     color: #dfdfdf;
     font-size: 18px;
     font-weight: normal;
     border-right: inherit;
     border-left: inherit;
     border-top: inherit;
}

.main_form .contactus1 {
     border: #02246a solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 47px;
     background: transparent;
     color: #dfdfdf;
     font-size: 18px;
     font-weight: normal;
     border-right: inherit;
     border-left: inherit;
     border-top: inherit;
     margin-top: 60px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #ffca56;
     text-transform: uppercase;
     color: #fff;
     padding: 12px 0px;
     max-width: 195px;
     width: 100%;
     display: block;
     margin-top: 30px !important;
     font-weight: 400;
}

.main_form .send_btn:hover {
     background-color: #02246a;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dfdfdf;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: #fffff;
     padding-top: 40px;
	 padding-bottom: 40px;
     text-align: center;
	 color: black !important;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
     margin: inherit;
     border-bottom: #fff solid 1px;
}

.logo1 {
     float: left;
     margin-top: -11px;
     margin-bottom: 9px;
}

ul.social_icon {
     padding-top: 14px;
     width: 100%;
     float: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
     color: #00000;
}

ul.social_icon li a:hover {
     background-color: #fff;
     color: #2F61E7;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #ffca56 solid 3px;
     padding-bottom: 3px;
     display: table;
}

.about_us li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     display: inline-block;
	 
}

ul.link_menu li {
     display: block;
     text-align: left;
	 margin-left: 5px;
	 margin-right: 5px;

}

ul.link_menu li a {
     color: #00000;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 10px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #2F61E7;
}

ul.link_menu li a {
      text-transform: uppercase;

}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 45%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     border-radius: 10px;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #ffca56;
     color: #fff;
     padding: 8px 0px;
     max-width: 163px;
     border-radius: 10px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     margin-left: 7px;
     height: 46px;
}

.sub_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
}

.copyright p {
     color: #ddd;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #ddd;
}

.copyright a:hover {
     color: #ffca56;
}


/** end footer **/


/** inner page css **/

.inner_header .header {
     background: #fffff;
     position: inherit;
}

.yellow_darkbg .titlepage {
     padding-bottom: 0;
}

.yellow_darkbg {
     background: #2F61E7;
     display: ;
     justify-content: center;
     align-items: center;
     height: px;
	 max-height: px;
     padding-top: px;
	 position: relative;
}

.about_page .team {
     padding-bottom: 90px;
}

.about_page .team .titlepage h3 {
     color: #02246a;
}

.about_page .team .titlepage p {
     float: left;
}

.contact_page .contact {
     padding-top: 160px;
     margin-top: 90px;
}

.service_page .services {
     padding-bottom: 60px;
}

.blog {
     margin: 25px 0px 25px 0px;
}

.blog .blog_box {
     margin-bottom: 55px;
}

.blog .blog_box h3 {
     text-align: center;
     font-weight: 600;
     font-size: 30px;
     line-height: 30px;
     padding: 30px 0px 40px 0px;
     color: #02246a;
}

.blog .blog_box figure {
     margin: 0;
}

.blog .blog_box figure img {
     width: 100%;
	 object-fit: cover;
     height: 260px;
}

.blog .blog_box .read_more {
     margin: 0 auto;
     display: block;
}

.blog p {text-align: left}
	
.blog h2 {
	 text-align: left; 
	 padding-top: 25px; 
	 font-size: 23px;
}
	
.blog .col-inner {
	 box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.13);
	 border-radius: px;
	 margin: 0px 20px;
	 transition: ease-in all 0.5s;
	 border-top: transparent solid 6px;
}
    
.blog .blog-inner {padding: 0px 40px;}
	
.blog .col-inner:hover {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(57, 56, 56, 0.2);
     background-color: #fff;
     border-top: #2F61E7 solid 6px;
     transition: ease-in-out all 0.5s;
}

.blog .col-inner:hover h2 {
     color: #2F61E7;
     transition: ease-in-out all 0.5s;
}
	
.blog .col-inner:hover .right_irro i {
     opacity: 1;
     transition: ease-in-out all 0.5s;
}

.blog .col-inner {
     color: #02246a;
     font-size: 24px;
     line-height: 34px;
     font-weight: 400;
     margin-top: -16px !important;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog-custom {
	 display: flex;
	 justify-content: center
}

ul.blog-list li i {
	 margin-right: 10px;
    color: #000;
    margin-left: -27px;
}

ul.blog-list li {
    margin-right: 10px;
    color: #000;
    margin-left: 29px;
	margin-bottom: 13px;
}

.flaticon-right::before {
    margin-right: 9px;
}		
