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

@font-face{ font-family: 'Castellar'; src:url("../fonts/Castellar.ttf"); }
@font-face{ font-family: 'SFProDisplayRegular'; src:url("../fonts/SFProDisplayRegular.ttf"); }
@font-face{ font-family: 'SFProDisplayHeavy'; src:url("../fonts/SFProDisplayHeavy.ttf"); }

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Lato', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; }
a[href^=tel] { text-decoration:inherit; color: inherit; }

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #F17B21; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #365685; }

/* Dropdown Menu */
.navbar-inverse .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #91ba23; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar-inverse .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #191919; height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #F17B21; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #365685; border-color: #fff; color: #fff; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{ position: relative; background: #fff; }
.header-top{background: #083FB4;}
.header-top-left{padding: 10px 0; display: flex; align-items: center; justify-content: space-between;}
.header-top-left p{font-size: 16px; color: #fff;  font-family: 'SFProDisplayRegular'; padding-right: 20px; }
.header-top-right{padding: 20px 0;}
.header-top-right p{ margin-top: -8px; font-size: 16px; color: #fff;  font-family: 'SFProDisplayRegular'; text-transform: uppercase; font-weight: 700; float: right;}

.header-middle{background: #fff;}
.header-middle .logo{ padding: 20px 0; text-align: center; }
.header-middle .logo a{display: inline-block; text-align: none;}
.header-middle-left{padding: 40px 0;}
.header-middle-left .header-middle-svg{ background: #ACD72E; padding: 20px 20px 14px; border-radius: 10px; }
.header-middle-right .header-middle-svg{ background: #ACD72E; padding: 15px 20px 11px; border-radius: 10px; }
.header-middle-left   p{padding-right: 40px; display: inline-block;}
.header-middle-left {display: flex; justify-content: space-between;}
.header-middle-left  {display: flex; justify-content: space-around; color: #000; font-size: 16px; align-items:center; }
.header-middle-left   p span{display: block; font-weight: 700;}
.header-middle-right   img{padding-right: 18px;}
.header-middle-right{padding: 40px 0; text-align: right;}
.header-middle-right {display: flex; justify-content: space-between; align-items: center;}
.header-middle-right {display: flex; justify-content: space-around; color: #000; font-size: 16px;}
.header-middle-right  p span{display: block; font-weight: 700;}
.header-middle-right  img{padding-left: 10px;}


.header-buttom{ position: absolute; bottom: -74px; left: 0; width: 100%; z-index: 99; padding: 0 0; margin: 0 0;}
.navigation{position: relative; background: #ACD72E; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border: solid 2px #fff;}
/*.navigation::before{position: absolute; content: ""; background:rgba(0, 89, 255,0.8); width: 50%; height: 135%; right: -29%; top: 0;}*/
.navigation .navbar-inverse {border-color: transparent; background: transparent; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: center; width: 100%;}
.navbar-inverse .navbar-nav > li{ display: inline-block; margin: 0; padding: 25px 30px 0px 30px;}
.navbar-inverse .navbar-nav > li:last-child {padding-left: 90px; padding-top: 10px; padding-bottom: 0; margin: 0;}
.navbar-inverse .navbar-nav > li:last-child img{width: 20%; margin-bottom: -37px;} 
.navbar-inverse .navbar-nav > li:last-child a{  display: block; float: right; background: #fff; padding: 17px 24px; margin-bottom: -13px; border-radius: 10px;}
.navbar-inverse .navbar-nav > li > a{display: inline-block; margin: 0; padding: 0;border-radius: 0; color: #000; font-weight: 700;background: transparent; font-size: 16px; text-align: center; text-decoration: none; text-transform: uppercase; font-family: 'system-ui'; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{ color: #fff; background: none; }
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a{ color: #fff; background: none;}



/*===== Banner Section =====*/
.banner{ position: relative; }
.banner img{ width: 100%; }
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); }
.banner-content h3{font-family: 'SFProDisplayHeavy', cursive; font-size: 50px; color: #fff; line-height: 90px; text-align: center; margin-top: 155px;}
.banner-content h1{font-family: 'system-ui'; font-size: 45px; color: #fff; text-align: center;}
.banner-button { text-align:center; margin-top:40px; }
.banner-button a { padding: 17px 49px; background: #91A95C; border-radius: 10px; border: solid 2px #fff; font-size: 16px; color: #fff; font-weight: bolder; text-decoration: none; }

/*===== Common Layout =====*/
.section-title {text-align: center;}
.section-title h4{ color: #fff; font-size: 22px; text-transform: uppercase;  margin-bottom: 10px;  font-family: 'SFProDisplayRegular'; }
.section-title h1{ color: #fff; font-size: 40px;  text-transform: capitalize;  margin: 10px 0 15px; font-family: 'SFProDisplayHeavy', cursive; }
.section-title h3{ color: #fff; font-size: 40px; font-weight: 700; margin: 10px 0 15px;  font-family: 'SFProDisplayRegular'; }
.section-title p{ color: #fff; font-size: 16px; line-height: 30px;   font-family: 'SFProDisplayRegular';}
.section-content a{ display: inline-block; margin-top: 15px; padding: 10px 35px; background: #F17B21; color: #fff; border-radius: 50px; text-decoration: none; font-size: 16px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.section-content a:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background: #365685; }
.section-content a .fa{padding-left: 10px; font-size: 16px;}

/*===== Welcome Sections =====*/
.welcome-title h3{color: #9B9B9B; font-size: 16px; font-family: 'SFProDisplayRegular';font-weight: 700;}
.welcome-title h2{color: #000; font-size: 20px; font-family: 'SFProDisplayRegular';font-weight: 700; line-height: 40px;}
.welcome-title h1{ font-family: 'SFProDisplayHeavy'; font-size: 34px; color: #332F2C; line-height: 51px; letter-spacing: 2px;}
.buttom-border { height: 15px; width: 32%; background: #acd72f; margin-top: 15px; border-radius: 50px; }
.welcome{ padding: 80px 0 20px; background: #FAFAFA; }
.welcome-thumbnail img{ width: 100%; height: auto; margin-left:80px; }
.welcome-thumbnail{margin-top: 10px;}
/*.welcome .section-content, .welcome .welcome-title{ padding-left: 30px; }*/
.welcome-blur-thumbnail{position: relative; display: inline-block;}
/*.welcome-blur-thumbnail::before{position: absolute;  content: ''; top: 0; left: 0;background: transparent; width: 100%; backdrop-filter: blur(5px); height: 100%; border-radius: 0 5px 5px 0;}*/
.welcome-blur-thumbnail img{border-radius: 0 5px 5px 0;}
.welcome-contact-content{ border: solid 7px #fff; border-radius: 21px; padding: 12px 59px; background: #acd72f; justify-content: space-evenly;display: flex;width: 100%;align-items: center; }
.welcome-contact{position: relative; top: -205px; left: 177px; display: flex; justify-content: center;}
.welcome-contact-title{background: #FC2F1C; border-radius: 5px 0 0 5px;}
.welcome-contact-title h1{padding: 15px 15px; color: #fff; font-size: 18px; font-family: 'SFProDisplayRegular'; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 0.6px;}
.welcome-right-contact-content h3{margin-bottom: 10px;}
.welcome-right-contact-content h3,.welcome-right-contact-content h2{color: #fff; font-size: 16px; font-family: 'SFProDisplayRegular'; font-weight: 700; }
.welcome-right-contact-content h2{color: #fff;}
.welcome-right-section  ul{margin-top: 15px;}
.welcome-right-section  ul li{list-style-type: none; position: relative; margin-left: 20px; font-size: 17px; color: #000; font-family: 'SFProDisplayRegular'; font-weight: 700; margin-bottom: 10px;}
.welcome-right-section  ul li::before{position: absolute; content: '\f111'; top: 5px; left: -24px; font-family: 'FontAwesome'; font-size: 10px; color: #083FB4;}
.welcome-right-section p{ width: 112%; margin-top: 27px; color: #000; font-size: 16px; line-height: 37px; font-weight: 400; text-align: justify; font-family: Poppins;}
.welcome-link a{ display: inline-block; margin-top: 15px; padding: 10px 35px; border: 1px solid #083FB4;background: #083FB4; color: #fff; border-radius: 50px; text-decoration: none; font-size: 14px;  transition: all linear 0.3s; font-weight: 500; font-family: 'SFProDisplayRegular'; }
.welcome-link a:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background:#fff; color:#083FB4 ; }
.welcome-link .right-link {margin-left: 25px; background: #fff; color:#083FB4 ; border: 1px solid #083FB4;}
.welcome-link .right-link:hover{border: none;}
.welcome-contact-thumbnail{position: relative;}
.welcome-left-thumbnail{margin-top: 20px;}
.welcome-left-thumbnail img{ border: 2px solid #083FB4; border-radius: 10px; margin: 28px -55px;}
.welcome-contact-img img{ margin-left:-35px; }
.welcome .welcome-right-contact-content p{color: #000; font-family: 'SFProDisplayHeavy'; font-weight: 700; list-style: none; line-height: 38px; font-size: 20px; margin-left: 20px;}
.welcome .welcome-right-contact-content ul{ margin-top:-5px; }
.welcome .welcome-button a{ background: #91a95d; padding: 20px 45px; border-radius: 50px; font-size: 15px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-weight: bolder; }
.welcome .welcome-button p{ text-align: right; background: #555555; padding: 10px 34px; color: #fff; border-radius: 50px; font-family: sans-serif;}
.welcome .welcome-licensed{ position: absolute; top: 487px; right: 0; }


/*=======REASONS TO COUNT=======*/
.reasons{ padding:20px 0 70px; background:#fff }
.reasons .section-title h1{ color: #272727; font-family: ui-monospace; font-weight: 600; font-size: 37px; margin-bottom: 70px; }
.reasons .reasons-image img{ z-index:1; position:absolute; }
.reasons .reasons-image::before{ content: ""; position: absolute; top: 82px; left: -419px; width: 450px; height: 325px; background: #91A95C; }
.reasons .reasons-content ul{ list-style:none; margin-top:45px; }
.reasons .reasons-content ul li{ margin-bottom: 30px; margin-bottom: 30px; font-family: auto; font-size: 27px; font-weight: 600; display: flex; align-items: center; }
.reasons .reasons-content ul li img{ margin-right:30px; }




/*===== Service Section =====*/
.service{ padding: 80px 0 70px; background: url(../images/service-bg.jpg) repeat; background-attachment: fixed; background-position: center; background-size:cover;  }
.service-list{ margin: 60px 0 240px; position: relative; }
.service-thumbnail img{width: 100%;transition: all linear 0.3s;}
.service-content{ position: absolute; background: #fff; padding-top: 20px; text-align: center; width: 90%; border-radius: 10px; left: 18px; height: 279px; bottom: -246px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; transition: all linear 0.3s; }
.service-content:hover{ border-bottom: solid 7px #acd72f; }
.service-content h2{color: #3B3B3B; font-size: 21px; font-weight: 700; font-family: 'Poppins'; line-height: 30px; }
.service-content p{color: #000; font-size: 16px; font-family: 'SFProDisplayRegular'; padding:5px 10px; line-height: 30px;}
.service-content a{display:block; text-decoration: none; color: #003FB4; font-size: 16px; padding: 10px 0; font-family: 'SFProDisplayRegular'; margin-top: 10px; background: #fff; width: 100%; transition: all linear 0.3s; }
.service-content .fa{font-size: 16px; padding-left: 5px;}
.service-list:hover a{ background: #FC2F1C; color: #fff;}
.service-list:hover a:hover{background: #fff; color: #FC2F1C ;}
.service-list:hover .service-content{bottom: -248px;}
.service-list:hover  img{transform: translateY(-10px);}
.service-sec-button { text-align:center; margin-top: 70px; }
.service-sec-button a{ padding: 17px 43px; background: #acd72f; border-radius: 50px; font-size: 16px; color: #000; font-family: 'Poppins'; font-weight: 600; text-decoration: none; }
.service-sec-button a:hover{ border:solid 3px #fff; transition: all linear 0.3s; }





/*===== free-quote Section =====*/
.free-quote{position: relative; top: -70px; padding-bottom: 0;}
.roundring{position: absolute; left: 90%; top: 20%; z-index: 99999;}
.quote-contact-content{position: relative;background: url('../images/quote-bg.png') no-repeat center center; background-size: cover;justify-content: flex-start;display: flex; gap: 20px;width: 100%;align-items: center; padding: 40px 20px; border-radius: 15px; }
.quote-contact{position: relative; top: -80px; display: flex; justify-content: center;}
.quote-contact-title{background: #FC2F1C; border-radius: 5px 0 0 5px;}
.quote-contact-title h1{padding: 15px 15px; color: #fff; font-size: 18px; font-family: 'SFProDisplayRegular'; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 0.6px;}
.quote-right-contact-content h3{margin-bottom: 10px;}
.quote-right-contact-content h3,.quote-right-contact-content h2{color: #000; font-size: 16px; font-family: 'SFProDisplayRegular'; font-weight: 700; }
.quote-right-contact-content h2{ font-family: 'SFProDisplayRegular'; color: #000; font-size: 22px; font-weight: 900;}
.more a{ border-radius: 50px; display: inline-block; text-decoration: none; color: #fff; padding: 10px 20px; background: #003FB4;}
.get-a-form{background: #fff; text-align: left; padding: 38px 20px 17px 100px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}
.get-a-form h3{color: #000; font-weight: 700; font-size: 24px; font-family: 'SFProDisplayRegular'; margin-bottom: 20px;}
.get-a-form .form-control{height: 40px; background: #C9C9C9;}
.get-a-form ::placeholder{color: #AAAAAA;}


/*===== Process Section =====*/
.process-section{ position: relative; padding-bottom: 80px ; background: #fff; z-index: 1; }
.process-section .section-title {text-align: center;}
.process-section .section-title  h4{color: #003FB4;}
.process-section .section-title  h1{color: #000;}
.process-section .section-title  h1 span{font-family: 'Righteous', cursive; color: #003FB4;}
.how-we-work-block{margin-top: 50px; text-align: center;}
.how-we-work-block ul{display: flex; justify-content: space-around; align-items: center;}
.how-we-work-block ul li{position: relative; display: inline-block; width: 30%;}
.how-we-work-block ul li::before{content: ''; position: absolute; background: url(../images/arrow.png)no-repeat; left: 110%; top: 25%; transform: translate(-50%,-50%); width: 170px; height: 30px;}
.how-we-work-block ul li:last-child::before{display: none;}
.how-we-work-block ul li h3{color: #000; font-size: 20px; font-family: 'Lato'; margin: 25px 0; font-weight: 700; }
.how-we-work-block ul li h3 span{display: block; font-family: 'Lato';}
.how-we-work-block ul li p{margin-top: 30px; color: #000; font-size: 18px; font-family: 'SFProDisplayRegular';line-height: 30px;}
.how-we-work-block ul li p span{display: block; font-family: 'SFProDisplayRegular';}
.how-we-work-block ul li .process{position: relative; left: 50%; transform: translate(-50%,0); background: #fff; display: flex; justify-content: center; align-items: center; width: 150px; height: 150px; border-radius: 50%; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid transparent;}
.how-we-work-block ul li .process::before{position: absolute; content: ""; height: 120px; width: 120px; border: #F9322A dashed 1px; border-radius: 50%; top: 15px; left: 15px; transition: all linear 0.3s;}
.how-we-work-block ul li .process span{position: absolute; right: 4%;top: -9%;font-size: 18px; font-family: 'Lato';  display: flex; justify-content: center; align-items: center; color: #fff; border: 1px solid #fff; background: #FF6601; width: 40px; height: 40px; border: 3px solid #fff;border-radius: 50%; transition: all linear .3s; }
.how-we-work-block ul li .process img{transition: all linear .3s;}
.how-we-work-block ul li:hover .process{background: #003FB4;box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid #fff;}
.how-we-work-block ul li:hover .process img{filter: brightness(0) invert(1);}
.how-we-work-block ul li:hover .process span{background: #003FB4; color: #fff;}
.how-we-work-block ul li:hover .process::before{border-color: #fff;}

/* ==============Home Page Popup============ */
.modal-image img{width: 100%;}
.modal-dialog{ width: 60%; height: 40%; position: relative; top: 30%;}
.modal-wrapper{padding:20px;}
.modal-image, .modal-body p{margin-top: 20px;}
.modal-footer{border-top: none;}
.modal-body span a{color: #FC2F1C; font-size: 16px;}
.modal-body h3{font-family: 'Bree_Bold'; font-size: 28px;}
.modal-body .text-highlight{font-weight: 800;}
.modal-body p{font-size: 16px;} 
.close{background: #D05D3C !important; padding: 15px !important; font-size: 20px !important; color: #fff;}


/*===== Why Choose Us Sections =====*/
.why-choose-us{ padding: 60px 0; background: url(../images/service-bg.jpg)center center repeat;}
.Best-Suppport{position: absolute; bottom: -100px; left: 30px;}
.title-section { display: block; text-align: center; }
.why-choose-us .title-section p { color: #fff; font-size: 22px; text-transform: uppercase; margin-bottom: 10px; font-family: 'SFProDisplayRegular'; }
.why-choose-us .title-section h2 { color: #fff; font-size: 40px; text-transform: capitalize; margin: 10px 0 15px; font-family: 'Righteous', cursive; }
.why-choose-us .section-content ul li { position: absolute; top: 0; left: 80%; z-index: 1; display: inline-block; opacity: 0; text-align: center; color: #000; font-size: 18px; line-height: 24px; }
.why-choose-us .section-content ul { position: relative; margin: 150px auto 150px; width: 605px; height: 600px; border-radius: 50%; background: url(../images/best-logo.png) no-repeat center; background-size: cover; }
.why-choose-us .section-content ul li:nth-child(1) { top: -120px; left: 50%; transform: translateX(-50%); width: 300px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(2) { top: -30px; left: calc(100% + -23%); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(3) { top: 250px; left: calc(100% + 1px); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(4) { top: calc(100% - 130px); left: calc(100% - 130px); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(5) { top: calc(100% - -30px); left: 23%; width: 350px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(6) { top: calc(100% - 130px); left: -64px; width: 160px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(7) { top: calc(50% + -40px); left: -220px; width: 240px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(8) { top: 0; left: -80px; width: 250px; opacity: 1; }
.why-choose-us .section-content ul li h4{ font-size: 20px; font-family: 'SFProDisplayRegular'; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1.5; margin-top: 10px; }
/*===== Contact Layer Sections =====*/
.contact-layer{ padding: 50px 0; background: url('../images/contact-layer-bg.jpg') no-repeat fixed center; background-size: cover; }
.contact-layer .section-content{ text-align: center; }
.contact-layer .section-content h2{ color: #fff; font-size: 48px; font-weight: 700; font-family: 'Castellar'; text-shadow: 3px 3px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; }
.contact-layer .section-content a{ display: inline-block; padding: 15px 50px; background: #365685; color: #fff; border-top-left-radius: 30px; border-bottom-right-radius: 30px; text-decoration: none; font-size: 24px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.contact-layer .section-content a:hover{ background: #F17B21; }


/*===== Purpose Section =====*/
.purpose .google-map{height: 500px;}

/*===== Testimonials Section =====*/
.testimonials{padding: 80px 0 70px; background: url(../images/service-bg.jpg) repeat; background-attachment: fixed; background-position: center; background-size: cover;}
/*.testimonials::before{ content: ''; position: absolute; top: 0; left: 0; height: 100%; background: url('../images/testimonial-bg.jpg')no-repeat center; width: 50%; z-index: -1; background-size: cover; }*/
.testimonials::after{ content: ''; position: absolute; top: 0; left: 40%; height: 100%; background: #fff; width: 20%; z-index: -1; background-size: cover; transform: skew(20deg);}
.testimonials .title-section{text-align: center; }
.testimonials .title-section h4{color: #000; font-size: 25px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; margin-bottom: 50px;}
.testimonials .title-section h2{font-size:46px; font-size: 40px; text-transform: capitalize; margin: 10px 0 15px; font-family: 'Righteous', cursive;}
/*.testimonials .testimonials-content{ padding: 60px; margin-top: 40px;border-radius: 10px; display: block; text-align: center;}*/
.testimonials .testimonials-content .fa{font-size: 44px; color:#003FB4; }
.testimonials .testimonials-content h4{font-family: 'SFProDisplayRegular'; font-style: normal; font-weight: 500; font-size: 20px; color: #091B49; margin-bottom: 10px;}
.testimonials .more a{ display: inline-block; text-decoration: none;font-size: 16px ; color: #fff; background:#003FB4 ; border-radius: 50px;border:1px solid #fff; padding: 16px 40px; margin-top: 20px; transition: all linear 0.3s;}
.testimonials .more a:hover{background: #003FB4; color: #fff;}
.testimonials .fa-quote-left:before{ display:none; }
.testimonials .testimonial-block{ background: #fff; width: 95%; border: solid 1px #707070; padding: 0px 10px 40px; border-radius:10px; }
.testimonials .testimonials-icons-block{ display: flex; align-items: self-end; }
.testimonials .testimonials-content-block{ margin-left:20px; }
.testimonials .testimonials-content-block h4{ font-size: 19px; font-family: 'Poppins'; font-weight: 600; }
.testimonials .testimonials-content-block h5{ font-size: 16px; font-family: 'Poppins'; font-weight: 400; color:#8D8D8D; }
.testimonials .testimonials-content p{ margin-top: 15px; font-family: 'Poppins'; font-style: normal; font-weight: 400; font-size: 17px; line-height: 30px; color: #000000;}
.testimonials-content-item img{ margin-top:15px; }
.achievements{ margin-bottom:80px; }
.achievements img{ margin-bottom: 10px; width: 98%; border: solid 1px #fff; padding: 15px; object-fit: contain; display: flex; align-items: center; justify-content: center; height: 154px; }


/*===== Project Sections =====*/
.project{ padding: 80px 0 100px; background: #fff; }
.project .section-title h4{ color: #003FB4; text-align: left; text-transform: capitalize; font-family: 'Poppins'; font-size: 25px; color: #91A95C;}
.project .section-title h1{color: #000; text-align: left; font-family: 'Poppins'; font-size: 35px; font-weight: 700;}
.portfolio-section-heading{background: #3b5e963b; padding: 20px; border-radius: 10px;}
.project .section-title .project-button{ text-align:right; margin-top: -47px; }
.project .section-title .project-button a{ background: #acd72f; padding: 14px 45px; border-radius: 50px; font-size: 18px; color: #fff; text-decoration: none; font-family: 'Poppins'; font-weight: 500; }
.project .section-title .project-button a:hover{ border:solid 3px #000; transition: all linear 0.3s; }
.project .section-title h1 span{color: #003FB4; font-family: 'Righteous', cursive;}
.project-list .item{ padding: 0 20px;}
.project-list { margin-top: 50px;}
.project-content{ position: relative; margin-bottom: 30px; }
.project-thumbnail{ overflow: hidden; }
.project-thumbnail img{ width: 100%; }
.project-content a{ position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-decoration: none; text-align: center; opacity: 0; display: flex; justify-content: center; align-items: center; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.project-content a .fa{ color: #fff; font-size: 30px; }
.project-content a span{ display: inline-block; padding: 15px 50px; background: #F17B21; color: #fff; text-decoration: none; font-size: 18px; border-radius: 50px; }
.project-content .over-black{ opacity: 1;  }
.project-content:hover img{ transform: scale(1.2); }
.project-content:hover a{ opacity: 1; }
.project-content:hover a span{ background: #fff; color: #F17B21; }
.project-content:hover a span:hover{ background: #F17B21; color: #fff; }
.project .section-content {text-align: center;}
.project .fa-arrow-left:before {content: "\f060"; font-size: 20px;}
.project .fa-arrow-right:before {content: "\f061"; font-size: 20px;}




/*===== Contactus Sections =====*/
.contactus{background: #FFFFFF; }
.map{height: 600px; margin-top: -80px; }
.contactus-child{background: #fff;  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin-top: 45px; position: relative;  z-index: 9999; padding: 80px ;  border-radius: 10px;}
.contactus-child .section-title h2{line-height: 42px; margin-bottom: -38px;}
.contactus-content ul li{ display: flex; align-items: center; margin-bottom:25px; }
.contactus-content ul li span{ color: #fff; font-family: Roboto; font-weight: 600; margin-left: 35px; font-size: 17px; }
.contactus-content ul li span p{ color:#fff; font-family: Roboto; font-weight: 400; font-size: 17px; }
.contactus-content{ padding: 30px 30px; background: url('../images/contact-layer-bg.jpg') no-repeat center center; background-size: cover; border-radius: 5px;}
.contactus-content h1{font-size: 29px; font-family: 'SFProDisplayRegular'; color: #fff; margin-bottom: 20px; font-weight: 700;}
.contactus-content h2{font-size: 20px; font-family: 'SFProDisplayRegular'; color: #fff; margin: 10px 0; font-weight: 700;}
.contactus-content h3{font-size: 14px; font-family: 'SFProDisplayRegular'; color: #fff;line-height: 32px;}
.get-a-free-quote-form{  }
.get-a-free-quote-form h2{ font-size: 28px; font-family: 'SFProDisplayHeavy'; color: #000; text-align: left; }
.get-a-free-quote-form .section-title{ margin-bottom: 50px; }
.get-a-free-quote-form .section-title::before{ display: none; }
.get-a-free-quote-form-control{ height: 45px; border-radius: 5px; background: #F4F4F4; margin-bottom: 4px; }
textarea.get-a-free-quote-form-control{ height: 100px;}
.form-group::placeholder{color: #B2B2B2; font-size: 18px;}
.btn-get-a-free-quote-form-control{ display: inline-block; padding: 15px 40px; background: #91A95C; color: #fff; border-radius: 50px; border: none; text-decoration: none; font-size: 16px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.btn-get-a-free-quote-form-control:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background:#1D95EB; }
.bbb{float: right; margin-top: -65px;}



/*===== Contact Section =====*/
.footer{ padding: 50px 0; background: #332F2C; background-size: cover; position: relative; }
.footer::before{position: absolute; content: ''; background: url('../images/globemap.png') no-repeat center center; background-size: cover; width: 50%; left: 50%; height: 100%}
.footer-content h4{ position: relative; display: inline-block; color: #ACD72E; font-size: 39px; font-weight: 700; text-transform: capitalize; padding-bottom: 10px; margin: 30px 0 15px; font-family: none; border-bottom: solid 2px; }
.footer-content p{ color: #fff; font-size: 16px; font-family: 'Roboto'; line-height: 37px; }
.footer-content ul li{ position: relative; list-style: none; color: #fff; font-size: 16px; line-height: 30px; font-family: 'SFProDisplayRegular'; display: flex; align-items: center; }
.footer-content ul li svg{ background: white; padding: 10px; height: 50px; width: 50px; border-radius: 6px; margin-bottom: 36px; }
.footer-content ul li .span-with{display: inline-block; width: 115px; }
.footer-img img{ margin: 0 15px; }
.footer-buss-hours h1{ font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; margin-bottom:15px; }
.footer-buss-areas h1{ font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; margin-bottom:15px; }
.footer-buss-hours p{ color: #fff; font-size: 16px; font-family: system-ui; line-height: 37px; font-weight: bold; }
.footer-buss-areas p{ color: #fff; font-size: 16px; font-family: system-ui; line-height: 37px; font-weight: bold; }
.quick-link h4{ margin-bottom: 60px; font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; }
.quick-link ul li p{ font-weight: 700; color: #fff; font-size: 16px; font-family: 'Roboto'; line-height: 27px; margin-top: -33px; margin-left:20px; }
.quick-link ul li p span{ font-weight: 500; }






/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #1A1A1A; }
.copyright p{ color: #fff; font-size: 16px; text-align:left; }
.copyright p span{ text-decoration: none; float:right; }
.copyright p span a{ color:#acd72f; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-pagination { position: absolute; left: 50%; top: 90%; transform: translateX(-50%); z-index: 9; }
#banner-slider .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#banner-slider .owl-pagination .active span{ background: #0E65B0; }

#testimonial-slider .owl-pagination{ display: none; }
#testimonial-slider .owl-buttons .owl-prev{ display: none;position: absolute; bottom: -50%; left: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px;  opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#testimonial-slider .owl-buttons .owl-next{display: none; position: absolute; bottom: -50%; right: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px;  opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#testimonial-slider .owl-buttons .owl-prev:hover,
#testimonial-slider .owl-buttons .owl-next:hover{ background: #F17B21; color: #fff; border-color: #F17B21; }

#gallery-slider .owl-pagination{ display: none; }
#gallery-slider .owl-buttons .owl-prev{ position: absolute; bottom: -30%; left: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #acd72f; color: #fff; font-size: 24px;  opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#gallery-slider .owl-buttons .owl-next{ position: absolute; bottom: -30% ;right: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #acd72f; color: #fff; font-size: 24px;  opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#gallery-slider .owl-buttons .owl-prev:hover,
#gallery-slider .owl-buttons .owl-next:hover{ background: #F17B21; color: #fff; border-color: #F17B21; }


/*===== Content Pages =====*/
.content-banner{ padding: 80px 0 60px; background: url('../images/about-jkhauling.jpg') no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin: 0; margin-bottom: 10px; text-align: center; color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 30px; margin-top:30px; }
.breadcrumb a{ color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; }
.breadcrumb h1 { position: relative; z-index: 111; margin-top: 0px;font-family: 'Bree_Bold';font-size: 44px; background: #ACD72EED; padding: 50px; border-radius: 10px; line-height: 60px; width: 50%;}
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }
.about .content-block h3{ font-weight:bold; font-size:24px; }

.about .about-box{ border: solid 2px #ACD72EED; padding: 20px; text-align: center; border-radius: 10px; margin-top: 25px; font-weight: bold; font-family: revert-layer; }
.service-button a:hover{background:#B8F011;}
.service-button, .service-items{margin-top: 30px;}
.service-items-content{padding-top: 40px;}
.service-section-img img{border-radius: 10px;}
.heading-bolder{font-weight: bolder; font-size: 30px;}
.service-button a{background: #ACD72E;padding: 13px 25px; border-radius: 25px; width: 130px; font-weight: bold; color: #fff; text-decoration: none; }

.content{ width: 100%; padding: 50px 0; background: #e7e7e7; }
.content-block{ background: #fff; padding: 30px; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ font-size: 24px; color: #000; font-family: 'Lato', sans-serif; margin-bottom: 10px; text-transform:uppercase; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: 'Lato', sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content p{ font-size: 17px; line-height: 30px; font-family: 'Lato', sans-serif; color: #202020; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 35px; font-size: 17px; font-family: 'Lato', sans-serif; color: #0740b4; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0 5px; width: 100%; text-align: center; }
.reviews .author-quote{margin-bottom: 15px;}
.reviews .review-image h3{margin-top: 15px;}
.reviews .testimonial {background: #f0f0f0; border-radius: 10px; margin-top: 10px; padding: 25px;}
.reviews .review-image img {background: #f0f3f9; padding: 6px 20px; border-radius: 30px; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #0740b4; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #0740b4; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #191919; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #B8F011; }
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{ position: absolute; top: 0; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .fa-user,
.form_section .fa-phone{ height: calc(100% - 20px); }

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #ACD72E; border-radius: 10px; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0px; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #ACD72E; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: calc(100% - 45px); width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }

/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }

/*========== Responsive ==========*/
@media (max-width: 1199px){

      /* No need to styles*/

}
@media (max-width: 991px){
      .header{background: #000;}
      .header-buttom{ position: inherit; top: inherit; padding-bottom: 0; }
      .header-middle{padding-bottom: 0;}
      .header-middle-left p {padding-right: 0;}
      .header-buttom .container{ width: 100%; }
      .navigation::before{ left: -50%; }
      .header-middle .logo{ text-align: left; }
      .header-middle .logo img{ display: inline-block; }
      .header-contact-info::before {top: 15px; left: -8%; width: 160%;}
      .header-middle-left ul {flex-direction: column;}
      .header-middle-left ul li {justify-content: initial;margin: 10px 0;}
      .navbar-inverse .navbar-nav > li {padding: 20px 25px;}
      .banner-inner-content{ margin-bottom: 30px; }
      .banner-content-box h2{ font-size: 24px; }
      .banner-content-box p,
      .banner-content-box h4,
      .banner-content-box ul li a{ font-size: 18px; }
      .welcome-thumbnail{ padding-right: 0; }
      .contact-layer .section-content h2,
      .section-title h1, .section-title h2{ font-size: 30px; }
      .testimonials-list::before {display: none;}
      #testimonial-slider .owl-buttons .owl-prev {left: 40%;}
      .get-a-free-quote .quote-link {flex-direction: column;}
      .service-content { padding-top: 5px; width: 100%; left: 0px; bottom: -149px;}

}
@media (max-width: 767px){


	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }


	/*===== Body Section =====*/
      .header-top{ padding: 70px 0 15px; }
      .header-contact-info{ margin-bottom: 0; padding: 0; border-bottom: none; }
      .header-top-left svg{margin-left: 60px;}
      .header-contact-info ul{ flex-direction: column; }
      .header-contact-info ul li{ margin: 5px 0; font-size: 14px; padding: 0 20px; }
      .header-middle-left p {padding-right: 90px; margin-left:40px; }
      .header-middle-left {padding: 10px 0; margin-top:60px; justify-content: center; }
      .header-middle-right {padding: 10px 0; justify-content:center; }
      .header-middle-right p {justify-content: center; margin-right:40px; }
      .header-contact-info ul li span{ font-size: 16px; }
      .header-top-left {text-align: center; padding: 0 0; justify-content: space-evenly;}
      .header-contact-info::before {top: 5px;left: 0%;}
      .header-middle .logo {text-align: center;}
      #banner-slider .owl-pagination {display: none;}
      .header-top-right{ padding: 19px 51px; }
      ..header-middle-left{ margin-top:60px; }
      .banner-inner-content{ margin-bottom: 0; }
      .banner-inner-content::before,
      .banner-inner-content::after,
      .banner-inner-content .first-child,
      .banner-inner-content .last-child{ display: none; }
      .banner-content h3 {font-size: 24px; line-height: 30px;}
      .banner-content h1{font-size: 16px;}

      .section-title h4{ font-size: 16px; }
      .contact-layer .section-content h2,
      .section-title h1,
      .section-title h2{ font-size: 24px; }
      .section-content p{ font-size: 14px; line-height: 26px; }
      .section-content a{ font-size: 14px; padding: 10px 30px; }
      .buttom-border{ margin-left: 32%; }
      .welcome-button{ text-align:center; }
      .welcome-right-section p{ width:100%; }
      .welcome .welcome-button p{ text-align:center; }
      .welcome-thumbnail img{ width: 100%; margin-top: 25px; margin-left: 0px; }
      .welcome .welcome-licensed{ top: 26px; left: 8px; }
      .reasons .reasons-image img{ width: 72%; margin-left: 93px; }
      .reasons-content{     margin-top: 344px; margin-left: 5px; }
      .reasons .reasons-image::before{ top: 82px; left: -332px; height: 160px; }
      #gallery-slider .owl-buttons .owl-next{ display:none; }
      #gallery-slider .owl-buttons .owl-prev{ display:none; }
      .reasons .section-title h1{ font-size: 28px; margin-bottom:28px; }
      .reasons .reasons-content ul li{ font-size:20px; }






  
      .welcome .welcome-title {padding-left: 0;}
      .welcome {padding: 50px 0 0;}
      .service , .purpose, .project , .testimonials{padding: 50px 0;}
      .service .section-title {margin-bottom: 0;}
      .purpose-right-content p {font-size: 16px;line-height: 30px;}
      .welcome-blur-thumbnail img {width: 80%;}
      .welcome-contact-img img{ width: 84%; }
      .welcome-blur-thumbnail::before {width: 80%; z-index: -9}
      .welcome-contact-title h1 {padding: 0px 5px; font-size: 14px;}
      .welcome-contact { top: -145px; left: 35px; }
      .welcome-contact-content {margin-top: 14px;}
      .welcome-right-contact-content h3, .welcome-right-contact-content h2 {font-size:14px;}
      .welcome-right-contact-content h3 {margin-bottom: 5px ;margin-right: 60px;}
      .welcome-contact-img img{ margin-left: -15px; }
      .welcome-title h1{ text-align:center; font-size:29px; margin-top:20px; }
      .welcome-title h3{ text-align:center; }
      .welcome-title h2{ text-align:center; }
      .roundring img{ display:none; }
/*      .why-choose-us .section-content ul{ display:none; }*/
      .why-choose-us .section-content ul{ background: transparent; position: relative; margin: 0; width: 100%; height: auto; border-radius: 0; }
      .why-choose-us .section-content ul li:nth-child(1), .why-choose-us .section-content ul li:nth-child(2), .why-choose-us .section-content ul li:nth-child(3), .why-choose-us .section-content ul li:nth-child(4), .why-choose-us .section-content ul li:nth-child(5), .why-choose-us .section-content ul li:nth-child(6), .why-choose-us .section-content ul li:nth-child(7), .why-choose-us .section-content ul li:nth-child(8)
      { position: static; transform: translate(0); width: 100%; text-align: center; margin-top: 10px; background: rgba(255,255,255,.3); padding: 10px; backdrop-filter: blur(2px); }
      .bbb img{ width: 100%; display: inline-block; margin-right: -38px; margin-top: 8px; }
      .welcome .section-content, .welcome .section-title { padding-left: 0px; margin-top: -50px;}
      .welcome-right-section{margin-top: 50px;}
      .welcome-left-thumbnail{text-align: center; margin-top: 20px;}
      .welcome-left-thumbnail img{width: 70%;     margin: 9px -55px;} 
      .welcome .welcome-right-contact-content ul li{ font-size: 18px; line-height: 26px; margin-right: 55px; }
      .testimonials .testimonial-block{ width:100%; }
      .contactus-child {padding: 20px; bottom: 25px}
      .contactus-content {padding: 20px;}
      .get-a-free-quote-form {padding-left: 0;}
      .contactus-child .section-title h2 {font-size: 24px; line-height: 36px; margin-top: 15px;margin-bottom: -25px;}
      .project .section-title h1{ font-size: 21px; }
      .get-a-form {padding-top: 23px; margin-bottom: 50px;}
      .how-we-work-block ul {flex-direction: column;}
      .how-we-work-block ul li{width: 100%; margin: 10px 0;}
      .how-we-work-block ul li::before {display: none;}
      .how-we-work-block ul li h3 {margin: 10px 0;}
      .how-we-work-block ul li p {margin-top: 0;}
      .service-content { width: 92%; left: 18px; bottom: -155px; height: 302px; padding: 29px; margin-top: 53px; top: 173px; }
      .free-quote {position: initial;}
      .roundring {position: initial; text-align: center;}
      .get-a-form {padding-left: 10px;}
      .welcome-contact-title{ z-index:9 }
      .project-list .item {padding: 0 75px;}
      .testimonials-wrapper{padding: 0;}
      .testimonials .title-section h2{font-size: 23px;}
      .testimonials::after{ top: 0; left: 0; height: 42%; width: 100%; transform: skew(0);}
      .testimonials .testimonials-content{padding: 30px;}
      #testimonial-slider .owl-buttons .owl-prev{display: none;}
      #testimonial-slider .owl-buttons .owl-next{display: none;}

      .get-a-free-quote {padding: 0;}
      .get-a-free-quote-form {margin-top: 50px;}

      .project{ padding: 50px 0 30px; }
      .project .section-title{ margin-bottom: 30px; }
      .project-content{ margin-bottom: 15px; }

      .footer-content h4{ font-size: 20px; }
      .footer-content h3{ font-size: 16px; }
      .footer-content ul li{ font-size: 16px; }

	.copyright{ padding: 15px 0; }

	/*===== Slider Section =====*/
	#owl-demo .owl-pagination{ width: 100%; top: 95%; }
	#owl-demo1 .owl-buttons .owl-prev{ left: -10px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; }

	/*===== Page Section =====*/
	.content-banner{ padding: 30px 0 20px; }
	.content-block{ min-height: auto; }
	.breadcrumb{ font-size: 16px; }
	.content-banner ul li{ height: 2px; }
	.content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 26px; }
	.content ul li span{ font-size: 14px; line-height: 26px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 1px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 14px; }
	.testimonials-page p{ padding: 0; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; }
	.btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
	.quoet-address{ margin-top: 15px; }
	.quoet-address ul{ margin-bottom: 15px; }
	.quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
	.quoet-address ul li span{ font-size: 16px; }
	.free-estimate-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
	
}
@media (max-width: 480px){
      .breadcrumb h1{
            font-size: 30px;
            width: 85%;   
            padding: 30px;   
      }
}

