/*CSS Reset*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
html {
    scroll-behavior: unset;
}
body {
    font-family: 'Open Sans', sans-serif;
}
/*Common Classes Starts*/
.relative{
    position: relative;
}
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.large-center-wr {
    max-width: 1520px;
    width: 94%;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
    max-width: 100%;
    display: block;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #505050;
}
a {
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6, ul, li, li > ul {
    margin: 0;
    letter-spacing: normal;
}
section {
    padding: 0;
}
h1 {
    font-size: 60px;
    line-height: 76px;
    font-weight: 600;
    color: #ffffff;
}
h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600; 
}
h3 span {
    color: #1d4e89;
    font-style: italic;
}
h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
}
h5 {
    font-size: 20px;
    line-height: 26px;   
    font-weight: 600;
}
h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
.page-heading h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
    color: #000000;
}
.page-heading h5 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.site-btn {
    background-color: #1d4e89;
    color: #ffffff; 
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 32px;   
    border-radius: 10px;
    text-transform: uppercase; 
}
.site-btn:hover {
    background-color: #000;
    color: #ffffff;
}
/*Common Classes Ends*/
/*Header Starts*/
.header-top {
    padding: 24px 0;
    background-color: #1d4e89;
}
.proudly-serving-blk {
    width: 46%;
}
.header-social-logo-blk, .header-proudly-serving, .header-social-logo, .header-bottom-btn {
    display: inline-block;
    vertical-align: middle;
}
.header-social-logo {
    margin-left: 13px;
}
.header-social-logo a {
    display: block;
}
.header-social-logo:first-child {
    margin-left: 0;
}
.header-social-logo a svg path {
    transition: 0.5s;
}
.header-social-logo a:hover svg path {
    fill: #1f1e1e;
}
.header-proudly-serving {
    margin-left: 20px;
    width: 55%;
}
.header-top-content h5 {
    color: #ffffff;
}
.header-proudly-serving h5 {
    text-shadow: 0px 0px #fff;
}
.emergency-service-blk {
    width: 30%;
    margin-top: 10px;
}
.emergency-service-text h5 {
    text-shadow: 0px 0px #ffffff;  
    font-size: 22px;
    line-height: 28px;
}
.emergency-service-text h5 a {
    color: #ffffff;
    font-weight: 700;
    margin-left: 5px;
}
.header-menu {
    margin-top: 36px;
}  
.emergency-service-text h5 a:hover {
    color: #000000;
}
.header-bottom-blk {
    border-top: 7px solid #6e6f72;
}
.header-logo {
    width: 23%;
    padding: 20px 0;
}
.header-logo a {
    width: 100%;
}
.header-btn-menu {
    width: 77%;
    margin-top: 10px;
}
.header-bottom-btn {
    margin-top: 5px;
}
.header-bottom-btn a {
    margin-left: 17px;
    padding: 12px 23px; 
}
.header-bottom-btn a:first-child {
    margin-left: 0;
    padding: 12px 38px;
}
.navbar-wr li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    padding-bottom: 32px;
}
.navbar-wr li a {   
    font-size: 18px;
    color: #302d2d;
    line-height: 24px;
    font-weight: 400;
}
.navbar-wr li a:hover {
    color: #1d4e89;
}
.header-menu ul li.menu-item-has-children:hover > a {
    color: #1d4e89;
}
.navbar-wr ul li ul.sub-menu li:hover > a {
    background-color: #1d4e89;
    color: #ffffff;
}
.header-menu ul li.menu-item-has-children {
    position: relative;
}
.navbar-wr ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 290px;
    z-index: 111;
    background-color: #1d4e89;
    text-align: left;  
    box-shadow: 0px 10px 20px 0px #00000000;  
    left: 0;
}
.header-menu ul li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.navbar-wr ul li ul.sub-menu li {
    display: block;
    margin-left: 0;
    padding: 0;
    border-top: 1px solid #fff !important;
}
.navbar-wr ul li ul.sub-menu li a {
    display: block;
    padding: 15px;
    color: #fff;
}
.navbar-wr ul li ul.sub-menu li:first-child {
    border-top: unset;
}
.navbar-wr ul li ul.sub-menu li a:hover {
    background-color: #fff;
    color: #1d4e89;
}
.header-menu ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    right: -100%;
    top: 0;
    left: auto;
} 
.slicknav_menu {
    display: none;
}
.header-menu ul#menu-header-menu > li.current-menu-parent > a {
    color: #1d4e89;
}
.header-menu ul > li.menu-item-has-children:nth-child(6) ul.sub-menu {
    right: 0;
    left: auto;
}
.header-menu ul li ul.sub-menu li.current-menu-item > a {
    color: #1d4e89;
    background-color: #ffffff;
}
.header-menu ul li ul.sub-menu li.current-menu-item {
    border-color: #1d4e89;
}
.header-mob-block {
    display: none;
}
.header-bottom-btn .site-btn {
    padding: 11px 21px;
    border-radius: 10px;
    background-color: #54b849;

}
.header-bottom-btn .site-btn:hover{
    background-color: #000;
}
/*Header Ends*/
/*Footer Starts*/
.footer-top {
    padding: 78px 0 15px 0;
    border-bottom: unset;
}
.footer-top-content {
    padding-left: 39px;
}
.footer-blocks {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: center;
}
.footer-blocks h6, .footer-blocks p {
    color: #1d4e89;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.footer-blocks h6 {
    margin-bottom: 18px;
    text-transform: capitalize;
}
.footer-blocks p {
    color: #393838;
    text-shadow: 0 0 #000000;
}
.footer-blocks a {
    font-weight: 700;
    color: #393838;
    display: block;
}
.footer-blocks:nth-child(3) a {
    width: 90%;
}
.footer-blocks:nth-child(3) a:last-child, .footer-blocks:nth-child(3) a:nth-child(3) {
    font-weight: 800;
    margin-top: 14px;
}
.footer-blocks a:hover {
    color: #1d4e89;
}
.footer-blocks.footer-logo a {
    display: block;
}
.footer-blocks.footer-operation {
    width: 24%;
    margin-left: 110px;
}
.scroll-top i {
    animation: pulse 2s ease-in-out infinite;
}
.footer-blocks.footer-office {
    width: 18%;
    margin-left: 94px;
}   
.footer-copyright {
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.footer-copyright-blk {
    margin-top: 70px;
}
.footer-copyright a:hover {
    color: #1d4e89;
}
.footer-copyright a:last-child {
    color: #1d4e89;
}
.footer-copyright a:last-child:hover {
    color: #393838;
}
.footer-top-wrapper {
    background-color: #2e312f;
    text-align: center;
    padding: 40px 0;
}
.footer-btn-blk, .footer-content-sec, .footer-content-sec p {
    display: inline-block;
    vertical-align: middle;
}
.footer-top-wrapper p {
    margin-right: 35px;
    margin-bottom: 5px;
}
.footer-content-sec p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.footer-content-sec a, .footer-content-sec p {
    color: #ffffff;
}
.footer-content-sec a:hover{
    color: #1d4e89;
}
.footer-content-sec a, .footer-content-sec p:nth-child(2) {
    font-size: 24px;     
}
.site-btn-transparent {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 700;
    background-color: #1d4e89;
    padding: 14px 30px;
    border-radius: 10px;
    border: 2px solid transparent;
}
.site-btn-transparent:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.footer-middle {
    text-align: center;
    padding: 70px 0px 74px;
    border-bottom: 10px solid #1d4e89;
}
.footer-middle h3 {
    padding-bottom: 50px;      
}
.footer-middle .logo-wr:first-child {
    margin-left: 0px;
}
.footer-middle .logo-wr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 73px;
}   
.scroll-top {
    color: #ffffff;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 100px;
    right: 36px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    transition: 0.9s;
    box-shadow: 4px 4px 0 #000000;
    z-index: 999;
    cursor: pointer;
    display: block;
    background: #1d4e89 url(../images/back_to_top_icon.svg) no-repeat center/50%;
}
.scroll-top:hover {
    background-color: #000000;
    box-shadow: 4px 4px 0 #1d4e89;
}
.brand-wr, .text-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.brand-wr{
    width: 100%;
    position: relative;
}
.text-wrapper {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.text-wrapper .pop-up-block  {
    max-width: 45%;
    height:295px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 48%;
    transform: translateY(-48%);
    background-color: #1d4e89;
    border-radius: 20px;
}
.pop-up-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    color: #fff;
    padding: 30px 34px 50px;
}
.text-wrapper {
    display: none; 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    overflow: auto;
    z-index:9999;
}
.close {
    color: white;
    cursor: pointer;
    text-align: right;
    display: block;
    width: 36px;
    height: 36px;
    background: #54B849;    
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 11px;
}
/*Popup 19/06/2024 */
.pop-up-wrapper {
    height: 655px;
    background: #1D4E89;
    padding: 25px 53px 45px 0px;
    border: 7px solid #54B849;
    width: 100%;
    max-width: 994px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999999;
}
.popup-left {
    padding-left: 71px;
}
.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.8);
}
.popup {
    display: none;
}
.popup-title h2 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    padding: 14px 0px 8px;
}
.popup-title {
    background: #54B849;
    width: 100%;
    position: relative;
    z-index: 1;
}
.popup-title::before {
    content: "";
    position: absolute;
    width: 101.3%;
    height: 7px;
    background: #fff;
    left: -7px;
}
.popup-title::after, .form-shortcode::before, .popup-logo::after {
    content: "";
    position: absolute;
    background: url(../images/bg_element.svg) no-repeat;
    display: block;
    z-index: -1;
    width: 25%; 
}
.form-shortcode, .popup-logo{
    z-index: 1;
}
.popup-title::after{
    height: 100%;
    left: 95%;
    top: -18px;
}
.form-shortcode::before {
    bottom: 0;
    height: 26%;
    left: 4px;
    background-size: 64%;
}
.popup-logo::after {
    bottom: -82px;
    height: 25%;
    background-size: 76%;
    right: -20px;
}
.close img {
    margin: 9px;
}
.popup-form-block {
    width: 60%;
}
.popup-logo-block {
    width: 36%;
}
#field_10_9 span {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 14px 22px 10px 0px;
}
#field_10_9 span strong{
    font-size: 23px;
    line-height: 33px;
}
#field_10_9 strong {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}
.form-shortcode .gform_footer .gform_button {
    background-color: #54B849;
    font-size: 16px !important;
    line-height: 20px !important;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 0 !important;
    padding: 11px 39px !important;
    text-decoration: none;
    transition: 0.3s ease;
}
.form-shortcode .gform_footer .gform_button:hover {
    background-color: #fff;
    color: #54B849 !important;
}
.form-shortcode label#label_10_10_1 {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    max-width: 84.4%;
    margin-left: 8px;
}
.form-shortcode input#choice_10_10_1 {
    border: 1px solid #54B849;
    width: 25px !important;
    height: 25px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin-top: 7px;
}
.form-shortcode .gform_wrapper.gravity-theme .gfield-choice-input+label{
    vertical-align: top !important;
}
.form-shortcode .gform_body.gform-body .gfield input{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff !important;
    border: 1px solid #54B849;
    border-radius: 5px;
    padding: 12px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: 'Open Sans', sans-serif;
}
.form-shortcode .gform_body.gform-body .gfield ::placeholder{
    color: #fff !important;
    opacity: 1;
}
.form-shortcode .gform_wrapper.gravity-theme .gform_fields {
    display : block !important;
}
.form-shortcode .gfield.gfield--width-half {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 20px 15px;
}
.form-shortcode #field_10_9 {
    padding-bottom: 20px;
}
.form-shortcode .gfield.gfield--width-half:nth-child(2), .form-shortcode .gfield.gfield--width-half:nth-child(4){
    margin-left: 0 !important;
}
.popup-logo {
    padding-top: 115px;
}
.form-shortcode input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E) !important;
    margin: -1px 0 0 -3px !important;
    height: 6.75rem !important;
    width: 2.75rem !important;
}
.form-shortcode #gform_10_validation_container {
    display: none !important;
}
.thankyou-wrapper {
    padding: 68px 0px 73px;
}
.thankyou-text p {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    padding: 40px 0px 16px;
    margin-bottom: 0;
}
.thankyou-text p a {
    color: #1d4e89;;
    transition: all 0.3s;
}
.thankyou-text p a:hover {
    color: #505050;
}
.thankyou-logo a, .thankyou-logo img {
    width: 100%;
}
.thankyou-logo {
    width: 25%;
    margin: 0 auto;
}
.template-thankyou .popup{
    display: none !important;
}
.template-thankyou .breadcrumb-wr{
    display: none !important;
}
.pop-up-wrapper .ginput_recaptcha{
    visibility: hidden;
    z-index: -1;
}


/*Footer Ends*/


/*header*/

 .header-bottom-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}


.header-bottom-blk .header-btn-menu {
    display: flex;
    justify-content: space-between; 
	align-items: center;
}


.header-bottom-blk .large-center-wr {
	max-width:90% !important;
	width: 90% !important;
}

@media (min-width:1600px) and (max-width:2200px){
    .header-bottom-blk .header-search-form {
    width: 20% !important;
}
.header-bottom-blk .search-form input.search-submit {
    font-size: 14px !important;
    }
}
@media (min-width:1600px) and (max-width:1800px){
	.navbar-wr li a {
		font-size: 13px !important;
	}
    
    }

@media (min-width:1800px) and (max-width:1951px){
	.navbar-wr li a {
		font-size: 15px !important;
	}
    
    }


@media (min-width:1952px) and (max-width:2000px){
	.navbar-wr li a {
		font-size: 16px !important;
	}
    
    }
@media (min-width:1300px) and (max-width:1600px){
	.navbar-wr li a {
		font-size: 13px !important;
	}
	.header-search-form{
		width: 20%;
	}
	.header-bottom-blk .large-center-wr {
	max-width:95% !important;
	width: 95% !important;
	}
	.search-form input.search-submit {
		font-size: 12px !important;
		padding: 15px 10px !important;
	}
	.header-logo {
    width: 18% !important;
	}
	.header-wr .header-bottom-blk .large-center-wr {
   
    min-width: 95% !important;
	 max-width: 90% !important;
}
}

@media (min-width:1366px) {
.header-top .header-search-form {
    display: none;
}
	

}

/*tablet and phone */

@media (max-width:1365px){
body .header-bottom-blk .header-search-form{
		display: none;
	}
    body .header-top .header-search-form {
    width: 50%;
    margin: auto;
}
	body .header-top .large-center-wr {
		margin-bottom: 30px;
	}
    body .header-top .search-form input.search-submit {
		background-color: #fff !important;
			color: #1d4e89;
	}
}

@media (max-width:1300px){
	body .header-top .header-search-form {
    width: 50%;
    margin: auto;
}
	body .header-top .large-center-wr {
		margin-bottom: 30px;
	}
	body .header-top .search-form input.search-submit {
		background-color: #fff !important;
			color: #1d4e89;
	}
.header-wr .header-bottom-blk .large-center-wr {
   
    min-width: 90% !important;
	 max-width: 90% !important;
}


}

@media (max-width: 580px) {
    .header-top .header-search-form {
        width: 80% !important;
        margin: auto;
    }
	.search-form input.search-submit {
		font-size: 12px !important;align-content
	}
}



.search-form .search-field {
    border-radius: 20px;
}


@media (min-width:1600px) and (max-width:3000px){
	.header-wr .header-bottom-blk .large-center-wr {
   
    min-width: 90% !important;
	 max-width: 90% !important;
}
}

@media (min-width:1369px){

.header-top-content.clearfix {
    display: flex;
    justify-content: space-between;
    }
    
 .header-proudly-serving h5 {
    font-size: 16px !important;
    }
    
    .header-bottom-btn{
    display: flex;
}
.header-bottom-btn a{
padding: 12px 18px !important;
font-size: 12px !important;
}
.emergency-service-text h5 {
font-size: 20px !important;
}

}