:root{ scroll-behavior: smooth;}
body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
     font-family: "Inter", sans-serif;
color: #727272;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
}
.object-fit-cover{object-fit: cover;}
.fs-18px{font-size: 18px;}
.fs-14px{font-size: 14px;}
.w-80{width: 80%;}
.bg-dgreen{
        background-color: #104526;
}
.spad {
    padding: 80px 0;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
.br-5{border-radius: 5px;}
.text-green{color: #03a774;}
.tw-heading {
    font-size: 40px;
    font-weight: 700;
    color: #070d1a;
}
.d-content h2, .d-content h3, .d-content h4, .d-content h5{color: #070d1a;}
.bg-gray{
    background-color:#f5f5f5;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

/* Thm Btn Css */

/* Thm Btn Css */

.btn-green {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px 13px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 10px;
  text-align: center;
  background-color: #03a774;
  z-index: 1;
  text-decoration: none;
}

.btn-green::before {
  content: "";
  background-color: #212527;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.btn-green:hover::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 200ms;
}

.btn-green::after {
  content: "";
  background-color: rgba(0,0,0, .30);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.btn-green:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.btn-green span {
  position: relative;
  top: -1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-green:hover {
  color: #fff;
}




nav.navbar {
        padding: 7px 0;background-color: #fff;
}
.navbar-nav li{
    padding: 0 35px 0 0 !important;
}
.navbar-nav li a {
        position: relative;
    color: #070d1a !important;
    text-decoration: none;
    font-weight: 600;
    padding: 0 0 0 !important;
    font-size: 15px;
}

.navbar-nav li.current-menu-item a {
    color: #03a774 !important
}
.navbar-nav li a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: #03a774;
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.navbar-nav li.current-menu-item a::before,
.navbar-nav li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.dropdown-toggle:after {
    display: inline-block;
    margin: 0 .5em 0 .255em;
    vertical-align: 0;
    content: "\e92e";
    border: none;
    font-family: 'feather' !important;
}
.navbar-nav .dropdown-menu li {
    padding: 0 !important;
}
.navbar-nav .dropdown-menu li a {
    padding: 4px 10px !important;
}

#rightsidebar{display: none;}

@media only screen and (max-width: 991px) {
   
.toggle-cu-menu { cursor: pointer;}
.hamburger-box-close {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 24px;
    cursor: pointer;
    top: 2px;
}
.hamburger-box-close{    top: 50%; transform: translate(0px, -50%);}
body.open-mm .mobile-menu .header-expandable-menu-top {
    position: absolute;
    right: 13px;
    top: 25px;
}
.hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #000; width: 28px;}
.hamburger-box-close .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
.hamburger-box-close .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger-box-close .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.toggle-cu-menu.toggle-cu-menu-open {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 20000000;
}
body.open-mm .mobile-base {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}
.mobile-menu {
        text-align: left;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        max-width: 100%;
        height: 100vh;
        max-height: 400vh;
        -webkit-overflow-scrolling: touch;
        transition: transform .5s;
        -ms-transform: translateX(310px);
        transform: translateX(310px);
        z-index: 10000010;
        background-color:#fff
}
body.open-mm .mobile-menu {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    z-index: 100;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: 3px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {display: block; content: "";}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 22px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #1d1d1d;
    right: 0;
}
.hamburger-inner:before {
    top: -8px;
    width: 25px;
}
.hamburger-inner:after {
    bottom: -8px;
    width: 25px;
}
.hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}
.hamburger-inner:before {  transition: top 75ms ease .12s,opacity 75ms ease; }
.hamburger-inner:after { transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); }
body.expand .hamburger{
    top: 15px;
    margin-top: 0px;
    position: absolute;
}
body.expand .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
body.expand .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
body.expand .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.menu { margin-top: 50px;}
#rightsidebar {
    right: 0;
    top:0px;
    display: block!important;
}
#rightsidebar ul.dropdown-menu li {
    padding: 5px 0px 5px 10px;
    font-size: 15px;
}
ul.header-menu-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.header-menu-mobile >li {
    font-size: 18px;
    position: relative;
    padding: 10px 20px;
}
ul.header-menu-mobile li a {
    color: #000;
    padding: 0;
    font-weight: 500;
   text-decoration: none;
}
ul.header-menu-mobile >li ul{padding: 0;margin: 0;list-style: none;}
ul.header-menu-mobile >li ul li a{font-size:15px; color: #555;}
#rightsidebar ul.header-menu-mobile li a {
    position: relative;
    display: block; 
}
ul.dropdown-menu3 {
    position: relative;
    right: 0px;
    width: fit-content;
}
#rightsidebar .dropdown-toggle::after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "FontAwesome";
    font-weight: 400;
    transition: transform .5s;
    padding: 7px 0  7px 3px;
    border-width: 0px;
    font-size: 14px;
    transform: translate(0px, -50%);
}
.dropdown-menu{
    float: none;
    border-width: 0px;
    position: relative!important;
    min-width: auto!important;
    padding: 10px 10px 0px;
    transform: translate3d(0px, 0px, 0px)!important;
    border-top: 3px solid rgb(255 255 255)!important;
}
.header-part .social-menu {margin-right: 0px!important;}
.search-box-wrapper .search-box{display: none;}
#rightsidebar .search-box {
    display: block;
    padding: 20px;
    width: 100%;
}
#rightsidebar .search-box form{position: relative;}
ul.dropdown-menu2,ul.dropdown-menu3 {
    position: relative!important;
    right: auto!important;
    background-color: #fff!important;
}
}



.footer-part {
    font-size: 15px
}

.footer-part h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff
}

.footer-part p a,.footer-part p {
    color: #fff;
    text-decoration: none
}

.footer-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-weight: 400
}

.footer-part ul li {
    padding-bottom: 8px;
    font-size: 15px
}

.footer-part ul li a {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.footer-part .contact-menu li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap:8px;
}

.footer-part .contact-menu li a b {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px
}

.contact-menu li i {
    font-size: 20px;
    color: #fff;
 
}

.footer-part ul li a:hover {
    color: #03a774
}
.contact-menu li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-menu li:hover .icon {
    background-color: #03a774;
}
.footer-bottom {
   background-color: #104526;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
    border-top: 1px dashed rgba(225, 225, 225, .20);
}

ul.social-menu {
    margin: 0;
    padding: 0
}

ul.social-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative
}

ul.social-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 26px
}
.footer-bottom ul.social-menu li a {
    font-size: 20px;

}

.footer-part ul#menu-service-menu li {
    width: 50%;
    float: left
}

.hm-banner {
    background: linear-gradient(to left, #02491b 0%, rgb(0 0 0) 50%);
}

.hm-banner img {
    opacity: .2;
    background-color: #000;
}

.hm-banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px,-50%);
    color: #fff
}

.hm-banner h1 {
    font-weight: 600;
    font-size: 58px;
    color: #fff
}
.hm-banner h1 span,.hm-banner h6{color: #03a774;}
.hm-banner p {
    font-weight: 300
}

.banner-caption {
    width: 60%
}



.about-left {
        margin-right: 100px;
    margin-left: 75px;
}

.about-img-2 {
    position: absolute;
    right: -100px;
    bottom: -91px;
    max-width: 310px;
    width: 100%;
}

.about-img-2 img {
    border: 2px solid #fff;

}
.about-experience {
    position: absolute;
    top: 50px;
    right: -65px;
    background-color: #03a774;
    text-align: center;
    padding: 18px 30px 22px;
  text-align: center;
   color: #fff;
}

.about-experience h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px !important;
    color: #fff;
}



.about-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-points li+li {
    margin-top: 7px;
}

.about-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color:#03a774;
}

.about-points li p {
    color: #070d1a;
    font-weight: 400;
}
.about-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-call-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #03a774;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-call-box-icon:hover {
    background-color: #070d1a;text-decoration: none;
}
.about-call-box-content h4 a{
    color: #070d1a;text-decoration: none;
}

.about-call-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-call-box-icon:hover span {
    color: #fff;
}

.shape-1 {
   position: absolute;
    width: 481px;
    height: 448px;
    left: -221px;
    top: 0;
    background: rgb(111 254 231 / 20%);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

a.view-btn {
    color: #000;
}
.view-btn:hover{color: #03a774;}

.service-single {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 20px 50px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
     border-radius: 8px;
}

.service-shape-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 1px solid rgb(3 167 134 / 10%);
    background-color: #f0fff8;
    border-radius: 10px;
    z-index: -1;
}

.service-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #03a774;
    margin: 0 auto;
    border-radius: 50%;
}
.service-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--itzone-white);
 
}


.service-icon img {filter: invert(1);
   transition: all 500ms linear;
    transition-delay: 0.1s;
}
.service-single:hover .service-icon img,.process-single:hover .service-icon img{
  -webkit-animation-name: horizontal-hover;
    animation-name: horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}
.object-fit{object-fit: cover;}
.service-title {
     font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin: 20px 0 10px;
  color: #070d1a;
}

.service-title a {
     color: #070d1a;
}
a{text-decoration: none;}
.service-title a:hover {
    color: #03a774;
}


.hm-whychoose{
background-color: #104526;
}
.why-choose-list li+li {
    margin-top: 20px;
}
.why-choose-content {
    flex: 1;
    border-bottom: 1px dashed rgba(225, 225, 225, .20);

}
.why-choose-list li:last-child .why-choose-content {
    border-bottom: 0;
}


.process-single {
    position: relative;
    display: block;
    background-color: var(--itzone-white);
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 9%);
    padding: 35px 35px 31px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
}

.process-two ul li:nth-child(2) .process-count {
    bottom: inherit;
    top: -20px;
}

.process-two ul li:nth-child(4) .process-count {
    bottom: inherit;
    top: -20px;
}
.process-count {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0,0,0, .50);
}

.process-single:hover .process-count{
    -webkit-text-stroke: 1px rgb(3 167 116);
}
.process-title {
    color: #070d1a;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 15px;
}

.process-single-shape-1 {
    position: absolute;
    bottom: -40px;
    right: -190px;
    height: 2px;
    width: 330px;
    background-color: #03a774;
}

.process-single-shape-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #03a774;
}

.process-single-shape-1::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -6px;
    width: 15px;
    height: 15px;
    background-color: #03a774;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.process-single-shape-2 {
    position: absolute;
    bottom: -40px;
    right: -190px;
    width: 2px;
    height: 20px;
    background-color: #03a774;;
}

.process-two ul li:nth-child(2) .process-single-shape-1 {
    top: -40px;
}

.process-two ul li:nth-child(2) .process-single-shape-1::before {
    top: 0;
}

.process-two ul li:nth-child(2) .process-single-shape-1::after {
    top: 20px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.process-two ul li:nth-child(2) .process-single-shape-2 {
    top: -40px;
}

.process-two ul li:nth-child(4) .process-single-shape-1 {
    display: none;
}

.process-two ul li:nth-child(4) .process-single-shape-2 {
    display: none;
}

.point-px .service-icon{
        width: 40px;
    height: 40px;
    margin:0;
}
.point-px h5,.home-testimonial,.hm-contact .service-single h5,.hm-contact .service-single p,.hm-contact .service-single p a{color: #070d1a;}
.home-testimonial h5{
color: #104526;font-size: 18px;
} 
.hm-contact .service-single .service-icon{
    color: #fff;font-size: 40px;
}
.contact-form .form-line {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.contact-form .form-control,.contact-form .form-date {
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-radius: 5px;
    background-color: transparent;
    border: 0 solid #ced4da;
    border: 1px solid #d0d0d0;
    position: relative;
    z-index: 1;
    padding: 22px 10px 8px
}

:focus-visible {
    outline: none
}

.contact-form .form-date {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.contact-form .form-line.focused .form-label {
    bottom: calc(100% - 33px);
    font-size: 12px;
    color: #9d9d9d;
    z-index: 2
}

.contact-form .form-label {
    position: absolute;
    bottom: 6px;
    cursor: text;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #777;
    font-size: 17px;
    letter-spacing: .5px;
    z-index: 0;
    left: 10px
}

.contact-form textarea {
    height: 90px !important
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #03a774;
    outline: 0;
    box-shadow: none
}

.inner-banner .hm-banner img{max-height: 300px;object-fit: cover;}
.pricing-wrap .tw-heading {
    font-size: 60px;
    font-weight: 700;
    color: #000;
}
.pricing-wrap .btn-green{min-width:250px;}
@media only screen and (max-width: 1399px){
.banner-caption {
    width: 70%;
}


}
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .process-single {
        padding: 24px 20px 19px;
    }
}

@media only screen and (max-width: 1199px){
.banner-caption {
    width: 100%;
}
.home .hm-banner img{
    min-height:500px; object-fit: cover;
}
    .process-single {
        max-width: 280px;
        width: 100%;
        margin: 0 auto 60px;
    }
    .process-single-shape-1,.process-single-shape-2{display: none;}
}

@media only screen and (max-width: 991px){

    .inner-banner .hm-banner img {
    min-height: 250px;
}
img.h-100{height: auto!important;}
}
@media only screen and (max-width:767px){
.spad { padding: 60px 0;}
.hm-banner h1 { font-size: 40px;}
.tw-heading { font-size: 32px;}
.about-left {
    margin-right: 0px;
    margin-left: 0px;
}
	.pricing-wrap .tw-heading {font-size: 50px;}
}

@media only screen and (max-width: 575px){
.header-part .btn-green{display: none;}
.about-img-2{display: none;}
.process-two ul li:nth-child(4) .process-count {
    bottom:-20px;
    top:  inherit
}
.footer-part ul#menu-service-menu li {
    width: 100%;
    float: left;
}
}