@import 'https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600&display=swap');


/*font-family: 'Montserrat', sans-serif;*/

:root {
    --it-ff-body: 'Montserrat', sans-serif;
    --it-ff-heading: 'Montserrat', sans-serif;
    --it-ff-poppins: 'Montserrat', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    --it-common-white: #ffffff;
    --it-common-black: #0E2A46;
    --it-common-black-2: #4D5756;
    --it-common-yellow: #F2A227;
    --it-common-yellow-2: #FC9F0B;
    --it-heading-primary: #0E2A46;
    --it-grey-1: #F2F2F2;
    --it-grey-2: #F3F5F5;
    --it-text-body: #000;
    --it-theme-1: #0c2d4d;
    --it-theme-2: #116E63;
    --it-theme-3: #2356F6;
    --it-theme-4: #22A3D1;
    --it-theme-5: #FF9E0E
}

@media(min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px
    }
}

.container-1380 {
    max-width: 1380px
}

body {
    font-family: var(--it-ff-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--it-text-body);
    line-height: 32px;
    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-size: 16px;
    line-height: 28px
}

.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: 58px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    line-height: 58px;
    font-size: 14px;
    color: var(--it-common-black)
}

    input::-webkit-input-placeholder {
        color: #4d5756
    }

    input:-moz-placeholder {
        color: #4d5756
    }

    input::-moz-placeholder {
        color: #4d5756
    }

    input:-ms-input-placeholder {
        color: #4d5756
    }

textarea {
    outline: none;
    color: var(--it-common-black);
    width: 100%;
    padding: 0 20px;
    border: none;
    resize: none;
    font-size: 14px
}

    textarea::-webkit-input-placeholder {
        color: #4d5756
    }

    textarea:-moz-placeholder {
        color: #4d5756
    }

    textarea::-moz-placeholder {
        color: #4d5756
    }

    textarea:-ms-input-placeholder {
        color: #4d5756
    }

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
}

.gx-5 {
    --bs-gutter-x: 5px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gx-55 {
    --bs-gutter-x: 55px
}

.it-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-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-btn {
        font-size: 14px
    }
}

.it-btn.large {
    padding: 0 60px
}

.it-btn span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn:hover {
    color: var(--it-common-white)
}

    .it-btn:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

.it-btn.black-bg {
    background-color: #000
}

.it-btn.sm {
    height: 53px;
    line-height: 53px;
    padding: 0 20px
}

.it-btn.blue-bg {
    background-color: var(--it-theme-4)
}

.it-btn-border {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 55px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: .4s;
    border-radius: 50px;
    z-index: 1;
    color: var(--it-theme-6);
    border: 1px solid var(--it-theme-6)
}

@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-btn-border {
        font-size: 14px
    }
}

.it-btn-border span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-border:hover {
    color: var(--it-common-black)
}

    .it-btn-border:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

.it-btn-white {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 64px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-black);
    background-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-btn-white {
        font-size: 14px
    }
}

.it-btn-white span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-white:hover span svg {
    animation: tfLeftToRight .4s forwards;
    transform: translateY(-1px)
}

.it-btn-white.sky-bg {
    background-color: var(--it-theme-4);
    color: var(--it-common-white)
}

.it-btn-white-sm {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    width: 140px;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: .3s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-common-black);
    box-shadow: rgba(0,0,0,.02) 0 1px 3px 0,rgba(27,31,35,.15) 0 0 0 1px;
    margin: 5px 0
}

    .it-btn-white-sm:hover {
        color: var(--it-common-black);
        background-color: var(--it-common-white)
    }

.it-btn-yellow {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-black);
    background-color: var(--it-common-yellow)
}

@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-btn-yellow {
        font-size: 14px
    }
}

.it-btn-yellow span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-yellow:hover span svg {
    animation: tfLeftToRight .4s forwards;
    transform: translateY(-1px)
}

.it-btn-yellow.radius {
    border-radius: 50px;
    color: var(--it-common-white)
}

.it-btn-yellow-sm {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 27px;
    height: 53px;
    line-height: 53px;
    position: relative;
    transition: .4s;
    border-radius: 50px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-common-yellow)
}

@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-btn-yellow-sm {
        font-size: 14px
    }
}

.it-btn-yellow-sm span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-yellow-sm:hover {
    color: var(--it-common-white)
}

    .it-btn-yellow-sm:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

.it-btn-theme-2 {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-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-btn-theme-2 {
        font-size: 14px
    }
}

.it-btn-theme-2 span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-theme-2:hover {
    color: var(--it-common-white)
}

    .it-btn-theme-2:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

.it-btn-blue {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-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-btn-blue {
        font-size: 14px
    }
}

.it-btn-blue span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-blue:hover {
    color: var(--it-common-white)
}

    .it-btn-blue:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

.it-btn-theme-sm {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-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-btn-theme-sm {
        font-size: 14px
    }
}

.it-btn-theme-sm span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px)
}

.it-btn-theme-sm:hover {
    color: var(--it-common-white)
}

    .it-btn-theme-sm:hover span svg {
        animation: tfLeftToRight .4s forwards;
        transform: translateY(-1px)
    }

@-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
    }
}

@keyframes itrotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes itswing {
    0% {
        -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes itleftright {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-20px)
    }
}

@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)
    }
}

@-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: #f7f7f7;
    z-index: 999999
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    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
    }

.white-bg {
    background: var(--it-common-white)
}

.theme-bg {
    background: var(--it-theme-1)
}

.theme-bg-2 {
    background: var(--it-theme-2)
}

.theme-bg-3 {
    background: var(--it-theme-3)
}

.theme-bg-4 {
    background: var(--it-theme-4)
}

.theme-bg-5 {
    background: var(--it-theme-5)
}

.black-bg {
    background: var(--it-common-black)
}

.grey-bg {
    background: var(--it-grey-1)
}

.grey-bg-2 {
    background: var(--it-grey-2)
}

.yellow-bg {
    background-color: var(--it-common-yellow)
}

.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(https://ordainit.com/),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,.8);
    background-color: var(--it-common-black);
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: .45s ease-in-out;
    overflow-y: scroll
}

    .itoffcanvas.opened {
        opacity: 1;
        visibility: visible
    }

@media(max-width:767px) {
    .itoffcanvas {
        width: 300px;
        padding: 25px 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .itoffcanvas {
        width: 400px;
        padding: 40px
    }
}

.itoffcanvas.opened {
    right: 0;
    -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
    -moz-transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition-duration: .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;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}

.itoffcanvas__close-btn button {
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 42px;
    transition: 1s;
    font-weight: 300;
    opacity: 1;
    -webkit-transition: all .4s cubic-bezier(.785,.135,.15,.86);
    -moz-transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition: all .4s cubic-bezier(.785,.135,.15,.86);
    transition-duration: .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: .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 {
    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;
        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: 20px;
    margin-right: 5px
}

.itoffcanvas__info-address span {
    display: block;
    color: rgba(255,255,255,.6392156863);
    font-size: 16px;
    font-weight: 400
}

.itoffcanvas__info-address a {
    display: block;
    color: var(--it-common-white);
    font-size: 14px;
    font-weight: 600;
    transition: .3s
}

@media(max-width:767px) {
    .itoffcanvas__info-address a {
        font-size: 14px
    }
}

.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-bg {
    height: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-breadcrumb-bg {
        height: 320px
    }
}

@media(max-width:767px) {
    .it-breadcrumb-bg {
        height: 300px
    }
}

.it-breadcrumb-bg::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0e2a46;
    opacity: .7
}

.it-breadcrumb-title {
    color: var(--it-common-white);
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-breadcrumb-title {
        font-size: 55px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-breadcrumb-title {
        font-size: 40px
    }
}

@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: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-breadcrumb-title {
        font-size: 30px
    }
}

@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-white);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize
    }

@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 {
    color: #f7c314;
    font-weight: 500;
    font-size: 16px;
    padding: 0 3px
}

.it-custom-accordion .accordion-items {
    margin-bottom: 20px;
    border: 1px solid #e2e1e1;
    border-radius: 5px
}

.it-custom-accordion .accordion-buttons {
    font-size: 20px;
    font-weight: 600;
    padding: 21px 25px;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black);
    position: relative;
    width: 100%;
    text-align: left
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 17px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 15px;
        padding-right: 60px
    }
}

@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 5 pro";
    top: 50%;
    right: 30px;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    transform: translateY(-50%);
    color: var(--it-common-black)
}

.it-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067"
}

.it-custom-accordion .accordion-buttons:not(.collapsed) {
    background-color: var(--it-theme-5);
    color: var(--it-common-white)
}

    .it-custom-accordion .accordion-buttons:not(.collapsed)::after {
        color: var(--it-common-white)
    }

.it-custom-accordion .collapsed {
    position: relative;
    z-index: 99
}

.it-custom-accordion .accordion-body {
    padding: 30px 28px;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-custom-accordion .accordion-body {
        font-size: 15px;
        padding: 30px 21px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-custom-accordion .accordion-body {
        font-size: 14px;
        flex-wrap: wrap
    }
}

@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
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-custom-accordion .accordion-body p {
        font-size: 13px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-custom-accordion .accordion-body p {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-custom-accordion .accordion-body p {
        font-size: 14px
    }
}

.it-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
    background-color: var(--it-theme-4);
    color: var(--it-common-white)
}

.it-custom-accordion-style-2 .accordion-body p {
    margin-right: 20px
}

@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-custom-accordion-style-2 .accordion-body p {
        margin-right: 0
    }
}

.it-custom-accordion-style-3 .accordion-buttons:not(.collapsed) {
    background-color: var(--it-theme-5);
    color: var(--it-common-white)
}

.it-custom-accordion-style-3 .accordion-body p {
    margin-right: 120px
}

@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-custom-accordion-style-3 .accordion-body p {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-faq-style-5 .it-custom-accordion .accordion-body p {
        font-size: 14px;
        padding-right: 60px
    }
}

@media(max-width:767px) {
    .it-faq-style-5 .it-custom-accordion .accordion-body p {
        font-size: 14px;
        padding-right: 0
    }
}

.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    z-index: 9999999;
    background-color: var(--it-common-black);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    transition-delay: .7s
}

    .search__popup.search-opened {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s
    }

        .search__popup.search-opened .search__input {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            transition-delay: .3s
        }

            .search__popup.search-opened .search__input::after {
                width: 100%;
                transition-delay: .5s
            }

.search__popup-2 {
    background-color: var(--it-common-black-13)
}

    .search__popup-2 .search__input .search-input-field ~ .search-focus-border {
        background-color: var(--it-theme-8)
    }

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
    background-color: var(--it-theme-10)
}

.search__top {
    margin-bottom: 80px
}

.search__input {
    position: relative;
    height: 80px;
    transition-delay: .5s;
    opacity: 0
}

    .search__input::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: rgba(255,255,255,.3);
        transition-delay: .3s
    }

    .search__input input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 24px;
        color: var(--it-common-white);
        border-bottom: 1px solid transparent;
        padding: 0;
        padding-right: 30px
    }

        .search__input input::-webkit-input-placeholder {
            color: rgba(255,255,255,.5);
            font-size: 24px
        }

        .search__input input:-moz-placeholder {
            color: rgba(255,255,255,.5);
            font-size: 24px
        }

        .search__input input::-moz-placeholder {
            color: rgba(255,255,255,.5);
            font-size: 24px
        }

        .search__input input:-ms-input-placeholder {
            color: rgba(255,255,255,.5);
            font-size: 24px
        }

    .search__input button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: var(--it-common-white)
    }

    .search__input .search-input-field ~ .search-focus-border {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: var(--it-common-orange);
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

    .search__input .search-input-field:focus ~ .search-focus-border {
        width: 100%;
        left: 0;
        right: auto;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

.search__close-btn {
    font-size: 25px;
    color: rgba(255,255,255,.3)
}

    .search__close-btn:hover {
        color: var(--it-common-white)
    }

.search__result-title {
    font-size: 50px;
    letter-spacing: -.04em;
    margin-bottom: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .search__result-title {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .search__result-title {
        font-size: 35px
    }
}

.search__result-title span {
    color: var(--it-theme-1);
    display: inline-block
}

.search__result-content p {
    font-size: 16px;
    line-height: 1.62;
    color: var(--it-text-1)
}

.search__result-input {
    position: relative
}

.search__result-input-box {
    position: relative;
    margin-bottom: 20px
}

    .search__result-input-box button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 43px
    }

@media(max-width:767px) {
    .search__result-input-box button {
        position: relative;
        margin-top: 15px
    }
}

.search__result-input-box button:hover {
    background-color: var(--it-common-black)
}

.search__result-input input {
    width: 100%;
    height: 70px;
    padding-left: 60px;
    padding-right: 177px;
    background-color: var(--it-common-white);
    border: 1px solid var(--it-common-white);
    box-shadow: -3px 0 0 var(--it-theme-1),0 1px 2px rgba(3,4,28,.14)
}

@media(max-width:767px) {
    .search__result-input input {
        padding-right: 25px
    }
}

.search__result-input span {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #a0a0b5
}

    .search__result-input span svg {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }

.search__result-tags a {
    display: inline-block;
    font-family: var(--it-ff-space);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d5d5dd;
    padding: 5px 18px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px
}

    .search__result-tags a:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white)
    }

.search__blog-item {
    padding: 50px;
    border: 1px solid #eaeaef
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search__blog-item {
        padding: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search__blog-item {
        padding: 25px
    }
}

@media(max-width:767px) {
    .search__blog-item {
        padding: 20px
    }
}

.search__blog-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.04em;
    margin-bottom: 13px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search__blog-title {
        font-size: 28px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search__blog-title {
        font-size: 21px
    }

        .search__blog-title br {
            display: none
        }
}

@media only screen and (min-width:576px) and (max-width:767px),(max-width:767px) {
    .search__blog-title br {
        display: none
    }
}

@media(max-width:767px) {
    .search__blog-title {
        font-size: 25px
    }
}

.search__blog-title a:hover {
    color: var(--it-theme-1)
}

.search__blog-tag {
    margin-bottom: 10px
}

    .search__blog-tag a {
        display: inline-block;
        background-color: rgba(99,100,219,.06);
        font-family: var(--it-ff-space);
        font-weight: 500;
        font-size: 15px;
        line-height: 1;
        color: var(--it-common-purple);
        padding: 4px 12px
    }

        .search__blog-tag a:hover {
            background-color: var(--it-common-purple);
            color: var(--it-common-white)
        }

.search__blog-meta span {
    color: var(--it-text-1);
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block
}

    .search__blog-meta span i, .search__blog-meta span svg {
        margin-right: 2px
    }

    .search__blog-meta span svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px)
    }

        .search__blog-meta span svg path {
            stroke: #7a7e83
        }

.search__blog-meta-author {
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search__blog-meta-author {
        margin-right: 20px
    }
}

.search__blog-meta-author-thumb img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px
}

.search__blog-meta-author-content span {
    display: inline-block;
    font-family: var(--it-ff-inter);
    font-size: 14px;
    color: #7a7e83
}

    .search__blog-meta-author-content span a {
        color: var(--it-common-black-11);
        font-weight: 500
    }

        .search__blog-meta-author-content span a:hover {
            color: var(--it-theme-1)
        }

.search__blog-content p {
    font-size: 15px;
    line-height: 1.47;
    color: var(--it-text-1);
    margin-bottom: 20px
}

.search__blog-btn .it-btn-border {
    padding: 8px 29px
}

    .search__blog-btn .it-btn-border svg, .search__blog-btn .it-btn-border i {
        margin-left: 5px
    }

    .search__blog-btn .it-btn-border svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .search__blog-btn .it-btn-border:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white)
    }

.it-section-subtitle {
    color: var(--it-theme-1);
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgba(10,185,156,.2)
}

@media(max-width:767px) {
    .it-section-subtitle {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px
    }
}

.it-section-subtitle-2 {
    color: var(--it-theme-4);
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgba(0,175,239,.2)
}

@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-section-subtitle-2 {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px
    }
}

.it-section-subtitle-3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-2);
    margin-bottom: 10px;
    display: inline-block
}

.it-section-subtitle-4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-3);
    margin-bottom: 10px;
    display: inline-block
}

    .it-section-subtitle-4 img {
        margin-right: 5px
    }

.it-section-subtitle-5 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-4);
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px
}

    .it-section-subtitle-5.yellow {
        color: var(--it-common-yellow)
    }

    .it-section-subtitle-5 i {
        margin-right: 5px;
        margin-left: 5px
    }

.it-section-title {
    text-shadow: 0px 2px 2px #b3b3b3;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-section-title {
        font-size: 42px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-section-title {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-section-title {
        font-size: 33px
    }

        .it-section-title br {
            display: none
        }
}

@media(max-width:767px) {
    .it-section-title {
        font-size: 27px
    }

        .it-section-title br {
            display: none
        }
}

.it-section-title-3 {
    text-shadow: 0px 2px 2px #b3b3b3;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: var(--it-ff-poppins);
    margin-bottom: 0
}

    .it-section-title-3 span {
        color: var(--it-common-yellow)
    }

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-section-title-3 {
        font-size: 42px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-section-title-3 {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-section-title-3 {
        font-size: 34px
    }

        .it-section-title-3 br {
            display: none
        }
}

@media(max-width:767px) {
    .it-section-title-3 {
        font-size: 27px
    }

        .it-section-title-3 br {
            display: none
        }
}

.it-section-title-5 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0
}

    .it-section-title-5 span {
        color: var(--it-theme-4)
    }

    .it-section-title-5.yellow span {
        color: var(--it-common-yellow)
    }

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-section-title-5 {
        font-size: 40px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-section-title-5 {
        font-size: 42px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-section-title-5 {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-section-title-5 {
        font-size: 36px
    }

        .it-section-title-5 br {
            display: none
        }
}

@media(max-width:767px) {
    .it-section-title-5 {
        font-size: 27px
    }

        .it-section-title-5 br {
            display: none
        }
}

.it-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.it-header-2-top-height {
    padding: 8px 0;
    background: #f7c314;
}

.it-header-2-top-left ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 30px
}

    .it-header-2-top-left ul li:not(:last-child) {
        padding-right: 45px
    }

@media(max-width:767px) {
    .it-header-2-top-left ul li:not(:last-child) {
        margin-right: 0
    }
}

.it-header-2-top-left ul li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--it-common-black)
}

@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-header-2-top-left ul li a {
        font-size: 14px
    }
}

.it-header-2-top-left ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--it-theme-1);
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transform: translateY(7px)
}

.it-header-2-top-social {
    display: inline-block;
    position: relative
}

    .it-header-2-top-social::after {
        position: absolute;
        content: "";
        top: 50%;
        left: -23px;
        height: 25px;
        width: 1px;
        background-color: #0a0909;
        opacity: .2;
        transform: translateY(-50%)
    }

    .it-header-2-top-social a {
        font-size: 15px;
        transition: .3s;
        margin: 0 7px;
        position: relative;
        display: inline-block;
        color: var(--it-common-black)
    }

        .it-header-2-top-social a:last-child {
            margin-right: 0
        }

        .it-header-2-top-social a:hover {
            color: var(--it-theme-1)
        }

.it-header-2-top-right ul li {
    list-style: none;
    display: inline-block
}

    .it-header-2-top-right ul li:not(:last-child) {
        margin-right: 30px
    }

.it-header-2-plr {
    padding: 0 15px;
    border-radius: 8px;
    background-color: var(--it-common-white);
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}

.it-header-2-main-menu ul {
    padding-left: 0px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-2-main-menu ul {
        padding-left: 0px
    }
}

.it-header-2-main-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-2-main-menu ul li {
        margin: 0 6px
    }
}

.it-header-2-main-menu ul li:last-child {
    margin-right: 0
}

.it-header-2-main-menu ul li > a {
    font-size: 12px !important;
    font-weight: 600;
    transition: .3s;
    padding: 21px 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Sora', sans-serif;
    color: var(--it-common-black);
}
.it-header-2-main-menu {
    text-align: right;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-2-main-menu ul li > a {
        font-size: 12px
    }
}

.it-header-2-main-menu ul li.has-dropdown::after {
    content: "\f107";
    font-family: "font awesome 6 pro";
    display: inline-block;
    font-size: 12px;
    margin-left: -2px;
    font-weight: 400;
    transition: .3s;
    transform: translateY(1px);
    color: var(--it-common-black);
}

.it-header-2-main-menu ul li > .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    text-align: left;
    padding: 5px 10px;
    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: #333;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    z-index: 9999
}

    .it-header-2-main-menu ul li > .submenu > li {
        margin: 0;
        display: block;
        margin-bottom: 5px
    }

        .it-header-2-main-menu ul li > .submenu > li:last-child {
            margin-bottom: 0
        }

        .it-header-2-main-menu ul li > .submenu > li > a {
            display: inline-block;
            padding: 0;
            font-size: 12px !important;
            font-weight: 600;
            color: var(--it-common-white);
            transition: .3s;
            position: relative;
        }

            .it-header-2-main-menu ul li > .submenu > li > a::before {
                position: absolute;
                top: 13px;
                left: 0;
                content: "";
                height: 1px;
                width: 0;
                background-color: #fff;
                display: inline-block;
                transition: all .3s ease-out 0s;
                opacity: 0;
                visibility: hidden
            }

            .it-header-2-main-menu ul li > .submenu > li > a:hover {
                padding-left: 25px
            }

                .it-header-2-main-menu ul li > .submenu > li > a:hover::before {
                    width: 20px;
                    visibility: visible;
                    opacity: 1
                }

.it-header-2-main-menu ul li:hover.has-dropdown::after {
    transform: rotate(-180deg);
    color: var(--it-theme-1)
}

.it-header-2-main-menu ul li:hover > a {
    color: var(--it-theme-1)
}

.it-header-2-main-menu 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-2-icon a {
    font-size: 18px;
    font-weight: 700
}

.it-header-2-button {
    margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-header-2-button {
        margin-left: 25px
    }
}

.it-header-2-bar button {
    height: 54px;
    width: 54px;
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
    border-radius: 5px;
    margin: 10px 0;
    margin-left: 20px
}

.it-header-2-lang {
    position: relative
}

    .it-header-2-lang.open ul li a span svg {
        transform: rotate(-180deg)
    }

    .it-header-2-lang.open .it-header-2-lang-submenu {
        opacity: 1;
        visibility: visible;
        top: 104%
    }

    .it-header-2-lang > ul > li {
        font-weight: 400;
        font-size: 15px;
        display: inline-block;
        width: 115px;
        height: 36px;
        text-align: center;
        color: var(--it-common-black)
    }

        .it-header-2-lang > ul > li a span {
            margin-left: 5px
        }

            .it-header-2-lang > ul > li a span svg {
                display: inline-block;
                transition: .3s
            }

        .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu {
            position: absolute;
            top: 130%;
            left: 0;
            z-index: 9;
            transition: all .3s ease-out 0s;
            opacity: 0;
            visibility: hidden;
            background-color: var(--it-common-white);
            padding: 12px 22px;
            box-shadow: 0 30px 70px 6px rgba(11,6,70,.08);
            width: 100%
        }

            .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li {
                list-style-type: none;
                padding-bottom: 5px
            }

                .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li a {
                    border-radius: 0;
                    transition: .3s
                }

                    .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li a:hover {
                        color: var(--tp-theme-1)
                    }

                .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li:last-child {
                    margin-bottom: 0
                }

.it-header-3-top-right a span {
    color: var(--it-common-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 1
}

    .it-header-3-top-right a span.icon {
        color: var(--it-theme-2)
    }

    .it-header-3-top-right a span.text {
        margin-left: 11px
    }

        .it-header-3-top-right a span.text:hover {
            color: var(--it-theme-2)
        }

.it-header-3-top .it-header-2-top-left ul li a span {
    color: var(--it-theme-2)
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li > a {
    padding: 35px 0
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li:hover.has-dropdown::after {
    color: var(--it-theme-4)
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li:hover > a {
    color: var(--it-theme-4)
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li > .submenu {
    border-top: 4px solid var(--it-theme-4)
}

    .it-header-2-style .it-header-2-main-menu > nav > ul > li > .submenu li a::before {
        background-color: var(--it-theme-4)
    }

.it-header-3-style .it-header-2-plr {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.it-header-3-style .it-header-2-main-menu ul > li > a {
    color: var(--it-common-white);
    padding: 30px 0
}

.it-header-3-style .it-header-2-main-menu ul li.has-dropdown::after {
    color: var(--it-common-white)
}

.it-header-3-style .it-header-2-icon a {
    color: var(--it-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-3-style .it-header-2-main-menu ul {
        padding-left: 20px
    }
}

.it-header-3-style .it-header-2-bar button {
    color: var(--it-theme-4);
    background-color: var(--it-common-white)
}

.it-header-5-style .it-header-2-main-menu ul li > .submenu {
    border-top: 4px solid var(--it-common-yellow)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-header-5-style .it-header-2-main-menu > nav > ul {
        padding-left: 0
    }
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li > a {
    padding: 35px 0
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li:hover.has-dropdown::after {
    color: var(--it-theme-5)
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li:hover > a {
    color: var(--it-theme-5)
}

.it-header-5-style .it-header-2-button {
    margin-left: 30px
}

.it-header-5-style .it-header-2-icon button {
    font-size: 24px;
    color: var(--it-common-black);
    display: inline-block
}

.it-header-5-style .it-header-2-bar button {
    color: var(--it-common-white);
    background-color: var(--it-common-yellow)
}

.it-header-5-top-style .it-header-2-top-left ul li a {
    color: var(--it-common-white)
}

    .it-header-5-top-style .it-header-2-top-left ul li a span {
        color: var(--it-common-white)
    }

.it-header-5-top-style .it-header-2-top-right {
    display: inline-block;
    padding: 7px 0;
    padding-left: 5px;
    padding-right: 50px;
    background-color: var(--it-common-yellow);
    position: relative
}

    .it-header-5-top-style .it-header-2-top-right::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        height: 100%;
        width: 4px;
        background-color: var(--it-theme-4)
    }

    .it-header-5-top-style .it-header-2-top-right ul li > a {
        color: var(--it-common-white)
    }

        .it-header-5-top-style .it-header-2-top-right ul li > a > span {
            color: var(--it-common-white)
        }

            .it-header-5-top-style .it-header-2-top-right ul li > a > span svg {
                color: var(--it-common-white)
            }

    .it-header-5-top-style .it-header-2-top-right ul li ul.it-header-2-lang-submenu li > a {
        color: var(--it-common-black)
    }

.it-header-5-top-style .it-header-2-top-social a {
    color: var(--it-common-white)
}

    .it-header-5-top-style .it-header-2-top-social a:hover {
        color: var(--it-theme-4)
    }

.it-header-5-top-style .it-header-2-top-social::after {
    background-color: var(--it-common-white)
}

.it-header-2-top-style {
    padding: 11px 0
}

    .it-header-2-top-style .it-header-2-top-left ul li {
        position: relative
    }

        .it-header-2-top-style .it-header-2-top-left ul li:not(:last-child)::after {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            height: 24px;
            width: 1px;
            background-color: rgba(255,255,255,.21)
        }

        .it-header-2-top-style .it-header-2-top-left ul li a {
            color: var(--it-common-white)
        }

            .it-header-2-top-style .it-header-2-top-left ul li a span {
                color: var(--it-theme-4)
            }

                .it-header-2-top-style .it-header-2-top-left ul li a span i.phone {
                    transform: rotate(-33deg)
                }

    .it-header-2-top-style .it-header-2-top-social a {
        color: var(--it-common-white)
    }

        .it-header-2-top-style .it-header-2-top-social a:hover {
            color: var(--it-theme-4)
        }

    .it-header-2-top-style .it-header-2-top-right-text a {
        color: var(--it-common-white);
        font-size: 15px;
        font-weight: 500
    }

.it-header-inner-style .it-header-2-top-left ul li a span {
    color: var(--it-theme-1)
}

.it-header-inner-style .it-header-2-top-social a:hover {
    color: var(--it-theme-1)
}

@media(max-width:767px) {
    .it-header-3-top .it-header-2-top-social::after {
        display: none
    }

    .it-header-3-top .it-header-2-top-social a {
        margin: 0 5px
    }

    .it-header-3-top .it-header-2-top-left ul li:not(:last-child) {
        padding-right: 0
    }
}

.it-header-1-style .it-header-2-bar button {
    color: var(--it-common-white);
    background-color: var(--it-theme-4)
}

.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: var(--it-common-white);
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);
    z-index: 99999
}

    .header-sticky.it-header-2-style .it-header-2-main-menu > nav > ul > li > a {
        padding: 20px 0
    }

    .header-sticky .it-header-2-plr {
        box-shadow: none
    }

    .header-sticky.it-header-3-style .it-header-2-main-menu > nav > ul > li > a {
        padding: 20px 0
    }

    .header-sticky.it-header-5-style .it-header-2-main-menu > nav > ul > li > a {
        padding: 20px 0
    }

.it-header-3-style.header-sticky {
    background-color: var(--it-common-black)
}

.it-slider-height {
    height: 770px
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-slider-height {
        height: 750px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-slider-height {
        height: 650px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-slider-height {
        height: 650px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-height {
        height: 650px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-slider-height {
        height: 570px
    }
}

@media(max-width:767px) {
    .it-slider-height {
        height: 650px
    }
}

.it-slider-bg .it-hero-2-content {
    padding: 0;
    transform: translateY(-150px);
    opacity: 0
}

.it-slider-bg .it-hero-2-btn-box {
    transform: translateY(150px);
    opacity: 0
}

.it-slider-bg .it-hero-2-title {
    color: var(--it-common-white)
}

.it-slider-bg .it-hero-2-text p {
    color: var(--it-common-white)
}

.it-slider-bg .it-hero-2-play span {
    text-decoration: underline;
    color: var(--it-common-white)
}

.it-slider-bg .it-hero-2-play a {
    color: var(--it-common-black);
    background-color: var(--it-common-white)
}

    .it-slider-bg .it-hero-2-play a::before {
        border: 1px solid rgba(255,255,255,.384)
    }

    .it-slider-bg .it-hero-2-play a::after {
        background-color: rgba(255,255,255,.384)
    }

.it-slider-overlay {
    position: relative;
    z-index: 1
}

    .it-slider-overlay::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(14,42,70,.75);
        content: "";
        z-index: -1
    }

.it-slider-nav-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 650px
}

    .it-slider-nav-wrap .slick-track {
        margin-left: 0;
        margin-right: 0
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-slider-nav-wrap {
        width: 500px
    }
}

.it-slider-nav-thumb {
    border: 5px solid var(--it-common-white);
    transition: .3s;
    cursor: pointer;
    margin: 0 10px
}

    .it-slider-nav-thumb img {
        max-width: inherit;
        width: 100%
    }

    .it-slider-nav-thumb.slick-current {
        border-color: var(--it-theme-4)
    }

.it-slider-shape-1 {
    position: absolute;
    top: -50%;
    left: -20%
}

.it-slider-shape-2 {
    position: absolute;
    top: -25%;
    right: -10%;
    opacity: 0
}

.it-slider-active .slick-active .it-slider-shape-1 {
    top: -20%;
    left: 0%;
    opacity: 1;
    transition: all 2500ms ease
}

.it-slider-active .slick-active .it-slider-shape-2 {
    top: -15%;
    right: 0%;
    opacity: 1;
    transition: all 2000ms ease
}

.it-slider-active .slick-active .it-hero-2-content {
    transform: translateY(0);
    opacity: 1;
    transition: all 2500ms ease
}

.it-slider-active .slick-active .it-hero-2-btn-box {
    transform: translateY(0);
    opacity: 1;
    transition: all 2500ms ease
}

@media(max-width:767px) {
    .it-slider-wrap .it-hero-2-play {
        margin-top: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-slider-wrap .it-hero-2-play {
        margin-top: 0
    }
}

.it-hero-2-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.it-hero-2-content {
    padding-top: 200px;
    padding-bottom: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-2-content {
        padding-top: 200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-content {
        padding-top: 300px;
        padding-bottom: 160px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-hero-2-content {
        padding-top: 260px;
        padding-bottom: 100px
    }
}

@media(max-width:767px) {
    .it-hero-2-content {
        padding-top: 150px;
        padding-bottom: 0px
    }
    .mb-none {
        display: none;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-hero-2-content {
        padding-top: 250px;
        padding-bottom: 80px
    }
}

.it-hero-2-text p {
    margin-bottom: 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) {
    .it-hero-2-text p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .it-hero-2-text p {
        font-size: 14px
    }
}

.it-hero-2-play a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--it-common-white);
    background-color: var(--it-common-black)
}

    .it-hero-2-play a i {
        margin-left: 3px
    }

    .it-hero-2-play a::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 80%;
        height: 80%;
        background-color: rgba(14,42,70,.349);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%
    }

    .it-hero-2-play a::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 60%;
        height: 60%;
        transform: scale(1.5);
        border: 1px solid rgba(14,42,70,.349);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%
    }

.it-hero-2-play span {
    text-decoration: underline
}

.it-hero-2-thumb {
    transform: translateX(150px)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-2-thumb {
        transform: translateX(50px)
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-2-thumb {
        transform: translateX(0px)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-thumb {
        transform: translateX(-50px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-hero-2-thumb {
        transform: translateX(0px);
        text-align: center
    }
}

.it-hero-2-thumb > img {
    position: relative;
    z-index: 2;
    max-width: inherit
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-hero-2-thumb > img {
        max-width: 100%
    }
}

.it-hero-2-title {
    color: var(--it-common-black);
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    line-height: 1.2;
    text-shadow: 0px 2px 2px #b3b3b3;
    padding-bottom: 5px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-2-title {
        font-size: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-2-title {
        font-size: 47px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-title {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-hero-2-title {
        font-size: 47px
    }

        .it-hero-2-title br {
            display: none
        }
}

@media(max-width:767px) {
    .it-hero-2-title {
        font-size: 25px
    }

        .it-hero-2-title br {
            display: none
        }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-hero-2-title {
        font-size: 43px
    }
}

.it-hero-2-title > span {
    padding-right: 10px;
    position: relative;
    z-index: 4
}

@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-btn-box {
        flex-wrap: wrap
    }
}

.it-hero-2-btn-box > .it-btn {
    margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 30px;
        margin-right: 100px
    }
}

@media(max-width:767px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 0
    }
}

.it-hero-2-funfact {
    position: absolute;
    bottom: 120px;
    right: 37%;
    border-radius: 5px;
    width: 250px;
    padding: 40px 15px;
    z-index: 1;
    background-color: var(--it-common-white);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-funfact {
        position: absolute;
        bottom: 120px;
        right: 29%;
        width: 243px;
        padding: 27px 15px
    }
}

.it-hero-2-funfact .theme {
    color: var(--it-theme-1);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-2-funfact .theme {
        font-size: 30px
    }
}

.it-hero-2-funfact .theme i {
    font-style: normal
}

.it-hero-2-funfact span {
    display: block;
    color: var(--it-common-black);
    font-size: 18px;
    line-height: 24px
}

.it-hero-2-funfact img {
    margin-top: 20px
}

.it-hero-2-shape-1 {
    position: absolute;
    top: -2%;
    right: -43%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-2-shape-1 {
        right: -72%
    }
}

.it-hero-2-shape-1 img {
    max-width: inherit
}

.it-hero-2-shape-2 {
    position: absolute;
    top: 35%;
    left: -28%
}

.it-hero-2-shape-3 {
    position: absolute;
    top: 6%;
    right: -63%;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

.it-hero-2-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0
}

.it-hero-2-shape-5 {
    position: absolute;
    bottom: 120px;
    left: 790px;
    animation: itswing .9s forwards infinite alternate;
    transform-origin: bottom left
}

.it-hero-2-shape-6 {
    position: absolute;
    bottom: 100px;
    left: 55px;
    animation: rotate2 6s linear infinite
}

.it-hero-2-shape-7 {
    position: absolute;
    top: 165px;
    left: 50px;
    animation: rotate2 4s linear infinite
}

.title-shape {
    position: absolute;
    top: -15px;
    left: -9px;
    z-index: -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) {
    .title-shape svg {
        width: 125px
    }
}

@media(max-width:767px) {
    .title-shape svg {
        width: 85px
    }
}

.title-shape-2 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .title-shape-2 {
        width: 125px
    }
}

@media(max-width:767px) {
    .title-shape-2 {
        width: 85px
    }
}

.title-shape-3 {
    position: absolute;
    top: 44%;
    right: 6px;
    transform: translateY(-50%);
    z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .title-shape-3 {
        width: 125px
    }
}

@media(max-width:767px) {
    .title-shape-3 {
        width: 85px
    }
}

.it-hero-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.it-hero-3-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.it-hero-3-shape-3 {
    position: absolute;
    bottom: 23%;
    left: 45%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom right
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-3-shape-3 {
        bottom: 33%;
        left: 57%
    }
}

.it-hero-3-shape-4 {
    position: absolute;
    bottom: 7%;
    right: 3%;
    animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-3-shape-4 {
        display: none
    }
}

.it-hero-3-shape-5 {
    position: absolute;
    top: 19%;
    right: 7%;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-3-shape-5 {
        top: 20%;
        right: 2%
    }
}

.it-hero-3-ptb {
    padding-top: 325px;
    padding-bottom: 205px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-3-ptb {
        padding-top: 290px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-3-ptb {
        padding-top: 200px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-hero-3-ptb {
        padding-top: 190px;
        padding-bottom: 60px
    }
}

@media(max-width:767px) {
    .it-hero-3-ptb {
        padding-top: 170px;
        padding-bottom: 60px
    }
}

.it-hero-3-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins);
    margin-bottom: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-3-title {
        font-size: 55px
    }
}

@media(max-width:767px) {
    .it-hero-3-title {
        font-size: 40px
    }
}

.it-hero-3-title span {
    color: var(--it-common-yellow)
}

.it-hero-3-title-box p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
    color: var(--it-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-3-title-box p br {
        display: none
    }
}

@media(max-width:767px) {
    .it-hero-3-title-box p {
        font-size: 16px
    }

        .it-hero-3-title-box p br {
            display: none
        }
}

.it-hero-3-client-box {
    margin-left: 30px
}

    .it-hero-3-client-box span {
        color: var(--it-common-white)
    }

    .it-hero-3-client-box img {
        margin-left: 20px
    }

@media(max-width:767px) {
    .it-hero-3-client-box {
        margin-left: 0;
        margin-top: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-hero-3-client-box {
        margin-left: 20px;
        margin-top: 0
    }
}

/*.it-hero-3-thumb img {
    max-width: inherit;
    margin-left: -100px
}*/

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-3-thumb img {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-hero-3-thumb img {
        margin-left: 0;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .it-hero-3-btn-box {
        flex-wrap: wrap
    }
}

.it-hero-style-4.it-hero-space {
    padding-top: 160px;
    padding-bottom: 110px
}

@media(max-width:767px) {
    .it-hero-style-4.it-hero-space {
        padding-top: 120px
    }
}

.it-hero-style-4 .it-hero-3-title {
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-style-4 .it-hero-3-title {
        font-size: 52px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-style-4 .it-hero-3-title {
        font-size: 40px
    }
}

.it-hero-style-4 .it-hero-3-ptb {
    padding-top: 0;
    padding-bottom: 0
}

.it-hero-style-4 .it-hero-3-thumb img {
    max-width: inherit;
    margin-left: 0;
    margin-right: -120px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0
    }
}

@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) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0;
        max-width: 100%;
        margin-top: 50px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-hero-style-4 .it-hero-3-shape-3 {
        left: 35%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-style-4 .it-hero-3-shape-3 {
        left: 34%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-style-4 .it-hero-3-shape-5 {
        top: 15%;
        right: 1%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-style-4 .it-hero-3-shape-4 {
        bottom: 2%;
        right: 2%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-style-4 .it-hero-3-title-box p br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-hero-5-style {
        padding: 100px 0
    }
}

.it-hero-5-style .it-hero-2-play a {
    background-color: var(--it-theme-4)
}

    .it-hero-5-style .it-hero-2-play a::after {
        background-color: rgba(34,162,209,.4)
    }

    .it-hero-5-style .it-hero-2-play a::before {
        border: 1px solid rgba(34,162,209,.4)
    }

.it-hero-5-style .it-hero-2-thumb {
    transform: translateX(-35px)
}

@media(max-width:767px) {
    .it-hero-5-style .it-hero-2-thumb {
        transform: translateX(0)
    }
}

.it-hero-5-style .it-hero-2-content {
    padding: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-5-style .it-hero-2-content {
        padding: 120px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-hero-5-style .it-hero-2-content {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-hero-5-style .it-hero-2-thumb > img {
        max-width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-hero-5-style .it-hero-5-shape-2 {
        top: 90px;
        left: 12px
    }
}

.it-hero-5-shape-1 {
    position: absolute;
    left: 350px;
    top: -8px;
    animation: rotate2 4s linear infinite
}

.it-hero-5-shape-2 {
    position: absolute;
    top: 165px;
    left: 262px;
    animation: itswing .7s forwards infinite alternate;
    transform-origin: bottom left
}

.it-hero-5-shape-3 {
    position: absolute;
    bottom: 85px;
    left: 100px
}

    .it-hero-5-shape-3 img {
        animation: rotate2 4s linear infinite
    }

.it-hero-5-shape-4 {
    position: absolute;
    left: 640px;
    bottom: 140px;
    animation: itleftright 1s infinite alternate
}

.it-hero-5-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 70px;
    animation: rotate2 4s linear infinite
}

.it-hero-5-shape-6 {
    position: absolute;
    bottom: 120px;
    right: -87%;
    animation: rotate2 12s linear infinite
}

.it-hero-5-shape-7 {
    position: absolute;
    top: 115px;
    right: 115px;
    animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-hero-5-shape-7 {
        right: 50px
    }
}

.it-category-item {
    border-radius: 10px;
    padding: 60px 15px;
    padding-top: 70px;
    background-color: #ffffff;
    height: 100%;
    transition: .5s;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}
.background {
    background: url(../../assets/img/bg-img.jpg)
}

    .it-category-item:hover {
        background-color: var(--it-theme-1)
    }

        .it-category-item:hover .it-category-icon span {
            background-color: var(--it-common-white);
            color: var(--it-theme-1)
        }

            .it-category-item:hover .it-category-icon span::after {
                border-color: var(--it-common-white)
            }

        .it-category-item:hover .it-category-title {
            color: var(--it-common-white)
        }

        .it-category-item:hover .it-category-text a {
            color: var(--it-common-white)
        }

.it-category-icon span {
    display: inline-block;
    height: 87px;
    width: 87px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    position: relative;
    margin-bottom: 35px;
    transition: .3s;
    font-size: 45px
}

    .it-category-icon span::after {
        content: "";
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 50%;
        transition: .5s;
        transform: translate(-50%,-50%) scale(1.2);
        border: 1px dashed var(--it-theme-1)
    }

.it-category-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition: .5s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-category-title {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-category-title {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-category-title {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .it-category-title-box {
        margin-bottom: 30px
    }
}

.it-category-text a {
    color: #4d5756;
    font-size: 14px;
    font-family: var(--it-ff-heading);
    font-weight: 500;
    transition: .5s
}

    .it-category-text a i {
        font-size: 14px
    }

.it-category-shape {
    position: absolute;
    bottom: 0;
    left: 690px
}

.it-category-4-icon span {
    height: 100px;
    width: 100%;
    display: inline-block;
    line-height: 100px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--it-common-white);
    box-shadow: 0px 0px 10px 0px #c1c1c1;
    margin-bottom: 5px;
}

    .it-category-4-icon span img {
        padding: 2px;
    }

.it-category-4-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: var(--it-theme-3);
    text-transform: uppercase
}

.it-category-4-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--it-common-black);
    font-family: var(--it-ff-poppins);
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-category-4-title {
        font-size: 15px
    }
}

.it-course-item {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: var(--it-common-white)
}

    .it-course-item:hover .it-course-thumb img {
        transform: scale(1.2)
    }

.it-course-thumb {
    overflow: hidden;
    border-radius: 5px
}

    .it-course-thumb img {
        width: 100%;
        border-radius: 5px;
        transition: 1s
    }

.it-course-thumb-text {
    position: absolute;
    top: 20px;
    left: 20px
}

    .it-course-thumb-text span {
        display: inline-block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 5px;
        color: var(--it-common-white);
        background-color: var(--it-theme-1)
    }

@media(max-width:767px) {
    .it-course-thumb-text span {
        font-size: 12px
    }
}

.it-course-rating i {
    color: var(--it-theme-1);
    font-size: 14px
}

.it-course-rating span {
    color: var(--it-common-black-2);
    font-size: 14px;
    font-family: var(--it-ff-heading);
    font-weight: 500
}

.it-course-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    transition: .3s;
    display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-course-title {
        font-size: 19px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-course-title {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .it-course-title {
        font-size: 18px
    }
}

.it-course-title:hover {
    color: var(--it-theme-1)
}

.it-course-info {
    border-bottom: 1px dashed #4d5756
}

    .it-course-info > span {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: var(--it-common-black-2)
    }

@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-course-info > span {
        font-size: 11px
    }
}

.it-course-info > span i {
    color: #000;
    margin-right: 7px
}

.it-course-author img {
    border-radius: 50%;
    margin-right: 10px
}

.it-course-author > span {
    color: var(--it-common-black-2);
    font-size: 16px;
    font-family: var(--it-ff-heading);
    font-weight: 400
}

@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-course-author > span {
        font-size: 14px
    }
}

.it-course-author > span > i {
    font-style: normal;
    color: var(--it-common-black)
}

.it-course-price-box span {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black-2)
}

@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-course-price-box span {
        font-size: 21px
    }
}

.it-course-price-box span i {
    font-style: normal;
    color: var(--it-common-black)
}

.it-course-price-box a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .3s;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black-2)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-course-price-box a {
        font-size: 12px
    }
}

.it-course-price-box a:hover {
    color: var(--it-common-black)
}

.it-course-price-box a i {
    font-size: 16px;
    margin-right: 7px
}

.it-course-shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.it-course-shape-2 {
    position: absolute;
    top: 235px;
    right: 470px;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left
}

.it-course-shape-3 {
    position: absolute;
    top: 180px;
    left: 100px;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-course-shape-3 {
        top: 120px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-course-shape-3 {
        top: 100px
    }
}

.it-course-shape-4 {
    position: absolute;
    right: 255px;
    bottom: 195px;
    animation: rotate2 4s linear infinite
}

.it-course-shape-5 {
    position: absolute;
    top: 0;
    right: 440px
}

.it-course-shape-6 {
    position: absolute;
    bottom: 180px;
    right: 140px;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-course-shape-6 {
        right: 40px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-course-shape-6 {
        right: 0;
        bottom: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-course-shape-6 {
        right: 0;
        bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-course-2-wrap {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .it-course-2-wrap {
        flex-wrap: wrap
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .it-course-2-wrap .it-course-thumb {
        width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .it-course-2-wrap .it-course-thumb img {
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-course-2-wrap .it-course-title {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .it-course-2-wrap .it-course-title {
        font-size: 19px
    }
}

.it-course-style-2 .it-course-2-wrap {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(14,42,70,.08)
}

    .it-course-style-2 .it-course-2-wrap:hover .it-course-thumb a img {
        transform: scale(1.1) rotate(-2deg)
    }

.it-course-style-2 .it-course-thumb {
    flex: 0 0 auto
}

    .it-course-style-2 .it-course-thumb a img {
        transition: .9s
    }

.it-course-style-2 .it-course-author {
    flex: 0 0 auto
}

.it-course-style-2 .it-course-content {
    margin: 0 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-course-style-2 .it-course-content {
        margin: 0 20px
    }
}

.it-course-style-2 .it-course-rating i {
    color: var(--it-theme-4)
}

.it-course-style-2 .it-course-title:hover {
    color: var(--it-theme-4)
}

.it-course-style-2 .it-course-price-box a:hover {
    color: var(--it-theme-4)
}

.it-course-style-2 .it-course-thumb-text {
    top: 14px;
    left: 14px
}

    .it-course-style-2 .it-course-thumb-text span {
        background-color: var(--it-theme-4)
    }

@media(max-width:767px) {
    .it-course-style-2 .it-course-title-box {
        margin-bottom: 30px
    }
}

.it-course-style-3 .it-course-thumb-text span {
    background-color: var(--it-theme-2)
}

.it-course-style-3 .it-course-rating i {
    color: var(--it-common-yellow)
}

.it-course-style-3.it-course-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.it-course-style-3 .it-course-title:hover {
    color: var(--it-theme-2)
}

.it-course-style-4 .it-course-item {
    background-color: #f3f5f5
}

.it-course-style-4 .it-course-thumb-text span {
    background-color: var(--it-theme-3)
}

.it-course-style-4 .it-course-title:hover {
    color: var(--it-theme-3)
}

.it-course-style-5 .it-course-rating i {
    color: var(--it-theme-1)
}

.it-course-style-5 .it-course-title:hover {
    color: var(--it-theme-1)
}

.it-course-style-5 .it-course-price-box a:hover {
    color: var(--it-theme-1)
}

.it-course-style-5 .it-course-thumb-text span {
    background-color: var(--it-theme-1)
}

.it-course-details-wrap {
    margin-right: 74px
}

@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-course-details-wrap {
        margin-right: 0
    }
}

.it-course-details-wrap .postbox__meta {
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(77,87,86,.5)
}

    .it-course-details-wrap .postbox__meta span i {
        color: var(--it-common-body)
    }

.it-course-details-content .it-evn-details-title-sm {
    text-transform: uppercase
}

.it-course-details-content .it-evn-details-text p {
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-right: 10px
}

.it-course-details-nav button {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    height: 53px;
    line-height: 53px;
    padding: 0 19px;
    color: var(--it-common-black);
    background-color: #f2f2f2;
    border-radius: 5px;
    transition: .3s
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-course-details-nav button {
        margin-bottom: 15px
    }
}

.it-course-details-nav button:not(:last-child) {
    margin-right: 18px
}

.it-course-details-nav button:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-5)
}

.it-course-details-nav button.active {
    color: var(--it-common-white);
    background-color: var(--it-theme-5)
}

.it-course-sidebar-box .it-evn-sidebar-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.it-course-sidebar-rate {
    line-height: normal
}

    .it-course-sidebar-rate span {
        text-transform: capitalize;
        font-size: 16px
    }

@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-course-sidebar-rate span {
        font-size: 14px
    }
}

.it-course-sidebar-rate span.rate {
    color: var(--it-common-black);
    font-size: 21px;
    font-family: var(--it-ff-heading);
    font-weight: 700;
    text-transform: capitalize
}

@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-course-sidebar-rate span.rate {
        font-size: 18px
    }
}

.it-course-sidebar-rate span.rate i {
    font-style: normal;
    color: #4d5756;
    font-size: 18px;
    font-weight: 500
}

.it-course-sidebar-rate-box i {
    font-style: normal;
    font-size: 14px;
    color: var(--it-common-black);
    text-transform: capitalize
}

@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-course-sidebar-rate-box i {
        font-size: 12px
    }
}

.it-cta-height {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.it-cta-bg {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-cta-bg {
        left: -8%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-cta-bg {
        left: -8%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-cta-bg {
        left: -11%
    }
}

.it-cta-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 300px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--it-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-cta-title {
        font-size: 37px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-cta-title {
        font-size: 35px;
        margin-left: 400px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-cta-title {
        font-size: 30px;
        margin-left: 400px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 28px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 25px
    }
}

@media(max-width:767px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 21px;
        margin-bottom: 30px
    }
}

.it-about-right-box {
    margin-left: -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) {
    .it-about-right-box {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-about-main-thumb {
        margin-bottom: 50px
    }
}

.it-about-main-thumb img {
    border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-main-thumb img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .it-about-main-thumb img {
        width: 100%
    }
}

.it-about-thumb-box {
    margin-right: 80px
}

@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-thumb-box {
        margin-right: 0
    }
}

.it-about-thumb-1 {
    position: absolute;
    top: -55px;
    left: 0
}

    .it-about-thumb-1 img {
        border-radius: 5px
    }

.it-about-thumb-2 {
    position: absolute;
    bottom: -65px;
    left: 0
}

    .it-about-thumb-2 img {
        border-radius: 5px
    }

@media(max-width:767px) {
    .it-about-content {
        margin-bottom: 15px
    }
}

.it-about-content h5 {
    font-size: 17px;
    text-transform: uppercase
}

.it-about-content p {
    font-size: 17px;
    line-height: 32px;
    color: var(--it-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-content p {
        font-size: 12px;
        line-height: 26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-about-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(max-width:767px) {
    .it-about-content-wrapper {
        flex-wrap: wrap
    }
}

@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-about-text p {
        font-size: 14px
    }
}

.it-about-shape-1 {
    position: absolute;
    top: -115px;
    left: -105px;
    z-index: -1;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-shape-1 {
        top: -78px;
        left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-about-shape-1 {
        top: -52px;
        left: 95px
    }
}

.it-about-shape-2 {
    position: absolute;
    right: 75px;
    top: -50px
}

.it-about-shape-3 {
    position: absolute;
    bottom: -65px;
    right: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-about-shape-3 {
        bottom: -22px;
        right: -17px
    }
}

.it-about-shape-4 {
    position: absolute;
    top: 165px;
    right: 120px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-about-shape-4 {
        top: 241px;
        right: 114px
    }
}

.it-about-2-thumb-wrap {
    margin-right: 10px
}

.it-about-2-right {
    margin-left: 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-about-2-right {
        margin-left: 0
    }
}

.it-about-2-bottom {
    margin-right: 50px
}

@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) {
    .it-about-2-bottom {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .it-about-2-bottom {
        margin-right: 0;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-about-2-thumb-wrap {
        margin-top: 50px
    }
}

.it-about-2-text-2 {
    position: relative
}

    .it-about-2-text-2 span {
        color: var(--it-common-black);
        font-family: var(--it-ff-heading);
        font-size: 22px;
        font-weight: 600;
        line-height: 1.3;
        display: block;
        padding-left: 12px
    }

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-2-text-2 span {
        font-size: 19px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-2-text-2 span {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-about-2-text-2 span {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .it-about-2-text-2 span {
        font-size: 15px
    }
}

.it-about-2-text-2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: var(--it-common-black)
}

@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-about-2-text p {
        font-size: 14px
    }

        .it-about-2-text p br {
            display: none
        }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-2-thumb img {
        transform: scale(.9)
    }
}

.it-about-2-icon img {
    margin-right: 20px
}

.it-about-2-icon span {
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 29px
}

@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-2-icon span {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .it-about-2-video {
        margin-top: 30px
    }
}

.it-about-2-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .it-about-2-video-icon a {
        height: 52px;
        width: 52px;
        border-radius: 50%;
        line-height: 52px;
        display: inline-block;
        text-align: center;
        color: var(--it-common-black);
        background-color: var(--it-common-white)
    }

        .it-about-2-video-icon a i {
            display: inline-block;
            margin-left: 3px
        }

        .it-about-2-video-icon a::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            background-color: rgba(255,255,255,.774);
            animation: borderanimate2 2.5s linear infinite;
            z-index: -1;
            border-radius: 50%
        }

        .it-about-2-video-icon a::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            transform: scale(1.5);
            border: 1px solid rgba(255,255,255,.774);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%
        }

.it-about-2-thumb-sm {
    position: relative;
    border-radius: 5px
}

    .it-about-2-thumb-sm::after {
        position: absolute;
        content: "";
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(1,14,33,.6);
        border-radius: 5px
    }

    .it-about-2-thumb-sm img {
        border-radius: 5px
    }

.it-about-2-big-text {
    position: absolute;
    left: -9%;
    bottom: 40%;
    transform: rotate(-90deg)
}

    .it-about-2-big-text h6 {
        -webkit-text-stroke: 1px #22a3d1;
        font-weight: 600;
        color: transparent;
        font-size: 150px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: var(--it-ff-poppins)
    }

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-about-2-big-text h6 {
        font-size: 110px
    }
}

@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-about-2-big-text h6 {
        display: none
    }
}

.it-about-2-shape-1 {
    position: absolute;
    left: -23%;
    top: -17%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left
}

.it-about-2-shape-2 {
    position: absolute;
    top: 100px;
    right: 35px;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1600px) and (max-width:1800px),only screen and (min-width:1400px) and (max-width:1599px) {
    .it-about-2-shape-2 {
        top: 10px;
        right: 0;
        transform: scale(.5)
    }
}

.it-about-3-left-box {
    padding-right: 75px
}

@media(max-width:767px) {
    .it-about-3-left-box {
        padding-right: 0
    }
}

.it-about-3-left-shape-1 {
    position: absolute;
    top: 4%;
    right: 31%;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

.it-about-3-left-shape-2 {
    position: absolute;
    bottom: 2%;
    left: -14%;
    z-index: -1;
    animation: rotate2 15s linear infinite
}

.it-about-3-left-shape-3 {
    position: absolute;
    bottom: 0%;
    right: 18%
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-3-left-shape-3 {
        right: 0
    }
}

.it-about-3-left-shape-4 {
    position: absolute;
    top: 2%;
    right: 2%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom right
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-3-left-shape-4 {
        top: -4%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-3-left-shape-4 {
        top: -6%;
        right: 0
    }
}

.it-about-3-left-shape-5 {
    position: absolute;
    bottom: 13%;
    right: 0%;
    z-index: -1
}

@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-about-3-left-shape-5 {
        display: none
    }
}

.it-about-3-title-box p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .it-about-3-title-box p br {
        display: none
    }
}

.it-about-3-mv-item {
    margin-bottom: 0px
}

.it-about-3-mv-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: var(--it-common-black);
    text-transform: capitalize
}

.it-about-3-mv p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #4d5756
}

.it-about-4-thumb-wrap {
    margin-right: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-about-4-thumb-wrap {
        margin: 0;
        margin-bottom: 60px
    }
}

.it-about-4-thumb-double {
    margin-right: 30px
}

    .it-about-4-thumb-double img {
        border-radius: 1000px
    }

.it-about-4-thumb-single img {
    border-radius: 1000px
}

.it-about-4-list-icon span {
    margin-top: 7px;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: var(--it-common-white);
    background-color: var(--it-theme-3);
    margin-right: 30px;
    font-size: 27px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-about-4-style .it-about-3-mv-item {
        margin-bottom: 10px
    }
}

.it-about-5-thumb img {
    max-width: inherit
}

@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-about-5-thumb img {
        max-width: 100%
    }
}

.it-about-5-thumb-box {
    margin-left: -23px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-about-5-thumb-box {
        margin-left: 0;
        text-align: center;
        margin-bottom: 50px
    }
}

.it-about-5-shape-1 {
    position: absolute;
    top: -15%;
    left: -33%
}

.it-about-5-shape-2 {
    position: absolute;
    right: 44%;
    top: 0;
    animation: itleftright 1s infinite alternate
}

.it-about-5-shape-3 {
    position: absolute;
    right: 120px;
    top: 0;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: top left
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-about-5-shape-3 {
        right: 75px;
        top: -30px
    }
}

.it-about-5-shape-4 {
    position: absolute;
    right: 136px;
    bottom: 115px;
    animation: rotate2 12s linear infinite
}

.it-about-5-list ul {
    padding: 6px 6px;
    display: inline-block;
    background-color: #f3f5f5;
    border-radius: 5px
}

    .it-about-5-list ul li {
        list-style-type: none;
        font-size: 12px;
        line-height: 22px;
        text-transform: capitalize;
        padding-left: 22px;
        position: relative;
        color: #1c1c1c;
        display: inline-block;
        text-align: justify;
    }

        .it-about-5-list ul li:not(:last-child) {
            padding-right: 0px
        }

        .it-about-5-list ul li i {
            color: var(--it-theme-4);
            position: absolute;
            top: 6px;
            left: 0
        }

.inner-about-style .it-section-subtitle {
    background-color: transparent;
    padding-left: 0
}

    .inner-about-style .it-section-subtitle img {
        margin-right: 3px
    }

.inner-about-style .it-section-title-3 span {
    color: var(--it-theme-1)
}

.inner-about-style .it-about-4-list-icon span {
    background-color: var(--it-theme-1)
}

.it-video-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2
}

    .it-video-bg::after {
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: #0e2a46;
        opacity: 85%;
        z-index: -1
    }

@media(max-width:767px) {
    .it-video-content {
        margin-bottom: 50px
    }
}

.it-video-content > span {
    color: var(--it-common-white);
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-video-content > span {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-video-content > span {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .it-video-content > span {
        font-size: 15px
    }
}

.it-video-title {
    color: var(--it-common-white);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-video-title {
        font-size: 55px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-video-title {
        font-size: 42px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-video-title {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-video-title {
        font-size: 34px
    }

        .it-video-title br {
            display: none
        }
}

@media(max-width:767px) {
    .it-video-title {
        font-size: 28px
    }

        .it-video-title br {
            display: none
        }
}

.it-video-play-wrap {
    margin-right: 155px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-video-play-wrap {
        margin-right: 0
    }
}

.it-video-play a.play {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    color: var(--it-theme-1);
    background-color: var(--it-common-white)
}

    .it-video-play a.play i {
        display: inline-block;
        padding-left: 5px
    }

    .it-video-play a.play::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 60%;
        height: 60%;
        transform: scale(1.5);
        border: 1px solid rgba(255,255,255,.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%
    }

    .it-video-play a.play::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 80%;
        height: 80%;
        background-color: rgba(255,255,255,.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%
    }

.it-video-play a.text {
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    color: var(--it-common-white)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-video-play a.text {
        font-size: 17px
    }
}

.it-video-shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.it-video-shape-2 {
    position: absolute;
    top: 0;
    right: 0
}

.it-video-shape-3 {
    position: absolute;
    top: 70px;
    left: 55px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-video-shape-3 {
        top: 30px;
        left: 55px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-video-shape-3 {
        top: 30px
    }
}

.it-video-shape-4 {
    position: absolute;
    bottom: 135px;
    left: 51%;
    animation: rotate2 4s linear infinite
}

.it-video-shape-5 {
    position: absolute;
    right: 173px;
    bottom: 65px;
    animation: itleftright 1s infinite alternate
}

.it-video-2-bg {
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width:767px) {
    .it-video-2-text p br {
        display: none
    }
}

.it-video-2-thumb img {
    border-radius: 10px;
    max-width: inherit;
    width: 100%
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-video-2-thumb img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-video-2-left {
        margin-bottom: 40px
    }
}

.it-video-2-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

    .it-video-2-play a {
        height: 104px;
        width: 104px;
        line-height: 104px;
        border-radius: 50%;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
        color: var(--it-theme-5);
        background-color: var(--it-common-white)
    }

        .it-video-2-play a i {
            display: inline-block;
            padding-left: 5px
        }

        .it-video-2-play a::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 60%;
            height: 60%;
            transform: scale(1.5);
            border: 1px solid rgba(255,255,255,.472);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%
        }

        .it-video-2-play a::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            background-color: rgba(255,255,255,.472);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%
        }

.it-video-2-shape-1 {
    position: absolute;
    top: 120px;
    left: 33%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-video-2-shape-1 {
        top: 50px
    }
}

.it-video-2-shape-2 {
    position: absolute;
    top: 130px;
    right: 105px;
    animation: itupdown .8s infinite alternate
}

.it-video-2-shape-3 {
    position: absolute;
    bottom: 85px;
    right: 45%
}

.it-video-2-shape-4 {
    position: absolute;
    bottom: 70px;
    right: 60px;
    animation: itleftright 1s infinite alternate
}

.it-video-style-2 .it-video-play a.play {
    color: var(--it-theme-4)
}

.it-video-style-4 .it-video-content > span {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--it-common-white)
}

.it-video-style-4 .it-video-title {
    font-size: 45px;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-video-style-4 .it-video-title {
        font-size: 35px
    }
}

.it-video-style-4 .it-video-content p {
    color: var(--it-common-white);
    margin-bottom: 30px
}

.it-video-style-4 .it-video-play a.play {
    color: var(--it-theme-3)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-video-2-text p br {
        display: none
    }
}

.it-video-color .it-video-play a.play {
    color: var(--it-theme-2)
}

.it-price-item {
    padding: 50px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.it-price-item-wrap {
    background-color: var(--it-theme-1)
}

    .it-price-item-wrap.active {
        background-color: var(--it-common-yellow)
    }

        .it-price-item-wrap.active .it-price-category span {
            background-color: var(--it-theme-1)
        }

        .it-price-item-wrap.active .it-price-month span {
            border: 2px solid var(--it-theme-1)
        }

        .it-price-item-wrap.active .it-price-item::after {
            background-color: var(--it-common-black)
        }

        .it-price-item-wrap.active .it-price-list p {
            color: var(--it-common-white)
        }

        .it-price-item-wrap.active .it-price-list ul li {
            color: var(--it-common-white)
        }

            .it-price-item-wrap.active .it-price-list ul li i {
                border: 1px solid var(--it-common-yellow);
                color: var(--it-common-yellow)
            }

        .it-price-item-wrap.active .it-btn {
            background-color: var(--it-common-yellow)
        }

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-price-item {
        padding: 50px 20px
    }
}

@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-price-item {
        padding: 50px 30px;
        padding-top: 30px
    }
}

@media(max-width:767px) {
    .it-price-item {
        padding: 50px 20px;
        padding-top: 30px
    }
}

.it-price-item::after {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    height: 615px;
    width: 615px;
    border-radius: 50%;
    background-color: #f4f4f4;
    content: "";
    z-index: -1
}

.it-price-category span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    background-color: #f2a227;
    display: inline-block;
    padding: 0 90px;
    transform: translateY(-25px)
}

@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-price-category span {
        padding: 0 60px;
        font-size: 17px;
        margin-top: 0
    }
}

.it-price-month span {
    height: 130px;
    width: 130px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #0c2d4d;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--it-common-white);
    border: 2px solid #f2a227;
    margin-top: 20px;
    margin-bottom: 15px
}

    .it-price-month span i {
        color: #0e2a46;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        font-style: normal
    }

.it-price-list p {
    color: #4d5756;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-price-list p {
        font-size: 14px
    }
}

.it-price-list ul {
    text-align: left;
    margin-bottom: 20px
}

    .it-price-list ul li {
        list-style-type: none;
        color: #0e2a46;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        padding-bottom: 20px;
        padding-left: 30px;
        position: relative
    }

@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-price-list ul li {
        font-size: 15px
    }
}

.it-price-list ul li:last-child {
    margin-bottom: 0
}

.it-price-list ul li i {
    height: 15px;
    width: 15px;
    line-height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--it-theme-1);
    color: var(--it-theme-1);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-choose-left {
        margin-bottom: 50px
    }
}

.it-choose-content {
    border-radius: 8px;
    padding: 30px 20px;
    background-color: #f8f6f1
}

.it-choose-content-box {
    margin-right: 45px
}

@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-choose-content-box {
        margin-right: 0
    }
}

.it-choose-content h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 8px;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-choose-content h5 {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-choose-content h5 {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-choose-content h5 {
        font-size: 16px
    }
}

.it-choose-content h5 i {
    margin-right: 10px;
    display: inline-block;
    color: var(--it-theme-1)
}

.it-choose-content p {
    color: #4d5756;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    padding-right: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-choose-content p {
        font-size: 14px
    }
}

@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-choose-content p {
        font-size: 12px;
        padding-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-choose-text p {
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-choose-text p {
        font-size: 14px
    }
}

.it-choose-thumb {
    display: inline-block;
    border: 10px solid var(--it-common-white)
}

.it-choose-thumb-box {
    margin-right: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-choose-thumb-box {
        margin-right: 0
    }
}

.it-choose-shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1
}

.it-choose-shape-2 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1
}

.it-choose-shape-3 {
    position: absolute;
    top: -80px;
    right: -85px;
    z-index: -1;
    animation: itupdown .8s infinite alternate
}

.it-choose-shape-4 {
    position: absolute;
    top: 215px;
    left: 40%;
    animation: itleftright 1s infinite alternate
}

@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-choose-shape-4 {
        top: 150px;
        left: 35%
    }
}

.it-choose-shape-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    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-choose-shape-5 {
        bottom: -20%
    }
}

.it-choose-shape-6 {
    position: absolute;
    top: 115px;
    left: 255px;
    z-index: -1;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

.it-choose-shape-7 {
    position: absolute;
    top: 135px;
    right: 180px;
    z-index: -1;
    animation: rotate2 4s linear infinite
}

.it-choose-shape-8 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -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-choose-style-2 .it-choose-thumb-box {
        margin-bottom: 40px
    }
}

.it-choose-style-2 .it-choose-content {
    border-radius: 5px;
    padding: 23px;
    padding-top: 20px;
    background-color: var(--it-common-white);
    box-shadow: 0 0 30px 0 rgba(14,42,70,.08);
    transition: .5s
}

@media(max-width:767px) {
    .it-choose-style-2 .it-choose-content {
        flex-wrap: wrap
    }
}

.it-choose-style-2 .it-choose-content:hover {
    background-color: var(--it-common-black)
}

    .it-choose-style-2 .it-choose-content:hover .it-choose-icon span {
        background-color: var(--it-common-white);
        color: var(--it-theme-4)
    }

    .it-choose-style-2 .it-choose-content:hover .it-choose-title {
        color: var(--it-common-white)
    }

    .it-choose-style-2 .it-choose-content:hover .it-choose-text p {
        color: var(--it-common-white)
    }

.it-choose-style-2 .it-choose-icon {
    margin-right: 20px
}

    .it-choose-style-2 .it-choose-icon span {
        height: 80px;
        width: 80px;
        line-height: 88px;
        text-align: center;
        display: inline-block;
        background-color: var(--it-theme-4);
        border-radius: 50%;
        color: var(--it-common-white);
        transition: .5s;
        font-size: 35px
    }

@media(max-width:767px) {
    .it-choose-style-2 .it-choose-icon span {
        margin-bottom: 20px
    }
}

.it-choose-style-2 .it-choose-title {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: .5s
}

.it-choose-style-2 .it-choose-text p {
    transition: .5s
}

.it-funfact-bg-wrap {
    padding: 55px 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@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-funfact-bg-wrap {
        padding: 55px 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-funfact-item {
        margin-bottom: 30px
    }
}

.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 89px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    font-size: 38px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-funfact-icon span {
        height: 65px;
        width: 65px;
        line-height: 78px;
        text-align: center;
        display: inline-block;
        margin-right: 15px
    }
}

.it-funfact-content {
    line-height: 0
}

    .it-funfact-content h6 {
        font-size: 39px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 15px
    }

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-funfact-content h6 {
        font-size: 35px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-funfact-content h6 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-funfact-content h6 {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-funfact-content h6 {
        font-size: 29px;
        margin-bottom: 5px
    }
}

.it-funfact-content h6 i {
    font-style: normal
}

.it-funfact-content span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-funfact-content span {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-funfact-content span {
        font-size: 11px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-funfact-content span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-funfact-content span {
        font-size: 12px
    }
}

.it-funfact-4-wrap {
    height: 250px;
    width: 250px;
    line-height: 250px;
    text-align: center;
    border: 1px solid var(--it-common-white);
    border-radius: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-funfact-4-wrap {
        height: 220px;
        line-height: 220px
    }
}

.it-funfact-4-item h4 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins)
}

.it-funfact-4-item p {
    font-size: 16px;
    font-weight: 500;
    color: var(--it-common-yellow);
    margin-bottom: 0
}

.it-funfact-5-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.it-funfact-5-item {
    padding: 55px 15px 45px;
    border-radius: 5px;
    height: 100%;
    background-color: var(--it-common-white)
}

.it-funfact-5-icon {
    height: 87px;
    width: 87px;
    border-radius: 50%;
    line-height: 102px;
    text-align: center;
    margin: 0 auto;
    background-color: var(--it-common-yellow-2);
    position: relative
}

    .it-funfact-5-icon span {
        font-size: 45px;
        color: var(--it-common-white)
    }

    .it-funfact-5-icon::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        transform: scale(1.15);
        border: 1px dashed var(--it-common-yellow-2)
    }

.it-funfact-5-number {
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize
}

.it-funfact-5-content span {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #4d5756
}

.it-funfact-5-shape-1 {
    position: absolute;
    bottom: 140px;
    left: 100px;
    animation: rotate2 12s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-funfact-5-shape-1 {
        bottom: 0;
        left: 0
    }
}

.it-funfact-5-shape-2 {
    position: absolute;
    top: 95px;
    right: 140px;
    animation: rotate2 12s linear infinite
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-contact-left {
        margin-bottom: 50px
    }
}

.it-contact-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.it-contact-wrap {
    padding: 65px 40px;
    padding-bottom: 70px;
    border-radius: 5px;
    background-color: var(--it-common-black);
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .it-contact-wrap {
        padding: 30px 20px;
        padding-bottom: 30px
    }
}

.it-contact-title {
    color: var(--it-common-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-contact-title {
        font-size: 34px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .it-contact-title {
        font-size: 25px
    }
}

.it-contact-input-box input {
    border-radius: 5px
}

.it-contact-textarea-box textarea {
    border-radius: 5px;
    height: 120px;
    padding-top: 15px
}

.it-contact-timer-box {
    margin-right: 70px
}

@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-contact-timer-box {
        margin-right: 0;
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .it-contact-timer {
        margin-bottom: 30px
    }
}

.it-contact-timer h6 {
    font-size: 50px;
    font-weight: 500;
    padding: 45px 10px;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
    line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-timer h6 {
        padding: 25px 10px;
        padding-bottom: 10px;
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-contact-timer h6 {
        padding: 25px 10px;
        font-size: 30px
    }
}

.it-contact-timer i {
    display: block;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-yellow);
    color: var(--it-common-white)
}

.it-contact-shape-1 {
    position: absolute;
    top: 165px;
    left: 140px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-shape-1 {
        top: 50px;
        left: 140px
    }
}

.it-contact-shape-2 {
    position: absolute;
    top: 175px;
    left: 46%;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-shape-2 {
        top: 50px;
        left: 68%
    }
}

.it-contact-shape-3 {
    position: absolute;
    top: 115px;
    right: 55px;
    animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-shape-3 {
        top: 55px;
        right: 55px
    }
}

.it-contact-shape-4 {
    position: absolute;
    right: 130px;
    bottom: 190px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-shape-4 {
        bottom: 40px
    }
}

.it-contact-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 0
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-shape-5 {
        bottom: -90px
    }
}

@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-contact-text p {
        font-size: 14px
    }

        .it-contact-text p br {
            display: none
        }
}

.it-contact-style-2 .it-contact-wrap {
    background-color: var(--it-theme-4)
}

    .it-contact-style-2 .it-contact-wrap p {
        color: var(--it-common-white)
    }

@media(max-width:767px) {
    .it-contact-style-2 .it-contact-wrap p {
        font-size: 14px
    }

        .it-contact-style-2 .it-contact-wrap p br {
            display: none
        }
}

.it-contact-style-2 .it-contact-timer i {
    background-color: var(--it-theme-4)
}

.it-contact-style-2 .it-contact-shape-1 {
    position: absolute;
    top: 165px;
    left: 140px;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-contact-style-2 .it-contact-shape-1 {
        top: 120px;
        left: 60px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-style-2 .it-contact-shape-1 {
        top: 40px;
        left: 60px
    }
}

.it-contact-style-2 .it-contact-shape-2 {
    position: absolute;
    top: 175px;
    left: 46%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-style-2 .it-contact-shape-2 {
        top: 50px;
        left: 68%
    }
}

.it-contact-style-2 .it-contact-shape-3 {
    position: absolute;
    top: 115px;
    right: 55px
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-contact-style-2 .it-contact-shape-3 {
        transform: scale(.6);
        right: -2%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-style-2 .it-contact-shape-3 {
        top: 55px;
        right: 55px
    }
}

.it-contact-style-2 .it-contact-shape-4 {
    position: absolute;
    right: 130px;
    bottom: 190px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-contact-style-2 .it-contact-shape-4 {
        right: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-contact-style-2 .it-contact-shape-4 {
        bottom: 40px
    }
}

.it-contact-style-2 .it-contact-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 0
}

@media only screen and (min-width:1600px) and (max-width:1800px) {
    .it-contact-style-2 .it-contact-shape-5 {
        left: -5%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-contact-style-2 .it-contact-shape-5 {
        bottom: -90px
    }
}

.it-contact-style-4 .it-contact-timer h6 {
    background-color: #f3f5f5
}

.it-contact-style-4 .it-contact-timer i {
    background-color: var(--it-theme-3)
}

.it-contact-input-box label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--it-common-black);
    font-family: var(--it-ff-heading)
}

.it-contact-textarea-box label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--it-common-black);
    font-family: var(--it-ff-heading)
}

.it-contact__wrap {
    padding: 85px 75px;
    padding-bottom: 70px;
    background-color: #f2f2f2
}

@media(max-width:767px) {
    .it-contact__wrap {
        padding: 40px 20px
    }
}

.it-contact__title {
    font-size: 40px
}

.it-contact__content {
    padding: 25px 20px;
    padding-bottom: 45px;
    background-color: var(--it-common-white)
}

    .it-contact__content ul li {
        list-style: none
    }

        .it-contact__content ul li:not(:last-child) {
            margin-bottom: 30px
        }

.it-contact__text span {
    color: #4d5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize
}

.it-contact__text > a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black)
}

@media(max-width:767px) {
    .it-contact__text > a {
        font-size: 14px;
        display: inline-block
    }

        .it-contact__text > a br {
            display: none
        }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-contact__text > a {
        font-size: 21px
    }
}

.it-contact__icon {
    margin-right: 20px
}

@media(max-width:767px) {
    .it-contact__icon {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.it-contact__icon span {
    font-size: 18px;
    color: var(--it-theme-1);
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(10,185,156,.1)
}

    .it-contact__icon span .phone {
        transform: rotate(100deg)
    }

.it-contact__right-box {
    margin-right: 72px
}

@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-contact__right-box {
        margin-right: 0
    }
}

.it-contact__right-box .it-footer-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: var(--it-theme-1);
    background-color: rgba(10,185,156,.1)
}

    .it-contact__right-box .it-footer-social a:hover {
        color: var(--it-common-white)
    }

.it-contact__scrool a {
    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) {
    .it-contact__scrool a {
        color: var(--it-common-black)
    }
}

@media(max-width:767px) {
    .it-contact__scrool a {
        display: inline-block;
        color: var(--it-common-black);
        margin-bottom: 20px
    }
}

.it-contact__scrool a i {
    display: inline-block;
    margin-right: 8px
}

.it-contact__bottom-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) {
    .it-contact__bottom-box {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .it-contact__bottom-box {
        margin-bottom: 50px;
        flex-wrap: wrap
    }
}

.it-contact__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.it-contact__form-box .it-contact-textarea-box textarea {
    padding-top: 10px;
    height: 95px
}

@media(max-width:767px) {
    .it-contact__list {
        flex-wrap: wrap
    }
}

.it-signup-bg {
    background-color: #f2f2f2
}

.it-signup-wrap {
    padding: 110px 70px
}

@media(max-width:767px) {
    .it-signup-wrap {
        padding: 80px 30px
    }
}

.it-signup-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #0a0909;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e1e1
}

.it-signup-input input {
    border-radius: 5px;
    color: #0e2a46;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize
}

    .it-signup-input input::placeholder {
        color: #0e2a46;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize
    }

.it-signup-text span {
    color: #4d5756;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

    .it-signup-text span a {
        color: var(--it-common-black)
    }

.it-signup-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%
}

    .it-signup-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.it-signup-forget a {
    color: red
}

.it-signup-agree .form-check-input:checked {
    background-color: var(--it-common-black);
    border-color: transparent
}

.it-signup-agree .form-check-input:focus {
    box-shadow: none
}

.it-signup-agree .form-check-input.form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 8px;
    height: 15px;
    width: 15px;
    padding: 0
}

.it-student-bg {
    background-color: #f3f5f5;
    padding: 100px 70px
}

@media(max-width:767px) {
    .it-student-bg {
        padding: 80px 30px
    }
}

.it-student-title {
    color: #0e2a46;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.it-student-subtitle {
    color: #0e2a46;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px
}

.it-student-content p {
    color: #333931;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize
}

.it-student-regiform-item {
    margin-bottom: 25px
}

    .it-student-regiform-item label {
        color: #0e2a46;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px
    }

    .it-student-regiform-item input {
        border: 1px solid #cacaca
    }

.it-student-regiform-title {
    color: #0e2a46;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block
}

.postbox__select {
    display: inline-block;
    width: 100%
}

    .postbox__select .nice-select {
        width: 100%;
        border: 1px solid #cacaca;
        height: 58px;
        line-height: 58px;
        padding: 0 20px;
        position: relative;
        background-color: var(--it-common-white)
    }

        .postbox__select .nice-select::after {
            border: none;
            background-color: transparent;
            transform: translateY(-45%);
            margin-top: -4px;
            right: 20px;
            content: "\f107";
            font-family: "font awesome 5 pro";
            transform-origin: center;
            color: #0e2a46;
            font-weight: 500;
            height: auto;
            width: auto
        }

        .postbox__select .nice-select span {
            font-weight: 500;
            font-size: 15px;
            color: #0e2a46
        }

        .postbox__select .nice-select.open::after {
            transform: translateY(-45%) rotate(-180deg)
        }

        .postbox__select .nice-select .list {
            width: 100%
        }

            .postbox__select .nice-select .list li:last-child {
                border-bottom: 0
            }

        .postbox__select .nice-select .selected {
            color: #0e2a46;
            font-weight: 600
        }

.postbox__resume {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 15px;
    color: #4d5756;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #cacaca;
    border-radius: 5px
}

    .postbox__resume.border-transparent {
        border: none
    }

.it-instructor-style .it-student-regiform-item input {
    background-color: transparent
}

.it-instructor-style .postbox__select .nice-select {
    background-color: transparent
}

.it-instructor-wrap {
    margin-bottom: 40px
}

    .it-instructor-wrap .it-signup-agree .form-check-input.form-check-input[type=checkbox] {
        border-radius: 2px;
        margin-top: 0;
        margin-right: 10px;
        height: 15px;
        width: 15px;
        padding: 0;
        transform: translateY(26px)
    }

    .it-instructor-wrap .form-check label {
        color: #333931;
        font-size: 15px;
        font-weight: 400;
        line-height: 32px;
        text-transform: capitalize;
        margin-left: 7px
    }

.it-event-content > span {
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    display: block;
    padding-bottom: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-event-content > span br {
        display: none
    }
}

@media(max-width:767px) {
    .it-event-content > span {
        font-size: 15px
    }

        .it-event-content > span br {
            display: none
        }
}

.it-event-content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    padding-right: 50px
}

@media(max-width:767px) {
    .it-event-content p {
        font-size: 15px;
        padding-right: 0
    }
}

.it-event-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) {
    .it-event-thumb img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .it-event-thumb img {
        max-width: 100%;
        margin-top: 30px
    }
}

.it-event-thumb-box {
    margin-left: -31px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-event-thumb-box {
        margin-left: 0
    }
}

.it-event-shape-1 {
    position: absolute;
    top: 15px;
    left: 0
}

.it-event-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.it-event-shape-3 {
    position: absolute;
    top: 210px;
    left: 565px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-event-shape-3 {
        left: 200px
    }
}

.it-event-shape-4 {
    position: absolute;
    top: 140px;
    left: 95px;
    animation: rotate2 4s linear infinite
}

.it-event-shape-5 {
    position: absolute;
    left: 721px;
    bottom: 165px;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-event-shape-5 {
        left: 200px;
        bottom: 30px
    }
}

.it-event-shape-6 {
    position: absolute;
    top: 150px;
    right: 77px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-event-shape-6 {
        top: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-event-left {
        padding-right: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-event-left {
        padding-right: 20px
    }
}

.it-event-2-content {
    padding: 30px;
    background: #f3f5f7
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-event-2-content {
        padding: 30px 22px
    }
}

.it-event-2-title {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.4
}

@media(max-width:767px) {
    .it-event-2-title {
        font-size: 18px
    }
}

.it-event-2-title a {
    transition: .3s
}

    .it-event-2-title a:hover {
        color: var(--it-theme-4)
    }

.it-event-2-meta span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--it-ff-heading)
}

    .it-event-2-meta span:not(:last-child) {
        margin-right: 18px
    }

@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) {
    .it-event-2-meta span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .it-event-2-meta span {
        font-size: 11px
    }
}

.it-event-2-meta span i {
    font-size: 15px;
    margin-right: 2px;
    display: inline-block;
    color: var(--it-theme-4)
}

.it-event-2-item:hover .it-event-2-thumb img {
    transform: scale(1.1) rotate(-2deg)
}

.it-event-2-thumb {
    position: relative
}

    .it-event-2-thumb img {
        width: 100%;
        transition: .9s
    }

.it-event-2-item:hover .it-event-2-date {
    background-color: var(--it-common-black)
}

.it-event-2-date {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--it-theme-4);
    border: 1px solid var(--it-common-white);
    transition: .3s
}

    .it-event-2-date span {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        transform: translateY(20px);
        color: var(--it-common-white)
    }

@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) {
    .it-event-2-date span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .it-event-2-date span {
        font-size: 12px
    }
}

.it-event-2-date span i {
    font-size: 30px;
    font-style: normal;
    font-weight: 700
}

@media(max-width:767px) {
    .it-event-2-date span i {
        font-size: 18px
    }
}

@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-event-2-text p {
        font-size: 14px
    }

        .it-event-2-text p br {
            display: none
        }
}

.it-event-style-3 .it-event-2-date {
    background-color: var(--it-common-yellow)
}

.it-event-style-3 .it-event-2-item:hover .it-event-2-date {
    background-color: var(--it-theme-1)
}

    .it-event-style-3 .it-event-2-item:hover .it-event-2-date span {
        color: var(--it-common-white)
    }

.it-event-style-3 .it-event-2-item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1)
}

.it-event-style-3 .it-event-2-title a:hover {
    color: var(--it-theme-1)
}

.it-event-style-3 .it-event-2-content {
    padding: 18px 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-event-style-3 .it-event-2-content {
        padding: 20px
    }
}

.it-event-style-3 .it-event-2-meta span i {
    color: var(--it-theme-5)
}

@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-event-style-3 .it-event-2-meta span {
        display: block
    }
}

.it-event-style-4 .it-event-2-date {
    background-color: var(--it-common-yellow)
}

.it-event-style-4 .it-event-2-item:hover .it-event-2-date {
    background-color: var(--it-theme-3)
}

    .it-event-style-4 .it-event-2-item:hover .it-event-2-date span {
        color: var(--it-common-white)
    }

.it-event-style-4 .it-event-2-date span {
    color: var(--it-common-black);
    transition: .3s
}

.it-event-style-4 .it-event-2-item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1)
}

.it-event-style-4 .it-event-2-title a:hover {
    color: var(--it-theme-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-event-style-4 .it-event-2-content {
        padding: 20px
    }
}

.it-event-style-4 .it-event-2-meta span i {
    color: var(--it-theme-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-event-style-4 .it-event-2-meta span {
        display: block
    }
}

.it-evn-details-thumb img {
    width: 100%;
    border-radius: 10px
}

.it-evn-details-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-evn-details-title {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-evn-details-title {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-evn-details-title {
        font-size: 30px
    }
}

.it-evn-details-title-sm {
    font-size: 20px
}

.it-evn-details-text p {
    font-size: 16px;
    padding-right: 35px
}

@media only screen and (min-width:1400px) and (max-width:1599px),only screen and (min-width:1200px) and (max-width:1399px) {
    .it-evn-details-text p {
        padding-right: 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-evn-details-text p {
        padding-right: 0;
        font-size: 14px
    }
}

.it-evn-details-wrap {
    margin-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-evn-details-wrap {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-evn-details-wrap {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.it-evn-details-wrap .postbox__meta span {
    color: #4d5756;
    font-size: 21px
}

@media only screen and (min-width:1400px) and (max-width:1599px),only screen and (min-width:1200px) and (max-width:1399px) {
    .it-evn-details-wrap .postbox__meta span {
        font-size: 16px
    }
}

@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-evn-details-wrap .postbox__meta span {
        font-size: 14px
    }
}

.it-evn-details-wrap .postbox__meta span:not(:last-child) {
    margin-right: 45px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .it-evn-details-wrap .postbox__meta span:not(:last-child) {
        margin-right: 20px
    }
}

.it-evn-details-rate span i {
    color: var(--it-theme-1)
}

.it-evn-sidebar-box {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-left: -30px
}

@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-evn-sidebar-box {
        margin-left: 0
    }
}

.it-evn-sidebar-thumb img {
    width: 100%;
    border-radius: 5px
}

.it-evn-sidebar-list ul li {
    list-style: none;
    color: #4d5756;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px
}

@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-evn-sidebar-list ul li {
        font-size: 14px
    }
}

.it-evn-sidebar-list ul li:not(:last-child) {
    margin-bottom: 21px
}

.it-gallery-item {
    margin-bottom: 35px
}

    .it-gallery-item:hover .it-gallery-thumb::after {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
        transform: perspective(400px) rotateX(0deg) scaleY(1);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all
    }

    .it-gallery-item:hover .it-gallery-icon {
        transform: translate(-50%,-50%) scale(1)
    }

.it-gallery-thumb {
    position: relative;
    overflow: hidden
}

.it-gallery-thumb img {
    width: 100%;
    height: 250px;
}

    .it-gallery-thumb::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(14,42,70,.8);
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
        -ms-transform: perspective(400px) rotateX(90deg) scaleY(.5);
        transform: perspective(400px) rotateX(90deg) scaleY(.5);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        z-index: 1
    }

.it-gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: 2;
    transition: .5s
}

    .it-gallery-icon a {
        color: var(--it-common-white);
        font-size: 40px;
        display: inline-block
    }

.it-gallery-shape-1 {
    position: absolute;
    top: 160px;
    left: 135px;
    animation: itswing 1s forwards infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-gallery-shape-1 {
        top: 80px
    }
}

.it-gallery-shape-2 {
    position: absolute;
    top: 115px;
    right: 120px;
    animation: itswing 1s forwards infinite alternate
}

.it-gallery-shape-3 {
    position: absolute;
    bottom: 80px;
    right: 130px
}

.it-testimonial-ptb {
    padding-top: 220px;
    padding-bottom: 120px;
    margin-top: -100px
}

.it-testimonial-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.it-testimonial-arrow button {
    font-size: 20px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    transition: .3s
}

    .it-testimonial-arrow button:hover {
        background-color: #000;
        color: var(--it-common-white)
    }

    .it-testimonial-arrow button.slick-next {
        margin-left: 20px
    }

.it-testimonial-nav-item.slick-slide {
    margin: 10px 0
}

    .it-testimonial-nav-item.slick-slide .it-testimonial-nav-thumb img {
        text-align: center;
        display: inline-block
    }

.it-testimonial-nav-item.slick-current .it-testimonial-nav-thumb img {
    transform: scale(1.4)
}

.it-testimonial-slide-wrap {
    background-color: var(--it-common-black);
    padding: 80px 50px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-testimonial-slide-wrap {
        padding: 80px 20px
    }
}

.it-testimonial-slide-quote {
    height: 100px;
    width: 100px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    text-align: center;
    line-height: 108px;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px
}

.it-testimonial-user-name {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: var(--it-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-testimonial-user-name {
        font-size: 20px
    }
}

.it-testimonial-slide-info span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--it-theme-1);
    text-transform: uppercase
}

.it-testimonial-slide-info p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--it-common-white);
    padding-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-testimonial-slide-info p {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-testimonial-slide-info p {
        font-size: 13px;
        padding-right: 0
    }
}

.it-testimonial-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-testimonial-shape-1 {
        bottom: -16%
    }
}

@media(max-width:767px) {
    .it-testimonial-slide-nav-active {
        margin-bottom: 50px
    }
}

.it-testimonial-3-wrapper {
    border-radius: 5px;
    padding: 75px 70px;
    padding-right: 50px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-testimonial-3-wrapper {
        margin: 120px 0;
        padding: 70px 60px
    }
}

@media(max-width:767px) {
    .it-testimonial-3-wrapper {
        margin: 120px 0;
        padding: 20px
    }
}

.it-testimonial-3-thumb img {
    max-width: inherit
}

.it-testimonial-3-content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 45px;
    padding-left: 25px;
    color: var(--it-common-white)
}

@media(max-width:767px) {
    .it-testimonial-3-content p {
        padding-left: 0;
        font-size: 16px
    }
}

.it-testimonial-3-quote {
    position: absolute;
    top: 40px;
    left: 60px
}

.it-testimonial-3-author-info h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins)
}

@media(max-width:767px) {
    .it-testimonial-3-author-info h5 {
        font-size: 16px
    }
}

.it-testimonial-3-author-info span {
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

@media(max-width:767px) {
    .it-testimonial-3-author-info span {
        font-size: 14px
    }
}

.it-testimonial-3-avata {
    margin-right: 27px;
    position: relative
}

    .it-testimonial-3-avata::after {
        content: "";
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 50%;
        transform: translate(-50%,-50%) scale(1.2);
        border: 1px dashed var(--it-theme-1)
    }

    .it-testimonial-3-avata img {
        border-radius: 50%;
        height: 90px;
        width: 90px
    }

.it-testimonial-3-active {
    padding: 20px;
    margin: -20px
}

.it-testimonial-3-shape-1 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1
}

.test-slider-dots {
    position: absolute;
    bottom: 45px;
    right: 50px;
    z-index: 5
}

    .test-slider-dots .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        background-color: var(--it-common-white);
        margin: 0 8px;
        z-index: 2
    }

        .test-slider-dots .swiper-pagination-bullet::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            height: 100%;
            width: 100%;
            border-radius: 50%;
            border: 1px solid var(--it-common-yellow);
            transform: translate(-50%,-50%) scale(2);
            opacity: 0;
            visibility: hidden;
            transition: .3s
        }

    .test-slider-dots .swiper-pagination-bullet-active {
        background-color: var(--it-common-yellow)
    }

        .test-slider-dots .swiper-pagination-bullet-active::after {
            opacity: 1;
            visibility: visible
        }

    .test-slider-dots.style-2 {
        position: static
    }

        .test-slider-dots.style-2 > .swiper-pagination-bullet {
            background-color: var(--it-common-black);
            opacity: 100%
        }

        .test-slider-dots.style-2 > .swiper-pagination-bullet-active {
            background-color: var(--it-common-yellow)
        }

.it-testimonial-5-item-wrap .it-testimonial-3-author-box {
    padding-left: 235px
}

@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-testimonial-5-item-wrap .it-testimonial-3-author-box {
        padding-left: 0;
        justify-content: center
    }
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info h5 {
    color: var(--it-common-black)
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info span {
    color: var(--it-common-black)
}

.it-testimonial-5-item-wrap .it-testimonial-3-avata::after {
    border-color: var(--it-theme-4)
}

.it-testimonial-5-item {
    padding: 75px 50px;
    padding-right: 65px;
    border-radius: 20px;
    background-color: var(--it-theme-4);
    position: relative
}

    .it-testimonial-5-item::after {
        position: absolute;
        content: "";
        bottom: -7%;
        left: 20%;
        width: 115px;
        height: 100px;
        background-color: var(--it-theme-4);
        clip-path: polygon(0 0,82% 0,100% 100%);
        transform: rotate(-145deg)
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-testimonial-5-item {
        padding: 40px 30px;
        padding-right: 30px
    }
}

@media(max-width:767px) {
    .it-testimonial-5-item {
        padding: 30px;
        padding-right: 30px
    }
}

.it-testimonial-5-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    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-testimonial-5-text p {
        font-size: 14px
    }
}

.it-testimonial-5-star i {
    color: var(--it-theme-5)
}

.it-testimonial-5-shape-1 {
    position: absolute;
    left: 35px;
    bottom: 300px;
    animation: rotate2 12s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-testimonial-5-shape-1 {
        bottom: 100px
    }
}

.it-testimonial-5-shape-2 {
    position: absolute;
    top: 160px;
    left: 355px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-testimonial-5-shape-2 {
        left: 100px
    }
}

.it-testimonial-5-shape-3 {
    position: absolute;
    top: 140px;
    right: 255px;
    animation: itswing 1s forwards infinite alternate
}

.it-testimonial-5-shape-4 {
    position: absolute;
    bottom: 260px;
    right: 70px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-testimonial-5-shape-4 {
        bottom: 100px
    }
}

.it-testimonial-5-shape-5 {
    position: absolute;
    top: 140px;
    left: 250px;
    animation: rotate2 4s linear infinite
}

.it-testimonial-5-shape-6 {
    position: absolute;
    top: 170px;
    right: 110px;
    animation: itupdown .8s infinite alternate
}

.it-testimonial-5-shape-7 {
    position: absolute;
    left: 75px;
    bottom: 230px
}

.it-testimonial-5-active {
    padding: 20px;
    margin: -20px
}

.it-testimonial-style-2 .it-testimonial-5-item {
    padding: 50px;
    padding-right: 75px;
    padding-bottom: 40px;
    border-radius: 0;
    background-color: var(--it-common-black)
}

@media(max-width:767px) {
    .it-testimonial-style-2 .it-testimonial-5-item {
        padding: 50px 20px;
        padding-bottom: 40px
    }
}

.it-testimonial-style-2 .it-testimonial-5-item::after {
    display: none
}

.it-testimonial-style-2 .it-testimonial-3-avata {
    border-radius: 50%;
    border: 2px solid var(--it-common-white)
}

    .it-testimonial-style-2 .it-testimonial-3-avata::after {
        display: none
    }

.it-testimonial-style-2 .it-testimonial-3-author-info span {
    color: var(--it-theme-4)
}

.it-testimonial-style-2 .it-testimonial-5-star i {
    font-size: 14px;
    color: #d3a500
}

.it-testimonial-style-2 .it-testimonial-5-quote {
    position: absolute;
    top: 50px;
    right: 65px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-testimonial-style-2 .it-testimonial-5-quote {
        right: 20px
    }
}

.it-testimonial-4-style .it-testimonial-3-content p {
    color: var(--it-common-black)
}

.it-testimonial-4-style .it-testimonial-3-author-info h5 {
    color: var(--it-common-black)
}

.it-testimonial-4-style .it-testimonial-3-author-info span {
    color: var(--it-common-black)
}

.it-testimonial-4-style .test-slider-dots .swiper-pagination-bullet {
    background-color: var(--it-common-black)
}

.it-testimonial-4-style .swiper-pagination-bullet {
    opacity: 1
}

.it-sub-bg-none .it-section-subtitle {
    background-color: transparent
}

.it-team-item:hover .it-team-thumb::after {
    opacity: 1;
    visibility: visible
}

.it-team-item:hover .it-team-thumb img {
    transform: scale(1.2)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-team-left {
        margin-bottom: 50px
    }
}

.it-team-text p {
    padding-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-team-text p {
        padding-right: 48px;
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-team-text p {
        padding-right: 0;
        font-size: 14px
    }
}

@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-team-button a {
        margin-bottom: 20px
    }
}

.it-team-thumb {
    position: relative
}

    .it-team-thumb::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(14,42,70,.5);
        opacity: 0;
        visibility: hidden;
        transition: .3s
    }

    .it-team-thumb img {
        border-radius: 5px;
        transition: .9s;
        width: 100%
    }

.it-team-thumb-box {
    border-radius: 5px;
    overflow: hidden;
    border: 6px solid var(--it-theme-1)
}

.it-team-author-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 28px;
    border-radius: 5px;
    padding: 15px 24px;
    padding-bottom: 7px;
    background-color: var(--it-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-team-author-box {
        bottom: 15px;
        left: 10px;
        right: 10px
    }
}

.it-team-author-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-team-author-name {
        font-size: 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-team-author-name {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-team-author-name {
        font-size: 17px
    }
}

.it-team-author-info {
    line-height: 0
}

    .it-team-author-info span {
        color: var(--it-theme-1);
        font-size: 13px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize
    }

.it-team-link a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(10,185,156,.2)
}

    .it-team-link a svg {
        display: inline-block;
        color: var(--it-theme-1);
        transform: translate(-5px,-2px)
    }

.it-team-social-box {
    position: absolute;
    top: 35px;
    right: 30px
}

@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-team-social-box {
        top: 20px
    }
}

.it-team-social-box:hover .it-team-social {
    opacity: 1;
    visibility: visible;
    left: 0
}

.it-team-social-box button {
    height: 45px;
    width: 45px;
    left: 0;
    line-height: 48px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--it-theme-1);
    color: var(--it-common-white)
}

.it-team-social {
    position: absolute;
    bottom: -155px;
    left: 50%;
    padding: 5px 13px;
    background-color: var(--it-common-white);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 9
}

    .it-team-social::after {
        content: "";
        top: -9px;
        left: 50%;
        width: 12px;
        height: 12px;
        position: absolute;
        transform: translateX(-50%);
        background-color: var(--it-common-white);
        clip-path: polygon(50% 0%,0% 100%,100% 100%)
    }

    .it-team-social a {
        font-size: 18px;
        color: var(--it-theme-1)
    }

        .it-team-social a:not(:last-child) {
            margin-bottom: 10px
        }

.it-team-right-box {
    margin-left: -35px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-team-right-box {
        margin-left: 0
    }
}

.it-team-shape-1 {
    position: absolute;
    left: 35%;
    top: 200px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-team-shape-1 {
        left: 30%
    }
}

.it-team-shape-2 {
    position: absolute;
    top: 350px;
    left: 50px;
    animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-team-shape-2 {
        top: 80px
    }
}

.it-team-shape-3 {
    position: absolute;
    bottom: 170px;
    left: 35%;
    animation: rotate2 4s linear infinite
}

.it-team-3-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70.6%;
    z-index: -1
}

    .it-team-3-bg.overley::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(14,42,70,.85)
    }

.it-team-3-content {
    border-radius: 0 0 5px 5px;
    padding: 15px 8px;
    padding-top: 0;
    background-color: var(--it-common-black);
    min-height: 135px;
}

    .it-team-3-content span {
        color: var(--it-common-yellow);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

.it-team-3-thumb {
    border-radius: 5px 5px 0 0;
    position: relative
}

    .it-team-3-thumb::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: .4s ease-in-out;
        background: rgb(131 131 131 / 32%);
    }

    .it-team-3-thumb img {
        border-radius: 5px 5px 0 0;
        width: 100%;
        transition: .9s;
        height: 280px;
    }

.it-team-3-title {
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px
}

.it-team-3-social-box {
    display: inline-block;
    transform: translateY(-22px)
}

    .it-team-3-social-box button {
        height: 40px;
        width: 40px;
        line-height: 43px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color: var(--it-common-black);
        background-color: var(--it-common-yellow);
        transition: .3s;
        padding: 0
    }

    .it-team-3-social-box:hover button {
        background-color: var(--it-theme-2);
        color: var(--it-common-white)
    }

    .it-team-3-social-box:hover .it-team-3-social-wrap {
        bottom: 140%;
        opacity: 1;
        visibility: visible
    }

.it-team-3-social-wrap {
    background-color: var(--it-common-white);
    display: inline-block;
    padding: 11px 13px;
    position: absolute;
    bottom: 190%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

    .it-team-3-social-wrap::after {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 50%;
        height: 10px;
        width: 10px;
        background-color: var(--it-common-white);
        transform: translateX(-50%) rotate(-45deg)
    }

    .it-team-3-social-wrap > a {
        display: flex;
        display: table;
        color: var(--it-common-yellow);
        line-height: 0;
        transition: .3s
    }

        .it-team-3-social-wrap > a:hover {
            color: var(--it-common-black)
        }

        .it-team-3-social-wrap > a:not(:last-child) {
            margin-bottom: 10px
        }

.it-team-3-item {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}

    .it-team-3-item:hover .it-team-3-thumb img {
        transform: scale(1.1)
    }

    .it-team-3-item:hover .it-team-3-thumb::after {
        opacity: 1;
        visibility: visible;
        height: 100%
    }

.it-team-3-shape-1 {
    position: absolute;
    left: 35px;
    top: 440px
}

.it-team-3-shape-2 {
    position: absolute;
    top: 115px;
    left: 365px;
    animation: rotate2 12s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-team-3-shape-2 {
        left: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-team-3-shape-2 {
        top: 75px;
        left: 100px
    }
}

.it-team-3-shape-3 {
    position: absolute;
    top: 150px;
    right: 320px;
    animation: itswing 1s forwards infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-team-3-shape-3 {
        right: 100px
    }
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-content {
    background-color: var(--it-theme-4)
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-box button {
    background-color: var(--it-common-yellow);
    color: var(--it-common-white)
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a {
    color: var(--it-common-yellow)
}

    .it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-4)
    }

.it-team-3-style-2 .it-team-3-content {
    background-color: var(--it-common-yellow);
    transition: .3s
}

.it-team-3-style-2 .it-team-3-author-box span {
    color: var(--it-common-white)
}

.it-team-3-style-2 .it-team-3-social-box button {
    color: var(--it-common-white);
    background-color: var(--it-theme-4)
}

.it-team-3-style-2 .it-team-3-social-wrap > a {
    color: var(--it-common-yellow)
}

    .it-team-3-style-2 .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-4)
    }

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-content {
    background-color: var(--it-theme-1)
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-box button {
    background-color: var(--it-common-yellow);
    color: var(--it-common-white)
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a {
    color: var(--it-common-yellow)
}

    .it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-1)
    }

.it-team-3-style-3 .it-team-3-social-box button {
    color: var(--it-common-white);
    background-color: var(--it-theme-1)
}

.it-teacher-details-wrap {
    background-color: #f3f5f5;
    padding: 50px;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}

@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-teacher-details-wrap {
        font-size: 14px;
        padding: 25px 15px;
    }
}

.it-teacher-details-left-thumb img {
    width: 100%;
    margin-bottom: 20px
}

.it-teacher-details-left-social {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9
}

    .it-teacher-details-left-social a {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        background-color: var(--it-common-white);
        margin: 0 6px
    }

.it-teacher-details-left-info {
    margin-bottom: 40px
}

    .it-teacher-details-left-info ul li {
        list-style-type: none;
        position: relative;
        padding-left: 30px
    }

        .it-teacher-details-left-info ul li a {
            color: #4d5756;
            font-size: 15px;
            font-weight: 400;
            line-height: 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-teacher-details-left-info ul li a {
        font-size: 14px
    }
}

.it-teacher-details-left-info ul li i {
    color: var(--it-theme-1);
    position: absolute;
    top: 8px;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-teacher-details-left {
        margin-bottom: 50px
    }
}

.it-teacher-details-right {
    background-color: var(--it-common-white);
    padding: 20px;
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-teacher-details-right {
        padding: 60px 15px;
        margin-left: 0
    }
}

.it-teacher-details-right .it-progress-bar-wrap h4 {
    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-teacher-details-right .it-progress-bar-wrap h4 {
        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) {
    .it-teacher-details-right .it-progress-bar-item label {
        font-size: 14px
    }
}

.it-teacher-details-right-title-box {
    margin-bottom: 10px
}

    .it-teacher-details-right-title-box h4 {
        color: #0e2a46;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase
    }

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-teacher-details-right-title-box h4 {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .it-teacher-details-right-title-box h4 {
        font-size: 19px
    }
}

.it-teacher-details-right-title-box span {
    color: #4d5756;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    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) {
    .it-teacher-details-right-title-box p {
        font-size: 14px
    }
}

@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-teacher-details-right-content p {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .it-teacher-details-right-content h4 {
        font-size: 20px
    }
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar-item {
    padding: 5px 0
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar .progress-bar span {
    top: -22px
}

.it-faq-wrap {
    margin-right: -20px;
    transform: translateX(-40px)
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-faq-wrap {
        margin-right: 0;
        transform: translateX(0px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-faq-wrap {
        margin-right: 0;
        margin-top: 50px;
        transform: translateX(0px)
    }
}

.it-faq-thumb img {
    border-radius: 5px;
    max-width: inherit
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-faq-thumb img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-faq-thumb img {
        width: 100%
    }
}

.it-faq-shape-1 {
    position: absolute;
    bottom: 160px;
    left: 80px;
    animation: itswing 1s forwards infinite alternate
}

.it-faq-shape-2 {
    position: absolute;
    top: 15px;
    right: 155px;
    animation: itswing 1s forwards infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-faq-shape-2 {
        top: -50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-faq-shape-2 {
        top: -80px
    }
}

.it-career-bg {
    background: linear-gradient(180deg,#F2F2F2 0%,rgba(242,242,242,0) 100%)
}

.it-career-item {
    border-radius: 5px;
    padding: 80px 30px;
    background-color: var(--it-theme-1)
}

@media(max-width:767px) {
    .it-career-item {
        padding: 40px 20px
    }
}

.it-career-content {
    position: relative;
    z-index: 2
}

    .it-career-content > span {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        text-transform: capitalize;
        color: var(--it-common-white);
        display: block;
        padding-bottom: 17px
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-career-content > span {
        font-size: 16px
    }
}

.it-career-content p {
    color: #fff;
    font-family: var(--it-ff-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-career-content p {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .it-career-content p br {
        display: none
    }
}

.it-career-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-career-thumb {
        bottom: -8%;
        right: -15%
    }
}

@media(max-width:767px) {
    .it-career-thumb {
        display: none
    }
}

.it-career-shape-1 {
    position: absolute;
    top: 0;
    left: 0
}

.it-career-shape-2 {
    position: absolute;
    top: 0;
    right: 0
}

.it-career-shape-3 {
    position: absolute;
    top: 105px;
    right: 170px;
    animation: rotate2 4s linear infinite
}

.it-career-shape-4 {
    position: absolute;
    left: 430px;
    top: 195px;
    animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-career-shape-4 {
        left: 350px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-career-shape-4 {
        left: 320px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-career-shape-4 {
        left: 200px
    }
}

.it-career-shape-5 {
    position: absolute;
    left: 200px;
    bottom: 18px;
    animation: rotate2 4s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-career-shape-5 {
        bottom: -40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-career-shape-5 {
        bottom: -50px
    }
}

.it-career-shape-6 {
    position: absolute;
    top: 95px;
    left: 50px;
    animation: itupdown .8s infinite alternate
}

@media(max-width:767px) {
    .it-about-3-mv-item p {
        font-size: 14px
    }
}

.it-career-style-3.it-career-bg {
    background: 0 0
}

.it-career-style-3 .it-career-item {
    background-color: var(--it-theme-2)
}

.it-career-style-3 .it-career-content > span {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--it-ff-poppins)
}

@media(max-width:767px) {
    .it-career-style-3 .it-career-content > span {
        font-size: 30px
    }
}

.it-career-style-3 .it-career-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--it-common-white);
    max-width: 310px
}

.it-progress-bar-item {
    padding: 30px 0;
    overflow: hidden;
    padding-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-progress-bar-item {
        padding-top: 20px
    }
}

.it-progress-bar-item label {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--it-common-black)
}

.it-progress-bar .progress {
    overflow: visible;
    border-radius: 10px;
    background: rgba(137,186,180,.3);
    height: 10px
}

.it-progress-bar .progress-bar {
    background-color: var(--it-theme-2);
    border-radius: 30px;
    position: relative;
    overflow: visible;
    height: 100%;
    border-radius: 10px;
    top: 0
}

    .it-progress-bar .progress-bar span {
        position: absolute;
        right: 0;
        top: -30px;
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: var(--it-common-white);
        background-color: var(--it-theme-2);
        padding: 5px 7px
    }

        .it-progress-bar .progress-bar span::after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            height: 10px;
            width: 10px;
            background-color: var(--it-theme-2);
            content: "";
            transform: translateX(-50%) rotate(-45deg)
        }

.it-value-img-shape {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    z-index: -1
}

.it-value-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--it-common-white);
    color: var(--it-common-yellow)
}

.it-value-right-img img {
    width: 100%
}

.it-value-right-wrap {
    margin-left: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-value-right-wrap {
        margin-left: 0
    }
}

.it-value-shape-1 {
    position: absolute;
    bottom: 18%;
    left: 2%;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-value-shape-1 {
        bottom: -7%;
        left: -1%
    }
}

.it-value-shape-2 {
    position: absolute;
    top: -12%;
    right: -6%;
    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-value-title-box p br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-progress-bar-wrap {
        margin-bottom: 60px
    }
}

.it-class-item {
    border-radius: 10px
}

    .it-class-item:hover .it-class-rate span {
        background-color: var(--it-theme-4)
    }

    .it-class-item:hover .it-class-meta-box {
        background-color: var(--it-theme-5)
    }

    .it-class-item:hover .it-class-thumb {
        border-radius: 10px 10px 0 0
    }

        .it-class-item:hover .it-class-thumb img {
            transform: scale(1.1) rotate(-2deg)
        }

    .it-class-item.active .it-class-rate span {
        background-color: var(--it-theme-4)
    }

    .it-class-item.active .it-class-meta-box {
        background-color: var(--it-theme-5)
    }

.it-class-thumb {
    border-radius: 10px 10px 0 0
}

    .it-class-thumb img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        transition: .9s
    }

.it-class-rate {
    position: absolute;
    top: 20px;
    right: 20px
}

    .it-class-rate span {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        font-family: var(--it-ff-heading);
        background-color: var(--it-theme-5);
        transition: .3s
    }

.it-class-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: .3s
}

    .it-class-title:hover {
        color: var(--it-theme-4)
    }

.it-class-text {
    background-color: #f3f5f5;
    padding: 30px 50px
}

    .it-class-text p {
        font-size: 17px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0
    }

.it-class-meta i {
    font-size: 18px;
    display: block;
    color: var(--it-common-white)
}

.it-class-meta span {
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    color: var(--it-common-white)
}

.it-class-meta-box {
    padding: 5px 62px;
    padding-top: 15px;
    background-color: var(--it-theme-4);
    border-radius: 0 0 10px 10px;
    transition: .3s
}

.it-class-shape-1 {
    position: absolute;
    top: 150px;
    left: 265px;
    animation: itleftright 1s infinite alternate
}

.it-class-shape-2 {
    position: absolute;
    left: 108px;
    bottom: 145px;
    animation: itupdown .8s infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .it-class-shape-2 {
        bottom: 30px
    }
}

.it-class-shape-3 {
    position: absolute;
    right: 105px;
    bottom: 400px;
    animation: itleftright 1s infinite alternate
}

.it-work-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.it-work-item {
    border-radius: 30px;
    padding: 70px 40px;
    background-color: var(--it-common-white);
    border: 4px dashed var(--it-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-work-item {
        padding: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-work-item {
        padding: 30px
    }
}

.it-work-item.active {
    background-color: var(--it-common-yellow);
    border-color: var(--it-common-yellow)
}

.it-work-icon span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--it-common-black);
    margin-bottom: 30px
}

.it-work-title-sm {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--it-ff-poppins);
    margin-bottom: 20px
}

.it-work-content p {
    color: #4d5756;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px
}

.it-blog-item-box {
    padding: 30px;
    padding-bottom: 40px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover
}

@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-blog-item-box {
        padding: 20px;
        padding-bottom: 40px
    }
}

.it-blog-title {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-blog-title {
        font-size: 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-title {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-blog-title {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .it-blog-title {
        font-size: 16px
    }
}

.it-blog-title a {
    transition: .3s
}

    .it-blog-title a:hover {
        color: var(--it-theme-1)
    }

@media(max-width:767px) {
    .it-blog-title-box {
        margin-bottom: 30px
    }
}

.it-blog-thumb {
    padding-bottom: 25px;
    border-radius: 10px
}

    .it-blog-thumb img {
        width: 100%;
        border-radius: 10px;
        transition: .9s
    }

.it-blog-meta span {
    color: #4d5756;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

    .it-blog-meta span i {
        display: inline-block;
        color: var(--it-theme-1);
        margin-right: 5px
    }

@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-meta span {
        font-size: 13px
    }
}

.it-blog-meta span:not(:last-child) {
    margin-right: 22px
}

@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-meta span:not(:last-child) {
        margin-right: 15px
    }
}

.it-blog-shape-1 {
    position: absolute;
    top: 140px;
    right: 40%;
    animation: rotate2 4s linear infinite
}

.it-blog-item:hover .it-blog-thumb img {
    transform: scale(1.1) rotate(-2deg)
}

.it-blog-style-2 .it-blog-meta span i {
    color: var(--it-common-yellow)
}

.it-blog-style-2 .it-blog-title:hover {
    color: var(--it-theme-4)
}

.it-blog-style-3 .it-blog-meta span i {
    color: var(--it-theme-4)
}

.it-blog-style-3 .it-blog-title {
    font-size: 26px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 23px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 20px
    }
}

.it-blog-style-3 .it-blog-title a:hover {
    color: var(--it-theme-4)
}

.it-blog-style-3 .it-blog-thumb {
    padding-bottom: 0
}

    .it-blog-style-3 .it-blog-thumb img {
        border-radius: 5px 5px 0 0
    }

.it-blog-style-3 .it-blog-content {
    padding: 25px 45px;
    padding-bottom: 45px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-blog-style-3 .it-blog-content {
        padding: 25px;
        padding-bottom: 45px
    }
}

.it-blog-style-3 .it-blog-item {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.07)
}

.it-blog-style-4 .it-blog-meta span i {
    color: var(--it-theme-3)
}

.it-blog-style-4 .it-blog-title a:hover {
    color: var(--it-theme-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-blog-style-4 .it-blog-title {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-blog-style-4 .it-blog-title {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-blog-style-4 .it-blog-content {
        padding: 30px;
        padding-bottom: 30px
    }
}

@media(max-width:767px) {
    .it-blog-style-4 .it-blog-content {
        padding: 20px;
        padding-bottom: 20px
    }
}

.it-blog-style-5 .it-blog-title a:hover {
    color: var(--it-theme-4)
}

.it-blog-style-6 .it-blog-meta span i {
    color: var(--it-theme-5)
}

.it-blog-style-6 .it-blog-title a:hover {
    color: var(--it-theme-1)
}

.it-blog-style-6 .it-btn {
    background: var(--it-theme-1)
}

    .it-blog-style-6 .it-btn:hover {
        background-color: var(--it-theme-5)
    }

.it-blog-style-6 .it-blog-thumb {
    padding-bottom: 0
}

    .it-blog-style-6 .it-blog-thumb img {
        border-radius: 5px 5px 0 0
    }

.it-blog-style-6 .it-blog-content {
    padding: 25px 45px;
    padding-bottom: 45px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-blog-style-6 .it-blog-content {
        padding: 25px;
        padding-bottom: 45px
    }
}

.it-blog-style-6 .it-blog-item {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.07)
}

.it-blog-color .it-blog-title a:hover {
    color: var(--it-theme-2)
}

.it-blog-color .it-blog-meta span i {
    color: var(--it-theme-2)
}

.postbox__details-wrapper {
    padding-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .postbox__details-wrapper {
        padding-right: 0;
        margin-bottom: 70px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .postbox__details-tag a {
        font-size: 13px
    }
}

.postbox__details-checkmark {
    padding-bottom: 40px
}

    .postbox__details-checkmark ul li {
        list-style-type: none;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.2;
        color: #202124
    }

@media(max-width:767px) {
    .postbox__details-checkmark ul li {
        font-size: 14px
    }
}

.postbox__details-checkmark ul li:last-child {
    margin-bottom: 0
}

.postbox__details-checkmark ul li i {
    height: 20px;
    width: 20px;
    background-color: var(--it-common-black);
    color: var(--it-common-white);
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    transform: translateX(2px);
    position: absolute;
    top: -2px;
    left: 0
}

.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:1600px) and (max-width:1800px) {
    .postbox__details-title {
        font-size: 33px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .postbox__details-title {
        font-size: 33px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__details-title {
        font-size: 32px
    }

        .postbox__details-title br {
            display: none
        }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__details-title {
        font-size: 25px
    }

        .postbox__details-title br {
            display: none
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .postbox__details-title {
        font-size: 30px
    }

        .postbox__details-title br {
            display: none
        }
}

@media(max-width:767px) {
    .postbox__details-title {
        font-size: 20px
    }

        .postbox__details-title br {
            display: none
        }
}

.postbox__details-title-box span {
    font-weight: 700;
    font-size: 14px;
    color: #888;
    display: inline-block
}

.postbox__details-title-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__details-title-box p {
        font-size: 15px
    }

        .postbox__details-title-box p br {
            display: none
        }
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .postbox__details-title-box p {
        font-size: 15px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .postbox__details-title-box p {
        font-size: 13px;
        padding-right: 0
    }

        .postbox__details-title-box p br {
            display: none
        }
}

.postbox__details-img-box {
    padding-bottom: 20px
}

@media(max-width:767px) {
    .postbox__details-img-box {
        flex-wrap: wrap
    }
}

.postbox__details-img-box span img {
    border-radius: 20px;
    margin-bottom: 20px
}

    .postbox__details-img-box span img.img-mr {
        margin-right: 20px
    }

.postbox__details-img-caption {
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    color: #87888a
}

    .postbox__details-img-caption i {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 10px;
        color: #5f6168
    }

@media(max-width:767px) {
    .postbox__comment-box {
        flex-wrap: wrap
    }
}

.postbox__content-wrap .it-contact-wrap {
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .postbox__content-wrap .it-contact-wrap {
        margin-bottom: 60px
    }
}

.postbox__content-wrap .it-contact__textarea-box textarea {
    padding-top: 10px;
    height: 150px
}

.postbox__p-right {
    margin-right: 20px
}

@media(max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__p-right {
        margin-right: 0
    }
}

.postbox__thumb img {
    border-radius: 5px
}

.postbox__thumb .play-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    height: 90px;
    width: 90px;
    background-color: var(--it-common-white);
    text-align: center;
    line-height: 90px;
    color: var(--it-common-black);
    border-radius: 50%;
    animation: pulse 2s infinite
}

@media(max-width:767px) {
    .postbox__thumb .play-btn {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

        .postbox__thumb .play-btn i {
            padding-left: 4px
        }
}

.postbox__thumb .play-btn:hover {
    background-color: var(--it-common-blue-4);
    color: var(--it-common-white)
}

.postbox__audio {
    height: 100%;
    width: 100%
}

    .postbox__audio iframe {
        width: 100%;
        height: 100%;
        border: none
    }

.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.postbox__content p img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 10px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .postbox__content p img {
        width: 100%
    }
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none
}

.postbox__title {
    color: var(--it-common-black);
    line-height: 1.3;
    font-weight: 600;
    font-size: 36px;
    color: #202124
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__title {
        font-size: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__title {
        font-size: 30px
    }

        .postbox__title br {
            display: none
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .postbox__title {
        font-size: 30px
    }

        .postbox__title br {
            display: none
        }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .postbox__title {
        font-size: 22px
    }

        .postbox__title br {
            display: none
        }
}

@media(max-width:767px) {
    .postbox__title {
        font-size: 22px
    }

        .postbox__title br {
            display: none
        }
}

.postbox__title a:hover {
    color: var(--it-theme-1)
}

.postbox__meta {
    margin-bottom: 20px
}

    .postbox__meta a {
        font-weight: 400;
        font-size: 17px;
        line-height: 12px;
        color: #888;
        display: inline-block
    }

        .postbox__meta a:hover {
            color: var(--it-theme-1)
        }

.postbox__meta-2 {
    padding-bottom: 13px
}

    .postbox__meta-2 a {
        font-weight: 400;
        font-size: 17px;
        line-height: 12px;
        color: #888;
        display: inline-block
    }

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .postbox__meta-2 a {
        font-size: 13px
    }
}

.postbox__meta-2 a:hover {
    color: var(--it-theme-1)
}

.postbox__text img {
    max-width: 100%
}

.postbox__text p {
    font-size: 17px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__text p {
        font-size: 16px
    }
}

@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__text p {
        font-size: 14px
    }
}

.postbox__text-single p {
    margin-bottom: 15px
}

.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--it-common-white)
}

    .postbox__slider button.slick-next {
        left: auto;
        right: 50px
    }

@media(max-width:767px) {
    .postbox__slider button.slick-next {
        right: 10px
    }
}

@media(max-width:767px) {
    .postbox__slider button {
        left: 10px
    }
}

.postbox__comment ul li {
    margin-bottom: 45px;
    padding-bottom: 30px;
    list-style: none;
    padding: 25px;
    padding-right: 40px;
    border: 1px solid var(--it-theme-1)
}

@media(max-width:767px) {
    .postbox__comment ul li {
        padding-right: 25px
    }
}

.postbox__comment ul-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--it-common-black);
    margin-bottom: 40px;
    margin-right: 20px
}

.postbox__comment-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 18px;
    letter-spacing: -.02em;
    color: var(--it-common-white);
    margin-bottom: 40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__comment-title {
        font-size: 22px
    }
}

@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__comment-title {
        font-size: 20px
    }
}

.postbox__comment-avater img {
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:767px) {
    .postbox__comment-avater img {
        width: 65px;
        height: 65px
    }
}

.postbox__comment-name {
    margin-bottom: 5px
}

    .postbox__comment-name h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 20px;
        color: var(--it-common-black);
        margin-bottom: 20px
    }

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__comment-name h5 {
        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) {
    .postbox__comment-name h5 {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px
    }
}

.postbox__comment-text p {
    font-size: 15px
}

@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) {
    .postbox__comment-text p {
        font-size: 15px
    }

        .postbox__comment-text p br {
            display: none
        }
}

@media(max-width:767px) {
    .postbox__comment-text p {
        font-size: 14px
    }

        .postbox__comment-text p br {
            display: none
        }
}

.postbox__comment-reply {
    margin-top: 10px;
    padding-bottom: 17px
}

    .postbox__comment-reply span {
        margin-right: 40px;
        display: inline-block
    }

@media(max-width:767px) {
    .postbox__comment-reply span {
        font-size: 17px
    }
}

.postbox__comment-reply a {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    color: var(--it-common-black);
    transition: .3s
}

@media(max-width:767px) {
    .postbox__comment-reply a {
        font-size: 14px
    }
}

.postbox__comment-reply a:hover {
    color: var(--it-theme-1)
}

.postbox__comment-agree {
    margin-bottom: 30px
}

    .postbox__comment-agree .form-check-label {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #87888a
    }

    .postbox__comment-agree .form-check-input:checked {
        background-color: var(--it-common-blue-4);
        border-color: transparent
    }

    .postbox__comment-agree .form-check-input:focus {
        box-shadow: none
    }

    .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
        border-radius: 2px;
        margin-top: 4px
    }

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px
}

    .postbox__comment-input span {
        font-weight: 600;
        color: var(--it-common-black);
        margin-bottom: 12px;
        display: block
    }

    .postbox__comment-input input, .postbox__comment-input textarea {
        height: 55px;
        padding: 0 20px;
        width: 100%;
        font-size: 14px;
        outline: none;
        border: 1px solid #f7f7f7;
        box-shadow: 0 16px 24px rgba(189,196,205,.13);
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        color: var(--it-common-black)
    }

        .postbox__comment-input input::placeholder, .postbox__comment-input textarea::placeholder {
            color: rgba(116,116,116,.5)
        }

        .postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
            border-color: var(--it-common-pink);
            color: var(--it-common-black)
        }

    .postbox__comment-input textarea {
        height: 175px;
        resize: none;
        padding-top: 20px;
        padding-bottom: 20px
    }

.postbox__tag span {
    font-size: 20px;
    margin-bottom: 17px;
    color: var(--it-common-black);
    margin-right: 30px;
    font-weight: 500
}

@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__social {
        margin-top: 40px
    }
}

.postbox__social span {
    font-size: 20px;
    color: var(--it-common-black);
    font-weight: 500
}

.postbox__social a {
    font-size: 15px;
    padding-left: 30px
}

    .postbox__social a .it-linkedin {
        color: #0e6ba1
    }

    .postbox__social a .it-pinterest {
        color: #d70220
    }

    .postbox__social a .it-facebook {
        color: #0e6ba1
    }

    .postbox__social a .it-twitter {
        color: #36b6ed
    }

@media(max-width:767px) {
    .postbox__navigation-more {
        flex-wrap: wrap
    }
}

.postbox__navigation-img {
    margin-right: 15px
}

    .postbox__navigation-img img {
        border-radius: 12px
    }

@media(max-width:767px) {
    .postbox__navigation-left {
        margin-bottom: 30px
    }
}

.postbox__navigation-content a:hover span {
    color: var(--it-common-blue-4)
}

.postbox__navigation-content span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #5f6168;
    padding-bottom: 15px;
    display: inline-block;
    transition: .3s
}

    .postbox__navigation-content span i {
        margin-right: 10px
    }

.postbox__navigation-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #202124;
    transition: .3s
}

@media(max-width:767px) {
    .postbox__navigation-content h5 {
        font-size: 16px
    }
}

.postbox__navigation-content h5:hover {
    color: var(--it-common-blue-4)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__navigation-content h5 {
        font-size: 15px
    }
}

.postbox__navigation-right .postbox__navigation-img {
    margin-right: 0;
    margin-left: 15px
}

.postbox__navigation-right .postbox__navigation-content span i {
    margin-right: 0;
    margin-left: 10px
}

.postbox__item {
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    .postbox__item i {
        font-size: 48px;
        color: var(--it-theme-1);
        margin-bottom: 20px
    }

    .postbox__item p {
        font-size: 20px;
        line-height: 35px;
        font-weight: 700;
        color: var(--it-common-black)
    }

@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__item p {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .postbox__details-tag {
        margin-bottom: 20px
    }
}

.postbox__details-tag span {
    color: var(--it-common-black);
    font-weight: 700;
    display: inline-block;
    padding-right: 5px
}

@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-tag span {
        font-size: 17px
    }
}

.postbox__details-tag a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #f2f2f2;
    color: var(--it-common-black);
    transition: .3s;
    margin-left: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .postbox__details-tag a {
        padding: 0 10px;
        font-size: 14px
    }
}

@media(max-width:767px) {
    .postbox__details-tag a {
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 10px
    }
}

.postbox__details-tag a:hover {
    background-color: var(--it-theme-1);
    color: var(--it-common-white)
}

.postbox__details-share span {
    color: var(--it-common-black);
    font-weight: 700;
    display: inline-block;
    padding-right: 15px
}

.postbox__details-share a {
    font-size: 16px;
    color: var(--it-common-black);
    display: inline-block;
    padding: 0 5px;
    transition: .3s;
    background-color: #f2f2f2;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

    .postbox__details-share a:not(:last-child) {
        margin-right: 8px
    }

@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-share a {
        font-size: 14px
    }
}

.postbox__details-share a:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-1)
}

.postbox__details-share-wrapper {
    padding-top: 20px;
    padding-bottom: 65px
}

.postbox__comment-info {
    flex: 0 0 auto
}

.postbox__meta span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .postbox__meta span {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .postbox__meta span {
        font-size: 13px
    }
}

.postbox__meta span:not(:last-child) {
    margin-right: 28px
}

.postbox__meta span i {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--it-theme-1)
}

.postbox__main-thumb img {
    width: 100%;
    border-radius: 5px
}

.postbox__content-img img {
    width: 100%
}

@media(max-width:767px) {
    .postbox__content-img img {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .postbox__content-img {
        flex-wrap: wrap
    }
}

@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: 0;
    z-index: 9
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    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
}

.rc__post {
    transition: .3s;
    padding-top: 30px;
    border-top: 1px solid #e2e1e1;
    line-height: normal
}

    .rc__post:last-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #e2e1e1
    }

    .rc__post ul li:not(:last-child) {
        margin-bottom: 15px
    }

.rc__post-thumb {
    flex: 0 0 auto;
    object-fit: cover
}

.rc__post-title {
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
    color: var(--it-common-black);
    line-height: 23px;
    margin-bottom: 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) {
    .rc__post-title {
        font-size: 14px;
        margin-right: 0
    }
}

.rc__post-title a:hover {
    color: var(--it-theme-1)
}

.rc__meta {
    line-height: 0
}

    .rc__meta span {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: normal;
        display: inline-block;
        margin-bottom: 5px
    }

        .rc__meta span i {
            color: var(--it-theme-1);
            display: inline-block;
            margin-right: 5px
        }

.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;
    border: 1px solid #e2e1e1
}

    .sidebar__widget-content ul > li:hover {
        background-color: var(--it-theme-1)
    }

        .sidebar__widget-content ul > li:hover a {
            color: var(--it-common-white)
        }

        .sidebar__widget-content ul > li:hover::after {
            color: var(--it-common-white)
        }

    .sidebar__widget-content ul > li::after {
        content: "\f105";
        right: 30px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        font-family: "font awesome 6 pro";
        color: var(--it-common-black);
        font-size: 18px
    }

    .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;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--it-common-black);
    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-black)
}

@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__search {
    position: relative
}

    .sidebar__search input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: capitalize;
        background-color: #353535;
        border: none;
        padding-right: 60px;
        color: var(--it-common-white);
        outline: none
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar__search input {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .sidebar__search input {
        padding-right: 40px;
        padding-left: 15px;
        font-size: 14px
    }
}

.sidebar__search input:focus {
    border-color: var(--it-theme-1)
}

.sidebar__search input::placeholder {
    color: #777
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 50%;
    display: inline-block;
    color: var(--it-common-white);
    font-size: 18px
}

.sidebar__banner-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--it-theme-1)
}

    .sidebar__banner-content h4 {
        padding: 15px 20px;
        font-size: 24px;
        color: var(--it-common-white);
        text-transform: uppercase;
        margin-bottom: 0
    }

.tagcloud.space a {
    padding: 0 15px
}

.tagcloud a {
    color: #4d5756;
    background-color: #f2f2f2;
    display: inline-block;
    line-height: 1;
    padding: 0 50px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-right: 10px;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tagcloud a {
        font-size: 13px;
        padding: 0 36px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tagcloud a {
        font-size: 13px;
        padding: 0 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0 36px
    }
}

@media(max-width:767px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0 36px
    }
}

.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: .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 0 rgba(4,23,26,.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 {
            background-color: var(--it-theme-5)
        }

        .it-pagination ul li span:hover, .it-pagination ul li span.current {
            background-color: var(--it-theme-5)
        }

    .it-pagination ul li a {
        display: inline-block
    }

        .it-pagination ul li a.color {
            background-color: var(--it-theme-5);
            color: var(--it-common-white);
            font-size: 18px
        }

.it-feature-item {
    padding: 80px 15px 45px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-feature-item {
        padding: 40px 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-feature-item {
        padding: 30px 15px
    }
}

.it-feature-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f3f5f5;
    transition: .5s
}

.it-feature-item:hover::after {
    background-color: rgba(34,162,209,.9)
}

.it-feature-item:hover .it-feature-text p {
    color: #fff
}

.it-feature-item:hover .it-feature-title {
    color: #fff
}

.it-feature-item:hover .it-feature-button .it-btn-border {
    background-color: var(--it-theme-6);
    color: var(--it-common-white)
}

.it-feature-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 114px;
    text-align: center;
    margin: 0 auto;
    background-color: #fbedd7
}

    .it-feature-icon span {
        color: var(--it-common-yellow);
        font-size: 50px
    }

.it-feature-text p {
    color: #333931;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-feature-text p {
        font-size: 15px
    }
}

.it-feature-title {
    color: var(--it-common-black);
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .3s
}

.it-feature-3-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.it-feature-3-item {
    padding: 40px 30px;
    background-color: #fff;
    filter: drop-shadow(0px 4px 25px rgba(0,0,0,0.09))
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-feature-3-item {
        padding: 30px 20px
    }
}

.it-feature-3-icon span {
    height: 90px;
    width: 90px;
    line-height: 106px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--it-theme-2);
    color: var(--it-common-white);
    margin-bottom: 35px;
    position: relative;
    font-size: 48px
}

    .it-feature-3-icon span::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        border: 1px dashed var(--it-theme-2);
        transform: scale(1.2);
        border-radius: 50%
    }

.it-feature-3-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--it-common-black);
    font-family: var(--it-ff-poppins);
    margin-bottom: 20px
}

.it-feature-3-content p {
    color: #4d5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px
}

.it-feature-2-style .it-feature-item {
    padding: 30px 15px;
    padding-bottom: 30px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
    border-radius: 10px
}

    .it-feature-2-style .it-feature-item::after {
        background-color: var(--it-common-white)
    }

    .it-feature-2-style .it-feature-item:hover::after {
        background-color: #00afef
    }

    .it-feature-2-style .it-feature-item:hover .it-feature-button .it-btn-border {
        background-color: var(--it-theme-6);
        color: var(--it-common-white)
    }

    .it-feature-2-style .it-feature-item:hover .it-feature-icon span {
        color: var(--it-common-white)
    }

.it-feature-2-style .it-feature-icon {
    height: auto;
    width: auto;
    background-color: transparent;
    line-height: 0
}

    .it-feature-2-style .it-feature-icon span {
        display: inline-block;
        font-size: 60px;
        line-height: 0;
        color: var(--it-theme-4);
        transition: .3s
    }

        .it-feature-2-style .it-feature-icon span i {
            line-height: 0
        }

.it-feature-2-style .it-feature-text p {
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 14px
    }
}

.it-feature-3-style .it-feature-3-content p {
    transition: .5s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 14px
    }
}

.it-feature-3-style .it-feature-3-title {
    transition: .5s
}

.it-feature-3-style .it-feature-3-icon span {
    background-color: var(--it-theme-1);
    transition: .5s
}

    .it-feature-3-style .it-feature-3-icon span::after {
        border-color: var(--it-theme-1);
        transition: .5s
    }

.it-feature-style-2 .it-feature-item:hover .it-feature-icon span {
    color: var(--it-common-white)
}

.it-feature-style-2 .it-feature-icon {
    background-color: transparent
}

    .it-feature-style-2 .it-feature-icon span {
        color: var(--it-theme-1)
    }

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-sv-details-top-content {
        margin-bottom: 60px
    }
}

.it-sv-details-top-thumb {
    margin-right: 35px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-sv-details-top-thumb {
        margin-right: 0
    }
}

.it-sv-details-top-thumb img {
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-sv-details-top-thumb img {
        width: 100%;
        margin-bottom: 30px
    }
}

.it-sv-details-title {
    color: var(--it-common-black);
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-sv-details-title {
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-sv-details-title {
        font-size: 34px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-sv-details-title {
        font-size: 26px
    }
}

.it-sv-details-title-sm {
    color: #4d5756;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 20px
}

    .it-sv-details-title-sm span {
        height: 20px;
        width: 20px;
        display: inline-block;
        text-align: center;
        line-height: 23px;
        border-radius: 20px;
        color: var(--it-common-white);
        font-size: 12px;
        background-color: var(--it-common-yellow);
        margin-right: 15px
    }

.it-sv-details-content-box {
    background-color: #f2f2f2;
    padding: 40px
}

    .it-sv-details-content-box p {
        color: #4d5756;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0
    }

.it-sv-details-middle-thumb a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-sv-details-middle-thumb a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 12px
    }
}

.it-sv-details-middle-thumb a::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%
}

.it-sv-details-sidebar {
    padding-left: 45px
}

@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-sv-details-sidebar {
        padding-left: 0
    }
}

.it-sv-details-sidebar-search {
    position: relative
}

    .it-sv-details-sidebar-search input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: capitalize;
        background-color: transparent;
        border: none;
        padding-right: 60px;
        color: var(--it-common-black);
        border: 1px solid #e2e1e1;
        border-radius: 5px;
        outline: none
    }

    .it-sv-details-sidebar-search button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        border-radius: 50%;
        display: inline-block;
        color: var(--it-common-black);
        font-size: 18px
    }

.it-sv-details-sidebar-category {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    color: #4d5756;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

    .it-sv-details-sidebar-category.active {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white)
    }

    .it-sv-details-sidebar-category:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white)
    }

.it-sv-details-sidebar-title {
    font-size: 23px;
    font-weight: 700;
    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-sv-details-sidebar-title {
        padding-left: 0
    }
}

@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-sv-details-top-content p {
        font-size: 14px
    }
}

.it-newsletter-height {
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-newsletter-height {
        height: 250px
    }
}

@media(max-width:767px) {
    .it-newsletter-height {
        height: 285px
    }
}

@media(max-width:767px) {
    .it-newsletter-left {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-newsletter-left .it-section-title {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .it-newsletter-left .it-section-title {
        font-size: 25px;
        padding-bottom: 10px
    }
}

.it-newsletter-left span {
    color: var(--it-common-white);
    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) {
    .it-newsletter-left span {
        font-size: 15px
    }
}

.it-newsletter-right {
    margin-left: 83px
}

@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-newsletter-right {
        margin-left: 0
    }
}

.it-newsletter-right input {
    border-radius: 10px;
    background-color: var(--it-common-white);
    border: none;
    padding: 0 25px;
    padding-right: 210px;
    height: 80px;
    line-height: 80px;
    font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-newsletter-right input {
        height: 65px;
        line-height: 65px;
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-newsletter-right input {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        padding-right: 155px
    }
}

.it-newsletter-right button {
    position: absolute;
    top: 50%;
    right: 10px;
    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-newsletter-right button {
        right: 5px
    }
}

.it-newsletter-right button.it-btn {
    height: 58px;
    line-height: 58px
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-newsletter-right button.it-btn {
        height: 55px;
        line-height: 55px;
        font-size: 12px;
        padding: 0 20px
    }
}

.it-newsletter-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.it-newsletter-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.it-newsletter-shape-3 {
    position: absolute;
    bottom: 15px;
    left: 150px;
    animation: rotate2 8s linear infinite
}

.it-newsletter-shape-4 {
    position: absolute;
    top: 15px;
    right: 150px;
    animation: rotate2 8s linear infinite
}

.it-error-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-error-title {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-error-title {
        font-size: 34px
    }
}

@media(max-width:767px) {
    .it-error-title {
        font-size: 31px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px) {
    .it-error-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .it-error-content p {
        padding-right: 150px;
        font-size: 14px
    }
}

@media(max-width:767px) {
    .it-error-content p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-error-thumb {
        margin-bottom: 50px
    }
}

.it-header-2-main-menu nav ul li .has-home-img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px;
    background-color: var(--it-common-white);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    position: absolute
}

    .it-header-2-main-menu nav ul li .has-home-img .home-img {
        padding: 0 10px;
        position: relative;
        margin-bottom: 10px
    }

    .it-header-2-main-menu nav ul li .has-home-img .home-img-title {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
        color: var(--it-common-black)
    }

        .it-header-2-main-menu nav ul li .has-home-img .home-img-title a {
            background-image: linear-gradient(#000,#000),linear-gradient(#000,#000);
            display: inline;
            background-size: 0% 1px,0 1px;
            background-position: 100% 100%,0 100%;
            background-repeat: no-repeat;
            transition: background-size .3s linear
        }

        .it-header-2-main-menu nav ul li .has-home-img .home-img-title:hover a {
            background-size: 0% 1px,100% 1px
        }

.it-header-2-main-menu nav > ul > li.p-static {
    position: static
}

.it-heder-menu-4__main-menu-box nav ul li .has-home-img {
    width: 810px;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px;
    background-color: var(--it-common-white);
    position: absolute;
    left: -25px;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px
}

    .it-heder-menu-4__main-menu-box nav ul li .has-home-img .home-img {
        padding: 0 10px;
        position: relative;
        margin-bottom: 10px
    }

    .it-heder-menu-4__main-menu-box nav ul li .has-home-img > .home-img-title {
        color: var(--it-theme-3)
    }

.home-img-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.home-img-thumb {
    position: relative;
    border: 1px solid rgba(0,0,0,.1)
}

    .home-img-thumb:hover .home-img-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%)
    }

.it-menu-mobile .it-submenu {
    display: none
}

.it-menu-mobile .it-menu-content {
    margin-bottom: 70px
}

.it-menu-mobile .home-img {
    margin-bottom: 40px
}

.it-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none
}

    .it-menu-mobile ul li {
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0
    }

        .it-menu-mobile ul li:not(:last-child) > a {
            border-bottom: 1px solid rgba(255,255,255,.12)
        }

        .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
            position: absolute;
            right: 0;
            top: 25%;
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
            font-size: 18px;
            color: #7f8387;
            font-family: "font awesome 5 pro";
            transition: all .3s ease-in-out;
            z-index: 1;
            width: 25px;
            height: 25px;
            line-height: 22px;
            text-align: center;
            border: 1px solid rgba(255,255,255,.12);
            transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out
        }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
                transition: all .3s ease-in-out;
                margin-left: 2px
            }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg)
            }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
                background-color: var(--it-theme-1);
                border-color: var(--it-theme-1);
                color: var(--it-common-white)
            }

                .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
                    color: var(--it-common-white)
                }

        .it-menu-mobile ul li.has-dropdown > a.expanded {
            color: #fff;
        }

            .it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
                background-color: var(--it-theme-1);
                border-color: var(--it-theme-1);
                color: var(--it-common-white)
            }

                .it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
                    color: var(--it-common-white)
                }

        .it-menu-mobile ul li.has-dropdown:hover > a::after {
            color: var(--it-theme-green)
        }

        .it-menu-mobile ul li:last-child a span {
            border-bottom: 0
        }

        .it-menu-mobile ul li > a {
            display: block;
            font-size: 14px;
            color: var(--it-common-white);
            position: relative;
            padding: 10px 0;
            padding-right: 20px;
            text-transform: capitalize
        }

            .it-menu-mobile ul li > a svg {
                -webkit-transform: translateY(-2px);
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -o-transform: translateY(-2px);
                transform: translateY(-2px)
            }

            .it-menu-mobile ul li > a > i {
                display: inline-block;
                width: 11%;
                margin-right: 13px;
                -webkit-transform: translateY(4px);
                -moz-transform: translateY(4px);
                -ms-transform: translateY(4px);
                -o-transform: translateY(4px);
                transform: translateY(4px);
                font-size: 21px;
                line-height: 1
            }

            .it-menu-mobile ul li > a .menu-text {
                font-size: 16px;
                line-height: 11px;
                border-bottom: 1px solid #eaebed;
                width: 82%;
                display: inline-block;
                padding: 19px 0 17px
            }

        .it-menu-mobile ul li img {
            width: 100%
        }

        .it-menu-mobile ul li ul {
            padding: 0
        }

            .it-menu-mobile ul li ul li {
                padding: 0
            }

                .it-menu-mobile ul li ul li a {
                    margin-left: auto;
                    width: 93%;
                    padding: 6px 0%;
                    text-shadow: none !important;
                    visibility: visible;
                    padding-left: 0;
                    padding-right: 0px
                }

                .it-menu-mobile ul li ul li li a {
                    width: 88%;
                    padding: 10px 7%;
                    padding-left: 0;
                    padding-right: 20px
                }

                .it-menu-mobile ul li ul li li li a {
                    width: 83%;
                    padding: 10px 9%;
                    padding-left: 0;
                    padding-right: 20px
                }

                .it-menu-mobile ul li ul li li li li a {
                    width: 68%;
                    padding: 10px 11%;
                    padding-left: 0;
                    padding-right: 20px
                }

        .it-menu-mobile ul li:hover > a {
            color: #fff;
        }

            .it-menu-mobile ul li:hover > a::after {
                color: #fff;
            }

            .it-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
                color: #fff;
            }

        .it-menu-mobile ul li:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            top: 0
        }

        .it-menu-mobile ul li .mega-menu, .it-menu-mobile ul li .submenu {
            position: static;
            min-width: 100%;
            padding: 0;
            box-shadow: none;
            visibility: visible;
            opacity: 1;
            display: none
        }

            .it-menu-mobile ul li .mega-menu li, .it-menu-mobile ul li .submenu li {
                float: none;
                display: block;
                width: 100%;
                padding: 0
            }

                .it-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .it-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
                    color: var(--it-theme-1)
                }

.it-menu-mobile .it-menu-content ul li:not(:last-child) .home-img-title a {
    border-bottom: none
}

.it-menu-mobile * ul, .it-menu-mobile * li {
    transition: none !important
}

.it-header-2-main-menu ul li > .submenu.has-megamenu {
    left: -500px;
    width: 1000px;
    padding-left: 120px
}

    .it-header-2-main-menu ul li > .submenu.has-megamenu li {
        width: 33.33%;
        float: left
    }

.it-header-2-main-menu ul li.active > a {
    color: var(--it-theme-1)
}

.it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-1)
}

.it-header-2-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-theme-4)
}

.it-header-2-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-4)
}

.it-header-3-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-common-yellow)
}

.it-header-3-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-common-yellow)
}

.it-header-5-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-common-yellow)
}

.it-header-5-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-common-yellow)
}

.it-footer-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.it-footer-text p {
    color: var(--it-common-white);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-footer-text p {
        font-size: 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-footer-text p {
        font-size: 15px
    }

        .it-footer-text p br {
            display: none
        }
}

.it-footer-social a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    background-color: #4d5756;
    line-height: 45px;
    text-align: center;
    color: var(--it-common-white);
    transition: .3s
}

    .it-footer-social a:not(:last-child) {
        margin-right: 7px
    }

    .it-footer-social a:hover {
        background-color: var(--it-theme-1);
        color: var(--it-common-white)
    }

.it-footer-title {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: capitalize;
    color: var(--it-common-white);
    margin-bottom: 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-footer-title {
        font-size: 20px
    }
}

.it-footer-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px
}

    .it-footer-list ul li:not(:last-child) {
        margin-bottom: 10px
    }

    .it-footer-list ul li a {
        color: var(--it-common-white);
        font-size: 17px;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        display: inline;
        background-size: 0% 1px,0 1px;
        background-position: 100% 100%,0 100%;
        background-repeat: no-repeat;
        transition: background-size .3s linear;
        background-image: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)
    }

@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-footer-list ul li a {
        font-size: 15px
    }
}

.it-footer-list ul li a:hover {
    background-size: 0% 1px,100% 1px
}

.it-footer-list ul li a i {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0
}

.it-footer-thumb img {
    border-radius: 5px
}

.it-footer-top-icon span {
    font-size: 25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    margin-right: 30px;
    border: 1px solid rgba(244,244,244,.5);
    background-color: rgba(255,255,255,.05);
    color: var(--it-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-footer-top-icon span {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-footer-top-icon span {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 15px
    }
}

.it-footer-top-icon span .phone {
    transform: rotate(89deg)
}

.it-footer-top-text span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
    color: var(--it-theme-4)
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-footer-top-text span {
        font-size: 12px
    }
}

.it-footer-top-text a {
    color: var(--it-common-white);
    font-family: var(--it-ff-heading);
    font-size: 26px;
    font-weight: 700;
    background-image: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);
    display: inline;
    background-size: 0% 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear
}

    .it-footer-top-text a:hover {
        background-size: 0% 1px,100% 1px
    }

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .it-footer-top-text a {
        font-size: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-footer-top-text a {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-footer-top-text a {
        font-size: 13px
    }
}

.it-footer-top-info {
    position: relative;
    padding: 60px 0
}

@media(max-width:767px) {
    .it-footer-top-info {
        padding: 15px 0
    }
}

.it-footer-top-info::after {
    position: absolute;
    content: "";
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    border: 1px solid rgba(255,255,255,.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-top-info::after {
        display: none
    }
}

.it-footer-top-info.border-none::after {
    display: none
}

.it-footer-border {
    border-bottom: 1px solid rgba(255,255,255,.3)
}

.it-footer-top-col-2 {
    padding-left: 75px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .it-footer-top-col-2 {
        padding-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .it-footer-top-col-2 {
        padding-left: 0
    }
}

.it-footer-top-col-2.it-footer-top-info::after {
    right: -55px
}

.it-copyright-height {
    background-color: #f5c113;
    padding: 10px 0
}

.it-copyright-text p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0
}

@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-copyright-text p {
        font-size: 14px
    }
}

.it-copyright-text p a {
    font-weight: 700;
    color: var(--it-theme-1)
}

    .it-copyright-text p a.blue {
        color: var(--it-theme-4)
    }

.it-copyright-right a {
    color: var(--it-common-white);
    font-size: 17px;
    font-weight: 400;
    transition: .3s
}

    .it-copyright-right a:not(:last-child) {
        margin-right: 30px
    }

    .it-copyright-right a:hover {
        color: var(--it-theme-4)
    }


.footer-col-7 {
    transform: translateX(25px)
}

@media(max-width:767px) {
    .footer-col-7 {
        transform: translateX(0px)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px) {
    .footer-col-8 {
        padding-left: 0
    }
}

.it-footer-style-5 .it-footer-social a:hover {
    background-color: var(--it-theme-4);
    color: var(--it-common-white)
}

.table-content .table > :not(:first-child) {
    border-top: 0
}

.table-content table {
    background: #fff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0
}

.table-content .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #eaedff
}

.table-content .product-quantity {
    float: none
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

    .table-content table td.product-name a:hover {
        color: var(--it-theme-1)
    }

.table-content table td {
    border-top: medium;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px
}

.table-content table th, .table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff
}

.product-quantity > input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dcdcdc;
    height: 22px;
    line-height: 22px;
    padding: 0
}

.table td, .table th {
    border-top: 1px solid #eaedff
}

.product-quantity > input {
    width: 80px;
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-quantity > input {
        width: inherit
    }
}

.table-content table td.product-subtotal {
    font-size: 16px
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto
}

.coupon-all {
    margin-top: 50px
}

.coupon {
    float: left
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .coupon .it-btn-red {
        padding: 0 35px
    }
}

@media(max-width:767px) {
    .coupon {
        float: none
    }
}

#coupon_code {
    height: 58px;
    border: 2px solid #eaedff;
    padding: 0 30px;
    margin-right: 10px;
    width: auto
}

@media(max-width:767px) {
    #coupon_code {
        margin-bottom: 15px
    }
}

.coupon2 {
    float: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .coupon2 .it-btn {
        padding: 0 35px
    }
}

@media(max-width:767px) {
    .coupon2 {
        float: none;
        margin-top: 15px
    }
}

.cart-page-total {
    padding-top: 50px
}

    .cart-page-total > h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-transform: capitalize
    }

    .cart-page-total > ul {
        border: 1px solid #eaedff
    }

        .cart-page-total > ul > li {
            list-style: none;
            font-size: 15px;
            color: #6f7172;
            padding: 10px 30px;
            border-bottom: 1px solid #eaedff;
            font-weight: 400
        }

    .cart-page-total ul > li > span {
        float: right
    }

    .cart-page-total li:last-child {
        border-bottom: 0
    }

td.product-thumbnail img {
    width: 60px
}

.cart-plus, .cart-minus {
    width: 20px;
    height: 20px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1
}

#ship-box-info {
    display: none
}

.panel-group .panel {
    border-radius: 0
}

.panel-default > .panel-heading {
    border-radius: 0
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #f7f7f7
}

@media(max-width:767px) {
    .your-order {
        padding: 15px
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.your-order-table table {
    background: 0 0;
    border: 0;
    width: 100%
}

    .your-order-table table th, .your-order-table table td {
        border-bottom: 1px solid #eaedff;
        border-right: medium;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left
    }

@media(max-width:767px) {
    .your-order-table table th, .your-order-table table td {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .your-order-table table th, .your-order-table table td {
        padding-right: 10px
    }
}

.your-order-table table th {
    border-top: medium;
    color: #6f7172;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.panel-body > p {
    color: #222
}

.your-order-table table .shipping ul li {
    list-style: none
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172
    }

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px
}

.your-order-table table .order-total td {
    border-bottom: medium
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9
}

.your-order-table table tr.order-total td span {
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500
}

.payment-method {
    margin-top: 40px
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e7e7e7
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--it-common-black);
        padding: 23px 0;
        border: none
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
            color: var(--it-common-black);
            font-family: "font awesome 5 pro"
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--it-common-black);
            background-color: var(--it-common-white);
            box-shadow: none
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
                font-family: "font awesome 5 pro"
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px
    }

    .payment-method .accordion-collapse {
        border: none
    }

.panel-title > a {
    display: block
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 100%
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0
    }

.payment-method .card {
    background-color: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff
}

.card-header:first-child {
    border-radius: 0
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaedff
}

.order-button-payment button {
    width: 100%
}

.coupon-accordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid var(--it-theme-1);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 13px;
        position: absolute;
        color: var(--it-theme-1);
        font-family: "font awesome 5 pro";
        font-weight: 700
    }

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
    font-weight: 500
}

    .coupon-accordion span:hover, p.lost-password a:hover {
        color: var(--it-common-black)
    }

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

    .coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
        display: block;
        color: #6f7172
    }

        .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
            color: var(--it-theme-1);
            font-weight: 700
        }

    .coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
        border: 1px solid #eaedff;
        height: 45px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

        .coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
            border-color: var(--it-common-black)
        }

    .coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
        background: #3e976c none repeat scroll 0 0
    }

    .coupon-info p.form-row input[type=checkbox] {
        position: relative;
        top: 2px
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

p.lost-password {
    margin-top: 15px
}

    p.lost-password a {
        color: #6f6f6f
    }

p.checkout-coupon input[type=text] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

    p.checkout-coupon input[type=text]:focus {
        border-color: var(--it-common-black)
    }

.coupon-checkout-content {
    display: none
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.country-select {
    margin-bottom: 30px;
    position: relative
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #eaedff;
        padding: 0 10px;
        height: 50px
    }

    .country-select label, .checkout-form-list label {
        color: #6f7172;
        display: block;
        margin: 0 0 5px
    }

        .country-select label span.required, .checkout-form-list label span.required {
            color: var(--it-theme-1)
        }

    .country-select .nice-select {
        border: 1px solid #eaedff;
        height: 45px;
        padding-left: 10px;
        width: 100%;
        color: #6f7172;
        margin-bottom: 20px
    }

        .country-select .nice-select .list {
            width: 100%
        }

.checkout-form-list {
    margin-bottom: 30px
}

    .checkout-form-list label {
        color: #6f7172
    }

    .checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
        background: #fff;
        border: 1px solid #eaedff;
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

        .checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
            border-color: var(--it-common-black)
        }

        .checkout-form-list input[type=text]::-moz-placeholder, .checkout-form-list input[type=password]::-moz-placeholder, .checkout-form-list input[type=email]::-moz-placeholder {
            color: #6f7172;
            opacity: 1
        }

        .checkout-form-list input[type=text]::placeholder, .checkout-form-list input[type=password]::placeholder, .checkout-form-list input[type=email]::placeholder {
            color: #6f7172;
            opacity: 1
        }

input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px
}

input[type=radio] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px
}

.create-acc label {
    color: #6f7172;
    display: inline-block
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: var(--it-common-black)
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 120px;
    padding: 15px;
    width: 100%;
    outline: 0;
    resize: none
}

    .order-notes textarea:focus {
        border-color: var(--it-common-black)
    }

    .order-notes textarea::-moz-placeholder {
        color: #6f7172;
        opacity: 1
    }

    .order-notes textarea::placeholder {
        color: #6f7172;
        opacity: 1
    }

#ship-box-info {
    display: none
}

.panel-group .panel {
    border-radius: 0
}

.panel-default > .panel-heading {
    border-radius: 0
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #f7f7f7
}

@media(max-width:767px) {
    .your-order {
        padding: 15px
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.your-order-table table {
    background: 0 0;
    border: 0;
    width: 100%
}

    .your-order-table table th, .your-order-table table td {
        border-bottom: 1px solid #eaedff;
        border-right: medium;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left
    }

@media(max-width:767px) {
    .your-order-table table th, .your-order-table table td {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .your-order-table table th, .your-order-table table td {
        padding-right: 10px
    }
}

.your-order-table table th {
    border-top: medium;
    color: #6f7172;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.panel-body > p {
    color: #222
}

.your-order-table table .shipping ul li {
    list-style: none
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172
    }

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px
}

.your-order-table table .order-total td {
    border-bottom: medium
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9
}

.your-order-table table tr.order-total td span {
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500
}

.payment-method {
    margin-top: 40px
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e7e7e7
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--it-common-black);
        padding: 23px 0;
        border: none
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
            color: var(--it-common-black);
            font-family: "font awesome 5 pro"
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--it-common-black);
            background-color: var(--it-common-white);
            box-shadow: none
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
                font-family: "font awesome 5 pro"
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px
    }

    .payment-method .accordion-collapse {
        border: none
    }

.panel-title > a {
    display: block
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 100%
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0
    }

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none
}

.payment-method .card {
    background-color: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff
}

.card-header:first-child {
    border-radius: 0
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaedff
}

.order-button-payment button {
    width: 100%
}

.it-header-2-logo {
    padding: 10px;
}

.ClientLogo {
    width: 125px;
}
.it-category-area {
    /*background: #f2f2f2;*/
    background: url(../../assets/img/bg-img.jpg)
}



.slick-slide {
    margin: 0px 20px;
    height: 150px;
}

    .slick-slide img {
        width: 100%;
        box-shadow: 0px 0px 10px 0px #c1c1c1;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 15px;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.span {
    background: radial-gradient( circle at 100%, #b2a8fd, #212529 50%, #c7d2fe 75%, #4128ff 75% );
    font-weight: 600;
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animatedTextGradient 1.5s linear infinite;
    font-size: 16px;
}

@keyframes animatedTextGradient {
    to {
        background-position: 200% center;
    }
}

.text-justify {
    text-align: justify;
}
.it-teacher-details-left h4 {
    font-size: 20px;
}
.it-team-3-author-box {
    padding-top: 20px;
}
.table {
    box-shadow: 0px 0px 10px 0px #c1c1c1;
    background: #fff;
}
.card {
    box-shadow: 0px 0px 10px 0px #c1c1c1;
}
.card-header {
    background: #ffc107;
    font-weight: 600;
}
.companylogo img {
    height: 95px;
    margin: 0px auto;
    display: block;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.container-fluid2 {
    width: 94%;
}