@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*----font-family: 'Poppins', sans-serif;---*/

@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
/*------font-family: "Wallpoet", sans-serif;-----*/

/*..............embedded fonts..............*/

/*..............custom fonts..............*/

/*..............custom fonts..............*/



/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; font-size:18px; font-weight: 300; color:#494949; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: normal; margin:0 0 20px; padding:0; color: #000; }
h1{ font-size:40px;}
h2{ font-size:35px;}
h3{ font-size:30px;}
h4{ font-size:25px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

p{ margin:0 0 20px; line-height: 1.3;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: #179ae2; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select{ font-family: 'Poppins', sans-serif; font-weight: 300; outline: none;}
input[type="submit"]{ font-family: 'Poppins', sans-serif; font-weight: 300; transition:all 0.3s ease 0s; outline: none;}
select { appearance: none; -webkit-appearance: none; height: 50px !important; padding-right: 40px !important; background-image: url(../images/select-arw.png); background-repeat: no-repeat; background-position: 96% center;  }

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn {border: 0; letter-spacing: 1px; display: inline-block; vertical-align: top; background: #feca38; color: #000 !important; padding: 17px 25px; font-size: 16px; line-height: 1; text-transform: uppercase; font-weight: 600; border-radius: 5px; }
.btn:hover{background-color: #04345a;color: #fff !important;}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

.common-padd { padding-top: 60px; padding-bottom: 60px; }
.common-padd-small { padding-top: 30px; padding-bottom: 30px; }
.dark-blue-bg{background-color: #001a53;}
.light-blue-bg{background-color: #ebeff8;}
.brown-bg {background-color: #212121;}


.form-control { height: 45px; padding: 12px 15px; }
.reletive-header {position: relative !important;background-color: #202832;}
.reletive-header.fixed {position: fixed !important;}

/*..............common styles..............*/



/*for header css*/
.main-header { z-index: 999; left: 0; right: 0; top: 0;background-color: #12557f;}
.header-row { display: flex; flex-wrap: wrap; align-items: center;justify-content: center;}

.call-portal { padding: 0 0 18px; margin-right: -20px; display: flex; align-items: center; justify-content: flex-end; }
.call-portal a.call-link { color: #CE222B; font-weight: 900; font-style: italic; margin-right: 10px; }
.call-portal a.call-link svg { color: #686868; }
.call-portal a.portal-btn { background: #CE222B; color: #fff; padding: 9px; line-height: 1; display: block; font-size: 14px; }

.main-menu {  }
.main-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center;}
.main-menu ul li { list-style: none;font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 400; text-transform: capitalize;}
.main-menu ul li:not(:last-child) { margin-right: 0px; }
.main-menu ul li a, .main-menu ul li {cursor: pointer;display: block; color: #fff; position: relative; font-size: 14px; text-transform: uppercase; font-weight: 600; }
.main-menu ul li a:hover, 
.main-menu ul li.current-menu-item a {color: #12557f; background-color: #fece12; }
.main-menu ul li a{padding: 20px 40px;}

.main-menu ul li.talk-btn a { background: #cd0b03; color: #fff !important; padding: 14px 35px !important; line-height: 1; font-size: 16px; text-transform: uppercase; border-radius: 30px; }
.main-menu ul li.talk-btn a:hover { background: #e2136c; }

.nav_btn { color: #001a53; font-size: 22px; text-align: right; display: none; }
.nav_close { display: none; color: #001a53; }


.main-header.fixed { background: #04345a; left: 0; position: fixed; top: 0; width:100%; box-shadow:0 0 12px rgba(0, 0, 0, 0.4); transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s;}

@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/*for header css*/
button:focus{outline: none !important; }
.owl-theme .owl-nav [class*=owl-]:hover {background-color: transparent !important;}
.banner-sec img,
.home-third-sec .srvc-area .card-box .image-box img,
.home-about-service-sec .lft-box .imge-box img,
.innerbanner-sec img,
.second-sec-about .image-box img,
.our-team .image-box img {width: 100%; height: 100%; object-fit: cover; }
.inner-banner img {width: 100%;}

ul{padding: 0;margin: 0;}


.header-top.dark-blue-bg ul li {list-style: none;display: inline-block;margin-right: 10px;border-radius: 0;font-weight: 300;}
.header-top.dark-blue-bg ul li a {color: #fff;font-size: 11px;  }
.header-top.dark-blue-bg ul li:last-child {margin-right: 0px;}
.header-top ul li span {margin-right: 4px;}
.header-top .btn.top-btn {padding: 12px 15px;background: #8e452a;}
.header-top ul.media-head li {padding: 8px 0;}
.banner-sec {position: relative;}
.banner-sec .banner-content {position: absolute; top: 0; width: 100%; display: flex; height: 100%; align-items: center; }
.banner-sec .banner-content ul li {list-style: none; display: inline-block; margin-right: 12px; }
.banner-sec .banner-content ul li:last-child{margin-right: 0px; }
.banner-sec .owl-dots {display: none;}
.banner-sec button.owl-next span {font-size: 45px; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #000; }
.banner-sec button.owl-next {position: absolute; top: 40%; right: 20px; width: 50px; height: 50px; background-color: #ffffffb3 !important; border-radius: 50px !important; }
.banner-sec button.owl-prev span {font-size: 45px; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #000; }
.banner-sec button.owl-prev {position: absolute; top: 40%; left: 20px; width: 50px; height: 50px; background-color: #ffffffb3 !important; border-radius: 50px !important; }
header ul li ul.sub-menu {position: absolute; z-index: 9; width: 300px; background-color: #fff; }
header ul li ul.sub-menu li {display: block; }
header ul li ul.sub-menu li {width: 100%; margin: 0 !important; padding: 0 15px; }
header ul li ul.sub-menu li a {padding: 6px 0; }
header ul li ul.sub-menu {padding: 10px 0;display: none;box-shadow: 0 10px 10px #001a5347; }
header ul li ul.sub-menu li a {font-size: 12px; }
header ul li:hover ul.sub-menu{display: block !important;}
.banner-sec .owl-theme .owl-nav [class*=owl-]:hover {background-color: #ffffffa1 !important;}


.bgdarkblue {background: #04345a;}
.top-header .logo-area {padding: 10px 0; }
.top-header .logo {position: relative; border-right: 1px solid #9ba1a6; }
.top-header .info-box2 {position: relative; border-right: 1px solid #9ba1a6; }
.top-header .info-box-content {padding-left: 10px; padding-right: 10px;}
.top-header .info-box-content p {font-size: 20px !important; color: #fff; font-weight: bold; margin-bottom: 0px; text-align: left; }
.top-header .info-box-content a {font-size: 14px; color: #fece12; font-weight: normal; }
.top-header .info-box-contentnum {text-align: left; position: relative; left: 10px; }
.top-header .info-box-contentnum a {font-size: 20px !important; color: #fece12 !important; font-weight: bold; }
.top-header .info-box-contentnum p {font-size: 14px !important; color: #fff !important; font-weight: normal !important; }
header .logo-mobo{display: none;}

.banner-sec .item {height: 500px; }
.banner-sec .banner-text {max-width: 500px; margin: 0 auto; text-align: center; }
.banner-sec .banner-text h3 {font-weight: bold; color: #fff; text-transform: capitalize; }
.banner-sec .banner-text h1 {color: #fece12; font-weight: 900; text-transform: uppercase;}
.banner-sec .banner-text p {color: #fff; }
.banner-sec .banner-text hr {background-color: #fff; }
.banner-sec .owl-theme .owl-nav {margin-top: 0px !important;}

.home-second .lft-text {display: flex;justify-content: center;align-items: center;width: 80px; height: 80px; border: 5px dashed #fece12; border-radius: 50%; position: relative; top: 0px; }
.home-second .lft-text h2 {color: #fece12; font-family: 'Wallpoet', cursive; margin: 0; }
.home-second .right-text p {color: #fff; margin-bottom: 10px; }
.home-second .right-text h4 {margin-bottom: 0px; font-weight: normal !important; color: #fff; }
.home-second .right-text span {color: #fece12 !important; font-weight: bold !important; }
.home-second{padding: 10px 0;}

.common-header-center{text-align: center;margin-bottom: 40px;}
.common-header-center h2{text-transform: capitalize;font-weight: bold;margin-bottom: 15px;}
.common-header-center h2 span {text-transform: capitalize; color: #12557f; font-weight: bold; }

.home-third-sec .img-with-text{margin-bottom: 40px;}
.srvc-area .card-box .image-box {width: 100%; height: 180px; overflow: hidden; }
.srvc-area .card-box .content-box {min-height: 300px; text-align: center; padding: 20px; width: 96%; background: #04345a; position: relative; top: -20px; z-index: 1; border-bottom: 10px solid #fece12; margin: 0 auto; }
.srvc-area .card-box .content-box h6 {color: #ffb600; font-weight: bold; font-size: 17px; }
.srvc-area .card-box .content-box p{color: #fff;font-size: 16px;}
.srvc-area .card-box .image-box img{transform: scale(1); -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
.srvc-area .card-box a:hover .image-box img{transform: scale(1.1); -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
.home-third-sec{background-image: url('../images/bg1.jpg'); background-repeat: no-repeat;background-position: bottom center;}
.srvc-area .item-date{color: #fff;font-size: 16px;margin-bottom: 8px;}


.home-forth-sec .left-content h4 {color: #fece12; font-weight: bold; }
.home-forth-sec .left-content p{color: #fff;}
.home-forth-sec .imge-box {width: calc(100vw - 50vw);height: 350px; }
.home-forth-sec{overflow: hidden;}

.home-about-service-sec .lft-box {background-color: #04345a; }
.home-about-service-sec .lft-box .imge-box {width: 100%; height: 350px; overflow: hidden; }
.home-about-service-sec .lft-box .content-box {padding: 20px; text-align: center; }
.home-about-service-sec .lft-box .content-box h4{color: #fff;font-weight: 600;font-size: 16px;}
.home-about-service-sec .lft-box .content-box p{color: #fff;}
.home-about-service-sec .sngl-box {display: flex;margin-bottom: 20px; }
.home-about-service-sec .sngl-box .image-box {width: 80px; height: 80px; margin-right: 20px; }
.home-about-service-sec .sngl-box .image-box img{width: 100%;height: 100%;object-fit: contain;}
.home-about-service-sec .sngl-box .content-box{width: calc(100% - 100px);border: 1px solid #0000002e;padding: 12px;}
.home-about-service-sec .sngl-box .content-box h6 {margin: 0; font-weight: 600; }
.home-about-service-sec .right-content .sngl-box:last-child{margin: 0;}

.footer-main {padding: 40px 0 20px; background-color: #04345a; }
footer h3 {font-size: 20px; position: relative; margin: 0 0 20px; padding-left: 0px; text-transform: uppercase; color: #fece12; font-weight: 600 !important; }
footer p {color: #fff; }
footer ul li {list-style: none !important;margin-bottom: 10px; }
footer ul li a {color: #fff !important; }
footer .footer-social ul {display: flex; }
footer .footer-social ul li {margin-bottom: 0; margin-right: 15px; }
.footer_bottom {background: #02274a; padding: 10px 0; }
.footer_bottom .credit_developer,
.footer_bottom .copyright_text{color: #fff;}
.footer_bottom .credit_developer a{color: #fece12;}

.innerbanner-sec {height: 350px; position: relative; overflow: hidden; }
.innerbanner-sec .contant-box {position: absolute; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; background-color: #12557f70; }
.innerbanner-sec .contant-box h1 {color: #fece12; text-transform: uppercase; font-weight: 700; margin: 0; }
.about-first .content-box ul {margin-bottom: 15px; padding-left: 35px; }
.about-first .content-box h4 {color: #fece12; font-weight: 800; margin-bottom: 10px; }
.about-first .content-box h6 {margin-bottom: 10px;}
.about-first .content-box h2 {font-weight: 600; }
.second-sec-about{background: #fff9dc;}
.second-sec-about .image-box {height: 100%; overflow: hidden; }

.our-team .summary {font-size: 14px; line-height: 1.5; }
.our-team .summary p.collapse:not(.show) {height: 39px !important; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.our-team .summary p.collapsing {min-height: 39px !important; }
.our-team .summary a.collapsed:after  {content: '+ Read More'; ont-size: 15px;font-weight: 600;color: #04345a;}
.our-team .summary a:not(.collapsed):after {content: '- Read Less'; ont-size: 15px;font-weight: 600;color: #04345a;}
.our-team .sngl-box {border: 1px solid #04345a2e; }
.our-team .content-box {padding: 15px; text-align: center; }
.our-team .image-box {height: 350px; overflow: hidden; }

.contct-top .common-header-center p {margin-bottom: 6px; }
.contct-top .sngl-box {-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;height: 100%; background-color: #04345a; text-align: center; border-radius: 8px; padding: 20px; }
.contct-top .sngl-box .icon {font-size: 24px; color: #fff; background: #ffb600; text-align: center; border-radius: 100%; width: 60px; height: 60px; line-height: 60px;margin: auto; margin-bottom: 20px;}
.contct-top .contact h6 {color: #fff; font-weight: 600; }
.contct-top .contact p, .contct-top .contact a {margin: 0; color: #fff; font-size: 16px; }
.contct-top .sngl-box:hover{-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;transform: translate(0px, -10px);box-shadow: 0 15px 15px #04345a73;}

.contact-map iframe{width: 100%;height: 450px;}

.contact-form-page textarea.form-control {height: 150px; resize: none; }
.contact-form-page input.btn {font-weight: 600; padding: 15px 45px; }
.contact-form-page .submit-btn{text-align: center;}


.location-sec .hvr-bounce-out {display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.location-sec .exptext {background: #12557F !important; text-align: center; padding: 10px; margin-bottom: 5%; margin-top: 3%; }
.location-sec .location a {color: #12557F !important; font-size: 20px !important; padding-top: 2%; font-weight: bold; }
.location-sec .hvr-bounce-out:hover, 
.location-sec .hvr-bounce-out:focus, 
.location-sec .hvr-bounce-out:active {-webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.location-sec .exptext h4,
.location-sec .exptext h5{color: #fff;}
.location-sec .text-uppercase{color: #000;color: #12557F !important;font-weight: 600;text-align: center;}

.single-service .service-sidebar-content {position: relative; background: #04345a; padding: 30px 30px 40px 30px; }
.sidebar-page-container .sidebar-title {position: relative; display: block; color: #FECE12; font-weight: 900; margin-bottom: 30px; }
.sidebar-categories .categories-list li a svg {position: relative; float: right; color: #7c8182; font-size: 16px; height: 31px; width: 31px; line-height: 33px; text-align: center; border-radius: 50%; background: #ffffff; transition: all 500ms ease; }
.sidebar-categories .categories-list li a {position: relative; display: block; font-size: 16px; font-weight: 600; color: #fff; }
.single-service .service-sidebar-content {position: relative; background: #04345a; padding: 30px 30px 40px 30px; }
.sidebar-categories .categories-list li {position: relative; margin-bottom: 25px; list-style: none; }
.sidebar-categories ul {margin: 0px !important; padding: 0px !important; }
.sidebar-page-container .sidebar-insurance h3 {position: relative; display: block; color: #ffffff; font-weight: 900; text-decoration: underline; }
.sidebar-page-container .sidebar-insurance {position: relative; width: 100%; background-size: cover; background-repeat: no-repeat; padding: 128px 40px 133px 40px; text-align: center; margin-bottom: 42px; }
.sidebar-categories {position: relative; margin-bottom: 48px; }
.single-service .service-details-content .title-box h2 {position: relative; display: block; font-weight: 900; color: #2b3132; margin-bottom: 40px; }
.single-service .service-details-content .image-box {position: relative; margin-bottom: 25px; }
.single-service .service-details-content .image-box img {width: 100%; }
.content-style-one ul {padding-left: 50px; margin-bottom: 25px; }
.content-style-one h1,
.content-style-one h2,
.content-style-one h3,
.content-style-one h4,
.content-style-one h5,
.content-style-one h6{font-weight: 600;}

.discover-section .image-content .image-box img {width: 100%; }
.discover-section .image-content .lower-content {position: relative; display: block; background: #082a48; text-align: center; padding: 26px 15px 31px 15px; color: #fff; }
.discover-section .content-box .sec-title {margin-bottom: 40px; }
.sec-title span {position: relative; display: block; font-size: 20px; font-weight: 700; color: #082a48; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 3px; }
.discover-section .content-box .sec-title h2 {margin-bottom: 0px; color: #0B5F83; font-weight: 700; }
.discover-section .image-content .image-box {position: relative; margin-bottom: 0px; }
.discover-section .image-content .lower-content h3{color: #fff;margin-bottom: 0;}
.sidebar-page-container .sidebar-insurance:before {position: absolute; content: ''; background: rgba(43, 49, 50, 0.70); width: 100%; height: 100%; left: 0px; top: 0px; }

.heading-layout4 {margin-bottom: 26px; position: relative; }
.heading-layout4 h4 {font-weight: 600; padding-left: 20px; color: #fece12; }
.heading-layout4:after {content: ""; height: 24px; width: 3px; background-color: #002e5b; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.recent-post-list{padding-left: 30px;}
.widget-recent-post .recent-post-list li {background-color: #ffffff; padding: 5px 0 20px; margin-bottom: 2px; list-style: none; }
.widget-recent-post .recent-post-list li .post-date {font-size: 14px; color: #444444; font-weight: 500; margin-bottom: 4px; }
.widget-recent-post .recent-post-list li .item-title a {color: #14287b; }
.widget-recent-post .recent-post-list li h6{margin-bottom: 0;}













/*Media Query css*/

@media only screen and ( min-width:1600px ) {
	.container{max-width: 1440px;}

}

@media only screen and ( max-width:1599px ) {

	

}
@media only screen and ( max-width:1299px ) {

    

}
@media only screen and ( max-width: 991px ) {
    .nav_btn { display: block; cursor: pointer; }
    .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;}
    .main-menu { position: fixed; transform:translateX(320px); right: 0; top: 0; bottom: 0; z-index: 999; max-width: 320px; box-shadow: 4px 0 27px rgba(0, 0, 0, 0.11); background-color: #fff; padding-top: 28px; margin:0; display:block; width: 100%; padding-left: 10px; transition: 250ms ease-in;}
    .main-menu ul li { width: 100%; }
    .main-menu ul li:not(:last-child) { margin-right: 0; }
    .main-menu ul li a { display: block; padding: 10px; }

    




}
@media only screen and ( max-width: 767px ) {



}
@media only screen and ( max-width: 576px ) {
	


}
@media only screen and ( max-width: 380px ) {
	


}

/*Media Query css*/




