/*-----------------------------------------------------------------------------------

    Theme Name: Educate - University, Online Courses, School & Education Template
    Author: Ordianit
    Support:ordianit@gmail.com
    Description: Educate - University, Online Courses, School & Education Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. about css start
	04. blog css start
	05. career css start
    06. category css start
	07. choose css start
	08. class css start
	09. contact css start
	10. course css start 
	11. cta css start
	12. error css start 
	13. event css start
	14. faq css start 
	15. feature css start
	16. footer css start
	17. funfact css start
	18. gallery css start
	19. header css start
	20. hero css start
	21. mobile-menu css start
	22. newsletter css start
	23. price css start
	24. slider css start
	25. team css start
	26. testimonial css start
	27. video css start
	28. work css start

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

/*----------------------------------------*/

/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");

:root {
    /**
  @font family declaration
  */
    --it-ff-body: 'Sora', sans-serif;
    --it-ff-heading: 'Epilogue', sans-serif;
    --it-ff-heading-2: 'Cinzel Decorative', serif;
    --it-ff-body-2: 'Josefin Sans', sans-serif;
    --it-ff-poppins: 'Poppins', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    /**
  @color declaration
  */
    --it-common-white: #ffffff;
    --it-common-black: #0E2A46;
    --it-common-black-2: #4D5756;
    --it-common-yellow: #F2A227;
    --it-common-yellow-2: #FC9F0B;
    --it-common-black-3: #000000;
    --it-heading-primary: #0E2A46;
    --it-grey-1: #F2F2F2;
    --it-grey-2: #F3F5F5;
    --it-grey-3: #F9F6EF;
    --it-text-body: #333931;
    --it-theme-1: #0AB99D;
    --it-theme-2: #116E63;
    --it-theme-3: #2356F6;
    --it-theme-4: #22A3D1;
    --it-theme-5: #FF9E0E;
    --it-theme-6: #1376cd;
    --it-theme-7: #192335;
    --it-theme-8: #6B7385;
}

@media (min-width: 1400px) {

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

.container-1380 {
    max-width: 1380px;
}

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-family: var(--it-ff-body);
    font-size: 17px;
    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: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--it-ff-heading);
    color: var(--it-heading-primary);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

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

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

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

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

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

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

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    height: 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: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

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

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

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

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

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

/*---------------------------------
    common classes css start 
---------------------------------*/

.w-img img {
    width: 100%;
}

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.gx-5 {
    --bs-gutter-x: 5px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-55 {
    --bs-gutter-x: 55px;
}

/*--
    - Spacing
-----------------------------------------*/

.it-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: 0.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: 0px 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 0.4s forwards;
    transform: translateY(-1px);
}

.it-btn.black-bg {
    background-color: black;
}

.it-btn.sm {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
}

.it-btn.blue-bg {
    background-color: var(--it-theme-4);
}

.it-btn-7 {
    font-family: var(--it-ff-body-2);
    font-style: 16px;
    font-weight: 700;
}

.it-btn-border {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 55px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: 0.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 0.4s forwards;
    transform: translateY(-1px);
}

.it-btn-white {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: 0.4s;
    border-radius: 12px;
    z-index: 1;
    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) {
    .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 0.4s forwards;
    transform: translateY(-1px);
}

.it-btn-white.sky-bg {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}

.it-btn-white.green-bg {
    background-color: #0AB99D;
    color: var(--it-common-white);
    font-family: var(--it-ff-body-2);
}

.it-btn-white.orange-bg {
    color: var(--it-common-white);
    background-color: var(--it-theme-6);
}

@media (max-width: 767px) {
    .it-btn-white.orange-bg {
        margin-bottom: 30px;
    }
}

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

.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: 0.3s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-common-black);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 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: 0.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 0.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: 0.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 0.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: 0.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 0.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: 0.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 0.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: 0.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 0.4s forwards;
    transform: translateY(-1px);
}

/* pulse effect animation */

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

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

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

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes section-animation {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

@keyframes about-sm {
    100% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(50px);
    }
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes itleftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes itrotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ittranslateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes ittranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}

@keyframes itupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes itswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes about-circle {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        -moz-transform: rotate(0deg) translateX(-50px);
        -ms-transform: rotate(0deg) translateX(-50px);
        -o-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        -moz-transform: rotate(360deg) translateY(100px);
        -ms-transform: rotate(360deg) translateY(100px);
        -o-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}

@keyframes hero-3-dot-2 {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(60%);
    }

    50% {
        opacity: 0;
        transform: translateX(-60%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(-50px);
    }

    50% {
        transform: translatey(-40px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes leftright {
    0% {
        transform: translatex(0);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes movinglight {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(-70px);
    }

    50% {
        transform: translatey(-70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes movinglight2 {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(70px);
    }

    50% {
        transform: translatey(70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes movingtop {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translatey(70px);
    }

    50% {
        transform: translatey(-70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes circle-animation {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes circle-animation-2 {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes wobble-vertical {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: translate(0);
    }
}

@-webkit-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes widthcalc {
    0% {
        width: 20%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 90%;
    }

    90% {
        opacity: 75%;
    }

    90% {
        opacity: 100%;
    }
}

/* right bounce */

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    60% {
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* /right bounce */

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes light-one {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

/*--- preloader ---*/

.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: 0px;
    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: -0.9s;
    -webkit-animation-delay: -0.9s;
}

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

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

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

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

/*--- end of preloader ---*/

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    color: var(--it-common-white);
    cursor: pointer;
    background: #1278d1;
    transition: 1s ease;
    border: none;
}

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

/*---------------------------------------*/

/*Background color
/*-----------------------------------------*/

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

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

.white-bg-3 {
    background: #fff;
}

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

.yellow-bg {
    background-color: var(--it-common-yellow);
}

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

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

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

.body-overlay:hover {
    cursor: url(../img/cross-out.png), pointer;
}

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

.itoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--it-common-black);
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

.itoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .itoffcanvas {
        width: 300px;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .itoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.itoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.itoffcanvas__logo {
    margin-bottom: 60px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__logo {
        padding-top: 0;
    }
}

.itoffcanvas__logo img {
    width: 157px;
    height: 100%;
    background-color: #fff;
}

.itoffcanvas__close-btn button {
    font-size: 35px;
    color: white;
    position: absolute;
    right: 50px;
    top: 42px;
    transition: 1s;
    font-weight: 300;
    opacity: 0.2;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 48px;
        top: 52px;
    }
}

@media (max-width: 767px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 39px;
        top: 38px;
    }
}

.itoffcanvas__close-btn button:hover {
    color: #fff;
    opacity: 1;
}

.itoffcanvas__content {
    margin-bottom: 30px;
}

.itoffcanvas__content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}

.itoffcanvas__content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.itoffcanvas__content a {
    font-size: 30px;
    line-height: 51px;
    font-weight: 700;
    color: var(--it-common-white);
    display: inline-block;
}

@media (max-width: 767px) {
    .itoffcanvas__content a {
        font-size: 27px;
    }
}

.itoffcanvas__social {
    margin-top: 50px;
}

.itoffcanvas__social .social-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    margin-right: 15px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .itoffcanvas__social .social-icon a {
        margin-right: 3px;
    }
}

.itoffcanvas__social .social-icon a:hover {
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
}

.itoffcanvas__text {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .itoffcanvas__text {
        display: none;
    }
}

.itoffcanvas__text p {
    color: #ddd;
    font-size: 18px;
}

.itoffcanvas__info {
    border-bottom: 1px solid #3b3838;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.itoffcanvas__info .offcanva-title {
    color: var(--it-common-white);
    margin: 30px 0 40px 0;
    font-size: 20px;
    font-weight: 600;
}

.itoffcanvas__info-icon a {
    height: 50px;
    width: 50px;
    background-color: #1077cf;
    color: var(--it-common-white);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 21px;
    margin-right: 20px;
}

.itoffcanvas__info-address span {
    display: block;
    color: rgba(255, 255, 255, 0.6392156863);
    font-size: 16px;
    font-weight: 400;
}

.itoffcanvas__info-address a {
    display: block;
    color: var(--it-common-white);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .itoffcanvas__info-address a {
        font-size: 16px;
    }
}

.itoffcanvas__info-address a:hover {
    color: var(--it-theme-1);
}

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

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

.it-breadcrumb-bg {
    height: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@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: 0.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: 48px;
    }
}

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

.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: var(--it-theme-1);
    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 .accordion-buttons-7 {
    font-size: 20px;
    font-weight: 600;
    padding: 21px 25px;
    font-family: var(--it-ff-heading-2);
    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-7 {
        font-size: 17px;
    }
}

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

@media (max-width: 767px) {
    .it-custom-accordion .accordion-buttons-7 {
        font-size: 15px;
        padding-right: 60px;
    }
}

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

.it-custom-accordion .accordion-buttons-7::after {
    position: absolute;
    content: "\f062";
    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-7.collapsed::after {
    content: "\f063";
}

.it-custom-accordion .accordion-buttons-7:not(.collapsed) {
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
}

.it-custom-accordion .accordion-buttons-7:not(.collapsed)::after {
    color: var(--it-common-white);
}

.it-custom-accordion .accordion-buttons-8 {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.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 .accordion-body-7 {
    background-color: var(--it-common-white);
}

.it-custom-accordion .accordion-body-7 p {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

/*----------------------------------------*/

/*  SEARCH CSS START
/*----------------------------------------*/

.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 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.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: 0.3s;
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.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: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-delay: 0.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, 0.5);
    font-size: 24px;
}

.search__input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.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 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.search__input .search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

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

.search__result-title {
    font-size: 50px;
    letter-spacing: -0.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 0px 0px var(--it-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.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 50px;
    border: 1px solid #EAEAEF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search__blog-item {
        padding: 30px 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: -0.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, 0.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, 0.2);
}

@media (max-width: 767px) {
    .it-section-subtitle {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px;
    }
}

.it-section-subtitle-7 {
    padding: 10px 20px;
    background: rgba(10, 185, 157, 0.05);
    border: 1px solid rgba(10, 185, 157, 0.2);
    border-radius: 1000px;
    color: var(--it-theme-1);
    font-size: 16px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: var(--it-ff-body-2);
}

@media (max-width: 767px) {
    .it-section-subtitle-7 {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px;
    }
}

.it-section-subtitle-7-1 {
    font-weight: 700;
}

.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, 0.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: 20px;
    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 {
    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 {
    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: 34px;
    }
}

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

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

/*----------------------------------------*/

/*  19. header css start
/*----------------------------------------*/

.it-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.it-header-2-top-height {
    padding: 8px 0;
}

.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: 0.2;
    transform: translateY(-50%);
}

.it-header-2-top-social a {
    font-size: 15px;
    transition: 0.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, 0.2) 0px 7px 29px 0px;
}

.it-header-2-main-menu ul {
    padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-2-main-menu ul {
        padding-left: 35px;
    }
}

.it-header-2-main-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 19px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-2-main-menu ul li {
        margin: 0 16px;
    }
}

.it-header-2-main-menu ul li:last-child {
    margin-right: 0;
}

.it-header-2-main-menu ul li>a {
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
    padding: 21px 0;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black);
}

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

.it-header-2-main-menu ul li.has-dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
    transition: 0.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: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-duration: 0.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: var(--it-common-black);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 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-weight: 700;
    color: var(--it-common-white);
    transition: 0.3s;
    position: relative;
}

.it-header-2-main-menu ul li>.submenu>li>a::before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    height: 1px;
    width: 0px;
    background-color: var(--it-theme-1);
    display: inline-block;
    transition: all 0.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: 0.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-main-menu-2 ul li a {
    font-family: var(--it-ff-body-2);
}

.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: 0.3s;
}

.it-header-2-lang>ul>li>ul.it-header-2-lang-submenu {
    position: absolute;
    top: 130%;
    left: 0px;
    z-index: 9;
    transition: all 0.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, 0.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: 0.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-2-style .it-header-2-main-menu-3>nav>ul>li>a {
    padding: 35px 0;
}

.it-header-2-style .it-header-2-main-menu-3>nav>ul>li:hover.has-dropdown::after {
    color: var(--it-theme-1);
}

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

.it-header-2-style .it-header-2-main-menu-3>nav>ul>li>.submenu {
    border-top: 4px solid var(--it-theme-1);
}

.it-header-2-style .it-header-2-main-menu-3>nav>ul>li>.submenu li a::before {
    background-color: var(--it-theme-1);
}

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

.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-right-9 {
    background-color: var(--it-theme-5);
}

.it-header-5-top-style .it-header-2-top-right-9::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 4px;
    background-color: var(--it-theme-5);
}

.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, 0.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 {
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: var(--it-common-white);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.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-header-7-wrap {
    display: flex;
    align-items: center;
}

.it-header-7-icon {
    display: flex;
    align-items: center;
}

.it-header-7-icon-1,
.it-header-7-icon-2 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(10, 185, 157, 0.2);
    border-radius: 100px;
    text-align: center;
    margin-right: 0;
}

.it-header-7-icon-1 {
    margin-right: 17px;
}

.it-header-7-button {
    margin-left: 32px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-7-button {
        margin-left: 5px;
    }
}

.it-header-1-style .it-header-7-bar button {
    background-color: var(--it-theme-1);
}

.it-header-top-9-left {
    font-family: var(--it-ff-body-2);
}

/* ======================== */

/* SEARCH POPUP 
/* ======================== */

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
    z-index: 9999;
}

.search-popup.search-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.search-popup .form-group {
    position: relative;
    width: 600px;
    max-width: 90%;
}

.search-popup input {
    width: 100%;
    padding: 20px 60px 20px 25px;
    border: none;
    font-size: 18px;
    outline: none;
}

.search-popup button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.body-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    z-index: 9998;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0s;
}

/*----------------------------------------*/

/*  24. slider css start
/*----------------------------------------*/

.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, 0.384);
}

.it-slider-bg .it-hero-2-play a::after {
    background-color: rgba(255, 255, 255, 0.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, 0.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: 0.3s;
    cursor: pointer;
    margin: 0px 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: 0px;
    }
}

.test-slider-dots-9 .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;
    transition: 0.3s;
}

.test-slider-dots-9 .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--it-theme-1);
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.test-slider-dots-9.style-11 .swiper-pagination-bullet {
    background-color: var(--it-common-black-2);
    opacity: 1;
}

.test-slider-dots-9.style-11 .swiper-pagination-bullet-active {
    background-color: var(--it-theme-1);
}

.test-slider-dots-9.style-11 .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------*/

/*  20. hero css start
/*----------------------------------------*/

.it-hero-2-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.it-hero-2-content {
    padding-top: 365px;
    padding-bottom: 215px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-content {
        padding-top: 340px;
    }
}

@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: 220px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-content {
        padding-top: 250px;
        padding-bottom: 80px;
    }
}

.it-hero-2-content-7 {
    padding-top: 247px;
    padding-bottom: 247px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-content-7 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-content-7 {
        padding-top: 181px;
        padding-bottom: 152px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-content-7 {
        padding-top: 144px;
        padding-bottom: 144px;
        text-align: center;
    }
}

.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-text-2 p {
    font-size: 18px;
    color: var(--it-theme-8);
    font-family: var(--it-ff-body-2);
}

.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, 0.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, 0.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-thumb-2 {
    padding: 64px;
    padding-bottom: 84px;
    margin-left: -90px;
}

.it-hero-2-title {
    color: var(--it-common-black);
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    line-height: 1.2;
    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: 30px;
    }

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

.it-hero-2-title-7 {
    font-size: 56px;
    font-family: var(--it-ff-heading-2);
    color: var(--it-common-black-3);
    line-height: 140%;
}

.it-hero-2-title-7-1 {
    font-size: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-title-7 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-title-7 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-title-7 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-title-7 {
        font-size: 26px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-btn-box-7 {
        justify-content: center;
    }
}

.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, 0.2) 0px 8px 24px;
    animation: itupdown 0.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-funfact-2 {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 200px;
    height: 112px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(13.75px);
    animation: itupdown 0.8s infinite alternate;
    padding: 18px 20px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.67);
    box-shadow: 0px 4px 26px rgba(2, 5, 17, 0.14);
}

@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-2 {
        position: absolute;
        bottom: 120px;
        right: 29%;
        width: 243px;
        padding: 27px 15px;
    }
}

.it-hero-2-funfact-2 .theme {
    color: var(--it-theme-7);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -3px;
}

@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-2 .theme {
        font-size: 30px;
    }
}

.it-hero-2-funfact-2 .theme i {
    font-style: normal;
}

.it-hero-2-funfact-2 span {
    display: block;
    color: var(--it-common-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--it-theme-8);
}

.it-hero-2-funfact-2 .image-1 {
    height: 50px;
    width: 39px;
    margin-top: -6px;
}

.it-hero-2-funfact-2-users {
    margin-left: -34px;
}

.it-hero-2-funfact-2-users img {
    margin-top: -23px;
}

.it-hero-2-funfact-3 {
    position: absolute;
    bottom: 44%;
    right: 6%;
    width: 192px;
    height: 90px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(13.75px);
    animation: itupdown 0.8s infinite alternate;
    padding: 18px 20px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.67);
    box-shadow: 0px 4px 26px rgba(2, 5, 17, 0.14);
}

.it-hero-2-funfact-3 .image-2 {
    height: 50px;
    width: 50px;
    margin-top: 0;
}

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

.it-hero-2-shape-8 {
    position: absolute;
    top: -1%;
    left: -2%;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-shape-8 {
        top: -9%;
        left: -13%;
    }
}

.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 0.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: 135px;
    padding-bottom: 165px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-3-ptb {
        padding-top: 140px;
    }
}

@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: 200px;
        padding-bottom: 20px;
        text-align: center;
    }
}

@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;
        text-align: center;
    }
}

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

.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: 0px;
    padding-bottom: 0px;
}

.it-hero-style-4 .it-hero-3-thumb img {
    max-width: inherit;
    margin-left: 0px;
    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, 0.4);
}

.it-hero-5-style .it-hero-2-play a::before {
    border: 1px solid rgba(34, 162, 209, 0.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 0px;
    }
}

@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 0.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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-thumb-7 {
        margin-left: -30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-title-7-1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-title-7-1 {
        font-size: 18px;
    }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-title-8 a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-hero-2-title-8 a br {
        display: none;
    }
}

.it-hero-2-title-9 {
    font-size: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-title-9 {
        font-size: 51px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-title-9 {
        font-size: 31px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-title-9 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
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: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-title-9 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
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: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-title-8 br {
        display: none;
    }
}

.it-hero-8-shape-1 {
    top: 0;
    right: 0;
    position: absolute;
}

.it-hero-8-shape-2 {
    bottom: 0;
    left: 0;
    z-index: 2;
}

.it-hero-8-shape-3 {
    top: 2%;
    left: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-content-8 {
        padding-top: 136px;
        padding-bottom: 136px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-hero-2-content-8 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.it-hero-2-title-9 {
    font-family: var(--it-ff-body-2);
}

.it-hero-2-title-10 {
    font-size: 56px;
    font-family: var(--it-ff-body-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-title-10 {
        font-size: 47px;
    }
}

.it-hero-9-shape-1 {
    position: absolute;
    right: 49%;
    top: 18%;
    animation: itleftright 1s infinite alternate;
}

.it-hero-9-shape-2 {
    position: absolute;
    bottom: 27%;
    right: 3%;
}

.it-hero-9-shape-3 {
    position: absolute;
    top: 10%;
    right: 4%;
}

.it-hero-9-thumb img {
    position: absolute;
    top: 90px;
    right: 10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-9-thumb img {
        right: -1%;
    }
}

.it-hero-2-title-9-1 {
    font-family: var(--it-ff-body-2);
}

.it-hero-2-title-9-1 {
    color: #010514;
    font-family: var(--it-ff-body-2);
}

.it-hero-2-title-11 {
    font-size: 44px;
}

@media (max-width: 767px) {
    .it-hero-2-title-11 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-content-11 {
        padding-top: 59px;
        padding-bottom: 59px;
    }
}

/*----------------------------------------*/

/*  06. category css start
/*----------------------------------------*/

.it-category-item {
    border-radius: 10px;
    padding: 60px 15px;
    padding-top: 70px;
    background-color: var(--it-grey-1);
    transition: 0.5s;
}

.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: 0.3s;
    font-size: 45px;
}

.it-category-icon span::after {
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%) scale(1.2);
    border: 1px dashed var(--it-theme-1);
}

.it-category-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-category-title {
        font-size: 17px;
    }
}

@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: 0.5s;
}

.it-category-text a i {
    font-size: 14px;
}

.it-category-shape {
    position: absolute;
    bottom: 0;
    left: 690px;
}

.it-category-4-icon span {
    height: 200px;
    width: 100%;
    display: inline-block;
    line-height: 200px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--it-common-white);
    margin-bottom: 20px;
}

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

/*----------------------------------------*/

/*  10. course css start
/*----------------------------------------*/

.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-thumb-text-7 span {
    color: #FFF;
    font-family: var(--it-ff-body-2);
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.it-course-thumb-7 img {
    padding: 10px;
    border-radius: 20px;
}

.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: 0.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-title-7 {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.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: black;
    margin-right: 7px;
}

.it-course-info-7>span {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.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-author-7 img {
    border-radius: 50%;
    margin-right: 10px;
}

.it-course-author-7>span {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    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-course-author-7>span {
        font-size: 14px;
    }
}

.it-course-author-7>span>i {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.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: 0.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-price-box-7 span {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
}

@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-7 span {
        font-size: 21px;
    }
}

.it-course-price-box-7 span i {
    font-style: normal;
    color: var(--it-common-black);
}

.it-course-price-box-7 .old-price {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-decoration-line: line-through;
    text-transform: capitalize;
}

.it-course-price-box-7 a {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-course-price-box-7 a {
        font-size: 12px;
    }
}

.it-course-price-box-7 a:hover {
    color: var(--it-common-black);
}

.it-course-price-box-7 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 0.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: 0px;
    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: 0px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-course-shape-6 {
        right: 0px;
        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: 0px 0px 40px 0px rgba(14, 42, 70, 0.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-2-wrap-7 {
    border-radius: 20px;
    transition: 0.5s;
    background: #FFF;
}

.it-course-style-2 .it-course-2-wrap-7:hover {
    border: 1px solid var(--it-theme-1);
    box-shadow: 0 20px 30px 0 rgba(10, 185, 157, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-course-style-2 .it-course-2-wrap-7 {
        margin-bottom: 20px;
    }
}

.it-course-style-2 .it-course-thumb {
    flex: 0 0 auto;
}

.it-course-style-2 .it-course-thumb a img {
    transition: 0.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-rating-7 i {
    color: var(--it-theme-1);
}

.it-course-style-2 .it-course-title:hover {
    color: var(--it-theme-4);
}

.it-course-style-2 .it-course-title-7:hover {
    color: var(--it-theme-1);
}

.it-course-style-2 .it-course-price-box a:hover {
    color: var(--it-theme-4);
}

.it-course-style-2 .it-course-price-box-7 a:hover {
    color: var(--it-theme-1);
}

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

.it-course-style-2 .it-course-thumb-text-7 {
    top: 20px;
    left: 20px;
}

.it-course-style-2 .it-course-thumb-text-7 span {
    background-color: var(--it-theme-1);
}

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

@media (max-width: 767px) {
    .it-course-area-7 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

.it-course-2-wrap-8:hover .it-btn-8 {
    background-color: var(--it-theme-1);
}

.it-course-info-8-1 {
    border-bottom: 0;
    border-top: 1px dashed var(--it-common-black-2);
    margin-top: 25px;
}

.it-course-info-8-1 span {
    margin-top: 30px;
}

.it-course-info-8-btn {
    margin-bottom: 28px;
    text-align: center;
}

.it-course-info-8-title {
    font-family: var(--it-ff-body-2);
    font-weight: 600;
}

.it-btn-8 {
    border-radius: 10px;
    background: #6C757D;
}

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

.it-course-2-wrap-9 {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}

/*----------------------------------------*/

/*  11. cta css start
/*----------------------------------------*/

.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-cta-8-area {
    border-radius: 20px;
    background: var(--it-theme-1);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-cta-8-area {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-cta-8-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.it-cta-8-title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-cta-8-title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-cta-8-title {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .it-cta-8-title {
        font-size: 20px;
        line-height: 40px;
    }
}

.it-cta-8-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.it-cta-8-shape-2 {
    position: absolute;
    bottom: 22px;
    right: 0;
}

.it-cta-8-shape-3 {
    position: absolute;
    top: 26%;
    left: 0;
}

.it-cta-9-1-title {
    color: #FFF;
    text-align: center;
    font-family: var(--it-ff-body-2);
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0.88px;
}

@media (max-width: 767px) {
    .it-cta-9-1-title {
        font-size: 28px;
    }
}

.it-cta-9-shape-1 {
    position: absolute;
    bottom: -3px;
    right: 19%;
}

.it-cta-9-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.it-cta-9-shape-3 {
    position: absolute;
    top: 39%;
    left: 8%;
}

.it-cta-9-btn {
    border-radius: 4px;
    background: #FFF;
}

.it-cta-9-btn span {
    color: var(--it-theme-1);
}

/*----------------------------------------*/

/*  03. about css start
/*----------------------------------------*/

.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 0.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 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 {
    position: relative;
}

.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(0.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, 0.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, 0.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, 0.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 0.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(0.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: #4D5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    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: 35px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-about-4-thumb-wrap {
        margin: 0;
        margin-bottom: 6px;
    }
}

.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: 0px;
    animation: itleftright 1s infinite alternate;
}

.it-about-5-shape-3 {
    position: absolute;
    right: 120px;
    top: 0px;
    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: 11px 25px;
    display: inline-block;
    background-color: #F3F5F5;
    border-radius: 5px;
}

.it-about-5-list ul li {
    list-style-type: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    padding-left: 25px;
    position: relative;
    color: #191659;
    display: inline-block;
}

.it-about-5-list ul li:not(:last-child) {
    padding-right: 45px;
}

.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-about-7-style-3 .it-about-2-left {
    padding-left: 0;
    padding-right: 83px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-7-style-3 .it-about-2-left {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-about-7-style-3 .it-about-2-left {
        padding-right: 0px;
    }
}

.it-about-7-style-3 .it-about-2-right {
    margin-left: 0;
}

.it-about-7-style-3 .it-about-2-thumb-sm,
.it-about-7-style-3-thumb-sm {
    right: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .it-about-7-style-3 .it-about-2-thumb-sm,
    .it-about-7-style-3-thumb-sm {
        right: 0;
    }
}

@media (max-width: 767px) {

    .it-about-7-style-3 .it-about-2-thumb-sm,
    .it-about-7-style-3-thumb-sm {
        position: relative;
        right: 0;
    }
}

.it-about-7-style-3 .it-about-list-box {
    color: var(--it-theme-7);
    font-family: var(--it-ff-heading-2);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-7-style-3 .it-about-list-box {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-7-style-3 .it-about-list-box {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-about-7-style-3 .it-about-list-box {
        font-size: 18px;
    }
}

.it-about-7-style-3 .it-about-list-box ul li {
    margin-bottom: 20px;
    list-style: none;
}

.it-about-7-style-3 .it-about-list-wrap {
    margin-right: -65px;
}

@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-7-style-3 .it-about-list-wrap {
        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),
(max-width: 767px) {
    .it-about-7-style-3 .it-section-title-3 br {
        display: none;
    }
}

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

    .it-about-7-style-3 .it-about-text p br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-7-left {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-7-left {
        padding-left: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .it-about-7-left {
        padding-left: 0;
        margin-bottom: 50px;
    }
}

.it-about-7-left .it-about-experience-box {
    position: absolute;
    top: 12%;
    left: 0;
    padding: 17px 20px;
    padding-right: 30px;
    background-color: var(--it-theme-1);
    animation: ittranslateX2 4s forwards infinite alternate;
}

@media (max-width: 767px) {
    .it-about-7-left .it-about-experience-box {
        position: static;
        margin-top: 30px;
        animation: unset;
    }
}

.it-about-7-left .it-about-experience-box h5 {
    font-size: 28px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 0;
    line-height: 1;
}

.it-about-7-left .it-about-experience-box h5::after {
    display: none;
}

.it-about-7-right {
    margin-left: 60px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-about-7-right {
        margin-left: 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-about-7-right 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) {
    .it-about-7-right .it-section-title br {
        display: none;
    }
}

.it-about-7-thumb-sm {
    position: absolute;
    bottom: 15%;
    left: 31%;
    border-radius: 19px;
    border-left: 12px solid var(--it-common-white);
    border-top: 10px solid var(--it-common-white);
    animation: updown 1s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-7-thumb-sm {
        right: 0;
    }
}

@media (max-width: 767px) {
    .it-about-7-thumb-sm {
        position: relative;
        right: 0;
        margin-top: 30px;
        border-left: none;
        border-top: none;
        animation: unset;
    }
}

.it-about-7-thumb-sm img {
    border-radius: 12px;
}

@media (max-width: 767px) {
    .it-about-7-thumb-sm img {
        width: 100%;
    }
}

.it-about-7-thumb-sm.thumb-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(31, 36, 50, 0.2);
}

.it-about-7-shape-1 {
    position: absolute;
    z-index: 1;
    top: 110px;
    right: 60px;
    animation: itswing 1s forwards infinite alternate;
}

.it-about-7-shape-2 {
    position: absolute;
    top: 200px;
    left: 130px;
    z-index: 1;
    animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .it-about-7-shape-2 {
        top: 2%;
        left: 2%;
    }
}

.it-about-text p {
    font-family: var(--it-ff-body-2);
    color: var(--it-theme-8);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-about-text p br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-about-7-style-3 .it-about-list-box {
        font-size: 14px;
    }
}

/*----------------------------------------*/

/*  27. video css start
/*----------------------------------------*/

.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, 0.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, 0.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, 0.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, 0.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 0.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);
}

/*----------------------------------------*/

/*  23. price css start
/*----------------------------------------*/

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

.it-price-item {
    padding: 50px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@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: 0px 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: 0px 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: #0AB99D;
    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;
}

/*----------------------------------------*/

/*  07. choose css start
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-left {
        margin-bottom: 50px;
    }
}

.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 {
    border-radius: 8px;
    padding: 30px 20px;
    background-color: #F8F6F1;
}

.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-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-thumb {
    display: inline-block;
    border: 10px solid var(--it-common-white);
}

.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 0.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 23px;
    padding-top: 20px;
    background-color: var(--it-common-white);
    box-shadow: 0px 0px 30px 0px rgba(14, 42, 70, 0.08);
    transition: 0.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: 0.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: 0.5s;
}

.it-choose-style-2 .it-choose-text p {
    transition: 0.5s;
}

.it-choose-9-title {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    font-family: var(--it-ff-body-2);
    font-style: normal;
    line-height: 54px;
    letter-spacing: 0.88px;
}

@media (max-width: 767px) {
    .it-choose-9-title {
        font-size: 30px;
    }
}

.it-choose-9-shape-1 {
    position: absolute;
    bottom: 14%;
    right: 5%;
    animation: itleftright 1s infinite alternate;
}

.it-choose-9-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
}

.it-choose-9-features .it-choose-9-feature-item {
    width: 48%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #D9E5E3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-icon img,
.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-icon svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-icon span {
    font-size: 40px;
    line-height: 1;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-icon-2 {
    background: #FFF2DF;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-content h4 {
    color: #000;
    font-family: var(--it-ff-body-2);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.48px;
}

.it-choose-9-features .it-choose-9-feature-item .it-choose-9-feature-content p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-choose-9-features .it-choose-9-feature-item {
        width: 100%;
    }
}

.it-choose-thumb-9 img {
    width: 100%;
    margin-top: 40px;
}

.it-choose-9-thumb-sm-9 {
    bottom: -9%;
    left: -7%;
}

.it-choose-9-thumb-sm-9 img {
    border-right: 12px solid var(--it-common-white);
}

/*----------------------------------------*/

/*  17. funfact css start
/*----------------------------------------*/

.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: var(--it-common-black);
    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: var(--it-common-black);
}

@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 15px;
    border-radius: 5px;
    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: 21px;
    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;
}

/*----------------------------------------*/

/*  09. contact css start
/*----------------------------------------*/

@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(0.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: 60px 38px;
    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: 21px;
    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: 16px;
        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, 0.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, 0.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: #FF0000;
}

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

/*----------------------------------------*/

/*  13. event css start
/*----------------------------------------*/

.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 0.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: 0.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: 0.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: 0.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: 0px 0px 25px 0px rgba(0, 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: 0.3s;
}

.it-event-style-4 .it-event-2-item {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 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: 0px;
    }
}

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

/*----------------------------------------*/

/*  18. gallery css start
/*----------------------------------------*/

.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: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.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%;
}

.it-gallery-thumb::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(14, 42, 70, 0.8);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.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: 0.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;
}

/*----------------------------------------*/

/*  26. testimonial css start
/*----------------------------------------*/

.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: 0.3s;
}

.it-testimonial-arrow button:hover {
    background-color: black;
    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: 0.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);
}

.test-slider-dots.style-9 {
    position: static;
}

.test-slider-dots.style-9>.swiper-pagination-bullet {
    background-color: var(--it-common-black-2);
    opacity: 100%;
}

.test-slider-dots.style-9>.swiper-pagination-bullet-active {
    background-color: var(--it-theme-1);
}

.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 0.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-testimonial-8-thumb img {
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-testimonial-8-thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.it-testimonial-9-shape-1 {
    position: absolute;
    bottom: 73px;
    right: 7%;
    animation: itleftright 1s infinite alternate;
}

.it-testimonial-9-shape-2 {
    position: absolute;
    top: 16%;
    left: 10%;
    animation: itleftright 1s infinite alternate;
}

.it-testimonial-9-dots .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 0 6px !important;
    z-index: 11;
    opacity: 1;
    background-color: var(--it-text-body);
}

.it-testimonial-9-dots .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--it-theme-1);
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.it-testimonial-9-dots .swiper-pagination-bullet-active {
    background-color: var(--it-theme-1);
}

.it-testimonial-9-dots .swiper-pagination-bullet-active::after {
    opacity: 1;
    visibility: visible;
}

.it-testimonial-3-content p {
    font-family: var(--it-ff-body-2);
    margin-top: 30px;
}

.it-testimonial-9-1-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-testimonial-9-1-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-testimonial-9-wrapper-1 {
        margin: 0;
        padding: 35px 60px;
    }
}

/*----------------------------------------*/

/*  25. team css start
/*----------------------------------------*/

.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, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.it-team-thumb img {
    border-radius: 5px;
    transition: 0.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, 0.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: 0.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, 0.85);
}

.it-team-3-content {
    border-radius: 0 0 5px 5px;
    padding: 30px 15px;
    padding-top: 0;
    background-color: var(--it-common-black);
}

.it-team-3-content span {
    color: var(--it-common-yellow);
    font-size: 15px;
    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: 0.4s ease-in-out;
    background: rgba(48, 55, 63, 0.7);
}

.it-team-3-thumb img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    transition: 0.9s;
}

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

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

@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: 50px 20px;
    }
}

.it-teacher-details-left-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.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: 0px 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: 60px;
    margin-left: 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: 40px;
}

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

/* team-7 */

.it-team-item-7 .it-team-thumb {
    position: relative;
    overflow: hidden;
}

.it-team-item-7 .it-team-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 185, 157, 0.15) 0%, rgba(10, 185, 157, 0.85) 100%);
    transition: 0.35s ease;
    z-index: 2;
}

.it-team-item-7 .it-team-content-7 .it-team-title-7 a {
    color: #192335;
    font-family: "Cinzel Decorative";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.it-team-item-7 .it-team-content-7 .it-team-title-7 a:hover {
    color: var(--it-theme-1);
}

.it-team-item-7 .it-team-content-7 span {
    color: #6A747C;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.it-team-item-7 .it-team-social {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    gap: 14px;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6, 30, 60, 0.45);
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
    z-index: 6;
}

.it-team-item-7 .it-team-social a span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--it-common-white);
    box-shadow: 0 6px 18px rgba(6, 30, 60, 0.08);
    transition: all 0.28s ease;
    font-size: 14px;
    z-index: 7;
}

.it-team-item-7 .it-team-social a svg {
    width: 18px;
    height: 18px;
    display: block;
    color: inherit;
}

.it-team-item-7 .it-team-social a:hover span {
    background: var(--it-common-white);
    color: var(--it-theme-1);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(11, 102, 179, 0.25);
}

.it-team-item-7 .it-team-social::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    clip-path: none !important;
    background: transparent !important;
    pointer-events: none !important;
}

.it-team-item-7:hover .it-team-social {
    opacity: 1;
    visibility: visible;
    background-color: var(--it-theme-1);
}

.it-team-item-7:hover .it-team-thumb::after {
    background: linear-gradient(180deg, rgba(6, 45, 90, 0.6) 0%, rgba(6, 45, 90, 0.85) 100%);
}

.it-team-thumb-7 img {
    border-radius: 20px;
}

.it-team-social.it-team-social-7 a {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-team-item-7 .it-team-social {
        gap: 7px;
    }
}

@media (max-width: 767px) {
    .it-team-area-7 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-team-2-text-8-1 br {
        display: none;
    }
}

/*----------------------------------------*/

/*  14. faq css start
/*----------------------------------------*/

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

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-faq-2-thumb-7 {
        margin-top: 30px;
    }
}

.it-faq-2-thumb-7 img {
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-2-thumb-7 img {
        width: 100%;
    }
}

.it-about-7-thumb-sm-7 {
    bottom: -8%;
    left: 2%;
    border-left: 0px;
    border-top: 0px;
}

.it-about-7-thumb-sm-7 img {
    border-radius: 20px;
    border-right: 12px solid var(--it-common-white);
    border-top: 10px solid var(--it-common-white);
    animation: updown 1s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-section-title-box-7 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .it-faq-7-area {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

.it-faq-title-8-1 {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-faq-title-8-1 br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-faq-title-8-1 {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .it-faq-title-8-1 {
        font-size: 23px;
    }
}

.it-faq-text-8-1 {
    color: #6A747C;
    font-family: var(--it-ff-body-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.it-faq-8-shape-1 {
    position: absolute;
    bottom: 6%;
    right: 13%;
    animation: zoom 3s infinite;
}

.it-faq-8-shape-2 {
    position: absolute;
    left: 9%;
    bottom: 6%;
}

.it-faq-8-shape-3 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 0;
    animation: itleftright 1s infinite alternate;
}

/*----------------------------------------*/

/*  05. career css start
/*----------------------------------------*/

.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 0.8s infinite alternate;
}

@media (max-width: 767px) {
    .it-about-3-mv-item p {
        font-size: 14px;
    }
}

.it-career-style-3.it-career-bg {
    background: none;
}

.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 0px;
    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, 0.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-progress-bar-wrap-title {
    color: var(--it-theme-1);
    font-family: "Cinzel Decorative";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.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-right-wrap-7 {
    margin-left: 0;
    margin-top: 27px;
}

.it-value-shape-1 {
    position: absolute;
    bottom: 18%;
    left: 2%;
    animation: itupdown 0.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-progress-bar-item-7 {
    padding: 10px 0px;
}

.it-progress-bar-item-7 label {
    color: #6B7385;
    font-family: var(--it-ff-body-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.it-progress-bar-item-7 .progress-bar {
    background-color: var(--it-theme-1);
    border-radius: 10px;
}

.it-value-right-img-7 img {
    border-radius: 12px;
}

.it-value-right-img-7-overly {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(25, 35, 53, 0.2);
    border-radius: 12px;
}

.it-value-play-btn-7 {
    color: var(--it-theme-1);
}

@media (max-width: 767px) {
    .it-value-area-7 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

/*----------------------------------------*/

/*  08. class css start
/*----------------------------------------*/

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

.it-class-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: 0.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: 0.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 0.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;
}

/*----------------------------------------*/

/*  28. work css start
/*----------------------------------------*/

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

/* main popup only 50% height */

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    /* 50% height */
    background: rgba(0, 0, 0, 0.85);
    /* dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

/*----------------------------------------*/

/*  04. blog css start
/*----------------------------------------*/

.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-item-box-7 {
    border-radius: 12px;
    border: 1px solid rgba(10, 185, 157, 0.2);
    background: #F6FFFE;
}

.it-blog-item-box-8 {
    border-radius: 12px;
    border: 1px solid rgba(10, 185, 157, 0.2);
    background: #F4F7FF;
}

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

.it-blog-meta span i {
    display: inline-block;
    color: var(--it-theme-1);
    margin-right: 5px;
}

.it-blog-meta span {
    color: #4D5756;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@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 25px;
        padding-bottom: 45px;
    }
}

.it-blog-style-3 .it-blog-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 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 25px;
        padding-bottom: 45px;
    }
}

.it-blog-style-6 .it-blog-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 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);
}

/*--- details css start here ----*/

.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: #888888;
    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: 0px;
    }
}

.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: #888888;
    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: #888888;
    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: -0.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: 0.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: 0px 16px 24px rgba(189, 196, 205, 0.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, 0.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: 0.1em;
    text-transform: uppercase;
    color: #5F6168;
    padding-bottom: 15px;
    display: inline-block;
    transition: 0.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: 0.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, 0.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;
}

@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 span {
    padding-right: 5px;
}

.postbox__details-tag a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #F2F2F2;
    color: var(--it-common-black);
    transition: 0.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: 0.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: 0px;
    z-index: 9;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    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: 0.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: 0.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: 0.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: #777777;
}

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

.tagcloud a {
    color: #4D5756;
    background-color: #F2F2F2;
    display: inline-block;
    line-height: 1;
    padding: 0px 50px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-right: 10px;
    transition: 0.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: 0px 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        font-size: 13px;
        padding: 0px 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0px 36px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0px 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: 0.3s;
    background: var(--it-theme-1);
    font-family: var(--it-ff-heading);
    color: var(--it-common-white);
    border-radius: 4px;
    box-shadow: 2px 3.464px 20px 0px rgba(4, 23, 26, 0.08);
}

.it-pagination ul li a.current i,
.it-pagination ul li span.current i {
    display: inline-block;
    transform: translateY(2px);
}

.it-pagination ul li a:hover,
.it-pagination ul li a.current {
    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;
}

/*----------------------------------------*/

/*  15. feature css start
/*----------------------------------------*/

.it-feature-item {
    padding: 80px 15px 45px 15px;
    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: 0.5s;
}

.it-feature-item:hover::after {
    background-color: rgba(34, 162, 209, 0.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: 0.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: 0.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: 0px 0px 25px 0px rgba(0, 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: 0.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: 0.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: 0.5s;
}

.it-feature-3-style .it-feature-3-icon span {
    background-color: var(--it-theme-1);
    transition: 0.5s;
}

.it-feature-3-style .it-feature-3-icon span::after {
    border-color: var(--it-theme-1);
    transition: 0.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, 0.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: 0px 30px;
    display: flex;
    justify-content: space-between;
    color: #4D5756;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.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;
    }
}

@media (max-width: 767px) {
    .it-feature-7-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.it-feature-7-item {
    padding: 50px 30px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-feature-7-item {
        border-radius: 20px;
        border: 5px solid var(--it-theme-1);
        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-feature-7-item {
        padding: 30px 20px;
        border-radius: 20px;
        border: 5px solid var(--it-theme-1);
        background-color: var(--it-common-white);
    }
}

.it-feature-7-item .shape {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(-50%);
}

@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-feature-7-item .shape {
        display: none;
    }
}

.it-feature-7-item p {
    font-family: var(--it-ff-body-2);
    line-height: 140%;
    font-size: 16px;
    color: var(--it-theme-8);
}

.it-feature-7-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--it-ff-heading-2);
}

.it-feature-7-icon {
    margin-bottom: 30px;
}

.it-feature-7-shape-1 {
    position: absolute;
    top: -25%;
    left: 0;
    z-index: -1;
}

.it-feature-7-shape-2 {
    position: absolute;
    top: 13%;
    right: 7%;
    z-index: -1;
    animation: itupdown 0.8s infinite alternate;
}

.it-features-shape {
    position: absolute;
    right: 10%;
    top: 10%;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-features-shape {
        right: 10%;
        top: 2%;
    }
}

.it-features-item {
    border-radius: 20px;
    border: 1px solid rgba(10, 185, 157, 0.2);
    background: #FFF;
    box-shadow: 0 0 40px 0 rgba(1, 5, 20, 0.08);
    padding: 11px;
    transition: 0.4s;
}

.it-features-item h6 {
    color: #010514;
    font-family: var(--it-ff-body-2);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.it-features-item:hover {
    border: 1px solid var(--it-theme-1);
}

.it-features-item:hover {
    animation: bounce 0.6s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .it-features-item {
        margin-bottom: 30px;
    }
}

.it-categories-info-8-title {
    font-family: var(--it-ff-body-2);
    font-weight: 600;
}

/*----------------------------------------*/

/*  22. newsletter css start
/*----------------------------------------*/

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

/*----------------------------------------*/

/*  12. error css start
/*----------------------------------------*/

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

/*----------------------------------------*/

/*  28. Gim css start
/*----------------------------------------*/

.gm-section-subtitle {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--it-theme-6);
}

.header-sticky.gm-header-bottom .it-header-2-plr {
    border-bottom: none;
}

.gm-header-top .it-header-2-top-left ul li a {
    color: var(--it-common-white);
}

.gm-header-top .it-header-2-top-left ul li a span {
    color: var(--it-theme-6);
}

.gm-header-top .it-header-2-top-social a {
    color: var(--it-common-white);
}

.gm-header-top .it-header-2-top-social a:hover {
    color: var(--it-theme-6);
}

.gm-header-top .it-header-3-top-right a span {
    color: var(--it-common-white);
}

.gm-header-top .it-header-3-top-right a span.icon {
    color: var(--it-theme-6);
}

.gm-header-top .it-header-3-top-right a span.text:hover {
    color: var(--it-theme-6);
}

.gm-header-bottom .it-header-2-main-menu ul>li>a {
    color: var(--it-common-black);
}

/* .gm-header-bottom .it-header-2-plr {
    border-bottom: 1px dashed;
} */

.gm-header-bottom .it-header-2-button {
    margin-left: 24px;
}

.gm-header-bottom .it-header-2-icon a {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    display: inline-block;
    color: var(--it-common-black);
    background-color: var(--it-common-white);
    text-align: center;
}

.gm-header-bottom .it-header-2-main-menu ul li>.submenu {
    border-top: 4px solid var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.has-dropdown::after {
    color: var(--it-common-black);
}

.gm-header-bottom.it-header-3-style.header-sticky {
    background-color: var(--it-common-white);
}

.gm-header-bottom .it-header-2-main-menu ul li>.submenu>li>a::before {
    background-color: var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.active>a {
    color: var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-6);
}

.gm-hero-area .it-hero-2-play span {
    font-weight: 500;
    text-decoration: none;
}

.gm-hero-area .it-hero-2-play a {
    color: var(--it-theme-6);
    background-color: var(--it-common-white);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.gm-hero-area .it-hero-2-play a::before {
    border: 1px solid rgba(253, 109, 75, 0.3);
}

.gm-hero-area .it-hero-2-play a::after {
    background-color: rgba(253, 109, 75, 0.3);
}

.gm-hero-area .it-hero-3-shape-1 {
    position: absolute;
    top: 24%;
    left: 4%;
    z-index: 1;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom-right;
}

.gm-hero-area .it-hero-3-title {
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-hero-area .it-hero-3-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-title {
        font-size: 40px;
        text-align: center;
    }
}

.gm-hero-area .it-hero-3-title-box p {
    color: var(--it-text-body);
}

.gm-hero-area .it-hero-3-thumb {
    left: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-hero-area .it-hero-3-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 80px;
        top: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 40px;
        scale: 0.8;
        bottom: -72px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 0;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 0;
    }
}

.gm-hero-area .it-hero-3-thumb img {
    margin-left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-hero-area .it-hero-3-thumb img {
        margin-left: -200px;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb img {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-ptb {
        padding-top: 120px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-ptb {
        padding-bottom: 0;
    }
}

.gm-hero-thumb-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

@media (max-width: 767px) {
    .gm-hero-thumb-shape {
        left: auto;
        right: auto;
    }
}

.gm-instructor-shape-1 {
    position: absolute;
    right: 6%;
    animation: itupdown 0.8s infinite alternate;
}

.gm-instructor-item {
    margin-bottom: 30px;
}

.gm-instructor-item:hover .gm-instructor-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gm-instructor-item:hover .gm-instructor-thumb::before {
    opacity: 1;
    visibility: visible;
}

.gm-instructor-item:hover .gm-instructor-thumb img {
    transform: scale(1.2);
}

.gm-instructor-thumb img {
    width: 100%;
    transition: 1.5s;
}

.gm-instructor-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0.068));
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.gm-instructor-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    text-align: center;
    margin: auto;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
}

.gm-instructor-content span {
    font-size: 14px;
    display: inline-block;
    color: var(--it-common-white);
    margin-bottom: 4px;
}

.gm-instructor-title {
    font-size: 22px;
    color: var(--it-common-white);
    margin-bottom: 0;
}

.gm-instructor-title:hover {
    color: var(--it-theme-6);
}

.gm-instructor-social a {
    margin-right: 30px;
    color: var(--it-common-white);
    transition: 0.3s;
}

.gm-instructor-social a:last-child {
    margin-right: 0;
}

.gm-instructor-social a:hover {
    color: var(--it-theme-6);
}

.gm-testimonial-shape-1 {
    position: absolute;
    left: 7%;
    bottom: 15%;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .gm-testimonial-shape-1 {
        left: 1%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-testimonial-shape-1 {
        left: 2%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-testimonial-shape-1 {
        left: 1%;
    }
}

.gm-testimonial-shape-2 {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .gm-testimonial-shape-2 {
        right: 1%;
    }
}

.gm-testimonial-avater img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 2px solid var(--it-theme-6);
}

.gm-testimonial-avater-box p {
    font-size: 16px;
}

.gm-testimonial-avater-title {
    font-size: 18px;
}

.gm-testimonial-designation-title {
    font-size: 12px;
}

.gm-testimonial-designation-review span {
    font-size: 12px;
    color: var(--it-theme-6);
}

.gm-funfact-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.gm-funfact-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #2e5176;
    opacity: 0.8;
    z-index: -1;
}

.gm-funfact-shape-1 {
    position: absolute;
    top: 11%;
    left: 7%;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-funfact-shape-1 {
        left: 5px;
    }
}

.gm-funfact-shape-1 span {
    color: var(--it-theme-6);
}

.gm-funfact-shape-2 {
    position: absolute;
    top: 11%;
    right: 6%;
    animation: rotate2 6s linear infinite;
}

.gm-funfact-shape-2 span {
    color: var(--it-theme-6);
}

.gm-funfact-customer-shape {
    position: absolute;
    bottom: -26%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-customer-shape {
        bottom: -23%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-customer-shape {
        bottom: -20%;
    }
}

.gm-funfact-customer-box {
    padding: 111px 77px;
    border-radius: 50%;
}

@media(max-width:1199px) {
    .gm-funfact-customer-box {
        padding: 50px 35px;
        border-radius: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-customer-box {
        padding: 85px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-customer-box {
        padding: 95px 70px;
    }
}

@media (max-width: 767px) {
    .gm-funfact-customer-box {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-customer-box {
        padding: 100px 60px;
    }
}

.gm-funfact-customer-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 767px) {
    .gm-funfact-customer-box p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-customer-box p {
        font-size: 16px;
    }
}

.gm-funfact-customer-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
    color: var(--it-common-blackblack);
}

.gm-funfact-item {
    display: inline-block;
}

.gm-funfact-item span {
    font-size: 22px;
    line-height: 1;
    color: var(--it-common-white);
}

.gm-funfact-number {
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 5px;
    color: var(--it-theme-6);
}

.gm-funfact-wrap {
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-wrap {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-wrap {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-funfact-wrap {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-funfact-wrap .gm-funfact-item {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item {
        display: inline-block;
    }
}

.gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
    margin-left: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 220px;
    }
}

.gm-course-style .it-course-item {
    background-color: #F9F6EF;
}

.gm-course-style .it-course-price-box span i {
    color: var(--it-theme-6);
}

.gm-featured-style.it-feature-2-style .it-feature-icon span {
    color: var(--it-theme-6);
}

.gm-featured-style.it-feature-2-style .it-feature-item {
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.gm-featured-style.it-feature-2-style .it-feature-item:hover::after {
    background-color: var(--it-theme-6);
}

.gm-featured-icon-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.gm-brand-item {
    text-align: center;
}

.gm-brand-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--it-common-black);
}

.gm-brand-title-box::before {
    position: absolute;
    width: 200px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: linear-gradient(90deg, #0b1651 0%, #0b1651 100%);
    transform: rotate(-180deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-brand-title-box::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-brand-title-box::before {
        width: 120px;
    }
}

.gm-brand-title-box::after {
    position: absolute;
    width: 200px;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: linear-gradient(90deg, #0b1651 0%, #0b1651 100%);
    transform: rotate(-180deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-brand-title-box::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-brand-title-box::after {
        width: 120px;
    }
}

.gm-blog-style .it-blog-meta {
    position: absolute;
    bottom: 21px;
    right: 25px;
}

.gm-blog-style .it-blog-meta span {
    padding: 8px 16px;
    font-size: 14px;
    color: var(--it-common-white);
    background-color: var(--it-theme-6);
    border-radius: 5px;
}

.gm-blog-style .it-blog-subtitle {
    color: var(--it-theme-6);
}

.gm-blog-style .it-blog-title {
    font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-blog-style .it-blog-title {
        font-size: 21px;
    }
}

.gm-blog-style .it-blog-title:hover a {
    color: var(--it-theme-6);
}

.gm-blog-style .it-blog-item {
    padding: 10px;
    box-shadow: 0 0 25px 0 rgba(19, 32, 37, 0.1);
    border-radius: 5px;
}

.gm-blog-style .it-blog-content {
    padding: 25px 20px;
    background: none;
}

.gm-blog-style .it-btn-border {
    display: inline;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px 20px;
    line-height: inherit;
}

.gm-blog-style .it-btn-border:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-6);
}

.gm-about-style .gm-about-shape-1 {
    position: absolute;
    top: -60px;
    left: -19%;
    z-index: -1;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-1 {
        left: -32px;
    }
}

.gm-about-style .gm-about-shape-2 {
    position: absolute;
    bottom: -10%;
    left: -70px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-about-style .gm-about-shape-2 {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-2 {
        left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .gm-about-shape-2 {
        left: -45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-about-style .gm-about-shape-2 {
        bottom: -6%;
    }
}

@media (max-width: 767px) {
    .gm-about-style .gm-about-shape-2 {
        display: none;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .gm-about-shape-2 {
        left: 0;
        display: block;
    }
}

.gm-about-style .gm-about-shape-3 {
    position: absolute;
    top: -3%;
    right: 6%;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-3 {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .gm-about-shape-3 {
        top: -30px;
        right: -15px;
    }
}

@media (max-width: 767px) {
    .gm-about-style .gm-about-shape-3 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .gm-about-shape-3 {
        right: 0;
        display: block;
    }
}

@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) {
    .gm-about-style .it-about-4-thumb-wrap {
        margin-right: 0;
    }
}

.gm-about-style .it-about-4-list-icon span {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    color: var(--it-theme-6);
    background-color: var(--it-common-white);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.gm-about-style .it-about-3-mv-item {
    margin-bottom: 0;
}

.gm-about-style .it-about-3-mv-item p {
    margin-right: 88px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-about-style .it-about-3-mv-item p {
        margin-right: 0;
    }
}

.gm-about-style .it-about-3-mv-title {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 37px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .it-about-3-title-box p {
        font-size: 15px;
    }
}

.gm-video-style .it-video-title {
    font-size: 45px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-video-style .it-video-title {
        font-size: 43px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-video-style .it-video-title {
        font-size: 35px;
    }
}

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

@media (max-width: 767px) {
    .gm-video-style .it-video-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-video-style .it-video-title {
        font-size: 28px;
    }
}

.gm-video-style .it-video-content {
    margin-bottom: 0;
}

.gm-video-style .it-btn-white.orange-bg:hover {
    color: var(--it-common-white);
    background-color: var(--it-common-yellow);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-benifit-style .it-about-5-right {
        margin-bottom: 50px;
    }
}

.gm-benifit-style .it-about-5-list {
    margin-right: 100px;
    background-color: var(--it-common-black);
    border-radius: 5px;
}

@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: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-benifit-style .it-about-5-list {
        margin-right: 0;
    }
}

.gm-benifit-style .it-about-5-list ul {
    padding: 20px 48px;
    background: none;
    line-height: 0;
    display: inline-block;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .gm-benifit-style .it-about-5-list ul {
        padding: 20px 20px;
        padding-bottom: 0;
    }
}

.gm-benifit-style .it-about-5-list ul li {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    float: left;
    color: var(--it-common-white);
    margin-bottom: 10px;
}

.gm-benifit-style .it-about-5-list ul li i {
    color: var(--it-common-white);
}

.gm-benifit-thumb-box::before {
    position: absolute;
    width: 421px;
    height: 577px;
    left: 50px;
    top: -9px;
    content: "";
    background-color: var(--it-theme-6);
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-benifit-thumb-box::before {
        left: -3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-benifit-thumb-box::before {
        left: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-benifit-thumb-box::before {
        left: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gm-benifit-thumb-box::before {
        display: none;
    }
}

.gm-benifit-thumb img {
    border-radius: 10px;
    transition: 1.5s;
}

.gm-benifit-shape-1 {
    position: absolute;
    bottom: 20%;
    animation: itupdown 0.8s infinite alternate;
}

.gm-benifit-shape-2 {
    position: absolute;
    right: 5%;
    top: 0;
    animation: itupdown 0.8s infinite alternate;
}

.gm-footer-style .it-footer-top-text span {
    color: var(--it-theme-6);
}

.gm-footer-style.it-footer-style-5 .it-footer-social a:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-6);
}

.gm-copyright-style .it-copyright-text p a {
    color: var(--it-theme-6);
}

/*----------------------------------------*/

/*  21. mobile-menu css start
/*----------------------------------------*/

.it-header-2-main-menu nav ul li .has-home-img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--it-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
}

.it-header-2-main-menu nav ul li .has-home-img .home-img {
    padding: 0px 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 0.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 30px;
    background-color: var(--it-common-white);
    position: absolute;
    left: -25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.it-heder-menu-4__main-menu-box nav ul li .has-home-img .home-img {
    padding: 0px 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: 0.4s;
}

.home-img-thumb {
    position: relative;
    border: 1px solid rgba(0, 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, 0.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 0.3s ease-in-out;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.it-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.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: var(--it-theme-1);
}

.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: 16px;
    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: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.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: var(--it-theme-1);
}

.it-menu-mobile ul li:hover>a::after {
    color: var(--it-theme-1);
}

.it-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--it-theme-1);
}

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

/*----------------------------------------*/

/*  16. footer css start
/*----------------------------------------*/

.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-text-7 p {
    font-family: var(--it-ff-body-2);
}

.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: 0.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-title-7 {
    font-family: var(--it-ff-heading-2);
}

.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 0.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-list-7 ul li a {
    font-family: var(--it-ff-body-2);
}

.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, 0.5);
    background-color: rgba(255, 255, 255, 0.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 0.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, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-footer-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, 0.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: #222;
    padding: 19px 0;
}

.it-copyright-text p {
    color: var(--it-common-white);
    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: 0.3s;
}

.it-copyright-right a:not(:last-child) {
    margin-right: 30px;
}

.it-copyright-right a:hover {
    color: var(--it-theme-4);
}

.footer-col-2 {
    padding-left: 35px;
}

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

.footer-col-3 {
    margin-left: -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) {
    .footer-col-3 {
        margin-left: 0;
    }
}

.footer-col-4 {
    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) {
    .footer-col-4 {
        margin-left: 0;
    }
}

.footer-col-6 {
    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) {
    .footer-col-6 {
        margin-left: 0;
        margin-right: 20px;
    }
}

.footer-col-7 {
    transform: translateX(25px);
}

@media (max-width: 767px) {
    .footer-col-7 {
        transform: translateX(0px);
    }
}

.footer-col-8 {
    padding-left: 40px;
}

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

/*----------------------------------------*/

/* 07. cart css start
/*----------------------------------------*/

.table-content .table> :not(:first-child) {
    border-top: 0;
}

.table-content table {
    background: #ffffff;
    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 none;
    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: normal;
    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: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    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 none;
    color: #6f7172;
    font-weight: normal;
    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 none;
}

.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 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #3e976c none repeat scroll 0 0;
}

.payment-method .card {
    background-color: #ffffff;
    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: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

/*----------------------------------------*/

/*  06. checkout css start
/*----------------------------------------*/

/* 17. Checkout */

.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: 0.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 none;
    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 0.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: #ffffff;
    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: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    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 none;
    color: #6f7172;
    font-weight: normal;
    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 none;
}

.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 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.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 none;
    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 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    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: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}



.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1e293b;
}

.why-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.why-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.why-card:hover {
    /* transform: translateY(-6px); */
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #1575cd;
}

.why-card .icon {
    font-size: 38px;
    display: block;
    margin-bottom: 15px;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

.why-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #475569;
}

/* Tablet */
@media (max-width: 991px) {
    .why-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .why-choose-section {
        padding: 50px 15px;
    }

    .section-title {
        font-size: 26px;
    }

    .why-card-grid {
        grid-template-columns: 1fr;
    }
}

.why-card {
    span {
        img {
            max-width: 75px;
            height: auto;
        }
    }
}

.contact-section {
    padding: 80px 15px;
    /* background: linear-gradient(135deg, #f4f7fb, #eef1f6); */
}

.modern-form {
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.modern-form h3 {
    font-weight: 700;
    color: #1f2d3d;
}

.modern-form .form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1px;
}

.modern-form .form-control,
.modern-form .form-select {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #dce1e7;
    font-size: 14px;
}

.modern-form .form-control:focus,
.modern-form .form-select:focus {
    border-color: #1575cd;
    box-shadow: 0 0 0 0.15rem rgba(79, 70, 229, 0.15);
}

.form-check-label {
    font-size: 14px;
}

.form-check-label a {
    color: #1575cd;
    text-decoration: none;
    font-weight: 600;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.submit-btn {
    background: #1575cd;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #1575cd;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 14px;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}

/* Mobile padding optimization */
@media (max-width: 576px) {
    .modern-form {
        padding: 25px 20px;
    }
}

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

/* .gm-testimonial-section {
  padding: 80px 0;
}

.gm-funfact-customer-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.gm-funfact-customer-box img {
  max-width: 70px;
}

.gm-funfact-customer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.gm-funfact-customer-title-box p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #666;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
} */


.mbbs-info-section {
    background: #f8f9fb;
}

/* Common Card Styling */
.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    display: flex;
    border: 1px solid #1575cd;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); */
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.info-card:hover {

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.info-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e2a3a;
}

.info-card p,
.info-card li {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}



.big-card ol {
    padding-left: 18px;
}

.big-card li {
    margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .info-card {
        padding: 22px;
    }

    .info-card h4 {
        font-size: 18px;
    }

    .info-card p,
    .info-card li {
        font-size: 14.5px;
    }
}


/***********  Faq********************/
.faq-section {
    background: #f8f9fb;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 16px;
    padding: 18px 22px;
    background: #ffffff;
    color: #1e2a3a;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #ffffff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    background: #ffffff;
    padding: 20px 22px;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }
}


/**************Hostel card ***************/

.hostel-section {
    padding: 70px 20px;
    background: #f8f9fb;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */
.hostel-header {
    text-align: center;
    margin-bottom: 50px;
}

.hostel-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e2a3a;
}

.hostel-header p {
    font-size: 16px;
    color: #666;
}

/* Grid */
.hostel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Card */
.hostel-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    span {
        font-weight: 800;
        margin-bottom: 7px;
        font-size: 20px;
        text-align: center;
    }
}

.hostel-card:hover {
    /* transform: translateY(-6px); */
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.hostel-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0d6efd;
}

.hostel-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
    text-align: justify;
}

.hostel-card ul {
    padding-left: 18px;
}

.hostel-card ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 6px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .hostel-header h2 {
        font-size: 26px;
    }

    .hostel-card {
        padding: 22px;
    }
}

@media(min-width:991px) {
    .it-hero-area {
        padding-top: 140px;
    }
}

.it-about-4-thumb {
    row-gap: 15px;

    img {
        padding: 7px;
        border: 1px solid #000;
    }
}

.heighlight-duration {
    row-gap: 25px;
}

.highlight-card {
    padding: 25px 30px;
}

.highlight-card:hover,
.duration-card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}


.admission-process {
    .admission-para {
        font-size: 15px;

        img {
            max-width: 23px;
            margin-right: 7px;
            filter: brightness(4.5) invert(1);
        }
    }
}

.documents-required-content {
    .doc-card {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        height: 100%;
        text-align: center;
        transition: all 0.3s ease;


        img {
            max-width: 50px;
            margin-bottom: 13px;
            transition: transform 0.3s ease;

        }
    }

    .doc-card h5 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #222;
    }

    .doc-card:hover {
        /* transform: translateY(-8px); */
        box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);

        img {
            transform: scale(1.1);
        }
    }

}

/* .hostel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
} */


.click-card {
    min-height: 220px;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    padding: 25px;
    background: #2e5176;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    p {
        color: #fff;
        font-size: 21px;
    }
}

/* Hover effect */
.hoclick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Click (press) effect */
.hoclick-card:active {
    transform: scale(0.97);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Ripple effect */
.hoclick-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 41, 70, 0.08);
    opacity: 0;
    border-radius: inherit;
    transition: opacity 0.3s ease;
}

.hoclick-card:active::after {
    opacity: 1;
}

/* Button styling */
.apply-btn {
    pointer-events: none;
    /* ensures card click */
    background: #0e2946;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 28px;
    font-weight: 600;
}


.gmTestimonialSwiper {
    .swiper-slide {
        img {
            max-width: 50px;
            height: auto;
        }
    }
}

.gm-hero-area {
    background: linear-gradient(90deg, #2c4f75 0%, #1b3b5d9c 50%, transparent 100%);
}

@media(max-width:768px) {
    .gm-hero-area {
        background: #2c4f75;
    }
}

.form-check-input {
    padding: 10px 10px !important;
}

.sticky-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    /* above content */
    background: #0d6efd;
    /* bootstrap primary */
    text-align: center;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
}

.sticky-section a {
    display: block;
    /* whole bar clickable */
    padding: 8px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.sticky-section a:hover {
    background: #084298;
}