@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 400; font-family: "Poppins", sans-serif;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;}

img{height: 100%; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
/*===== 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: #2c2c2c; 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: #EFE613; color: #000; }

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

/* Dropdown Menu */
.navbar .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 .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .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: #03016f; 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 .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .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: #4F1C51; 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; 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: #103346; 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; }

.top-header{background-color: #103346; padding: 14px 0px; position: relative;}
.top-left-text h6{color: #fff; font-size: 14px; font-weight: 400;}
.top-header .social-icons {justify-content: end;}
.top-header .social-icons .txt-icons h6{color: #fff; font-size: 14px; margin-right: 10px;}
.top-header .social-icons ul li { margin: 0px 5px;}
.top-header .social-icons ul li a iconify-icon{font-size: 20px;color: #fff; display: block;}

.middle-header{padding: 18px 0px; position: relative;}
.middle-header .logo{width: 110px; height: auto;}
.middle-header .social-icons-text ul li .text-side h6{color: #000; font-size: 16px; font-weight: 600; font-family: "Poppins", sans-serif;}
.middle-header .social-icons-text ul li a{color: #000; font-size: 15px; font-weight: 400; font-family: "Poppins", sans-serif;}
.middle-header .social-icons-text ul li a span:first-child{color: #000; margin-right: 8px;}
.middle-header .social-icons-text ul li .icon-side iconify-icon{font-size: 32px;color: #fff; display: block;}
.middle-header .social-icons-text .icon-side{height: 55px; width: 55px; border-radius: 50%; background-color: #103346; margin-right: 15px;}
.appointment-btn a.learn-btn{background-color:#4F1C51; padding: 12px 36px; border: 1px solid #4F1C51; border-radius: 5px; color: #fff !important; display: inline-block; margin-right: 0px !important; margin-bottom: 20px;}
.appointment-btn a.learn-btn:hover{color: #4F1C51 !important; background-color: transparent;}
.header-bottom{ position: relative; z-index: 1;}


.navbar {background-color: #103346 !important; padding:20px 20px; border-radius: 4px;}
.navbar { margin-top: 0; margin-bottom:-30px; min-height: 0;}
.navbar .navbar-nav{display: flex;align-items: center;justify-content: space-between;width: 95%; margin: 0 auto;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;}
.navbar .navbar-nav > li > a{font-size: 16px;font-weight: 500;color: #fff;}
.top-header.home .navbar .navbar-nav > li > a{color: #fff;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{color: #fff !important; background: transparent;text-decoration: none;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .active > a:hover::before,
.navbar .navbar-nav > .active > a:focus::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before,
.navbar .navbar-nav > .open > a::before{ left: 25px; width: calc(100% - 50px); }
 
/*===== Banner Section =====*/
.banner{background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Titan-Public-Adjusting-Firm/banner.webp); padding: 300px 0px 250px; color: #fff; position: relative; z-index: 0;}
.banner::before{content: ""; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%); position: absolute; left: 0%; top: 0%;}
.banner-content-box h5{ font-size: 24px; font-weight: 700; font-family: "Poppins", sans-serif; margin-bottom: 12px; line-height: 34px;}
.banner-content-box h2{ font-size: 48px; font-weight: 600; font-family: "Poppins", sans-serif; margin-bottom: 20px; line-height: 74px;}
.banner-content-box p{font-size: 16px; font-weight: 400; font-family: "Poppins", sans-serif;}
.banner-content-box a:last-child{background-color: #103346; border-color:#103346; margin-left: 30px;}
.banner-content-box a{ color: #fff; font-size: 18px; font-weight: 500; font-family: "Poppins", sans-serif; line-height: 28px; padding: 14px 48px; display: inline-block; background-color: #4F1C51;border: 1px solid #4F1C51; border-radius: 4px; transition: .3s; margin-top: 30px;}
.banner-content-box a:hover{transform: translateY(-5px);background: transparent; border-color: #fff;text-decoration: none; color: #fff;}

/*===== Title Sections =====*/
.section-heading{margin-bottom: 30px; }
.section-heading h2{font-size: 32px; font-weight: 600; font-family: "Poppins", sans-serif; line-height: 50px; position: relative; display: inline-block;}
.section-heading p{ display: block; font-size: 16px; font-weight: 400; font-family: "Poppins", sans-serif; line-height: 28px; margin-top: 20px; }
.section-heading h6{color: #4F1C51; font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; line-height: 28px; margin-bottom: 15px; position: relative;}
.section-link a, a.fancybox.overlayer-box span{color: #fff; font-size: 16px; font-weight: 500; padding: 12px 45px; display: inline-block; background-color: #4F1C51; border-radius: 4px; border: 1px solid #4F1C51; transition: .3s;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:#4F1C51; color:#4F1C51; transform: translateY(-5px); }
.welcome .section-heading h2::after,.services-bottm .section-heading h2::after{display: none;}

/*===== Welcome Sections =====*/
.welcome{padding: 100px 0px; position: relative;}
.welcome .section-heading p{margin-right: 50px; margin-bottom: 0px !important;}
.welcome .about-img{height: 640px; width: 490px; position: relative; margin-top: 30px;}
.welcome .about-img::before{content: ""; height: 80%; width: 80%; background-color: #103346; border-radius: 8px; position: absolute; right: -30px; top: -5%; z-index: -1;}
.welcome .about-img img{border-radius: 6px;}
.welcome .section-heading p.bold-text {color: #000; font-size: 16px; font-weight: 600; line-height: 30px;  position: relative; margin-top: 10px;}

/*===== Services Sections =====*/
.services{background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Titan-Public-Adjusting-Firm/services-bg.jpg); position: relative; color: #000; padding: 60px 0px; margin-bottom: -5px;}
.services [class*="col-"] { margin-bottom: 30px;}
.services .services-item {background: white; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10); border-radius: 10px; min-height: 240px; padding: 30px 15px; text-align: center;}
.services .services-thumbnail {height: 42px; width: 42px; margin: 0 auto 15px;}
.services .services-item .service-content h4{font-size: 18px; font-weight: 600; line-height: 28px; font-family: "Poppins", sans-serif; color: #103346; text-transform: uppercase;}
.services .services-item .service-content p{font-size: 16px; font-weight: 400; line-height: 28px; font-family: "Poppins", sans-serif; margin-top: 10px;}
.services .services-item .service-content a{color: #4F1C51; margin-top: 15px; display: inline-block;}
.services .services-item:hover, .services .services-item .service-content a:hover{ transform: translateY(-5px);}
.services .section-link a{background-color: #4F1C51; color: #fff; border-color: #4F1C51; padding: 14px 34px;}

/*===== Project Sections =====*/
.project {background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Titan-Public-Adjusting-Firm/services-bg.jpg); padding: 60px 0px;}
.project [class*="col-"] { margin-bottom: 30px;}
.project .section-heading h6{color: #4F1C51;}
.project .gallery-box-wrapper{margin: 20px auto 0px;}
.project .project-content-item {position: relative; overflow: hidden;}
.project .project-content-item img { width: 100%; height: 220px; border-radius: 8px;}
.project .project-content-item a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent;
 text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none; border-radius: 8px;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
.project .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;}
a.fancybox.overlayer-box span{font-size: 16px; font-weight: 400; font-family: "Poppins", sans-serif; margin-top: 120px;border: 1px solid #4F1C51; padding: 10px 40px; border-radius: 4px;}

/*===== Why Choose Us Section =====*/
.wcu { padding: 100px 0;position: relative; }
.wcu .wcu-item{align-items: baseline; margin-bottom: 20px;}
.wcu-item .wcu-icon{height: 24px; width: 24px;}
.wcu-item .wcu-icon iconify-icon{display: block;}
.wcu .wcu-thumbnails{position: relative; height: 620px; width: 472px;}
.wcu .wcu-thumbnails::before{content: ""; height: 88%; width: 100%; background-color: #103346; border-radius: 8px; position: absolute; left: -30px; top: 18%; z-index: -1;}
.wcu .wcu-thumbnails img{object-fit: contain; border-radius: 8px;}
.wcu .wcu-thumbnails .wcu-bg-images{height: 330px;width: 330px;position: absolute;top: 75%;left: 55%;transform: translate(-50%, -50%);z-index: -1;}
.wcu .wcu-content{flex: 1; margin-left: 15px;}
.wcu .section-content {margin-left: -40px;}
.wcu .section-content h4{font-size: 16px; font-weight: 600;line-height: 26px; margin-bottom: 10px; display: inline-block;}
.wcu .why-choose-us-item a span{font-size: 24px;}
.wcu .section-content a iconify-icon {display: block; font-size: 30px;}
.wcu .section-link a:hover{background-color: transparent; color: #fff; border-color: #fff;}
.wcu article{color: #000; line-height: 34px; margin: 25px auto 0px; letter-spacing: 0.5px; width: 65%;}

/*===== Testimonials Sections =====*/
.testimonials {position: relative; padding: 60px 0px; z-index: 0; background-attachment: fixed;  background-position: 25% 5%;}
.testimonials .section-body{ width: 90%; margin: 20px auto 0px;}
.testimonials-content .owl-carousel .owl-stage{padding: 40px 0px;}
.testimonials .test-content-wrap{background: white; box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.08); border-radius: 14px; padding: 30px 45px;}
.testimonials .test-content .test-inner-content{padding-bottom: 20px; margin-top: 10px;}
.testimonials .test-content .quote-icons iconify-icon {font-size: 30px;}
.testimonials .author-wrapper .icons {height: 50px; width:50px; object-fit: contain; margin-right: 15px;}
.testimonials .author-wrapper-wrap .author h5{font-size: 18px; font-weight: 600; padding-top: 40px; font-family: "Poppins", sans-serif;}
.testimonials .section-link a{background-color: #4F1C51; border-color: #4F1C51; border-radius: 4px; color: #fff;}
/* button iconify-icon {display: block; font-size: 25px !important;}
button.am-prev ,button.am-next{background: transparent; color: #fff; padding: 10px; height: 50px; width: 50px; border: 2px solid #fff; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); left: -10%;}
button.am-next{left: unset; right: -10%;} */
.owl-dots{position: absolute;left: -30%;bottom: -2%;}
.owl-carousel button.owl-dot {height: 18px; width: 18px; background-color: transparent; border: 1px solid #fff; border-radius: 50%; margin: 5px;}
.owl-carousel button.owl-dot.active{background-color: #FFFFFF;}


/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; background-image: url(../images/free-bg.png); color: #fff; padding: 60px 0px; z-index: 1;}
.home-free-estimate .section-heading h6{color: #fff;}
.home-free-estimate-form {position: relative;background-color: #fff;margin-left: 50px;border-radius: 10px;}
.home-free-estimate-form h4{background-color: #4F1C51;clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);padding: 25px 0 45px;text-align: center;border-radius: 10px;}
.home-free-estimate-form .form-horizontal{padding: 30px;}
.form-horizontal h5{margin-bottom: 20px; font-size: 16px; text-align: center; color: #000000;}
.home-free-estimate-form h3{text-align: center; color: #C9A10D; font-size: 32px; font-weight: 700;}
.home-free-estimate-form .form-control {line-height: 1.8; color: #333; background-color: #fff; border: 1px solid #7F7F7F80; border-radius: 5px; padding: 7px 10px;}
.home-free-estimate-form input{height: calc(1.8em + .85rem + 2px);}
.home-free-estimate-form input::placeholder,.home-free-estimate-form textarea::placeholder{color: #000000 !important; opacity: 1;}
.home-free-estimate-form .form-control:focus { color:#333; background-color: #fff; border-color: #333; box-shadow: unset;}
.btn-home-free-estimate-form-control{ color:#fff;  font-size: 18px; font-weight: 600; padding: 14px 50px; background-color: #4F1C51; border-radius: 4px; border: 1px solid #4F1C51; display: block; text-align: center; transition: .5s; width: 100%}
.btn-home-free-estimate-form-control:hover{ background: transparent; color: #4F1C51;}
.free-estimate-content .img-wrapper img{height: 80px; margin-right: 40px;}
.free-estimate-content .img-wrapper img:last-child{height: 160px; width: 160px; object-fit: contain;}

/*===== Footer Section =====*/
.footer {background-color: #103346; color: #fff; padding: 70px 0px;}
.footer .section-heading img{height: 90px; width: 153px; object-fit: contain;}
.footer .footer-title h5{ font-size: 18px; font-weight: 600; font-family: "Poppins", sans-serif; color: #fff; display: inline-block; line-height: 28px; position: relative; margin-bottom:  10px;}
.footer .footer-title h5 span{color: #4F1C51;}
.footer .contact-detail{ display: flex; flex-direction: column;}
.footer .contact-wrap ul li, .footer .contact-wrap ul li a, .footer .contact-detail span{font-size: 16px; font-weight: 400;}
/* .footer .contact-wrap .icon{margin-right: 10px; line-height: 0; height: 35px; padding: 12px; width: 35px; background-color: #4F1C51; border-radius: 50%;} */
.footer .navlinks li iconify-icon{font-size: 18px; color: #fff; margin-right: 5px;}
.footer .contact-wrap.mt-5 ul li span{height: 32px; width: 32px; border: 1px solid #fff; border-radius: 50%;}
.footer .contact-wrap.mt-5 iconify-icon{ font-size: 16px; display: block; color: #fff; margin: 0px !important;} 
.logo-content-wrap img{height: 115px; width: 150px; object-fit: contain;}
.footer .contact-wrap ul li{display: flex; align-items: center; margin-top: 15px;}
.footer .contact-wrap ul li img{height: 32px; width: 32px; object-fit: contain;}
.footer .contact-wrap ul li a{color: #fff;}
/* .footer .contact-wrap ul li.active a,.footer .contact-wrap ul li.active iconify-icon{color: #4F1C51;} */

.contact-wrap ul:last-child li{margin-right: 20px;}
/*===== copyright Section =====*/
.copyright{ padding: 15px 0;  background-color: #103346; border-top: 1px solid #fff;}
.copyright p{ color: #fff; font-size: 16px; font-weight: 500; text-align: center;  }
.copyright p a{ color: #fff; text-decoration: none; }

.cat-services{margin-bottom: 50px;}
.cat-services .service-content{background-color: #F5F5F5; padding: 40px 70px; margin-left: -80px; border-radius: 7px;}
.cat-services .service-content ul li{padding: 3px 0px;}
.cat-services .service-content ul li iconify-icon {font-size: 30px; display: block;}
.cat-welcome .section-heading a,.cat-services .service-content a{background-color: #1A3263; padding: 12px 40px; color: #fff; border-radius: 5px; display: inline-block;}


/*===== Content Pages =====*/
.content-banner{background-color: #4F1C51;padding: 60px 0 25px; margin-top: 0px;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.content-block {background-color: #fff; padding: 30px 20px;}
.breadcrumb{background: #ffffff;padding: 5px 20px;border-radius: 0;margin-bottom: 0px;text-align: center;color: #000;font-family: "Poppins", sans-serif;font-weight: 400;font-size: 16px;display: flex;align-items: center;}
.breadcrumb i {font-size: 15px; margin: 0px 10px;}
.breadcrumb a{color: #000;font-family: "Poppins", sans-serif;font-weight: 400;font-size: 16px;}
.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%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #103346; }
.content { width: 100%; background-color:#efefef;}
.content h2{ font-size: 25px; font-weight: 600; color: #4F1C51; font-family: "Poppins", sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: "Poppins", sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: "Poppins", sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: "Poppins", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 18px; font-weight: 600; color: #333; font-family: "Poppins", sans-serif; margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Poppins", sans-serif; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #103346;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0 1px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform form [class*="col-"]{padding-left:0px; padding-right:0px;}
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #4F1C51; 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: #103346;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;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: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 20px; font-weight: 600; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.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 .btn.btn-link.btn-block.text-left::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 h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;
}
/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #4F1C51; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #103346;}
.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;text-align: center;padding-top: 15px;color: #fff;background-color: #103346;font-size: 18px;}
/*===== 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: #103346; 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:#4F1C51; 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: #103346; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 32px;height: calc(100% - 56px);width: 50px;background: #103346;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){

      .navbar .navbar-nav > li > a{ padding: 45px 15px; }
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:focus::before,
      .navbar .navbar-nav > .active > a::before,
      .navbar .navbar-nav > .active > a:hover::before,
      .navbar .navbar-nav > .active > a:focus::before,
      .navbar .navbar-nav > .open > a:hover::before,
      .navbar .navbar-nav > .open > a:focus::before,
      .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
      .banner-content-box h2{ font-size: 70px; line-height: 100px; }
      .section-heading h2 span{ display: inline; }
      .testimonials .section-heading{padding: 0; margin-bottom: 20px; }
      .welcome .section-thumbnail img{ margin-top: 300px; margin-left: -30px; width: 100%; height: auto; }

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

      .header-bottom .container{ width: 100%; }
      .header-top ul{ text-align: center; }
      .banner-content-box h2{ font-size: 48px; line-height: 70px; }
      .banner-content-box a{ font-size: 24px; }
      .section-heading h4{ margin-bottom: 15px; }
      .section-heading h2{ font-size: 36px; line-height: 48px; }
      .section-heading p{ width: 100%; padding: 0; }
      .welcome::after,
      .welcome::before{ left: calc(50% + 100px); }
      .logo-list{ display: block; margin-top: 30px; }
      .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
      .services .container{ width: 100%; }
      .footer-content h4{ margin-top: 30px; }

}
@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 =====*/
      .top-header{padding-top: 70px;}
      .top-left-text h6{font-size: 15px;}
      .social-icons.ml-auto.text-right{margin-top: 15px; justify-content: left; text-align: left !important; margin-left: unset !important;}

      .social-icons-text ul{display: block !important;}
      .social-icons-text ul li{justify-content: left; margin: 12px 0px;}
      .header-bottom{display: none;}
      .header-bottom .logo{margin: 60px 0 20px;text-align: center;}
      .header-bottom .logo img{display: inline-block; object-fit: contain;}


      .banner{padding: 120px 0px 60px;}
      .banner-content-box h2{ font-size: 25px; line-height: 40px; margin-bottom: 15px; }
      .banner-content-box a{ padding: 7px 28px; font-size: 16px; }
      .banner-content-box h5{font-size: 18px;}
      .banner-content-box {margin-bottom: 20px;}
      .banner-content-box a:last-child{margin-left: 0px;}
      .banner-content-box::after{display: none;}
    
      .section-heading{margin-bottom: 30px;}
      .section-heading h4{ font-size: 30px; }
      .section-heading h2{font-size: 20px;line-height: 28px;text-transform: inherit;margin-bottom: 0px;}
      .section-heading p{ font-size: 16px; line-height: 30px;  margin-top: 0px;}

      .welcome{ padding: 50px 0; }
      .about-img{width: 100% !important; height: auto !important;}
      .welcome [class*="col-"] { margin-bottom: 30px;}
      .welcome .ms-flex{display: block;}
      .welcome .section-heading h2{ margin-right: 0px; margin-bottom: 20px;}
      .welcome .section-heading p{ font-size: 16px; line-height: 30px;margin-right: 0px;}
      .welcome .section-thumbnail img{ margin-top: 0px; margin-left: 0; }
      .section-heading.pl-5.text-left.wow.animate__.animate__fadeInRight.animated{padding-left: 0px !important;}
      .section-thumbnail .about-img img:first-child{width: 100%; margin: 0;}


      .services{ padding: 50px 0; }
      .services .section-heading {margin-bottom: 0px;}
      .section-link{text-align: left !important;  margin-top: 30px;}
      .services .section-body{ display: block; width: 100%;}
      .services-item{ margin-top: 15px; display: block !important; }
      .services .services-item .service-content{position: unset; border-radius: unset; transform: unset; width: 100%;}
      .services-thumbnail{width: 100%; height: 200px;}
      .services-item a{ padding: 10px 10px 8px; font-size: 14px; }
      .services-bottm .section-thumbnail{margin-right: 0px; margin-top: 20px;}
      .cat-services .service-content{margin-left:0px; padding:20px 15px !important;}
      .cat-services .services-item:nth-child(2n) .service-content{margin-right:0px !important;}
      .services-item .services-thumbnail img,.cat-welcome .section-thumbnail img{height:100% !important;}
      .cat-welcome .section-thumbnail img{margin-bottom:20px;}


      .wcu{padding: 50px 0px;}
      .wcu .wcu-thumbnails{width: 100%; height: auto;}
      .wcu .section-content{margin-left: 0px; margin-top: 50px;}
      
      .testimonials{ padding: 50px 0; }
      .testimonials .testimonials-content{margin-left: 0;}
      .testimonials-content{ border-radius: 10px; }
      .testimonials-content-item p{ font-size: 16px; line-height: 30px; }
      .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }
      .testimonials .section-link{ padding-left: 0; }
      .testimonials .section-link a{font-size: 14px; }
      button.am-prev, button.am-next{display: none;}

      .home-free-estimate{ padding: 50px 0; background-position: initial;}
      .free-images{display: block;}
      .home-free-estimate-form{position: unset;}
      .home-free-estimate .free-estimate-content{width: 100%; margin-bottom: 20px;}
      .home-free-estimate-form{width: 100%;border-left: none;box-shadow: unset; margin-left: 0px;}
      .home-free-estimate-form-control{ height: 40px; }
      .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }
      .free-images img{width: 100%;}
      .free-estimate-content .img-wrapper img{margin: 0px;}

      .project .gallery-box-wrapper{width: 100%;}
      .project{ padding: 50px 0 30px; }
      .project .section-heading{ margin-bottom: 30px; }
      .project-content-item{ margin-bottom: 15px; }
      .gallery-box-wrapper{margin: 0;}
      

      .why-choose-us img.cornerlogo{top: unset;}
      .logo-content-wrapper{display: block;}
      .free-social-links{padding: 20px 0px; justify-content: flex-start;}
      
      .footer{padding: 40px 0px;}
      .footer .section-heading img{margin-bottom: 30px;}
      .footer-content h4{ margin-bottom: 15px; }
      .footer [class*="col-"] { margin-bottom: 30px;}
      .footer-content ul li,
      .footer-content p{ line-height: 30px; font-size: 14px; }
      .footer-content h3 span{ display: block; font-family: "Poppins", sans-serif; margin-bottom: 5px; }
      .copyright{ padding: 15px 0; }
      .copyright-content{ padding: 0 30px; }
      .footer-content-wrapper{width: 100%;}
      .footer .contact-wrap.mb-5.text-center {text-align: left !important;}
      .footer .contact-wrap.ml-5 {margin-left: 0 !important;}
      .footer ul.list-unstyled.ms-flex {justify-content: left;}
      .footer .contact-detail .mail{font-size: 16px;}
      .heading-group h1{font-weight: 600 !important; font-size: 30px}

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

  /*===== Page Section =====*/
  
  .content-banner{ padding: 30px 0 20px; }
/*  .content-block{ margin-top: 80px}*/
  .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 h3.title{font-size: 20px;}
  .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; padding-top: 20px; }
  .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; }
  
}