
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Glass+Antiqua&display=swap" rel="stylesheet" rel="stylesheet');
@font-face {
  font-family: "Gloss And Bloom";
  src: url("../fonts/Gloss%20And%20Bloom%20Font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --it-ff-body: 'DM Sans', sans-serif;
  --it-ff-heading: 'DM Sans', sans-serif;
  --it-ff-gloss: 'Gloss And Bloom', sans-serif;
  --it-ff-fontawesome: "Font Awesome 6 Pro";

}





.expert-advisor::after {
    content: "";
    background-image: url(../img/tour1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.expert-advisor {
    background-color: var(--red);
    padding: 40px 0px;
    position: relative;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {

  font-size: 15px;
  color: var(--it-text-body);
  line-height: 1.3;
  overflow-x: hidden;
}

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


body {
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
  text-align:left;
  padding-left:10px;
  color:#FFFFFF;
  text-transform:uppercase;
  font-weight:900;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  
  line-height: 60px;
  color: var(--it-common-black);

}
input::-webkit-input-placeholder {
  color: #757a7b;
}
input:-moz-placeholder {
  color: #757a7b;
}
input::-moz-placeholder {
  color: #757a7b;
}
input:-ms-input-placeholder {
  color: #757a7b;
}

textarea {
  outline: none;
  color: var(--it-common-black);
  width: 100%;
  padding: 0 10px;
  border: none;

}
textarea::-webkit-input-placeholder {
  color: #757a7b;
}
textarea:-moz-placeholder {
  color: #757a7b;
}
textarea::-moz-placeholder {
  color: #757a7b;
}
textarea:-ms-input-placeholder {
  color: #757a7b;
}

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

*::-moz-selection {
  background: #00479e;
  color: var(--it-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: #00479e;
  color: var(--it-common-white);
  text-shadow: none;
}

::selection {
  background: #00479e;
  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-10 {
  --bs-gutter-x: 10px;
}

/*--
    - Spacing
-----------------------------------------*/
.it-btn-primary {
  font-size: 15px;
  padding: 20px 30px;
  display: inline-block;
  color: var(--it-common-white);
  background: #00479e;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-btn-primary {
    padding: 20px 20px;
  }
}
.it-btn-primary:hover {
  color: var(--it-common-white);
  background-color: #ff4004;
}
.it-btn-primary.it-white-bg {
  color: #00479e;
  background-color: var(--it-common-white);
}
.it-btn-primary.it-white-bg:hover {
  color: var(--it-common-white);
  background-color: #00479e;
}
.it-btn-secondary {
  font-size: 15px;
  padding: 20px 40px;
  display: inline-block;
  color: var(--it-common-white);
  background: #ff4004;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
}
.it-btn-secondary:hover {
  color: var(--it-common-white);
  background-color: #00479e;
}
.it-btn-blog {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  color: var(--it-common-white);
  background: #00479e;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
.it-btn-blog:hover {
  color: var(--it-common-white);
  background-color: #ff4004;
}
.it-btn-blog.featured-btn {
  background: rgba(76, 160, 41, 0.4);
}
.it-btn-blog.featured-btn-black {
  color: #00479e;
  background: var(--it-common-black);
}
.it-btn-blog.blog-style-btn {
  color: #00479e;
  background: rgba(17, 187, 103, 0.2);
}

.it-slide-btn-1 {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #00479e;
  color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
  margin-right: 25px;
}
.it-slide-btn-1:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}

.it-slide-btn-2 {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #ff4004;
  color: var(--it-common-white);
  border-radius: 50%;
  transition: 0.3s;
}
.it-slide-btn-2:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}

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

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

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

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

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: #00479e;
  transition: 1s ease;
  border: none;
}

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

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

.theme-bg {
  background: #00479e;
}

.theme-bg-2 {
  background: #ff4004;
}

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

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

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


.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: #00479e;
  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: #00479e;
  color: var(--it-common-white);
}
.itoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}
.itoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}
.itoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.itoffcanvas__info .offcanva-title {
  color: var(--it-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: #00479e;
  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: #00479e;
}

.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 {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#blog-banner{
  height: 260px!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-breadcrumb-bg {
    height: auto;
  }
  #blog-banner{
    height: 250px;
  }
}
.it-breadcrumb-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  
  opacity: 0.74;
  z-index: -1;
}
.it-breadcrumb-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.05em;

  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .it-breadcrumb-title {
    font-size: 33px;
  }
}
.it-breadcrumb-list-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  text-align: center;
}
.it-breadcrumb-list-content {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 5px;
  background-color: #00479e;
}
.it-breadcrumb-list-content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--it-common-white);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .it-breadcrumb-list-content span {
    font-size: 13px;
  }
}
.it-breadcrumb-list-content span.dvdr {
  color: var(--it-common-white);
}

/*----------------------------------------*/
/*  Nice Select css start
/*----------------------------------------*/
.nice-select {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 15px;
  font-family: var(--it-ff-fontawesome);
  color: var(--it-common-black);
  font-weight: 500;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nice-select::after {
    right: 15px;
  }
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover {
  color: var(--it-theme-primary);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  30.1 Accordian css start
/*----------------------------------------*/
.it-custom-accordion .accordion-items {
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--it-grey-1);
}
.it-custom-accordion .accordion-header {
  border: 1px solid #00479e;
  border-radius: 5px;
}
.it-custom-accordion .accordion-header:not(.collapsed) {
  border-radius: 5px 5px 0 0;
}
.it-custom-accordion.inner-accordion .accordion-items {
  margin-bottom: 30px;
  border: 1px solid var(--it-grey-1);
  background-color: var(--it-grey-1);
}
.it-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  padding: 12px 70px 12px 30px;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    padding-left: 15px;
  }
}
.it-custom-accordion .accordion-buttons:not(.collapsed) {
  color: var(--it-common-white);
  background: #00479e;
}
.it-custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: #00479e;
  background: var(--it-common-white);
}
.it-custom-accordion .accordion-buttons:not(.collapsed) span {
  color: #00479e;
  background: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 16px;
    padding: 15px 70px 15px 30px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
  .it-custom-accordion .accordion-buttons br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
.it-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  bottom: 0;
  right: 30px;
  font-weight: 600;
  font-size: 17px;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  color: var(--it-common-white);
  background: #00479e;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons::after {
    font-size: 18px;
  }
}
.it-custom-accordion .accordion-buttons::after:not(.collapsed) {
  color: #00479e;
}
.it-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f107";
}
.it-custom-accordion .accordion-buttons span {
  font-size: 16px;
  font-weight: 400;
  padding: 9px 20px;
  margin-right: 15px;
  display: inline-block;
  color: #00479e;
  background: rgba(76, 160, 41, 0.2);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons span {
    display: none;
  }
}
.it-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
.it-custom-accordion .accordion-body {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  padding: 15px 30px;
  padding-bottom: 30px;
  position: relative;
  border: 1px solid #00479e;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 14px;
    flex-wrap: wrap;
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    font-size: 15px;
  }
}
.it-custom-accordion .accordion-body p {
  line-height: 1.6;
  color: var(--it-common-black);
  margin-right: 49px;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    margin-right: 0;
    font-size: 14px;
    padding-bottom: 25px;
  }
}
.it-custom-accordion .accordion-body img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-body img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  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: #00479e;
  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 #00479e, 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: #00479e;
  border-color: #00479e;
  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: #00479e;
}
.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: #00479e;
}
.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: #00479e;
  border-color: #00479e;
  color: var(--it-common-white);
}

body.it-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  justify-content: center;
  mix-blend-mode: difference;
  color: #00479e;
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
}

#ball .ball-view i {
  font-size: 19px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: #FFF;
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  text-align: center;
}

.it-toggle-btn-box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.it-magnetic-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.it-section-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  color: #ff4004;
  font-family: var(--it-ff-gloss);
  margin-bottom: 15px;
}
.it-section-subtitle.subtitle-green {
  color: #00479e;
}
.it-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--it-common-black);
}
.it-section-title span {
  color: #ff4004;
}
.it-section-title span.it-transparent-title {
  color: transparent;
  -webkit-text-stroke: 1px #00479e;
}
.it-section-title .it-breack-text {
  color: #00479e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .it-section-title {
    font-size: 35px;
  }
  .it-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-section-title {
    font-size: 44px;
  }
}

/*----------------------------------------*/
/*  15. Header css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .it-header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-area {
    display: block;
  }
}
.it-header-top-left ul li {
  padding: 13px 0;
  display: inline-block;
  list-style: none;
}
.it-header-top-left ul li span {
  color: #00479e;
  margin-right: 10px;
}
.it-header-top-left ul li a {
  font-size: 15px;
  color: var(--it-common-white);
  margin-right: 20px;
}
.it-header-top-left ul li:hover a {
  color: #00479e;
}
.it-header-top-money span {
  font-size: 15px;
  color: var(--it-common-white);
  margin-right: 20px;
}
.it-header-top-right-social {
  margin-left: 80px;
}
.it-header-top-right-social::before {
  position: absolute;
  width: 1px;
  height: 20px;
  left: -40px;
  content: "";
  background-color: var(--it-common-white);
}
.it-header-top-right-social a {
  font-size: 15px;
  color: var(--it-common-white);
  margin-right: 10px;
  transition: 0.3s;
}
.it-header-top-right-social a:hover {
  color: #00479e;
}
.it-header-currency {
  position: relative;
  cursor: pointer;
}
.it-header-currency-selected-currency {
  font-size: 15px;
  color: var(--it-common-white);
  background-color: transparent;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}
.it-header-currency-selected-currency::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--it-common-white);
  font-size: 14px;
  font-family: var(--it-ff-fontawesome);
}
.it-header-currency-selected-currency:hover {
  color: #00479e;
}
.it-header-currency-list {
  position: absolute;
  top: 120%;
  left: 0;
  background: #000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.it-header-currency-list li {
  list-style: none;
  color: var(--it-common-white);
  text-align: left;
}
.it-header-currency-list li:hover {
  color: #00479e;
}
.it-header-currency-list.it-currency-list-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.it-header-lang {
  position: relative;
  margin-left: 25px;
  cursor: pointer;
}
.it-header-lang-selected-lang {
  font-size: 15px;
  color: var(--it-common-white);
  background-color: transparent;
  position: relative;
  padding-right: 15px;
  transition: 0.3s;
}
.it-header-lang-selected-lang::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--it-common-white);
  font-size: 14px;
  font-family: var(--it-ff-fontawesome);
}
.it-header-lang-selected-lang:hover {
  color: #00479e;
}
.it-header-lang-list {
  position: absolute;
  top: 120%;
  left: 0;
  background: #000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.it-header-lang-list li {
  color: var(--it-common-white);
  text-align: left;
  list-style: none;
}
.it-header-lang-list li:hover {
  color: #00479e;
}
.it-header-lang-list.it-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.it-header-bottom {
  background-color: var(--it-common-white);
}
.it-header-bottom-right-shop a {
  position: relative;
  width: 59px;
  height: 59px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--it-common-black);
  border: 1px solid var(--it-grey-1);
  border-radius: 50%;
}
.it-header-bottom-right-shop a::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 20px;
  right: 15px;
  content: "";
  background-color: #00479e;
  border-radius: 50%;
}
.it-header-bottom-right-shop a:hover {
  border-color: #00479e;
}
@media (max-width: 767px) {
  .it-header-bottom-right-button {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-bottom-right-button {
    display: block;
    margin-left: 18px;
  }
}
.it-header-bar {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #00479e;
  color: var(--it-common-white);
  margin-left: 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.it-header-bar:hover {
  color: var(--it-common-white);
  background-color: #ff4004;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-header-mob-space {
    padding: 10px 0;
  }
}

.it-header-style-2 .it-header-bottom-right-shop a {
  border: 0;
  margin-left: 13px;
  transition: 0.3s;
}
.it-header-style-2 .it-header-bottom-right-shop a:hover {
  color: #00479e;
}
.it-header-style-2 .it-header-right-search span {
  display: inline-block;
  transition: 0.3s;
}
.it-header-style-2 .it-header-right-search span:hover {
  color: #00479e;
}

.it-header-style-4 .it-main-menu nav ul li a {
  padding: 24px;
  display: inline;
}

.it-header-style-5 .it-header-top-left ul li {
  position: relative;
  margin-right: 10px;
}
.it-header-style-5 .it-header-top-left ul li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 104%;
  background: rgba(255, 255, 255, 0.3);
}
.it-header-style-5 .it-header-top-left ul li span {
  color: var(--it-common-white);
}
.it-header-style-5 .it-main-menu nav ul li > .submenu {
  border-top: 0;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--it-common-white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .it-header-top {
  display: none;
}

/*----------------------------------------*/
/*  17. Menu css start
/*----------------------------------------*/
.it-main-menu nav ul li {
  position: relative;
  display: inline-block;
  padding: 24px 0;
}
.it-main-menu nav ul li > a {
  font-size: 17px;
  font-weight: 500;
  padding: 5px 24px;
  display: inline-block;
  color: var(--it-common-black);
  transition: 0.3s;
  text-decoration: none;
}
.it-main-menu nav ul li:hover > a {
  color: var(--it-common-white);
  background-color: #00479e;
}
.it-main-menu nav ul li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  transform: perspective(300px) rotateX(-18deg);
  border-top: 4px solid #00479e;
  background-color: var(--it-common-black);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}
.it-main-menu nav ul li > .submenu > li {
  padding: 0;
  margin: 0;
}
.it-main-menu nav ul li > .submenu > li > a {
  position: relative;
  padding: 0;
  display: block;
  color: var(--it-common-white);
  background: none;
  padding: 5px 0;
}
.it-main-menu nav ul li > .submenu > li > a::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  height: 1px;
  width: 0px;
  background-color: #00479e;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.it-main-menu nav ul li > .submenu > li > a:hover {
  padding-left: 30px;
}
.it-main-menu nav ul li > .submenu > li > a:hover::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.it-main-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}
.it-main-menu nav ul li.has-dropdown::after {
  position: absolute;
  content: "\f107";
  font-family: var(--it-ff-fontawesome);
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400;
  transition: 0.3s;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  color: var(--it-common-black);
}
.it-main-menu nav ul li:hover.has-dropdown::after {
  top: 40%;
  transform: rotate(-180deg);
  color: var(--it-common-white);
}

.it-menu-mobile .it-submenu {
  display: none;
}
.it-menu-mobile .it-menu-content {
  margin-bottom: 70px;
}
.it-menu-mobile .home-img {
  margin-bottom: 40px;
}
.it-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.it-menu-mobile ul > li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.it-menu-mobile ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.it-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.it-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.it-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.it-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: #00479e;
  border-color: #00479e;
  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: #00479e;
}
.it-menu-mobile ul > li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: #00479e;
  border-color: #00479e;
  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;
}
.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: #00479e;
}
.it-menu-mobile ul > li:hover > a::after {
  color: #00479e;
}
.it-menu-mobile ul > li:hover > a .dropdown-toggle-btn i {
  color: #00479e;
}
.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;
  margin-top: 15px;
  margin-bottom: 25px;
}
.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: #00479e;
}
.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;
}

/*----------------------------------------*/
/*  24. Slider css start
/*----------------------------------------*/
.it-slider-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--it-common-black);
  opacity: 0.1;
  z-index: 1;
}
.it-slider-height {
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-height {
    height: auto;
  }
}
@media (max-width: 767px) {
  .it-slider-height {
    height: auto;
    flex-wrap: nowrap;
  }
}
.it-slider-title {
  font-size: 85px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .it-slider-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-title {
    font-size: 48px;
  }
}
.it-slider-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.it-slider-tour-style .it-tour-package-button-box .nav button.active {
  color: #ff4004;
  border-bottom: 1px solid #ff4004;
}
.it-slider-tour-style .it-tour-package-search button {
  color: var(--it-common-white);
  background-color: #ff4004;
}
.it-slider-wrapper .swiper-slide.swiper-slide-active .it-slider-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

@media (max-width: 767px) {
  .it-slider-2-area .it-slider-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-2-area .it-slider-title {
    font-size: 60px;
  }
}
.it-slider-2-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.it-slider-2-ovarlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--it-common-black);
  opacity: 0.15;
  z-index: 2;
}
.it-slider-2-height {
  height: 700px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .it-slider-2-height {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-2-height {
    height: 600px;
  }
}
.it-slider-2-text p {
  font-size: 18px;
  color: var(--it-common-white);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .it-slider-2-text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-2-text p {
    font-size: 18px;
  }
}
.it-slider-2-form {
  width: 69%;
}
.it-slider-2-form button {
  position: absolute;
  right: 7px;
  font-size: 14px;
  padding: 15px 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #4CA029;
}
@media (max-width: 767px) {
  .it-slider-2-form {
    width: 100%;
  }
}
.it-slider-2-input input {
  padding-left: 52px;
  padding-right: 155px;
  border-radius: 5px;
}
.it-slider-2-input input::placeholder {
  font-size: 14px;
}
.it-slider-2-input-icon {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 30px;
}

.it-hero-height {
  height: 850px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-height {
    height: 745px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-height {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .it-hero-height {
    height: 100%;
  }
}
.it-hero-bg {
  padding-top: 63px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-bg {
    padding-top: 0;
  }
}
.it-hero-overlay::before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #fff4ef;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-content-wrap {
    margin-bottom: 50px;
  }
}
.it-hero-content-shape {
  position: absolute;
  bottom: -20%;
  right: 0;
  animation: rotate2 6s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-content-shape {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-content-shape {
    bottom: 0;
    right: 10%;
  }
}
.it-hero-thumb {
  transform: translateX(300px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-hero-thumb-box {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .it-hero-thumb-box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-hero-thumb {
    transform: translateX(200px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-thumb {
    transform: translateX(130px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-thumb {
    transform: translateX(65px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-thumb {
    transform: translateX(50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-thumb {
    transform: translateX(250px);
  }
}
@media (max-width: 767px) {
  .it-hero-thumb {
    transform: translateX(50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-thumb {
    transform: translateX(140px);
  }
}
.it-hero-thumb-shape {
  position: absolute;
  left: 26%;
  animation: itupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-thumb-shape {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-thumb-shape {
    left: -10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-thumb-shape {
    left: 0;
  }
}
.it-hero-thumb > img {
  border: 5px solid #fff;
  border-radius: 1000px;
  width: 400px;
  height: 600px;
}
.it-hero-sub-thumb {
  position: absolute;
  bottom: -11%;
  left: -30%;
}
.it-hero-sub-thumb img {
  border: 5px solid #fff;
  border-radius: 1000px;
  width: 270px;
  height: 450px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title-box p {
    margin-right: 30px;
  }
}

.it-hero-3-space {
  padding-top: 105px;
  padding-bottom: 65px;
}
.it-hero-3-thumb-pl {
  transform: translateX(100px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-thumb-pl {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-3-thumb-pl {
    transform: translateX(-30px);
  }
}
.it-hero-3 .it-slider-title {
  font-size: 80px;
}
@media (max-width: 767px) {
  .it-hero-3 .it-slider-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-3 .it-slider-title {
    font-size: 50px;
  }
}

.it-tour-package-mt {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .it-tour-package-mt {
    margin-top: 0;
  }
}
.it-tour-package-box {
  padding: 30px;
  background: var(--it-common-white);
 
  border-radius: 5px;
}
.it-tour-package-wrap .tab-content {
  padding: 0 18px;
}
.it-tour-package-item {
  position: relative;
  margin-bottom: 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-tour-package-item {
    margin-bottom: 20px;
  }
}
.it-tour-package-button-box {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
}
.it-tour-package-button-box .nav-link {
  padding-left: 0;
}
.it-tour-package-button-box .nav button {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--it-common-black);
  font-family: var(--it-ff-gloss);
  padding-bottom: 14px;
  transition: 0.3s;
}
.it-tour-package-button-box .nav button.active {
  color: #00479e;
  border-bottom: 1px solid #00479e;
}
.it-tour-package-icon {
  margin-right: 12px;
}
.it-tour-package-icon i {
  font-size: 20px;
  color: var(--it-common-black);
}
.it-tour-package-title {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--it-common-black);
}
.it-tour-package-text input {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  height: 20px;
  padding: 0;
  padding-right: 15px;
  height: 20px;
}
.it-tour-package-text input::-webkit-input-placeholder {
  font-size: 14px;
}
.it-tour-package-text input:-moz-placeholder {
  font-size: 14px;
}
.it-tour-package-text input::-moz-placeholder {
  font-size: 14px;
}
.it-tour-package-text input:-ms-input-placeholder {
  font-size: 14px;
}
.it-tour-package-text input:focus {
  border-color: none;
}
.it-tour-package-text input.form-control {
  padding: 0px 20px;
  padding-right: 0;
  height: 30px;
}
.it-tour-package-text input.form-control:focus {
  color: var(--it-common-black);
  background-color: none;
  border-color: 0;
  outline: 0;
  box-shadow: inherit;
}
.it-tour-package-search {
  position: absolute;
  top: 0;
  right: 1px;
}
.it-tour-package-search button {
  font-size: 15px;
  padding: 15px;
  width: 50px;
  height: 50px;
  color: var(--it-common-white);
  background-color: #00479e;
  border-radius: 5px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-tour-package-main {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-tour-package-main {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-tour-package-main {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .it-slider-title-box {
    transform: translateY(-130px);
  }
}

/*----------------------------------------*/
/*  08. Destination css start
/*----------------------------------------*/
.it-destination-shape-1 {
  position: absolute;
  left: 7%;
  animation: itupdown 0.8s infinite alternate;
}
.it-destination-shape-2 {
  position: absolute;
  right: 10%;
  animation: rotate2 4s linear infinite;
}
.it-destination-item {
  overflow: hidden;
  border-radius: 10px;
}
.it-destination-item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--it-common-black);
  opacity: 0.5;
  border-radius: 10px;
}
.it-destination-item:hover .it-destination-thumb img {
  scale: 1.3;
}
.it-destination-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: 1.3s;
}
.it-destination-content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 30px;
  z-index: 2;
}
.it-destination-content span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: capitalize;
  text-align: center;
  color: #ff4004;
}
.it-destination-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 0.8;
  text-transform: capitalize;
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-destination-title:hover {
  color: #00479e;
}

.it-destination-2-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, #fff3ee 0%, #fff3ee 100%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-destination-2-title-box .it-section-title {
    font-size: 32px;
  }
}
.it-destination-2-pt {
  padding-bottom: 316px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-destination-2-pt {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-destination-2-pt {
    padding-bottom: 120px;
  }
}
.it-destination-2-shape-1 {
  position: absolute;
  left: 9%;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-destination-2-button {
    margin-bottom: 40px;
  }
}
.it-destination-2-active {
  margin-right: -470px;
}
.it-destination-2-item {
  width: 270px;
  transition: 0.3s;
}
.it-destination-2-item:hover .it-destination-2-thumb img {
  border-radius: 250px;
}
.it-destination-2-item:hover .it-destination-2-text {
  border-radius: 30px;
}
.it-destination-2-thumb {
  transition: 0.3s;
  width: 100%;
}
.it-destination-2-thumb img {
  width: 100%;
  border-radius: 10px;
}
.it-destination-2-text {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 40px;
  padding: 12px;
  border-radius: 10px;
  background-color: var(--it-common-white);
  transition: 0.3s;
}
.it-destination-2-place {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--it-common-black);
  transition: 0.3s;
}
.it-destination-2-place:hover {
  color: #ff4004;
}
.it-destination-2-tourist {
  font-size: 14px;
  color: #ff4004;
}
.it-destination-2-arrow-box {
  position: absolute;
  bottom: -100px;
  right: 50px;
}

.it-destination-list-shape {
  position: absolute;
  left: 10%;
  animation: rotate2 6s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-destination-list-shape {
    top: 30px;
  }
}
.it-destination-list-item {
  margin-bottom: 30px;
}
.it-destination-list-item:hover .it-destination-list-thumb img {
  transform: scale(1.3);
}
.it-destination-list-number {
  position: absolute;
  right: 22px;
  top: 23px;
  padding: 9px;
  font-size: 10px;
  color: var(--it-common-white);
  display: inline-block;
  background-color: #ff4004;
  z-index: 2;
  border-radius: 2px;
}
.it-destination-list-thumb {
  border-radius: 10px;
}
.it-destination-list-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: 1.5s;
}
.it-destination-list-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.it-destination-list-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-destination-list-title:hover {
  color: #ff4004;
}
.it-destination-list-departures {
  font-weight: 500;
  font-size: 16px;
  color: var(--it-common-white);
}

@media (max-width: 767px) {
  .it-popular-style .it-destination-slider-wrap {
    margin-top: 30px;
  }
}
.it-popular-style .it-destination-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .it-popular-style .it-destination-title-box {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-popular-style .it-destination-title-box .it-section-title {
    font-size: 35px;
  }
}
.it-popular-style .it-destination-content {
  bottom: 20px;
  left: 20px;
  margin: 0;
}
.it-popular-style .it-destination-content span {
  color: var(--it-common-white);
}
.it-popular-button {
  text-align: end;
}
@media (max-width: 767px) {
  .it-popular-button {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-popular-button {
    text-align: end;
  }
}

.it-inner-destination .it-dest-item {
  margin-bottom: 30px;
}
.it-inner-destination .it-dest-item:hover .it-dest-thumb img {
  transform: scale(1.2);
}
.it-inner-destination .it-dest-thumb {
  border-radius: 10px;
}
.it-inner-destination .it-dest-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: 1.3s;
}
.it-inner-destination .it-dest-content span {
  font-size: 15px;
  line-height: 1.6%;
  color: #00479e;
}
.it-inner-destination .it-dest-title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--it-common-black);
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-inner-destination .it-dest-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .it-inner-destination .it-dest-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-inner-destination .it-dest-title {
    font-size: 24px;
  }
}
.it-inner-destination .it-dest-title:hover a {
  color: #00479e;
}
.it-inner-destination .it-dest-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  color: var(--it-common-white);
  background-color: #00479e;
  border-radius: 50%;
  transform: rotate(-30deg);
  transition: 0.3s;
}
.it-inner-destination .it-dest-icon a:hover {
  background-color: #ff4004;
}

/*----------------------------------------*/
/*  02. About css start
/*----------------------------------------*/
.it-about-bg {
  background-position: bottom;
  background-repeat: no-repeat;
}
.it-about-shape-1 {
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-about-shape-1 {
    display: none;
  }
}
.it-about-shape-2 {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-about-shape-2 {
    right: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-shape-2 {
    right: -14%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-title-box .it-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-about-thumb-wrap {
    margin-bottom: 50px;
  }
}
.it-about-main-thumb img {
  border-radius: 10px;
}
.it-about-sub-thumb-1 {
  position: absolute;
  bottom: -56%;
  left: 2%;
}
.it-about-sub-thumb-1 img {
  border-radius: 10px;
  border: 5px solid var(--it-common-white);
}
.it-about-sub-thumb-2 {
  position: absolute;
  bottom: -74%;
  right: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-sub-thumb-2 {
    right: 2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-sub-thumb-2 {
    right: 0;
  }
}
.it-about-sub-thumb-2 img {
  border-radius: 10px;
}
.it-about-service-icon span {
  font-size: 30px;
  color: #ff4004;
  width: 68px;
  height: 68px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 101, 37, 0.3);
}
.it-about-service-text p {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}
.it-about-service-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-style-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .it-about-style-2 .it-section-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-2 .it-section-title {
    font-size: 50px;
  }
}
.it-about-style-2 .it-about-shape-1 {
  right: 8%;
}
.it-about-style-2 .it-about-shape-2 {
  bottom: 20px;
  animation: rotate2 4s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .it-about-style-2 .it-about-content {
    margin-bottom: 40px;
  }
}
.it-about-style-2 .it-about-main-thumb img {
  border: 5px solid #ff4004;
  border-radius: 250px;
}
.it-about-style-2 .it-about-sub-thumb {
  position: absolute;
  bottom: 5%;
  left: -28%;
  animation: itupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-style-2 .it-about-sub-thumb {
    left: -10%;
  }
}
.it-about-style-2 .it-about-sub-thumb img {
  border: 5px solid var(--it-common-white);
  border-radius: 250px;
}
.it-about-style-2 .it-about-experience-box {
  position: absolute;
  padding: 31px 43px;
  top: 115px;
  left: -26%;
  width: 310px;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid var(--it-common-white);
  border-radius: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-style-2 .it-about-experience-box {
    left: -14%;
  }
}
@media (max-width: 767px) {
  .it-about-style-2 .it-about-experience-box {
    top: 30px;
    left: 0;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-2 .it-about-experience-box {
    top: 115px;
    left: 0;
    transform: scale(1);
  }
}
.it-about-style-2 .it-about-experience-title {
  font-size: 30px;
  line-height: 112%;
  color: var(--it-common-white);
  margin-right: 20px;
}
.it-about-style-2 .it-about-experience-text {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: var(--it-common-white);
}

.it-about-style-3-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.it-about-style-3 .it-about-service-icon span {
  background: none;
}
.it-about-style-3 .it-about-service-title {
  font-size: 24px;
}
.it-about-style-3 .it-about-service-text p {
  font-size: 18px;
  margin-right: 38px;
}
@media (max-width: 767px) {
  .it-about-style-3 .it-about-service-text p {
    font-size: 16px;
    margin-right: 0;
  }
}
.it-about-style-3 .it-about-main-thumb img {
  border: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .it-about-style-3 .it-about-thumb-wrap {
    transform: scale(0.8);
  }
}
.it-about-style-3 .it-about-thumb-shape {
  position: absolute;
  width: 400px;
  height: 395px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background-color: #00479e;
  border-radius: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .it-about-style-3 .it-about-thumb-shape {
    left: -38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-3 .it-about-thumb-shape {
    left: 0;
  }
}
.it-about-style-3 .it-about-thumb-shape::before, .it-about-style-3 .it-about-thumb-shape::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  transform: scale(1.5);
  border: 1px solid #41c985;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.it-about-style-3 .it-about-thumb-shape::after {
  width: 60%;
  height: 60%;
  background-color: rgba(17, 187, 103, 0.5);
}
.it-about-style-3 .it-about-thumb-rocket {
  position: absolute;
  top: -6%;
  z-index: -1;
}
.it-about-style-3 .it-about-thumb-cloud-1 {
  position: absolute;
  top: 0;
  right: 0;
  animation: itleftright 1s infinite alternate;
}
.it-about-style-3 .it-about-thumb-cloud-2 {
  position: absolute;
  bottom: 13%;
  left: -13%;
  animation: itleftright 1s infinite alternate;
}

.inner-about-style .it-about-wrap {
  margin-left: -100px;
}
.inner-about-style .it-about-thumb-wrap {
  margin-left: -100px;
}
@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) {
  .inner-about-style .it-about-thumb-wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-wrap {
    display: block;
  }
}
.inner-about-style .it-about-thumb-box {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-about-style .it-about-thumb-box {
    margin-right: 30px;
  }
}
.inner-about-style .it-about-thumb-shape {
  color: #ff4004;
  margin-bottom: 10px;
}
.inner-about-style .it-about-thumb-1 {
  margin-bottom: 30px;
}
.inner-about-style .it-about-thumb-1 img {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-about-style .it-about-thumb-2 {
    margin-bottom: auto;
  }
}
.inner-about-style .it-about-thumb-2 img {
  border-radius: 15px;
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-about-style .it-about-thumb-2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-2 img {
    width: 100%;
  }
}
.inner-about-style .it-about-thumb-single img {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .inner-about-style .it-about-thumb-single img {
    width: 100%;
  }
}
.inner-about-style .it-about-experience {
  padding: 45px 24px;
  background-color: #ff4004;
  display: inline-block;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-about-style .it-about-experience {
    padding: 45px 6px;
  }
}
.inner-about-style .it-about-experience-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.inner-about-style .it-about-experience-icon span {
  color: var(--it-common-white);
}
.inner-about-style .it-about-experience-number {
  font-size: 52px;
  color: var(--it-common-white);
}
.inner-about-style .it-about-experience i {
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--it-common-white);
}
.inner-about-style .it-about-counter-text {
  border-right: 1px dashed;
}
@media (max-width: 767px) {
  .inner-about-style .it-about-counter-text {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-about-style .it-about-counter-text {
    text-align: inherit;
  }
}
.inner-about-style .it-about-counter-text p {
  font-size: 16px;
  color: var(--it-common-black);
}
.inner-about-style .it-about-counter-number {
  font-size: 26px;
}
.inner-about-style .it-about-counter-button .it-btn-primary {
  padding: 20px 30px;
}
.inner-about-style .it-about-counter-button .it-btn-primary span svg {
  margin-left: 5px;
}
.inner-about-style .it-about-counter-button .it-btn-primary:hover span svg {
  animation: tfLeftToRight 0.4s forwards;
}

/*----------------------------------------*/
/*  12. Featured css start
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-featured-area {
    padding-left: 20px;
    padding-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-featured-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.it-featured-shape-1 {
  position: absolute;
  left: 5%;
  animation: moving 9s linear infinite;
}
@media (max-width: 767px) {
  .it-featured-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-featured-shape-1 {
    left: 0;
    display: block;
  }
}
.it-featured-shape-2 {
  position: absolute;
  right: 6%;
  animation: itupdown 0.8s infinite alternate;
}
@media (max-width: 767px) {
  .it-featured-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-featured-shape-2 {
    right: 4%;
    display: block;
  }
}
@media (max-width: 767px) {
  .it-featured-title-box .it-section-title {
    font-size: 45px;
  }
}
.it-featured-item {
  padding: 0 0 10px 0;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0);
  background: #fff;
  transition: 0.3s;
  margin-bottom: 30px;
  border-radius: 10px;
}
.it-featured-item:hover .it-featured-thumb img {
  transform: scale(1.1);
}
.it-featured-item:hover .it-featured-thumb::before {
  opacity: 1;
  visibility: visible;
}
.it-featured-item:hover .featured-btn {
  background-color: #00479e;
}
.it-featured-item:hover .featured-btn-black {
  color: var(--it-common-white);
  background-color: #00479e;
}
.it-featured-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.it-featured-thumb img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: 0.4s;
}
.it-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(22, 27, 24, 0.5);
  border-radius: 10px 10px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}
.it-featured-top {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.it-featured-content {
  padding: 20px;
  position: relative;
}
.it-featured-offer span {
  font-size: 10px;
  display: inline-block;
  padding: 6px 11px;
  color: var(--it-common-white);
  background-color: #00479e;
  margin-right: 10px;
}
.it-featured-categories span {
  font-size: 10px;
  display: inline-block;
  padding: 6px 11px;
  color: var(--it-common-white);
  background-color: #ff4004;
}
.it-featured-react-box {
  position: absolute;
  top: -15px;
  right: 10%;
  z-index: 3;
}
.it-featured-react a {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  background-color: var(--it-common-black);
  border-radius: 5px;
  margin-right: 10px;
}
.it-featured-meta a {
  font-size: 12px;
}
.it-featured-meta a i {
  color: #00479e;
}
.it-featured-title {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}
.it-featured-title:hover {
  color: #00479e;
}
.it-featured-price i {
  color: #00479e;
  margin-right: 6px;
}
.it-featured-price p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .it-featured-price p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-featured-price p {
    font-size: 14px;
  }
}
.it-featured-price p span {
  color: #ff4004;
}
.it-featured-review-box {
  border-bottom: 1px dashed;
}
.it-featured-review i {
  color: #ff4004;
  margin-right: 6px;
}
.it-featured-review p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-featured-review p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-featured-review p {
    font-size: 16px;
  }
}
.it-featured-review p span {
  color: #ff4004;
}
.it-featured-time {
  margin-right: 15px;
}
.it-featured-time i {
  color: #00479e;
}
.it-featured-user i {
  color: #00479e;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-featured-style-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.it-featured-style-2 .it-featured-item {
  border-radius: 10px;
}
.it-featured-style-2 .it-featured-react-box {
  top: -50px;
  right: 20px;
}
.it-featured-style-2 .it-featured-react a {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-featured-style-2 .it-featured-title {
  margin-bottom: 25px;
}
.it-featured-style-2 .it-featured-mid-box {
  padding: 20px;
  background-color: #fff4ef;
  border-radius: 10px;
}
.it-featured-style-2 .it-featured-review {
  margin-bottom: 2px;
}
.it-featured-style-2 .it-featured-review p {
  color: var(--it-common-black);
}
.it-featured-style-2 .it-featured-review-box {
  margin-bottom: 13px;
}
.it-featured-style-2 .it-featured-meta a {
  color: var(--it-common-black);
}
.it-featured-style-2 .it-featured-meta a i {
  color: #ff4004;
}
.it-featured-style-2 .it-featured-time span {
  color: var(--it-common-black);
}
.it-featured-style-2 .it-featured-time span i {
  color: #ff4004;
}
.it-featured-style-2 .it-featured-user span {
  color: var(--it-common-black);
}
.it-featured-style-2 .it-featured-user span i {
  color: #ff4004;
}
.it-featured-style-2 .it-featured-price p {
  color: var(--it-common-black);
}
.it-featured-style-2 .it-featured-price i {
  color: #ff4004;
}

.it-featured-style-3-space {
  padding-right: 175px;
  padding-left: 175px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-featured-style-3-space {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-featured-style-3-space {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-featured-style-3-space {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-featured-style-3-space {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.it-featured-style-3 .it-featured-mid-box {
  background-color: #F3F8F6;
}
.it-featured-style-3 .it-featured-meta a i {
  color: #00479e;
}
.it-featured-style-3 .it-featured-time span i {
  color: #00479e;
}
.it-featured-style-3 .it-featured-user span i {
  color: #00479e;
}
.it-featured-style-3 .it-featured-price i {
  color: #00479e;
}
.it-featured-style-3 .it-featured-price p span {
  color: #00479e;
}

.it-featured-4-thumb img {
  border-radius: 5px;
  width: 100%;
  transition: 1.3s;
}
.it-featured-4 .it-featured-shape-1 {
  top: 11%;
  left: auto;
  right: 11%;
  animation: rotate2 6s linear infinite;
}
.it-featured-4 .it-featured-shape-1 span {
  color: #ff4004;
}
.it-featured-4 .it-featured-item {
  overflow: hidden;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  padding: 0;
}
.it-featured-4 .it-featured-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(22, 27, 24, 0.2);
  transition: 0.3s;
  z-index: 1;
}
.it-featured-4 .it-featured-item:hover .it-featured-react-box {
  opacity: 1;
  visibility: visible;
  right: 10px;
}
.it-featured-4 .it-featured-item:hover .it-featured-4-thumb img {
  transform: scale(1.2);
}
.it-featured-4 .it-featured-item:hover .it-featured-content::before {
  bottom: 0;
}
.it-featured-4 .it-featured-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.it-featured-4 .it-featured-content::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  bottom: -100%;
  left: 0;
  background-color: var(--it-common-black);
  opacity: 0.5;
  z-index: -1;
  transition: 0.3s;
}
.it-featured-4 .it-featured-meta a {
  color: var(--it-common-white);
}
.it-featured-4 .it-featured-title {
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-featured-4 .it-featured-title:hover {
  color: #00479e;
}
.it-featured-4 .it-featured-price p {
  color: var(--it-common-white);
}
.it-featured-4 .it-featured-react {
  margin-bottom: 5px;
}
.it-featured-4 .it-featured-react-box {
  top: 20px;
  right: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.it-featured-4 .it-featured-react:hover a {
  color: #00479e;
}
.it-featured-4 .it-featured-review i {
  color: var(--it-common-white);
}
.it-featured-4 .it-featured-review p {
  color: var(--it-common-white);
}
.it-featured-4 .it-featured-review-box {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.it-travel-feat-item {
  overflow: hidden;
}
.it-travel-feat-item:hover .it-travel-feat-thumb img {
  transform: scale(1.3);
}
.it-travel-feat-item:hover .it-travel-feat-thumb::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.it-travel-feat-item:hover .it-travel-feat-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
}
.it-travel-feat-item:hover .it-travel-feat-content {
  opacity: 1;
  visibility: visible;
  bottom: 105px;
}
.it-travel-feat-item:hover .it-travel-feat-content .it-travel-feat-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.it-travel-feat-thumb {
  border-radius: 1000px;
}
.it-travel-feat-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(3, 13, 14, 0.2);
  border-radius: 1000px;
  z-index: 1;
}




