/* Minimal reset and responsive grid used by this site */
*, *::before, *::after{ box-sizing: border-box; }
html{ line-height: 1.15; -webkit-text-size-adjust: 100%; }
body{ margin: 0; }
main, header, footer, nav, section, article{ display: block; }
h1, h2, h3, h4, h5{ margin-top: 0; margin-bottom: .5rem; line-height: 1.2; }
p{ margin-top: 0; }
img{ vertical-align: middle; border-style: none; }
button{ margin: 0; font: inherit; overflow: visible; text-transform: none; }
button, [type="button"]{ -webkit-appearance: button; }
.container, .container-fluid{ width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row{ display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
[class^="col-"], [class*=" col-"]{ position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col-4{ flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-8{ flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-12{ flex: 0 0 100%; max-width: 100%; }
.order-2{ order: 2; }
.order-3{ order: 3; }
.d-none{ display: none !important; }
.text-center{ text-align: center !important; }
.text-right{ text-align: right !important; }
.align-items-center{ align-items: center !important; }
.justify-content-center{ justify-content: center !important; }
.justify-content-between{ justify-content: space-between !important; }
@media (min-width: 576px) {
  .container{ max-width: 540px; }
  .col-sm-6{ flex: 0 0 50%; max-width: 50%; }
  .col-sm-12{ flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
  .container{ max-width: 720px; }
  .col-md-6{ flex: 0 0 50%; max-width: 50%; }
  .col-md-11{ flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12{ flex: 0 0 100%; max-width: 100%; }
  .d-md-block{ display: block !important; }
}
@media (min-width: 992px) {
  .container{ max-width: 960px; }
  .col-lg-2{ flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3{ flex: 0 0 25%; max-width: 25%; }
  .col-lg-4{ flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5{ flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6{ flex: 0 0 50%; max-width: 50%; }
  .col-lg-8{ flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-10{ flex: 0 0 83.333333%; max-width: 83.333333%; }
  .order-lg-2{ order: 2; }
  .order-lg-3{ order: 3; }
  .d-lg-none{ display: none !important; }
  .d-lg-block{ display: block !important; }
}
@media (min-width: 1200px) {
  .container{ max-width: 1140px; }
  .col-xl-2{ flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3{ flex: 0 0 25%; max-width: 25%; }
  .text-xl-right{ text-align: right !important; }
}

/* Filtered from default.css */
.mt-10{margin-top: 10px;}
.mt-30{margin-top: 30px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-120{padding-top: 120px;}
.pt-220{padding-top: 220px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.pb-90{padding-bottom: 90px;}
.pl-15{padding-left: 15px;}
.pr-10{padding-right: 10px;}


.text-right{text-align: right;}
a{text-decoration: none;}

/* Filtered from style.css */
body{font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    color: #000;
    font-style: normal;
    line-height: 22px;}
.fix{overflow: hidden}
a, .btn{-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;}
a:focus{text-decoration: none;
	outline: none;}
a:focus, a:hover{text-decoration: none;}
.btn:focus{outline: 0;
	box-shadow: none;}
a, button{color: #181818;
	outline: medium none;}
a:hover{color: #7546b8;}
button:focus{outline: none;box-shadow: none;}
h1, h2, h3, h4, h5{font-family: "open sans";
    color: #000;
    text-transform: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;}
h3 a{color: inherit;}
h1{font-size: 40px;
	font-weight: 600;}
h2{font-size: 35px;}
h3{font-size: 28px;}
h4{font-size: 22px;}
h5{font-size: 18px;}

ul{margin: 0px;
	padding: 0px;}
li{list-style: none}
p{margin-bottom: 15px;}


*::-moz-selection{background: #d6b161;
	color: #fff;
	text-shadow: none;}
::-moz-selection{background: #444;
	color: #fff;
	text-shadow: none;}
::selection{background: #444;
	color: #fff;
	text-shadow: none;}
*::-moz-placeholder{color: #555555;
	font-size: 14px;
	opacity: 1;}
*::placeholder{color: #555555;
	font-size: 14px;
	opacity: 1;}
.btn{border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
    z-index: 1;
    text-transform: capitalize;
   background: #7546b8;
    border: none;
    font-family: "Outfit", sans-serif;
    font-weight: 600;}

.btn::before{width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #1e2126;
  top: 10PX;
  left: 10px;
  z-index: -1;    
    transition: all 0.3s ease 0s;
    display: none;}
.btn:hover::before{width: 100%;
height: 100%;
position: absolute;
border-radius: 4px;
content: "";
background: #1e2126;
top: 0;
left: 0;
z-index: -1;}
.btn:hover{color: #fff;
    background:#1e2126;}


.header-top{padding-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;}
.header-cta ul li{display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;}
.header-cta ul li:first-child{margin-left: 0;
  border-left: none;}
.header-cta ul li:last-child{padding-right: 0; border-right: none; margin-right: 0;}

.header-top .header-cta ul li{border-right: 1px solid #e1e1e1;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;}
.header-top .header-cta ul li a{color: #000;
    background: none;}
.header-top .header-cta ul li a:hover{color: #7546b8;}
.header-top .header-cta ul li:last-child{border-right: none;}

.menu-area{position: relative;}
.main-menu{position: relative;
  z-index: 9;}
.main-menu ul li{display: inline-block;
	position: relative;}

.main-menu ul li a{display: block;
	color: #181818;
	padding: 16px 0;
    font-weight:500;
	position: relative;
    font-size: 16px;}
.main-menu ul li a::after{content: "+";
  margin-left: 10px;
  color: #7546b8;
    display: none;}
.main-menu ul li:last-child a::after{display: none;}
.main-menu ul li:first-child{margin-left: 0;}
.main-menu ul li:hover > a{color: #7546b8;}
.main-menu ul li:hover > a::before{width: 100%;}
.sticky-menu{left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 5 !important;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);}
.btn:hover{background: #1e2126;}
.sticky-menu .logo{margin-top: 0;
    line-height: 61px;
    height: auto;}
.slider-btn{display: inline-block;
    position: relative;}
.second-header{border: none;
padding-bottom: 0;
background: #0e2453;
padding-top: 0;
color: #fff;
position: relative;
z-index: 1;}
.second-header a{color: #181818;}
.second-header a:hover{color: #fff;
background: #10336a;}
.second-menu{position: relative;
z-index: 9;}


.sticky-menu .second-menu{margin: 0;
	box-shadow: none;
	padding: 0;}
.sticky-menu .second-menu::before{content: none;}
.second-menu .main-menu ul li{margin-right: 40px;}
.second-menu .main-menu ul li a::before{content: none;}
.header-three .logo{background: #7546b8;
  width: 300px;
  height: 129px;
  display: flex;
  align-items: center;
  text-align: center;
  top: -53px;
  position: absolute;
  left: -15px}
.header-three .logo a{color: #fff;
  text-align: center;
  width: 100%;}
.header-three .sticky-menu .logo{top: 0;
     height: 100%;
     line-height: inherit;}
.header-three  .logo img{width: 173px;}
.header-three .second-header{background: #F2F2F2;}
.header-three .second-header::before{content: "";
  height: 100%;
  position: absolute;
  width: 32%;
  background: #fff;
  top: 0;
  z-index: -1;
  left: -25px;
  transform: skew(40deg);
    display: none;}
.header-three .menu-area::before{display: none;}
.header-three .menu-area{border-top: 0;
    position: relative;
z-index: 9;}
.header-three .sticky-menu{margin-top: 0;
    background: #fff;}
.header-three .main-menu ul li a:hover{color: #1e2126;}

.call-box .icon{display: inline-block;}
.call-box .icon, .call-box .text{float: left;
 text-align: left;}
.call-box{display: inline-block;}

.call-box .text{margin-left: 10px;}

.call-box strong{font-weight: 500;
color: #181818;}
.p-relative{position: relative;}


@keyframes movedelement{0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }}

.about-content li{display: flex;
  margin-bottom: 10px;
  color: #181818;
  font-weight: 540;}


.s-about-content p{margin-bottom: 15px;}


.section-title h2{font-size: 28px;
	padding-bottom: 0;
	margin-bottom: 0px !important;
	position: relative;}
.section-title h2::before{content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #7546b8;
	margin: auto;
	transition: .3s;
    display: none;}


section:hover .section-title h2::before{width: 100px;}
.about-content3 ul{padding-left: 0 !important;}
.about-content3 li::before{font-family: inherit;
font-weight: 700;
content: "✓";
margin-right: 15px;
color:#7546b8;
text-align: center;}
.animations-01{position: absolute;
    left: 5%;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
.service-three .services-box{padding: 40px 30px 25px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
    background: #fff;
    border-bottom: 5px solid #fff;
    border-radius: 5px;}
.service-three .services-box .icon{width: 80px;
height: 80px; 
    background: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    display: inline-block;}
.service-three .services-box .icon img{height: 40px;}
.service-three .services-box h3{margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;}
.service-three .services-box .icon-hover-two{display: none;}
.service-three .services-box:hover{border-bottom: 5px solid #7546b8;}
.service-three .services-box:hover h3 a{color: #7546b8;}
.service-three .services-box:hover .icon{background: #7546b8;}
.service-three .services-box:hover .icon-hover-one{display: none;}
.service-three .services-box:hover .icon-hover-two{display: block;}
@keyframes pulse-border{0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}}
.team-area-content{padding: 100px 0;}


.s-about-content h5{color: #7546b8;
    font-size: 14px;}
.s-about-content h2{margin-bottom: 30px;
    font-size: 22px;}
.team-img-box{background: #ececec;
  text-align: center;
  border-radius: 10px;}
.team-img-box img{height: auto;}
.recent-blog-footer li{display: flex;
    margin-bottom: 25px !important;}
.recent-blog-footer a{width: 100%;
  display: inline-block;
  color: #fff !important;
  
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;}
.recent-blog-footer a:hover{color:#ccc !important;}
.recent-blog-footer span{color:#FFFFFF96;
    font-size: 12px;}

.f-contact{display: inline-block;}

.f-contact a{color:#fffc  !important;}
.f-contact a:hover{color: #fffc!important;}
.f-contact span{color:#fffc ;}

.footer-bg{color:#777;
    background-position: center center!important;
    background-size: cover;}
.f-widget-title h2{font-size: 24px;
  margin-bottom: 0px;
  position: relative;
  color: #fff;
  min-height: 66px;}
.f-widget-title h2::before{content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ffffff24;
    display: none;}
.f-widget-title img{height: 38px;}

.footer-link ul li a{color:#fffc ;
	display: inline-block;}
.footer-link ul li a::before{content: "›";
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
  font-family: inherit;}
.footer-link ul li a:hover{color: #fff;}
.footer-link ul li{margin-bottom: 20px;}
.footer-link ul li:last-child{margin-bottom: 0;}
.copyright-wrap{color: #fff;
    font-size: 15px;
     border-top: 1px solid #ffffff24;}
.copyright-wrap .container{padding: 50px 0 30px;}
.copyright-wrap li{display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;}
.copyright-wrap li::before{background-color: #fff;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
    display: none;}
.copyright-wrap li a{color: #fff;}
.f-contact .icon{margin-bottom: 5px;
    color: #fff;}


.f-contact li{float: left;
    margin-bottom: 30px !important;
    width: 100%;}
.f-contact li:last-child{margin-bottom: 0px !important;}
.f-contact .icon{display: flex;
    gap:10px;}


a, h1, h2, h3, h4, h5, p, span{overflow-wrap: break-word;}
h1, h2, h3, h4, h5{overflow-wrap: break-word;}


img{max-width: 100%;
    transition: all 0.3s ease-out 0s;}


@keyframes loading-1{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }}
@keyframes loading-2{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }}
@keyframes loading-3{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }}
@keyframes loading-4{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }}
@keyframes loading-5{0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }}
@keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}
@-webkit-keyframes alltuchtopdown{0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }}


.footer-widget a{color: #99A3AC;}


.footer-widget p{color: #fffc ;}
.logo{width: 173px;}
.logo a{color: #fff;}


@-webkit-keyframes no-transform{100% {
    transform: none;
  }}
@keyframes no-transform{100% {
    transform: none;
  }}

/* Filtered from responsive.css */
@media (min-width: 1200px) and (max-width: 1500px){.header-three .logo{width: 220px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}
.logo{width: 100%;}
.copyright-wrap li{margin-left: 20px;}
.main-menu ul li:first-child{margin-left: 0;}
.menu-area::before{width: 26%;}
.animations-01{display: none !important;}
.second-menu .main-menu ul li{margin-left: 0;}
.main-menu{margin-right: -40px;}}
@media (min-width: 1500px) and (max-width: 1875px){.header-three .logo{width: 250px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}}
@media (min-width: 992px) and (max-width: 1200px){.header-three .logo{width: 172px;
  height: 129px;
  top: -55px;
  left: -15px;
  padding: 16px;}

.header-top .header-cta ul li{border-right: none;}
.second-menu .main-menu ul li{margin-left: 0;
        margin-right: 10px;}
.logo{width: 100%;}
.copyright-wrap li{margin-left: 12px;}
.section-title h2{font-size: 25px;}
.f-contact span{width: 77%;}
.header-cta ul li{font-size: 12px;
    padding-right: 0;}
.menu-area::before{width: 23%;}
.header-cta ul li{margin-left: 20px;}
.about-p{padding-top: 110px;}
.animations-01{display: none !important;}}
@media (min-width: 768px) and (max-width: 991px){.menu-area{padding: 20px 0;}
.header-top .header-cta ul li{margin-right: 0;
  padding-right: 8px;
  font-size: 12px;}
.menu-area::before{width: 32%;}
.header-three .menu-area{margin-top: 0;
        margin-bottom: 0;   
        padding: 25px 0;
        background: #fff;}
.header-cta ul li{display: inline-block;
    margin-left: 12px;}
.logo{height: auto;
    margin-top: 15px;
    line-height: inherit;
    width: 25%;}

.section-title h2{font-size: 26px;}
.main-menu{text-align: left !important;}
.main-menu ul li{display: block;
	border-bottom: 1px solid #f7f7f74f;
	margin-left: 0;}
.main-menu ul li:hover a{color: #000;}
.main-menu  ul > li > a::before{content: none;}
.main-menu ul li a{color: #fff;
	padding: 12px 20px;
	display: block;
	font-size: 14px;
	       font-family: "Outfit", sans-serif;
	font-weight: 500;}
.second-menu{background: none;}
.second-menu::before{content: none;}
.second-header{padding: 0px 0;}
.second-menu .main-menu ul li{margin-left: 0;}
.team-img-box img{width: 100%;
    margin-bottom: 50px;
        height: auto;}
.logo img{width: 185px;}
.menu-area.sticky-menu{padding: 10px 0;
            background: #fff;}
.animations-01{display: none !important;}

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

.header-three .menu-area{background: #fff;}
.about-content3 li{line-height: 25px;}
.menu-area{background: #fff;}


.animations-01{display: none !important;}
.menu-area.sticky-menu{padding: 10px 0;
        background: #fff;}
.logo img{width: 156px;}
.footer-link{text-align: inherit;}

.team-img-box img{width: 100%;
        height: auto;}
.copyright-wrap{text-align: center;}

.copyright-wrap li{margin-left: 10px;}
.btn.ss-btn{padding: 20px 15px;
    font-size: 14px;}
.copyright-wrap ul{text-align: center;
        margin-top: 20px;}
.logo{height: auto;
    margin-top: 0;
    line-height: inherit;
    width: auto;}
.header-three .logo{width: 65%;
    height: 60px;
    top: 0;
    position: relative;}
.header-three .sticky-menu .logo{height: 60px;}

.row{margin-right: 0;
    margin-left: 0;}


.row{margin-right: 0;
    margin-left: 0;}
.menu-area{padding-top: 15px;
	padding-bottom: 5px;}
.header-three .menu-area{margin-bottom: 0;}
.menu-area::before{width: 60%;}

.section-title{padding-left: 0;
	padding-right: 0;}
.section-title h2{font-size: 25px;
	text-align: center;}
.menu-area{padding: 20px 0;}
.main-menu{text-align: left !important;}
.main-menu ul li{display: block;
	border-bottom: 1px solid #ffffff3d;
	margin-left: 0;}
.main-menu  ul > li > a::before{content: none;}
.main-menu ul li a{color: #000;
	padding: 12px 15px;
	display: inline-block;
	font-size: 14px;
	       font-family: "Outfit", sans-serif;
	font-weight: 500;}
.second-menu::before{content: none;}
.second-header{padding: 10px 0;}
.second-menu .main-menu ul li{margin-left: 0;}

}
@media only screen and (min-width: 480px) and (max-width: 767px){.section-title h2{font-size: 22px;
	letter-spacing: -1px;}}

/* Site-specific styles */
/* Site-specific cleanup and dependency-free components */
:root{
  --site-accent: #65bec2;
  --site-text: #000;
  --site-surface: #f2f2f2;
}

html{ scroll-behavior: smooth; }
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--site-text);
  overflow-x: hidden;
}
img{ max-width: 100%; height: auto; }
.site-hero, .legal-section{ background: var(--site-surface); }
.footer-bg{ background-image: url("../images/footer-bg.png"); }
.header-three .logo img{ width: 143px; }
.logo img{ height: auto; }

.site-icon{
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: currentColor;
  vertical-align: -0.15em;
}
.site-icon--small{ width: .9em; height: .9em; }
.header-cta .icon, .f-contact .icon{ display: flex; align-items: center; gap: 10px; }
.recent-blog-footer span{ display: flex; align-items: center; gap: 6px; }

.mobile-menu-toggle{
  display: inline-flex;
  width: 48px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--site-accent);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-menu-toggle span{
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu-toggle.is-active span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.is-active span:nth-child(2){ opacity: 0; }
.mobile-menu-toggle.is-active span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.hero-media img{ display: block; width: 100%; padding: 10px; }
.quiz-section{ scroll-margin-top: 120px; }
.reviews-video-section, .reviews-section{ padding: 70px 0; }
.team-area-content{ padding: 80px 0; }
.complex-cases{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.complex-cases img, .doctor-facts img{ width: 100%; }
.complex-cases-title{ margin-top: 35px; }
.slider-btn .site-icon{ margin-left: 5px; }

.reveal{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-right{ transform: translateX(24px); }
.reveal-down{ transform: translateY(-20px); }
.reveal.is-visible{ opacity: 1; transform: none; }
.no-js .reveal{ opacity: 1; transform: none; }

.cookie-note{
  position: fixed;
  z-index: 9998;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 32px));
  padding: 18px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  display: none;
  align-items: center;
  gap: 18px;
}
.cookie-note.is-visible{ display: flex; }
.cookie-note p{ margin: 0; color: #111; font-size: 14px; line-height: 1.45; }
.cookie-note .cookie-accept{ flex: 0 0 auto; min-width: 130px; padding: 10px 14px; font-size: 14px; }

.scroll-to-top{
  position: fixed;
  z-index: 9997;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--site-accent);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.scroll-to-top.is-visible{ opacity: 1; visibility: visible; transform: none; }
.cookie-note.is-visible ~ .scroll-to-top{ bottom: 125px; }
.metrika-pixel{ position: absolute; left: -9999px; width: 1px; height: 1px; }

.legal-content{
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
  color: #222;
}
.legal-content h1{ margin-bottom: 30px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; }
.legal-content h2{ margin: 30px 0 12px; font-size: clamp(22px, 3vw, 30px); line-height: 1.25; }
.legal-content p{ margin: 0 0 14px; line-height: 1.6; }
.legal-notice{ font-size: 14px; line-height: 1.5; }

@media (max-width: 991px) {
  #site-navigation.main-menu{
    display: none !important;
    width: 100%;
    padding: 10px 0 16px;
  }
  #site-navigation.main-menu.is-open{ display: block !important; }
  #site-navigation.main-menu ul{ display: block; margin: 0; padding: 0; }
  #site-navigation.main-menu ul li{ display: block; margin: 0; }
  #site-navigation.main-menu ul li a{
    display: block;
    padding: 12px 14px;
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .menu-area .row{ align-items: center; }
  .header-three .logo{ position: static !important; width: auto !important; height: auto !important; padding: 8px 0 !important; }
  .header-three .logo img{ width: 125px; }
  .pt-120{ padding-top: 75px; }
  .pb-90{ padding-bottom: 60px; }
}

@media (max-width: 575px) {
  body{ font-size: 17px; line-height: 1.45; }
  .hero-media img{ padding: 6px 0; }
  .complex-cases{ grid-template-columns: 1fr; }
  .cookie-note.is-visible{ display: block; }
  .cookie-note .cookie-accept{ width: 100%; margin-top: 12px; }
  .cookie-note.is-visible ~ .scroll-to-top{ bottom: 190px; }
  .copyright-wrap .text-right{ text-align: left !important; }
  .copyright-wrap li{ margin: 8px 12px 0 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal{ opacity: 1; transform: none; }
}


/* Final layout safeguards */
.header-three .menu-area .btn{ max-width: 100%; padding-left: 18px; padding-right: 18px; white-space: normal; }
.cookie-note{ max-width: calc(100% - 32px); }
