/*!
Theme Name: diamondpressurecleaning
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: diamondpressurecleaning
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

diamondpressurecleaning is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px; font-family: 'Lato', sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #0c4699; }
h1{ font-size:40px; line-height: 50px; color: #0c4699; }
h2{ font-size:40px; line-height: 50px; color: #0c4699; }
h3{ font-size:36px; line-height: 44px; }
h4{ font-size:30px; line-height: 40px; }
h5{ font-size:26px; line-height: 32px; }
h6{ font-size:20px; line-height: 24px; color: #0c4699; }

p{ color:#91959b; font-size:16px; font-weight:400; line-height:24px; margin-bottom:20px; font-family: 'Lato', sans-serif; }

ul{ margin:20px 20px; padding:0;}
ul li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0 0 5px 0; list-style:outside circle;}

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:13px;  color:#373d48; font-weight:400; line-height:18px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}
blockquote p{ font-size:13px; font-weight:400; line-height:17px; margin-bottom:15px; position:relative; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: all 0.3s ease-in-out; }
a:hover{color:#4777ac; text-decoration: none; }
a:active, a.current {color: #e8941a;}
a:focus {outline: none;}
.btn{ font-size: 14px; line-height: 18px; font-family: 'Poppins', sans-serif; font-weight: 600; padding: 12px 33px 12px 33px; position: relative; background: #0c4699; display: inline-block; color: #fff; cursor: pointer; transition: all 0.3s ease-in-out; box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75); text-transform: uppercase; }
.btn:before{ content: ''; display: block; position: absolute; left: 0; top:50%; width: 14px; height: 3px; background: #ffffff; transform: translate(0%, -50%); transition: all 0.3s ease-in-out; }
.blue-btn{ background: #0c4699; color: #fff; }
.blue-btn:hover{ color: #ffffff; background: #9aba19; }

.green-btn{ background: #9aba19; color: #000; }
.green-btn:hover{ color: #ffffff; background: #0c4699; }

.text-btn{ font-size: 14px; line-height: 27px; color: #0c4699; display: inline-block; position: relative; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 600; }
.text-btn:after{ content: ''; display: block; position: absolute; left: 0; bottom: -7px; width: 100%; height: 3px; background: #9aba19; }
.text-btn:hover{ color: #9aba19; }

.green-btn.btn:before{ background: #000; }
.green-btn.btn:hover:before{ background: #fff; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border: none; border-bottom: 1px solid #e8ebef; padding: 0 0 0 0; color: #91959b; font-size: 14px; height: 40px; font-family: 'Poppins', sans-serif; font-weight: 400; width: 100%; line-height: 50px; }
textarea{ border: none; border-bottom: 1px solid #e8ebef; padding:0 0 0 0; color:#91959b; font-size:14px; height:60px; resize:none; font-family: 'Poppins', sans-serif; line-height:40px; font-weight: 400; width: 100%; }

input[type="submit"], input[type="button"], input[type="reset"]{ font-size: 14px; line-height: 18px; font-family: 'Poppins', sans-serif; font-weight: 600; padding: 12px 33px 12px 33px; position: relative; background: #0c4699; display: inline-block; color: #fff; cursor: pointer; transition: all 0.3s ease-in-out; height: 40px;  border: none; text-transform: uppercase; box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75); }
input[type="submit"]:hover, input[type="button"]:hover{ background:#9aba19; color:#fff;}
.submit-btn{ display: inline-block; position: relative; width: 100%; margin-top: 18px; }
.submit-btn input{ width: 100% }
.submit-btn:before{ content: ''; display: block; position: absolute; left: 0; top: 50%; width: 14px; height: 3px; background: #ffffff; transform: translate(0%, -50%); z-index: 1; }
::placeholder{ color: #91959b; }
:-ms-input-placeholder { color: #91959b; }
::-ms-input-placeholder { color: #91959b; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%; min-height: 100%;height: auto !important;height: 100%; overflow: hidden; }
.container{ max-width:1220px; width:100%; }
.big-container{ max-width:1766px; width:100%; }

.footer, .push{ height: 22px; }

/* header */
header{ width:100%; height:auto; position: absolute; top:0; left: 0; z-index: 2; }
header .big-container{ display: block; width: 100%; padding-right: 80px; box-sizing: border-box; }
header .header-main{ position: relative; }
header .header-main .header-left-part{ display: inline-block; float: left; background: #ffffff; width: 360px; padding-top: 15px; position: relative; }
header .header-main .header-left-part:before{ content: ''; display: block; position: absolute; left: -954px; top: 0; width: 1000px; height: 100%; background: #fff; }
header .logo{ display: inline-block; width: 100%; max-width: 330px; margin-left: 0; position: relative; }
header .logo img{ display: block; width: 100%; }
header .header-right-part{ display: inline-block; float: left; padding-left: 30px; box-sizing: border-box; width: 1326px; background: #ffffff; }
.header-rt-tp{ display: block; width: 100%; border-bottom: 1px solid #eaeaea;  box-sizing: border-box; font-size: 14px; line-height: 24px; color: #8d9094; padding: 3px 35px 3px 0; }
header .header-rt-tp ul li a:hover{ text-decoration: none; color: #9aba19; }
header ul{ margin: 0; display: inline-block; }
header ul li{ margin: 0; padding: 0; list-style: none; display: inline-block; }
header .header-rt-tp ul li{ font-size: 14px; line-height: 24px; color: #8d9094; font-family: 'Lato', sans-serif; font-weight: 400; }
header .header-rt-tp ul li a{ color: #8d9094; transition: all 0.3s ease-in-out; }
header .time{ display: inline-block; font-size: 14px; line-height: 24px; color: #8d9094; font-family: 'Lato', sans-serif; font-weight: 400;  }
header .time span{ display: inline-block; margin-left: 5px; }
.social-icon{ display: inline-block; float: right; }
header .header-rt-tp ul.header-cont li{ margin-right: 40px; }
header .header-rt-tp ul.header-cont li:last-child{ margin-right: 0; }
header .header-rt-tp ul.header-cont{ margin-right: 288px; }
.social-icon{ display: inline-block; float: right; margin-top: 2px; }
.social-icon ul{ margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.social-icon ul li{ margin: 0; padding: 0; margin-left: 35px; float: left; }
.social-icon ul li:first-child{ margin-left: 0; }
.social-icon ul li a{ display: inline-block; float: left; }
.social-icon ul li a img{ display: inline-block; float: left; }

/* nav */
nav{ width:100%; height:auto; }
nav ul{}
nav ul li{ font-size: 17px; line-height: 22px; color: #000000; font-family: 'Poppins', sans-serif; font-weight: 600; margin: 0 25px; }
nav ul li:first-child{ margin-left: 0; }
nav ul li:last-child{ margin-right: 0; }
nav ul li a{ color: #000000; padding: 27px 0 27px 0; box-sizing: border-box; position: relative; transition: all 0.3s ease-in-out; display: inline-block; }
nav ul li a:after{ content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 0px; background: #9aba19; transition: all 0.3s ease-in-out; }
nav ul li a:hover, nav .active{ color: #000000; text-decoration: none; }
nav ul li a:hover:after, nav .active a:after, .current_page_item a:after{ height: 7px; }
header nav{ height: auto; display: inline-block; float: left; width: auto; margin-right: 50px; }
.call-cell{ display: inline-block; float: left; font-size: 17px; line-height: 22px; color: #000000; font-family: 'Poppins', sans-serif; font-weight: 600; margin-top: 26px; }
.call-cell a{ color: #000000; position: relative; padding-left: 40px; transition: all 0.3s ease-in-out; }
.call-cell a:before{ content: ''; display: block; position: absolute; left: 0; top:0; width: 23px; height: 24px; background: url(assets	/images/call.png) no-repeat; background-size: cover; }
.call-cell a:hover{ text-decoration: none; color: #9aba19; }
.req-qt-area{ display: inline-block; float: right; width: 319px; height: 76px;
    position: relative; }
.req-over-cell{ display: block; width: 100%; height: 100%; display: flex;     flex-wrap: wrap; justify-content: center; align-items: center; transition: all 0.3s ease-in-out; }
.req-qt-area.open .req-over-cell{ background: #0c4699; }
.req-qt-area.open .btn{ box-shadow: none; }
.req-form{ display: none; width: 100%; background: #ffffff; padding: 10px 30px 30px 30px; box-sizing: border-box; box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%);-moz-box-shadow: 0px 4px 17px -12px rgba(0,0,0,0.25); }
.field-cell{ display: block; width: 100%; margin-bottom: 10px; }
.field-cell label{ color: #666666; font-size: 17px; line-height: 27px; font-family: 'Poppins', sans-serif; font-weight: 600; margin-bottom: 6px;  display: block; }
.custom-select{ position: relative;  }
.custom-select select { display: none; }
.select-selected:after{ position: absolute; content: ""; top: 9px; right: 10px; width: 0; height: 0; border: 5px solid transparent; border-color: #bac2cc transparent transparent transparent; }
.select-selected.select-arrow-active:after{ border-color: transparent transparent #bac2cc transparent; top: 7px; }
.select-selected{ color: #bac2cc; cursor: pointer; user-select: none; font-size: 14px; line-height: 20px; display: block; margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.select-items div{ color: #ffffff; cursor: pointer; user-select: none; font-size: 14px; line-height: 20px; display: block; padding: 8px 16px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.select-items {position: absolute; background-color: #0c4699; top: 150%; left: 0; right: 0; z-index: 99; }
.select-hide {display: none; }
.select-items div:hover, .same-as-selected{ background-color: rgba(0, 0, 0, 0.1); }
.field-cell label.checkbox-container{ display: block; position: relative; padding-left: 26px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 14px; color: #91959C; line-height: 17px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.checkbox-container input{ position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark{ position: absolute; top: 0; left: 0; height: 16px; width: 16px; border: 1px solid #cccccc; border-radius: 2px; }
.checkbox-container input:checked ~ .checkmark{ background-color: #0c4699; }
.checkmark:after{ content: ""; position: absolute; display: none; }
.checkbox-container input:checked ~ .checkmark:after{ display: block; }
.checkbox-container .checkmark:after{ left: 5px; top: 1px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg ); -ms-transform: rotate(45deg); transform: rotate(45deg ); }
.req-form form .field-cell:last-child{ margin-bottom: 0; }

/* footer */
footer{ width:100%; height:auto; background:#010727; }
.footer-top{ display: block; padding-top: 75px; padding-bottom: 40px; box-sizing: border-box; }
.footer-desc{ display: flex; width: 100%; }
footer .col-left{ display: inline-block; width: 500px; margin-left: 0; } 
.col-mid{ display: inline-block; width: 400px; margin-left: 0; } 
footer .col-right{ display: inline-block; width: 290px; margin-left: 0; } 
footer .col-left h3{ max-width: 375px; margin-left: 0; }
.footer-top .call-cell{ color: #4d90f1; margin-top: 0; }
.footer-top .call-cell a{ color: #4d90f1; font-size: 30px; line-height: 50px; padding-left: 60px; }
.footer-top .call-cell a:before{ content: ''; display: block; position: absolute;   left: 0; top: 4px; width: 34px; height: 36px; background: url(assets/images/footer-call-icon.png) no-repeat; background-size: cover; }
.footer-top .call-cell a:hover{ color: #9aba19; }
.footer-cell{ display: block; width: 100%; } 
.footer-cell h6{ color: #0c4699; font-weight: 500; }
.footer-cell p, .footer-cell a{ font-size: 14px; line-height: 24px; color: #4d90f1; }
.footer-cell a:hover{ color: #9aba19;  }
.footer-cell.mb-40{ margin-bottom: 50px; }
footer .social-icon{ display: inline-block; float: left; }
footer .social-icon ul{ margin: 0; }
footer .social-icon ul li{ list-style: none; margin-left: 45px; }
.foorer-bottom{ display: block; width: 100%; border-top: 1px solid #0c4699; padding: 20px 0; box-sizing: border-box; }
.foorer-bottom p{ font-size: 13px; line-height: 16px; color: #0c4699; font-family: 'Poppins', sans-serif; font-weight: 300; margin-bottom: 0; }

/*--------- home page ------------*/
/* banner part */
.banner-slider{ display: block; width: 100%; margin-bottom: 0 !important; }
.banner-slider img{ display: block; width: 100%; }
.banner-slider .item{ position: relative; overflow: hidden; }
.banner-slider .item:before{ content: ''; display: block; position: absolute; left: 0; top:0; background: rgba(1, 7, 39, 0.2); width: 100%; height: 100%; }
.banner-slider .item .big-container{ position: absolute; top:0; width: 100%; height: 100%; padding-left: 75px; box-sizing: border-box; }
.banner-desc{ position: absolute; left: 0%; top:57%; transform: translate(0%, -50%); max-width: 475px; padding: 35px 50px 50px 0; box-sizing: border-box; background: rgba(1, 7, 39, 0.8); }
.banner-desc:before{ content: ''; display: block; position: absolute; left: -1000px; top: 0; width: 1000px; height: 100%; background: rgba(1, 7, 39, 0.8); }
.banner-out-desc{ position: relative; width: 100%; height: 100%; margin-left: 175px; box-sizing: border-box; }
 .banner-desc .banner-title{ font-size: 46px; line-height: 56px; color: #ffffff; font-family: 'Poppins', sans-serif; font-weight: 500; margin-bottom: 10px; }
.banner-desc p{ font-size: 16px; line-height: 24px; color: #4d90f1; font-family: 'Lato', sans-serif; font-weight: 400; margin-bottom: 35px; }
.banner-desc .btn{ box-shadow: none; }
.banner-slider .slick-dots{ bottom: 80px !important; display: inline-block !important; width: auto; left: 345px !important; }
.banner-slider .slick-dots li{ width: auto; height: auto; }
.banner-slider .slick-dots li button:before{ display: none; }
.banner-slider .slick-dots li button{ width: 9px; height: 9px; background: #000000; border: none; padding: 0; border-radius: 50%; }
.banner-slider .slick-dots li.slick-active button{ width: 9px; height: 9px; border: 0; background: #ccddf5; border-radius: 50%; }
.banner-slider .slick-dots{ bottom: -51px; left: 45px; }
.banner-slider .slick-dots li:before{ display: none; }
.services-section{ display: block; width: 100%; background: #fbfbfb; padding: 60px 0 50px 0; box-sizing: border-box; }
.services-inn-sec{ display: flex; width: 100%; max-width: 1060px; }
.services-inn-sec .ser-sec{ display: inline-block; width: 33.3%; padding: 0 26px; box-sizing: border-box; text-align: center; }
.services-inn-sec .ser-sec figure{ display: block; width: 100%; margin-bottom: 15px; }
.services-inn-sec .ser-sec h6{ margin-bottom: 15px; }
.services-inn-sec .ser-sec h6 a{ color: #0c4699; }
.services-inn-sec .ser-sec h6 a:hover{ text-decoration: none; color: #9aba19; }
.service-slider-section{ display: block; width: 100%; padding: 100px 0 70px 0; box-sizing: border-box; }
.section-title{ display: block; width: 100%; max-width: 970px; text-align: center; margin-bottom: 50px; }
.section-title h1, .section-title h2{ margin-bottom: 25px; width: 100%; display: block; max-width: 753px; }
.section-title p{ margin-bottom: 0; }
.service-slider{ display: block; }
.service-cell{ display: block; box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%); -webkit-box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%); -moz-box-shadow: 0px 4px 17px -12px rgba(0,0,0,0.25); }
.service-cell figure{ display: block; width: 100%; }
.service-cell figure img{ display: block; width: 100%; }
.service-cell .service-desc{ display: block; padding: 25px 40px 30px 40px; box-sizing: border-box; }
.service-cell .service-desc h4{ margin-bottom: 15px; transition: all 0.3s ease-in-out; }
.service-cell:hover h4{ color: #9aba19; }
.service-slider .item{ padding: 0 15px; box-sizing: border-box; margin-bottom: 10px; }
.service-slider .slick-prev, .service-slider .slick-next{ width: 50px; height: 50px; border: 2px solid #eeeff0; border-radius: 50%; }
.service-slider .slick-prev{ left: -66px; }
.service-slider .slick-prev:before{ content: ''; display: block; position: absolute; left: 22px; top: 12px; width: 32px; height: 22px; background: url(assets/images/left-arrow.png) no-repeat; background-size: cover; }
.service-slider .slick-next:before{ content: ''; display: block; position: absolute; right: 22px; top: 12px; width: 32px; height: 22px; background: url(assets/images/right-arrow.png) no-repeat; background-size: cover; }
.service-slider .slick-next { right: -67px; }
.client-section{ display: block; width: 100%; padding: 200px 0 120px 0;  background-size: cover; background-position: center center; }
.client-inner-sec{ display: block; width: 100%; }
.client-section-inner{ display: block; width: 100%; }
.client-section-inner .two-col{ display: flex; }
.client-section-inner .two-col .col-left{ display: inline-block; width: 296px; margin-left: 0; }
.client-section-inner .two-col .col-right{ display: inline-block; width: 895px; }
.client-section-inner .two-col .col-left h2{ margin-bottom: 40px; margin-top: 35px; }
.why-choose-area{ display: block; width: 100%; margin-bottom: 50px; }
.why-choose-area .two-col{ display: flex; border-radius: 8px; overflow: hidden; }
.why-choose-area .two-col .col-left{ display: inline-block; width: 55%; }
.why-choose-area .two-col .col-right{ display: inline-block; width: 45%; padding: 70px 70px; box-sizing: border-box; background: #105cc8; align-items: center;
    justify-content: center; }
.why-choose-area .two-col .col-right h2{ color: #ffffff; margin-bottom: 35px; }
.why-choose-area .two-col .col-right p{ color: #ffffff; margin-bottom: 60px; max-width: 287px; margin-left: 0; }
.why-choose-desc{ display: inline-block; width: 100%; }
/*add height style to twentytwenty-container*/
.why-choose-area .twentytwenty-container img{ width: 100%; height: inherit;}
.why-choose-section{ display: block; padding: 70px 0 70px 0; }
.testimonial-slider{ display: block; width: 100%; }
.testimonial-cell{ position: relative; display: block; width: 100%; border: 2px solid #0c4699; border-radius: 8px; padding: 35px 32px 65px 32px; box-sizing: border-box; margin-bottom: 55px; }
.testimonial-cell:after{ content: ''; display: block; position: absolute; right: 42px; bottom: -24px; width: 48px; height: 48px; border-radius: 50%; background: #0c4699; }
.testimonial-cell:before{ content: ''; display: block; position: absolute; right: 53px; bottom: -10px; width: 53px; height: 46px; background: url(assets/images/double-quote.png) no-repeat; background-size: cover; z-index: 1; }
.testimonial-cell p{ color: #4d90f1; }
.testimonial-cell h6{ font-size: 17px; line-height: 27px; color: #0c4699; font-weight: 600; }
.testimonial-slider .item{ padding: 0 14px; box-sizing: border-box; margin-bottom: 30px; }
.testimonial-slider .slick-dots{ bottom: -31px !important; display: inline-block !important; width: auto; }
.testimonial-slider .slick-dots li{ width: auto; height: auto; }
.testimonial-slider .slick-dots li button:before{ display: none; }
.testimonial-slider .slick-dots li button{ width: 9px; height: 9px; background: #141e53; border: none; padding: 0; border-radius: 50%; }
.testimonial-slider .slick-dots li.slick-active button{ width: 9px; height: 9px; border: 0; background: #ffffff; border-radius: 50%; }
.testimonial-slider .slick-dots{ left: 10px; }
.testimonial-slider .slick-dots li:before{ display: none; }
.client-section.extra-space{ padding-top: 400px; }
.why-choose-section.overlay-section{ margin-bottom: -390px; }
.choice-list{ display: block; width: 100%; margin-bottom: 50px; }
.choice-cell{ padding-left: 90px; position: relative; margin-bottom: 25px; }
.choice-list figure{ position: absolute; left: 0; top:50%; width: 55px; transform: translate(0%, -50%); }
.choice-list figure img{ display: block; width: 100%; }
.choice-list h4{ color: #ffffff; }
.inner-banner{ display: block; width: 100%; margin-top: 107px; }
.inner-banner .two-col{ display: flex; }
.inner-banner .two-col .col-left{ display: flex; width: 50%; background: #04162f; min-height: 530px; align-items: center; padding-left: 275px; }
.inner-banner .two-col .col-right{ display: inline-block; width: 50%; background-size: cover; background-position: center center; }
.innner-bn-desc{ display: inline-block; max-width: 415px; margin-left: 0; }
.innner-bn-desc h1, .innner-bn-desc h2{ color: #ffffff; font-size: 50px; line-height: 60px; margin-bottom: 0; margin-top: 30px; }
.why-we-section{ display: block; width: 100%; padding: 90px 0 50px 0; }
.why-we-section .two-col{ display: flex; max-width: 1070px; }
.why-we-section .col-left{ display: inline-block; width: 50%; padding-right: 95px; box-sizing: border-box; }
.why-we-section .col-right{ display: inline-block; width: 50%; }
.why-we-section h2{ color: #9aba19; margin-bottom: 30px; }
.text-desc{ display: block; width: 100%; padding-top: 40px; border-top: 1px solid #e1e1e1; }
.text-desc p{ font-size: 18px; line-height: 28px; font-family: 'Lato', sans-serif; font-weight: 700; color: #0c4699; }
.why-we-section .col-right h2{ color: #0c4699; }
.why-we-section .col-right p{ margin-bottom: 30px; }
.customer-section{ display: block; width: 100%; padding: 85px 0 160px 0; box-sizing: border-box; }
.customer-section .container{ max-width: 1100px; }
.customer-sec-title{ display: block; width: 100%; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; } 
.customer-sec-title h2{ margin-bottom: 0; }
.customer-slider-area{ display: block; width: 100%; padding-top: 75px; }
.customer-slider-area .two-col{ display: flex; }
.customer-slider-area .col-left{ display: inline-block; width: 400px; margin-left: 0; }
.customer-slider-area .col-right{ display: inline-block; width: 570px;     margin-right: 0; padding-top: 50px; }
.customer-slider-area .col-left figure{ display: block; width: 100%; }
.customer-slider-area .col-left figure img{ display: block; width: 100%; }
.customer-slider .testimonial-cell{ margin-bottom: 55px; padding: 35px 32px 50px 32px; }
.customer-slider .testimonial-cell p{ margin-bottom: 40px; }
.customer-slider .item{ padding: 0 2px; }
.customer-slider .slick-dots{ bottom: -31px !important; display: inline-block !important; width: auto; }
.customer-slider .slick-dots li{ width: auto; height: auto; }
.customer-slider .slick-dots li button:before{ display: none; }
.customer-slider .slick-dots li button{ width: 9px; height: 9px; background: #141e53; border: none; padding: 0; border-radius: 50%; }
.customer-slider .slick-dots li.slick-active button{ width: 9px; height: 9px; border: 0; background: #ccddf5; border-radius: 50%; }
.customer-slider .slick-dots{ left: 0; }
.customer-slider .slick-dots li:before{ display: none; }
.contant-section{ display: block; width: 100%; padding: 90px 0 115px 0; }
.contant-section h2{ max-width: 100%; }
.map-area{ display: block; width: 100%; }
.map-area img{ display: block; width: 100%; }
.cnt-area{ display: flex; padding-top: 40px; padding-bottom: 85px; }
.contant-gp-cell{ display: inline-block; width: 33%; text-align: center; }
.contant-gp-cell figure{ display: block; max-height: 80px; text-align: center; margin-bottom: 30px; }
.contant-gp-cell figure img{ display: block; max-width: 100%; max-height: 100%; }
.contant-gp-cell h3{ color: #0c4699; margin-bottom: 25px; }
.contant-gp-cell a, .contant-gp-cell p{ font-size: 20px; line-height: 24px; color: #4d90f1; font-family: 'Poppins', sans-serif; font-weight: 400; margin-bottom: 0; }
.contant-gp-cell a:hover{ color: #9aba19; }
.btn-in-desc h1, .btn-in-desc h2{ margin-bottom: 45px; }
.service-area{ display: block; width: 100%; padding: 100px 0 50px 0; box-sizing: border-box; }
.service-gp-area{ display: block; padding-top: 50px; }
.service-gp-area .col-4{ display: inline-block; width: 384px;     margin-right: 30px; margin-bottom: 68px; float: left; }
.service-gp-area .col-4:nth-child( 3n + 3 ){ margin-right: 0; }
.service-gp-area .col-4 .service-desc p{ margin-bottom: 0; }
.service-call-cell{ display: block; box-sizing: border-box;     padding-top: 140px; }
.service-call-cell h3{ color: #0c4699; }
.service-call-cell .call-cell a{ color: #4d90f1; font-size: 30px; line-height: 50px; padding-left: 60px; }
.service-call-cell .call-cell a:before{ content: ''; display: block; position: absolute; left: 0; top: 4px; width: 34px; height: 36px; background: url(assets/images/footer-call-icon.png) no-repeat; background-size: cover; }
.service-call-cell .call-cell a:hover{ color: #9aba19; }
.gallery-welcome-section{ display: block; width: 100%; padding: 70px 0 30px 0; box-sizing: border-box; }
.gallery-welcome-section .section-title{ max-width: 835px; }
.section-title.border-bt{ position: relative; }
.section-title.border-bt:after{ content: ''; display: block; position: relative; left: 50%; bottom: -40px; width: 131px; height: 8px; background: #9aba19; transform: translate(-50%, 0%); }
.gallery-slider-section{ display: block; width: 100%; padding: 75px 0 120px 0; }
.gallery-slider{ display: block; width: 100%; }
.gallery-slider .item{ padding: 0 30px; box-sizing: border-box; }
.gallery-cell{ display: block; width: 100%; }
.gallery-cell figure{ display: block; width: 100%; }
.gallery-cell figure img{ display: block; width: 100%; }
.gallery-slider .slick-dots{ bottom: -45px !important; display: inline-block !important; width: 100%; }
.gallery-slider .slick-dots li{ width: auto; height: auto; }
.gallery-slider .slick-dots li button:before{ display: none; }
.gallery-slider .slick-dots li button{ width: 9px; height: 9px; background: #141e53; border: none; padding: 0; border-radius: 50%; }
.gallery-slider .slick-dots li.slick-active button{ width: 9px; height: 9px; border: 0; background: #ccddf5; border-radius: 50%; }
.gallery-slider .slick-dots{ left: 10px; }
.gallery-slider .slick-dots li:before{ display: none; }
.gallery-outer-area{ display: block; width: 100%; }

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 999999; }
.menu-trigger.open span{background-color: rgba(0,0,0,.0)}
.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }
.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }
#mobile-menu .navbar{ background: rgba(1, 7, 39, 0.8); position: fixed; top: -100vh; width: 320px; height: 100vh; right: 0; box-sizing: border-box; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0;}
#mobile-menu .navbar.open{ top:0; }
#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px;margin-bottom: 0; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ border-bottom:2px solid #ffffff; list-style: none; position: relative; display: block;margin: 0; padding: 9px 0px 12px 15px; }
#mobile-menu  li:before{ display: none; }
#mobile-menu  li:last-child{ border-bottom-width: 0; }
#mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 100%;height: 48px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#mobile-menu  em.toggled:after{transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
#mobile-menu  em.level-two:after{display: none;}
#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
#mobile-menu  li a{ color: #fff;padding: 0;display: inline-block; margin-right: 0; line-height: 15px; font-size: 13px; font-weight: 600;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: uppercase; }
#mobile-menu  li a:hover{ text-decoration: none; color: #FFBB23; }
#mobile-menu  li li{border-color: transparent; }
#mobile-menu  li li a{text-transform: none;padding-left: 0;}
#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }
.scroll-hidden{overflow: hidden;height: 100%;}
#mobile-menu li > a{ margin-bottom: 0px; position: relative; }
#mobile-menu li > em:after{ content: ''; display: block; position: absolute; right: 17px; top: 19px;width: 16px; height: 9px; background: url(assets/images/mobile-white-arrow-down.png) no-repeat;background-size: cover; pointer-events: none; }
#mobile-menu ul > li > ul > li > em:after{ top:16px; }
#mobile-menu  li li > a{ font-weight: 600; font-size: 13px; line-height: 15px; }
#mobile-menu ul > li{ padding-top: 14px; padding-right: 10px; }
.navbar ul{ margin: 0; }
#mobile-menu ul > li > ul > li{ padding: 9px 20px 8px 20px;  }
#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }
#mobile-menu ul > li > ul > li > ul > li{ padding: 9px 0px 8px 22px;  }
#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }
.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}
.mobile-overlay.open{opacity: 1;visibility: visible;}
#mobile-menu ul > li > ul > li > em{ height: 41px; }
#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}
#mobile-menu ul > li a:after{ display: none; }
#mobile-menu ul > li.hassub > a:After{ display: inline-block; }
.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }
.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}
#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }
#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }
#mobile-menu .contact-mb-info ul li:before{ display: none; }
.menu-area-mb{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ) }
.menu-area-mb ul{ display: block; }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #9aba19; }
.menu-area-mb ul li{ display: block; float: none; }
.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top:7px; }
.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 
.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }
.menu-trigger span:after, .menu-trigger span:before {border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 
.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }
.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }
.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }
.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }
.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }
#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #9aba19; }
/* end */

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed{ position: absolute; top: 11px; display: none; right: 4px; }
.mb-button { display: block; position: absolute; right: 9px;}
.mb-button span { display: block; margin: 4px 0px 6px 0px; height: 2px; background: #0c4699; width: 28px; float: none; border-radius: 24px; } 
.mb-button { display: block;right: 5px; }
.pb-0{ padding-bottom: 0 !important; }
.sub-menu-toggle{ display: none; }
/*end*/


/*request form*/
label.request_label{
	display: none;
}
.field-cell textarea{
	height: 60px !important;
}
.req-form form br{display: none;}

.req-form input[type="checkbox"]{
	color: #91959C;
    vertical-align: middle;
}
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
	margin: 0px !important;
	font-size: 14px;
    color: #91959C;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.entry-summary {
    margin-top: 20px;
    margin-bottom: 40px;
}

/*testimonial*/
/*.open-popup.btn.pum-trigger {
    margin-top: 100px;
    display: table;
}
*/#wpcf7-f38-o1 p{
	color: #ffffff;
}
#wpcf7-f38-o1 .wpcf7-form.init input[type="text"],
#wpcf7-f38-o1 .wpcf7-form.init input[type="email"],
#wpcf7-f38-o1 .wpcf7-form.init textarea{
	color: #000000;
	padding-left: 5px;
}
#wpcf7-f38-o1 .wpcf7-form.init input[type="submit"]{
	background: #9aba19;
    color: #000;
}
.customer-tetimonial ul.page-numbers{
	margin: 50px 20px;
	text-align: center;
}
.customer-tetimonial ul.page-numbers li{
	color: #373d48;
    font-weight: 400;
    line-height: 18px;
    padding: 25px 25px 13px 0;
    display: inline-block;
}
.customer-tetimonial ul.page-numbers li a{
	padding: 8px 16px;
    background: #0c4699;
    color: #FFFFFD;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.customer-tetimonial ul.page-numbers li span.page-numbers.current{
	background: #9aba19;
    color: #fff;
    padding: 8px 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.customer-tetimonial ul.page-numbers li a:hover{
	background: #9aba19;
}

a.loadmore{
	display: table;
	text-align: center;
	margin-top: 20px;
}
a.loadmore:hover{
  	text-decoration: none;
}
.service-area ul li{
	color: #91959b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
section.introduction {
    padding: 50px 0 10px 0;
    text-align: center;
}

.gallery-slider-section .simplefilter li{ font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    padding: 12px 33px 12px 33px !important;
    position: relative;
    background-color: #0c4699 !important;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
    text-transform: uppercase; margin-right: 10px; margin-bottom:10px;  }

.gallery-slider-section .simplefilter li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 3px;
    background-color: #ffffff;
    transform: translate(0%, -50%);
    transition: all 0.3s ease-in-out;
} 

.gallery-slider-section .simplefilter li:hover, .gallery-slider-section .simplefilter li.active{ background-color: #9aba19 !important; color: #000; }
.gallery-slider-section .simplefilter li:last-child{ margin-right: 0; }
.pfg-bootstrap .text-center { margin-bottom: 20px; }
li#all{ margin-bottom: 10px; }
.customer-section.customer-tetimonial .customer-sec-title{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.customer-section.customer-tetimonial .customer-sec-title h2{ display: inline-block; margin: 0; }

.customer-section.customer-tetimonial .customer-sec-title .open-popup.btn.green-btn{ display: inline-block; margin: 0; }


.loadmore{ font-size: 14px; line-height: 18px; font-family: 'Poppins', sans-serif; font-weight: 600; padding: 12px 33px 12px 33px; position: relative; background: #0c4699; display: inline-block; color: #fff; cursor: pointer; transition: all 0.3s ease-in-out; box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75); text-transform: uppercase; }
.loadmore:before{ content: ''; display: block; position: absolute; left: 0; top:50%; width: 14px; height: 3px; background: #ffffff; transform: translate(0%, -50%); transition: all 0.3s ease-in-out; }
.loadmore:hover{ color: #ffffff; background: #9aba19; }

.pum-container.pum-responsive.pum-responsive-medium{ background: #ffffff; padding: 30px 30px 15px 30px; box-sizing: border-box; box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%); -webkit-box-shadow: 0px 4px 17px -12px rgb(0 0 0 / 25%); -moz-box-shadow: 0px 4px 17px -12px rgba(0,0,0,0.25); }
.pum-theme-30 .pum-title, .pum-theme-cutting-edge .pum-title{ color: #666666 !important;
       font-size: 26px !important;
    line-height: 28px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    display: block !important; }

#wpcf7-f38-o1 .wpcf7-form.init input[type="text"], #wpcf7-f38-o1 .wpcf7-form.init input[type="email"], #wpcf7-f38-o1 .wpcf7-form.init textarea{ border: none !important;
    border-bottom: 1px solid #e8ebef !important;
    padding: 0 0 0 0 !important;
    color: #91959b !important;
    font-size: 14px !important;
    height: 40px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    width: 100% !important;
line-height: 50px !important; }


.pum-container .wpcf7-form label{ color: #666666; }

.pum-container .wpcf7-form .wpcf7-form-control-wrap{ display: block; }

#wpcf7-f38-o1 .wpcf7-form.init textarea{ height: 80px !important; }
#wpcf7-f38-o1 .wpcf7-form.init input[type="submit"]:hover{ background: #0c4699; color: #fff; }
body .pum-theme-30 .pum-close {
    position: absolute !important;
    height: 32px !important;
    width: 30px !important;
    left: auto !important;
    right: 6px !important;
    bottom: auto !important;
    top: 6px !important;
    padding: 0px !important;
    color: #ffffff !important;
    font-family: Times New Roman !important;
    font-weight: 100 !important;
    font-size: 32px !important;
    line-height: 24px !important;
    border: 1px none #ffffff !important;
    border-radius: 0px !important;
    box-shadow: -1px 1px 1px 0px rgb(2 2 2 / 10%) !important;
    text-shadow: -1px 1px 1px rgb(0 0 0 / 10%) !important;
    background-color: #0c4699 !important;
    border-radius: 50% !important;
	transition: all 0.3s ease-in-out;
}
body .pum-theme-30 .pum-close:hover{ background: #9aba19 !important; color: #000 !important; }