/*-----------------------------------------------------------------------------------

    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=Epilogue:wght@300;400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /**
  @font family declaration
  */
  --it-ff-body: 'Montserrat', sans-serif;
  --it-ff-heading: 'Montserrat', sans-serif;
  --it-ff-poppins: 'Montserrat', sans-serif;
  --it-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --it-common-white: #ffffff;
  --it-common-black: #000000;
  --it-common-red: #e31e24;
  --it-common-black-2: #4D5756;
  --it-common-yellow: #F2A227;
  --it-common-yellow-2: #FC9F0B;
  --it-heading-primary: #0E2A46;
  --it-grey-1: #F2F2F2;
  --it-grey-2: #F3F5F5;
  --it-grey-3: #F9F6EF;
  --it-text-body: #333931;
  --it-theme-1: #0AB99D;
  --it-theme-2: #116E63;
  --it-theme-3: #2356F6;
  --it-theme-4: #e31e24;
  --it-theme-5: #FF9E0E;
  --it-theme-6: #FD6D4B;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}

.container-1380 {
  max-width: 1380px;
}

/*---------------------------------
	ty@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1650px;
  }
}
.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;
  text-transform: capitalize;
}

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: 500;
  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);
  border-radius: 5px;
}

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-common-red);
}

@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-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: 8px 20px;
    height: 47px;
    /* line-height: 53px; */
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
  z-index: 1;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-btn-white {
            font-size: 14px !important;
        line-height: 0px;
        padding: 20px !important;
        margin-top: 20px;
  }
}

.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.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-common-red);
}

#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loader-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-20px);
}

/* ====== LOGO ====== */
.loader-logo {
  margin-top: 25px;
}

.loader-logo img {
  width: 250px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.1));
  animation: fadeInLogo 1.5s ease-in-out infinite alternate;
}

@media (max-width:425px) {
  .loader-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.1));
    animation: fadeInLogo 1.5s ease-in-out infinite alternate;
  }
}

@keyframes fadeInLogo {
  from {
    transform: scale(0.97);
  }

  to {
    transform: scale(1.03);
  }
}

/* ====== BOOK ANIMATION ====== */
.book {
  width: 65px;
  height: 48px;
  position: relative;
  perspective: 1000px;
  margin: 0 auto;
}

.book__page {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e31e24 0%, #ff5256 100%);
  border-radius: 4px;
  position: absolute;
  transform-origin: left center;
  transform: rotateY(0deg);
  animation: flip 1.5s infinite ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.book__page:nth-child(2) {
  animation-delay: 0.25s;
}

.book__page:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes flip {

  0%,
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }

  50% {
    transform: rotateY(-180deg);
    opacity: 0.8;
  }
}

/* ====== PAGE LOAD FADE OUT ====== */
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: var(--it-common-red);
  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);
}

.red-bg {
  background: var(--it-common-red);
}

.grey-bg {
  background: var(--it-grey-1);
}

.grey-bg-2 {
  background: var(--it-grey-2);
}

.grey-bg-3 {
  background: var(--it-grey-3);
}

.grey-bg-4 {
  background: var(--it-grey-4);
}

.yellow-bg {
  background-color: var(--it-common-yellow);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url(../img/cross-out.html), pointer;
}

.it-instagram img {
  width: 100%;
}

.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--it-common-black);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 400px;
    padding: 40px;
  }
}

.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.itoffcanvas__logo {
  margin-bottom: 60px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}

.itoffcanvas__logo img {
  width: 157px;
  height: 100%;
}

.itoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  /* opacity: 0.2; */
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}

@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}

.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}

.itoffcanvas__content {
  margin-bottom: 30px;
}

.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}

.itoffcanvas__social {
  margin-top: 50px;
}

.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.itoffcanvas__text {
  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-black);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}

.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-common-red);
  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-common-white);
  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;
    font-weight: 500;
    line-height: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}

.it-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 30px;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  transform: translateY(-50%);
  color: var(--it-common-black);
}

.it-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.it-custom-accordion .accordion-buttons:not(.collapsed) {
  background-color: var(--it-theme-5);
  color: var(--it-common-white);
}

.it-custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: var(--it-common-white);
}

.it-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}

.it-custom-accordion .accordion-body {
  padding: 30px 28px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
    padding: 30px 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    font-size: 14px;
  }
}

.it-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
  background-color: var(--it-theme-4);
  color: var(--it-common-white);
}

.it-custom-accordion-style-2 .accordion-body p {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-custom-accordion-style-2 .accordion-body p {
    margin-right: 0;
  }
}

.it-custom-accordion-style-3 .accordion-buttons:not(.collapsed) {
  background-color: var(--it-theme-4);
  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);
}

.light-bg {
  background-color: #eff2f6;
}

.section-card {
  padding: 60px 60px 60px;
  border-radius: 8px;
  height: 100%;
}

@media (max-width:768px) {
  .section-card {
    padding: 20px;
    border-radius: 8px;
    height: 100%;
  }

}

.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-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: rgb(227 30 36 / 15%);
}

@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-about-2-thumb-img:after {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 505px;
    bottom: 107px;
    border: 1px solid var(--it-common-red);
    content: "";
    z-index: -1;

}
.it-section-title {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--it-common-black);
}

@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: 600;
  text-transform: capitalize;
  line-height: 1.1;
  font-family: var(--it-ff-poppins);
  margin-bottom: 0;
  color: var(--it-common-black);
}

.it-section-title-3 span {
  color: var(--it-common-yellow);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-section-title-3 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title-3 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title-3 {
    font-size: 34px;
  }

  .it-section-title-3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-section-title-3 {
    font-size: 27px;
  }

  .it-section-title-3 br {
    display: none;
  }
}

.it-section-title-5 {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--it-common-black);
}

.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: 35px;
    font-weight: 500;
  }
}

@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: 0px;
}

@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 15px;
  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: 275px;
  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-4);
  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-4);
  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: 0px;
}

.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-4);
}

.it-header-2-main-menu ul li:hover>a {
  color: var(--it-theme-4);
}

.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-icon a {
  font-size: 18px;
  font-weight: 700;
}

.it-header-2-button {
  /* margin-left: 40px; */
}

.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-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: 6px 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-common-white);
}

.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-common-white);
}

.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);
}

.it-footer-logo a img {
  width: 250px;
}
.menu-bangalore-branch-menu-container ul{
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
}
@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);
  border-radius: 5px;
  padding: 10px;
}

.it-menu-bar i {
  font-size: 20px;
}

.header-sticky {
  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: 1111;
  padding: 15px;
}

.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);
}

/*----------------------------------------*/
/*  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: 2px solid var(--it-common-white);
  transition: 0.3s;
  cursor: pointer;
  margin: 0px 10px;
  border-radius: 5px;
}

.it-slider-nav-thumb img {
  max-width: inherit;
  width: 100%;
  border-radius: 5px;
}

.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;
  }
}

/*----------------------------------------*/
/*  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-text p {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-2-text p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .it-hero-2-text p {
    font-size: 14px;
  }
}

.it-hero-2-play a {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}

.it-hero-2-play a i {
  margin-left: 3px;
}

.it-hero-2-play a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-color: rgba(14, 42, 70, 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-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;
}

@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;
  }
}

.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-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;
}

.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: 325px;
  padding-bottom: 205px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-ptb {
    padding-top: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-3-ptb {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-ptb {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .it-hero-3-ptb {
    padding-top: 170px;
    padding-bottom: 60px;
  }
}

.it-hero-3-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--it-common-white);
  font-family: var(--it-ff-poppins);
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .it-hero-3-title {
    font-size: 40px;
  }
}

.it-hero-3-title span {
  color: var(--it-common-yellow);
}

.it-hero-3-title-box p {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
  color: var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-title-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .it-hero-3-title-box p {
    font-size: 16px;
  }

  .it-hero-3-title-box p br {
    display: none;
  }
}

.it-hero-3-client-box {
  margin-left: 30px;
}

.it-hero-3-client-box span {
  color: var(--it-common-white);
}

.it-hero-3-client-box img {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .it-hero-3-client-box {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-3-client-box {
    margin-left: 20px;
    margin-top: 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;
  }
}

/*----------------------------------------*/
/*  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-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-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-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.it-course-author>span {
  color: var(--it-common-black-2);
  font-size: 16px;
  font-family: var(--it-ff-heading);
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-course-author>span {
    font-size: 14px;
  }
}

.it-course-author>span>i {
  font-style: normal;
  color: var(--it-common-black);
}

.it-course-price-box span {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-course-price-box span {
    font-size: 21px;
  }
}

.it-course-price-box span i {
  font-style: normal;
  color: var(--it-common-black);
}

.it-course-price-box a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 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-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;
  width: 200px;
}

.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-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-title:hover {
  color: var(--it-theme-4);
}

.it-course-style-2 .it-course-price-box a:hover {
  color: var(--it-theme-4);
}

.it-course-style-2 .it-course-thumb-text {
  top: 14px;
  left: 14px;
}

.it-course-style-2 .it-course-thumb-text span {
  background-color: var(--it-theme-4);
}

@media (max-width: 767px) {
  .it-course-style-2 .it-course-title-box {
    margin-bottom: 30px;
  }
}

.it-course-style-3 .it-course-thumb-text span {
  background-color: var(--it-theme-2);
}

.it-course-style-3 .it-course-rating i {
  color: var(--it-common-yellow);
}

.it-course-style-3.it-course-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.it-course-style-3 .it-course-title:hover {
  color: var(--it-theme-2);
}

.it-course-style-4 .it-course-item {
  background-color: #F3F5F5;
}

.it-course-style-4 .it-course-thumb-text span {
  background-color: var(--it-theme-3);
}

.it-course-style-4 .it-course-title:hover {
  color: var(--it-theme-3);
}

.it-course-style-5 .it-course-rating i {
  color: var(--it-common-red);
}

.it-course-style-5 .it-course-title:hover {
  color: var(--it-common-red);
}

.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-common-red);
}

.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;
  color: var(--it-common-black);
}

.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-common-red);
}

.it-course-details-nav button.active {
  color: var(--it-common-white);
  background-color: var(--it-common-red);
}

.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-header-height {
  height: 100%;
}

@media (max-width:1024px) {
  .it-header-height {
    height: 100%;
  }


}

.it-header-wrap {
  padding: 10px 0px;
}

.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;
  }
}

/*----------------------------------------*/
/*  11. cta css start
/*----------------------------------------*/
.it-cta-height {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:425px) {
  .it-cta-height {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .it-btn-white {
    margin-top: 15px;
  }
}

.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: 320px;
  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: 26px;
    margin-left: 450px;
  }
}

@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;
  }
}

/*----------------------------------------*/
/*  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 {
  position: relative;
}

.it-about-2-text-2 span {
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  padding-left: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-2-text-2 span {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-text-2 span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-2-text-2 span {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .it-about-2-text-2 span {
    font-size: 15px;
  }
}

.it-about-2-text-2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-2-text p {
    font-size: 14px;
  }

  .it-about-2-text p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-thumb img {
    transform: scale(0.9);
  }
}

.it-about-2-icon img {
  margin-right: 20px;
  width: 50px;
}

.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;
  height: 200px;
}

.it-about-2-big-text {
  position: absolute;
  left: -9%;
  bottom: 40%;
  transform: rotate(-90deg);
}

.Residential {
  left: -13%;
}

.it-about-2-big-text h6 {
  -webkit-text-stroke: 1px var(--it-common-red);
  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;
  filter: sepia(1) saturate(5000%) hue-rotate(-10deg) brightness(0.10);
}

.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: 17px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}

@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: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-4-thumb-wrap {
    margin: 0;
    margin-bottom: 60px;
  }
}

.it-about-4-thumb-double {
  margin-right: 30px;
}

.it-about-4-thumb-double img {
  border-radius: 1000px;
  width: 200px;
}

.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: #e31e24b5;
}

.inner-about-style .it-about-4-list-icon span {
  background-color: var(--it-common-red);
}

/*----------------------------------------*/
/*  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 {
  padding: 50px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.it-price-item-wrap {
  background-color: var(--it-theme-1);
}

.it-price-item-wrap.active {
  background-color: var(--it-common-yellow);
}

.it-price-item-wrap.active .it-price-category span {
  background-color: var(--it-theme-1);
}

.it-price-item-wrap.active .it-price-month span {
  border: 2px solid var(--it-theme-1);
}

.it-price-item-wrap.active .it-price-item::after {
  background-color: var(--it-common-black);
}

.it-price-item-wrap.active .it-price-list p {
  color: var(--it-common-white);
}

.it-price-item-wrap.active .it-price-list ul li {
  color: var(--it-common-white);
}

.it-price-item-wrap.active .it-price-list ul li i {
  border: 1px solid var(--it-common-yellow);
  color: var(--it-common-yellow);
}

.it-price-item-wrap.active .it-btn {
  background-color: var(--it-common-yellow);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-price-item {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-price-item {
    padding: 50px 30px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .it-price-item {
    padding: 50px 20px;
    padding-top: 30px;
  }
}

.it-price-item::after {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  height: 615px;
  width: 615px;
  border-radius: 50%;
  background-color: #F4F4F4;
  content: "";
  z-index: -1;
}

.it-price-category span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  background-color: #F2A227;
  display: inline-block;
  padding: 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 {
  border-radius: 8px;
  padding: 30px 20px;
  background-color: #F8F6F1;
}

.it-choose-content-box {
  margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-choose-content-box {
    margin-right: 0;
  }
}

.it-choose-content h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 8px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-choose-content h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-content h5 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-choose-content h5 {
    font-size: 16px;
  }
}

.it-choose-content h5 i {
  margin-right: 10px;
  display: inline-block;
  color: var(--it-theme-1);
}

.it-choose-content p {
  color: #4D5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-choose-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-choose-content p {
    font-size: 12px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-choose-text p {
    font-size: 14px;
  }
}

.it-choose-thumb {
  display: inline-block;
  border: 10px solid var(--it-common-white);
}

.it-choose-thumb-box {
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-choose-thumb-box {
    margin-right: 0;
  }
}

.it-choose-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.it-choose-shape-2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.it-choose-shape-3 {
  position: absolute;
  top: -80px;
  right: -85px;
  z-index: -1;
  animation: itupdown 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;
  filter: sepia(1) saturate(5000%) hue-rotate(-10deg) brightness(0.10);
}

.it-choose-shape-7 {
  position: absolute;
  top: 135px;
  right: 180px;
  z-index: -1;
  animation: rotate2 4s linear infinite;
  filter: sepia(1) saturate(5000%) hue-rotate(-10deg) brightness(0.10);
}

.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-red);
}

.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;
  color: var(--it-common-black);
}

.it-choose-style-2 .it-choose-text p {
  transition: 0.5s;
}

/*----------------------------------------*/
/*  17. funfact css start
/*----------------------------------------*/
.it-funfact-bg-wrap {
  padding: 55px 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-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;
  border-radius: 15px;
}

@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-common-black);
}

.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: 50px 50px;
  padding-bottom: 70px;
  background-color: #F2F2F2;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .it-contact__wrap {
    padding: 40px 20px;
  }
}

.it-contact__title {
  font-size: 40px;
  color: var(--it-common-black);
}

.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: 400;
  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;
  }

  .it-contact__title {
    font-size: 25px;
    color: var(--it-common-black);
  }
}

@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-common-red);
  display: inline-block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(227 30 36 / 13%);
  ;
}

.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-common-red);
  background-color: rgb(227 30 36 / 24%);
}

.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: 0px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .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-common-black);
}

.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;
  height: 280px;
}

.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-red);
}

.it-event-style-3 .it-event-2-item:hover .it-event-2-date {
  background-color: var(--it-common-red);
}

.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-4);
}

.it-event-style-3 .it-event-2-content {
  padding: 18px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  height: 280px;

}

@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-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-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;
  color: var(--it-common-black);
}

@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-common-red);
}

.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 {
  width: 70px;
  height: 70px;
  object-fit: cover;
  /* Makes all images same shape */
  border-radius: 50%;
}

.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);
}

.it-testimonial-5-content p {
  color: var(--it-common-white);
}
.it-testimonial-5-wrapper{
  overflow: hidden;
}
.it-testimonial-5-item-wrap .it-testimonial-3-author-box {
  padding-left: 235px;
}

.it-testimonial-3-author-box {
  min-height: 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-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 {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  height: 330px;
  /* fixed height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.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 {
  height: 90px;
  /* consistent text area */
  overflow: hidden;
  text-overflow: ellipsis;
}

@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-common-white);
}

.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;
}

/*----------------------------------------*/
/*  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-white);
  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-white);
  background-color: var(--it-common-red);
  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;
}

/*----------------------------------------*/
/*  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;
  }
}

/*----------------------------------------*/
/*  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-value-img-shape {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  z-index: -1;
}

.it-value-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--it-common-white);
  color: var(--it-common-yellow);
}

.it-value-right-img img {
  width: 100%;
}

.it-value-right-wrap {
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-value-right-wrap {
    margin-left: 0;
  }
}

.it-value-shape-1 {
  position: absolute;
  bottom: 18%;
  left: 2%;
  animation: itupdown 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;
  }
}

/*----------------------------------------*/
/*  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;
}

/*----------------------------------------*/
/*  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-title {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--it-common-black);
}

@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-common-red);
}

@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;
  height: 230px;
}

.it-blog-meta span {
  color: #4D5756;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.it-blog-meta span i {
  display: inline-block;
  color: var(--it-common-black);
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-blog-meta span {
    font-size: 13px;
  }
}

.it-blog-meta span:not(:last-child) {
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-blog-meta span:not(:last-child) {
    margin-right: 15px;
  }
}

.it-blog-shape-1 {
  position: absolute;
  top: 140px;
  right: 40%;
  animation: rotate2 4s linear infinite;
}

.it-blog-item:hover .it-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.it-blog-style-2 .it-blog-meta span i {
  color: var(--it-common-yellow);
}

.it-blog-style-2 .it-blog-title:hover {
  color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-meta span i {
  color: var(--it-common-black);
}

.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-title-box h2 {
    font-size: 20px;
  }
}

.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 #bbb5b5;
  border-radius: 15px
}

@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;
    color: #000;
    margin: 20px 0px;
  }
}

.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-common-red);
}

.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-common-red);
  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;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .postbox__details-tag {
    margin-bottom: 20px;
  }
}

.postbox__details-tag span {
  color: var(--it-common-black);
  font-weight: 700;
  display: inline-block;
  padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__details-tag span {
    font-size: 17px;
  }
}

.postbox__details-tag a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #F2F2F2;
  color: var(--it-common-black);
  transition: 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-common-red);
}

.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;
  color: black;
}

@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-common-black);
}

.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-common-black);
  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-common-red);
  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: var(--it-common-red);
}

.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;
  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-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;
  }
}

/*----------------------------------------*/
/*  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: uppercase;
  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: 60px;
  }
}

.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: 240px;
    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: var(--it-common-black);
  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;
  display: inline-block;
  border-radius: 50%;
}

@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: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gm-funfact-wrap {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .gm-funfact-wrap {
    margin-top: 150px;
  }
}

@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: 46px;
  }
}

@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: 16px;
  }
}

.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;
}

.r-profile-name {
  font-size: 18px;
  color: #000;
}

.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-header-2-main-menu ul li:hover.has-dropdown1::after {
  transform: rotate(-180deg);
  color: var(--it-common-black);
}

.it-menu-mobile .it-menu-content {
  margin-bottom: 20px;
}

.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-common-red);
}

.it-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--it-common-red);
  border-color: var(--it-common-red);
  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-common-red);
}

.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-common-red);
}

.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;
  border-radius: 10px;
  background: #ff000026;
}

.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);
}

.has-dropdown {
  position: relative;
}

.it-submenu {
  display: none;
  /* hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  /* your theme */
  padding: 10px 0;
  min-width: 240px;
  z-index: 999;
}

.has-dropdown:hover>.it-submenu {
  display: block;
  /* show only on hover */
}

/* Arrow default (downwards) */
.dropdown-arrow {
  position: relative;
  padding-right: 18px;
}

.dropdown-arrow .arrow {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;

  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: translateY(-50%) rotate(45deg);
  /* ↓ arrow */
  transition: 0.3s ease;
}

/* Hover — arrow points UP */
.has-dropdown:hover .arrow {
  transform: translateY(-50%) rotate(-135deg);
  /* ↑ arrow */
}

/*----------------------------------------*/
/*  16. footer css start
/*----------------------------------------*/
.it-footer-bg {
  background-image: url("/assets/img/branch/Bharuch_Gurukul_Campus.png");
  background-repeat: no-repeat;
  background-size: cover;
      background-color: #1a0d102f;
    background-position-x: right;
    position: relative;
}
.it-footer-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgb(0 0 0 / 80%); /* opacity control */
    z-index: 1;
}
.it-footer-wrap{
    position: relative;
    z-index: 2;
}
.it-footer-text p {
  color: var(--it-common-white);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-footer-text p {
    font-size: 15px;
  }

  .it-footer-text p br {
    display: none;
  }
}

.it-footer-social a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  background-color: #4D5756;
  line-height: 45px;
  text-align: center;
  color: var(--it-common-white);
  transition: 0.3s;
}

.it-footer-social a:not(:last-child) {
  margin-right: 7px;
}

.it-footer-social a:hover {
  background-color: var(--it-common-red);
  color: var(--it-common-white);
}

.it-footer-title {
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
  text-transform: capitalize;
  color: var(--it-common-white);
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-footer-title {
    font-size: 20px;
  }
}

.it-footer-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.it-footer-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.it-footer-list ul li a {
  color: var(--it-common-white);
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 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-thumb img {
  border-radius: 5px;
  width: 200px;
  height: 80px;
}

.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: var(--it-common-red); */
  padding: 19px 0;
  border-top: 1px solid #484646;
}

.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: 20px;
}

@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%;
}

/*# sourceMappingURL=main.css.map */
.e-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.e-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.e-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.4s ease;
  border-radius: 10px;
}

.e-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(80%);
}

.e-gallery-item::after {
  content: "";
  position: absolute;
  /* inset: 1; */
  background: rgba(227, 30, 36, 0.6);
  /* opacity: 1; */
  /* z-index:  1111111; */
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

.e-gallery-item:hover::after {
  opacity: 1;
}

.e-gallery-item a::before {
  content: "\f00e";
  /* FontAwesome search-plus icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s ease;
}

.e-gallery-item:hover a::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


.red-gradient-bg {
  background: linear-gradient(135deg, #e31e24 0%, #b90c12 100%);
  position: relative;
  overflow: hidden;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.85);
}

.it-social-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  position: relative;
}

.it-social-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.it-social-icon {
  font-size: 40px;
  padding: 25px 0 10px;
  text-align: center;
}

.it-social-card.insta .it-social-icon i {
  color: #E4405F;
}

.it-social-card.youtube .it-social-icon i {
  color: #FF0000;
}

.it-social-card.facebook .it-social-icon i {
  color: #1877F2;
}

.it-social-content {
  padding: 0 25px 30px;
  text-align: center;
}

.it-social-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.it-social-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}

.it-social-embed {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;

}

.it-social-embed iframe {
  min-height: 350px;
  border-radius: 10px;
}

/* Force override Instagram's broken embed padding */
.EmbedBrokenMedia {
  padding: 0 !important;
  min-height: 400px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  padding-top: 0px !important;

}

.it-social-card a.it-btn-white {
  font-size: 16px;
  /* padding: 10px 20px;
  display: inline-block; */
}

/* Background setup */





/* Background with image and red overlay */
.red-gradient-bg {
  position: relative;
  background: linear-gradient(135deg, #e31e24 0%, #b90c12 100%);
  overflow: hidden;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/contact/testimonial-bg.jpg") center/cover no-repeat;
  opacity: 0.4;
  z-index: 0;
}

.it-social-media-area .container {
  position: relative;
  z-index: 2;
}

/* Card layout */
.it-social-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
}

.it-social-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

/* Icons */
.it-social-icon {
  font-size: 40px;
  padding: 25px 0 10px;
  text-align: center;
}

.it-social-card.insta .it-social-icon i {
  color: #E4405F;
}

.it-social-card.youtube .it-social-icon i {
  color: #FF0000;
}

.it-social-card.facebook .it-social-icon i {
  color: #1877F2;
}

/* Content */
.it-social-content {
  padding: 0 25px 30px;
  text-align: center;
}

.it-social-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.it-social-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}

/* Embed uniform size */
.fixed-embed {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-embed iframe {
  width: 100%;
  height: 100%;
}

/* Button styling */
.it-btn-white.sky-bg {
  background: #e31e24;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  margin: 0px;
  /* width: 100%; */
}

.it-btn-white.sky-bg:hover {
  background: #b90c12;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.85);
}


/* ===== Inquiry Section ===== */
.inquiry-section {
  background: linear-gradient(135deg, #e31e24 0%, #b90c12 100%);
  position: relative;
  overflow: hidden;
}

.inquiry-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/img/bg/pattern-shape.png") center/cover no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.inquiry-section .container {
  position: relative;
  z-index: 2;
}

/* Left Info Box */
.inquiry-info-box {
  background: #fff;
  border-radius: 16px;
  padding: 45px 35px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inquiry-info-box h2 {
  color: #e31e24;
  font-weight: 700;
  margin-bottom: 10px;
}

.inquiry-info-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.info-list i {
  font-size: 20px;
  color: #e31e24;
  background: rgba(227, 30, 36, 0.1);
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}

.info-list strong {
  font-size: 15px;
  color: #111;
}

.info-list span {
  font-size: 14px;
  color: #555;
  display: block;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  background: #e31e24;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #b90c12;
}

/* Right Form Box */
.inquiry-form-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 45px 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.inquiry-form-wrapper h3 {
  color: #e31e24;
  font-weight: 700;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.15);
}

/* Submit Button */
.btn-submit {
  background: #e31e24;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 26px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #b90c12;
}

.btn-submit i {
  margin-right: 6px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {

  .inquiry-info-box,
  .inquiry-form-wrapper {
    margin-bottom: 30px;
  }
}

.e-gallery-image {
  width: 100% !important;
}


.mySwiper1 .swiper-wrapper .swiper-slide {
  width: 320px !important;
}

@media (max-width:1024px) {
  .mySwiper1 .swiper-wrapper .swiper-slide {
    width: 200px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--it-theme-4) !important;
  display: none !important;
}

.contact-pro-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.contact-pro-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, rgba(227, 30, 36, 0.12), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.contact-pro-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle at center, rgba(227, 30, 36, 0.1), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* Info Cards */
.info-box {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  border: 1px solid var(--it-common-red);
  height: 100%;
}

.info-box:hover {
  transform: translateY(-8px);
  border-color: var(--it-common-red);
  box-shadow: 0 10px 30px rgba(227, 30, 36, 0.15);
}

.info-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #e31e24, #ff4549);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.4);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(227, 30, 36, 0);
  }
}

.info-box h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

.info-box p,
.info-box a {
  color: #555;
  font-size: 15px;
  text-decoration: none;
  margin: 0px;
}

/* Form Box */
.form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 8px 40px rgb(0 0 0 / 19%);
  position: relative;
  z-index: 1;
  border-left: 6px solid #e31e24;
}

.form-wrapper .section-title {
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #e31e24;
  box-shadow: 0 0 0 0.25rem rgba(227, 30, 36, 0.1);
}


/* Working Hours */
.hours-box {
  background: #111;
  color: #fff;
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}

.hours-box h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  border-bottom: 2px solid var(--it-common-red);
  display: inline-block;
  padding-bottom: 5px;
  color: var(--it-common-white);
}

.hour-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hour-list li {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hour-list li span {
  color: var(--it-common-white);
  width: 110px;
  display: inline-block;
  font-weight: 600;
}

.hour-list li strong {
  color: #ff7477;
}

/* ===== Alumni Section ===== */
.highlights-alumni {
  /* padding: 70px 0; */
}

.highlights-alumni .section-titel {
  margin-bottom: 40px;
}

.highlights-alumni .h2-common {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--it-common-black);
}

.highlights-alumni p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* ===== Cards ===== */
.highlight-card-alumni {
  width: 220px;
  padding: 25px 15px;
  text-align: center;
  border-radius: 14px;
  transition: all 0.3s ease;
  margin: 15px auto;
  background: #ffffff;
}

.highlight-card-alumni:hover {
  background: #fff8f8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.highlight-card-alumni img {
  width: 75px;
  margin-bottom: 12px;
}

.highlight-card-alumni .count {
  color: #d90000;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* .highlight-card-alumni .title {
  color: #222;
  font-size: 15px;
  margin-top: 6px;
} */

/* ===== Swiper ===== */
.swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #d90000;
}

/* ===== Tablet ===== */
@media (max-width: 991px) {
  .highlights-alumni .h2-common {
    font-size: 30px;
  }

  .swiper-slide {
    flex-direction: column;
    align-items: center;
  }

  .highlight-card-alumni {
    width: 200px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
  .highlights-alumni {
    padding: 50px 0;
    text-align: center;
  }

  .highlights-alumni .h2-common {
    font-size: 26px;
  }

  .highlights-alumni p {
    font-size: 15px;
  }

  .highlight-card-alumni {
    width: 100%;
    max-width: 260px;
    margin: 10px auto;
  }

  .highlight-card-alumni img {
    width: 60px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
    /* swipe only on mobile */
  }
}


.residential-slider-section {
  background-color: #91191C;
  color: #fff;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.residential-slider-section {
  padding: 80px 0 90px;
}

.residential-life-page section.about-section.pt-5 {
  padding-bottom: 30px;
}

section.residential-slider-section .h2-common {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}

.residential-slider {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.residential-slider-section .h4-common {
  color: #fff;
  letter-spacing: 0px;
  ;
}

.residential-slider .slick-list {
  margin: 0 -15px;
}

.serves-full-dis h4.mb-3.h4-common {
  margin-bottom: 0px !important;
}

.residential-slider .slick-slide {
  margin-right: 20px;
  margin-left: 20px;
}

.residential-slider-item {
  position: relative;
  cursor: pointer;
  max-height: 400px;
  min-height: 600px;
}

.full-screen-slider {
  position: relative;
}

.banner-section {
  height:620px;
  background-size: cover;
  background-position: center;
  position: relative;
}




.slider-img {
  img {
    min-height: 550px;
    object-fit: cover;
  }
}

.half-bg {
  position: relative;
}

.half-bg:after {
  content: "";
  background-color: #EFF2F6;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../img/about/bg.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slider-item {}

.residential-slider-img img {
  width: 100%;
  max-height: 400px;
  min-height: 600px;
  object-fit: cover;
  max-width: 400px;
}

.flat-residential-img .img-fluid {
  width: 100% !important;
  height: 100% !important;
  max-width: 500px !important;
  min-height: 337px !important;
}

.residential-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2
}

.residential-slider-item:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 1.98%, rgba(0, 0, 0, 0.9) 16.45%, rgb(0 0 0 / 67%) 28.93%, rgba(255, 255, 255, 0) 97.81%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

span.next_slide.slick-arrow i.bi.bi-chevron-left {
  margin-left: -2px;
}

span.previous_slide.slick-arrow i.bi.bi-chevron-right {
  margin-right: -3px;
}

.slider-arow {
  display: flex;
}

.slider-arow span {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.slider-arow span:hover {
  background-color: #fff;
  color: #91191C
}

.residential-dis p {
  max-height: 0;
  transition: all 1s;
  font-weight: 400;
  font-size: 22px;
  opacity: 0;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: var(--font-title);
  letter-spacing: 0px;
  ;
}

.value-cards {
  .residential-dis {
    .h4-common {
      font-size: 40px;
      line-height: normal;
    }

    &>div {
      &>ul {
        max-height: 0;
        opacity: 0;
        transition: all 0.6s ease-in-out;
        color: rgb(255 255 255 / 80%);
        overflow: hidden;
        visibility: hidden;
      }
    }
  }

  .residential-dis p {
    max-height: max-content;
    opacity: 1;
    font-size: 24px;
  }

  &:is(:hover, :focus) {
    .residential-dis {
      &>div {
        &>ul {
          max-height: 1000px;
          opacity: 1;
          visibility: visible;
        }
      }
    }
  }
}

@media screen and (max-width:1080px) {
  .residential-dis p {
    max-height: 1000px;
    transition: all 1s;
    font-weight: 400;
    font-size: 22px;
    opacity: 1;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: var(--font-title);
    letter-spacing: 0px;
  }

  .value-cards {
    .residential-dis {
      &>div {
        &>ul {
          max-height: 1000px;
          opacity: 1;
          transition: all 0.6s ease-in-out;
          color: rgb(255 255 255 / 80%);
          overflow: hidden;
          visibility: visible;
        }
      }
    }
  }
}

.residential-dis a {
  color: #fff;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0px;
  ;
}

.residential-dis a span {
  width: 32px;
  height: 32px;
  background: #CC0000;
  border-radius: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  color: #fff;
  transition: all 0.5s
}

.residential-dis a span i {
  line-height: normal;
}

.residential-dis a:hover span {
  color: #CC0000;
  background: #fff;
  margin-left: 15px;
}

.read-more {
  margin-top: 50px
}

.read-more a {
  color: #fff;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.read-more a span {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  color: #CC0000;
  transition: all 0.5s
}

.read-more a span i {
  line-height: normal;
}

.read-more a:hover span {
  color: #fff;
  background: #CC0000;
  margin-left: 15px;
}

.testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.testimonial-section p {
  color: #444;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 50px;
}

/* Video Container */
.gallery-video .youtube {
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 220px;
  border-radius: 10px;
}

.youtube-video {
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 600px;
  border-radius: 10px;
}

/* Thumbnail Image */
.youtube img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
  transform-origin: center center;
  z-index: 1;
  position: absolute;
  top: -16.82%;
  left: 0;
  opacity: 0.25;
}

.youtube-1 img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
  transform-origin: center center;
  z-index: 1;
  position: absolute;
  top: -34%;
  left: 0;
  opacity: 0.25;
}

.h4-common {
  text-align: start;
  color: var(--it-common-black);
  font-weight: 500;
  margin-top: 20px;
}

.reviews-content {
  background-color: #ffffff;
  padding: 30px 20px 50px 33px;
  position: relative;
  /* min-height: 356px; */
  height: 404px;
}

.reviews-content img {
  width: 40px !important;
}


.r-profile-img:after {
  width: 60px;
  height: 60px;
  border: 1px solid #cc0000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.reviews-profile .r-profile-img img {
  min-height: 120px;
  object-fit: cover;
  max-width: 135px;
}

.reviews-section {
  background: #eff2f6;
  padding: 50px 0px;
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-prev,
.owl-next {
  background: #c1c1c1 !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000000 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.owl-prev {
  margin-left: -60px;
}

.owl-next {
  margin-right: -60px;
}

.owl-prev:hover,
.owl-next:hover {
  background: #c62828 !important;
  color: #fff !important;
}

.reviews-profile {
  margin-top: -40px;
  padding-left: 11px;
  padding-right: -18px;
  display: flex;
  align-items: flex-end;
  z-index: 11111;
  position: relative;
  gap: 15px;
}

/* Red Play Button */
.youtube-1 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(217, 0, 0, 0.95);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 3;
  /* Ensures button stays on top of image */
  box-shadow: 0 0 15px rgba(217, 0, 0, 0.5);
}

.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(217, 0, 0, 0.95);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 3;
  /* Ensures button stays on top of image */
  box-shadow: 0 0 15px rgba(217, 0, 0, 0.5);
}

.youtube .play-button::after {
  content: '';
  position: absolute;
  left: 28px;
  top: 21px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fff;
}

/* Triangle inside the button */
.youtube-1 .play-button::after {
  content: '';
  position: absolute;
  left: 28px;
  top: 21px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fff;
}

.youtube:hover img {
  transform: scale(1.08);
  filter: brightness(80%);
}

/* Hover Animation */
.youtube-1:hover img {
  transform: scale(1.08);
  filter: brightness(80%);
}

.youtube-1:hover .play-button {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(255, 0, 0, 1);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
}

/* Responsive Button for Smaller Screens */
@media (max-width: 768px) {
  .youtube-1 .play-button {
    width: 55px;
    height: 55px;
  }

  .youtube-1 .play-button::after {
    left: 22px;
    top: 16px;
    border-width: 10px 0 10px 16px;
  }
}

.alumni-highlight-container{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
}

.highlight-card-alumni{
    /* display:flex; */
    align-items:center;
    gap:15px;
    padding:20px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.highlight-card-alumni img{
    width:40px;
}

.count{
    font-size:22px;
    font-weight:700;
}

.title{
    font-size:14px;
}
.value-system-body {
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  transition: all 0.3s ease-in-out;

  &::-webkit-scrollbar {
    width: 20px;
    height: 7px;
  }

  &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb {
    background: rgb(90, 90, 90);
    border-radius: 10px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: rgb(104, 104, 104);
  }
}

.h-70 {
  height: 70vh;
}

.h-100 {
  height: 100vh !important;
}

@keyframes blinkAnimation {
  0% {
    transform: scale(1.6);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.6);
  }
}

@keyframes blinkAnimation2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.value-system-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  height: 850px;
  user-select: none;
  background-color: w;
  min-width: 1100px;
  overflow: hidden;
  line-height: normal;

  &>.visible-chields {
    transform: rotate(360deg);

    &>.child-cards {
      opacity: 1 !important;
      visibility: visible !important;
      width: 250px !important;
      height: 250px !important;
    }

    &>.main-card {
      outline: 1px solid #000;
      outline-offset: 5px;

      &::after {
        display: none;
      }
    }
  }

  &>.value-system {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;

    &>.main-card {
      border: 1px solid #000;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      position: absolute;
      background-color: #FFF;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;

      &::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        animation: blinkAnimation 1.2s infinite;
        outline: 1px solid rgb(255, 255, 255);
        outline-offset: 2px;
      }

      &:is(:hover, :focus) {
        background-color: #eff2f6;
        outline: 1px solid #000;
        outline-offset: 5px;
      }

      &>img {
        width: 70%;
      }
    }

    &>.child-cards {
      width: 0;
      height: 0;
      position: absolute;
      border: 1px solid #000;
      border-radius: 50%;
      background: #FFF;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-in-out;
      cursor: pointer;

      &:is(:hover, :focus) {
        background-color: #eff2f6;
      }

      &>.child-body {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: relative;
        font-family: var(--font-title);

        &>.text-section {
          width: 100%;
          height: 100%;
          display: grid;
          place-content: center;
          border-radius: 50%;
          overflow: hidden;

          &::after {
            content: '';
            position: absolute;
            bottom: 32%;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 10px;
            height: 10px;
            background-color: green;
            border-radius: 50%;
            animation: blinkAnimation 1.2s infinite;
            outline: 1px solid green;
            outline-offset: 2px;
          }

          &>.heading {
            font-size: 25px;
            color: #cc0000;
            font-weight: 600;
            text-align: center;
            margin-bottom: 0px;
            margin-top: 0;
            text-transform: uppercase;

            &::after,
            &::before {
              display: none;
            }
          }

          &>.title {
            margin: 0;
            font-size: 18px;
            font-family: var(--font-title);
            color: #000;
            text-align: center;
            font-weight: 600;
          }
        }

        &>.childrens {
          position: absolute;
          width: 0;
          height: 0;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          visibility: hidden;
          font-family: var(--font-title);

          &>.child-body {
            border: 1px solid #c9c9c9;
            width: 0;
            height: 0;
            border-radius: 50%;
            position: absolute;
            background-color: #FFF;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 15px;
            position: relative;
            animation: blinkAnimation2 1.2s infinite;

            &:is(:hover, :focus) {
              background-color: #eff2f6;
            }

            &>.text {
              margin: 0 4px;
              font-size: 13px;
              font-weight: 600;
              text-align: center;
              overflow: hidden;
              line-height: normal;
            }

            &>.last-childs {
              position: absolute;
              text-wrap: nowrap;
              width: 0;
              height: 0;
              transition: all 0.3s ease-in-out;
              opacity: 0;
              visibility: hidden;
              overflow: hidden;

              &::after {
                content: '';
                width: 5px;
                height: 5px;
                background-color: #3f3f3f;
                display: block;
                position: absolute;
                top: 7px;
                right: -18px;
                border-radius: 50%;
              }
            }

            &>.last-childs-1 {
              right: 142%;
              bottom: 31%;
            }

            &>.last-childs-2 {
              right: 139%;
              bottom: 59%;
            }

            &>.last-childs-3 {
              right: 120%;
              bottom: 87%;
            }
          }
        }

        &>.visible-chields {
          &>.child-body {
            animation: none !important;

            &>.last-childs {
              width: max-content !important;
              height: max-content !important;
              opacity: 1;
              overflow: visible;
              visibility: visible;
            }
          }
        }

        &>.chield-1 {
          bottom: 65%;
          right: 105%;
        }

        &>.chield-2 {
          bottom: 98%;
          right: 76%;

          .child-body {
            &>.last-childs-1 {
              right: 139%;
              bottom: 59%;
            }

            &>.last-childs-2 {
              right: 129%;
              bottom: 85%;
            }

            &>.last-childs-3 {
              right: 100%;
              bottom: 110%;

              &::after {
                top: 6px;
              }
            }

            &>.last-childs-4 {
              right: 138%;
              bottom: 31%;
            }
          }
        }

        &>.chield-3 {
          bottom: 110%;

          .child-body {
            &>.last-childs-1 {
              right: 102%;
              bottom: 100%;
            }

            &>.last-childs-2 {
              right: -13px;
              bottom: 133%;

              &::after {
                top: 21px;
                left: 0;
                right: 0;
                margin: 0 auto;
              }
            }

            &>.last-childs-3 {
              bottom: 102%;
              left: 100%;

              &::after {
                left: -22px;
              }
            }
          }
        }

        &>.chield-4 {
          bottom: 98%;
          left: 76%;

          .child-body {
            &>.last-childs-1 {
              left: 139%;
              bottom: 56%;

              &::after {
                left: -22px;
              }
            }

            &>.last-childs-2 {
              left: 129%;
              bottom: 85%;

              &::after {
                left: -22px;
              }
            }

            &>.last-childs-3 {
              left: 100%;
              bottom: 110%;

              &::after {
                left: -22px;
                top: 7px;
              }
            }

            &>.last-childs-4 {
              left: 142%;
              bottom: 31%;

              &::after {
                left: -22px;
                top: 7px;
              }
            }
          }
        }

        &>.chield-5 {
          bottom: 65%;
          left: 105%;

          .child-body {
            &>.last-childs-1 {
              left: 131%;
              bottom: 85%;

              &::after {
                left: -22px;
              }
            }

            &>.last-childs-2 {
              left: 143%;
              bottom: 57%;

              &::after {
                left: -22px;
              }
            }

            &>.last-childs-3 {
              left: 145%;
              bottom: 29%;

              &::after {
                left: -22px;
                top: 7px;
              }
            }

            &>.last-childs-4 {
              left: 135%;
              bottom: 2%;

              &::after {
                left: -22px;
                top: 7px;
              }
            }
          }
        }
      }
    }

    &>.vidya-cards {
      bottom: 50%;

      &>.visible-chields {
        &>.text-section::after {
          display: none;
        }

        .childrens {
          opacity: 1 !important;
          width: 90px !important;
          height: 90px !important;
          visibility: visible !important;

          &>.child-body {
            width: 100% !important;
            height: 100% !important;
          }
        }
      }

      &>.child-body {
        &>.chield-1 {
          .child-body {
            &>.last-childs-4 {
              right: 133%;
              bottom: 3%;
            }

            &>.last-childs-5 {
              right: 111%;
              bottom: -23%;
            }
          }
        }
      }
    }

    &>.sadvidya-cards {
      right: 50%;
      top: 10%;
      transform: rotate(245deg);

      &>.visible-chields {
        &>.text-section::after {
          display: none;
        }

        .childrens {
          opacity: 1 !important;
          width: 90px !important;
          height: 90px !important;
          visibility: visible !important;

          &>.child-body {
            width: 100% !important;
            height: 100% !important;
            transition: 0;
          }
        }
      }

      &>.child-body {
        &>.childrens {
          transform: rotate(115deg);
        }

        &>.chield-1 {
          .child-body {
            &>.last-childs-1 {
              right: 135%;
              bottom: 6%;
            }

            &>.last-childs-2 {
              right: 109%;
              bottom: -24%;
            }

            &>.last-childs-3 {
              right: -14px;
              bottom: -53%;

              &::after {
                top: -20px;
                left: 0;
                right: 0;
                margin: 0 auto;
              }
            }
          }
        }

        &>.chield-2 {
          .child-body {
            &>.last-childs-1 {
              right: 131%;
              bottom: 1%;
            }

            &>.last-childs-2 {
              right: 142%;
              bottom: 32%;
            }

            &>.last-childs-3 {
              right: 139%;
              bottom: 62%;

              &::after {
                top: 1px;
              }
            }
          }
        }

        &>.chield-3 {
          .child-body {
            &>.last-childs-1 {
              right: 134% !important;
              bottom: 1%;
            }

            &>.last-childs-2 {
              right: 142% !important;
              bottom: 32%;

              &::after {
                top: 7px;
                left: 105%;
              }
            }

            &>.last-childs-3 {
              bottom: 62%;
              left: -175% !important;

              &::after {
                top: 7px;
                left: 104%;
              }
            }

            &>.last-childs-4 {
              right: 106% !important;
              bottom: -23%;

              &::after {
                top: 7px;
                left: 108%;
              }
            }
          }
        }

        &>.chield-4 {
          .child-body {
            &>.last-childs-1 {
              left: -264% !important;
              bottom: 1%;

              &::after {
                top: 7px;
                left: 105%;
              }
            }

            &>.last-childs-2 {
              left: -175% !important;
              bottom: 32%;

              &::after {
                top: 7px;
                left: 105%;
              }
            }

            &>.last-childs-3 {
              bottom: 62%;
              left: -210% !important;

              &::after {
                top: 7px;
                left: 104%;
              }
            }

            &>.last-childs-4 {
              bottom: 89%;
              left: -165% !important;

              &::after {
                top: 7px;
                left: 104%;
              }
            }
          }
        }

        &>.chield-5 {
          .child-body {
            &>.last-childs-1 {
              left: -190% !important;
              bottom: 29%;

              &::after {
                top: 7px;
                left: 105%;
              }
            }

            &>.last-childs-2 {
              left: -195% !important;
              bottom: 61%;

              &::after {
                top: 7px;
                left: 105%;
              }
            }

            &>.last-childs-3 {
              bottom: 94%;
              left: -165%;

              &::after {
                top: 1px;
                left: 104%;
              }
            }
          }
        }
      }

      &>.child-body {
        &>.text-section {
          transform: rotate(115deg);
        }
      }
    }

    &>.brahmavidya-cards {
      left: 50%;
      top: 10%;
      transform: rotate(106deg);

      &>.visible-chields {
        &>.text-section::after {
          display: none;
        }

        .childrens {
          opacity: 1 !important;
          width: 100px !important;
          height: 100px !important;
          visibility: visible !important;

          &>.child-body {
            width: 100% !important;
            height: 100% !important;
          }
        }
      }

      &>.child-body {
        &>.childrens {
          transform: rotate(254deg);
        }

        &>.chield-1 {
          .child-body {
            &>.last-childs-1 {
              right: -255%;
              bottom: 29%;

              &::after {
                top: 7px;
                right: 105%;
              }
            }

            &>.last-childs-2 {
              right: -110%;
              bottom: 61%;

              &::after {
                top: 7px;
                right: 109%;
              }
            }

            &>.last-childs-3 {
              right: -225%;
              bottom: 94%;

              &::after {
                top: 7px;
                right: 104%;
              }
            }
          }
        }

        &>.chield-2 {
          .child-body {
            &>.last-childs-1 {
              left: 135%;
              bottom: 1%;

              &::after {
                left: -23px;
              }
            }

            &>.last-childs-2 {
              left: 142%;
              bottom: 32%;

              &::after {
                left: -22px;
              }
            }

            &>.last-childs-3 {
              left: 139%;
              bottom: 62%;

              &::after {
                top: 7px;
                left: -20px;
              }
            }
          }
        }

        &>.chield-3 {
          .child-body {
            &>.last-childs-1 {
              left: 122%;
              bottom: 7%;

              &::after {
                right: 105%;
                top: 7px;
              }
            }

            &>.last-childs-2 {
              left: 145%;
              bottom: 33%;

              &::after {
                top: 7px;
                right: 94%;
                left: -19%;
              }
            }

            &>.last-childs-3 {
              bottom: 62%;
              right: -180%;
              left: 137%;

              &::after {
                top: 7px;
                right: 104%;
              }
            }
          }
        }

        &>.chield-4 {
          .child-body {
            &>.last-childs-1 {
              right: -171%;
              bottom: 1%;
              left: 136%;

              &::after {
                top: 7px;
                right: 105%;
              }
            }

            &>.last-childs-2 {
              right: -184%;
              bottom: 32%;
              left: 147%;

              &::after {
                top: 7px;
                right: 105%;
              }
            }

            &>.last-childs-3 {
              right: -180%;
              bottom: 62%;
              left: 143%;

              &::after {
                top: 7px;
                right: 104%;
              }
            }
          }
        }

        &>.chield-5 {
          .child-body {
            &>.last-childs-1 {
              left: 135%;
              bottom: 6%;
            }

            &>.last-childs-2 {
              left: 109%;
              bottom: -24%;
            }

            &>.last-childs-3 {
              left: 57px;
              bottom: -49%;

              &::after {
                top: 6px;
                left: -112%;
                right: 0;
                margin: 0 auto;
              }
            }
          }
        }

        &>.chield-6 {
          bottom: 19%;
          left: 111%;

          .child-body {
            &>.last-childs-1 {
              left: 0%;
              bottom: -48%;

              &::after {
                right: 106%;
                top: 7px;
              }
            }

            &>.last-childs-2 {
              left: -3px;
              bottom: -74%;

              &::after {
                left: -22px;
                top: 7px;
              }
            }
          }
        }
      }

      &>.child-body {
        &>.text-section {
          transform: rotate(254deg);
          margin-top: -11px;
        }
      }
    }
  }
}

@media screen and (max-width:1280px) {
  .value-system-info {
    &>.visible-chields {
      &>.child-cards {
        width: 220px !important;
        height: 220px !important;
      }
    }

    &>.value-system {
      &>.main-card {
        width: 110px;
        height: 110px;
      }

      &>.vidya-cards,
      &>.sadvidya-cards,
      &>.brahmavidya-cards {
        &>.visible-chields {
          &>.text-section {
            &>.heading {
              margin-top: 15px;
              font-size: 20px;
            }
          }

          .childrens {
            width: 75px !important;
            height: 75px !important;

            &>.child-body {
              &>.text {
                font-size: 13px;
              }

              &>.last-childs {
                font-size: 13px;

                &::after {
                  width: 5px;
                  height: 5px;
                  top: 0;
                  bottom: 0;
                  margin: auto 0;
                  background-color: #3f3f3f;
                }
              }
            }
          }
        }
      }

      &>.vidya-cards {
        &>.child-body {
          &>.chield-3 {
            .child-body {
              &>.last-childs-2 {
                right: -6px;
                bottom: 139%;

                &::after {
                  bottom: -39px;
                  left: 0;
                  right: 0;
                  margin: auto auto;
                }
              }
            }
          }
        }
      }

      &>.sadvidya-cards {
        &>.child-body {
          &>.chield-1 {
            .child-body {
              &>.last-childs-1 {
                right: 135%;
                bottom: 6%;
              }

              &>.last-childs-2 {
                right: 109%;
                bottom: -24%;
              }

              &>.last-childs-3 {
                right: -14px;
                bottom: -53%;

                &::after {
                  top: -20px;
                  left: 0;
                  right: 0;
                  margin: 0 auto;
                }
              }
            }
          }

          &>.chield-3 {
            .child-body {
              &>.last-childs-1 {
                right: 131%;
              }

              &>.last-childs-2 {
                right: 145%;
              }

              &>.last-childs-3 {
                left: -96%;
              }

              &>.last-childs-4 {
                right: 104%;
              }
            }
          }

          &>.chield-4 {
            .child-body {
              &>.last-childs-1 {
                left: -154%;
              }

              &>.last-childs-2 {
                left: -172%;
              }

              &>.last-childs-3 {
                left: -214%;
              }

              &>.last-childs-4 {
                left: -176%;
              }
            }
          }

          &>.chield-5 {
            .child-body {
              &>.last-childs-1 {
                left: -194%;
              }

              &>.last-childs-2 {
                left: -207%;
              }
            }
          }
        }
      }

      &>.brahmavidya-cards {
        &>.child-body {
          &>.chield-1 {
            .child-body {
              &>.last-childs-1 {
                right: -295%;
              }

              &>.last-childs-2 {
                right: -95px;
              }
            }
          }

          &>.chield-3 {
            .child-body {
              &>.last-childs-1 {
                left: 126%;
              }

              &>.last-childs-2::after {
                left: -8%;
              }
            }
          }

          &>.chield-5 {
            .child-body {
              &>.last-childs-3 {
                left: 39px;
                bottom: -38px;

                &::after {
                  top: -32px;
                  left: -9px;
                }
              }
            }
          }

          &>.chield-6 {
            .child-body {
              &>.last-childs-1 {
                left: 17%;

                &::after {
                  top: 7px;
                }
              }

              &>.last-childs-2 {
                left: 17%;

                &::after {
                  top: 7px;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width:768px) {
  .value-system-info {
    &>.visible-chields {
      &>.child-cards {
        width: 220px !important;
        height: 220px !important;
      }
    }

    &>.value-system {
      &>.main-card {
        width: 90px;
        height: 90px;

        &::after {
          width: 3px;
          height: 3px;
        }
      }

      &>.child-cards {
        &>.child-body {
          &>.text-section {
            &>.heading {
              font-size: 18px;
              margin-top: 0px;
            }

            &>.title {
              font-size: 16px;
            }

            &::after {
              width: 3px;
              height: 3px;
            }
          }
        }

        &>.visible-chields {
          .childrens {
            width: 65px !important;
            height: 65px !important;

            &>.child-body {
              &>.text {
                font-size: 11px;
              }
            }
          }
        }
      }

      &>.vidya-cards {
        &>.child-body {
          &>.chield-1 {
            .child-body {
              &>.last-childs-1 {
                right: 145%;
                bottom: 44%;
              }

              &>.last-childs-2 {
                right: 137%;
                bottom: 74%;
              }

              &>.last-childs-3 {
                bottom: 99%;
              }

              &>.last-childs-4 {
                right: 140%;
                bottom: 14%;
              }

              &>.last-childs-5 {
                right: 121%;
                bottom: -16%;
              }
            }
          }

          &>.chield-2 {
            .child-body {
              &>.last-childs-1 {
                right: 90px;
              }

              &>.last-childs-3 {
                &::after {
                  top: 10px;
                }
              }

              &>.last-childs-4 {
                right: 144%;
              }
            }
          }

          &>.chield-3 {
            .child-body {
              &>.last-childs-2 {
                right: -14px;
              }
            }
          }

          &>.chield-4 {
            .child-body {
              &>.last-childs-1 {
                left: 147%;
              }

              &>.last-childs-2 {
                left: 135%;
                bottom: 81%;
              }

              &>.last-childs-3 {
                left: 100%;
                bottom: 105%;
              }

              &>.last-childs-4 {
                left: 148%;
                bottom: 30%;
              }
            }
          }

          &>.chield-5 {
            .child-body {
              &>.last-childs-1 {
                left: 127%;
                bottom: 92%;
              }

              &>.last-childs-2 {
                left: 147%;
                bottom: 61%;
              }

              &>.last-childs-3 {
                left: 150%;
                bottom: 31%;
              }

              &>.last-childs-4 {
                left: 139%;
              }
            }
          }
        }
      }

      &>.sadvidya-cards {
        &>.child-body {
          &>.chield-3 {
            .child-body {
              &>.last-childs-2 {
                right: 137% !important;
              }

              &>.last-childs-3 {
                left: -210% !important;
              }

              &>.last-childs-4 {
                right: 100% !important;
              }
            }
          }

          &>.chield-4 {
            .child-body {
              &>.last-childs-1 {
                left: -325% !important;
              }

              &>.last-childs-2 {
                left: -200% !important;
              }

              &>.last-childs-3 {
                left: -250% !important;
              }

              &>.last-childs-4 {
                left: -200% !important;
              }
            }
          }

          &>.chield-5 {
            .child-body {
              &>.last-childs-2 {
                left: -240% !important;
              }

              &>.last-childs-1 {
                left: -225% !important;
              }
            }
          }
        }
      }

      &>.brahmavidya-cards {
        &>.child-body {
          &>.chield-1 {
            .child-body {
              &>.last-childs-1 {
                right: -333%;
              }

              &>.last-childs-2 {
                right: -90px;
              }

              &>.last-childs-3 {
                right: -290%;
              }
            }
          }

          &>.chield-2 {
            .child-body {
              &>.last-childs-1 {
                left: 141%;
              }

              &>.last-childs-2::after {
                left: -20px;
              }
            }
          }

          &>.chield-3 {
            .child-body {
              &>.last-childs-1 {
                left: 124%;
              }

              &>.last-childs-2::after {
                left: -7%;
              }
            }
          }
        }
      }

      &>.sadvidya-cards,
      &>.brahmavidya-cards {
        top: 22%;
      }
    }
  }

  .header-section {
    &>.main-heading {
      font-size: 27px;
    }

    &>.sub-heading {
      font-size: 19px;
    }

    &>.title {
      font-size: 18px;
      margin: 35px 0 8px 0;
    }

    &>.description {
      font-size: 16px;
    }
  }

}

.header-section {
  background-color: #FFF;
  text-align: center;
  font-family: var(--font-title);

  &>.main-heading {
    font-size: 40px;
    color: #CC0000;
    font-weight: 600;
  }

  &>.sub-heading {
    font-size: 29px;
    margin: 0px 0 20px 0;
    text-align: center;
  }

  &>.title {
    font-size: 26px;
    margin: 45px 0 2px 0;
    color: #CC0000;
    font-weight: 500;
    text-align: center;
  }

  &>.description {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    text-align: center;
  }
}

.highlights-group {
  padding: 80px 0;

  .container {
    grid-template-columns: repeat(4, 25%);

    &>.row {
      &>.highlight-card {
        display: flex;
        align-items: center;
        padding: 25px;

        &>img {
          width: 65px;
          height: auto;
        }

        &>.info-section {
          margin-left: 25px;

          &>.count {
            font-size: 25px;
            color: var(--it-common-red);
            margin-bottom: 5px;
            text-align: left;
            letter-spacing: 0px;
            word-spacing: -3.2px;
            font-weight: 600;

            &>span {
              color: black;
              font-size: 16px;
              font-weight: 600;
            }
          }

          &>.title {
            color: #020202;
            font-size: 15px;
            margin: 0;
            font-style: normal;
            line-height: 1;
            letter-spacing: 0.4px;
            text-align: left;
          }
        }
      }
    }
  }
}

@media screen and (max-width:1024px) {
  .highlights-group {
    grid-template-columns: repeat(3, 33.33%);
  }
}

@media screen and (max-width:992px) {
  .highlights-group {
    &>.highlight-card {
      &>img {
        width: 70px;
      }
    }
  }
}

@media screen and (max-width:768px) {
  .highlights-group {
    padding: 0px;

    &>.highlight-card {
      padding: 10px;

      &>img {
        width: 60px;
      }

      &>.info-section {
        &>.count {
          font-size: 20px;
        }

        &>.title {
          font-size: 13px;
        }
      }
    }
  }
}

@media screen and (max-width:576px) {
  .highlights-group {
    grid-template-columns: repeat(2, 50%);

    &>.highlight-card {
      &>.info-section {
        &>.title {
          line-height: 2 !important;
        }
      }
    }
  }
}

@media screen and (max-width:400px) {
  .highlights-group {
    display: block;

    &>.highlight-card {
      padding: 15px 10px;
    }
  }
}

/* ---------- PRO Testimonial Card ---------- */
.pro-testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  border: 1px solid #e31e242e;
  height: 260px !important;
  flex-direction: row;
  /* overflow: visible !important; */
}

.personalitySwiper {
  padding-bottom: 60px !important;
  overflow: hidden !important;
}

@media (max-width:1200px) {
  .personalitySwiper {
    padding-bottom: 30px !important;
    /* overflow: visible !important; */
  }

  .pro-testimonial-card {
    height: auto !important;
  }
}

@media (max-width:991px) {
  .personalitySwiper {
    padding-bottom: 35px !important;
    /* overflow: visible !important; */
  }

  .pro-testimonial-card {
    height: auto !important;
  }
}

@media (max-width:425px) {
  .personalitySwiper {
    padding-bottom: 235px !important;
    /* overflow: visible !important; */
  }

  .pro-testimonial-card {
    height: auto !important;
  }
}

.pro-testimonial-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 20px 60px rgba(0,0,0,0.1); */
}

.personalitySwiper .swiper-wrapper {
  align-items: stretch !important;
  height: 240px;
}
.pro-image {
      width: 25%;
}
.pro-content{
      width: 75%;
}


.youtube-video{
    position: relative;
    width: 100%;
    height: 500px;
    cursor: pointer;
    overflow: hidden;
}

.video-thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:60px;
    color:white;
    background:rgba(0,0,0,0.6);
    padding:15px 25px;
    border-radius:50%;
}
/* Image */
.pro-image img {
  width: 400px;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.35s;
}

.pro-testimonial-card:hover .pro-image img {
  transform: scale(1.03);
}

/* Content Section */
.pro-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Author Info */
.pro-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pro-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.pro-author h5 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
}

.pro-author span {
  font-size: 14px;
  color: #777;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #d9232d !important;
  font-weight: 900;
}

@media(max-width: 768px) {
  .pro-testimonial-card {
    flex-direction: row;
    text-align: center;
    padding: 25px;
  }

  .pro-author {
    justify-content: center;
  }
}

@media(max-width: 425px) {
  .pro-testimonial-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
    align-items: center;
  }

  .pro-author {
    justify-content: center;
  }
}

/* Custom Pagination Bars */
.custom-pagination {
  text-align: center;
  margin-top: 45px;
}

.custom-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #d9dee4;
  /* light grey */
  border-radius: 20px;
  margin: 0 6px !important;
  opacity: 1 !important;
  transition: 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #d9232d;
  /* RED active */
  width: 40px;
}

/* CENTERED ARROW WRAPPER */
.event-arrows-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}

/* LEFT & RIGHT ARROWS */
.event-prev,
.event-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  color: #d9232d !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.event-prev:hover,
.event-next:hover {
  background: #d9232d;
  color: #fff !important;
}

/* BULLET PAGINATION IN CENTER */
.event-pagination {
  position: relative !important;
  width: auto !important;
}

/* BULLET STYLE */
.event-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.4) !important;
  /* light red */
  opacity: 1 !important;
  border-radius: 50%;
  margin: 0 4px !important;
}

.event-pagination .swiper-pagination-bullet-active {
  background: #d9232d !important;
}

.videoSection {
  height: 100%;
  width: 100%;

  .iframes {
    width: 100%;
    height: 670px;
    object-fit: cover;
    filter: brightness(70%);
    pointer-events: none !important;
    margin-bottom: 75px;
  }

  @media(max-width:768px) {
    .iframes {
      height: 375px;
      margin-bottom: 0px;
    }
  }

  @media(max-width:480px) {
    .iframes {
      height: 200px;
    }
  }
}

@media(max-width:480px) {
  .videoSection {
    height: 100%;
  }
}

.updated-admission .banner-content {
  top: 25%;
}



/* ========================================================= */
/* VIDEO SECTION BACKGROUND */
/* ========================================================= */

.videoSection {
  width: 100%;
  height: auto;
  position: relative;
}

.videoSection .iframes {
  width: 100%;
  height: 670px;
  object-fit: cover;
  filter: brightness(70%);
  pointer-events: none !important;
  margin-bottom: 75px;
}

@media(max-width: 768px) {
  .videoSection .iframes {
    height: 380px;
    margin-bottom: 0;
  }
}

@media(max-width: 480px) {
  .videoSection .iframes {
    height: 220px;
  }
}

/* ========================================================= */
/* FORM CONTAINER ON RIGHT SIDE */
/* ========================================================= */
.section-titel {
  padding-top: 50px;
}

.banner-content {
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  /* optional overlay */
}

.banner-inner h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
}

.TFArrow1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  background: #d71920;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.TFArrow1:hover {
  background: #b81419;
  color: #ffffff;
}
.reflection-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.reflection-box {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.reflection-box h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 40px;
}

.reflection-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reflection-points li {
    background: #ffffff;
    margin-bottom: 18px;
    padding: 20px 25px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.reflection-points li:hover {
    transform: translateY(-4px);
}

.reflection-points span {
    background: #42aeb0;
    color: #fff;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
}

/* .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--color-white);
} */
.updated-admission .banner-content {
  top: 15%;
}

/* ========================================================= */
/* FORM WRAPPER BOX */
/* ========================================================= */

.booking-form {
  background: #DFE4EA;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.booking-form h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.booking-form p {
  color: #444;
  margin-bottom: 20px !important;
}

/* ========================================================= */
/* FORM GROUP */
/* ========================================================= */

.booking-form .form-group {
  margin-bottom: 18px;
}

.booking-form .contact-item {
  position: relative;
}

.booking-form .contact-item p {
  margin: 0 !important;
  padding: 0 !important;
}

/* ICON POSITION */
.booking-form .contact-item i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 17px;
  color: #333;
  pointer-events: none;
}

.blog-section {
  display: grid;
  place-content: center;

  .heading {
    /* text-align: center; */
    margin-bottom: 20px;

    &:before,
    &:after {
      display: none !important;
    }

    &:after {
      display: none !important;
    }
  }

  &>.blog-card {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    position: relative;

    &:nth-child(even) {
      &>.img {
        order: 2;
        margin: 50px auto 50px 50px
      }

      &>.info-section {
        order: 1;
        border-right: 1px solid gray;
        text-align: center;
        /* margin-right: -1px;
        padding-left: 4px; */

        &:before,
        &:after {
          right: -10px;
        }

        &:before {
          top: 0%;
          display: none;
        }
      }
    }

    &:nth-child(odd) {
      &>.img {
        order: 1;
        margin: 50px 50px 50px auto
      }

      &>.info-section {
        order: 2;
        border-left: 1px solid gray;
        padding-right: 10px;

        &:before,
        &:after {
          left: -10px;
        }
      }
    }

    &>.img {
      width: 130px;
      border-radius: 50%;
      border: 1px solid gray;
      padding: 10px;
      transition: all .3s ease-in-out
    }

    &>.info-section {
      padding: 50px;
      position: relative;
      font-size: 26px;
      font-family: var(--font-title);

      &:before,
      &:after {
        content: "";
        position: absolute;
        top: 0;
        width: 17px;
        height: 17px;
        background-color: #000;
        border-radius: 50%;
      }

      &:after {
        top: 60px;
      }

      &>.heading {
        font-size: 26px;
        margin: 0 0 10px;
      }

      &>.description {
        font-size: 20px;
        margin: 0;
        color: #696969;
        padding-bottom: 50px;
      }
    }
  }
}

/* ===============================
   RESPONSIVE BLOG SECTION
================================ */

/* Tablet & below */
@media (max-width: 1024px) {
  .blog-section>.blog-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .blog-section>.blog-card>.img {
    order: 1 !important;
    margin: 20px auto !important;
  }

  .blog-section>.blog-card>.info-section {
    order: 2 !important;
    border: none !important;
    padding: 20px;
    text-align: center;
  }

  .blog-section>.blog-card>.info-section:before,
  .blog-section>.blog-card>.info-section:after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .blog-section {
    padding: 0 15px;
  }

  .blog-section>.blog-card>.img {
    width: 100px;
    padding: 8px;
  }

  .blog-section>.blog-card>.info-section {
    font-size: 20px;
    padding: 15px;
  }

  .blog-section>.blog-card>.info-section>.heading {
    font-size: 22px;
  }

  .blog-section>.blog-card>.info-section>.description {
    font-size: 16px;
    padding-bottom: 20px;
  }
}


.Inspiration-card {
  position: relative;

  &>.card {
    padding: 30px;
    background-color: #ffffff91;
    border-radius: 5px;
    font-family: var(--font-title);
    text-align: center;
    margin: 0 10px;

    &>.card-body {
      margin: 0 auto 20px auto;
      max-width: 600px;
      min-width: 100px;
      position: relative;

      &:last-child {
        margin-bottom: 0
      }

      &>.heading {
        margin: 0 auto 5px auto;
        color: #bf0202;
        width: max-content;
        position: relative;
        font-weight: 900;
        text-wrap: balance !important;
        letter-spacing: 4px;
        font-family: var(--font-title);

        &:before {
          content: "";
          position: absolute;
          background-color: #bf0202;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          left: -27px;
          top: 0;
          bottom: 0;
          margin: auto 0
        }

        &>.design {
          position: absolute;
          background-color: #bf0202;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          right: -23px;
          top: 0;
          bottom: 0;
          margin: auto 0
        }
      }

      &>.title {
        color: #c00;
        font-size: 21px;
        text-wrap: balance;
        margin: 0 auto 10px auto
      }

      &>.description {
        margin: 0 auto 10px auto;
        line-height: 27px;
        font-weight: 500;
        color: #4b4b4b;
        letter-spacing: 0.2px;
        font-size: 20px;
        text-transform: capitalize;
      }

      &>.by {
        font-size: 15px;
        text-align: right;
        margin: 0;
      }
    }
  }

  &>.blog-card {
    &>.img {
      order: 1 !important;
      margin: 30px 50px 30px auto !important
    }

    h3 {
      text-wrap: balance !important;
    }

    &>.info-section {
      order: 2 !important;
      border-left: 1px solid gray !important;
      text-align: left !important;
      padding: 30px 50px !important;
      border-right: 0 !important;
      padding-right: 10px !important;

      &:before,
      &:after {
        left: -10px !important
      }
    }
  }
}

.shastri_ji_maharaj {
  position: absolute;
  margin-top: auto;
  bottom: 0;
  left: 0%;

  img {
    width: 630px;
    height: 530px;
  }
}

.blog-section {
  &>.img {
    width: 100px
  }

  &>.info-section {
    padding: 30px;

    &>.heading {
      font-size: 25px;
      text-wrap: balance !important;
    }

    &>.description {
      font-size: 16px;
    }

    &:before,
    &:after {
      width: 15px;
      height: 15px
    }

    &:after {
      top: 40px
    }
  }

  &:nth-child(odd) {
    &>.img {
      margin: 30px auto 30px 30px
    }

    &>.info-section {

      &:before,
      &:after {
        right: -8px
      }
    }
  }

  &:nth-child(even) {
    &>.img {
      margin: 30px 30px 30px auto
    }

    &>.info-section {

      &:before,
      &:after {
        left: -8px
      }
    }
  }
}

.Inspiration-card {
  &>.card {
    &>.card-body {
      padding-bottom: 10px;
      border-bottom: 1px solid #0000001c;
      margin-bottom: 10px;

      &:nth-child(2),
      &:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
      }
    }
  }

  &>.blog-card {
    &>.img {
      margin-right: 30px !important
    }

    &>.info-section {
      padding: 30px auto 30px 30px !important;
      padding-left: 30px !important;

      &>.heading {
        text-wrap: balance !important;
      }

      &:before,
      &:after {
        left: -8px !important;
        top: 40px
      }

      &:after {
        top: 26%
      }
    }
  }
}

@media screen and (max-width:1400px) {
  .shastri_ji_maharaj {
    img {
      width: 420px;
      height: 340px;
    }
  }
}

@media screen and (max-width:1199px) {
  &>.text-section {
    &>.heading {
      font-size: 29px;
    }

    &>.sub-heading {
      font-size: 18px;

      &>b {
        font-size: 24px
      }
    }
  }

  @media screen and (max-width:1400px) {
    .shastri_ji_maharaj {
      img {
        display: none;
        width: 470px;
        height: 420px;
      }
    }
  }
}

@media screen and (max-width:992px) {
  &>.about-section {
    &>.text-section {
      display: block;
      padding-top: 40px;

      &>.heading {
        margin-bottom: 20px;

        &:before {
          width: 12px;
          height: 12px;
          left: -40px
        }

        &>.design {
          width: 12px;
          height: 12px;
          right: -60px;

          &:before {
            right: 12px
          }
        }
      }

      &>.sub-heading {
        margin: 0 auto
      }
    }
  }

  .shastri_ji_maharaj {
    img {
      display: none;
      width: 360px;
      height: 330px;
    }
  }
}

@media screen and (max-width:760px) {
  .shastri_ji_maharaj {
    img {
      width: 330px;
      height: 310px;
    }
  }
}

@media screen and (max-width:575px) {
  .blog-section {
    &>.blog-card {
      &>.img {
        width: 100px;
      }
    }
  }

  .shastri_ji_maharaj {
    img {
      width: 275px;
      height: 260px;
    }
  }
}

@media screen and (max-width:480px) {
  .sub-heading {
    font-size: 21px;
  }

  .heading {
    font-size: 23px;

    &>.design {
      right: -45px;

      &:before {
        width: 23px;
      }
    }
  }

  .blog-section {
    &>.blog-card {
      &>.img {
        width: 80px;
      }

      &>.info-section {
        padding: 0 30px;

        .heading {
          font-size: 22px;
        }

        .description {
          font-size: 17px;
        }

        &:before,
        &:after {
          width: 12px;
          height: 12px;
        }
      }
    }

    &:nth-child(odd) {
      &>.img {
        margin: 15px auto 15px 15px
      }

      &>.info-section {

        &:before,
        &:after {
          right: -6px;
        }
      }
    }

    &:nth-child(even) {
      &>.img {
        margin: 15px 15px 15px auto
      }

      &>.info-section {

        &:before,
        &:after {
          left: -6px;
        }
      }
    }
  }

  .shastri_ji_maharaj {
    img {
      width: 275px;
      height: 260px;
    }
  }
}

@media screen and (max-width:400px) {
  .blog-section {
    &>.blog-card {
      &:nth-child(even) {
        &>.info-section {

          &:before,
          &:after {
            right: -6px;
          }

          &:before {
            display: none;
          }
        }
      }

      &:nth-child(odd) {
        &>.info-section {

          &:before,
          &:after {
            left: -6px;
          }
        }
      }

      &>.info-section {
        padding: 0 20px;

        &>.heading {
          font-size: 20px;
          margin: 0 0 10px;
        }

        &>.description {
          font-size: 17px;
        }
      }
    }
  }

  .shastri_ji_maharaj {
    img {

      width: 275px;
      height: 260px;
    }
  }
}

/* ========================================================= */
/* INPUT + SELECT STYLING */
/* ========================================================= */
.sub-heading {
  font-size: 25px;
  font-weight: 500;
  color: rgb(70 69 69);
  text-align: center;
  width: 100%;
  margin: 0 0 15px 0;
  line-height: 54px;

  b {
    color: #cc0000;
  }
}

@media (max-width:768px) {
  .sub-heading {
    font-size: 18px;
    font-weight: 500;
    color: rgb(70 69 69);
    text-align: center;
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 40px;

    b {
      color: #cc0000;
    }
  }
}

.swaminarayan-gurukul-second-page {
  background-image: url('/assets/img/work/03-1.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 15px 18px 14px 42px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: var(--it-common-white);
  outline: none;
  height: 52px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.booking-form .nice-select,
.booking-form textarea {
  width: 100%;
  padding: 9px 18px 14px 42px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: var(--it-common-white);
  outline: none;
  height: 52px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: #d20000;
  box-shadow: 0 0 5px rgba(210, 0, 0, 0.4);
}

/* Placeholder color */
.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #555;
}

/* ========================================================= */
/* SELECT DROPDOWN ARROW */
/* ========================================================= */

.booking-form select {
  padding-left: 42px !important;
  /* space for icon */
  padding-right: 40px !important;
  height: 52px !important;
  line-height: 52px !important;
  text-indent: 0px !important;
  /* remove theme indent */
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #000 !important;
  border-radius: 6px !important;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

/* ========================================================= */
/* RECAPTCHA FIX */
/* ========================================================= */

.g-recaptcha {
  transform: scale(0.86);
  transform-origin: left;
  margin-top: 5px;
}

/* ========================================================= */
/* SUBMIT BUTTON */
/* ========================================================= */

.booking-form input[type="submit"] {
  background: #c90808;
  color: #fff;
  font-size: 20px;
  padding: 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.booking-form button {
  background: #c90808;
  color: #fff;
  font-size: 20px;
  /* padding: 14px; */
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.booking-form .wpcf7-form-control-wrap select {
  background: #fff !important;
}

.booking-form input[type="submit"]:hover {
  background: #900505;
}

.booking-form button:hover {
  background: #900505;
}

/* Fix SELECT placeholder color */
.booking-form select option {
  color: #333 !important;
}

/* ========================================================= */
/* RESPONSIVE FIXES */
/* ========================================================= */

@media(max-width: 992px) {
  .banner-content {
    top: 5%;
  }

  .booking-form {
    /* margin-top: 20px; */
  }
}

@media(max-width: 480px) {
  .booking-form {
    padding: 30px 20px;
  }
}

.educationWithValues {
  .circle-container {
    text-align: center;
    position: relative;
  }

  .circle-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    border: 2px double #000;
  }

  .text-label {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8f1909;
    color: white;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    font-family: var(--font-title);
  }

  .symbol {
    font-size: 40px;
    font-weight: bold;
    margin: 0 15px;
  }
}

@media(max-width:768px) {
  .educationWithValues {
    .text-label {
      font-size: 14px;
      padding: 4px 10px;
    }

    .symbol {
      font-size: 30px;
      margin: 0 10px;
    }
  }
}

@media(max-width:480px) {
  .educationWithValues {
    .d-flex {
      flex-direction: column;
    }

    .text-label {
      font-size: 18px;
      padding: 5px 10px;
    }

    .symbol {
      font-size: 25px;
      margin: 10px 0;
    }
  }
}

.icon-div .left-icon-text h5 {
  font-weight: 550;
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0
}

.icon-div .left-icon img {
  max-width: 100%;
  height: auto
}

.icon-div-inner {
  padding: 15px
}

.text-red {
  color: #CC0000
}

.gbase-branches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  list-style: none;
  padding: 0;
}

.gbase-branch {
  cursor: pointer;
  text-align: center;
}

.gbase-branch-field.image {
  background: #eff2f6;
  padding: 10px;
  position: relative;
  border-radius: 4px;
}

.gbase-branch-field.image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Red Corner Border */
.gbase-branch-field.image:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border-left: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  left: -6px;
  bottom: -6px;
  border-radius: 4px;
}

.gbase-branch-field.title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

/* Hover Effect */
.gbase-branch:hover .gbase-branch-field.title {
  color: #cc0000;
}

.col-sec figure {
  position: relative;
  padding: 10px;
}

.col-sec figure:after {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 0;
  bottom: 0;
  border: 1px solid var(--it-theme-4);
  content: "";
  z-index: -1;
}

figure.side-img img {
  width: 100%;
  max-width: 396px;
  min-height: 594px;
  height: 100%;
  object-fit: cover;
}

.adv-section {
  position: relative;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  padding: 50px;
}

.adv-section:after {
  content: "";
  background-color: #eff2f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.adv-section.adv-left:after {
  left: auto;
  right: 0;
}

@media (max-width:768px) {
  .adv-section {
    padding: 0px;
  }
}

.icon-item {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 10px;
}

.icon-img {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.contented-line {
  height: 70px;
  border-left: 2px solid #bf0202;
}

.icon-img figure {
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5px;
  z-index: 2;
}

.icon-img:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid var(--color-primary);
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.icon-content h4 {
  margin: 5px 0 0;
}

.icon-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #333;
  text-align: left;
}

.icon-content .buttons {
  background-color: #bf0202 !important;
  color: var(--color-white) !important;
  border: none !important;
  font-family: var(--font-title) !important;
  padding: 10px !important;
  border-radius: 6px !important;
  letter-spacing: 1px !important;
}

.side-img {
  position: relative;
  padding: 10px;
  z-index: 0;
}
.ctm-brilliance-img{
  height: 100px;
}
@media (max-width:425px) {
  .side-img{
    padding: 15px 0px;
  }
}
.side-img:after {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  border: 1px solid var(--it-theme-4);
  content: "";
  z-index: -1;
}

.icon-img:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid var(--it-theme-4);
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.swaminarayan-gurukul-page {
  height: max-content;
  background: url(../img/about/bg-img.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
  grid-template-columns: max-content auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0px;

  &>.img-section {
    max-width: 600px;
    min-width: 100px;
    height: 530px;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 5;
  }

  &>.about-section {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth !important;
    overflow-y: auto;
    height: 100vh;

    &::-webkit-scrollbar {
      display: none;
    }

    ::-webkit-scrollbar {
      width: 5px;
      background-color: #000000 !important;
    }

    ::-webkit-scrollbar-thumb {
      background-color: #44bd9f39 !important;
      height: 5px;
    }

    &>.text-section {
      height: 100vh;
      display: grid;
      place-content: center;
      justify-content: center;

      &>.heading {
        font-size: 37px;
        font-family: var(--font-title);
        position: relative;
        width: max-content;
        margin: 0 auto 15px auto;
        font-weight: 600;

        &::before,
        &::after {
          content: "";
          position: absolute;
          background-color: #000;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          left: -45px;
          top: 0;
          bottom: 0;
          margin: auto 0;
        }

        &::after {
          width: 20px;
          height: 0;
          border-bottom: 1px solid #000;
          border-radius: 0;
          left: -30px;
        }

        &>.design {
          position: absolute;
          background-color: #000;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          right: -75px;
          top: 0;
          bottom: 0;
          margin: auto 0;

          &::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 0;
            border-bottom: 1px solid #000;
            border-radius: 0;
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto 0;
          }
        }
      }

      &>.sub-heading {
        font-size: 25px;
        font-weight: 500;
        color: rgb(70 69 69);
        text-align: center;
        width: 100%;
        margin: 0 0 15px 0;
        line-height: 54px;
        font-family: var(--font-title);

        &>b {
          color: #cc0000;
          font-size: 30px;
        }
      }
    }

    &>.blog-section {
      justify-content: center;

      &>.heading {
        text-align: center;
        margin: 0 auto 40px auto;
      }

      &>.blog-card {
        display: grid;
        grid-template-columns: repeat(2, 50%);

        &:nth-child(odd) {
          &>.img {
            order: 2;
            margin: 50px auto 50px 50px;
          }

          &>.info-section {
            order: 1;
            border-right: 1px solid gray;
            text-align: end;
            margin-right: -1px;
            padding-left: 10px;

            &::before,
            &::after {
              right: -10px;
            }

            &::before {
              top: 95%;
            }
          }
        }

        &:nth-child(even) {
          &>.img {
            order: 1;
            margin: 50px 50px 50px auto;
          }

          &>.info-section {
            order: 2;
            border-left: 1px solid gray;
            padding-right: 10px;

            &::before,
            &::after {
              left: -10px;
            }
          }
        }

        &>.img {
          width: 130px;
          border-radius: 50%;
          border: 1px solid gray;
          padding: 10px;
          transition: all 0.3s ease-in-out;
        }

        &>.info-section {
          padding: 50px;
          position: relative;
          font-family: var(--font-title);
          max-width: 550px;

          &::before,
          &::after {
            content: "";
            position: absolute;
            top: 0;
            width: 20px;
            height: 20px;
            background-color: #000;
            border-radius: 50%;
          }

          &::after {
            top: 60px;
          }

          &>.heading {
            font-size: 30px;
            margin: 0 0 10px 0;
          }

          &>.description {
            font-size: 17px;
            margin: 0;
            color: rgb(105, 105, 105);
          }
        }
      }
    }

    &>.Inspiration-card {
      &>.card {
        padding: 30px;
        background-color: #ffffff91;
        border-radius: 5px;
        font-family: var(--font-title);
        text-align: center;
        margin: 0 10px;

        &>.card-body {
          margin: 0 auto 20px auto;
          max-width: 600px;
          min-width: 100px;
          position: relative;

          &:last-child {
            margin-bottom: 0;
          }

          &>.heading {
            margin: 0 auto 5px auto;
            color: #bf0202;
            width: max-content;
            position: relative;
            font-weight: 900;
            letter-spacing: 4px;
            font-family: var(--font-title);

            &::before {
              content: "";
              position: absolute;
              background-color: #bf0202;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              left: -27px;
              top: 0;
              bottom: 0;
              margin: auto 0;
            }

            &>.design {
              position: absolute;
              background-color: #bf0202;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              right: -23px;
              top: 0;
              bottom: 0;
              margin: auto 0;
            }
          }

          &>.title {
            color: #cc0000;
            font-size: 21px;
            margin: 0 auto 10px auto;
          }

          &>.description {
            font-size: 24px;
            margin: 0 auto 10px auto;
            line-height: 27px;
          }

          &>.by {
            font-size: 15px;
            text-align: right;
            margin: 0;
            color: rgb(155 155 155);
          }
        }
      }

      &>.blog-card {
        &>.img {
          order: 1 !important;
          margin: 30px 50px 30px auto !important;
        }

        &>.info-section {
          order: 2 !important;
          border-left: 1px solid gray !important;
          text-align: left !important;
          padding: 30px 50px !important;
          border-right: 0 !important;
          padding-right: 10px !important;

          &::before,
          &::after {
            left: -10px !important;
          }
        }
      }
    }
  }
}

.remove-half-bg .icon-img figure {
  background: #EFF2F6 !important;
}

.feature-img img {
  width: 50px;
  height: 50px;
}

.serves-full-left h2 {
  padding: 5px 15px;
  border-bottom: 1px solid rgb(51 51 51 / 20%);
}

.serves-full-left {
  top: -30px;
  width: 350px;
  margin: 0 auto;
}

.serves-full-left {
  background-color: #EFF2F6;
  position: relative;
  top: -70px;
  left: -10px;
  padding: 20px 20px;
}

.nav-pills .nav-link {
  color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--it-common-red);
}

.serves-full-right {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.serves-full-left h2 {
  padding: 15px 20px;
  border-bottom: 1px solid rgb(51 51 51 / 20%)
}

.branch-wrapper {
  max-width: 900px;
  margin: auto;
}

/* CARD */
.branch-card {
  background: #f5f7fa;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #80808029;
}

.branch-card img {
  width: 100%;
  border-radius: 10px;
  border-left: 3px solid #c30000;
  border-bottom: 3px solid #c30000;
}

.branch-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* DETAILS BOX */
.branch-detail {
  display: none;
  margin-top: 20px;
  background: #eef3f8;
  padding: 25px;
  border-radius: 15px;
  display: none;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}

/* @media (max-width:768px) {
  .branch-detail {
    display: none;
    margin-top: 20px;
    background: #eef3f8;
    padding: 25px;
    border-radius: 15px;
    display: none;
    grid-template-rows: 1fr 1.5fr;
    gap: 20px;
}
} */
.branch-detail-left img {
  width: 100%;
  border-radius: 10px;
  border-left: 3px solid #c30000;
  border-bottom: 3px solid #c30000;
  height: 250px;
}

.info-line {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.info-line i {
  margin-right: 12px;
  font-size: 18px;
}

.branch-detail-right {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title Section */
.branch-head h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.branch-head h4 {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px;
}

/* Info Block */
.info-block {
  margin-bottom: 25px;
}

.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.info-row i {
  width: 32px;
  height: 32px;
  background: #e1e6ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 18px;
  color: #000;
}

.info-row span {
  font-size: 16px;
  color: #222;
}

/* Buttons */
.btn-row {
  margin-top: 10px;
}

.apply-btn {
  padding: 10px 22px;
  background: #c30000;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  font-weight: 600;
  display: inline-block;
}

.apply-btn:hover {
  color: #FFF;
}

.know-btn {
  padding: 10px 22px;
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}

.InternationalSchool h2 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

.InternationalSchool h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

.branch-card h3 {
  font-size: 24px;
  color: #000;
  margin-top: 20px;
  font-weight: 400;
}

.default-section {
  padding: 100px 0;
  position: relative;
}

.default-section .column {
  position: relative;
}

.default-section .text-column .text p {
  margin-bottom: 20px;
  margin-top: 30px;
}

.default-section .text-column .text p:last-child {
  margin-bottom: 0px;
}

.default-section .text-column .text strong {
  color: #222222;
  font-weight: 600;
}

.default-section .text-column .text strong {
  color: #222222;
}
@media (max-width:768px) {
  .default-section {
  padding: 40px 0;
  position: relative;
}
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.genral-table .table>thead>tr>th {
  background: #6b0f10 !important;
  color: #ffffff;
  text-align: center;
}

/* ====================================================================
	Parallax Section Style
====================================================================

***/

.parallax-section {
  position: relative;
  padding: 120px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax-section::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.parallax-section .auto-container {
  position: relative;
  z-index: 1;
}

.parallax-section h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width:768px) {
  .parallax-section h2 {
     font-size: 25px;
  }
}
/***

/*------------------------------------------
   Top Header CBSE Dropdown CSS
------------------------------------------*/

/* General dropdown for top header */
.it-header-2-top-area li.has-dropdown {
  position: relative !important;
  cursor: pointer;
}

.it-header-2-top-area li.has-dropdown>a {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}

/* Arrow ONLY for top-level CBSE link - NOT submenu items */
.it-header-2-top-right-text>li.has-dropdown>a::after {
  content: '\f107' !important;
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-left: 6px !important;
  transition: transform 0.3s ease !important;
}

.it-header-2-top-area li.has-dropdown:hover>a::after,
.it-header-2-top-right-text>li.has-dropdown:hover>a::after {
  transform: rotate(180deg);
  color: #000000 !important;
}

.it-header-2-top-area li.has-dropdown>.it-submenu,
.it-header-2-top-area li.has-dropdown>.submenu,
.it-header-2-top-area li.has-dropdown>ul.it-submenu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 250px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
  padding: 15px 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(15px) !important;
  transition: all 0.3s ease !important;
  z-index: 99999 !important;
  list-style: none !important;
  display: block !important;
}

.it-header-2-top-area li.has-dropdown:hover>.it-submenu,
.it-header-2-top-area li.has-dropdown:hover>.submenu,
.it-header-2-top-area li.has-dropdown:hover>ul.it-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(5px) !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li,
.it-header-2-top-area li.has-dropdown .submenu li {
  display: block !important;
  padding: 0 !important;
  list-style: none !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li a,
.it-header-2-top-area li.has-dropdown .submenu li a {
  display: block !important;
  padding: 10px 25px !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border-left: 3px solid transparent !important;
  white-space: nowrap !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li a:hover,
.it-header-2-top-area li.has-dropdown .submenu li a:hover {
  background: #f8f9fa !important;
  color: #90191b !important;
  border-left-color: #90191b !important;
  padding-left: 30px !important;
}

/* Nested Submenu (Mandatory Disclosure) */
.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown {
  position: relative !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown>a::after,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown>a::after {
  content: '\f105' !important;
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  float: right !important;
  margin-top: 2px !important;
  transition: transform 0.3s ease !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown:hover>a::after,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown:hover>a::after {
  transform: translateX(5px) !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown>.it-submenu,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown>.submenu {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  min-width: 220px !important;
  margin-left: 5px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(10px) !important;
}

.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown:hover>.it-submenu,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown:hover>.submenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

/* Hide the arrow span that was manually added */
.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown>span.arrow {
  display: none !important;
}

/* Mobile responsiveness for top header dropdown */
@media (max-width: 991px) {
  .it-header-2-top-area li.has-dropdown>.it-submenu {
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: none !important;
  }

  .it-header-2-top-area li.has-dropdown:hover>.it-submenu {
    display: block !important;
  }
}

/***

/*------------------------------------------
   CBSE Dropdown Arrow & Submenu Fixes
------------------------------------------*/

/* Remove arrows from ALL submenu items - only keep on main CBSE link */
.it-header-2-top-area li.has-dropdown .it-submenu li a::after,
.it-header-2-top-area li.has-dropdown .submenu li a::after,
.it-header-2-top-area li.has-dropdown ul li a::after,
.it-header-2-top-area .it-submenu li.has-dropdown>a::after,
.it-header-2-top-area .submenu li.has-dropdown>a::after,
.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown>a::after,
.it-header-2-top-area li.has-dropdown>ul li a::after,
.it-header-2-top-area li.has-dropdown ul.it-submenu li a::after,
.it-header-2-top-area li.has-dropdown ul.submenu li a::after {
  content: none !important;
  display: none !important;
}

/* Hide nested submenu completely - Mandatory Disclosure should be direct link */
.it-header-2-top-area li.has-dropdown .it-submenu li.has-dropdown>.it-submenu,
.it-header-2-top-area li.has-dropdown .submenu li.has-dropdown>.submenu,
.it-header-2-top-area li.has-dropdown .it-submenu li .it-submenu,
.it-header-2-top-area li.has-dropdown .submenu li .submenu,
.it-header-2-top-area .it-submenu .it-submenu,
.it-header-2-top-area .submenu .submenu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Hide any manually added arrow span */
.it-header-2-top-area span.arrow {
  display: none !important;
}

/* Make the main CBSE arrow bigger */
.it-header-2-top-area>.container>.row li.has-dropdown>a::after {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* CBSE Arrow turns BLACK on hover */
.it-header-2-top-right-text li.has-dropdown:hover>a::after,
.it-header-2-top-area .it-header-2-top-right-text li.has-dropdown:hover>a::after,
li.has-dropdown:hover>a.text-white::after {
  color: #000000 !important;
}

/***

/*------------------------------------------
   UNIFIED HEADER DROPDOWN DESIGN
   All dropdowns have same design
------------------------------------------*/

/* Unified dropdown container style for ALL header menus */
.it-header-2-main-menu .it-menu-content ul li.has-dropdown>.it-submenu,
.it-header-2-main-menu .it-menu-content ul li.has-dropdown>.submenu,
.it-header-2-top-area li.has-dropdown>.it-submenu,
.it-header-2-top-area li.has-dropdown>.submenu {
  min-width: 250px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
  padding: 15px 0 !important;
  border: none !important;
}

/* Unified dropdown menu item style */
.it-header-2-main-menu .it-menu-content ul li.has-dropdown .it-submenu li a,
.it-header-2-main-menu .it-menu-content ul li.has-dropdown .submenu li a,
.it-header-2-top-area li.has-dropdown .it-submenu li a,
.it-header-2-top-area li.has-dropdown .submenu li a {
  display: block !important;
  padding: 10px 25px !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border-left: 3px solid transparent !important;
}

/* Unified hover effect for dropdown items */
.it-header-2-main-menu .it-menu-content ul li.has-dropdown .it-submenu li a:hover,
.it-header-2-main-menu .it-menu-content ul li.has-dropdown .submenu li a:hover,
.it-header-2-top-area li.has-dropdown .it-submenu li a:hover,
.it-header-2-top-area li.has-dropdown .submenu li a:hover {
  background: #f8f9fa !important;
  color: #90191b !important;
  border-left-color: #90191b !important;
  padding-left: 30px !important;
}

/* Main menu dropdown arrow - turns black on hover */
.it-header-2-main-menu .it-menu-content ul li.has-dropdown:hover>a::after {
  color: #000000 !important;
}


.app-banner-content h1 {
  color: #ffffff;
}

.app-banner-content p {
  color: #ffffff;
}

.payment-form-group {
  background-color: #EFF2F6;

  &>.container {
    padding: 70px 20px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;

    &>.booking-form-info {
      max-width: 100%;
      margin: 0 10px;
      position: relative;

      .heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 550;
        line-height: 155%;
        color: #000;
        font-family: var(--font-title);
      }

      .sub-title {
        font-size: 22px;
        color: #000;
      }

      .description {
        font-size: 18px;
        line-height: 150%;
        color: #7d7d7d;
        text-align: justify;
      }

      .payment-method-label {
        font-size: 22px;
        font-family: var(--font-title);
        color: #636363;
        color: #000000;
        margin-bottom: 12px;
        margin-top: 10px;
      }

      .payment-method-card-group {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        gap: 15px;
      }

      .mathods-card {
        background-color: #FFF;
        border-radius: 8px;
        padding: 10px;
        /* margin: 15px 10px; */
        text-align: center;
        transition: all 0.3s ease-in-out;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        place-content: center;
        text-align: center;
        min-height: 130px;

        &>img {
          max-width: 70px;
          margin: 0 auto 10px auto;
          max-height: 50px;
          object-fit: contain;
          min-height: 50px;
          min-width: 70px;
        }

        &>p {
          margin: 0;
          font-size: 15px;
          font-weight: 600;
          color: black;
          text-align: center;
        }
      }

      .paymane-mathods {
        display: flex;
        align-items: center;
        color: #4f4f4f;
        font-size: 15px;
        margin-bottom: 6px;

        &>i {
          font-size: 22px;
        }

        &>img {
          width: 37px;
        }

        &>.cash-icon {
          color: #238b41;
        }

        &>.card-icon {
          color: #2500b1;
        }

        &>.bank-icon {
          color: #000;
        }
      }
    }

    &>.booking-form {
      position: relative;
      width: 70%;

      .inner-form {
        z-index: 5;
        position: relative;

        &>.h4-common {
          font-size: 35px;
        }
      }

      .field-label {
        font-size: 15px;
        font-family: var(--font-title);
        color: #636363;
      }

      &::after {
        content: "";
        width: 150px;
        height: 150px;
        border: 1px solid #CC0000;
        right: -15px;
        bottom: -15px;
        position: absolute;
        z-index: 1;
      }
    }
  }
}

/* ================================
   RESPONSIVE STYLES
================================ */

/* Tablet Devices */
@media (max-width: 1024px) {
  .payment-form-group {
    &>.container {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 50px 20px;

      &>.booking-form {
        width: 100%;
      }

      &>.booking-form-info {
        margin: 0;
      }
    }
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  .payment-form-group {
    &>.container {
      padding: 40px 15px;

      &>.booking-form-info {
        .heading {
          font-size: 24px;
        }

        .sub-title {
          font-size: 18px;
        }

        .description {
          font-size: 15px;
        }

        .payment-method-card-group {
          grid-template-columns: repeat(2, 1fr);
        }

        .mathods-card {
          min-height: 110px;
          padding: 10px;

          &>img {
            max-width: 60px;
            max-height: 45px;
          }

          &>p {
            font-size: 14px;
          }
        }
      }

      &>.booking-form {
        width: 100%;

        .inner-form {
          &>.h4-common {
            font-size: 26px;
          }
        }

        &::after {
          width: 100px;
          height: 100px;
          right: -10px;
          bottom: -10px;
        }
      }
    }
  }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
  .payment-form-group {
    &>.container {
      padding: 30px 12px;

      &>.booking-form-info {
        .heading {
          font-size: 22px;
        }

        .payment-method-card-group {
          grid-template-columns: 1fr;
        }
      }

      &>.booking-form {
        &::after {
          display: none;
        }
      }
    }
  }
}

.animate__animated {
  text-align: center;
}

/* ===========================================
   RESPONSIVE HEADER FIXES
   Added for mobile, tablet, and desktop breakpoints
=========================================== */

@media (max-width:1024px) {
  .btn-alumni {
    display: flex;
    gap: 20px;
  }

  .booking-form button {
    padding: 10px;
  }
}

@media (max-width:425px) {
  .btn-alumni {
    display: block;
    gap: 20px;
  }

  .booking-form button {
    padding: 10px;
  }
}

/* ---------- Mobile Styles (<=576px) ---------- */
@media (max-width: 576px) {

  /* Header Height & Container */
  .it-header-height {
    height: auto !important;
  }

  /* Top Bar - Hide on mobile for cleaner look */
  .it-header-2-top-area {
    display: none !important;
  }

  /* Logo Sizing - Reduce for mobile */
  .it-header-5-logo img,
  .it-header-wrap .it-header-5-logo img {
    max-height: 50px !important;
    width: auto !important;
  }

  /* Header Wrap Padding */
  .it-header-wrap {
    padding: 8px 0 !important;
  }

  /* Mobile Menu Bar */
  .it-header-2-bar button.it-menu-bar {
    font-size: 22px;
    padding: 5px 10px;
  }

  /* Sticky Header Mobile */
  .header-sticky {
    padding: 8px 0 !important;
  }

  .header-sticky .it-header-5-logo img {
    max-height: 45px !important;
  }

  /* Hide CTA buttons on mobile */
  .it-header-2-button {
    display: none !important;
  }

  /* Hero Section Title */
  .it-hero-2-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px;
  }

  .it-hero-2-text p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Slider Height */
  .it-slider-height {
    height: auto !important;
    min-height: 400px;
    padding: 80px 0 40px;
  }

  /* Section Typography */
  .h2-common {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .it-section-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  /* Section Padding Reduction */
  .pt-120 {
    padding-top: 60px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }
}

/* ---------- Small Mobile (<=400px) ---------- */
@media (max-width: 400px) {
  .it-header-5-logo img {
    max-height: 40px !important;
  }

  .it-hero-2-title {
    font-size: 18px !important;
  }

  .it-slider-height {
    min-height: 350px;
    padding: 70px 0 30px;
  }

  .h2-common {
    font-size: 20px !important;
  }
}

/* ---------- Tablet Styles (577px - 991px) ---------- */
@media (min-width: 577px) and (max-width: 991px) {

  /* Header Height */
  .it-header-height {
    height: auto !important;
  }

  /* Top Bar - Simplified */
  .it-header-2-top-area {
    padding: 5px 0;
  }

  .it-header-2-top-left ul li {
    padding-left: 15px;
  }

  .it-header-2-top-left ul li:not(:last-child) {
    padding-right: 20px;
  }

  .it-header-2-top-right-text {
    font-size: 13px;
  }

  .it-header-2-top-right-text li a {
    font-size: 12px !important;
    padding: 0 8px;
  }

  /* Logo Sizing */
  .it-header-5-logo img,
  .it-header-wrap .it-header-5-logo img {
    max-height: 80px !important;
    width: auto !important;
  }

  /* Header Wrap */
  .it-header-wrap {
    padding: 25px 0 !important;
  }

  /* Sticky Header Tablet */
  .header-sticky {
    padding: 10px 0 !important;
  }

  .header-sticky .it-header-5-logo img {
    max-height: 55px !important;
  }

  /* Hero Content */
  .it-hero-2-title {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  .it-hero-2-text p {
    font-size: 15px !important;
  }

  /* Slider Height */
  .it-slider-height {
    height: auto !important;
    min-height: 500px;
    padding: 100px 0 60px;
  }

  /* Section Typography */
  .h2-common {
    font-size: 28px !important;
  }

  .it-section-title {
    font-size: 28px !important;
  }

  /* Section Padding */
  .pt-120 {
    padding-top: 80px !important;
  }

  .pb-120 {
    padding-bottom: 80px !important;
  }
}

/* ---------- Desktop (992px - 1199px) ---------- */
@media (min-width: 992px) and (max-width: 1199px) {

  /* Top Bar */
  .it-header-2-top-right-text li a {
    font-size: 13px !important;
    padding: 0 10px;
  }

  /* Logo */
  .it-header-5-logo img {
    max-height: 75px !important;
  }

  /* Navigation Links */
  .it-header-2-main-menu ul li {
    margin: 0 10px;
  }

  .it-header-2-main-menu ul li>a {
    font-size: 14px;
  }

  /* Hero Title */
  .it-hero-2-title {
    font-size: 36px !important;
  }

  /* Section Typography */
  .h2-common {
    font-size: 32px !important;
  }
}

/* ---------- Large Desktop (>=1200px) ---------- */
@media (min-width: 1200px) {

  /* Logo */
  .it-header-5-logo img {
    max-height: 85px;
  }

  /* Navigation proper spacing */
  .it-header-2-main-menu ul li {
    margin: 0 6px;
  }

  /* Sticky header refinement */
  .header-sticky .it-header-5-logo img {
    max-height: 70px;
  }
}

/* ---------- Header Top Bar Responsive ---------- */
@media (max-width: 767px) {
  .it-header-2-top-area.it-header-2-top-style {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .it-header-2-top-right-text li {
    display: inline-block !important;
  }

  .it-header-2-top-right-text li a {
    font-size: 11px !important;
    padding: 0 5px !important;
  }

  .it-header-2-top-right-text li.has-dropdown>.it-submenu,
  .it-header-2-top-right-text li.has-dropdown>.submenu {
    min-width: 200px !important;
  }
}

/* ---------- Mobile Menu Improvements ---------- */
@media (max-width: 1199px) {
  .it-menu-mobile ul li a {
    padding: 13px;
    font-weight: 600;
    font-size: 15px;
    color: var(--it-heading-primary);
  }

  .itoffcanvas__logo img {
    max-height: 60px;
  }

  /* Ensure mobile menu icon is visible */
  .it-header-2-bar {
    display: block !important;
  }
}

/* ---------- Override Bootstrap for Header ---------- */
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .it-header-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .it-header-wrap .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ===========================================
   VALUE SYSTEM SECTION (Vidya, Sadvidya, Brahmavidya) 
   RESPONSIVE FIXES
=========================================== */

/* ---------- Mobile Styles (<=576px) ---------- */
@media (max-width: 576px) {

  /* Section Padding */
  .residential-slider-section {
    padding: 40px 0 50px !important;
  }

  /* Section Title */
  section.residential-slider-section .h2-common {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    line-height: 1.3;
  }

  /* Section Description */
  .residential-slider-section>.container>p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px;
  }

  /* Cards Container - Stack Vertically */
  .residential-slider {
    flex-direction: column !important;
    gap: 20px;
    margin-top: 25px;
  }

  /* Individual Cards */
  .residential-slider-item {
    width: 100% !important;
    min-height: 350px !important;
    max-height: none !important;
    margin-bottom: 15px;
  }

  .residential-slider-item.value-cards {
    min-height: 350px !important;
  }

  /* Card Image */
  .residential-slider-img img {
    min-height: 350px !important;
    max-height: 350px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Card Content */
  .residential-slider-content {
    padding: 15px !important;
  }

  /* Card Title */
  .value-cards .residential-dis .h4-common {
    font-size: 26px !important;
    margin-bottom: 5px;
  }

  /* Card Subtitle */
  .value-cards .residential-dis p {
    font-size: 16px !important;
    padding-bottom: 5px !important;
  }

  /* List Items */
  .residential-dis ul li {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 3px;
  }

  /* Read More Link */
  .residential-dis a {
    font-size: 14px !important;
  }

  .residential-dis a span {
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 12px;
  }
}

/* ---------- Small Mobile (<=400px) ---------- */
@media (max-width: 400px) {
  .residential-slider-section {
    padding: 30px 0 40px !important;
  }

  section.residential-slider-section .h2-common {
    font-size: 20px !important;
  }

  .residential-slider-item {
    min-height: 300px !important;
  }

  .residential-slider-img img {
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .value-cards .residential-dis .h4-common {
    font-size: 22px !important;
  }

  .value-cards .residential-dis p {
    font-size: 14px !important;
  }
}

/* ---------- Tablet Styles (577px - 991px) ---------- */
@media (min-width: 577px) and (max-width: 991px) {
  .residential-slider-section {
    padding: 50px 0 60px !important;
  }

  section.residential-slider-section .h2-common {
    font-size: 30px !important;
  }

  .residential-slider-section>.container>p {
    font-size: 15px !important;
  }

  /* Cards Container - 2 Column Grid */
  .residential-slider {
    flex-wrap: wrap !important;
    gap: 20px;
    margin-top: 30px;
  }

  /* Cards - 2 per row */
  .residential-slider-item {
    width: calc(50% - 10px) !important;
    min-height: 400px !important;
    max-height: none !important;
  }

  .residential-slider-item.value-cards {
    min-height: 400px !important;
  }

  /* Third card - full width centered */
  .residential-slider-item:nth-child(3) {
    width: calc(50% - 10px) !important;
    margin: 0 auto;
  }

  .residential-slider-img img {
    min-height: 400px !important;
    max-height: 400px !important;
    max-width: 100% !important;
  }

  .value-cards .residential-dis .h4-common {
    font-size: 32px !important;
  }

  .value-cards .residential-dis p {
    font-size: 18px !important;
  }

  .residential-dis ul li {
    font-size: 14px !important;
  }
}

/* ---------- Desktop (992px - 1199px) ---------- */
@media (min-width: 992px) and (max-width: 1199px) {
  section.residential-slider-section .h2-common {
    font-size: 34px !important;
  }

  .residential-slider {
    gap: 15px;
  }

  .residential-slider-item {
    min-height: 500px !important;
  }

  .residential-slider-img img {
    min-height: 500px !important;
    max-height: 500px !important;
  }

  .value-cards .residential-dis .h4-common {
    font-size: 34px !important;
  }

  .value-cards .residential-dis p {
    font-size: 20px !important;
  }
}

/* ---------- Large Desktop (>=1200px) ---------- */
@media (min-width: 1200px) {
  .residential-slider {
    gap: 25px;
  }

  .residential-slider-item {
    width: 400px;
    min-height: 550px;
  }

  .residential-slider-img img {
    min-height: 550px;
    max-height: 550px;
  }
}

/* ========================================
   MOBILE TOP HEADER MENU STYLES
======================================== */

/* Mobile Top Menu - Offcanvas */
.mobile-top-menu {
  display: block !important;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}

/* Mobile Menu Title */
.mobile-menu-title {
  font-size: 14px;
  font-weight: 700;
  color: #e31e24;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e31e24;
}

/* Hide on desktop (1200px and above) */
@media (min-width: 1200px) {

  .mobile-top-menu,
  .mobile-menu-divider,
  .mobile-menu-title {
    display: none !important;
  }
}

.mobile-top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-top-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(227, 30, 36, 0.15);
}

.mobile-top-nav>ul>li:last-child {
  border-bottom: none;
}

.mobile-top-nav>ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  color: #0E2A46;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-top-nav>ul>li>a:hover {
  color: #e31e24;
}

.mobile-top-nav>ul>li>a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mobile-top-nav>ul>li.active>a i {
  transform: rotate(180deg);
}

/* Mobile Submenu */
.mobile-submenu {
  display: none;
  list-style: none;
  padding: 0 0 10px 15px;
  margin: 0;
  background-color: rgba(227, 30, 36, 0.03);
  border-radius: 10px;
}

.mobile-submenu.show {
  display: block;
}

.mobile-submenu li {
  /* border-bottom: 1px solid rgba(227, 30, 36, 0.08); */
}

.mobile-submenu li:last-child {
  border-bottom: none;
}

.mobile-submenu li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #4D5756;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-submenu li a:hover {
  color: #e31e24;
  padding-left: 20px;
}

/* Mobile Menu Divider */
.mobile-menu-divider {
  border: none;
  border-top: 2px solid rgba(227, 30, 36, 0.15);
  margin: 15px 0;
}

/* ========================================
   HEADER TOP BAR RESPONSIVE STYLES
======================================== */

/* Top header navigation - single row */
.top-header-nav {
  display: block;
}

.top-header-nav>ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.top-header-nav>ul>li {
  position: relative;
  white-space: nowrap;
}

.top-header-nav>ul>li>a {
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-header-nav>ul>li>a:hover {
  opacity: 0.8;
}

.top-header-nav>ul>li>a i {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.top-header-nav>ul>li.has-dropdown:hover>a i {
  transform: rotate(180deg);
}

/* Top header menu styles - fallback */
.it-header-2-top-right-wrap.it-header-2-main-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  list-style: none;
  padding: 0px;
  margin: 0;
}

.it-header-2-top-right-wrap.it-header-2-main-menu ul li {
  position: relative;
}

.it-header-2-top-right-wrap.it-header-2-main-menu ul li a {
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.it-header-2-top-right-wrap.it-header-2-main-menu ul li a:hover {
  opacity: 0.8;
}

/* Submenu in top header */
.top-header-nav .it-submenu.submenu,
.it-header-2-top-right-wrap .it-submenu.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 220px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.top-header-nav .has-dropdown:hover .it-submenu.submenu,
.it-header-2-top-right-wrap .has-dropdown:hover .it-submenu.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.it-header-2-top-right-wrap .it-submenu.submenu li a {
  color: #0E2A46 !important;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
}

.it-header-2-top-right-wrap .it-submenu.submenu li a:hover {
  color: #e31e24 !important;
  background-color: rgba(227, 30, 36, 0.05);
}

/* Hide top header only when toggle is visible (below lg breakpoint) */
@media (max-width: 991px) {

  .it-header-2-top-area,
  .it-header-2-top-style {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Show top header on lg and above (when main menu is visible) */
@media (min-width: 992px) {

  .it-header-2-top-area,
  .it-header-2-top-style {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }

  /* Hide mobile top menu on desktop/tablet */
  .mobile-top-menu,
  .mobile-menu-divider {
    display: none !important;
  }
}

/* ========================================
   OFFCANVAS RESPONSIVE IMPROVEMENTS
======================================== */

.itoffcanvas {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  max-width: 90%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}

.itoffcanvas.opened {
  right: 0;
}

.itoffcanvas__close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
}

.itoffcanvas__close-btn .close-btn {
  width: 40px;
  height: 40px;
  background: #e31e24;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.itoffcanvas__close-btn .close-btn:hover {
  /* background: #0E2A46; */
  transform: rotate(90deg);
}

.itoffcanvas__logo {
  margin-bottom: 20px;
}

.itoffcanvas__logo img {
  max-width: 180px;
  height: auto;
}

.itoffcanvas__info {
  padding-top: 20px;
}

.offcanva-title {
  font-size: 18px;
  color: #e31e24;
  margin-bottom: 20px;
  font-weight: 700;
}

.it-info-wrapper {
  margin-bottom: 15px;
}

.itoffcanvas__info-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(227, 30, 36, 0.1);
  color: #e31e24;
  border-radius: 50%;
  margin-right: 15px;
}

.itoffcanvas__info-address span {
  display: block;
  font-size: 12px;
  color: #4D5756;
  margin-bottom: 2px;
}

.itoffcanvas__info-address a {
  font-size: 14px;
  font-weight: 600;
  color: #0E2A46;
}

/* Body overlay */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* Header Menu Bar Button */
.it-header-2-bar {
  display: block;
}

.it-menu-bar {
  width: 45px;
  height: 45px;
  background: #e31e24;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.it-menu-bar:hover {
  background: #0E2A46;
}

.serves-full-section-img img {
  border-radius: 10px;
}

.latest-updates-section {
  margin-top: 50px;
}

/* ========================================
   RESPONSIVE BREAKPOINT ADJUSTMENTS
======================================== */

/* Extra Small (Mobile Portrait) */
@media (max-width: 480px) {
  .itoffcanvas {
    width: 300px;
    padding: 25px 20px;
  }

  .mobile-top-nav>ul>li>a {
    font-size: 14px;
    padding: 10px 0;
  }

  .mobile-submenu li a {
    font-size: 13px;
    padding: 8px 12px;
  }

  .itoffcanvas__logo img {
    max-width: 150px;
  }
}

@media (max-width:1024px) {
  .itoffcanvas__close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

/* Small (Mobile Landscape) */
@media (min-width: 481px) and (max-width: 767px) {
  .itoffcanvas {
    width: 320px;
  }

}

/* Medium (Tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas {
    width: 380px;
  }

  .mobile-top-nav>ul>li>a {
    font-size: 16px;
  }
}

/* Large (Tablet Landscape & Small Desktop) */
@media (min-width: 992px) and (max-width: 1199px) {
  .it-header-2-top-right-wrap.it-header-2-main-menu ul {
    gap: 5px 15px;
  }

  .it-header-2-top-right-wrap.it-header-2-main-menu ul li a {
    font-size: 13px;
  }
}

/* Extra Large Desktop */
@media (min-width: 1200px) {
  .it-header-2-top-right-wrap.it-header-2-main-menu ul {
    gap: 5px 25px;
  }

  .it-header-2-top-right-wrap.it-header-2-main-menu ul li a {
    font-size: 15px;
  }
}

.best-resi-part-second-banner-dtl-txt {
  padding: 40px 0px;
}

.best-resi-further-dtl-section {
  padding: 50px 0px;

}

.best-resi-further-dtl-section .h4-common {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  text-transform: capitalize;
}

.blog-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0px;
}

.gu-booking-form {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gu-booking-form.red-bg {
  color: #fff
}

.gu-booking-form.red-bg a {
  color: #fff;
}

.gu-booking-form.red-bg .map-direction .bi-arrow-right {
  color: #000;
}

.gu-booking-form .book-campus-details-bar p .FormMail_id {
  transition: all 0.3s;
}

.gu-booking-form .book-campus-details-bar p .FormMail_id:hover {
  color: #fff;
  transition: all 0.3s;
}

.gu-booking-form.red-bg .map-direction:hover .bi-arrow-right {
  color: #ffffff;
  background-color: #000
}

.gu-booking-form.red-bg a:hover,
.gu-booking-form p .FormMail_id:hover {
  color: #fff;
}

.gu-booking-form.red-bg .booking-form {
  color: #000;
}

.gu-booking-form .booking-form {
  position: relative;
  z-index: 2
}

.gu-booking-form .booking-inner {
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1
}

.gu-booking-form .booking-inner:after {
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid #CC0000;
  right: -15px;
  bottom: -15px;
  position: absolute;
  z-index: 1
}

.gu-booking-form.red-bg .booking-inner:after {
  border: 1px solid #FFFFFF
}

.icon-div .left-icon-text h5 {
  font-weight: 550;
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0
}

.icon-div .left-icon img {
  max-width: 100%;
  height: auto
}

.icon-div-inner {
  padding: 15px
}

.gu-booking-form .book-campus-details-bar .row {
  align-items: center;
}

.map-direction .bi-arrow-right {
  min-width: 32px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
}

.gu-booking-form.red-bg {
  padding: 80px 0px;
}

.footer-notes {
  background-color: #eff2f6;
  padding: 60px 0;
  margin-top: 60px;
}

.footer-notes .btn {
  font-family: var(--font-title);
  padding: 15px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  background: var(--color-primary);
  border-radius: 0;
  border: 0;
  transition: all 0.5s;
  line-height: 135%;
}

.footer-notes .btn:hover {
  background-color: var(--color-default);
}

.d-footer {
  padding: 70px 0 0;
  background-color: rgb(0 0 0 / 90%);
  color: #fff;
}

footer {
  /* padding: 50px 0 0; */
      background-color: rgb(0 0 0 / 85%);
  color: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  color: #fff;
  margin-bottom: 30px;

  &>div {
    border-right: 1px solid #ffffff2e;
    padding: 0 10px;
    margin-left: 50px;
    display: grid;
    justify-content: start;

    &:last-child {
      border: 0;
      grid-column: span 2;
    }

    &>a {
      padding: 0;
      font-size: 14px;
      display: block;
      color: #fff;
      width: max-content;
      margin: 0 0 5px 0;

      &:is(:hover, :focus) {
        color: var(--color-primary);
      }

      &>i {
        margin-right: 10px;
      }
    }

    .current-menu-item {
      &>a {
        display: none;
      }
    }

    ul {
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;

      &>li {
        list-style-type: none;
        display: flex;

        &>a {
          margin: 0 10px 5px 0;
          font-size: 14px;
          color: #fff;

          &:is(:hover, :focus) {
            color: var(--color-primary);
          }
        }
      }

      &>.ctm-branch-mtab {
        display: none;
      }
    }

    &>.branchAddress .Braddress {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 5px;
      transition: all 0.2s;
      text-wrap: wrap !important;
    }

    &>p {
      font-size: 14px;
      color: #fff;
      margin-bottom: 5px;
      text-wrap: wrap;

      &.bname {
        font-size: 28px;
        text-transform: capitalize;
        font-family: var(--font-title);
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
      }
    }

    &>.contact {
      font-size: 17px;
      line-height: normal;
      margin-top: 15px;
      transition: all 0.2s;

      a {
        color: white;
        transition: all 0.2s;
      }

      br+.phone2 {
        transition: all 0.2s;
        margin-left: 27px;
      }
    }

    &>.contact:hover,
    a:hover,
    br+.phone2:hover,
    &>.branchAddress .Braddress:hover {
      color: #cc0000;
      transition: all 0.3s;
    }

    &>div {
      &>div {
        &>p {
          margin: 0 10px 0 0;

          &>.dropdown-item {
            font-size: 14px;
            color: white;

            &:is(:hover, :focus) {
              color: var(--color-primary);
            }
          }
        }
      }
    }
  }
}

.footer-loction ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
  padding-left: 0;
}

.footer-loction ul li {
  list-style: none;
  margin: 10px;
  text-align: center;
}

.footer-loction ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.footer-loction ul li a:hover {
  color: #cc0000;
  opacity: 1;
}

.footer-social-midia {
  margin-top: 25px;
  padding-bottom: 30px;
}

.footer-social-midia ul {
  margin: 0 0;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-midia ul li {
  list-style: none;
  margin: 5px;
  font-size: 20px;
}

.footer-social-midia ul li a {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #91191c;
  font-weight: 400;
  transition: all 0.5s;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer-social-midia ul li a .bi {
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.footer-social-midia ul li a:hover {
  background-color: #fff;
  color: #91191c;
}

.copy-right {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 0;
}

.copy-right p {
  color: #ffffff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}

.copy-right ul {
  margin: 0 0;
  padding: 0;
}

.copy-right ul li {
  list-style: none;
  float: left;
  padding: 5px;
}

.copy-right ul li a {
  color: #ffffff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
}

.copy-right ul li a:hover {
  color: #cc0000;
  opacity: 1;
}

.m-footer {
  display: none;
}

/* ========================================
   RESPONSIVE HEADER & FOOTER FIXES
======================================== */

/* ================== STICKY HEADER RESPONSIVE ================== */

/* Sticky header adjustments */
#header-sticky.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  animation: slideDown 0.4s ease-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* When header is sticky, hide top bar on all sizes */
#header-sticky.header-sticky+.it-header-2-top-area,
.header-sticky~.it-header-2-top-area {
  display: none !important;
}

/* Mobile menu improvements */
@media (max-width:1024px) {
  .it-menu-mobile ul li ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #585555;
  }

  .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;
    border-radius: 10px;
    background: #f7f2f3;
  }
}


/* responsive */
@media (max-width:768px) {
  .banner-inner h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.section-titel h1{
  font-size: 30px;
  font-weight: 500;
}
.section-titel h2{
  font-size: 30px;
  font-weight: 500;
}
.best-resi-further-dtl-section .h4-common {
    text-align: start;
    /* color: var(--it-common-black); */
    font-weight: 500;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
}
.h3-common {
          font-weight: 500;
}
.owl-prev {
    margin-left: -13px;
}
.owl-next {
    margin-right: -13px;
}
.owl-prev, .owl-next{
  width: 35px;
  height: 35px;
  background: #dfdfdf ;
}
.reviews-content {
    background-color: #ffffff;
    padding: 30px 20px 50px 33px;
    position: relative;
    /* min-height: 356px; */
    height: 300px;
}
.reviews-profile .r-profile-img img {
    min-height: 100px;
    object-fit: cover;
    max-width: 135px;
}
.serves-full-left {
    top: -30px;
    width: 100%;
    margin: auto;
    top: 0px;
    left: 0px;
}
}

@media (max-width:425px) {
      .reviews-content {
        background-color: #ffffff;
        padding: 30px 20px 50px 33px;
        position: relative;
        /* min-height: 356px; */
        height: 450px;
    }
}

@media(max-width:991px){
    .footer-links  div {
        border-right: none !important;
    }
    .footer-links {
        display: block;
    }
    
}

