@import 'https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet';

:root {
    --it-ff-body: 'DM Sans', sans-serif;
    --it-ff-heading: 'Arimo', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    --it-common-black: #ffffff;
    --it-common-white: #0e0e0e;
    --it-common-black-2: #1f1f1f;
    --it-heading-primary: #ffffff;
    --it-text-body: #888888;
    --it-theme-1: #da333a;
    --it-theme-2: #1D3C73;
    --it-theme-3: #fff;
    --it-border-1: #3a3a3a;
    --it-border-2: #373737;
    --it-border-3: #353535
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px
    }
}

body {
    font-family: var(--it-ff-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--it-text-body);
    line-height: 1.3;
    overflow-x: hidden
}

body,
html {
    overflow-x: hidden
}

body.monserat {
    font-family: var(--it-ff-monserat)
}

a {
    text-decoration: none;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--it-ff-heading);
    color: var(--it-heading-primary);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .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: 0;
    padding: 0
}

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

.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 .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .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: 0 0
}

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)
}

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
}

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: 0 0;
    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
}

.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
}

.it-btn-main {
    display: inline-block;
    background-color: var(--it-theme-2);
    font-weight: 700;
    font-size: 14px;
    color: var(--it-common-black);
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    text-transform: uppercase
}

.it-btn-main.color::before {
    background-color: #d42c05
}

.it-btn-main::before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: var(--it-theme-1);
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s
}

.it-btn-main span {
    position: relative;
    z-index: 2;
}

@media(max-width:767px) {
    .it-btn-main {
        font-size: 12px
    }
}

.it-btn-main:hover {
    color: var(--it-common-black);
}

.it-btn-main:hover::before {
    width: 100%;
    color: var(--it-common-black);
}

.it-btn-red {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-theme-1)
}

.it-btn-red:hover {
    background-color: var(--it-common-white);
    color: var(--it-common-black)
}

.it-btn-red.black:hover {
    background-color: var(--it-common-black);
    color: var(--it-common-white)
}

.it-btn-black {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-common-black)
}

.it-btn-black:hover {
    background-color: var(--it-theme-1);
    color: var(--it-common-white)
}

.it-btn-white {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    text-transform: uppercase;
    color: var(--it-common-black);
    background-color: var(--it-common-white)
}

.it-btn-white:hover {
    background-color: var(--it-common-black);
    color: var(--it-common-white)
}

.it-btn-white-sm {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: .3s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-theme-1)
}

.it-btn-white-sm:hover {
    background-color: var(--it-common-white);
    color: var(--it-common-black)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@-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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 45px transparent;
        box-shadow: 0 0 0 45px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@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(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
        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(.5)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.5)
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.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%
    }
}

@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)
    }
}

@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: .4
    }

    50% {
        opacity: .6
    }

    75% {
        opacity: .8
    }

    100% {
        opacity: 1
    }
}

.dark #preloader {
    background-color: var(--it-theme-1)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #010101;
    z-index: 999999
}

.preloader {
    width: 250px;
    height: auto;
    display: inline-table;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /* margin-left: -25px; */
    /* margin-top: -25px; */
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--it-theme-1);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite
}

.preloader span:last-child {
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

.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
}

.black-bg {
    background: var(--it-common-white);
}

.theme-bg {
    background: var(--it-common-white);
}
.theme-bg-1{
    background: var(--it-common-black-2);
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .8);
    visibility: hidden;
    opacity: 0;
    transition: .45s ease-in-out
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible
}

.body-overlay:hover {
    cursor: url(../../../index.html), pointer
}

.it-instagram img {
    width: 100%
}

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

.it-offcanva-bottom-shape img {
    width: 100%
}

.it-breadcrumb-bg {
    padding-top: 315px;
    padding-bottom: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-breadcrumb-bg {
        padding-top: 250px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-breadcrumb-bg {
        padding-top: 220px;
        padding-bottom: 100px;
        background-position: center
    }
}

@media(max-width:767px) {
    .it-breadcrumb-bg {
        padding-top: 200px;
        padding-bottom: 100px;
        background-position: center
    }
}

.it-breadcrumb-bg::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #181818;
    opacity: .702
}

.it-breadcrumb-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-breadcrumb-title {
        font-size: 38px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-breadcrumb-title {
        font-size: 43px
    }
}

@media(max-width:767px) {
    .it-breadcrumb-title {
        font-size: 37px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-breadcrumb-title {
        font-size: 30px
    }
}

.it-breadcrumb-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--it-common-black);
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px
}

@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-breadcrumb-subtitle {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .it-breadcrumb-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-breadcrumb-content {
        margin-bottom: 0
    }
}

.it-breadcrumb-list {
    display: inline-block;
    border-radius: 30px
}

.it-breadcrumb-list span {
    color: var(--it-common-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

@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-breadcrumb-list span {
        font-size: 14px
    }
}

.it-breadcrumb-list span.dvdr i {
    color: var(--it-common-black);
    font-weight: 400;
    font-size: 13px
}

.it-breadcrumb-list span b {
    color: var(--it-theme-1)
}

/****************************************************************************************************************/
.it-section-title-1 {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    color: var(--it-theme-1);
    margin-bottom: 0;
    position: relative;
}

.it-section-title-1::before {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    bottom: -10px;
    right: 0;
    margin: auto;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: var(--it-theme-1);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-section-title-1 {
        font-size: 46px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-section-title-1 {
        font-size: 42px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-section-title-1 {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-section-title-1 {
        font-size: 37px
    }

    .it-section-title-1 br {
        display: none
    }
}

@media(max-width:767px) {
    .it-section-title-1 {
        font-size: 26px
    }

    .it-section-title-1 br {
        display: none
    }
}

.it-section-subtitle-1 {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: var(--it-theme-1);
    text-transform: uppercase;
    padding-bottom: 15px
}
header .top-header{background-color: var(--it-common-black-2);padding: 10px 0;
    display: none;
}
header .top-header a{
    line-height: 35px;
    color: var(--it-theme-1);
}
header .top-header a:hover{
    color: #fff;
}
header .top-header a svg{
    margin: 0 5px;
}
header .top-header .phone{}
header .top-header .phone a{}
header .top-header .social ul li a{
    color: var(--it-theme-1);
}
.it-header-logo img{
    height: 110px;
    padding: 10px 0;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: var(--tp-common-white);
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: var(--it-theme-2);
    z-index: 999
}

.header-sticky .it-header-4-border {
    border-bottom: none
}

.header-sticky .it-header-main-menu nav>ul>li>a {
    padding: 30px 0
}

.it-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter:brightness(0.8);
}

.it-header-right-box {
    line-height: 0;
    transform: translateY(2px)
}

.it-header-right-box a {
    font-size: 18px;
    color: var(--it-common-white);
    margin-left: 25px;
    line-height: 0
}

.it-header-right-box button {
    font-size: 18px;
    color: var(--it-common-white);
    margin-left: 25px
}

.it-header-main-menu {
    margin-left: 50px
}

.it-header-main-menu nav>ul>li {
    display: inline-block;
    padding: 0 24px;
    position: relative
}

.it-header-main-menu nav>ul>li.p-static {
    position: static
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-header-main-menu nav>ul>li {
        padding: 0 18px
    }
}

.it-header-main-menu nav>ul>li>.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    text-align: left;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transition-duration: .1s;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    border-top: 4px solid var(--it-theme-1);
    background-color: rgb(255 255 255 / 80%);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    z-index: 9999
}

.it-header-main-menu nav>ul>li>.submenu>li {
    padding: 0;
    display: block;
    margin-bottom: 15px
}

.it-header-main-menu nav>ul>li>.submenu>li:last-child {
    margin-bottom: 0
}

.it-header-main-menu nav>ul>li>.submenu>li>a {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    color: var(--it-theme-2);
    transition: .3s;
    text-transform: uppercase;
    position: relative
}

.it-header-main-menu nav>ul>li>.submenu>li>a::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--it-theme-1);
    display: inline-block;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden
}

.it-header-main-menu nav>ul>li>.submenu>li>a:hover {
    padding-left: 25px
}

.it-header-main-menu nav>ul>li>.submenu>li>a:hover::before {
    width: 20px;
    visibility: visible;
    opacity: 1
}

.it-header-main-menu nav>ul>li:hover>a {
    color: var(--it-theme-1)
}

.it-header-main-menu nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition-duration: .2s;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg)
}

.it-header-main-menu nav>ul>li>a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 45px 0;
    display: inline-block;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-header-main-menu nav>ul>li>a {
        font-size: 14px
    }
}

.it-header-main-menu nav>ul>li>a:hover {
    color: var(--it-theme-1)
}

.it-header-main-menu.menu-space {
    margin-left: 215px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-header-main-menu.menu-space {
        margin-left: 95px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-main-menu.menu-space {
        margin-left: 85px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-header-main-menu.menu-space {
        margin-left: 65px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-main-menu.menu-space nav>ul>li {
        padding: 0 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-main-menu.menu-space nav>ul>li>a {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-header-main-menu.menu-space nav>ul>li>a {
        font-size: 14px
    }
}

.it-header-bar button {
    color: var(--it-common-black);
    height: 40px;
    width: 40px;
    border-radius: 0;
    background-color: var(--it-common-white);
    line-height: 39px;
    font-size: 18px;
    margin: 15px 0;
    margin-left: 0;
    margin-left: 30px
}

.it-header-plr {
    padding: 0 105px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .it-header-plr {
        padding: 0
    }
}
@media only screen and (max-width:1399px) {
    .it-slider-3-bg{
        height: 350px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-header-plr {
        padding: 0 15px
    }
}

.it-header-sticky.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: #010101;
    z-index: 999
}

.it-header-sticky.header-sticky .it-header-4-border {
    border-bottom: none
}

.it-header-sticky.header-sticky .it-header-main-menu>ul>li>a {
    padding: 30px 0
}

/************************************************************************************************************************/

.it-slider-3-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -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;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    top: 20px;
}

.it-slider-3-overlay::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0e0e0e;
    opacity: .6
}

.it-slider-3-height {
    height: 500px;
    justify-content: center;
    display: flex;
    align-items: center
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-slider-3-height {
        height: 850px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-slider-3-height {
        height: 350px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-3-height {
        height: 800px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-slider-3-height {
        height: 750px
    }
}

@media(max-width:767px) {
    .it-slider-3-height {
        height: 700px
    }
}

.it-slider-3-title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    font-family: dm sans, sans-serif
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-slider-3-title {
        font-size: 90px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-slider-3-title {
        font-size: 85px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-3-title {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-slider-3-title {
        font-size: 67px
    }

    .it-slider-3-title br {
        display: none
    }
}

@media(max-width:767px) {
    .it-slider-3-title {
        font-size: 55px
    }

    .it-slider-3-title br {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-slider-3-title {
        font-size: 56px
    }
}

.it-slider-3-title span {
    padding-left: 215px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-slider-3-title span {
        padding-left: 0
    }
}

.it-slider-3-title-box {
    transform: translateY(-150px);
    opacity: 0;
    margin-top: 30px
}

@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-slider-3-title-box {
        margin-top: 0
    }
}

.it-slider-3-text {
    transform: translateX(150px);
    opacity: 0
}

.it-slider-3-text p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--it-common-black);
    margin-bottom: 0
}

@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) {
    .it-slider-3-text p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-slider-3-text p {
        font-size: 14px
    }

    .it-slider-3-text p br {
        display: none
    }
}

@media(max-width:767px) {
    .it-slider-3-text p {
        font-size: 14px
    }

    .it-slider-3-text p br {
        display: none
    }
}

.it-slider-3-social {
    position: absolute;
    left: 110px;
    bottom: 46%;
    z-index: 99;
    transform: rotate(-90deg)
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-slider-3-social {
        left: -3%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-slider-3-social {
        left: -5%
    }
}

.it-slider-3-social a {
    color: var(--it-common-white);
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
    margin: 0 13px
}

.it-slider-3-social a:hover {
    color: var(--it-theme-1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-3-social a {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-slider-3-social a {
        font-size: 12px
    }
}

.it-slider-3-button {
    opacity: 0;
    transform: translateY(150px)
}

.it-slider-3-active .swiper-slide.swiper-slide-active .it-slider-3-bg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .6;
    visibility: visible
}

.it-slider-3-active .swiper-slide.swiper-slide-active .it-slider-3-title-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all 3000ms ease
}

.it-slider-3-active .swiper-slide.swiper-slide-active .it-slider-3-text {
    opacity: 1;
    transform: translateX(0px);
    transition: all 3000ms ease
}

.it-slider-3-active .swiper-slide.swiper-slide-active .it-slider-3-button {
    opacity: 1;
    transform: translateY(0px);
    transition: all 3000ms ease
}
/**************************************************************************/
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-left-box {
        margin-bottom: 50px
    }
}


@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-left-box .it-section-title-1 {
        margin-right: 0
    }
}

.it-about-3-text p {
    line-height: 30px;
    margin-bottom: 44px
}

@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-about-3-text p {
        font-size: 14px
    }
}

.it-about-3-icon-box {
    margin-bottom: 48px
}

.it-about-3-icon span {
    margin-right: 20px;
    font-size: 40px;
    color: var(--it-theme-1);
    display: inline-block
}

.it-about-3-icon-text p {
    line-height: 30px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .it-about-3-icon-text p {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .it-about-3-icon-text p {
        font-size: 14px;
        line-height: 24px
    }
}

.it-about-3-title-sm {
    font-size: 22px;
    color: var(--it-theme-2);
}

@media(max-width:767px) {
    .it-about-3-title-sm {
        font-size: 18px
    }
}

.it-about-3-content {
    margin-right: 75px;
    margin-top: 25px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-3-content {
        margin-right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-content {
        margin-right: 0
    }
}

.it-about-3-main-thumb {
    margin-bottom: 12px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-main-thumb img {
        width: 100%;
        margin-bottom: 20px
    }
}

.it-about-3-thumb-box {
    /* margin-right: 60px; */
}

@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-about-3-thumb-box {
        margin-right: 0
    }
}

.it-about-3-thumb-sm-1 {
    position: absolute;
    top: 30px;
    left: 36px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-3-thumb-sm-1 {
        left: 7px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-3-thumb-sm-1 {
        left: -20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-thumb-sm-1 {
        position: static
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-thumb-sm-1 img {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-about-3-thumb-sm-2 img {
        width: 100%
    }
}

.it-about-3-shape-1 {
    position: absolute;
    right: -40px;
    top: 95px;
    animation: tpupdown .8s infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-3-shape-1 {
        right: -60px
    }
   
}

.it-about-3-shape-2 {
    position: absolute;
    left: -40px;
    bottom: 130px;
    animation: tpupdown .6s infinite alternate
}

.it-about-3-shape-3 {
    position: absolute;
    left: -160px;
    bottom: 0;
    animation: rotate2 15s linear infinite
}
/*********************************************************************************/
#products{
    padding: 70px 0;
    position: relative;
    background-color: #060606;
}
#products::before{

}
#products .card {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 1.3s;
  perspective: 1200px;
  border: 0;
  background-color: #060606;
}
#products .card:hover .cover {
  transform: rotateX(0deg) rotateY(-180deg);
}
#products .card:hover .cover:before {
  transform: translateZ(30px);
}
#products .card:hover .cover:after {
  background-color: black;
}
#products .card:hover .cover h1 {
  transform: translateZ(100px);
}
#products .card:hover .cover .price {
  transform: translateZ(60px);
}
#products .card:hover .cover a {
  transform: translateZ(-60px) rotatey(-180deg);
}
#products .card .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(23 23 23 / 50%);
}
#products .card .cover:before {
  content: '';
  position: absolute;
  border: 5px solid rgb(218 51 58 / 50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  transition: ease all 2.3s;
  transform-style: preserve-3d;
  transform: translateZ(0px);
}
#products .card .cover:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: ease all 1.3s;
  background: rgba(0, 0, 0, 0.4);
}
#products .card .cover h1 {
  font-weight: 600;
  position: absolute;
  bottom: 55px;
  left: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 3;
  font-size: 1.8em;
  transform: translateZ(0px);
}
#products .card .cover .price {
  font-weight: 200;
  position: absolute;
  top: 55px;
  right: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 4;
  font-size: 2em;
  transform: translateZ(0px);
}
#products .card .card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #010101;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  transform: translateZ(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
#products .card .card-back a {
  transform-style: preserve-3d;
  transition: ease transform 2.3s, ease background 0.5s;
  transform: translateZ(-1px) rotatey(-180deg);
  background: transparent;
  border: 1px solid white;
  font-weight: 200;
  font-size: 1.3em;
  color: white;
  padding: 14px 32px;
  outline: none;
  text-decoration: none;
}
#products .card .card-back a:hover {
  background-color: white;
  color: #0b0f08;
}
a.btn.more-btn{
    border-color: var(--it-theme-1);
    color: var(--it-theme-1);
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    padding: 10px 30px;
    position: relative;
    z-index: 99;
}
a.btn.more-btn:hover{
    background-color: var(--it-theme-1);
    border-color: var(--it-theme-1);
    color: #fff;
}
.circles{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(218 51 58 / 30%);
    animation: animate 25s linear infinite;
    top: -150px;
  }
  .circles.second li{
    background-color: rgb(24 52 89 / 30%);
  }
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
  }
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
  }
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    
  }
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    
  }
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  @keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
    }
    100%{
        transform: translateY(1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
  }
  
.it-blog-4-item:hover .it-blog-4-content {
    top: 59.8%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-blog-4-item:hover .it-blog-4-content {
        top: 58.8%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-4-item:hover .it-blog-4-content {
        top: 50.8%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-blog-4-item:hover .it-blog-4-content {
        top: 55.8%
    }
}

@media(max-width:767px) {
    .it-blog-4-item:hover .it-blog-4-content {
        top: 53.8%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-blog-4-item:hover .it-blog-4-content {
        top: 71.8%
    }
}

.it-blog-4-item:hover .it-blog-4-thumb img {
    transform: scale(1.2) rotate(-2deg)
}

.it-blog-4-thumb {
    position: relative;
    height: 460px;
}

.it-blog-4-thumb img {
    transition: .9s;
    width: 100%
}

.it-blog-4-thumb::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgba(33, 33, 37, 0.902) 40%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(33, 33, 37, 0.902) 40%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(33, 33, 37, 0.902) 40%, rgba(0, 0, 0, 0) 100%)
}

.it-blog-4-content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    top: 67%;
    overflow: hidden;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-4-content {
        bottom: 33px;
        left: 20px;
        top: 60%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-blog-4-content {
        top: 64%
    }
}

@media(max-width:767px) {
    .it-blog-4-content {
        top: 62%;
        left: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-blog-4-content {
        top: 77%;
        left: 40px
    }
}

.it-blog-4-content>a {
    font-weight: 700;
    font-size: 14px;
    color: var(--it-theme-1);
    font-family: poppins, sans-serif
}

.it-blog-4-meta {
    margin-bottom: 25px
}

.it-blog-4-meta span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    font-family: poppins, sans-serif;
    color: var(--it-common-white);
    color: var(--it-common-white);
    background-color: rgba(255, 255, 255, .2)
}

.it-blog-4-meta span:not(:last-child) {
    margin-right: 6px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-4-meta span {
        font-size: 13px;
        padding: 0 15px
    }
}

.it-blog-4-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-4-title {
        font-size: 21px
    }
}

.it-blog-4-title:hover {
    color: var(--it-theme-1)
}
/**********************************************************************************************/

.it-contact-4-left-box {
    background-color: #fff;
    padding: 60px 80px;
    padding-left: 375px;
    margin-right: 85px;
    margin-top: 30px;
    position: relative;
    z-index: 1
}
.it-contact-4-left-box .it-section-title-1::before{
    display: none;
}
@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-contact-4-left-box {
        padding-left: 220px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-4-left-box {
        padding-left: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-contact-4-left-box {
        padding-left: 90px;
        margin-right: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-4-left-box {
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-contact-4-left-box {
        padding: 60px 20px;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.it-contact-4-form-box {
    margin-bottom: 50px
}

.it-contact-4-form-box form input {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: var(--it-common-white);
    background-color: transparent;
    border-bottom: 1px solid #e0a1a1
}

.it-contact-4-form-box form input::-webkit-input-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form input:-moz-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form input::-moz-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form input:-ms-input-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form input:focus {
    border-color: #fff
}

.it-contact-4-form-box form textarea {
    resize: none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 0;
    height: 115px;
    border-bottom: 1px solid #e0a1a1;
    color: var(--it-common-white);
    background-color: transparent
}

.it-contact-4-form-box form textarea::-webkit-input-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form textarea:-moz-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form textarea::-moz-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form textarea:-ms-input-placeholder {
    color: var(--it-common-white)
}

.it-contact-4-form-box form textarea:focus {
    border-color: #fff
}

.it-contact-4-thumb {
    margin-left: -100px;
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-contact-4-thumb {
        margin-left: 0
    }
}

.it-contact-4-thumb img {
    max-width: inherit
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-contact-4-thumb img {
        max-width: 100%
    }
}
/***********************************************************************************************/

.it-footer-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.it-footer-bg::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .8;
}

.it-footer-widget {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.it-footer-widget-title {
    font-size: 24px;
    margin-bottom: 31px;
    color: var(--it-theme-1);
}

@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-widget-title {
        font-size: 20px
    }
}

.it-footer-widget-content p {
    font-weight: 500;
    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-footer-widget-content p {
        font-size: 14px
    }
}

.it-footer-widget-content ul li {
    list-style: none
}

.it-footer-widget-content ul li:not(:last-child) {
    margin-bottom: 17px
}

.it-footer-widget-content ul li a {
    color: var(--it-theme-2);
    font-weight: 500;
    transition: .3s
}

.it-footer-widget-content ul li a:hover {
    color: var(--it-theme-1)
}

@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-widget-content ul li a {
        font-size: 14px
    }
}

.it-footer-widget-list ul li {
    list-style-type: none;
    overflow: hidden
}

.it-footer-widget-list ul li:not(:last-child) {
    margin-bottom: 17px
}

.it-footer-widget-list ul li a {
    padding-left: 0;
    font-weight: 500;
    color: var(--it-theme-2);
    position: relative;
    display: inline-block;
    transition: .3s
}

@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-widget-list ul li a {
        font-size: 14px
    }
}

.it-footer-widget-list ul li a:hover {
    padding-left: 15px;
    color: var(--it-theme-1)
}

.it-footer-widget-list ul li a:hover::after {
    left: 0
}

.it-footer-widget-list ul li a::after {
    position: absolute;
    content: "";
    left: -20px;
    top: 6px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--it-theme-1);
    transition: .3s
}

.it-footer-widget-input-box {
    position: relative;
    margin-top: -14px;
    margin-bottom: 30px
}

.it-footer-widget-input-box input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--it-border-1);
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 60px;
    color: var(--it-common-white);
    font-weight: 500;
    width: 100%
}

.it-footer-widget-button-box {
    position: absolute;
    right: 0;
    top: 12px
}

.it-footer-widget-button-box span {
    color: var(--it-theme-1);
    font-size: 18px
}

.it-footer-widget-text p {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px
}

@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-widget-text p {
        font-size: 14px
    }
}

.it-footer-widget-social a {
    font-size: 16px;
    color: var(--it-common-white);
    margin-right: 10px;
    transform: .3s
}

.it-footer-widget-social a:hover {
    color: var(--it-theme-1)
}

.it-footer-widget-social-2 a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    transform: .3s;
    text-transform: uppercase;
    color: var(--it-common-white)
}

.it-footer-widget-social-2 a:hover {
    color: var(--it-theme-1);
    text-decoration: underline
}

.footer-cols-2 {
    padding-left: 45px
}
.it-copyright-text p{
    color: var(--it-theme-2);
}
.it-copyright-text p a{
    color: var(--it-theme-1);
    font-weight: 600;
}
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-cols-2 {
        padding-left: 0
    }
}

.footer-cols-3 {
    padding-left: 85px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-cols-3 {
        padding-left: 0
    }
}

/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--it-theme-2); 
    height: 100px;
    border-radius: 15px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--it-theme-1); 
  }
  /*********************************** Social ************************************/
  .social ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.social ul li a{
    margin: 0 10px;
    font-size: 27px;
    color: var(--it-theme-2);
}
.social ul li a:hover{
    color: var(--it-theme-1);
}
iframe {
    -webkit-filter: grayscale(100%) invert(90%) contrast(120%);
    filter: grayscale(100%) invert(90%) contrast(120%);
}
/***************************************************** Social media ************************************************/

.social-sec {
    padding: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 45%;
    left: 0;
    transform: translate(-100%, 100%);
    /* direction: rtl; */
}

.social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: rgb(218 51 58 / 60%);
}
.social-sec .tooltip {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    background: #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    /* border-radius: 5px; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    /* transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    height: 50px;
    transition: all 0.4s ease-in-out;
}
.social-sec .Icon.contact {
    height: 130px;
    background-color: var(--it-theme-2);
}
.social-sec .Icon.contact a {
    transform: rotate(90deg);
    width: 130px;
    text-align: center;
    color: #fff;
}
.social-sec .Icon:hover .tooltip {
    left: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-sec .Icon a {
    color: #fff;
}

.social-sec .Icon:hover span,
.social-sec .Icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-sec .Icon:hover a {
    color: #fff;
}

.social-sec .call:hover,
.social-sec .call:hover .tooltip,
.social-sec .call:hover .tooltip::before {
    background: var(--main-color);
    color: #fff;
}


.social-sec .contact:hover .tooltip,
.social-sec .contact:hover .tooltip::before {
    background: rgb(255 255 255 / 50%);
    color: #ffffff;
}

.social-sec .whatsapp:hover,
.social-sec .whatsapp:hover .tooltip,
.social-sec .whatsapp:hover .tooltip::before {
    background: var(--main-color);
    color: #ffffff;
}

.social-sec .contact-form input,
.social-sec .contact-form textarea {
    color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    text-align: right;
    background: rgb(255 255 255 / 50%);
    padding: 5px;
    max-width: 100%;
    border-color: #999;
}

.social-sec .contact-form input {
    height: 40px;
}

.social-sec .contact-form input::placeholder,
.social-sec .contact-form textarea::placeholder {
    color: #000 !important;
}

.social-sec .contact-form input.send_message {
    background-color: transparent;
    text-align: center;
}
.Icon.contact form{
    width: 350px;
} 

/****************************************End Social Media*********************************************/
/**************************************** Brands*********************************************/
#banner{
    background-color: var(--it-common-white);
    padding: 70px 20px;
}
#banner .banner-img{
    height: 350px;
    position: relative;
}
#banner .banner-img img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}
#banner .banner-img a{   
    color: #fff; 
    border: 1px solid;   
    padding: 10px 20px;  
    position: absolute;  
    z-index: 99;
    left: 40%; 
    top: 175px;
}
#banner .banner-img a:hover{
    color: #fff;
    background-color: var(--it-theme-1);
    border-color: var(--it-theme-1);
}
.it-brand-2-item img{
    height: 140px;
    background: #fff;
    border-radius: 5px;
}
/**************************************** Brands*********************************************/
/**************************************** Product Detials *********************************************/
.it-service-details__area.theme-bg{
    background-color: var(--it-common-black-2);
}
.sidebar__wrapper {
    padding-left: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__wrapper {
        padding-left: 0
    }
}

.sidebar__widget-content ul>li {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    transition: .3s;
    background-color: #353535
}
.sidebar__widget-content ul li a svg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.sidebar__widget-content ul>li:hover {
    background-color: var(--it-theme-1)
}

.sidebar__widget-content ul>li:hover a {
    color: var(--it-common-black);
}

.sidebar__widget-content ul>li:hover::after {
    color: var(--it-common-white)
}

.sidebar__widget-content ul>li>a {
    font-weight: 500;
    font-size: 16px;
    color: var(--it-common-black);
    transition: .3s
}

.sidebar__widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: var(--it-common-black);
    margin-bottom: 30px;
    display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__widget-title {
        font-size: 20px
    }

    .sidebar__widget-title br {
        display: none
    }
}

.sidebar__widget.color-box {
    padding: 40px 35px;
    background-color: var(--it-common-white);
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .sidebar__widget.color-box {
        padding: 40px 20px
    }
}

.sidebar__widget:last-child-title {
    border-bottom: 0
}

.sidebar__widget>ul>li {
    list-style: none;
    margin-bottom: 15px
}

.sidebar__widget>ul>li:last-child {
    margin-bottom: 0
}

.sidebar__widget>ul>li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #5f6168;
    display: flex;
    justify-content: space-between
}

.sidebar__widget>ul>li a:hover {
    color: var(--it-theme-1)
}

.sidebar__widget>ul>li a i {
    font-size: 18px;
    transform: translateY(2px);
    margin-right: 10px
}
.sidebar__banner-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--tp-theme-1)
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--tp-common-white);
    text-transform: uppercase;
    margin-bottom: 0
}
.it-service-details__area .it-contact-4-form-box{
    margin-bottom: 0;
}
.it-service-details__area .it-contact-4-left-box{
    padding: 20px;
    margin: 0;
    background-color: var(--it-common-white);
}
.it-service-details__area .it-section-title-1{
    font-size: 30px;
    padding-bottom: 25px;
}
.it-service-details__area .it-contact-4-form-box form input ,.it-service-details__area .it-contact-4-form-box form input::placeholder ,.it-service-details__area .it-contact-4-form-box form textarea ,.it-service-details__area .it-contact-4-form-box form textarea::placeholder{
    color: #fff;
    margin-bottom: 20px;
}
.it-service-details__area .it-contact-4-form-box form textarea{
    height: 90px;
}
.it-service-details__area .it-btn-main {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

.it-service-details__wrap {
    margin-left: 30px
}
.postbox__details-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: var(--it-common-black);
    padding-bottom: 10px;
}

@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-service-details__wrap {
        margin-left: 0
    }
}

.it-service-details__list {
    padding-bottom: 60px
}

.it-service-details__list ul li {
    font-weight: 500;
    list-style-type: none;
    padding-left: 28px;
    padding-bottom: 15px;
    position: relative
}

@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-service-details__list ul li {
        font-size: 14px
    }
}

.it-service-details__list ul li:last-child {
    padding-bottom: 0
}

.it-service-details__list ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: var(--it-theme-1)
}

.it-service-details__title {
    font-size: 30px;
    padding-bottom: 10px
}

@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-service-details__title {
        font-size: 24px
    }
}

.it-service-details__content-box p {
    padding-right: 20px
}

@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-service-details__content-box p {
        padding-right: 0;
        font-size: 14px
    }
}

.it-service-details__thumb-box {
    padding: 40px 35px;
    position: relative;
    z-index: 1
}

.it-service-details__thumb-box::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../../index.html);
    opacity: 10%;
    position: absolute;
    z-index: 1
}

.it-service-details__thumb-box::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--it-theme-1);
    position: absolute;
    z-index: -1
}

.it-service-details__thumb-shape {
    position: absolute;
    bottom: 0;
    left: 0
}

.it-service-details__main-thumb {
    position: absolute;
    top: 0;
    right: 0
}

.it-service-details__thumb-box {
    height: 395px
}

.it-service-details__icon-2 {
    margin-right: 15px
}

.it-service-details__icon-2 span {
    font-size: 35px;
    color: var(--it-common-black);
    display: inline-block;
    transform: translateY(4px);
    position: relative
}

.it-service-details__icon-2 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    z-index: -1
}

/**************************************** Product Detials *********************************************/
/**************************************** accordion *********************************************/

.it-customs-accordion .accordion-items {
    margin-bottom: 0
}

.it-customs-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 18px;
    color: var(--it-common-white);
    text-align: left;
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-customs-accordion .accordion-buttons {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .it-customs-accordion .accordion-buttons {
        font-size: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-customs-accordion .accordion-buttons {
        font-size: 17px
    }
}

.it-customs-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "font awesome 5 pro";
    top: 11px;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    color: var(--it-theme-1)
}

.it-customs-accordion .accordion-buttons.collapsed::after {
    content: "\f067"
}

.it-customs-accordion .collapsed {
    position: relative;
    z-index: 99
}

.it-customs-accordion .accordion-body {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 16px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-customs-accordion .accordion-body {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-customs-accordion .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-customs-accordion .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-customs-accordion .accordion-body {
        font-size: 15px
    }
}

.it-customs-accordion-2 .accordion-items {
    margin-bottom: 10px
}

.it-customs-accordion-2 .accordion-buttons {
    position: relative;
    width: 100%;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    padding: 21px 30px;
    padding-left: 75px;
    color: var(--it-common-black);
    background-color: var(--it-common-white);
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-customs-accordion-2 .accordion-buttons {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .it-customs-accordion-2 .accordion-buttons {
        font-size: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-customs-accordion-2 .accordion-buttons {
        font-size: 17px
    }
}

.it-customs-accordion-2 .accordion-buttons::after {
    position: absolute;
    content: "+";
    top: 19px;
    left: 30px;
    font-weight: 700;
    font-size: 12px;
    opacity: 1;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    color: var(--it-common-white)
}

.it-customs-accordion-2 .accordion-buttons.collapsed::after {
    content: "-"
}

.it-customs-accordion-2 .collapsed {
    position: relative;
    z-index: 99
}

.it-customs-accordion-2 .accordion-body {
    padding: 15px 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--it-common-white);
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-customs-accordion-2 .accordion-body {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-customs-accordion-2 .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-customs-accordion-2 .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-customs-accordion-2 .accordion-body {
        font-size: 15px
    }
}
/**************************************** accordion *********************************************/
/**************************************** contact us *********************************************/
.it-contact-wrap {
    padding: 75px
}

@media(max-width:767px) {
    .it-contact-wrap {
        padding: 75px 15px
    }
}

.it-contact-title {
    font-weight: 700;
    font-size: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-contact-title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .it-contact-title {
        font-size: 27px
    }
}

.it-contact-input-box input {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background-color: #353535;
    color: var(--it-common-white);
    border: 1px solid transparent
}

.it-contact-input-box input:focus {
    border: 1px solid var(--it-theme-1)
}

.it-contact-input-box textarea {
    height: 150px;
    padding: 25px;
    resize: none;
    background-color: #353535;
    color: var(--it-common-white);
    border: 1px solid transparent
}

.it-contact-input-box textarea:focus {
    border: 1px solid var(--it-theme-1)
}
.it-contact__content h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--it-theme-1);
    padding-bottom: 15px
}

.it-contact__content ul {
    margin-bottom: 15px
}

.it-contact__content ul li {
    display: block;
    list-style-type: none;
    padding-bottom: 20px
}

.it-contact__content>a {
    font-size: 18px;
    font-weight: 700;
    color: var(--it-common-white);
    letter-spacing: 5px;
    transition: .3s
}

.it-contact__content>a:hover {
    color: var(--it-theme-1)
}

.it-contact__list span {
    font-size: 18px;
    color: var(--it-common-black);
    font-weight: 700;
    display: block;
    padding-bottom: 5px
}

.it-contact__list>a {
    transition: .3s
}

.it-contact__list>a:hover {
    color: var(--it-theme-1)
}

.it-contact__right-box .it-section-title-1::before{
    display: none;
}