
    /*Menu*/
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
    }

    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;

  }
     .wp-block-heading {
margin-bottom: 20px;
    font-size: 22px;
   }
    .main-navigation ul.sub-menu.depth-0 {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }

    /* .main-navigation a:hover,
    .main-navigation a:focus {
        background-color: #f5f5f5;
    } */

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }

    /* Mobile styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background: #000;
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }

    /* Desktop styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 200px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
        }

        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        /* .main-navigation li.has-children>a {
            padding-right: 30px;
        } */

        /* Show submenu on hover (desktop only) */
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }

    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }
    /*Menu End*/

    /* Sticky Navbar */
    #masthead {
        background-color: #fff;
        transition: .5s ease top;
        top: -105px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);

        &.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }


    /*Multi Slider*/
    .slider01{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .slider-container {
        width: 100%;
        padding: 20px 0;
        position: relative;
        overflow: hidden;
    }

    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slider-slide {
        flex: 0 0 auto;
        text-align: center;
        font-size: 18px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .slider-slide img {
        max-width: 140px;
        height: auto;
        border-radius: 8px;
    }

    .slider-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .slider-button-next {
        right: 10px;
    }

    .slider-button-prev {
        left: 10px;
    }

    .slider-pagination {
        text-align: center;
        margin-top: 10px;
    }

    .slider-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    .slider-dot.active {
        background: #333;
    }
    /* End Default CSS*/

    :root {
        --primary: #038dc9;
        --secondary: #10872d;
    }

    section {
        float: left;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .header-top {
        position: relative;
        padding: 7px 0px;
        background-color: var(--secondary);
        float: left;
        width: 100%;
    }

    .header-top .top-left {
        position: relative;
        float: left;
        padding-left: 15px;
    }

    .header-top .info-list {
        position: relative;
    }

    .header-top .info-list li {
        position: relative;
        color: #ffffff;
        margin-right: 15px;
        display: inline-block;
        list-style: none;
    }

    .header-top .info-list li a {
        text-decoration: none;
        font-size: 14px;
        position: relative;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-top .top-right {
        position: relative;
        float: right;
    }

    .menu_header {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 1px 1px #e5e5e5;
        position: relative;
        background: #fff;
    }

    .header-top .info-list li .icon {
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        margin-right: 10px;
        float: left;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .logo {
        width: 227px;
        height: auto;
    }
    ul.info-list {
        margin-bottom: 0;
    }
    /*Slider*/
    #slider .carousel-control.left,
    #slider .carousel-control.right {
        opacity: 0;
        filter: alpha(opacity=0);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        transition: all .25s ease;
    }

    #slider .carousel-control .fa-angle-left {
        left: 5px;
        background: var(--primary);
    }

    #slider .carousel-control .fa-angle-right {
        right: 5px;
        background: var(--primary);
    }

    #slider .carousel-control .fa-angle-left,
    #slider .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #slider .carousel-control i {
        color: #fff;
        line-height: 40px;
        width: 40px;
        height: 40px;
        transition: all 500ms ease;
        background: var(--primary);
        border-radius: 50%;
        font-size: 20px;
        margin: 15px;
    }

    #slider .carousel-control i:hover {
        background: var(--secondary);
    }

    .slider01 {
        padding-bottom: 50px;
        padding-top: 10px;
    }
.carousel-control-prev {
    justify-content: flex-start;
}
.carousel-control-next{
    justify-content: flex-end;
}
    .slider-content {
        padding-top: 85px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 15px;
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .slide-title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: left;
    }

    .slide-sub-title {
        font-style: normal;
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        padding: 15px 0px;
    }

    .slider-description {
        color: #fff;
        font-weight: 500;
        margin: 20px 0 20px;
    }
    .slider-text {
    padding: 30px;
}

    /* Testimonial Section */
    .testimonial-section {
        position: relative;
    }

    .testimonial-section .sec-title .text {
        margin-top: 40px;
    }

    .testimonial-section .owl-carousel .owl-stage-outer {
        padding: 20px 0px;
    }

    .testimonial-section .owl-theme .testimonial-block {
        margin: 0px 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        text-align: right;
        padding-right: 15px;
    }

    .testimonial-section .btn_01 {
        position: relative;
        width: 10px;
        height: 5px;
        border-radius: 0px;
        margin-left: 10px;
        display: inline-block;
        background-color: var(--secondary);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 0.9;
    }

    .testimonial-section .btn_01.active,
    .testimonial-section .btn_01:hover {
        width: 30px;
        background-color: var(--primary);
    }

    .testimonial-block {
        position: relative;
    }

    .testimonial-block .inner-box {
        position: relative;
    }

    .testimonial-block .inner-box .upper-box {
        position: relative;
        padding-top: 9px;
        padding-left: 115px;
        margin: auto;
        width: 350px;
        text-align: center;
    }

    .testimonial-block .inner-box .upper-box .icon {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .carousel-indicators.testi_btn {
        bottom: -60px;
    }

    .testimonial-block .inner-box .upper-box h4 {
        position: relative;
        color: var(--secondary);
        font-weight: 600;
    }

    .testimonial-block .inner-box .upper-box .designation {
        position: relative;
        color: var(--primary);
        font-size: 16px;
    }

    .testimonial-block .inner-box .text {
        position: relative;
        margin-top: 35px;
        color: #000;
        font-size: 16px;
        line-height: 1.9em;
        font-weight: 500;
        text-align: center;
    }

    /* Fun fact */
    .copyright-info,
    .copyright-info a,
    .widget-content a {
        color: #fff;
    }
    .copyright-info.right {
        text-align: right;
    }

    .copyright {
        background: var(--secondary);
        padding: 6px 0px;
    }

    .footer-bottom-two .menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-widget ul.list li a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        margin-left: 15px;
        line-height: 24px;
    }

    .widgets-section li {
        margin-bottom: 10px;
    }

    .contact-widget ul.list i {
        margin-right: 10px;
    }

    .contact-widget ul.list {
        margin-bottom: 20px;
    }

    .copyright-text.text-right {
        text-align: right;
    }

    .copyright-text a {
        text-decoration: none;
    }

    section.bottom_footer {
        padding: 0px;
        background: var(--secondary);
        padding-bottom: 6px;
    }



/* theme css start here */


@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Exo:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --it-ff-body: 'Dosis', sans-serif;
  --it-ff-heading:  'Exo', sans-serif;
  --it-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --it-common-white: #fff;
  --it-common-black: #021609;
  --it-heading-primary: #021609;
  --it-grey-1: #F3FBF5;
  --it-text-body: #000;
  --it-theme-1: #038dc9;
  --it-theme-2: #10872d;
  --it-border-1: #3a3a3a;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
  .container-1210 {
    max-width: 1210px;
  }
  .container-1700 {
    max-width: 1700px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section{
  padding-bottom: 70px;
  padding-top: 70px;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--it-text-body);
  line-height: 1.3;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -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;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--it-text-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  line-height: 60px;
  color: var(--it-common-black);
  text-transform: capitalize;
}
input::-webkit-input-placeholder {
  color: #757a7b;
}
input:-moz-placeholder {
  color: #757a7b;
}
input::-moz-placeholder {
  color: #757a7b;
}
input:-ms-input-placeholder {
  color: #757a7b;
}

textarea {
  outline: none;
  color: var(--it-common-black);
  width: 100%;
  padding: 0 30px;
  border: none;
  text-transform: capitalize;
}
textarea::-webkit-input-placeholder {
  color: #757a7b;
}
textarea:-moz-placeholder {
  color: #757a7b;
}
textarea::-moz-placeholder {
  color: #757a7b;
}
textarea:-ms-input-placeholder {
  color: #757a7b;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

::selection {
  background: var(--it-theme-1);
  color: var(--it-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}
/* header start */

.navbar-brand::before {
    position: absolute;
    top: 0;
    left: -172px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background-color: #fff;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    max-width: 372px;
}
    /*Menu*/
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 600;
    }

    li.menu-item.depth-1 a {
        color: #000;
        font-size: 15px;
    }
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu.depth-0 {
        padding-left: 0;
    }

    .menu-toggle {
        display: none;
    }

    .sub-menu .menu-item a:hover, .sub-menu .menu-item a:focus {
        background-color: #14ace3;
        color: #fff !important;
    }

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }

    /* Mobile styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background: var(--primary);
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }
.carousel-indicators [data-bs-target] {
    background-color: #10872d;
}
    /* Desktop styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 256px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
            border-top: 4px solid #000;
        }

        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        /* .main-navigation li.has-children>a {
            padding-right: 30px;
        } */

        /* Show submenu on hover (desktop only) */
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }
  .bottom-h {
      padding-top: 0;
      padding-bottom: 0;
  }

    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }
    /*Menu End*/

    /* Sticky Navbar */
    #masthead {
        background-color: var(--secondary);
        transition: .5s ease top;
        top: -105px;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);

        &.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }

    .header-top {
        position: relative;
        padding: 2px 0px;
        background-color: #005980;
        float: left;
        width: 100%;
    }

    .header-top .top-left {
        position: relative;
        float: left;
        padding-left: 15px;
    }

    .header-top .info-list {
        position: relative;
    }

    .header-top .info-list li {
        position: relative;
        color: #ffffff;
        margin-right: 2px;
        display: inline-block;
        list-style: none;
        line-height: 30px;
        
    }
ul.menu {
    display: flex;
}
.info-list li a:hover i {
  color: #000;
}
    .header-top .info-list li a {
        text-decoration: none;
        font-size: 14px;
        position: relative;
        color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-top .top-right {
        position: relative;
        float: right;
    }

    .menu_header {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 1px 1px #e5e5e5;
        position: relative;
        background: #fff;
    }

    .header-top .info-list li .icon {
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 4px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--secondary);
        margin-right: 10px;
        float: left;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .logo {
        width: 90px;
        height: auto;
        z-index: 1;
        position: relative;
    }

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes itleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes itrotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes ittranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes ittranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes itswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(60%);
  }
  50% {
    opacity: 0;
    transform: translateX(-60%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
/* right bounce */
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* /right bounce */
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes faq-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes faq-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes faq-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes faq-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes it-pulse-3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(86, 139, 7);
    box-shadow: 0 0 0 0 rgb(86, 139, 7);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
  }
}
@-moz-keyframes it-pulse-3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(86, 139, 7);
    box-shadow: 0 0 0 0 rgb(86, 139, 7);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
  }
}
@-ms-keyframes it-pulse-3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(86, 139, 7);
    box-shadow: 0 0 0 0 rgb(86, 139, 7);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
  }
}
@keyframes it-pulse-3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(86, 139, 7);
    box-shadow: 0 0 0 0 rgb(86, 139, 7);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
    box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.black-bg {
  background: var(--it-common-black);
}

.theme-bg {
  background: var(--secondary);
}

.theme-bg-2 {
  background: var(--it-theme-2);
}

.grey-bg {
  background: var(--it-grey-1);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.html), pointer;
}

.it-instagram img {
  width: 100%;
}

.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--it-common-black);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.itoffcanvas__logo {
  margin-bottom: 60px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}
.itoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.itoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}
.itoffcanvas__content {
  margin-bottom: 30px;
}
.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}
.itoffcanvas__social {
  margin-top: 50px;
}
.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.itoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}
.itoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}
.itoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.itoffcanvas__info .offcanva-title {
  color: var(--it-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}
.itoffcanvas__info-address span {
  display: block;
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  font-weight: 400;
}
.itoffcanvas__info-address a {
  display: block;
  color: var(--it-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}
.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}

.it-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.it-offcanva-bottom-shape img {
  width: 100%;
}

.it-breadcrumb-list-wrap {
    position: relative;
    border: 1px solid #10872d;
    display: inline-block;
    padding: 11px 23px;
    box-shadow: 0 0 4px 2px #ccc;
    border-radius: 50px;
    margin-top: 15px;
    background-color: #10872da8;
}
.it-breadcrumb-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.it-breadcrumb-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, #021609 0%, rgba(2, 22, 9, 0.6) 46.5%, rgba(2, 22, 9, 0.3) 80%, rgba(2, 22, 9, 0) 100%);
}
.it-breadcrumb-shape-1 {
  position: absolute;
  top: -12px;
  right: 27%;
  z-index: -1;
}
.it-breadcrumb-transparent-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-breadcrumb-transparent-text {
    display: none;
  }
}
.it-breadcrumb-transparent-title {
  font-size: 65px;
  font-weight: 800;
  text-transform: uppercase;
  rotate: 90deg;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.it-breadcrumb-content {
  text-align: left;
}
.it-breadcrumb-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px #000;
}
.it-breadcrumb-list span {
  font-size: 18px;
  font-weight: 500;
  color: var(--it-common-white);
}
.it-breadcrumb-list span.dvdr {
  color: #fff;
}

.it-custom-accordion .accordion-items {
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--it-grey-1);
}
.it-custom-accordion .accordion-header {
  border-radius: 5px;
  background-color: #F3FAF6;
}
.it-custom-accordion.inner-accordion .accordion-items {
  margin-bottom: 30px;
  border: 1px solid var(--it-grey-1);
  background-color: var(--it-grey-1);
}
.it-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  padding: 20px 70px 20px 30px;
  color: var(--it-common-black);
  border-radius: 5px 5px 0 0;
}
.it-custom-accordion .accordion-buttons:not(.collapsed) {
  background: var(--it-theme-1);
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 16px;
    padding: 15px 70px 15px 30px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
  .it-custom-accordion .accordion-buttons br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
.it-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  bottom: 0;
  right: 30px;
  font-weight: 300;
  font-size: 30px;
  opacity: 1;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  border-radius: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons::after {
    font-size: 18px;
  }
}
.it-custom-accordion .accordion-buttons::after:not(.collapsed) {
  color: var(--it-common-white);
}
.it-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}
.it-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
.it-custom-accordion .accordion-body {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  padding: 15px 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #F3FAF6;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}


/*----------------------------------------*/
/*  13. Hero area start
/*----------------------------------------*/
.it-hero-area {
  padding-top: 124px;
  padding-bottom: 130px;
}

.it-hero-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.it-hero-shape-1 {
  position: absolute;
  top: 120px;
  left: 169px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-shape-1 {
    top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-shape-1 {
    top: 50px;
  }
}
.it-hero-shape-1 span {
  color: var(--it-theme-1);
}
.it-hero-shape-2 {
  position: absolute;
  top: 25px;
  right: 0;
  left: 50px;
  text-align: center;
  z-index: -1;
  animation: rotate2 15s linear infinite;
}
.it-hero-shape-3 {
  height: 100%;
}
.it-hero-shape-3 span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.it-hero-shape-3 span::before {
  position: absolute;
  width: 668px;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--it-theme-1);
  content: "";
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-shape-3 span::before {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-shape-3 span::before {
    width: 400px;
  }
}
.it-hero-shape-4 {
  position: absolute;
  bottom: 213px;
  left: 605px;
}
.it-hero-shape-4 span {
  color: var(--it-common-white);
}
.it-hero-subtitle {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: var(--it-theme-1);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.it-hero-subtitle.subtitle-yellow {
  color: var(--it-theme-2);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.it-hero-title {
  font-size: 80px;
  color: var(--it-common-black);
  text-transform: capitalize;
  margin-bottom: 25px;
}
.it-hero-title.text-white {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .it-hero-title {
    font-size: 44px;
  }
}
.it-hero-title.hero-big-title {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
.it-hero-title.hero-big-title span {
  display: inline-block;
  color: var(--it-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title.hero-big-title {
    font-size: 79px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title.hero-big-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title.hero-big-title {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  .it-hero-title.hero-big-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title.hero-big-title {
    font-size: 59px;
  }
}
.it-hero-content p {
  font-size: 18px;
  margin-bottom: 45px;
  margin-right: 20px;
}
.it-hero-video a {
  font-size: 17px;
  font-weight: 500;
  color: var(--it-theme-1);
}
.it-hero-video a i {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: var(--it-theme-1);
  background: var(--it-common-white);
  border-radius: 50%;
  margin-right: 14px;
  transition: 0.3s;
  padding-left: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: it-pulse-3 1.5s infinite;
}
.it-hero-video a i:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-hero-thumb {
  position: relative;
}
.it-hero-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-button {
    margin-bottom: 50px;
  }
}

.it-hero-2-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.it-hero-2-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--it-grey-1);
  content: "";
  opacity: 0.9;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-2-title-wrap {
    padding-bottom: 0;
  }
}
.it-hero-2-shape {
  position: absolute;
  right: 50px;
  top: 30px;
  animation: itswing 1s forwards infinite alternate;
}
.it-hero-2-title {
  font-size: 72px;
  display: inline-block;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-2-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .it-hero-2-title {
    font-size: 45px;
  }
}
.it-hero-2-title span {
  color: var(--it-theme-1);
}
.it-hero-2-content p {
  font-size: 18px;
  margin-right: 70px;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .it-hero-2-content p {
    margin-right: 0;
  }
}
.it-hero-2-thumb {
  left: -180px;
  bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-2-thumb {
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
  }
}
.it-hero-2-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-2-thumb img {
    max-width: 100%;
  }
}

.it-slider-3-big-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -156px;
  z-index: 6;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-slider-3-big-text {
    display: none;
  }
}
.it-slider-3-big-title {
  font-size: 122px;
  font-weight: 800;
  text-transform: uppercase;
  rotate: 90deg;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  position: relative;
}
.it-slider-3-big-title::after {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--it-theme-1);
  overflow: hidden;
  width: 100%;
  transition: all 2s ease-out 0s;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
  opacity: 0.2;
}
.it-slider-3-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #021609 0%, rgba(2, 22, 9, 0.6) 45.5%, rgba(2, 22, 9, 0.3) 69%, rgba(2, 22, 9, 0) 100%);
  z-index: 2;
}
.it-slider-3-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 2500ms ease-in;
  transition: transform 7000ms ease, opacity 2500ms ease-in, -webkit-transform 7000ms ease;
}
.it-slider-3-content-box {
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
}
.it-slider-3-button {
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
.it-slider-3-height {
  height: 800px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-slider-3-height {
    height: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-3-height {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-3-height {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-3-height {
    height: 690px;
  }
}
@media (max-width: 767px) {
  .it-slider-3-height {
    height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-3-height {
    height: 650px;
  }
}
.it-slider-3-dsc p {
  font-size: 18px;
  color: var(--it-common-white);
  margin-right: 170px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .it-slider-3-dsc p {
    margin-right: 0;
  }
}
.it-slider-3-shape-1 {
  position: absolute;
  right: 20%;
  z-index: 3;
}
.it-slider-3-shape-2 {
  position: absolute;
  right: 2.8%;
  z-index: 3;
}
.it-slider-3-arrow-box {
  position: absolute;
  bottom: 89px;
  right: 140px;
  z-index: 6;
}
@media (max-width: 767px) {
  .it-slider-3-arrow-box {
    right: auto;
    left: 15px;
    bottom: 40px;
  }
}
.it-slider-3-arrow-box button i {
  font-size: 16px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: var(--it-common-black);
  background-color: var(--it-theme-2);
  border-radius: 50%;
  transition: 0.3s;
}
.it-slider-3-arrow-box button.slider-3-prev::after {
  width: 2px;
  height: 20px;
  content: "";
  display: inline-block;
  background-color: var(--it-common-white);
  margin: 0 13px;
}
.it-slider-3-arrow-box button.slider-3-prev i:hover {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-slider-3-arrow-box button.slider-3-next i {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-slider-3-arrow-box button.slider-3-next i:hover {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-slider-3-active .swiper-slide-active .it-slider-3-bg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.it-slider-3-active .swiper-slide-active .it-slider-3-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 3000ms ease;
}
.it-slider-3-active .swiper-slide-active .it-slider-3-content-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 3000ms ease;
}

.it-hero-4-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  text-align: center;
  z-index: -1;
  animation: ittranslateX2 4s infinite alternate;
}
.it-hero-4-shape-1 span {
  color: var(--it-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-4-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-4-shape-1 {
    right: 0;
    text-align: end;
  }
}
.it-hero-4-tb {
  padding-top: 245px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-4-tb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-4-tb {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-tb {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-tb {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .it-hero-4-tb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-4-tb {
    padding-top: 145px;
    padding-bottom: 90px;
  }
}
.it-hero-4-content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .it-hero-4-content p {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-4-content p {
    font-size: 22px;
  }
}
.it-hero-4-clients-review {
  position: absolute;
  top: -28%;
  right: 26%;
  padding: 25px 50px;
  background-color: #009961;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-4-clients-review {
    top: -28%;
    right: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-clients-review {
    right: -3%;
  }
}
.it-hero-4-clients-review::after {
  position: absolute;
  width: 91px;
  height: 91px;
  top: 14px;
  right: 70px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.it-hero-4-clients-review .clients-review-number, .it-hero-4-clients-review .it-count-text {
  font-size: 70px;
  font-weight: 700;
  color: var(--it-common-white);
  margin-bottom: 0;
}
.it-hero-4-clients-review span {
  font-size: 24px;
  font-weight: 700;
  color: var(--it-common-white);
}
.it-hero-4-thumb-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-hero-4-thumb-box {
    right: -6%;
    bottom: -7%;
    scale: 0.8;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-4-thumb-box {
    right: -11%;
    bottom: -10%;
    scale: 0.7;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-4-thumb-box {
    right: -12%;
    bottom: -12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-4-thumb-box {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-thumb-box {
    position: static;
    scale: 0.9;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .it-hero-4-thumb-box {
    display: none;
  }
}
.it-hero-4-thumb img {
  max-width: inherit;
}
.it-hero-4-thumb-shape-1 {
  position: absolute;
  top: -44%;
  right: 22%;
  z-index: -2;
  animation: rotate2 15s linear infinite;
}
.it-hero-4-thumb-shape-1 span {
  color: var(--it-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-4-thumb-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-4-thumb-shape-1 {
    z-index: -2;
  }
}

.swiper-slide.swiper-slide-active .it-hero-subtitle {
  animation-delay: 0.6s;
  animation-duration: 0.8s;
}

/* about us start */
.choose-img {
    position: relative;
    text-align: right;
}
.choose-img .img-1 {
    width: 100%;
    /* border-radius: 100px 0px 100px 100px; */
    height: auto;
}
.choose-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.choose-img:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.choose-img .img-2 {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 70%;
    border-radius: 100px 100px 100px 0px;
    border: 15px solid #fff;
}
.choose-img .shape {
    position: absolute;
    left: 0;
    top: 70px;
    width: 150px;
    z-index: -1;
}




.it-about-shape-1 {
  position: absolute;
  top: 10%;
    left: 8%;
  right: 0;
  text-align: center;
  animation: rotate2 15s linear infinite;
  z-index: -1;
}
.it-about-shape-2 {
  position: absolute;
  bottom: 160px;
  right: 30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb-box {
    margin-bottom: 50px;
  }
}
.it-about-thumb-text {
  position: absolute;
  left: -180px;
  rotate: 270deg;
  top: 250px;
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-thumb-text {
    left: -200px;
  }
}
.it-about-thumb-text h3 {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--it-theme-2);
  margin-right: -32px;
}
.it-about-thumb-text h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--it-theme-2);
  overflow: hidden;
  width: 100%;
  transition: all 2s ease-out 0s;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
}
.it-about-thumb-1 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-1 img {
    width: 100%;
  }
}
.it-about-thumb-2 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-2 img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.it-about-thumb-3 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-3 img {
    width: 100%;
  }
}
.it-about-thumb-4 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-4 img {
    width: 100%;
  }
}
.it-about-item-icon {
  margin-right: 30px;
}
.it-about-item-icon i {
  font-size: 35px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  border-radius: 10px;
  display: inline-block;
  color: var(--it-common-white);
  background: var(--secondary);
}
.it-about-item-title {
  font-size: 24px;
  font-weight: 700;
}
.it-about-item-text p {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-about-item-text p {
    margin-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-about-info {
    flex-wrap: wrap;
  }
  .it-about-info .it-about-btn {
    margin-bottom: 20px;
  }
}
.it-about-info__title {
  display: block;
  font-size: 14px;
  color: var(--it-theme-1);
  margin-bottom: 5px;
}

.pl-20 {
    padding-left: 20px;
}
/*----------------------------------------*/
/*  21. Service area start
/*----------------------------------------*/
.it-service-shape-1 {
  position: absolute;
  left: 15%;
  top: 6%;
  animation: rotate2 15s linear infinite;
}
@media (max-width: 767px) {
  .it-service-shape-1 {
    display: none;
  }
}
.it-service-item {
  padding: 40px 30px;
  background: var(--it-common-white);
  box-shadow: 0 4px 30px 0 rgba(2, 22, 9, 0.1);
  border-radius: 10px;
  margin-bottom: 63px;
  transition: 0.3s;
}
.it-service-item p {
  transition: 0.3s;
}
.it-service-item:hover {
  background-color: var(--it-theme-1);
}
.it-service-item:hover p {
  color: var(--it-common-white);
}
.it-service-item:hover .it-section-title-sm {
  color: var(--it-common-white);
}
.it-service-item:hover .it-service-icon i {
  color: var(--it-common-white);
}
.it-service-item:hover .it-service-action i {
  background-color: var(--it-theme-2);
}
.it-service-item-thumb img {
  border-radius: 10px;
  width: 100%;
}
.it-service-icon i {
  font-size: 40px;
  color: var(--it-theme-1);
  transition: 0.3s;
}
.it-service-action i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  rotate: -40deg;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border-radius: 50%;
  transition: 0.3s;
}

.it-service-2-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.it-service-2-area::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--it-common-black);
  opacity: 0.6;
  z-index: -1;
}
.it-service-2-area.service-style-5::before {
  background: #f3faf6;
  opacity: 0.9;
}
.it-service-2-area.service-style-5 .it-service-5-shape {
  position: absolute;
  left: 46px;
  top: 52px;
  z-index: -1;
  animation: rotate2 15s linear infinite;
}
.it-service-2-area.inner-service-1::before {
  background-color: var(--it-common-white);
}
.it-service-2-item {
  padding: 33px 25px;
  border-radius: 10px;
  background-color: var(--it-common-white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: 0.3s;
}
.it-service-2-item:hover {
  background-color: var(--it-theme-1);
}
.it-service-2-item:hover .it-service-2-thumb-shape span {
  color: var(--it-theme-2);
}
.it-service-2-item:hover .it-section-title-sm {
  color: var(--it-common-white);
}
.it-service-2-item:hover p {
  color: var(--it-common-white);
}
.it-service-2-item:hover .it-service-2-icon a i {
  background-color: var(--it-theme-2);
}
.it-service-2-item:hover .it-service-2-content-shape {
  opacity: 1;
  visibility: visible;
}
.it-service-2-item:hover .it-service-4-thumb img {
  border: 4px solid var(--it-theme-2);
}
.it-service-2-item:hover .it-service-4-thumb-box::before {
  bottom: 0;
  left: -47px;
  opacity: 0.5;
  visibility: visible;
}
.it-service-2-item .it-section-title-sm:hover {
  color: var(--it-theme-2);
}
.it-service-2-item p {
  transition: 0.3s;
}
.it-service-2-content-shape {
  position: absolute;
  bottom: -14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}
.it-service-2-thumb {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.it-service-2-thumb-shape span {
  color: var(--it-theme-1);
  transition: 0.3s;
}
.it-service-2-icon a i {
  width: 62px;
  height: 62px;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border-radius: 50%;
  transition: 0.3s;
}

.it-service-3-area.service-style-3 .it-service-6-shape {
  position: absolute;
  right: 11%;
  top: 21%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-service-3-area.service-style-3 .it-service-6-shape {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-service-3-area.service-style-3 .it-service-6-shape {
    right: 6%;
  }
}
.it-service-3-area.portfolio-inner .it-service-3-item {
  margin-bottom: 20px;
}
.it-service-3-item {
  border-radius: 10px;
}
.it-service-3-item-title {
  position: relative;
  font-size: 18px;
  left: -280px;
  padding: 10px 53px 10px 20px;
  color: var(--it-common-white);
  text-transform: uppercase;
  transition: 0.4s;
  display: block;
}
.it-service-3-item-title::before {
  position: absolute;
  width: 100%;
  height: 50px;
  top: -5px;
  left: 0;
  content: "";
  background-color: var(--it-theme-1);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  z-index: -1;
}
.it-service-3-item:hover .it-service-3-thumb img {
  transform: scale(1.2);
}
.it-service-3-item:hover .it-service-3-item-title {
  left: 0;
}
.it-service-3-item:hover .it-service-3-categories {
  left: 0;
}
.it-service-3-content {
  position: absolute;
  bottom: 40px;
  z-index: 5;
}
.it-service-3-thumb img {
  transform: scale(1);
  transition: 0.5s;
  border-radius: 10px;
  width: 100%;
}
.it-service-3-categories {
  position: relative;
  font-size: 14px;
  padding: 10px 53px 10px 20px;
  color: var(--it-common-white);
  display: inline-block;
  left: -140px;
  transition: 0.3s;
}
.it-service-3-categories::before {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 4px;
  left: 0;
  content: "";
  background-color: var(--it-theme-2);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  z-index: -1;
}
.it-service-3-arrow-box .service-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: -118px;
  transform: translateY(-50%);
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 22;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-service-3-arrow-box .service-prev {
    left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-service-3-arrow-box .service-prev {
    left: -20px;
  }
}
.it-service-3-arrow-box .service-prev:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-service-3-arrow-box .service-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  text-align: center;
  border-radius: 50%;
  right: -118px;
  transition: 0.3;
  z-index: 22;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-service-3-arrow-box .service-next {
    right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-service-3-arrow-box .service-next {
    right: -20px;
  }
}
.it-service-3-arrow-box .service-next:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-service-3-dots {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.it-service-3-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 0 7px;
}
.it-service-3-dots .swiper-pagination-bullet::after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--it-theme-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.it-service-3-dots .swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}
.it-service-3-dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

.it-service-4-area {
  padding-bottom: 380px;
}
.it-service-4-area.it-inner-service-3 {
  padding-bottom: 100px;
}
.it-service-4-thumb img {
  width: 193px;
  height: 193px;
  border: 4px solid var(--it-theme-1);
  border-radius: 50%;
}
.it-service-4-thumb-box::before {
  position: absolute;
  width: 287px;
  height: 287px;
  content: "";
  border-radius: 50%;
  bottom: 102%;
  left: -100%;
  background: var(--it-common-white);
  opacity: 0;
  visibility: 0;
  z-index: -1;
  transition: 0.3s;
}
.it-service-4-shape {
  position: absolute;
  right: 6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-sv-details__wrapp {
    margin-left: 0;
  }
}
.it-sv-details__wrapp p {
  margin-bottom: 23px;
}
.it-sv-details__search-box {
  border: 1px solid var(--it-grey-1);
  border-radius: 5px;
}
.it-sv-details__search-box input {
  padding: 0 55px 0 20px;
}
.it-sv-details__search-box input::placeholder {
  color: var(--it-common-black);
}
.it-sv-details__search-box button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.it-sv-details__search-box button span {
  color: var(--it-common-black);
}
.it-sv-details__services-title {
  font-size: 26px;
}
.it-sv-details__services-list a {
  position: relative;
  display: block;
  padding: 20px 31px 20px 20px;
  color: var(--it-common-black);
  margin-bottom: 10px;
  border: 1px solid var(--it-grey-1);
  border-radius: 5px;
  transition: 0.3s;
}
.it-sv-details__services-list a:hover {
  color: var(--it-theme-2);
}
.it-sv-details__services-list a:hover i {
  right: 15px;
}
.it-sv-details__services-list a i {
  position: absolute;
  top: 23px;
  right: 20px;
  transition: 0.3s;
}
.it-sv-details__contact {
  padding: 50px 16px 50px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 2;
}
.it-sv-details__contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #021609;
  opacity: 0.8;
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.it-sv-details__contact-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--it-theme-2);
}
.it-sv-details__contact-text span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--it-common-white);
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-sv-details__contact-text span {
    font-size: 25px;
  }
}
.it-sv-details__contact-time span {
  display: inline-block;
  font-size: 14px;
  color: var(--it-common-white);
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-sv-details__contact-time span {
    display: block;
  }
}
.it-sv-details__main-thumb img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.it-sv-details__title {
    font-size: 35px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-sv-details__title {
    font-size: 35px;
  }
}
.it-sv-details__notes-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--it-common-black);
  margin: 0;
}
.ser-lo-h2{
  margin-bottom: 20px;
  font-size: 22px;
}
.ser-lo-p{
  margin-bottom: 35px !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-sv-details__setup-title {
    margin-right: 55px;
  }
}
@media (max-width: 767px) {
  .it-sv-details__setup-title {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-sv-details__banner {
    margin-bottom: 35px;
  }
}
.it-sv-details__banner img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sv-details__banner img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .it-sv-details__banner img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sv-details__banner-text p {
    font-size: 14px;
  }
}
.it-sv-details__banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-sv-details__banner-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sv-details__banner-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .it-sv-details__banner-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-sv-details__banner-title {
    font-size: 24px;
  }
}
.it-sv-details__banner-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  padding-left: 25px;
  color: var(--it-common-black);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.it-sv-details__banner-list ul li i {
  position: absolute;
  color: var(--it-theme-1);
  top: 3px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-sv-details__content-wrapp {
    margin-left: 0;
  }
}
.it-sv-details__content-title {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sv-details__content-title {
    font-size: 30px;
  }
}
.it-sv-details__button a {
  text-transform: uppercase;
  border-radius: 50px;
}
.it-sv-details__video-thumb img {
  border-radius: 10px;
}
.it-sv-details__play {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.it-sv-details__play a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
.it-sv-details__play a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

/* working process start */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .subscribe-bg-shape .shape-1 {
        right: 13%;
    }
}
.process-one__content p {
    margin-bottom: 0;
}
.subscribe-bg-shape .shape-1 {
    position: absolute;
    z-index: 2;
    right: 8%;
    bottom: -24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .subscribe-bg-shape .shape-two {
        right: 3%;
    }
}
img.shape-2 {
    display: none;
}
.subscribe-bg-shape .shape-two {
    position: absolute;
    right: 8%;
    top: 215px;
    z-index: 5;
}
.subscribe-bg-shape .shape-two .shape-1 {
    position: absolute;
    bottom: -415px;
    left: 8px;
    max-width: 92px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .subscribe-bg-shape .shape-three {
        right: 8.5%;
    }
}
.subscribe-bg-shape .shape-three {
    position: absolute;
    right: 14%;
    top: 260px;
    z-index: 5;
}

.process-one {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
    background-color: #f7f4f1;
}
.process-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.process-one__inner {
    position: relative;
    display: block;
}
.process-one__shape-1{
    position: absolute;
    top: 90px;
    left: 50%;
    width: 1000px;
    height: 1px;
    background-color: rgba(14, 48, 38, .30);
    transform: translateX(-50%);
}
.list-unstyled {
    padding-left: 0;
}
.process-one__single {
    position: relative;
    display: block;
    text-align: center;
}
.process-one__icon-inner-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.process-one__icon-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    height: 180px;
    background-color: #fff;
    border: 1px solid rgba(14, 48, 38, .30);
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}
.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border: 2px solid #666666;
    background-color: var(--secondary);
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.process-one__icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.process-one__content {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
.process-one__count {
    position: relative;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 25px auto 15px;
}
.process-one__count::before {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.process-one__single:hover .process-one__icon span {
    animation-name: shakeX;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes shakeX {
  0% {
    transform: translateX(0);
  }
  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);
  }
}

/*----------------------------------------*/
/*  09. faq area start
/*----------------------------------------*/
.it-faq-title-box {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-title-box {
    margin-bottom: 40px;
  }
}
.it-faq-thumb {
  border-radius: 10px;
  position: relative;
}
.it-faq-thumb-1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.it-faq-thumb-1::after {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.it-faq-thumb:hover .it-faq-thumb-1::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.it-faq-thumb:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-faq-thumb {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.it-faq-thumb-box {
  top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-thumb-box {
    margin-bottom: 50px;
  }
}
.it-faq-thumb > span {
  position: absolute;
  width: 597px;
  height: 667px;
  background-color: var(--it-theme-1);
  content: "";
  top: -30px;
  right: -10px;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-thumb > span {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-thumb > span {
    width: 300px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-thumb > span {
    left: 15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-faq-thumb > span {
    left: 20px;
    bottom: -8px;
  }
}
@media (max-width: 767px) {
  .it-faq-thumb > span {
    display: none;
  }
}
.it-faq-thumb img {
  border-radius: 10px;
  transition: 1.2s;
}

/*----------------------------------------*/
/*  25. Video area start
/*----------------------------------------*/
.it-video-shape {
  position: relative;
}
.it-video-shape::before, .it-video-shape::after {
  position: absolute;
  top: -190px;
  left: -135px;
  width: 514px;
  height: 514px;
  opacity: 0.2;
  content: "";
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.it-section-title{
    font-size: 35px;
}
.it-video-shape::after {
  top: 79px;
  left: auto;
  right: -40px;
}
.it-video-wrapp {
  border-radius: 10px;
}
.it-video-content {
    padding: 35px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-video-content {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .it-video-content {
    padding: 24px 30px;
  }
}
.it-video-text p {
  color: var(--it-common-white);
  margin-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .it-video-text p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-video-thumb {
    margin-top: 40px;
  }
}
.it-video-thumb-box {
  width: 372px;
  height: 271px;
  left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-video-thumb-box {
    left: 0;
  }
}
@media (max-width: 767px) {
  .it-video-thumb-box {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.it-video-play {
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 0;
  right: 0;
  color: var(--it-theme-1);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
}
.it-video-play i {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-common-white);
  animation: it-pulse-3 1.5s infinite;
}

.it-video-2-area {
  margin-top: -280px;
}
.it-video-2-area.video-style-2 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.it-video-2-area.video-style-2::before {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  content: "";
  background: #021609;
  opacity: 0.8;
}
.it-video-2-wrapp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 152px 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-video-2-wrapp {
    padding: 152px 60px;
  }
}
@media (max-width: 767px) {
  .it-video-2-wrapp {
    padding: 90px 20px;
  }
}
.it-video-2-wrapp::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  border-radius: 10px;
  background-color: var(--it-common-black);
  z-index: -2;
}
.it-video-2-big-title {
  font-size: 120px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-video-2-big-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-video-2-big-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-video-2-big-title {
    margin-bottom: 50px;
    font-size: 80px;
  }
}
.it-video-2-big-title span {
  margin-left: 215px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-video-2-big-title span {
    margin-left: 0;
  }
}
.it-video-2-icon-box a {
  position: relative;
  width: 104px;
  height: 104px;
  background-color: var(--it-common-white);
  display: inline-block;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--it-common-black);
}
.it-video-2-icon-box a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--it-common-white);
  opacity: 0.5;
  content: "";
  border-radius: 50%;
  transform: scale(1.5);
}
.it-video-2-icon-box a::before {
  position: absolute;
  top: 50px;
  left: -150%;
  width: 448px;
  height: 448px;
  content: "";
  border-radius: 45% 45% 80% 66%/62% 47% 82% 35%;
  background-color: var(--it-theme-1);
  opacity: 0.5;
  z-index: -1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-video-2-icon-box a::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-style-2 .it-section-title {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .video-style-2 .it-section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .video-style-2 .it-video-action a {
    margin-bottom: 20px;
  }
}

/* testimonials start */
.it-testimonial-shape-1 {
  position: absolute;
  right: 110px;
  top: -100px;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom center;
}
@media (max-width: 767px) {
  .it-testimonial-shape-1 {
    display: none;
  }
}
.it-testimonial-content {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-content {
    margin-left: 0;
  }
}
.it-testimonial-thumb {
  left: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-thumb {
    left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-thumb {
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.it-testimonial-thumb img {
  rotate: -10deg;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-thumb img {
    rotate: 0deg;
  }
}
.it-testimonial-thumb .thumb-shape-1 {
  position: absolute;
  width: 430px;
  height: 440px;
  left: -20px;
  top: -10px;
  rotate: 3deg;
  border-radius: 20px;
  transform: scale(0.9);
  border: 3px solid var(--it-common-white);
}
@media (max-width: 767px) {
  .it-testimonial-thumb .thumb-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-testimonial-thumb .thumb-shape-1 {
    display: block;
  }
}
.it-testimonial-thumb .thumb-shape-2 {
  width: 430px;
  height: 440px;
  position: absolute;
  top: -10px;
  rotate: -3deg;
  left: -20px;
  border-radius: 20px;
  transform: scale(0.9);
  border: 3px solid var(--primary);
}
@media (max-width: 767px) {
  .it-testimonial-thumb .thumb-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-testimonial-thumb .thumb-shape-2 {
    display: block;
  }
}
.it-testimonial-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.it-testimonial-area{
    background: #343434;
}
.it-testimonial-dsc {
  left: 30px;
  margin-bottom: 35px;
}
.it-testimonial-dsc::before {
  position: absolute;
  width: 3px;
  height: 152px;
  background: var(--it-common-white);
  content: "";
  bottom: 8px;
  left: -18px;
}
.it-testimonial-dsc p {
  font-size: 18px;
  color: var(--it-common-white);
  line-height: 1.9;
  margin-right: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-dsc p {
    font-size: 16px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-testimonial-dsc p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-testimonial-dsc p {
    margin-right: 0;
    font-size: 16px;
  }
}
.it-testimonial-dsc .qoute-1 {
  top: 7px;
  left: -30px;
  font-size: 23px;
  position: absolute;
  display: inline-block;
  transform: rotateY(180deg);
  color: var(--it-common-white);
}
.it-testimonial-avater-thumb {
  margin-right: 20px;
}
.it-testimonial-avater-thumb img {
  width: 70px;
  height: 70px;
  border: 1px solid var(--it-common-white);
  display: inline-block;
  border-radius: 50px;
}
.it-testimonial-avater-title {
  font-size: 24px;
  color: var(--it-common-white);
}
.it-testimonial-avater-designation {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.it-testimonial-arrow-box {
  position: absolute;
  bottom: 20px;
  right: 185px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-arrow-box {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .it-testimonial-arrow-box {
    position: absolute;
    bottom: -63px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
  }
}
.white-b{
  background-color: #fff;
}
.text-b{
  color: #000;
}
.it-testimonial-arrow-box .testimonial-prev {
  position: relative;
  color: var(--it-theme-2);
  left: -10px;
  z-index: 2;
}
.it-testimonial-arrow-box .testimonial-prev::before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  bottom: -10px;
  left: -16px;
  border-radius: 50px;
  background-color: var(--it-common-white);
  z-index: -1;
  transition: 0.3s;
}
.it-testimonial-arrow-box .testimonial-prev:hover {
  color: var(--it-theme-1);
}
.it-testimonial-arrow-box .testimonial-prev:hover::before {
  background-color: var(--it-theme-2);
}
.it-testimonial-arrow-box .testimonial-next {
  position: relative;
  color: var(--it-theme-2);
  right: -10px;
  z-index: 2;
}
.it-testimonial-arrow-box .testimonial-next::before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  bottom: -10px;
  right: -16px;
  border-radius: 50px;
  background-color: var(--it-common-white);
  z-index: -1;
  transition: 0.3s;
}
.it-testimonial-arrow-box .testimonial-next:hover {
  color: var(--it-theme-1);
}
.it-testimonial-arrow-box .testimonial-next:hover::before {
  background-color: var(--it-theme-2);
}

.it-testimonial-2-title-box p {
  color: var(--it-common-white);
  margin-bottom: 37px;
}
.it-testimonial-2-review-box {
  padding: 14px 20px;
  border-radius: 5px;
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-2-review-box {
    flex-wrap: wrap;
  }
}
.it-testimonial-2-review-icon span {
  font-size: 18px;
  height: 56px;
  width: 56px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  border-radius: 50%;
  background-color: var(--it-common-black);
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-2-review-icon span {
    margin-bottom: 20px;
  }
}
.it-testimonial-2-review-icon span img {
  transform: translateY(-5px);
}
.it-testimonial-2-review-content span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--it-common-black);
  display: inline-block;
  margin-bottom: 10px;
}
.it-testimonial-2-ratting span {
  color: var(--it-theme-2);
}
.it-testimonial-2-wrapper {
  padding: 32px 40px;
  background-color: var(--it-common-white);
  margin-left: 60px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-testimonial-2-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-testimonial-2-wrapper {
    padding: 20px;
    margin-left: 0;
  }
}
.it-testimonial-2-item-shape {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
  top: 0;
  opacity: 0.1;
}
.it-testimonial-2-item-shape span {
  font-size: 217px;
}
.it-testimonial-2-item p {
  font-size: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-testimonial-2-item p {
    font-size: 16px;
  }
}
.it-testimonial-2-avater {
  margin-right: 20px;
}
.it-testimonial-2-avater img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid var(--it-theme-1);
}
.it-testimonial-2-avater-info span {
  color: var(--it-theme-2);
}
.it-testimonial-2-avater-title {
  font-size: 24px;
}
.it-testimonial-2-active .it-service-3-dots {
  position: absolute;
  bottom: 40px;
  left: auto;
  right: 40px;
  z-index: 66;
}

.it-testimonial-3-shape {
  position: absolute;
  top: -30px;
  left: 50px;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom center;
}
.it-testimonial-3-thumb {
  position: relative;
}
.it-testimonial-3-thumb::before {
  position: absolute;
  width: 262px;
  height: 368px;
  border: 3px solid var(--it-theme-2);
  content: "";
  top: -24px;
  border-radius: 170px 10px 10px 10px;
  left: 22px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-3-thumb::before {
    display: none;
  }
}
.it-testimonial-3-thumb img {
  border-radius: 170px 10px 10px 10px;
}
.it-testimonial-3-content {
  padding: 73px 73px 33px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-testimonial-3-content {
    padding: 30px;
  }
}
.it-testimonial-3-dsc i {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  display: inline-block;
}
.it-testimonial-3-avater-title {
  font-size: 24px;
}
.it-testimonial-3-avater-info span {
  color: var(--it-theme-2);
}
.it-testimonial-3-avater-quote i {
  font-size: 128px;
  opacity: 0.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-testi-4 .it-section-title {
    font-size: 30px;
  }
}
.it-testi-4-active {
  margin-right: -460px;
}
@media (max-width: 767px) {
  .it-testi-4-active {
    margin: 0;
  }
}
.it-testi-4 .it-project-arrow-box {
  text-align: end;
}
@media (max-width: 767px) {
  .it-testi-4 .it-project-arrow-box {
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-testi-4 .it-project-arrow-box {
    text-align: end;
  }
}
.it-testi-4-content {
  padding: 34px 30px;
  border-radius: 10px;
  background-color: var(--it-common-white);
  position: relative;
}
.it-testi-4-content::before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
  content: "";
  clip-path: polygon(100% 0, 0 58%, 100% 100%);
  background-color: var(--it-common-white);
}
.it-testi-4-thumb {
  flex: 0 0 auto;
  margin-top: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .it-testi-4-thumb {
    display: none;
  }
}
.it-testi-4-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.it-testi-4-review-box a {
  color: var(--it-theme-2);
  margin-right: 8px;
}
.it-testi-4-avater-title {
  font-size: 18px;
  text-transform: uppercase;
}
.it-testi-4-avater span {
  color: var(--it-theme-2);
}
.it-testi-4-quote {
  margin-top: -20px;
  opacity: 0.1;
}
.it-testi-4-quote i {
  font-size: 62px;
}


/*----------------------------------------*/
/*  07. Coverage area start
/*----------------------------------------*/
.it-coverage-shape-1 {
  position: absolute;
  left: 13%;
  bottom: 5%;
  animation: rotate2 15s linear infinite;
}
.it-coverage-shape-2 {
  position: absolute;
  right: 4%;
  top: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-coverage-shape-2 {
    top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-coverage-title-wrap {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  23. Team area start
/*----------------------------------------*/
.it-team-item {
  border-radius: 5px;
}
.our-team .image-box img {
    width: 100%;
    height: auto;
}
.it-team-item:hover .it-team-content {
  bottom: -35%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-team-item:hover .it-team-content {
    bottom: -25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-team-item:hover .it-team-content {
    bottom: -22%;
  }
}
.it-team-item:hover .it-team-thumb img {
  transform: scale(1.2);
}
.it-team-thumb img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.it-team-content {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -60%;
  padding: 35px 37px;
  background-color: var(--it-theme-1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.it-team-social a {
  font-size: 15px;
  padding-left: 10px;
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-team-social a:hover {
  color: var(--it-theme-2);
}
.it-team-text .it-secttion-title-sm {
  color: var(--it-common-white);
}
.it-team-text .it-secttion-title-sm:hover {
  color: var(--it-theme-2);
}
.it-team-text span {
  color: var(--it-common-white);
}

.it-team-2-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.it-team-2-item-box {
  padding: 110px 100px;
}
@media (max-width: 767px) {
  .it-team-2-item-box {
    padding: 70px 40px;
  }
}
.it-team-2-item-title {
  font-size: 24px;
  color: var(--it-common-white);
  display: inline-block;
  transition: 0.3s;
}
.it-team-2-item-title:hover {
  color: var(--it-theme-1);
}
.it-team-2-item-thumb img {
  border-radius: 10px;
  width: 100%;
}
.it-team-2-item span {
  font-size: 14px;
  color: var(--it-theme-2);
  display: block;
}
.it-team-2-content {
  padding: 100px 80px;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-team-2-content {
    padding: 80px 28px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-team-2-content {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .it-team-2-content {
    padding: 80px 20px;
  }
}
.it-team-2-text {
  margin-right: 166px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-team-2-text {
    margin-right: 0;
  }
}
.it-team-2-text p {
  color: var(--it-common-white);
  margin-right: 30px;
  margin-bottom: 0;
}
.it-team-2-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--it-common-white);
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-team-2-title {
    font-size: 30px;
  }
}
.it-team-2-thumb {
  position: absolute;
  top: 0;
  right: -80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-team-2-thumb {
    display: none;
  }
}
.it-team-2-shape {
  position: absolute;
  top: 0;
  right: 15px;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: bottom center;
}

.it-team-3-area {
  background: linear-gradient(180deg, #f3faf6 0%, rgba(243, 250, 246, 0) 100%);
}
.it-team-3-item {
  padding: 20px;
  background-color: var(--it-common-white);
  box-shadow: 0 4px 15px 0 rgba(2, 22, 9, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.it-team-3-item:hover {
  background-color: var(--it-theme-1);
}
.it-team-3-item:hover .it-team-3-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.it-team-3-item:hover .it-team-3-title {
  color: var(--it-common-white);
}
.it-team-3-item:hover .it-team-3-content span {
  color: var(--it-theme-2);
}
.it-team-3-item:hover .it-team-3-thumb-box::before {
  opacity: 0.5;
  visibility: visible;
  transform: scale(1);
}
.it-team-3-thumb {
  margin-bottom: 30px;
}
.it-team-3-thumb img {
  width: 100%;
  border-radius: 10px;
}
.it-team-3-thumb-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #021609;
  content: "";
  border-radius: 10px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.it-team-3-social {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-10%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.it-team-3-social a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
  margin-right: 5px;
}
.it-team-3-social a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-team-3-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--it-common-black);
  transition: 0.3s;
}
.it-team-3-content span {
  color: var(--it-theme-1);
  transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-tm-details-head {
    padding-bottom: 30px;
  }
}
.it-tm-details-wrapp {
  padding: 50px 50px 40px 50px;
  background: var(--it-grey-1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-tm-details-wrapp {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-tm-details-wrapp {
    padding: 30px;
  }
}
.it-tm-details-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-tm-details-thumb img {
    width: 100%;
  }
}
.it-tm-details-thumb-box {
  flex: 0 0 auto;
  padding: 40px 40px 0 40px;
  height: 367px;
  margin-right: 62px;
  border-radius: 10px;
  background: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-tm-details-thumb-box {
    height: 658px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-tm-details-thumb-box {
    padding: 20px;
    height: 368px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-tm-details-thumb-box {
    height: 538px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.it-tm-details-avater-social {
  margin-top: 40px;
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
  background-color: var(--it-grey-1);
}
.it-tm-details-avater-social a:hover i {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-tm-details-avater-social a i {
  font-size: 15px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
  transition: 0.3s;
}
.it-tm-details-avater-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.it-tm-details-avater-info span {
  color: var(--it-theme-2);
  display: inline-block;
  margin-bottom: 30px;
}
.it-tm-details-avater-text {
  margin-right: 30px;
  margin-bottom: 25px;
}
.it-tm-details-title {
  font-size: 26px;
  margin-bottom: 18px;
}
.it-tm-details-elaborate-wrapp {
  margin-right: 50px;
}
.it-tm-details-progress-wrapp {
  margin-top: -15px;
}
.it-tm-details-progress-wrapp .it-progress-bar-item label {
  margin-bottom: 8px;
}


/*----------------------------------------*/
/*  05. Brand area start
/*----------------------------------------*/
.it-brand-item a span {
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-brand-item a span:hover {
  color: var(--it-theme-2);
}

/*----------------------------------------*/
/*  04. blog area start
/*----------------------------------------*/

.rc-post-thumb.mr-20 img {
    max-width: 100px;
    height: auto;
}
.it-blog-2-area {
  background: linear-gradient(180deg, #f3faf6 0%, rgba(243, 250, 246, 0) 100%);
}
.it-blog-2-shape {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  animation: ittranslateX2 4s infinite alternate;
}
.it-blog-2-shape span {
  color: var(--it-theme-2);
}
.it-blog-2-shape.blog-shape-3 {
  right: auto;
  left: 53%;
}
.it-blog-2-item {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.it-blog-2-item:hover .it-blog-2-content {
  background-color: var(--it-theme-1);
}
.it-blog-2-item:hover .it-blog-2-date {
  background-color: var(--it-theme-1);
}
.it-blog-2-item:hover .it-blog-2-date-text {
  color: var(--it-common-white);
}
.it-blog-2-item:hover .it-blog-2-date span {
  color: var(--it-common-white);
}
.it-blog-2-item:hover .it-blog-2-thumb img {
  transform: scale(1.3);
}
.it-blog-2-item:hover .it-blog-2-tag-title {
  color: var(--it-common-white);
}
.it-blog-2-item:hover .it-section-title-sm {
  color: var(--it-common-white);
}
.it-blog-2-item:hover .it-blog-2-content-shape {
  bottom: -70px;
  right: -45px;
  background: var(--it-common-white);
  opacity: 0.1;
}
.it-blog-2-item:hover .it-blog-2-button a {
  color: var(--it-common-black);
  background-color:#fff;
}
.it-blog-2-thumb img {
  transform: scale(1);
  transition: 1s;
  width: 100%;
}
.it-blog-2-date {
    position: absolute;
    top: 0;
    padding: 8px 10px;
    background-color: var(--it-theme-2);
    transition: 0.3s;
    border-radius: 9px;
}
.it-blog-2-date-text {
    font-size: 25px;
    margin-bottom: 0;
    transition: 0.3s;
    color: #fff;
}
.it-blog-2-date span {
    color: #ffffff;
    transition: 0.3s;
    font-size: 16px;
}
.it-blog-2-content {
  padding: 30px 30px 40px 30px;
  transition: 0.3s;
}
h3.it-section-title-sm {
    font-size: 22px;
    line-height: normal;
}
.it-blog-2-content-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--it-theme-1);
  bottom: -60%;
  border-radius: 50%;
  right: -20%;
  z-index: -1;
  transition: 0.3s;
}
.it-blog-2-tag-icon i {
  font-size: 15px;
  color: var(--it-theme-2);
  margin-right: 5px;
  transition: 0.3s;
}
.it-blog-2-button {
  transition: 0.3s;
}

.it-blog-3-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(2, 22, 9, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-3-item {
    margin-bottom: 60px;
  }
}
.it-blog-3-item:hover .it-blog-3-thumb {
  overflow: hidden;
}
.it-blog-3-item:hover .it-blog-3-thumb img {
  transform: scale(1.1);
}
.it-blog-3-item:hover .it-blog-3-date {
  background-color: var(--it-theme-1);
}
.it-blog-3-item:hover .it-blog-3-date h4 {
  color: var(--it-common-white);
}
.it-blog-3-item:hover .it-blog-3-date span {
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-3-thumb-content {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.it-blog-3-thumb {
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
}
.it-blog-3-thumb img {
  border-radius: 10px;
  transition: 0.9s;
}
.it-blog-3-date {
  padding: 40px 50px;
  background-color: var(--it-common-white);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-left: 67px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-3-date {
    margin-left: 35px;
    padding: 40px 43px;
  }
}
@media (max-width: 767px) {
  .it-blog-3-date {
    padding: 40px 50px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-blog-3-date {
    padding: 40px 50px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
.it-blog-3-date h4 {
  font-size: 45px;
  font-weight: 700;
}
.it-blog-3-date span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--it-common-black);
}
.it-blog-3-title {
  font-size: 24px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.it-blog-3-title:hover {
  color: var(--it-theme-1);
}
.it-blog-3-content p {
  margin-right: 125px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .it-blog-3-content p {
    margin-right: 30px;
  }
}

.it-btn-style-3 {
  width: 62px;
  height: 62px;
  background-color: var(--it-theme-1);
  display: inline-block;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
.it-btn-style-3:hover {
  color: var(--it-common-black);
  background-color: var(--it-theme-2);
}

/*----------------------------------------*/
/*  20. Recent Post css start
/*----------------------------------------*/
.rc-post {
    padding: 15px 0px;
    border: 1px solid #14ace3;
    border-right: 0;
    border-left: 0;
    border-radius: 15px;
    margin-bottom: 10px;
}
.rc-post:last-child {
  margin-bottom: 0;
}
.rc-post-thumb img {
  max-width: inherit;
}
.rc-post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.3s;
}
.rc-post-title:hover {
  color: var(--it-theme-1);
}

.rc-meta i {
  margin-right: 10px;
  color: var(--primary);
}
.rc-meta span {
  font-size: 16px;
  color: var(--it-theme-1);
}
.mb-35 {
    margin-bottom: 35px;
}
.mr-20{
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-15 {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/*  22. Sidebar area start
/*----------------------------------------*/
.sidebar-wrapp p {
  margin-bottom: 23px;
}
.sidebar-search-box input {
  padding: 0 55px 0 20px;
  border: 1px solid var(--it-theme-1);
}
.sidebar-search-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.sidebar-search-button i {
  font-size: 30px;
  color: var(--it-common-black);
}
.sidebar-button button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar-button button i {
  color: var(--it-common-black);
}
.sidebar-widget-title {
  font-size: 26px;
}
.sidebar-widget-list a {
  position: relative;
  display: block;
  padding: 20px 31px 20px 20px;
  color: var(--it-common-black);
  margin-bottom: 10px;
  border: 1px solid var(--it-theme-1);
  transition: 0.3s;
}
.sidebar-widget-list a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.sidebar-widget-list a:hover i {
  right: 15px;
}
.sidebar-widget-list a i {
  position: absolute;
  top: 23px;
  right: 20px;
  transition: 0.3s;
}
.sidebar-contact {
  padding: 72px 16px 50px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 2;
}
.sidebar-contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.7);
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.sidebar-contact-call a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--it-common-white);
  margin-bottom: 20px;
}
.sidebar-contact-call i {
  display: block;
  font-size: 42px;
  color: var(--it-theme-2);
  margin-bottom: 10px;
}
.sidebar-contact-time span {
  display: inline-block;
  font-size: 14px;
  color: var(--it-common-white);
  margin-bottom: 15px;
}
.sidebar__main-thumb img {
  border-radius: 10px;
}
.sidebar__title {
  font-size: 45px;
  margin-bottom: 20px;
}
.sidebar__banner img {
  border-radius: 10px;
}
.sidebar__banner-right {
  padding: 46px 51px 50px 30px;
  background: var(--it-grey-1);
  border-radius: 10px;
}
.sidebar__banner-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar__banner-list ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  color: var(--it-common-black);
  margin-bottom: 10px;
}
.sidebar__banner-list ul li i {
  position: absolute;
  color: var(--it-theme-2);
  top: 3px;
  left: 0;
}
.sidebar__content-title {
  font-size: 40px;
}
.sidebar__button a {
  text-transform: uppercase;
  border-radius: 50px;
}

.categories a {
  position: relative;
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #8A879F;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.categories a:hover {
  color: var(--it-common-black);
}
.categories a:hover i {
  right: -5px;
}
.categories a i {
  position: absolute;
  right: 0;
  transition: 0.3s;
}

/*----------------------------------------*/
/*  15. postbox css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-wrapp {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.postbox-details-wrapper {
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-wrapper {
    padding-right: 0;
  }
}
.postbox-meta span {
  margin-right: 35px;
}
.postbox-meta span i {
  color: var(--it-theme-1);
  margin-right: 10px;
}
.postbox-title {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 20px;
  }
}
.postbox-blookquote {
  padding: 25px 39px;
  border-radius: 10px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-blookquote {
    padding: 25px 20px;
  }
}
.postbox-blookquote span{
    font-size: 18px;
    color: var(--it-common-white);
    font-family: var(--it-ff-heading);
    text-transform: capitalize;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-blookquote span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-tag {
    margin-bottom: 20px;
  }
}
.postbox-tag-box {
  padding: 20px;
}
.postbox-tag-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-right: 18px;
}
.postbox-tag-content a {
  padding: 13px 23px;
  font-size: 14px;
  display: inline-block;
  background-color: var(--it-common-white);
  margin-right: 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .postbox-tag-content a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-tag-content a {
    margin-bottom: 0;
  }
}
.postbox-tag-content a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.postbox-share-content a {
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .postbox-share-content a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-share-content a {
    margin-bottom: 0;
  }
}
.postbox-share-content a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .postbox-comment-user {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-comment-user {
    margin-bottom: auto;
  }
}
.postbox-comment-title {
  font-size: 30px;
  text-transform: capitalize;
}
.postbox-comment-item {
  padding: 30px;
  border: 1px solid #E2E1E1;
  border-radius: 10px;
  margin-bottom: 30px;
}
.postbox-comment-item:last-child {
  margin-bottom: 0;
}
.postbox-user-thumb img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border: 2px solid var(--it-theme-1);
  border-radius: 50%;
}
.postbox-user-info .user-title {
  font-size: 18px;
  font-weight: 600;
}
.postbox-rating-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.postbox-rating span {
  color: var(--it-theme-2);
}
.postbox-rating .rating-text {
  color: #5A5A5A;
}
.postbox-review-title {
  font-size: 30px;
  text-transform: capitalize;
}
.postbox-review-input input {
  padding: 23px 20px;
  border: 1px solid rgba(90, 90, 90, 0.2);
  border-radius: 5px;
  margin-bottom: 20px;
}
.postbox-review-message textarea {
  padding: 23px 20px;
  border: 1px solid rgba(90, 90, 90, 0.2);
  border-radius: 5px;
  height: 170px;
  resize: none;
}
.postbox-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.postbox-play-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox-slider-arrow-wrap {
    display: none;
  }
}
.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  text-align: center;
  font-size: 18px;
}

.tagcloud.space a {
  padding: 18px 25px;
}
.tagcloud a {
  color: var(--it-common-black);
  background-color: #F3FAF6;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  height: 48px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  transition: 0.3s;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
  }
}
.tagcloud a:hover {
  background: var(--it-theme-1);
  color: var(--it-common-white);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.it-pagination ul li {
  padding-top: 30px;
  display: inline-block;
}
.it-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.it-pagination ul li a, .it-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  background: var(--it-theme-1);
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
  border-radius: 4px;
  box-shadow: 2px 3.464px 20px 0px rgba(4, 23, 26, 0.08);
}
.it-pagination ul li a.current i, .it-pagination ul li span.current i {
  display: inline-block;
  transform: translateY(2px);
}
.it-pagination ul li a:hover, .it-pagination ul li a.current {
  color: var(--it-common-black);
  background-color: var(--it-theme-2);
}
.it-pagination ul li a {
  display: inline-block;
}
.it-pagination ul li a.color {
  background-color: var(--it-theme-2);
  color: var(--it-common-black);
  font-size: 18px;
}


/*----------------------------------------*/
/*  10. Footer area start
/*----------------------------------------*/
.it-footer-area{
  background-image: url(assets/images/homepage/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}
.it-footer-shape-1 {
  position: absolute;
  top: 0;
  left: -6%;
  animation: tptranslateX2 4s infinite alternate;
}

.it-footer-shape-2 {
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
}
.it-footer-shape-2 img {
  animation: rotate2 15s linear infinite;
}
.it-footer-content p {
  margin-right: 5px;
  color: var(--it-common-white);
  margin-bottom: 25px;
}
.it-footer-social {
  position: relative;
}
.it-footer-social a i {
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
  color: #fff;
  background-color: var(--secondary);
  transition: 0.3s;
}
.it-footer-social a i:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-2);
}
.it-footer-social.footer-social-2 a i {
  color: var(--it-common-white);
}
.it-footer-social.footer-social-2 a i:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-footer-list ul li {
  list-style: none;
}
.it-footer-list ul li a {
  padding-left: 0;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-footer-list ul li a:hover {
  padding-left: 17px;
  color: var(--it-common-white);
}
.it-footer-list ul li a:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
  background-color: var(--it-common-white);
}
.it-footer-list ul li a::before {
  position: absolute;
  width: 10px;
  height: 2px;
  left: -20px;
  bottom: 9px;
  content: "";
  background-color: var(--it-common-black);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.it-footer-widget-title {
  font-size: 24px;
  color: var(--it-common-white);
}
.it-footer-info {
    margin-bottom: 9px;
}
.it-footer-info:last-child {
  margin-bottom: 0;
}
.it-footer-info i {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  background-color: var(--secondary);
  transition: 0.3s;
  flex: 0 0 auto;
}
.it-footer-info i:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-2);
}
.it-footer-info a {
  color: var(--it-common-white);
  margin-right: 10px;
  transition: 0.3s;
}
.it-footer-info a:hover {
  color: var(--it-theme-2);
}

.it-footer-2-area {
  z-index: 1;
}
.it-footer-2-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  opacity: 0.9;
  z-index: -1;
  background: var(--it-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-2-top-wrap {
    flex-wrap: wrap;
  }
}
.it-footer-2-top-item {
  padding: 49px 0 28px 0;
  height: 100%;
  width: 33.33%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-2-top-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .it-footer-2-top-item {
    width: 100%;
  }
}
.it-footer-2-top-item::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--it-common-white);
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-2-top-item::after {
    display: none;
  }
}
.it-footer-2-top-icon {
  padding-right: 30px;
}
.it-footer-2-top-icon i {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  border: 1px solid var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
.it-footer-2-top-icon i:hover {
  color: var(--it-theme-2);
  border: 1px solid var(--it-theme-2);
}
.it-footer-2-top-text span {
  display: block;
  color: var(--it-theme-2);
  margin-bottom: 20px;
}
.it-footer-2-top-text .it-section-title-sm {
  line-height: 1.3;
  color: var(--it-common-white);
  margin-right: 35px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-2-top-text .it-section-title-sm {
    font-size: 16px;
    margin-right: 0;
  }
}
.it-footer-2-top-text .it-section-title-sm:hover a {
  color: var(--it-theme-2);
}
.it-footer-2-input input {
  border-radius: 5px;
}
.it-footer-2-input input::placeholder {
  color: var(--it-common-black);
}
.it-footer-2-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2 {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .footer-col-2 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-3 {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .footer-col-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .footer-col-4 {
    padding-left: 0px;
  }
}

.footer-2-col-2 {
  padding-left: 125px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2-col-2 {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .footer-2-col-2 {
    padding-left: 0px;
  }
}
.footer-2-col-3 {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-2-col-3 {
    padding-left: 0;
  }
}
.it-footer-social a i:hover {
    background-color: #fff;
    color: var(--secondary);
}
.it-copyright-content p {
  color: var(--it-common-white);
  margin: 0;
}
.it-copyright-content p span {
  color: var(--it-theme-2);
}
.it-copyright-privacy a {
  color: var(--it-common-white);
}
.it-copyright-2-area {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}

/* new blog start */
.vl-blog-5-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid rgba(0, 114, 0, 0.1);
    background: #fff;
    padding: 20px;
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.postbox-thumb img {
    width: 100%;
    height: auto;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 28px 0 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 10px;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    display: inline-block;
    margin: 0 16px 10px 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}


/* services start */
.alternat-2 .service-block-four .inner-box {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}
.services-sec.bg-smoke {
    background-color: #f3f3f3;
}
.service-block-four .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.service-block-four .inner-box .content-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 40px 30px 33px 30px;
}
.service-block-four .inner-box .content-box .inner {
    opacity: 1;
    transition: all 500ms ease;
}
.service-block-four .inner-box .content-box .shape-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-block-four .inner-box .content-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.service-block-four .inner-box .content-box .text {
    position: relative;
    display: block;
    padding-left: 22px;
}
.service-block-four .inner-box .content-box .text:before{
    background-color: #0084ec !important;
}
.service-block-four .inner-box .content-box .text:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    left: 0px;
    top: 5px;
}
.service-block-four .inner-box .content-box .category{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #1e2434;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.service-block-four .inner-box .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-block-four .inner-box .content-box h3 a{
    display: inline-block;
    color: #1e2434;
}
.service-block-four .inner-box .content-box .text:after {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 29px);
    left: 0px;
    top: 21px;
}
.service-block-four .inner-box .content-box .link {
    position: absolute;
    top: -35px;
    right: 30px;
}
.service-block-four .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #1e2434;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0px 10px 0px;
    z-index: 1;
}
.service-block-four .inner-box .content-box .overlay-content{
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    background-color: #fff;
    padding: 66px 50px 64px 60px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}
.service-block-four .inner-box .content-box .overlay-content:before {
    border: 1px solid var(--secondary) !important;
}
 .service-block-four .inner-box .content-box .text:after {
    background-color: var(--secondary) !important;
}
.service-block-four .inner-box .link a span {
    position: relative;
    display: block;
    font-size: 16px;
}
.service-block-four .inner-box .link a i {
    color: #fff;
}
.service-block-four .inner-box .link a i {
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    transition: all 500ms ease;
}
.service-block-four .inner-box .content-box .overlay-content:before {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
}
.service-block-four .inner-box .content-box .shape-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-block-four .inner-box .content-box .overlay-content .link {
    top: -58px;
}

.service-block-four .inner-box .content-box .link {
    position: absolute;
    top: -35px;
    right: 30px;
}
.service-block-four .inner-box .content-box .overlay-content .link a {
    background-color: var(--secondary) !important;
}

.service-block-four .inner-box .content-box .overlay-content .link a, .service-block-four .inner-box .content-box .overlay-content .link a i {
    color: #fff;
}
.service-block-four .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: var(--secondary);
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0px 10px 0px;
    z-index: 1;
}
.service-block-four .inner-box .content-box .category {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #1e2434;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.service-block-four .inner-box .content-box h3 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-block-four .inner-box .content-box h3 a {
    display: inline-block;
    color: #1e2434;
}
.service-block-four .inner-box .content-box .overlay-content p {
    display: block;
    margin-top: 17px;
}
.service-block-four .inner-box:hover .content-box .overlay-content {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}
.service-block-four .inner-box:hover .content-box .inner {
    opacity: 0;
}
figure.image-box img {
    width: 100%;
    height: auto;
}


.process-card2 {
    text-align: center;
    max-width: 187px;
    height: 187px;
    background-color: #fff;
    border: 3px solid var(--primary);
    margin: 17px;
    position: relative;
    border-radius: 9999px;
    padding: 42px 6px
}
.process-card2-wrap {
    position: relative
}
.process-card2-wrap:after {
    content: '';
    height: 42px;
    width: 116px;
    background-image: url("data:image/svg+xml,%3Csvg width='116' height='42' viewBox='0 0 116 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M115.551 36.6652C111.559 29.4285 108.897 21.8539 105.787 14.2467C104.978 12.2611 102.253 13.5251 102.477 15.3846C102.847 18.5361 103.56 21.6643 104.519 24.7352C98.3211 19.1913 90.7487 14.5818 83.8058 11.0206C74.4953 6.24801 64.2973 2.90809 53.9555 1.36405C36.8086 -1.19473 13.0193 2.07937 1.18365 16.1594C0.506835 16.9694 1.66463 18.0051 2.48375 17.6096C10.8028 13.6619 18.1327 9.40841 27.3743 7.72378C36.4214 6.07799 46.0699 6.15641 55.1077 7.96139C64.6604 9.87409 73.5052 13.8715 81.802 18.943C88.7376 23.1882 94.6187 28.5144 100.852 33.5113C95.1561 33.508 89.4292 34.5084 84.7225 36.8576C81.9555 38.2404 83.4736 42.4769 86.4885 41.9425C91.0648 41.1333 95.3424 39.7652 100.05 39.5838C104.415 39.4115 108.626 39.9863 112.924 40.6872C114.981 41.0253 116.495 38.3804 115.551 36.6652Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(100% - 30px)
}
.process-card2-wrap:nth-child(even):after {
    top: unset;
    bottom: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
.process-card2-wrap:last-child:after {
    display: none
}
.process-card2:before {
    content: '';
    width: 216px;
    height: 216px;
    position: absolute;
    top: -17px;
    left: -17px;
    border: 4px dotted var(--primary);
    border-radius: inherit
}
.process-card2_icon {
    width: 82px;
    height: 82px;
    line-height: 78px;
    border: 3px solid #fff;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: -40px;
    left: -17px
}
.process-card2_icon i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.process-card2_title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center
}
.process-card2_text {
    margin-bottom: 0;
    font-size: 14px
}
.process-card2:hover:before {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 1300px) {
    .process-card2-wrap:after {
        left: calc(100% - 50px)
    }
}
@media (max-width: 1199px) {
    .process-card2 {
        margin: 14px
    }

    .process-card2-wrap:after {
        height: 24px;
        left: calc(100% - 55px)
    }

    .process-card2-wrap:nth-child(even):after {
        left: calc(100% - 45px)
    }
}
@media (max-width: 991px) {
    .process-card2 {
        margin: 14px auto
    }

    .process-card2-wrap:after {
        height: 42px;
        left: calc(100% - 68px)
    }

    .process-card2-wrap:nth-child(even):after {
        display: none
    }
}
@media (max-width: 767px) {
    .process-card2-wrap:after {
        height: 32px
    }
}
@media (max-width: 575px) {
    .process-card2-wrap:after {
        display: none
    }
}

/* contact us start */
.team-block-one {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 40px;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    padding-bottom: 70px;
}
.team-block-one .inner-box .image-box .bar-box .bar-1 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 74px;
    height: 26px;
    border-radius: 0% 0% 50% 50%;
}
.team-block-one .inner-box .image-box .bar-box .bar {
    position: absolute;
}
.team-block-one .inner-box .image-box .bar-box .bar {
    background: var(--primary);
}
.team-block-one .inner-box .image-box .bar-box .bar-2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    width: 92px;
    height: 12px;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box .bar-box .bar-3 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 51px;
    width: 110px;
    height: 12px;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box .shape {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 270px;
    height: 255px;
    background-repeat: no-repeat;
    z-index: 1;
}
.team-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
figure {
    margin: 0px;
}
.team-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: calc(100% - 14px);
    height: 100%;
    left: 7px;
    top: 7px;
    transform: scale(0, 0);
    opacity: 0.4;
    z-index: 1;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 96%, 0% 0%);
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .image img{
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms ease;
    z-index: 2;
}
.team-block-one .inner-box .image-box .social-links li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0px 10px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.team-block-one .inner-box .lower-content {
    padding-top: 25px;
    text-align: center;
}
.team-block-one .inner-box:hover .image-box .image:before {
    transform: scale(1, 1);
}
.contact-link{
  padding-bottom: 50px;
  padding-top: 30px;
}
/* contact form */
.contact-page {
    background-image: url(assets/images/homepage/contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-page .cpageform {
    background: rgb(0 0 0 / 52%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.contact-page .cpageform .sec-title {
    margin-bottom: 30px;
}
.contact-page .cpageform h2, .contact-page .cpageform p {
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}
.contact-page .cpageform h2 {
    margin-bottom: 5px;
}
.gutter-20 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.contact-page__form {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
}
.form-one__input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding: 20px 30px 20px 30px;
    border-radius: 6px;
}

/* about us page start */
.about-left {
    position: relative;
    margin-right: 40px;
}
.about-left::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 200px;
    border: 10px solid var(--secondary);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.about-img img {
  border-radius: 200px;
}
.about-img .img-2 {
  margin-top: 70px;
}
.about-experience {
  background: var(--secondary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  line-height: 1.2;
  border-radius: 100px;
  text-align: center;
  border: 10px solid #fff;
}
.about-right {
  position: relative;
  display: block;
}
.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}
.about-item {
  display: flex;
  gap: 12px;
  border: 1px solid rgb(0 0 0 / 31%);
  border-radius: 20px;
  padding: 15px;
  position: relative;
}
.about-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    border-left: 2px solid var(--secondary);
}
.about-item .icon {
    width: 65px;
    height: 65px;
    line-height: 73px;
    text-align: center;
    background: var(--secondary);
    border-radius: 50px;
}
.about-item .icon i{
    font-size: 26px;
    color: #fff;
}
.about-item .content {
    flex: 1;
}
.about-item .content h2{
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.about-experience h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 15px;
}
.about-experience p {
    color:#fff;
    font-weight: 600;
}

/* vision and mission */
.vision-sec{
  background-image: url(assets/images/homepage/dot-shape-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-two__single {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    padding: 39px 36px 36px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease;
    border-radius: 0 70px 0 0;
}
.intro-two__single::before {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    content: "";
    background-color: var(--secondary);
    right: -58px;
    bottom: -50px;
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
}
.intro-two__single__icon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f6f1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--secondary);
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.intro-two__single__icon span {
    display: inline-block;
    transition: all 600ms ease;
}
.intro-two__single__title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 23px 0 17px;
}
.intro-two__single__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.intro-two__single__text {
    color: #000;
    line-height: 30px;
    margin: 0;
}
.intro-two__single::after {
    width: 100%;
    height: 7px;
    content: "";
    background-color: var(--secondary);
    left: 0;
    top: 82px;
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
}
.intro-two__single:hover .intro-two__single__icon span {
    transform: scaleX(-1);
}
.intro-two__single:hover::before {
    right: -50px;
    bottom: -40px;
}
.intro-two__single:hover{
    border-radius: 0 0 0 0;
}
.intro-two__single__icon i {
    color: #10872d;
}
/* Team start */
.our-team .info-box h2{
  font-size: 20px;
}
.team-block-two .inner-box {
    position: relative;
    padding: 25px 15px 0;
}
.team-block-two .inner-box:before {
    background-color: #f3f3f3;
    bottom: 120px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.team-block-two .inner-box:after {
    background-color: var(--primary);
    bottom: 120px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    width: 100%;
}
.team-block-two {
    position: relative;
}
.team-block-two .info-box {
    margin-bottom: 25px;
    padding: 0 15px;
    position: relative;
}
.team-block-two .info-box .name {
    margin-bottom: 5px;
    z-index: 2;
    position: relative;
}
.team-block-two .image-box {
    position: relative;
}
.team-block-two .info-box .designation {
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    transition: all .4sease;
    z-index: 2;
}
.team-block-two .inner-box:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: transform 0.3s ease-in-out;
}
.team-block-two .inner-box:hover .designation {
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.team-block-two .inner-box:hover .name a {
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.team-block-two .image-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}




.team-two__item {
    position: relative;
    padding: 0 0 35px;
    z-index: 2;
}
.mini-container {
    max-width: 1100px !important;
}
.our-team {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.team-two__item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    content: "";
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 250px;
    z-index: -1;
}
.team-two__image {
    position: relative;
    overflow: hidden;
    border-radius: 200px;
    margin: 0 31.5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.team-two__image img {
    width: 100%;
    height: auto;
}
.team-two__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(24, 24, 24, 0.69);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.team-two__content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 75%;
    transform: translateY(-50%);
    z-index: 3;
}
.team-two__title {
    font-size: 24px;
    color: #000000;
    line-height: 2;
    margin: 0;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all ease 0.5s;
    /* transform: translate3d(-100px, 0, 0); */
}
.team-two__title a {
    color: inherit;
    background-color: #ffffffb8;
    text-shadow: 0px 1px 2px #000;
    padding: 5px;
    border-radius: 10px 10px 0 0;
}
.team-two__designation {
    font-size: 16px;
    color: #000;
    line-height: 1;
    /* display: block; */
    margin: 18px 0 22px;
    /* visibility: hidden; */
    /* opacity: 0; */
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: translate3d(100px, 0, 0);
    background-color: #ffffffb8;
    text-shadow: 0px 1px 2px #000;
    padding: 3px;
    border-radius: 0 0 10px 10px;
}
.team-two__item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--secondary);
    content: "";
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 200px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}
/* .team-two__item:hover .team-two__image::after {
    visibility: visible;
    opacity: 1;
} */
/* .team-two__item:hover .team-two__title {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */
.team-two__item:hover::after {
    height: 250px;
    visibility: visible;
    opacity: 1;
}
/* .team-two__item:hover .team-two__designation {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */

/* compony overview */
.it-work-area.pt-110.pb-90 {
    position: relative;
}

.it-work-wrapper::before {
  position: absolute;
  width: 100%;
  top: 32px;
  content: "";
  border: 1px dashed var(--it-common-black);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-work-wrapper::before {
    display: none;
  }
}
.it-work-wrapper.work-border-2::before {
  z-index: 2;
}
.it-work-item {
  transition: 0.3s;
}
.it-work-item:hover .it-work-main-number {
  color: var(--it-common-white);
  border: 1px solid transparent;
  background-color: var(--it-theme-1);
}
.it-work-item:hover .it-work-sub-icon span {
  color: var(--it-theme-2);
}
.it-work-item:hover .it-work-content {
  background-color: var(--it-theme-1);
}
.it-work-item:hover .it-work-content p {
  color: var(--it-common-white);
}
.it-work-item:hover .it-section-title-sm {
  color: var(--it-common-white);
}
.it-work-main-number {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
  border: 1px solid var(--it-theme-1);
  background-color: var(--it-common-white);
  transition: 0.3s;
}
.it-work-main-number.work-number-2 {
  font-size: 24px;
  font-weight: 700;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
.it-work-sub-icon span {
  color: var(--it-theme-1);
  display: inline-block;
  margin: 9px 0;
  transition: 0.3s;
}
.it-work-content {
  padding: 50px 40px 30px 40px;
  border-radius: 10px;
  margin-top: 5px;
  background-color: #F3FAF6;
  transition: 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.it-work-content p {
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-work-content {
    padding: 50px 35px 30px 35px;
  }
}
@media (max-width: 767px) {
  .it-work-content {
    padding: 50px 10px 30px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-work-content {
    padding: 27px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-work-content .it-section-title-sm {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-work-content .it-section-title-sm {
    font-size: 20px;
  }
}

.it-work-2-thumb {
  margin-bottom: 28px;
}
.it-work-2-thumb img {
  border-radius: 10px;
}
.it-work-2-title {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 18px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-work-2-title {
    font-size: 18px;
  }
}
.it-work-2-title:hover {
  color: var(--it-theme-1);
}


/* products start */
.cany_rental_img img{
		border-radius: 7px 7px 0px 0px;
		transition: all 500ms ease;
		width: 100%;
    height: auto;
	}
	.cany_rental_img {
		overflow: hidden;
		position: relative;
	}
	.cany_rental {
		box-shadow: 0px -1px 5px 0px rgb(134 126 128 / 42%);
		border-radius: 7px;
		overflow: hidden;
		border: 0.5px solid var(--primary);
	}
	.cany_rental-title {
		background: var(--secondary);
		position: absolute;
		bottom: 0;
		display: flex;
		left: 25px;
		right: 25px;
		font-size: 18px;
		justify-content: center;
		border-radius: 60px 60px 0px 0px;
		padding: 10px 0px;
		transition: all 500ms ease;
	}
	.cany_rental-title{
		color: #fff;
	}
	.cany_rental-text{
		background: var(--primary);
		position: absolute;
		bottom:40px;
		display: flex;
		flex-direction: column;
		left: 25px;
		right: 25px;
		justify-content: center;
		padding: 25px 15px;
		border-radius: 7px 7px 0px 0px;
		opacity: 0;
		transition: all 800ms ease;
	}
	.copier_title{
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 20px;   
	}
	.cany_rental-text p{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 20px; 
	}
	.cany_rental-text a{
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		font-weight: 500;
		transition: all 500ms ease;
	}
	.cany_rental:hover .cany_rental-text{
		opacity: 1;
		transform: translateY(20px);
		bottom:0px;
	} 
	.cany_rental:hover .cany_rental-title{
		opacity: 0;
		transform: translateY(20px);
	}
	.cany_rental:hover  .cany_rental_img img{
		transform: scale(.99);
	}


  /* funfact start */
.counter-area {
    position: relative;
    background: #000;
    overflow: hidden;
    z-index: 1;
} 
@media (max-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
} 
.counter-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/homepage/fun-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .07;
}
span.captcha-code {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.form-control {
    border: 1px solid hsl(0deg 0% 0%);
}
.counter-box {
    display: flex;
    gap: 12px;
    position: relative;
    padding: 20px 15px 20px 20px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.counter-box::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 25px;
    bottom: 25px;
    border-left: 3px solid var(--secondary);
    border-radius: 5px;
    z-index: -1;
}
.counter-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
    color: var(--primary);
    background: #fff;
}
.counter-box .icon img {
    width: 50px;
}
.counter-box .info {
    display: flex;
    gap: 2px;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}
.counter-box .unit {
    font-size: 25px;
    color: var(--primary);
    font-weight: 500;
    line-height: 1;
    margin: 3px 0 0 3px;
}
.counter-box .title {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

/* whychoose us start */
.energix {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.use-energix:hover .use-energix-icon i:before {
    transform: rotate(466deg);
}
.energix:before {
    top: 0;
    content: "";
    position: absolute;
    background-color: #e9e9e9;
    width: 100%;
    height: 100%;
    opacity: .95;
}
.p-relative {
    position: relative;
}
.use-energix {
    position: relative;
    align-items: flex-start;
    margin-bottom: 10px;
}
.use-energix-icon {
    position: relative;
    margin-right: 20px;
}
.use-energix i {
  background-color: white;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #0A9642;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .use-energix h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.use-energix h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 8px;
}
@media (max-width: 1400px) {
  .use-energix h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.use-energix h6 {
    color: #666;
}
.dis-no{
  display: none;
}
.use-energix-icon {
    position: relative;
    margin-right: 20px;
}
.video {
    position: relative;
}
.services-img figure, .our-blog-text-img figure, .recent-projects-img figure, .video figure, .blog-img figure, .sectors figure {
    border-radius: 30px;
}
.video a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.call-for{
    background-color: #0A9642;
}
.call-for p {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}
@media (max-width: 1400px) {
  .call-for a {
    font-size: 20px;
  }
}
.call-for a {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.call-for.mail-for {
  background-color: white;
  border-radius: 30px;
  margin-left: -25px;
}
.call-for.mail-for p {
  color: #000;
}
.call-for.mail-for a {
  color: #000;
}
.use-energix-icon i:before {
  transition: .7s ease-in-out;
}

.use-energix-icon i:before {
    transform: rotate(100deg);
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    content: "";
    border-radius: 64%;
    z-index: -15;
    border: 10px solid #0a9642;
    clip-path: inset(50% 0 0 50%);
}
.video img {
    border-radius: 30px;
    width: 100%;
}
.call-for {
    position: relative;
    width: 54%;
    border-radius: 30px;
    padding: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* get in touch start */
.mass {
  height: 99px;
}
.contact-area {
  background-repeat: no-repeat;
  background-position: 65%;
  background-size: cover;
  position: relative;
}
.contact-area .form_box input {
    border: 1px solid hsl(0deg 0% 0%);
    height: 60px;
    border-radius: 15px;
    padding: 0 23px;
    margin-bottom: 21px;
    width: 100%;
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.contact-box {
  padding: 62px 0;
  position: relative;
  z-index: 1;
}
.form_box textarea {
  border: 1px solid hsl(0deg 0% 0%);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: .5s;
  border-radius: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
textarea {
  resize: vertical;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .testimonial-area {
    margin: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .contact-area {
    background: transparent;
  }
}

/* product detail */
.product-gallery .main-image img {
    width: 100%;
    border-radius: 10px;
    height: auto;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.thumbnail-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.thumbnail-wrapper img {
    width: 80px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.thumbnail-wrapper img.active,
.thumbnail-wrapper img:hover {
    border-color: #0A9642;
}
.product-details h2 {
    font-weight: 700;
    font-size: 24px;
}
.product-tabs {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    border-radius: 5px;
}
.tab-btn.active {
    background: #0A9642;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
}
.mobile-title { display: none; }

@media(max-width: 992px){
    .desktop-title { display: none; }
    .mobile-title { display: block; }
}
.product-details ul li {
    list-style: none;
}



.product-gallery {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-gallery .main-image {
    flex: 1;
}
 /* whatsapp */
    .whatsapp-float {
        position: fixed;
        bottom: 95px;
        right: 8px;
        z-index: 100;
        text-align: center;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
        object-fit: cover;
        background-color: #25d366;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .whatsapp-float:hover .whatsapp-icon {
        transform: scale(1.1);
    }
.it-video-area{
    margin-bottom: -59px;
    z-index: 1;
    position: relative;
}


/* title subtitle */
.site-title-tagline {
    display: inline-block;
    color:#fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: var(--secondary);
    border-radius: 10px;
    padding: 2px 15px 2px 3px;
    margin-bottom: 15px;
}
.site-title-tagline i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: var(--secondary);
    text-align: center;
    border-radius: 8px;
    margin-right: 5px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #000;
    margin-bottom: 0;
}
.site-title span {
    color: var(--secondary);
}
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid var(--secondary);
    width: 90px;
    height: 4px;
    border-radius: 50px;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: #fff;
    animation: moveX 5s infinite linear;
}
@keyframes moveX {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(75px);
    }
    100% {
        transform: translateX(-1px);
    }
}

/* new button */
.thm-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background-color: var(--secondary);
    border-radius:10px;
    padding: 12px 30px 12px;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    border: 1px solid var(--secondary);
}
.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 5px 0px 0px 5px;
}

.hover-btn {
    background-color: #fff;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 26%;
    z-index: -1;
}
.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 5px 5px 0;
}
.thm-btn:hover {
    color: #000;
    border: 1px solid var(--primary);
}
.thm-btn:hover .hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    
}


.thm-btn2 {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background-color: #fff;
    border-radius:10px;
    padding: 12px 30px 12px;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    border: 1px solid #fff;
}
.thm-btn2 i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}

.hover-btn2 {
    background-color: var(--secondary);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 26%;
    z-index: -1;
}
.thm-btn2:hover {
    color: #fff;
    border: 1px solid var(--primary);
}
.thm-btn2:hover .hover-btn2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    
}


.thm-btn3 {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background-color: #fff;
    border-radius:10px;
    padding: 12px 30px 12px;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    border: 1px solid #fff;
}
.thm-btn3 i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
.hover-btn3 {
    background-color: var(--secondary);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 26%;
    z-index: -1;
}
.thm-btn3:hover {
    color: #fff;
    border: 1px solid #fff;
}
.thm-btn3:hover .hover-btn3 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    
}

/* scroll top startṇ */
.paginacontainer {
  position: fixed;
  right: 12px;
  bottom: 30px;
  z-index: 999;
}
.progress-wrap {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.progress-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--secondary);
  z-index: 2;
  transition: 0.3s;
}
.progress-wrap:hover .progress-icon {
  transform: translate(-50%, -50%) scale(1.2);
  color: #25D366;
}
.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0216091f;
  border-radius: 50%;
}
.progress-circle path {
  fill: none;
  stroke: #25D366;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.2s linear;
}


/* skill */
.skils1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F6F8FA;
}
.skils1 .elements1 {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}
.skils1 .elements2 {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}
.skils1 .elements3 {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}
.skils1 .elements4 {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0;
}
.skils1 .skills-boxarea {
    position: relative;
    z-index: 1;
}
.skils1 .skills-boxarea .content-area {
    padding-left: 64px;
}
.skils1 .skills-boxarea .content-area h2 {
    color: var(--secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 15px;
}
.skils1 .skills-boxarea h3{
    background: var(--ztc-bg-bg-1);
    border: 1px solid rgb(12 74 0);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    position: absolute;
}
.mt-90{
  margin-top: 90px;
}
.mb-80{
  margin-bottom: 80px;
}

i.ico {
    width: 26px;
    height: 26px;
    background-color: #fff;
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: var(--primary);
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}
.images-area img {
    width: 100%;
    height: auto;
}
.desktop992{
  display: block;
}
.mobile992{
  display: none;
}

.desktop776{
  display: block;
}
.mobile776{
  display: none;
}

@media (max-width: 1200px) {
.process-card2-wrap {
    position: relative;
    margin-bottom: 44px;
}
}

@media (max-width: 992px) {
  section{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .choose-img .img-2 {
    bottom: -1px;
  }
  .service-block-four .inner-box .content-box h3 {
    font-size: 18px;
  }
  .mb992-50{
    margin-bottom: 20px;
  }
  .desktop992{
    display: none;
  }
  .mobile992{
    display: block;
  }
  .site-title {
    font-size: 35px;
  }
  span {
    font-size: 35px;
  }
  .contact-area {
    background-repeat: no-repeat;
    background-position: 52%;
  }
  .it-breadcrumb-area {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .it-breadcrumb-title {
    font-size: 36px;
  }
  .it-breadcrumb-list span {
    font-size: 16px;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .about-left {
    margin-right: 0;
  }
  .it-video-thumb-box {
    width: 290px;
    height: 268px;
    left: 0;
  }
  .it-section-title {
    font-size: 25px;
  }
  .copyright-info, .copyright-info a, .widget-content a {
    text-align: center;
  }
  .copyright-info.right {
    text-align: center;
    margin-top: 10px;
  }
  .it-footer-widget-title {
    margin-bottom: 24px;
  }
  .it-footer-widget {
    margin-bottom: 35px;
  }
  .footer-col-2 {
    padding-left: 0;
  }
  .footer-col-3 {
    padding-left: 0;
  }
  #masthead {
    background-color: #ffffff;
  }
  .main-navigation a {
    color: #000000;
  }
  .slider-content {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .slide-sub-title {
    font-size: 25px;
  }
  .slide-title {
    font-size: 20px;
  }
  .slider-description {
    margin: 10px 0 20px;
    font-size: 16px;
  }
ul.menu {
    display: flex;
    flex-direction: column;
}
    .skils1 .images-area{
        margin-top: 30px;
        margin-bottom: 30px;
    }
      .mt-90 {
    margin-top: 25px !important;
}
.mb-80 {
    margin-bottom: 10px !important;
}
.it-about-shape-1 img {
    display: none;
}
.it-about-shape-2 img {
    display: none;
}
}

@media (max-width: 767px) {
  .service-block-four .inner-box .content-box {
    padding: 30px 15px 15px 15px;
  }
  .service-block-four .inner-box .content-box .icon-box {
    margin-bottom: 18px;
  }
  .process-one__icon-inner {
    max-width: 150px;
    height: 150px;
  }
  .process-one__icon {
    width: 110px;
    height: 110px;
  }
  .process-one__icon span {
    font-size: 42px;
  }
  .process-one__count{
    margin: 0px auto 15px;
  }
  h3.process-one__title {
    font-size: 25px;
  }
  .it-testimonial-thumb img{
    width: 100%;
    height: auto;
  }
  .mb767-50{
    margin-bottom: 20px;
  }
  .it-video-thumb-box{
    width: 372px;
    height: 268px;
    left: 134px;
  }
  .desktop776{
    display: none;
  }
  .mobile776{
    display: block;
  }
  .slider-text {
    padding: 0px;
}
.slider-content {
    padding-left: 10px;
    padding-right: 10px;
}
.logo {
    width: 75px;
}
.navbar-toggler span{
  font-size: 22px;
}
.skils1 .skills-boxarea h3 {
    height: 38px;
    width: 38px;
    font-size: 19px;
    line-height: 40px;
}
.skils1 .skills-boxarea .content-area {
    padding-left: 47px;
}
.skils1 .skills-boxarea .content-area a {
    font-size: 20px;
    margin-bottom: 9px;
}
.team-block-two .inner-box {
    margin-top: 20px;
}
}

@media (max-width: 576px) {
  .call-for {
    width: 100%;
    padding: 20px;
  }
  .call-for {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 20px;
  }
  .call-for.mail-for {
      margin-left: 0;
  }
  .contact-area {
    background-image: none !important;
  }
  .site-title {
    font-size: 25px;
  }
  span {
    font-size: 25px;
  }
  .site-title-tagline {
    font-size: 16px;
  }
  .it-breadcrumb-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .it-breadcrumb-title {
    font-size: 30px;
  }
  .it-breadcrumb-list span {
    font-size: 16px;
  }
  .intro-two__single {
    padding: 20px;
  }
  .thumbnail-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .product-gallery {
    display: flex;
    align-items: flex-start;
        gap: 5px;
    flex-direction: column-reverse !important;
  }
  .tab-buttons {
    display: flex;
    flex-direction: column;
  }
  div#overview h3 {
      font-size: 20px;
  }
  .it-sv-details__title {
    font-size: 25px;
  }
  .ser-lo-p {
    margin-bottom: 38px !important;
  }
  .wi-50-576{
    width: 50%;
  }
  section{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .it-video-thumb-box {
    left: 53px;
    width: 281px;
    height: 190px;
  }
  .it-footer-area {
    padding-top: 100px;
  }
  .scroll-top {
    width: 33px;
    height: 32px;
    font-size: 14px;
  }
  .whatsapp-icon {
    width: 33px;
    height: 33px;
    padding: 4px;
  }
  .whatsapp-float {
    bottom: 71px;
  }
  .blog-card__title {
    font-size: 18px;
  }
  .slider-container {
    padding: 0 0;
  }
  .it-testimonial-avater-title {
    font-size: 20px;
}
.it-testimonial-avater-designation {
    font-size: 16px;
}
.it-testimonial-dsc::before {
  display: none;
}
.blog-card__content {
    padding: 0px 15px 15px;
}
.blog-card__title {
    margin-bottom: 15px;
}
.mb-35{
    margin-bottom: 25px;
}
.paginacontainer {
    right: 9px;
    bottom: 21px;
}
.progress-wrap {
    position: relative;
    width: 35px;
    height: 35px;
}
.dis-toph-non{
  display: none !important;
}
.header-top {
    padding: 1px 0px;
}
.header-top .info-list li a {
    font-size: 14px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: 18px;
}
.ser-lo-h2 {
    font-size: 18px;
}
.mobile-title {
  font-size: 22px;
}
.product-details h2 {
    font-size: 20px;
}
.contact-area .form_box input{
    height: 43px;
    border-radius: 7px;
    margin-bottom: 14px;
 }
 .form_box textarea {
    height: 100px;
    border-radius: 7px;
 }
.carousel-control-next, .carousel-control-prev {
    display: none;
}
.process-one__content {
    max-width: 309px;
}
.wi-50-576f{
    width: 50%;
  }
  .counter-box .icon {
    width: 90px;
    height: 70px;
    line-height: 72px;
    font-size: 30px;
  }
      .team-block-two {
        width: 50%;
    }
    .header-top {
    background-color: #000000;
    }
}

@media (max-width: 498px) {
  .wi-50-576f{
    width: 100%;
  }
  .counter-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .it-video-thumb-box {
    left: 0px;
    width: 222px;
    height: 143px;
  }
      .team-block-two {
        width: 100%;
    }
}

@media (max-width: 376px) {
  .wi-50-576{
    width: 100%;
  }
  .it-video-thumb-box {
    left: 10px;
  }
}

.form_box input {
  color: #000; /* ✅ dark text */
  background-color: #fff;
}
.form_box input::placeholder {
  color: #000; /* ✅ darker grey */
  opacity: 1; /* important */
}
.form_box textarea {
  color: #000; /* ✅ dark text */
  background-color: #fff;
}
.form_box textarea::placeholder {
  color: #000; /* ✅ darker grey */
  opacity: 1; /* important */
}

#nav_menu-2, #nav_menu-3, #nav_menu-5 {
    padding-bottom: 0;
    padding-top: 0;
}
ul.menu {
    display: flex;
    flex-direction: column;
}
h2.widget-title {
    font-size: 24px;
    color: var(--it-common-white);
    margin-bottom: 35px;
}
.it-video-thumb.mt-3 img {
    width: 100%;
    height: auto;
}

.img-1 {
  width: 100%;
  height: auto;
  display: block;
}
.it-about-area {
  min-height: 650px; /* adjust based on design */
}