/*-----------------------------------------------------------------------------------

 Theme Name: SGA CPA
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* font-family: "Outfit", sans-serif;*/


:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
  --primary-font-family: "Manrope", sans-serif;
}
body{font-family: var(--primary-font-family);}
p{    font-family: "Outfit", sans-serif;}
h1{    font-family: "Outfit", sans-serif; }
h2{    font-family: "Outfit", sans-serif; }
h3{    font-family: "Outfit", sans-serif; }
h4{    font-family: "Outfit", sans-serif; margin-bottom: 0; }
h5{    font-family: "Outfit", sans-serif; }
h6{    font-family: "Outfit", sans-serif; }
a{    font-family: "Outfit", sans-serif;}
li{    font-family: "Outfit", sans-serif;}
div{    font-family: "Outfit", sans-serif;}
input{    font-family: "Outfit", sans-serif;}
span{    font-family: "Outfit", sans-serif;}
label{    font-family: "Outfit", sans-serif;}
button{    font-family: "Outfit", sans-serif;}
html {
  scroll-behavior: smooth;
}

ul{margin-bottom: 0px;}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
/*.is-sticky .navbar{background-color: #203b2c!important; padding: 6px;}*/
/*.is-sticky .navbar-nav li a{color: #fff;}
.is-sticky .navbar-brand img{filter: brightness(0) invert(1);}
*/


.topbar-wrapp{background-image:linear-gradient(to right, #1b2099, #04a856); padding: 10px 0px;}
.topbar-inner{display: flex; justify-content: space-between;}
.topbar-left ul{display: flex; align-items: center; gap: 48px; padding-left: 0; list-style: none; }
.topbar-left ul li{position: relative;}
.topbar-left ul li:after{    content: ''; width: 1px; height: 100%; position: absolute; background-color: #fff; right: -23px; top: 0;} 
.topbar-left ul li:last-child:after{display: none;}
.topbar-left ul li a{text-decoration: none; color: #fff; font-size: 15px;}
.topbar-left ul li i{color: #fff; margin-right: 5px;}
.topbar-right ul{display: flex; align-items: center; gap: 25px; padding-left: 0; list-style: none; }
.topbar-right ul li{position: relative;}
.topbar-right ul li:after{content: ''; width: 1px; height: 100%; position: absolute; background-color: #fff; right: -11px; top: 0;}
.topbar-right ul li:last-child:after{display: none;}
.topbar-right  ul li a{text-decoration: none; color: #fff; font-size: 15px;}
.topbar-right  ul li i{color: #fff; margin-right: 5px;}
.navbar{background-color: #fff; padding: 15px 0px;}
.navbar-brand {width: 17%; }
.navbar-brand img {width: 100%; }
.navbar-nav li a {color: #000!important; font-size: 15px; }
.navbar-nav li {margin-right: 20px; }
.navbar-nav li:last-child {margin-right: 0px; }
.nav-right a {background-image: linear-gradient(to right, #1b2099, #04a856); color: #fff; font-size: 15px; padding: 11px 18px; display: inline-block; text-decoration: none; border-radius: 7px;}
.nav-right a:hover {background-color: #000; }
.nav-right a i {margin-left: 5px; font-size: 12px; }

/*========================header css end===========================*/

/*============================================Home main banner css start=======================================*/
.home-slider-inner {width: 100%; background-repeat: no-repeat; background-size: cover; padding: 0px 0px 0px 0px; }
#home-slider .owl-dots button {border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px; }
#home-slider .owl-dots button.active {background-color: #212754!important; height: 40px; }
#home-slider .owl-dots {justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px; }
#home-slider .owl-dots button:focus {outline: none; box-shadow: none; }
#home-slider {position: relative; }
/*#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }*/
#home-slider .item img {height: 100%; object-fit: cover; width: auto; object-position: right; }
#home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(89.8deg, #fcf4e7 8.15%, rgb(1 1 1 / 0%) 71.81%); display: flex; align-items: center; }
#home-slider .item .cover .header-content {position: relative; padding: 0px; width: 54%; }
#home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
#home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
#home-slider .item .cover .header-content h1 {font-size: 41px; margin: 0px 0 13px; word-spacing: 3px; color: #122747; text-align: left; font-weight: 700; line-height: 52px; width: 80%; }
#home-slider .item .cover .header-content h1 span{    color: #C98E51;}
 #home-slider .item .cover .header-content h2 {font-size: 19px; margin: 0px 0 11px; word-spacing: 3px; text-align: left; font-weight: 600; color: #fff; border-left: 5px solid #368b3a; padding-left: 14px; }
#home-slider .item .cover .header-content h2 span {color: #41b1b3; text-decoration: underline; }
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left; }
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
#home-slider .item .cover .header-content p {color: #000; font-size: 15px; text-align: left; width: 79%; font-weight: 400; margin-top: 9px; }
#home-slider .item .cover .header-content h3 {font-size: 43px; font-weight: 800; color: #fff; line-height: 59px; }
#home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
#home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
#home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
#home-slider .item .cover .header-content .banner-read-more {color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 500; font-style: normal; text-decoration: none; background-color: #368b3a; border-color: #368b3a; border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 50px; padding: 9px 21px; display: inline-block; font-size: 15px; margin-top: 11px; }
#home-slider .owl-item.active .banner-read-more {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
.banner-2__content {position: relative; z-index: 9; /* max-width: 712px; */ }
.banner-2__shape {position: absolute; left: -25px; top: -26px; height: 408px; }
#home-slider .owl-item.active .banner-2__content-subtitle {opacity: 1; -webkit-transform: translatey(0px); transform: translatey(0px); -webkit-transition: all 2000ms ease; transition: all 2000ms ease; }
.banner-2__content-subtitle {color: #C98E51; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: var(--rr-fw-regular); margin-bottom: 16px; gap: 8px; opacity: 0; -webkit-transform: translateY(-150px); transform: translateY(-150px); font-size: 18px; font-weight: 600; }
.banner-2__btn-box a {background-color: #122747; color: #fff; font-size: 15px; padding: 10px 18px; display: inline-block; text-decoration: none; border-radius: 7px; }
.banner-2__btn-box a:hover {background-color: #fff; color: #000; }
.banner-2__btn-box a i {margin-left: 5px; font-size: 12px; }
.banner-2__btn-box {position: relative; z-index: 99; margin-top: 23px; }
#home-slider .owl-nav {position: absolute; top: 32%; z-index: 99; right: 40px; transform: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; gap: 100px; display: flex; justify-content: flex-end !important; justify-content: flex-start !important; }
#home-slider .owl-nav .owl-prev {color: #fff; font-weight: 600; font-size: 18px; rotate: 90deg; display: flex; align-items: center; justify-content: center; }
#home-slider .owl-nav .owl-next {color: #fff; font-weight: 600; font-size: 18px; rotate: 90deg; display: flex; align-items: center; justify-content: center; }
#home-slider .owl-nav:before {content: ""; position: absolute; width: 2px; height: 60px; background-color: #906E50; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hero-area.style-three {height: 430px; background: linear-gradient(to right, #1b2099 7%, #04a856 33%); margin: 0; padding-bottom: 12px; position: relative; z-index: 1; }
.hero-area.style-three .hero-contant {position: relative; padding-top: 0px; }
.hero-area.style-three .hero-contant h6 {font-size: 16px; line-height: 42px; color: #fff; font-weight: 600; margin-left: 58px; position: relative; z-index: 1; margin-bottom: 0; }
.hero-area.style-three .hero-contant h6::before {content: ""; position: absolute; width: 18px; height: 6px; border-radius: 3px; background-color: #fff; top: 20px; left: -57px; }
 .hero-area.style-three .hero-contant h6::after {content: ""; position: absolute; width: 25px; height: 6px; border-radius: 3px; background-color: #fff; top: 20px; left: -33px; } .hero-area.style-three .hero-contant h1 {margin: 0; font-size: 65px; line-height: 80px; color: #ffffff; font-weight: 700; display: inline; } 
 .hero-area.style-three .hero-contant h1 span {color: #000; } 
 .hero-area.style-three .hero-contant h1 {margin: 0; font-size: 39px; line-height: 57px; color: #ffffff; font-weight: 700; display: inline; }
.hero-area.style-three .hero-contant p {font-size: 15px; line-height: 24px; color: #fff; width: 100%; opacity: 1; padding: 8px 0 8px; }
.hero-area.style-three .hero-thumb-3 {position: relative; padding-top: 10px; }
.hero-area.style-three .hero-thumb-shape {position: absolute; top: 10px; }
.solutek-btn a{    background-color: #04a856; color: #fff; font-size: 15px; padding: 7px 30px; display: inline-block; text-decoration: none; border-radius: 50px;}
/*============================================Home main banner css end=======================================*/

/*============================================Home About css start=======================================*/
.about-left-img img{width: 100%;}
.home-about-wrapp{padding: 50px 0px;}
.about-right{display: flex; align-items: center; height: 100%;}
.about-right h5{color: #04a856;font-size: 17px;display: inline-block;border: unset;padding: 0;border-radius: 50px;margin-bottom: 13px;}
.about-right h2{color: #1b2199;font-weight: 700;font-size: 37px;margin-bottom: 13px;}
.about-right h2 span{color: #04a856;}
.about-right p{font-size: 15px;}
.about-right a{background-image: linear-gradient(to right, #1b2099, #04a856);color: #fff;font-size: 15px;padding: 11px 34px;display: inline-block;text-decoration: none;border-radius: 50px;}
 .about-right a i {margin-left: 5px; font-size: 12px; }

/*============================================Home About css end=======================================*/

/*========================home services css start===========================*/

.home-services-wrapp {background-image: linear-gradient(to right, #dddfef, #d9ece5); padding: 50px 0px; }
.home-serv-head {margin-bottom: 30px; text-align: center; }
.home-serv-head h6 {font-size: 17px; color: #04a856; margin-bottom: 15px; text-transform: uppercase; }
.home-serv-head h2 {font-weight: 700; font-size: 32px; color: #1b2199; margin-bottom: 20px; }
.home-serv-head h2 span {color: #04a856; }
.home-serv-head p {font-size: 15px; color: #000; width: 70%; margin: 0 auto; display: block; }
.home-serv-box {position: relative;padding: 20px 15px 20px;background-size: cover;background-position: right;box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);background-color: #fff;text-align: center;margin-bottom: 25px;height: 95%;}
.home-serv-box-inn img {width: 102px; margin: 13px 0px; }
.home-serv-box-inn p {margin-bottom: 0px;font-size: 14px;}
.home-serv-box-inn h3 {font-size: 18px;color: #000;}
.view-all-serv a {border: 0; z-index: 1; color: #FFF; font-size: 15px; line-height: 24px; overflow: hidden; position: relative; font-weight: 600; font-family: "Poppins", sans-serif; border-radius: 2px; display: inline-block; padding: 12px 24px; background-color: #EF0548; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin-left: 0; background-image: linear-gradient(to right, #0c65c6, #2cb484); text-decoration: none; margin-top: 17px; }
.view-all-serv a i {margin-left: 8px; }
.view-all-serv {text-align: center; }
.home-serv-box:hover {background-image: linear-gradient(to right, #1b2099, #04a856)!important; }
.home-serv-box:hover img {width: 102px; margin: 13px 0px; filter: brightness(0) invert(1); }
.home-serv-box:hover p {color: #fff; }
.home-serv-box:hover h3 {color: #fff; }


/*========================home services css end===========================*/


/*========================home pertner css start===========================*/
 .partner-wrapp {padding: 50px 0px 70px; }
.partner-box {width: 100%; border-width: 1px; border-style: solid; border-color: #2bb385; border-radius: 10px; padding: 20px; margin: 1px; }
.partner-wrapp .home-serv-head {margin-bottom: 40px; }
.partner-wrapp .home-serv-head h2 {margin-bottom: 17px; }

.why-wrapp{background-image: linear-gradient(to right, #dddfef, #d9ece5); padding: 50px 0px; }
/*========================home pertner css end===========================*/

/*========================home blog css end===========================*/
.blog-wrapp{padding: 50px 0px;}
.blog-card{background:#fff; box-shadow:0 8px 25px rgba(0,0,0,.08); transition:.4s; overflow:hidden; }
.blog-card:hover{transform:translateY(-8px); }
.blog-img{overflow:hidden; }
.blog-img img{width:100%; height:270px; object-fit:cover; transition:.5s; object-position: top;}
.blog-card:hover img{transform:scale(1.08); }
.blog-content{padding: 20px;}
.blog-meta{display:flex; align-items:center; gap:20px; color:#9d9d9d; font-size:15px; margin-bottom:20px; flex-wrap:wrap; }
.blog-meta i{margin-right:6px; color:#b2b2b2; }
.blog-content h4{font-size: 22px; line-height: 1.45; color: #1b2199; font-weight: 700; margin-bottom: 8px; min-height: auto; }
.blog-content p{font-size: 15px;}
.blog-btn{display:inline-flex; align-items:center; justify-content:center; width: auto; height: auto; border-radius:50px; background:linear-gradient(to right, #1b2099, #04a856); color:#fff; text-decoration:none; font-size: 15px; font-weight:500; transition:.3s; padding: 10px 30px; }

.blog-btn i{margin-left: 10px;
    font-size: 12px;}

/*========================home blog css end===========================*/

/*========================home footer css start===========================*/
 .main-footer{background-color: #01164f; padding: 30px 0px;}
 .footer-abt img{width: 203px;margin-bottom: 20px;}
 .footer-abt p{color: #fff; font-size: 15px; }
 .footer-abt ul{padding-left: 0px; list-style-type: none; display: flex; gap: 15px; }
 .footer-abt ul li a{text-decoration: none; } 
 .footer-abt ul li a i{width: 35px; height: 35px; border-radius: 50px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; }
 .quick-link{padding-left: 61px;}
.quick-link h5{color: #fff; margin-bottom: 20px; font-size: 21px;} 
.quick-link ul{padding-left: 0px; list-style-type: none;}
.quick-link ul li{margin-bottom: 11px;}
.quick-link ul li a{color: #fff; font-size: 15px; text-decoration: none;}
 .servv-link{padding-left: 0px;}
 .foot-contact ul li{color: #fff;    display: flex;
    gap: 11px; font-size: 15px;}
 .foot-contact ul li a{display: flex; gap:10px; font-size: 15px;}
.copyright{border-top: 1px solid #ccc;padding: 18px 15px 0px;
    margin-top: 27px;}
.copyright p{font-size: 15px; color: #fff;margin-bottom: 0px;}
.develop-text-right{text-align: right;}
/*========================home footer css end===========================*/

/*========================inner banner css start===========================*/
.innre-banner-wrapp{position: relative; overflow: hidden;}
.innre-banner-wrapp .hero-area.style-three{height: 300px;}
.inner-banner-con-inn h2{color: #fff; font-weight: 700; font-size: 36px; margin-bottom: 20px;}
.inner-banner-con-inn h1{color: #fff; font-weight: 700; font-size: 36px; margin-bottom: 20px;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #fff!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #fff!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #fff!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #fff; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
.abt-page-partner{background-image: linear-gradient(to right, #dddfef, #d9ece5);}
/*========================inner banner css end===========================*/
.service-page-wrapp{background-color: #fff; background:unset;}
.service-page-wrapp .home-serv-box{box-shadow: 0px 10px 20px rgb(82 86 90 / 41%);}
.blog-page-wrapp .blog-card{margin-bottom: 30px;}


/*==========================contact page css start===========================*/
.contact-section{background: unset; padding: 57px 0; }
/* Left */
 .section-tag{display:inline-flex; align-items:center; gap:10px; color: #04a856; font-size: 17px; font-weight:500; }
.section-title{font-size: 28px; line-height:1.08; font-weight:700; color: #1b2099; margin: 11px 0 24px; }
.contact-section hr{opacity:.15; margin:35px 0; }
.info-box .icon{width: 37px; height: 37px; /* background: #071730; */ color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size: 17px; margin-right: 13px; flex-shrink:0; background-image:linear-gradient(to right, #1b2099, #04a856); }
.info-box h4{font-size: 17px; font-weight:700; margin-bottom:6px; color:#2a1716; }
.info-box p{font-size: 16px; color:#4d3b39; margin-bottom: 0; }
/* Opening */
 .opening-hours{background: linear-gradient(to right, #1b2099, #04a856); color:#fff; padding: 26px; margin-top:40px; }
.opening-hours h3{font-size: 25px; font-weight:700; margin-bottom:35px; }
.hour-row{display:flex; align-items:center; margin-bottom:18px; font-size: 15px; }
.hour-row span:first-child{width:90px; }
.hour-row .line{flex:1; height:1px; background:rgba(255,255,255,.15); margin:0 18px; }
/* Right */
 .contact-form{background:#fff; padding: 32px; height:100%; box-shadow: 0px 0px 10px #ccc; }
.contact-form h2{font-size: 27px; line-height:1.05; font-weight:700; color: #1b2099; margin-bottom: 8px; }
.contact-form p{font-size: 15px; color:#51413d; margin-bottom: 17px; }
.form-control{border:none; background:#1a26960d; border-radius:0; height: 49px; padding: 16px; font-size:18px; }
textarea.form-control{height:120px; resize:none; }
.form-control:focus{box-shadow:none; background:#f8f3ec; }
.submit-btn{width:100%; border:none; background:#5b2c27; color:#fff; height: 53px; font-size: 19px; font-weight:600; transition:.3s; background-image: linear-gradient(to right, #1b2099, #04a856); }
.submit-btn:hover{background:#3b1d1a; }
/* Tablet */
@media(max-width:991px){
 .section-title, .contact-form h2{font-size:46px; }
.contact-form{padding:40px; }
.info-box h4{font-size:28px; }
.info-box p, .contact-form p{font-size:18px; }
}
/* Mobile */
@media(max-width:767px){
 .contact-section{padding:60px 0; }
.section-title, .contact-form h2{font-size:34px; }
.contact-form{padding:25px; }
.info-box{align-items:flex-start; }
.info-box .icon{width:52px; height:52px; font-size:18px; }
.info-box h4{font-size:22px; }
.info-box p{font-size:16px; }
.opening-hours{padding:25px; }
.opening-hours h3{font-size:28px; }
.hour-row{flex-wrap:wrap; gap:8px; }
.hour-row .line{display:none; }
.submit-btn{font-size:20px; height:58px; }
}
/*==========================contact page css end===========================*/



/*============================================services detail page css start=======================================*/
.page-service-single {padding: 50px 0; }
.service-sidebar {position: sticky; top: 30px; margin-right: 20px; }
.service-featured-image {margin-bottom: 30px; }
.service-featured-image figure {display: block; border-radius: 0px; overflow: hidden; }
.service-featured-image img {border-radius: 0px; width: 100%; aspect-ratio: 0; object-fit: cover; height: 400px; object-position: top; }
.service-entry {margin-bottom: 40px; }
.service-entry h2 {font-size: 32px; font-weight: 800; margin-bottom: 20px; }
.service-entry h2 span {font-weight: 700; }
.service-entry p {margin-bottom: 20px; }
.service-entry p:last-child {margin-bottom: 0; }
.service-entry ul {padding: 0; margin-bottom: 40px; list-style: none; display: flex; gap: 20px 30px; flex-wrap: wrap; }
.service-entry ul li {position: relative; width: calc(33.33% - 20px); color: #222222; text-transform: capitalize; padding-left: 40px; }
.service-entry ul li::before {content: ''; position: absolute; width: 24px; height: 24px; top: 50%; transform: translateY(-50%); left: 0; background: url(../images/icon-check.svg) no-repeat center left; background-size: cover; }
.service-entry-box {display: flex; gap: 80px 30px; flex-wrap: wrap; margin: 40px 0; }
.service-entry-item {position: relative; width: calc(50% - 15px); }
.service-entry-item::before {content: ''; position: absolute; bottom: 0; left: 0; right: 0; background-color: #EBEBEB; height: 1px; width: 100%; transform: translateY(40px); }
.service-entry-item:nth-last-child(-n + 2)::before {display: none; }
.service-entry-item .icon-box {margin-bottom: 30px; }
.service-entry-item .icon-box img {max-width: 50px; }
.service-entry-item-content h3 {font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 20px; }
.service-entry-item-content p {margin-bottom: 0; }
.service-entry-images {display: flex; gap: 30px; flex-wrap: wrap; }
.service-entry-img {width: calc(50% - 15px); }
.service-entry-img figure {display: block; border-radius: 40px; overflow: hidden; }
.service-entry-img img {width: 100%; aspect-ratio: 1 / 0.96; object-fit: cover; border-radius: 40px; }
.sidebar__widget.has--service {padding: 0; border: 0; margin-bottom: 40px; }
.sidebar__widget:not(:last-child) {margin-bottom: 30px; }
.sidebar__widget {padding: 30px; border: 1px solid rgba(8, 10, 11, 0.1); }
.sidebar__widget.has--service .sidebar__widget-service {gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.sidebar__widget.has--service .sidebar__widget-service a {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background:linear-gradient(to right, #dddfef, #d9ece5); padding: 13px 20px; font-weight: 600; transition: all 0.3s 0s ease-out; color: #000; font-size: 16px; }
.sidebar__widget.has--service .sidebar__widget-service a:hover {color: #fff; /* background-color: #906E50; */ transition: all 0.3s 0s ease-out; background-image: linear-gradient(to right, #1b2099, #04a856); }
.sidebar__widget.has--service .sidebar__widget-service a i {width: 20px; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 14; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; color: #fff; font-weight: 400; background-color: #071730; font-weight: 600; transition: all 0.3s 0s ease-out; }
.sidebar__widget.has--service .sidebar__widget-service a:hover i {background-color: #fff; color: #906E50; font-weight: 600; transition: all 0.3s 0s ease-out; }
.sidebar__widget.widget__contact {background-color: #080A0B; padding: 0; border: 0; margin-bottom: 40px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__thumb {overflow: hidden; position: relative; }
.sidebar__widget.widget__contact .sidebar__widget-contact__thumb::before {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }
.sidebar__widget.widget__contact .sidebar__widget-contact__thumb img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: 0.2; }
.sidebar__widget.widget__contact .sidebar__widget-contact__content {position: absolute; width: 100%; z-index: 999; text-align: center; bottom: 40px; left: 0; padding: 0 10px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__content a {color: #fff; font-size: 24px; line-height: 34px; font-weight: 700; margin-bottom: 10px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__icon {width: 42px; height: 42px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 500px; /* background-color: #906E50; */ text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 15px; background-image: linear-gradient(to right, #1b2099, #04a856); }
.sidebar__widget.widget__contact .sidebar__widget-contact__content span {display: block; color: #fff; margin-bottom: 10px; }
.sidebar__widget.widget__contact .sidebar__widget-contact__content p {color: rgba(255, 255, 255, 0.9); max-width: 264px; margin-left: auto; margin-right: auto; margin-bottom: 0px; font-size: 15px; }
a{text-decoration: none;}
 .custom-service ul {display: block !important; list-style-type: disc !important; margin-left: 20px !important; }
.custom-service ul li {width: 100% !important; padding: 0px !important; }
/* sarkar css end      */
.service-entry0.custom-service p {font-size: 15px; }
.service-entry0.custom-service h2 {font-size: 22px; font-weight: 600; margin-bottom: 14px; }
.service-entry0.custom-service h3 {font-size: 22px; font-weight: 600; margin-bottom: 14px; }
.service-entry0.custom-service ul {padding-left: 15px; }
.service-entry0.custom-service ul li {margin-bottom: 10px; font-size: 14px; }
.our-featured-service__text h6 {font-size: 20px; }
/*============================================services detail page css end=======================================*/
/*============================================blog detail css start=======================================*/
 .blog-detail-section{background:#fff; }
 .blog-featured-image{overflow:hidden; border-radius:24px; margin-bottom:40px; }
 .blog-featured-image img{width:100%; height:600px; object-fit:cover; }
 .blog-meta{display:flex; gap:15px; margin-bottom:20px; }
 .blog-meta span{padding:8px 18px; border-radius:50px; }
 .category{background-image: linear-gradient(to right, #1b2099, #04a856);color:#fff;}
 .date{background: #1a2397;color: #fff;}
 .blog-title{font-size: 26px;color: #122747;margin-bottom: 15px;font-weight: 600;}
 .blog-content p{font-size: 15px;line-height: 29px;color: #000;margin-bottom: 6px;}
 .blog-content h2{font-size: 24px;color: #122747;margin: 25px 0 10px;}
 blockquote{background: linear-gradient(to right, #dddfef, #d9ece5);padding: 21px;border-left: 4px solid #192994;font-size: 20px;color: #071730;margin: 8px 0;}
 .content-image{width:100%; border-radius:20px; height: 100%; }
.blog-tags{display:flex; flex-wrap:wrap; gap:10px; margin: 33px 0 25px; }
 .blog-tags a{text-decoration:none;color: #1a2896;border: 1px solid #192b94;padding:10px 20px;border-radius:50px;}
 .blog-share{display:flex; align-items:center; gap:15px; margin-bottom: 29px; }
.blog-share a{width:40px;height:40px;border-radius:50%;background: linear-gradient(to right, #1b2099, #04a856);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;background-image: linear-gradient(to right, #1b2099, #04a856);}
 .author-box{background: linear-gradient(to right, #1b2099, #04a856);border-radius:24px;padding: 22px;display:flex;gap:25px;align-items:center;}
 .author-box img{width:100px; height:100px; border-radius:50%; object-fit:cover; }
 .author-box h4{font-size: 22px;color: #fff;margin-bottom: 12px;}
 .author-box p{margin:0;color: #fff;}
/* Responsive */
@media(max-width:991px){
 .blog-title{font-size:52px; }
 .blog-featured-image img{height:450px; }
}
@media(max-width:767px){
 .blog-title{font-size:38px; }
 blockquote{font-size:26px; padding:25px; }
 .author-box{flex-direction:column; text-align:center; }
}

/*============================================blog detail css end=======================================*/

/*============================================home link page css start=======================================*/
.all-links-inner ul {padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px; }
.all-links-inner ul li a {color: #1c1f99;text-decoration: none;border: 2px solid #1c1f99;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li {margin-bottom: 10px; }
.mecella-heading {margin-bottom: 80px; }
.mecella-heading h3 {color: #1c1f99;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span {font-weight: 900;color: #21a96d;}
.mecella-heading h3:after {content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #21a96d;height: 5px;margin: 0 auto;}
.welcome-mecella {background-color: #e3e3e3;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img {width: 75%; }
.all-links-wrapper {padding-top: 30px; padding-bottom: 50px; }
/*============================================home link page css end=======================================*/