@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"); }
@font-face{ font-family: 'Bree'; src:url("../fonts/Bree Regular.otf"); }
@font-face{ font-family: 'Breebold'; src:url("../fonts/Bree-BoldOblique.otf"); }
@font-face{ font-family: 'Bree_Bold'; src:url("../fonts/Bree-BoldOblique.ttf"); }
@font-face{ font-family: 'Righteous'; src:url("../fonts/Righteous-Regular.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; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{  }



/* 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: linear-gradient(90deg, rgb(217 51 58) 0%, rgb(131 0 6) 100%); 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: #070200;}
.header-top-left{ padding: 15px 0 15px 0; display: flex; align-items: center; margin-bottom: -36px; }
.header-left-phone{ width: 150%; position: relative; left: 82%; top: -18px; }
.header-top-left p{font-size: 16px; color: #fff;  font-family: 'SFProDisplayRegular'; margin-left: 15px; }
.header-top-right{ text-align:right; }
.header-top-right a{ background: #EE4636; padding: 17px 28px; font-family: 'Poppins'; text-transform: uppercase; color: #fff; margin-top: 0px; display: inline-block; font-size: 16px; font-weight: 500; }
/*.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{ width: 70%; padding: 2px 0 0 0; }
.header-middle .logo a{display: inline-block; text-align: none;}


.header-buttom{ position: absolute; left: 0; width: 100%; z-index: 99; padding: 0 0; margin: 0 0;}
.navigation{position: relative; padding: 44px 0 0 0; }
/*.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; text-align: center; width: 100%;}
.navbar-inverse .navbar-nav > li{ display: inline-block; margin: 0; padding: 0px 28px; }
/*.navbar-inverse .navbar-nav > li:last-child { 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{ color: #fff; background: #9D1C21; padding: 15px; margin-top: -13px;}
.navbar-inverse .navbar-nav > li > a{ display: inline-block; margin: 0; padding: 0;border-radius: 0; color: #000; font-weight: 500;background: transparent; font-size: 16px; text-align: center; text-decoration: none; text-transform: uppercase; font-family: "Croissant One", serif; -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{ background:red; padding:10px; }*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{ background:none; }
.navbar-inverse .navbar-nav > .active > a{ background:none; }
.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: #EE4636; }
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a{ color: #000; background: none; }


/*===== Banner Section =====*/
.banner{ position: relative; }
.banner img{ width: 100%; }
.banner-text{ border-left: solid 8px #D8333A; background: #0000006e; position: relative; top: 20px; left: 0; padding: 20px 25px 20px; }
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); }
.banner-content h3{ font-size: 39px; font-family: K2D; font-weight: 700; color: #fff; line-height: 54px; text-align: left; text-transform: uppercase; margin-bottom: 9px; }
.banner-content p{ font-size: 22px; font-family: Inter; font-weight: 500; line-height: 30px; color:#fff; text-align:left; }
.banner-content h1{font-family: 'system-ui'; font-size: 45px; color: #fff; text-align: center;}
.banner-button { margin-top:40px; }
.banner-button a { padding: 15px 37px; background: #ee4636; border-radius: 5px; border: solid 1px #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;  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::before{ position: absolute; content: ''; background: url(../images/welcome-bg.png) no-repeat center; width: 514.83px; right: -18px; height: 605.83px; }
.welcome-title h3{color: #9B9B9B; font-size: 16px; font-family: 'Poppins';font-weight: 700;}
.welcome-title h2{color: #000; font-size: 20px; font-family: 'SFProDisplayRegular';font-weight: 700; line-height: 40px;}
.welcome-title p{ color: #000; font-size: 18px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 500; border-left: solid 13px #9e1c21; padding-left: 16px; border-radius: 3px; }
.welcome-title h1{  font-family: "Young Serif", serif; font-weight: 400; font-style: normal; font-size: 44px; color: #D8333A; line-height: 51px; letter-spacing: 2px; margin-top: 16px;}
.welcome-right-section .section-content p{  font-family: 'Poppins'; font-weight: 400; line-height: 40px; font-style: normal; font-size: 17px; color: #000; line-height: 35px; margin-top: 16px;}
.buttom-border { height: 11px; width: 30%; background: #EE4636; margin-top: 15px; border-radius: 50px; }
.welcome{ padding: 80px 0 80px; background: #fff; }
.welcome-thumbnail img{ width: 120%; height: auto; margin-left: -120px; }
.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 3px #fff; border-radius: 21px; padding: 18px; background: #EE4636; justify-content: space-evenly; display: flex; width: 100%; align-items: center; }
.welcome-contact{position: relative; top: -335px; left: -165px; 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::before{ position: absolute; content: ''; background: url('../images/welcome-bg.png') no-repeat center center; background-size: cover; width: 50%; left: 50%; height: 100% }*/




.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: 100%; margin-top: 4px; color: #000; font-size: 17px; line-height: 36px; 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{ text-align: center; color: #fff; font-family: 'Poppins'; font-weight: 700; list-style: none; line-height: 38px; font-size: 39px; margin-left: 20px;}
.welcome .welcome-right-contact-content span{ display: inline-block; color: #fff; font-family: 'Poppins'; font-weight: 500; list-style: none; line-height: 32px; font-size: 19px; text-align: center; margin-top: 11px;}
.welcome .welcome-right-contact-content ul{ margin-top:-5px; }
.welcome .welcome-button a{ background: #9D1C21; padding: 20px 50px; border-radius: 5px; font-size: 16px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-family: "Croissant One", serif; font-weight: 400; font-style: normal; }
.welcome .welcome-book a{ background: transparent; border: solid 2px #9D1C21; padding: 20px 50px; border-radius: 5px; font-size: 16px; color: #9D1C21; text-decoration: none; margin-top: 25px; display: inline-block; font-family: "Croissant One", serif; font-weight: 400; font-style: normal; }
.welcome .welcome-book a:hover{ background: #9D1C21; color: #fff; transition: all linear .3s; }
.welcome .welcome-button a:hover{ background: #EE4636; transition: all linear .3s; }
.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: 100px; left: 255px; }
.welcome-left-section{ margin-bottom: -80px; }

/*=======REASONS TO COUNT=======*/
.happy-section{ background-image: url("../images/happy.jpg"); background-position: center; background-repeat: no-repeat; padding: 135px 0 135px; background-size: cover;}
.happy-section .section-title h1{ color: #fff;   font-family: "MuseoModerno", sans-serif; font-weight: 700; font-optical-sizing: auto; font-style: normal; font-size: 45px; line-height:55px; }
.client-happy{ margin-top: -72px; background: #fff; padding: 39px 0; border-radius: 5px;box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45); }
.client-happy ul { display: flex; justify-content: space-around; text-align: center;  }
.client-happy ul li{ list-style:none; border-right: dotted 4px #EE4636; padding-right: 54px; }
.client-happy ul li:last-child{ border-right: none; }
.client-happy ul li h2{ color: #EE4636; font-family: 'Poppins'; font-weight: 700; font-size: 40px; }
.client-happy ul li p{ color: #EE4636; font-family: 'Poppins'; font-weight: 600; font-size: 19px; margin-top:5px; }


/*=======Commercial=======*/
.commercial{ height:610px; }
.comm1 h1{ position:relative; z-index:1; color:#fff; text-align:center; font-size: 35px; top: 269px; right: 100px; font-family: "Meera Inimai", sans-serif; font-weight: 600; font-style: normal; }
.comm2 h1{ position:relative; z-index:1; color:#fff; text-align:center; font-size: 35px; top: 269px; font-family: "Meera Inimai", sans-serif; font-weight: 600; font-style: normal;}
.comm3 h1{ position:relative; z-index:1; color:#fff; text-align:center; font-size: 35px; top: 269px; left: 80px; font-family: "Meera Inimai", sans-serif; font-weight: 600; font-style: normal;}
.comm1::before{ position: absolute; content: ''; background: url(../images/comm-1.png) no-repeat center; width: 514.83px; left: -35%; height: 605.83px; }
.comm2::before{ position: absolute; content: ''; background: url(../images/comm-2.png) no-repeat center; width: 655.19px; left: -35.5%; height: 605.73px; }
.comm3::before{ position: absolute; content: ''; background: url(../images/comm-3.png) no-repeat center; width: 528.41px; left: 0%; height: 605.59px; }
.comm1::before:hover{ width: 517px; }



/*===== Service Section =====*/
.service{ padding: 55px 0 55px; background: #F5F5F5; }
/*.service::before{ position: absolute; content: ''; background: url(../images/service-side.png) no-repeat center; width: 514.83px; right: -161px; height: 192px; }*/
.service-head{ display: flex; align-items: center; justify-content: center; }
.service .section-title h4{ margin: 6px 16px; color:#070200; }
.service .section-title h1{ font-family: 'InaiMathi'; color: #070200; font-weight: bold; margin-bottom: 35px; }

.service .owl-buttons{ margin-top: 32px; }
.service .owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; margin: 5px; padding: 12px 16px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #a01b20; filter: Alpha(Opacity = 50); opacity: 1; font-size: 16px; }



.service-icons-block img { border-bottom: solid 5px #9e1c21; }
.service-content-block img{ border-bottom:none; }
.service-content-block{ margin-top: -75px; background:#fff; width: 95%; padding: 10px 20px; }
.service-content-block h5{ font-family:Righteous; font-size:23px; color:#070200; margin-bottom: 10px; }
.service-content-block p{ font-family:Roboto; font-size:16px; color:#070200; line-height:32px; }
.service .owl-theme .owl-controls .owl-page{ display:none; }
.service-content-block a button { position: relative; display: inline-block; cursor: pointer; outline: none; border: 0; vertical-align: middle; text-decoration: none; background: transparent; padding: 0; font-size: inherit; font-family: inherit; }
.service-content-block a button.learn-more { width: 14rem; height: auto; margin-top: 20px; }
.service-content-block a button.learn-more .circle { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: relative; display: block; margin: 0; width: 4rem; height: 4rem; background: #9f1b21; border-radius: 3.625rem; }
.service-content-block a button.learn-more .circle .icon { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 0; bottom: 0; margin: auto; background: #fff; }
.service-content-block a button.learn-more .circle .icon.arrow { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); left: 0.625rem; width: 1.125rem; height: 0.125rem; background: none; }
.service-content-block a button.learn-more .circle .icon.arrow::before { position: absolute; content: ""; top: -0.29rem; right: 0rem; width: 0.625rem; height: 0.625rem; border-top: 0.125rem solid #fff; border-right: 0.125rem solid #fff; transform: rotate(45deg); }
.service-content-block a button.learn-more .button-text { transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); position: absolute; top: 2px; left: 18px; right: 0; bottom: 0; padding: 0.75rem 0; margin: 0 0 0 1.85rem; color: #282936; font-weight: 700; line-height: 1.6; text-align: center; text-transform: uppercase; }
.service-content-block a button:hover .circle { width: 100%; }
.service-content-block a button:hover .circle .icon.arrow { background: #fff; transform: translate(1rem, 0); }
.service-content-block a button:hover .button-text { color: #fff; }



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



/*===== Why Choose Us Sections =====*/
.why-choose-us{ padding: 60px 0; background: #fff;}
.Best-Suppport{position: absolute; bottom: -100px; left: 30px;}
.title-section { display: block; text-align: center; }
.why-choose-text{ background: #3B5E96; padding: 20px 10px 20px 25px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.why-choose-text h1, h4{ color:#fff; }
.why-choose-text h4{ font-family:'Poppins'; font-size:18px; font-weight:400; text-transform:uppercase; margin-top: 7px; }
.why-choose-text h1{ font-size: 31px; font-family: Itim; font-weight: 400; margin-top: 36px; }
.why-choose-option{ margin-top:30px; }
.why-choose-option ul li{ list-style: none; margin-bottom: 29.5px; display: flex; align-items: start; }
.why-choose-option ul li img{ background: #fff; padding: 17px; display: flex; align-items: center; justify-content: center; height: 80px; width: 80px; border-radius: 10px; }
.why-choose-option-text{ margin-left:20px; }
.why-choose-option-text h4{ font-size: 20px; color: #fff; font-family: 'Poppins'; font-weight: 500; text-transform: math-auto; }
.why-choose-option-text p{ color: #fff; font-family: 'Poppins'; font-size: 16px; font-weight: 300; 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 { text-align: center; background: url(../images/testimonial-bg.jpg) no-repeat; padding: 50px 0; background-size:cover; }
.testimonial h1{ text-align: center; font-family: 'Bree_Bold'; font-size: 40px; color: #fff; line-height: 51px; letter-spacing: 2px; }
.testimonial .testimonials-content-block h4{ font-family: 'Roboto'; font-size: 23px; color: #fff; margin-top:22px; }
.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{ color: #fff; font-size: 18px; font-family: 'Roboto'; margin: 10px auto; width: 90%; text-align: center; line-height: 38px; font-weight: 500; }
.testimonial-button{ margin-top: 45px; }
.testimonial-button a{ background: #9D1C21; padding: 15px 31px; border-radius: 50px; font-family: 'Poppins'; color: #fff; 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: #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========*/
.achivement{ padding: 65px 0 0px; background: url(../images/project-bg.jpg) repeat; background-attachment: fixed; background-position: center; }
.achievements{ margin-bottom:80px; }
.achievements img{ margin-bottom: 10px; width: 98%; padding: 15px; object-fit: contain; display: flex; align-items: center; justify-content: center; height: 154px; }
.our-achivement .title-section h2{ font-size: 35px; font-family: 'Bree_Bold'; font-weight: bold; color: #3B5E96; margin-bottom: 25px; }





/*===== Contactus Sections =====*/
.contactus{padding: 65px 0 65px; background: url(../images/quot-bg.jpg) repeat; background-attachment: fixed; background-position: center; }
.contactus-content .map iframe{order: 0; width: 100%; height: 600px; border-radius: 10px; }
/*.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; font-size: 40px; font-family: 'Bree_Bold'; color: #000; margin-bottom: 21px; }
.contactus-child .section-title p{ color: #000; font-size: 18px; line-height: 38px; font-weight: 500; font-family: 'Roboto'; text-align: left; }
/*.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: 19px; }
.get-a-free-quote-form .section-title::before{ display: none; }
.get-a-free-quote-form-control{ height: 50px; 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{ border: solid 3px #fff; display: inline-block; padding: 15px 40px; background: #9D1C21; 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; }
.get-a-free-quote-form .section-content .form-horizontal .form-group { margin-bottom: 23px; }
.contactus-content .map { border:solid 2px #000; border-radius:5px; }










/*=========== How We Work ==================*/
.how-we-work { background:#F7F7F7; }
.how-we-work::before{ position: absolute; content: ''; background: url(../images/service-left.png) no-repeat center; width: 514.83px; left: -161px; height: 290px; }

.how-we-work-block{ text-align: center; padding: 60px 0 80px; }
.how-we-work-block h2{ text-align: center; font-family: 'Bree_Bold'; font-size: 40px; color: #9D1C21; line-height: 51px; letter-spacing: 2px; }
.how-we-work-block p{ font-family: 'Poppins'; font-size: 18px; margin-bottom: 70px; }
.how-we-work-common{ background: #fff; text-align: center;  height: 455px; border-radius: 10px; padding: 0 11px; }
.how-we-work-common img{ background:#fff; padding: 20px; border-radius: 10px; box-shadow:  20px 20px 60px #bebebe, -20px -20px 60px #ffffff; }
.how-we-work-common h2{ background: #9D1C21; position: relative; font-family: 'Poppins'; font-size: 16px; padding: 8px 19px; text-transform: uppercase; color: #fff; border-radius: 50px; margin-top: -10px; top: -25px; left: 0; display: inline;}
.how-we-work-common h3{ font-family: 'Poppins'; font-weight: 500; font-size: 20px; margin-top: 25px; color:#D8333A; }
.how-we-work-common p{ margin-top: 5px; font-family: 'Poppins'; font-size: 16px; line-height:32px; border-radius: 10px; }
.how-we-work-common a{ background: #EE4636; padding: 10px 20px; color: #fff; font-family: 'Poppins'; font-size: 16px; border-radius: 5px; text-decoration: none; position: relative; top: -52px; left: 0;}
.how-we-work-common a:hover{ background:#EE4636; transition: all linear 0.3s; }


/*===== Project Sections =====*/
.project{ padding: 60px 0; background: #fff; }
.project .section-title{ text-align:center; }
.project .section-title .service-head h4{ margin: 6px 16px; color: #070200; }
.project .section-title h4{ color: #EE4636; text-transform: capitalize; font-family: 'Poppins'; font-size: 20px;}
.project .section-title h1{font-family: 'InaiMathi'; color: #070200; font-weight: bold; }
.project .section-title .project-button{ text-align:right; margin-top: -47px; }
.project .section-title .project-button a{ background: #9f1b21; padding: 14px 30px; 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;}
.project-button{ text-align:center; margin-top:20px; }
.project-button a{ padding: 13px 27px; background: #a01b20; font-family: 'Poppins'; text-decoration: none; color: #fff; font-size: 18px; border-radius: 50px; }
.project-button a:hover{ background: #EE4636; transition: all linear 0.3s;}





/*===== Contact Section =====*/
.footer{ padding: 50px 0; background: #000; 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: #D8333A; font-size: 39px; font-weight: 700; text-transform: capitalize; padding-bottom: 10px; margin: 30px 0 15px; font-family: 'Bree_Bold'; 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: 42%; left: 0%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #a01b20; 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: 42% ;right: 0%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #a01b20; 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{  background:#f9f9f9; }
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin: 0; margin-bottom: 10px; 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; }
.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 a{ display:grid; }
.about .content-block h3{ line-height: 39px; text-align: center; border: solid 2px #9D1C21; font-weight: bold; font-size: 24px; display: inline-block; padding: 29px; margin-top: 16px; color: #9D1C21; border-radius: 5px; }


/*Comon Pages*/
.pages-images img{ width: 160%; margin-left: -124px; position: relative; z-index: 1; }
/*.breadcrumb:before{ content: ""; position: absolute; top: 86%; left: 0; z-index: 2; height: 130px; width: 205%; transform: translate(-50%,-50%); background: #3b5e96; }*/
.breadcrumb h1{ position: relative; z-index: 111; margin-top: -324px; font-family: 'Bree_Bold'; font-size: 44px; background: #9e1c21c9; padding: 50px; border-radius: 10px; line-height: 60px; }
.content{ width: 100%; padding: 50px 0; background: #F7F7FF; }
.content-block{ background: #fff; padding: 30px; }
/*.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }*/
.content h2{ font-size: 33px; color: #9e1c21; font-family: 'Bree_Bold'; margin-bottom: 33px; text-transform: capitalize; }
.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: 28px; color: #3b5e96; font-family: 'Bree_Bold'; margin-bottom: 10px; margin-top: 22px; }
.content p{ font-size: 18px; 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: 0px; line-height: 35px; font-size: 17px; font-family: 'Lato', sans-serif; color: #0740b4; }
.content-banner img{ background-size:cover; width:100%; }



/*=========== About Us Page ===========*/
/*.about .content-block ul{ list-style: disc outside; }*/
.about .content-block ul li{ color:#000; list-style:none; position: relative; padding-left:50px; line-height: 2; font-size:23px; }
.about .content-block ul li.one:before{ content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: #9D1C21; top: -11px; font-size: 32px; }
.about-content h1{ background: #3b5e965e; font-size: 20px; text-align: center; padding: 14px 0; color: #000; border-radius: 5px; font-weight: 700; margin-top: 39px; }
.about-content p{ margin-top: 18px; font-family: 'Poppins'; }

.about .about-content ul li{ color:#000; list-style:none; position: relative; padding-left:50px; line-height: 2; font-size:23px; }
.about .about-content ul li.one:before{ content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: #3b5e96; top: -11px; font-size: 32px; }
.about .about-content h3{ background: #dfeef5; font-size: 25px; color: #000; display: inline-block; }
.about .about-content h4{ background: #dfeef5; font-size: 25px; color: #000; display: inline-block; padding: 20px; }

/*========= Service Page ==========*/
.service-page .content-block h1{ font-size: 30px; font-family: sans-serif; font-weight: bold; margin: 22px 0; }
.service-page .content-block h3{ text-align: center; margin-top: 25px; font-size: 21px; color: #9e1c21; border: solid 2px #9D1C21; padding: 20px; border-radius: 5px; font-weight: 800; }
.service-page .content-block p{ font-size: 17px; line-height: 30px; font-family: 'Poppins'; color: #202020; margin-top: 10px; }
.service-page .content-block h4{ margin-top: 0px; border-radius: 10px; font-family: 'Poppins'; background: #3b5e963b; font-size: 22px; padding: 12px; display: inline-block; }
.service-page .content-block ul li{ color:#000; list-style:none; position: relative; padding-left:50px; line-height: 2; font-size:18px; }
.service-page .content-block ul li.one:before{ content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: #9e1c21; top: -4px; font-size: 25px; }
/*.service-page .content-block .col-sm-5 img{ width: 100%; border-radius: 10px; }*/
.service-page .content-block h5{ background: #d7e7f4; text-align: center; color: #017ac2; padding: 20px; font-size: 17px; line-height: 32px; border-radius: 10px; }
.third-col h1{ margin-top:15px; }
.fifth-col h4{ margin-top:15px; }
.six-col h1{ margin-top:10px; }
.service-wire{ background:#9e1c21; border-radius:5px; }
.service-wire h3{ color:#fff !important; font-family: 'FontAwesome'; line-height: 35px;}

/*============= Portfolio Pages =========*/
.portfolio-page h2{ background: #3b5e963b; padding: 14px; text-align: center; border-radius: 10px; font-family: 'Poppins'; font-size: 29px; text-transform: uppercase; font-weight: bold; }
.reviews{ text-align:center; }
.reviews h1{ font-family: system-ui; font-size: 35px; margin-bottom: 10px; }
.reviews{ margin-top:-30px; }
.reviews .testimonial{ background: #f0f0f0; border-radius: 5px; margin-top:10px; padding: 15px; }
.reviews .testimonial p{ margin-top: 16px; margin-left: 11px; text-align: left; }
.reviews .testimonial img{ display: inherit; margin-top: -19px; margin-left: 11px; }  
.reviews .testimonial h3{ margin-left: 200px; padding-bottom: 20px; margin-top: -20px; font-weight: 600; font-family: 'Poppins'; font-size: 17px; text-align: right; }
.review-imgs{ margin-top:37px; }
.review-black{ margin-bottom:15px; display: inline-block; }




/*===== 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: #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: #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: #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{ border-radius: 5px; padding: 15px 20px; background: #9e1c21; 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: #2ecc71; }
.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: 62px 0 0px; }
      .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; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;}
      .header-contact-info::before {top: 5px;left: 0%;}
      .header-middle .logo {text-align: center; margin: 0 auto; width: 30%;}
      #banner-slider .owl-pagination {display: none;}
      .header-top-right{ padding: 7px 38px; margin-top: -10px; }
      .header-top-right a{ font-size: 14px; padding: 9px 22px; border-radius: 40px; }
      ..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: 14px; line-height: 30px; position: relative; top: 47px; left: 2px; padding: 18px 0px;}
      .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%; font-size: 14px; line-height: 30px; position: relative; top: 47px; left: 2px; padding: 21px; margin-left: -21px; margin-top: -95px; }
      .welcome .welcome-licensed{ top: -11px; }
      .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; }




      .header-top-right{ text-align:center; }
      .welcome-title p{ text-align:center; border-left: none; margin-top: 135px;}
      .welcome-title h1{ font-size: 25px; }
      .welcome-right-section .section-content p{ text-align:center; font-size:16px; }
      .service-content-item{ text-align:center; }
      .service-content-block{ width:93%; }
      .welcome-book{ text-align:center; }
      .service .section-title h1{ font-size:28px; }
      .service-content h2{ position: relative; top: -180px; left: -64px; }
      .service-content a{ top: -160px; left: -33px;  }
      .service-list{ margin-bottom: -210px; }
      .why-choose-thumb img{ width:100%; border-radius:10px; margin-bottom:10px; }
      .happy-section .section-title h1{ font-size:21px; }
      .client-happy{ width: 116%; margin-left: -29px; }
      .client-happy ul li{ border:none; padding-right:2px; }
      .client-happy ul li h2{ font-size:23px; }
      .client-happy ul li p{ font-size:14px; }
      .project .section-title h1{ margin-top: 47px; margin-bottom: -43px; }
      .how-we-work-common{ margin-bottom:43px; }
      .achievements img{ margin-bottom: -62px; }
      .banner-content h3{ text-shadow:4px 4px 2px rgba(0,0,0,0.6); background:transparent;     margin-bottom: 28px; font-size: 21px; }
      .breadcrumb:before{ top: 3px; }
      .breadcrumb h1{ margin-top:0; font-size:29px; }
      .service-page .content-block h3{ font-size: 23px; }
      .service-page .content-block h4{ line-height:32px; font-size: 20px; text-align:center; }
      .service-page .content-block p{ font-size:16px; }
      .about .content-block ul li{ font-size: 17px; }
      .service-page .content-block h1{ font-size:24px; line-height:35px; }
      .banner-content p{ font-size:15px; text-shadow: 4px 4px 2px rgba(0,0,0,0.6); }
      .header-left-phone{ width: 108%; position: relative; left: -46px; top: -6px; }
      
      .banner-text{ padding: 0px 6px 0px; }
      .banner-text{ border-left:none; }
      .welcome::before{ display:none; }
      .service::before{ display:none; }
      .how-we-work::before{ display:none; }


      .commercial{ display:none; }
.comm1::before{ width:58%; }
.comm2::before{ width:58%; }
.comm3::before{ width:58%; }

  
      .welcome .welcome-title {padding-left: 60px 0 50px;}
      .welcome {padding: 50px 0 50px;}
      .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{ top: -175px; left: -100px; }
      .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: 1px; position: relative; top: -29px; left: -155px;}
      .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; }
      .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; }

      .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: 30px; line-height: 36px; margin-top: 15px;}

      .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: 90%; left: 34px; bottom: -155px; height: 182px; padding: 29px; }

      .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; }
      .copyright p{ font-size:9px; }
      .contactus-child .section-title p{ font-size: 16px; }
      .contactus{ padding: 12px 0 65px; }

	/*===== 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; }
      .banner-text{ top:15px; background:transparent; }
	
}