@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: #3e63d8; 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: #3e63d8; 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, .sidebar ul li p{ position: relative; display: block; padding: 10px 15px; border: #3e63d8 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: #0A2782; border-radius: 5px; }
.sidebar ul li a.active{border: solid #0a2782;}

/*===== 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 .logo { position: absolute; z-index: 24; } */
/* .header-middle .logo a{display: inline-block; text-align: none;} */
.header-middle-left{padding: 19px 0;}
.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;}



/*.navigation::before{position: absolute; content: ""; background:rgba(0, 89, 255,0.8); width: 50%; height: 135%; right: -29%; top: 0;}*/

.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: center; width: 100%;}


.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;}


/*For Service Dropdown*/
.navbar-inverse .mega-menu { position: absolute; top: 100%; left: 0; width: 160%; display: none; }
.navbar-inverse .navbar-nav li:hover .mega-menu {display: inherit;}
.navbar-inverse .navbar-nav li { list-style: none; margin: 0; margin-left: 0px; margin-left: 0; }
.navbar-inverse .mega-menu li a { display: block; background: #FAFAFA
; color: #000; width: 100%; text-align: left; padding: 15px; text-transform: capitalize; font-weight: 400; font-size: 14px; border: none; position: relative; transition: all linear 0.3s;font-family: "Roboto", sans-serif; font-weight: 500; font-size: 18px; }
.navbar-inverse .mega-menu li a:hover { background: #eee; color: #000; padding-left: 20px; text-decoration: none;}


/* New header */
.top-header{display: flex; align-items: center; justify-content: right; gap: 20px;}
.top-header .call, .top-header .location{display: flex; align-items: center; padding: 20px 0; gap: 10px; font-size: 18px; font-family:'Poppins'; font-weight: 600;}
.header-buttom{ width: 100%; padding: 0 0; margin: 0 0; background-color: #3E63D8;}
/* .navigation{ float: right;} */
.navbar-inverse .navbar-nav > li:last-child { 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: #0A2782; padding: 17px 24px; margin-bottom: -13px; border-radius: 0 10px; border: solid #fff;}
.navbar-inverse .navbar-nav > li > a{color: #fff;}
.navbar-inverse .navbar-nav > li > p{text-decoration: none; text-transform: uppercase; font-family: 'system-ui'; font-weight: 700; font-size: 16px; color: #fff;}
.navigation .navbar-inverse {border-color: transparent; background: transparent; }
.header-middle .logo { position: absolute; z-index: 24; top: -30px; width: 260px; }
.navbar-inverse .navbar-nav ul{float: right;}
.navigation .navbar-inverse { border-color: transparent; background: transparent; margin-left: 96px; }
.navbar-inverse .navbar-nav > li{ display: inline-block; margin: 0; padding: 25px 8px 0px 20px;}



/*===== 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: 'Poppins'; font-size: 36px; color: #fff; line-height: 54px; margin-top: 180px; font-weight: 700;  -webkit-text-stroke: 1px #fff; -webkit-text-fill-color: transparent}
.banner-content h1{margin: 6px 0 15px 0; display: flex; flex-direction: column;}
.banner-content h1 span{font-family: 'Oswald'; font-size: 50px; color: #fff; line-height: 80px; display: flex; flex-direction: column;}
.banner-content p { color:#fff; font-size: 17px; line-height: 32px; font-family: 'Poppins';}
.banner-button{background: #000; padding: 70px 20px; width: 80%; border-radius: 30px 0; box-shadow: -10px 10px #3E63D8; }
.banner-button-blue a { border-radius: 30px; background: #3E63D8; border: solid #3E63D8; padding: 20px 45px; font-size: 18px; color: #fff; text-decoration: none; font-weight: 400; font-family: 'Poppins'; display: inline;}
.banner-button-call a{ border-radius: 30px; border: solid #0A2782; background: #0A2782; padding: 20px 45px; font-size: 18px; color: #fff; text-decoration: none; font-weight: 400; font-family: 'Poppins'; display: inline;}
.banner-button-call a:hover{ border-radius: 30px; background: #3E63D8; color: #fff; border: solid #3E63D8; transition: 0.5s;}
.banner-button{display: flex; align-items: center; justify-content: center; gap: 30px;}



/*===== Common Layout =====*/
.section-title { margin-bottom: 28px; }

.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-title p { color: #000; font-size: 16px; line-height: 30px; font-family: 'roboto'; }
.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 {margin: 60px;}
.welcome-left{background: #0A2782; border-radius: 30px 0 30px 0; padding: 60px 300px 60px 55px; width: 1040px; text-transform: capitalize; box-shadow: -10px 10px #3E63D8;}
.welcome-title p{ font-size: 24px; line-height: 30px; font-family: 'Poppins'; color:#fff;}
.welcome-title h1{ font-size: 44px; line-height: 48px; font-family: 'Archivo Black'; font-weight: 500; color:#fff;}
.welcome-section-content p{font-size: 17px; line-height: 35px; font-family: 'Poppins'; font-weight: 400; color:#fff; }
.welcome .welcome-button-blue a{ border-radius: 30px; background: #3E63D8; border:solid #3E63D8; padding: 20px 45px; font-size: 15px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-weight: bolder; }
.welcome .welcome-button-call a{ border-radius: 30px; border:solid #fff; padding: 20px 45px; font-size: 15px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-weight: bolder; }
.welcome .welcome-button-call a:hover{ border-radius: 30px; background: #3E63D8; color: #fff; border: solid #3E63D8; transition: 0.5s;}
.welcome-button{display: flex; align-items: center; justify-content: left; gap: 30px;}
.welcome-image img{ margin-top: 45px; border-radius: 40px 0 40px 0; box-shadow: -15px 15px #fff;}





/*=======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; }

.working-steps-sec{margin: 50px 0;}
.workingsteps-first{text-align: center;}
.workingsteps-first h3{font-size: 18px; line-height: 40px; color: #E90002; font-family: 'poppins';}
.workingsteps-first h1 { color: #000; font-size: 40px; line-height: 40px; font-family: "Righteous", sans-serif; margin-top: 28px; }
.workingsteps-first p { font-size: 18px; line-height: 32px; padding: 19px 70px 45px 70px; font-family: "Roboto", sans-serif; font-weight: 600; }
.ceraamic-text{position: absolute; top: 25%; color: #fff; padding: 20%;}
.ceraamic-text h4{font-weight: 700;}

.icon{display: flex; flex-direction: column; text-align: center;}
.icon h6 { font-size: 30px; line-height: 32px; margin-top: 25px; font-weight: 600; font-family: 'Roboto'; }
.icon p { font-size: 19px; font-family: 'Roboto'; line-height: 32px; margin-top: 11px; }
.icon img{display: block; margin-left: auto; margin-right: auto;}
.first, .third{padding: 15px 0 0 0;}

.detailing-image img{margin-left: -131px;}
.paint-image img{margin-left: -142px; width: 129%; height: 605px;}

.first::before { content: url(../images/aftericon.png); display: flex; position: relative; left: 320px; top: 85px; }
.third::before { content: url(../images/beforeicon.png); display: flex; position: relative; right: 65px; top: 70px; }



/*===== Service Section =====*/
.service{margin-bottom: 60px; background: url(../images/service-bg.jpg); background-size: cover;}
.service-content{ position: absolute; top:15%; text-align: center; width: 90%; left: 18px; height: 279px; bottom: -246px; } 
.service-content h2{color: #fff; font-size: 32px; font-weight: 700; font-family: 'Righteous'; line-height: 34px; margin-top: 20px; }
.service-content a{color: #fff; font-size: 18px; font-family: 'poppins'; padding: 5px 10px 5px 40px; line-height: 28px; text-decoration: none;}
.readmore{background-color: #fff; border: solid #0A2782; border-radius: 10px 0 10px 0; color:black; text-align: center; padding: 9px 17px; position: relative; bottom: 180px; width: 40%; margin: auto;}
.service .section-title h4{color: #FFF; font-family: "MuseoModeron"; font-size: 44px; font-weight: 600; line-height: 48px; text-align: center; margin: 80px 0 40px 0;}
.service-content a{display: none;}
.service-list:hover .service-content{display: block; transition: 0.5s; transform: translateY(-30px);}
.service-list:hover a{display: block; transition: 0.5s;}
/* ==================.service-list:hover .service-content{    height: 100%; width: 100%; background: #000;} ===============*/
.service-list:hover .readmore{ display: none; }
/*.service-list:hover .service-thumbnail{opacity: 1; transition: 0.5s;}*/
.service-thumbnail img{ border-radius: 40px 0 40px 0; box-shadow: 10px -10px #3E63D8; width: 100%; }


/* ============for image background 
 .service-list:hover img{ display: none; } 
 .service-list:hover .serviceimg{ background: #0A2782; padding: 168px; border-radius: 15px 0 15px 0; box-shadow: 10px -10px #3e63d8;} ========*/

/*===== 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;} */

/* New process section */
.process-heading h1{text-align: center; font-family: "Righteous"; font-size: 44px; line-height: 48px; margin-bottom: 60px; color: #0A2782;}
.process-content-sec-right, .process-content-sec-left{margin-bottom: 50px;}
.process-content-right{ background-color: #0A2782; border-radius: 15px 0 15px 0; padding: 50px 60px 55px 25px; box-shadow: -10px 10px #3E63D8;}
.process-content-left{ background-color: #0A2782; border-radius: 0 15px 0 15px; padding: 40px 15px 60px 60px ; box-shadow: 10px 10px #3E63D8;}
.process-content-right h1{ text-align: right; color:#fff; font-family: "Amaranth"; font-size: 40px; line-height: 48px;}
.process-content-right p{ text-align: right; color:#fff; font-family: "Poppins"; font-size: 20px; line-height: 38px;}
.process-content-left h1{ text-align: left; color:#fff; font-family: "Amaranth"; font-size: 40px; line-height: 48px;}
.process-content-left p{ text-align: left; color:#fff; font-family: "Poppins"; font-size: 20px; line-height: 38px;}
.process-img-right img, .process-img-left img{ position: relative; z-index: 1;}
.process-img-right img{top: 15px; right: 70px;}
.process-img-left img{top: 13px;}




/*===== 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 =====*/
.testimonial {background: #ffffffb2; border-radius: 10px; margin-top: 10px; padding: 25px; box-shadow: 20px 9px 48px rgba(0, 0, 0, 0.16); }

.testimonial h1 { text-align: center; font-family: 'Righteous'; font-size: 44px; color: #0A2782; line-height: 38px; margin-bottom: 36px; }
.testimonial .testimonials-content-block h4 { font-family: 'Poppins'; font-size: 20px; color: #000; margin-top: 22px; line-height: 28px; font-weight: 600; text-align: left;}
.testimonial .testimonials-content-block h5 { font-family: 'Poppins'; font-size: 16px; color: #000; line-height: 24px; font-weight: 400; text-align: left;}
.testimonial .testimonials-content-block h4 a{ font-family: 'Roboto'; font-size: 23px; text-decoration:none; }
.testimonial .testimonials-content-block h4 a:hover{ color:#EE4636; transition: all linear 0.3s; }
.testimonials-content-item p {padding: 10px 0; color: #000; font-size: 18px; font-family: 'Poppins'; width: 90%; text-align: left; line-height: 38px; font-weight: 400; }
.testimonial-button{ margin-top: 45px; }
.testimonial-button a { background: #6C00AF; padding: 15px 31px; border-radius: 50px; font-family: 'Poppins'; color: #000; font-size: 16px; text-decoration: none; }
.testimonial-button a:hover{ border:solid 3px #fff; transition: all linear 0.3s; }
.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 .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: #E7E7E7; width: 95%; border: solid 1px #707070; padding: 0px 10px 40px; border-radius:10px; }
.testimonials .testimonials-icons-block{ display: flex; flex-direction: column; }
.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; }
.testimonials-icons{display: flex; justify-content: space-between;}
.testimonials-icons-block{ display: flex; justify-content: left; align-items: center; gap: 20px;}
.rating{float: left;}
.testemonials-review-content{float: left;  font-family: 'poppins'; font-size: 18px; line-height:38px ;}


/*===== Project Sections =====*/
/* .project{ padding: 70px 0 100px; background: #fff; background: url(../images/recent-works-bg.jpg); background-size: cover;  }
.project .section-title h4{ color: #003FB4; text-align: left; text-transform: capitalize; font-family: 'Poppins'; font-size: 18px; color: #E90002; line-height: 40px;}
.project .section-title h1 { color: #0A2782; text-align: left; font-family: "Righteous", sans-serif; font-size: 44px; font-weight: 400; line-height: 48px; text-align: center; }
.project .section-title .project-button{ text-align:right; margin-top: -47px; }
.project .section-title .project-button a{ background: #E90002; 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{ 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: 17px; }
.project-thumbnail{ overflow: hidden; border-radius: 20px; }
.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;}
.fancybox{background: #000; padding: 20px 30px;} */


/* =========New project======== */
.project{ padding: 70px 0 50px; background: url(../images/recent-works-bg.jpg); background-size: cover;  }
.project .section-title h2 { color: #110477; text-align: center; font-family: "Righteous", sans-serif; font-size: 25px; }
.project .section-title h1 { color: #110477; text-align: center; font-family: 'Righteous'; font-size: 35px; font-weight: 700; }
.portfolio-section-heading { background: #3b5e963b; padding: 20px; border-radius: 10px; }
.project .section-title h5 { font-family: "Poppins", sans-serif; font-size: 18px; margin-top: 20px; }
.project .project-button { display: flex; justify-content: center; }
.project-button a { background: #110477 ; padding: 14px 45px; border-radius: 50px; font-size: 18px; color: #fff; text-decoration: none; font-family: 'Poppins'; font-weight: 500; }
.project-button a:hover { background: #3E63D8; color: #fff; }
.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%; border-radius: 10px;}
.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); border-radius: 10px; }
.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; }
.project .project-gallery-items { margin-top: 40px; margin-bottom: 40px;
}
.project .galleryimage { margin-top: 50px; }
.project h2 { color: #000; font-family: "Roboto", sans-serif; font-weight: bold; font-size: 40px; line-height: 38px; }
.project h4 { font-family: "Croissant One"; font-weight: normal; font-size: 24px; margin-bottom: 10px; }
.project .overlay-2 h3{ border-radius: 25px; background: #0A2782; border: 2px solid #fff; padding: 15px 23px; font-family: Roboto; font-weight: 500; font-size: 17px; color: #fff; }



/*========== PupUp Model ============*/
.modal-wrapper img{ width: 80%; background: #fff; padding: 11px; }
.modal-content{ border:none; }
.modal-image{ display:flex; align-items:center; justify-content:center; }
.modal-content button.close{ background: #fff; opacity: 1; padding: 14px; border-radius: 5px; font-size: 30px; }


/*===== Contactus Sections =====*/
.contactus{background: #fff; }
.map{height: 600px; }
.contactus-child { background: #F6F6F6; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 80px; border-radius: 10px; position: relative; /* bottom: 118px; */ top: 260px; z-index: 1; margin-top: -160px;}
.contactus-child .section-title h2{line-height: 42px;}
.contactus-content ul li{ display: flex; align-items: center; margin-bottom:40px; }

.contactus-content ul li span { color: #fff; font-family: 'poppins'; font-weight: 500; margin-left: 18px; font-size: 20px; }
.contactus-content ul li span p { color: #fff; font-family: 'poppins'; font-weight: 400; font-size: 16px; line-height: 24px; }
.contactus-content{ padding: 72px 30px 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: 40px; 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 h2{ font-size: 38px; font-family: 'Righteous'; color: #000; text-align: left; line-height: 47px; }
.get-a-free-quote-form .section-title{ margin-bottom: 21px; }
.get-a-free-quote-form .section-title::before{ display: none; }
.get-a-free-quote-form-control { height: 45px; border-radius: 5px; margin-bottom: 4px; border: solid 1px #0E121D; }
textarea.get-a-free-quote-form-control{ height: 100px;}
.footer-content h4 { font-family: "Righteous"; /* position: relative; */ display: inline-block; color: #0A2782; font-size: 44px; font-weight: 700; text-transform: capitalize; padding-bottom: 10px; margin: 0 0 15px 0; font-family: none; text-decoration: underline; line-height: 48px; }
.btn-get-a-free-quote-form-control { display: inline-block; padding: 16px 57px; background: #0A2782; color: #fff; border-radius: 50px; border: none; text-decoration: none; font-size: 18px; font-weight: 400; font-family: 'Poppins', 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;} */
.contactus-child .section-title p { font-size: 18px; font-family: 'Poppins'; line-height: 37px; }





/*===== Contact Section =====*/
.footer{ padding: 0 0 50px 0; background: #101729; 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 { font-family: "Righteous" !important; display: inline-block; color: #fff; font-size: 48px; font-weight: 400; text-transform: capitalize; padding-bottom: 10px; margin: 0 0 15px 0; font-family: none; text-decoration: none; line-height: 44px; border-bottom: 3px solid; }
.footer-content p { color: #fff; font-size: 18px; font-family: 'poppins'; line-height: 34px; font-weight: 400; text-transform: capitalize;
}
.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: 35px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 500; border-bottom: solid 2px; display: inline-block; margin-bottom: 15px; line-height: 29px; }
.footer-buss-hours p{ color: #fff; font-size: 16px; font-family: system-ui; line-height: 37px; font-weight: bold; }
.footer-emergency img{margin-top: 39px;}
.footer-buss-areas p { color: #fff; font-size: 18px; font-family: 'Poppins'; line-height: 28px; font-weight: 500; }
.quick-link h4{ font-size: 25px; color: #fff; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; 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-sec{ margin:291px 0 97px 0;}






/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #000; font-family: 'poppins';}
.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; }


.transformingspaces{ background: url('../images/transformspace-bg.jpg'); background-size: cover; margin-bottom: 209px;}
.transformingspaces h1 { text-align: center; padding: 70px 0 0 0; font-family: 'Poppins'; line-height: 66px; font-size: 44px; font-weight: 700; color: white;}
.transformingspaces p{text-align: center; padding: 19px 0 102px 0; font-family: 'Poppins'; line-height: 27px; font-size: 18px; font-weight:400; color: white;}

.banner-bottom-block { margin-top: -120px; background: #fff; padding: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px; position: relative; top: 100px;}
.banner-heat { border-right: 1px dashed #000;}
.banner-bottom-block h2 { font-family: 'Poppins'; font-weight: bold; font-size: 45px; color: #0A2782; text-align: center; }
.banner-bottom-block p { font-family: 'Poppins'; font-weight: 500; font-size: 20px; color: #0A2782; padding: 19px 0;}


#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: 100px 0 100px; background: url('../images/banner1.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 h1 { position: relative; z-index: 111; margin-top: 0px; font-family: 'Bree_Bold'; font-size: 44px; background:#0A2782; padding: 50px; border-radius: 10px; line-height: 60px; width: 50%;
}
.breadcrumb a{ color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; }
.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;margin-left: 25px; margin-bottom: 20px; }
.about-content .text-bold{font-size: 20px; font-style: italic; font-weight: bold; font-family: "Bree Serif", serif;}



.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; margin-bottom: 15px; margin-left: 20px; font-weight: bold; }
.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; background: #0740b4; width: 100%; text-align: center; }
.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: #0740b4; }
.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: #2ecc71; }
.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: #0A2782; 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: #0740b4; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; 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: #0740b4; }
.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: #0740b4; 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; }
.about-box { border: solid 2px #3E63D8; padding: 20px; text-align: center; border-radius: 10px; margin-top: 35px; font-weight: bold; font-family: revert-layer;
}
.review-button{ display: flex; justify-content: center; margin-top: 37px;     
}
.service-book{margin-top: 35px;}
.about li{font-size: 26px !important;}
.one { display: flex; gap: 10px;}
.about-section-img li {list-style: none;}
.about-section-img li:first-child{margin-bottom: 20px;}
/*========== 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;}

      .readmore { bottom: 85px; width: 60%; }
      .readmore { position: relative; bottom: 350px; }
      .service-content { position: absolute; top: 245px; text-align: center; width: 90%; }
      /* .top-header{margin-top: 55px;} */

      .banner-button{width: 75%; padding: 40px 15px; }
      .banner-content h3{font-size: 30px; line-height: 34px; margin-top: 130px;}
      .banner-content h1 span { font-size: 35px; line-height: 50px; }
      .banner-button-blue a, .banner-button-call a{padding: 15px 30px; font-size: 14px;}

      .welcome-left{ width: 100%; padding: 10px; padding: 60px 20px; }
      .welcome-title p{ font-size: 20px; line-height: 30px; text-align: center;}
      .welcome-title h1{ font-size: 25px; line-height: 40px; text-align: center;}
      .welcome .welcome-button-blue a{ padding: 20px 45px; font-size: 15px; margin-top: 25px; }
      .welcome .welcome-button-call a{ border-radius: 30px; border:solid #fff; padding: 20px 45px; font-size: 15px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-weight: bolder; }
      .welcome .welcome-button-call a:hover{ border-radius: 30px; background: #3E63D8; color: #fff; border: solid #3E63D8; transition: 0.5s;}
      .welcome-button{ display: flex; justify-content: center; align-items: center; }
      .welcome-section-content p{margin:0 15px 0 15px;}
      .welcome-image img{ display: flex; margin: 40px auto; }

      .readmore { bottom: 85px; width: 60%; }
      .readmore { position: relative; bottom: 350px; }
      .service-content { position: absolute; top: 245px; text-align: center; width: 90%; }
      .process-content-right h1{ text-align: center; } 
      .process-content-right p{ text-align: center; }
      .process-content-left h1{ text-align: center; }
      .process-content-left p{ text-align: center;  }
      .process-content-right, .process-content-left { padding: 50px 30px ;}
      .process-img-left img { top: 13px; display: flex; margin: auto; }
      .process-content-sec-right .row{display: flex; flex-direction: column-reverse; }
      .process-content-sec-right img{    display: flex; margin: auto; right: 0; }
      .get-a-free-quote-form h2 { margin: 25px 0; } 
      .btn-get-a-free-quote-form-control { display: flex; margin: auto; }
      #mapDiv {margin-top: 25px;}
      .footer { padding: 20px; }
      .transformingspaces h1 { line-height: 50px; font-size: 34px; }
      .header-middle{display: flex; align-items: center; justify-content: center;}
      .header-middle .logo a img{width: 200px;}
      .header-middle .logo{position: inherit;}
}

@media (max-width: 767px){
      .top-header{margin-top: 55px;}
      .readmore { bottom: 360px; width: 20%; }
      .service-content { top: 230px; }
      .service-content h2{ font-size: 32px; position: relative; left: 20px;}
      /*.service-list:hover .serviceimg{ background: #0A2782; padding: 0; border-radius: 15px 0 15px 0; box-shadow: 10px -10px #3e63d8; }*/
      .contactus-child { padding: 170px; }
      .footer { padding: 20px; }
      .footer-sec{margin-bottom: 0px;}
      .banner-heat{ border: none; margin: 20px 0;}
      .testimonials-icons-block{ justify-content: center; }
      .rating{float: none;}
      .testimonials-content-item p {text-align: center;}

	/*===== 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-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%;}
      #banner-slider .owl-pagination {display: none;}
      .header-top-right{ padding: 19px 51px; }
      .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: 76%; margin-top:25px; }
      .welcome .welcome-licensed{ top: 460px; right: 40px; }
      .reasons .reasons-image img{ width: 72%; margin-left: 93px; }
      .reasons-content{ margin-top: 620px; margin-left: 85px; }
      .reasons .reasons-image::before{ top: 139px; left: -332px; }
      #gallery-slider .owl-buttons .owl-next{ display:none; }
      #gallery-slider .owl-buttons .owl-prev{ display:none; }
      .service , .purpose, .project , .testimonials{padding: 50px 0;}
      .service .section-title {margin-bottom: 0;}
      .purpose-right-content p {font-size: 16px;line-height: 30px;}
      
      .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); }
      

      /* .contactus-child {padding: 20px; bottom: 25px}
      .contactus-content {padding: 20px;} */
      .get-a-free-quote-form {padding-left: 0;}

      .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;}

      .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; }

	.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; }
      .breadcrumb h1{font-size: 30px; width: 100%; background:#0A2782;}
	.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; }

      .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-middle .logo {text-align: center;}
      .header-middle-left{ margin-top:60px; }
      .header-buttom{display: block;}
      .banner-content h3{margin-top: 30px;}
      .header-middle .logo{position: inherit; margin: auto; top: 0;}
      .header-middle .logo img{width: 200px; padding: 10px 0;}
      .header-middle .logo a {display: flex; align-items: center; justify-content: center;}
	.top-header{justify-content: center;}
    .header-buttom{background:#d5d5e1;}
    .modal-wrapper{ margin-top:100px; }
    .modal-content button.close{ position: absolute; z-index: 111111111; }
    .about-section-img{ display: flex; flex-direction: column; align-items: center; margin: 20px 0;  gap: 20px; }
    .service-book { margin-top: 35px; display: flex; justify-content: center; }
    .service-list:hover {margin: 30px 0;}
}

@media (max-width: 481px){
      .banner-content h1 span { font-size: 25px; line-height: 29px; }
      .banner-content h3 { font-size: 25px; line-height: 29px; }
      .banner-button{display: none;}
      .welcome {padding: 0;}
      .welcome-button{ margin: 0 0 5px 10px; display: flex; flex-direction: column; gap:0;}
      .welcome-left { width: 100%; padding: 30px 10px; margin-left: 0;}
      .welcome-section-content p { margin: 0; }
      .welcome-image img { width: 134%; margin-left: -55px; }
      .readmore { top: -240px; width: 60%; }
      .service-content { top: 106px; }
      .contactus-child .section-title h2 {font-size: 33px; line-height: 36px; margin-top: 15px;}
      .contactus-child { padding: 10px; }
      .footer-content h4 {font-size: 35px;}
      .transformingspaces h1 { line-height: 40px; font-size: 25px; }
      .copyright p{ font-size:10px; }
}

@media (max-width: 460px){
.welcome-left{ padding: 30px 10px;     margin-left: -50px;
    width: 132%;
    text-align: center; }
}


@media (max-width: 431px){
    .welcome-left { width: 161%; padding: 30px 10px; margin-left: -50px; text-align: center; }
    .service-content h2 { font-size: 32px; position: relative; bottom: 40px; left: -5px; }
    .readmore { top: -110px; width: 60%; }
}

@media (max-width: 321px){
    .welcome-left { width: 155%; padding: 30px 10px; margin-left: -50px; text-align: center; }
    .service-content h2 { font-size: 32px; position: relative; bottom: 40px; left: -5px; }
    .readmore { top: -110px; width: 60%; }
}


