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

[ TABLE OF CONTENTS]

  01. GLOBAL STYLES
  02. COMMON STYLES 
  
-------------------------------------------------------------------*/

/* 01. GLOBAL STYLES */

:root {
  --text-dark: black;
  --paragraph-gray: #5e6774;
  --primary: #a7bee0;
  --gray: #d3dfef;
  --primary-light: #a7cfe0;
  --color-white: white;
  --transparent: rgba(0, 0, 0, 0);
  --dark-gray: #afafaf;
  --image-radius: 6px;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --light-gray: #f9f9fa;
  --radius-large: 56px;
  --button-radius: 46px;
  --dark-grey: #47505d;
  --color-blue: #045ca5;
  --color-orange: #f37800;
  --color-black: #000;
  --tg-primary-color: #013d77;
  --tg-primary-color2: #ea7c00;
  --tg-secondary-color: #00194c;
  --tg-body-font-color: #687799;
  --tg-heading-font-color: #00194c;
  --tg-paragraph-color: #687799;
  --tg-section-background: #f8faff;
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 500;
  --tg-heading-font-weight: 700;
  --tg-body-line-height: 1.7;
  --tg-heading-line-height: 1.2;
  --tg-blue: #095198;
  --tg-metallic-blue: #324b7d;
  --tg-cornflower-blue: #b3ccff;
  --tg-steel-blue: #b6c1db;
  --tg-lavender: #e6eeff;
  --tg-indigo: #6610f2;
  --tg-purple: #6f42c1;
  --tg-pink: #ff005c;
  --tg-red: #ff3c3c;
  --tg-orange: #fd7e14;
  --tg-yellow: #ffb930;
  --tg-green: #219653;
  --tg-teal: #20c997;
  --tg-cyan: #0dcaf0;
  --tg-white: #ffffff;
  --tg-black: #000;
  --tg-gray: #f1f4fc;
  --tg-gray-two: #f1f5ff;
  --tg-gray-three: #96a1b8;
  --tg-gray-four: #667594;
  --tg-border-color: #e1e5ee;
  --facebook: #3b5998;
  --twitter: #00acee;
  --linkedin: #1976d2;
  --pinterest: #3b5998;
  --youtube: #c4302b;
  --skype: #00aff0;
  --dark: #1d2027;
  --color-secondary: #0b57e3;
  --color-primary: #00adef;
}


::-webkit-scrollbar {width:12px !important; }
::-webkit-scrollbar-track {background-color: #e2e2e2}
::-webkit-scrollbar-thumb {background-color: #4c4c4c;border-radius: 0;}


* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

body,
html {
  /* prevent horizontal scrolling */
}

html {
  /* scroll-behavior: smooth;*/
}

li,
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: #282828;
}

p {
  font-size: 16px;
  color: #282828;
  letter-spacing: -0.5px;
}
button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: #282828;
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}
.fixedpadding20 {
  padding: 20px 0;
}
.fixedpadding30 {
  padding: 30px 0;
}
.fixedpadding40 {
  padding: 40px 0;
}
.fixedpadding50 {
  padding: 50px 0;
}
.fixedpadding60 {
  padding: 60px 0;
}
.fixedpadding70 {
  padding: 70px 0;
}
.fixedpadding80 {
  padding: 80px 0;
}
.fixedpadding90 {
  padding: 90px 0;
}
.fixedpadding100 {
  padding: 100px 0;
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space25 {
  margin-bottom: 25px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}

.less-margin {
  margin: 0 !important;
}
.less_left {
  padding-left: 0 !important;
}
.less_right {
  padding-right: 0;
}

.less-right-0px {
  padding-right: 0px !important;
}
.less-left-0px {
  padding-left: 0px !important;
}

.less-right-5px {
  padding-right: 5px !important;
}
.less-left-5px {
  padding-left: 5px !important;
}

.less-right-10px {
  padding-right: 10px !important;
}
.less-left-10px {
  padding-left: 10px !important;
}

.space-left-2px {
  margin-left: 5px;
}
.space-left-5px {
  margin-left: 5px;
}
.space-left-10px {
  margin-left: 10px;
}
.space-right-2px {
  margin-right: 5px;
}
.space-right-5px {
  margin-right: 5px;
}
.space-right-10px {
  margin-right: 10px;
}

/* line height */
.line-height-10 {
  line-height: 10px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}

.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-19px {
  font-size: 19px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-25px {
  font-size: 25px !important;
}
.font-size-26px {
  font-size: 26px !important;
}
.font-size-27px {
  font-size: 27px !important;
}
.font-size-28px {
  font-size: 28px !important;
}
.font-size-29px {
  font-size: 29px !important;
}
.font-size-30px {
  font-size: 30px !important;
}


.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}

.pt-00 {
  padding-top: 00px !important;
}
.pt-05 {
  padding-top: 05px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}

.pb-00 {
  padding-bottom: 00px !important;
}
.pb-05 {
  padding-bottom: 05px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mb-05 {
  margin-bottom: 05px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  padding-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}

.bordernone {
  border: 0 !important;
}
.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}
.h-100vh {
  min-height: 100vh;
}

.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mainBtn {
  transition: 0.4s !important;
  background: #7d9d3a;
  border: solid 0px #fff;
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 25px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
}
.mainBtn:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn:focus {
  color: #fff;
}

.mainBtn2 {
  transition: 0.4s !important;
  background: #00a0e3;
  border: solid 0px #fff;
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 25px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 120px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.mainBtn2:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn2:focus {
  color: #fff;
}



.mainBtn3 {
  transition: 0.4s !important;
  background: #00a0e3;
  border: solid 0px #fff;
  font-size: 17px !important;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 8px;
  margin: 0 2px;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  min-width: 120px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.mainBtn3:hover {
  color: #fff;
  background-color: var(--color-black);
}
.mainBtn3:focus {
  color: #fff;
}



/* Hover Effect */

a.hover {
  position: relative;
  padding-bottom: 5px;
}
a.hover::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-orange);
  top: 100%;
  left: 0;
  pointer-events: none;
  right: 0px;
}
a.hover::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

a.hover2 {
  position: relative;
  padding-bottom: 5px;
}
a.hover2::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  top: 100%;
  left: 0;
  pointer-events: none;
  right: 7px;
}
a.hover2::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover2:hover:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

/* */

.grediant-title {
  background-image: linear-gradient(160deg, #b0cb1f, #00a0e3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.wrapper {
  position: relative;
}



.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.4s;
  background-color: #fff;
}

.menubar {
  position: fixed;
  top: 00px;
  left: 0;
  right: 0;
  z-index: 9;
}

.menubar .topbar{
  background-color: #f1f1f1;
  padding: 5px 0;
  border-bottom: solid 1px #f1f1f1;
}

.menubar .topbar a{
  color: var(--text-dark)
}

.menubar .social{
  margin:0 ;
  padding: 0;
  list-style: none;
}

.menubar .social ul{
  margin: 0;
  padding: 0;
}

.menubar .social li{
  display: inline-block;
  margin-right: 7px;
}

.menubar .inner {
  padding: 0 0;  
  border-radius: 0;
  background-color: #fff
}

.menubar .bg-transparent {
  background-color: transparent !important;
}
.menubar .navbar-brand img {
  max-width: 220px;
}
.menubar li.nav-item {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  padding-left: 5px;
}
.menubar a.nav-link {
  color: #000 !important;
}
.menubar a:focus, 
.menubar a:hover {
  color: #00adef !important;
}
.menubar .dropdown-menu {
  width: 250px;
  top: 66px;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.menubar .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  font-size: 16px;
}
.menubar .dropdown-menu .dropdown-item:hover {
  background-color: #b0cb1f;
  color: #fff !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.navbar-toggler {
  background-color: #fff;
}

.menubar .contact{
  border-left: solid 1px #b0cb1f;
  margin: 0px 0 5px 15px; 
  padding-left: 20px;
}

.menubar .contact i{
  font-size: 35px; 
  float: left
}
.menubar .contact h4{
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px; 
  font-size: 15px;
  padding-left: 40px; 
  color: #000;
  font-weight: 600;
}

.menubar .contact h4 span{
  font-size: 15px;
  color: #000;
  font-weight: 400
}

.banner-area-three {
  padding: 140px 0 60px 0px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 800px;
  margin-top: 00px;
}

.banner-content-three h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-white);
}
.banner-content-three .title {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
  line-height: 1.06;
  letter-spacing: -02px;
  color: #fff
}

.banner-content-three .title span{
  color: #fff
}

.banner-content-three p {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--color-white)
}

.shape-1{
  clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
  width: 85%; 
  height: 900px; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #005995
}
.shape-2{
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  width: 55%; 
  height: 900px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #a6ce39
}

.ball {
  opacity: 1;
  z-index: -2;
  position: absolute;
  border-radius: 50%;
  margin-top: 0;
  top: 0
}
.banner-img-three {
  position: relative;
  text-align: right;
}
.banner-img-three img.main-img {
  width: 470px;
  position: relative;
  bottom: -44px;
  right: -150px;
}

.banner-img-three img.main-img2 {
  width: 490px;
  position: relative;
  bottom: -17px;
  right: -150px;
}

.banner-img-three img.main-img3 {
  width: 520px;
  position: relative;
  bottom: -6px;
  right: -150px;
}



.banner-img-three img.img-two {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  left: 0%;
  bottom: 24%;
}
.banner-img-three img.img-three {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  right: -4%;
  top: 21%;
}
.banner-shape-wrap-three img {
  position: absolute;
  z-index: -1;
}
.banner-shape-wrap-three img:nth-child(1) {
  right: 52%;
  bottom: 20%;
  animation: ribbonRotate 6s infinite linear;
}
.banner-shape-wrap-three img:nth-child(2) {
  right: 25.5%;
  top: 20%;
  animation: alltuchtopdown 8s infinite linear;
}

.headerlsider .owl-nav{position: absolute; bottom: 100px; right: 70px}
.headerlsider .owl-prev, .headerlsider .owl-next{height: 40px; width: 40px; background-color: transparent; color: #fff !important; border: solid 1px #fff !important; border-radius: 50% !important;}
.headerlsider .owl-prev:hover, .headerlsider .owl-next:hover{background-color: #7a9e19 !important; }{background-color: #7a9e19 !important; }

@keyframes ribbonRotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-50px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}



.fixedbtn{
  padding: 10px 25px;
  background-color: #8ea60c;
  color: #fff;
  position: fixed;
  top: 50%; 
  left: -55px;
  z-index: 999;
  transform: rotate(-90deg);
  font-weight: 600;
}

.fixedbtn:hover{
  background-color: #333;
  color: #fff
}





.inner-page-hero{
  min-height: 260px; 
  margin-top: 125px;
  background-color: #005995;
  position: relative;
  align-items: center;
  display: flex;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-position: center;
}
/*
.inner-page-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background:#005995;
  mix-blend-mode: multiply;
  z-index: 1;
}
*/

.inner-page-hero::after {
  background:#187297;
}

.inner-page-hero .inner-content{
  position: relative;
  z-index: 2;
  color: var(--color-white);
  width: 100%;
  text-align: center;
}

.inner-page-hero h1{
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 36px;
  background-color: rgba(0,0,0,0.5);
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.get-enquiry {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #222;
  padding: 8px;
  margin-top: -70px;
  z-index: 999 !important;
  padding: 7px 20px;
  transform: rotate(-90deg);
}
.get-enquiry a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.feature-1 {
  position: relative;
  padding: 50px 15px;
  margin-top: -130px;
  z-index: 2
}
.feature-1 .item-1 {
  background-color: #b0cb1f;
  box-shadow: 0px 40px 60px 0px rgba(176, 203, 31, 0.3);
  border-radius: 15px 0 0px 15px;
  padding: 30px;
}
.feature-1 .item-2 {
  background-color: #0b1375;
  box-shadow: 0px 40px 60px 0px rgba(11, 19, 117, 0.3);
  border-radius: 0;
  padding: 30px;
}
.feature-1 .item-3 {
  background-color: #00a0e3;
  box-shadow: 0px 40px 60px 0px rgba(0, 160, 223, 0.3);
  border-radius: 0px 15px 15px 0px;
  padding: 30px;
}
.feature-1 .icon-left {
  max-width: 60px;
  float: left;
}
.feature-1 .icon-left img {
  width: 100%;
}
.feature-1 .content-right {
  padding-left: 80px;
}
.feature-1 h3 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 24px;
}
.feature-1 .more-arrow {
  height: 38px;
  width: 38px;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  margin-top: 5px;
}

.about-area {
  position: relative;
  padding: 50px 15px 0 15px;
}
.about-area .fixedimg {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.about-area .main-img {
  max-width: 100%;
  border-radius: 0;
}
.about-area h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.about-area h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.about-area h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}
.about-area p {
  font-size: 17px;
}

.about-area h5{
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 25px;
}

.about-area h5 span{
  font-size: 15px;
  letter-spacing: -0.5px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 0px;
}

.about-card {
  display: inline-block;
  padding: 50px;
  background: #1d2027;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.about-card ul {
  margin: 0;
  padding: 0;
}
.about-card .icon {
  width: 50px;
  float: left;
  margin-top: 10px;
}
.about-card .icon img {
  width: 100%;
}
.about-card .fun-fact {
  padding-left: 20px;
}
.about-card .fun-fact span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
  line-height: normal;
  display: inline-block;
  line-height: normal;
}
.about-card li {
  margin-top: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  display: flex;
}

.about-card li i {
  display: inline-block;
  font-size: 60px;
  min-width: 85px;
  position: relative;
  top: 30px;
  color: var(--color-white);
}
.about-card .fun-fact .counter {
  color: var(--color-white);
  line-height: 1;
  font-size: 50px;
}
.about-card .fun-fact .medium {
  color: var(--color-white);
  font-weight: 600;
  opacity: 0.8;
  font-size: 17px;
}
.about-card li:first-child {
  margin: 0;
}
.about-shape-wrap-three img {
  position: absolute;
  z-index: -1;
}
.about-shape-wrap-three img:nth-child(1) {
  right: 10%;
  top: 15%;
  animation: alltuchtopdown 8s infinite linear;
}


.couter-area{
  padding: 30px 15px;
  background:#005995; 
}

.couter-area h2{
  color: #fff;
  font-size: 55px;
  letter-spacing: -2px;
  font-weight: 700;
  margin: 0
}

.couter-area p{
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600
}



.couter-area2{
  border:solid 1px #d3d6c5;
  margin-bottom: 30px;
  background-color: #eef2d7;
  padding: 15px 10px;
  border-radius: 10px;
}

.couter-area2 h2{
  color: #000;
  font-size: 35px !important;
  letter-spacing: -1.2px;
  font-weight: 600 !important;
  margin: 0 !important
}

.couter-area2 p{
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 600
}



.our-services {
  padding: 120px 15px;
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.our-services h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.our-services h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.our-services h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}
.our-services p {
  font-size: 17px;
}
.our-services .service-nav-info {
  padding: 47px 50px;
  background: #fff;
  margin-right: 50px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
  margin-top: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.our-services .service-nav-info::before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 30px solid var(--dark);
  border-bottom: 30px solid var(--dark);
  z-index: -1;
  opacity: 0.06;
}

ul.list-2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  z-index: 2;
  position: relative;
}
ul.list-2 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 4px 0;
  padding-left: 35px;
  position: relative;
  letter-spacing: -0.5px;
}
ul.list-2 li:before {
  content: "\f00c";
  left: 8px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--color-orange);
}

ul.list-3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  z-index: 2;
  position: relative;
}
ul.list-3 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 0 0;
  padding-left: 50px;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
ul.list-3 li:before {
  content: "\f058";
  left: 8px;
  position: absolute;
  font-family: "FontAwesome";
  color: var(--color-orange);
  font-size: 24px;
  top: -4px;
}
ul.list-3 h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
ul.list-3 p {
  font-size: 17px;
  font-weight: 400;
}

ul.list-4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
ul.list-4 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 0 0;
  padding-left: 40px;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
ul.list-4 li:before {
  content: "\f058";
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
  color: #00a0e3;
  font-size: 24px;
  top: -6px;
}




ul.list-5 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  z-index: 2;
  position: relative;
}
ul.list-5 li {
  color: var(--color-black);
  font-weight: 4500;
  margin: 0 0;
  padding-left: 35px;
  position: relative;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 30px;
}
ul.list-5 li:before {
  content: "\f058";
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
  color: #00a0e3;
  font-size: 24px;
  top: -6px;
}


.services-card {
  overflow: hidden;
  border-radius: 15px;
}
.services-card h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.our-team {
  padding: 80px 15px;
  position: relative;
}
.our-team h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.our-team h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.our-team h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}

.team-style-one {
  margin-bottom: 20px;
}
.team-style-one .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 25px;
}

.team-style-one .caption{
  border-radius: 25px;
}

.team-style-one .caption p{color: #fff}
.team-style-one .caption span{color: #fff}
.team-style-one .caption h4 a{color: #fff}

.team-style-one .captionbg1{
  background-color: #005995
}
.team-style-one .captionbg2{
  background-color: #f3b53a
}
.team-style-one .captionbg3{
  background-color: #7d9d3a
}

.team-style-one img {
  width: 100%;
}
.team-style-one .thumb .social {
  position: absolute;
  left: -80px;
  right: 90px;
  bottom: 0;
  padding: 15px;
  background: #00adef;
  z-index: 1;
  text-align: center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-style-one.active .thumb .social,
.team-style-one:hover .thumb .social {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-one .thumb .social ul {
  margin: 0;
  padding: 0;
}
.team-style-one .thumb .social ul li {
  display: inline-block;
  margin: 0 15px;
}
.team-style-one .thumb .social ul li a {
  display: inline-block;
  color: #fff;
}
.team-style-one .thumb::after {
  position: absolute;
  left: -120px;
  bottom: -50px;
  content: "";
  height: 200px;
  width: 200px;
  background: #000;
  transform: skewX(40deg);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
}
.team-style-one.active .thumb::after,
.team-style-one:hover .thumb::after {
  opacity: 0.5;
  visibility: visible;
  bottom: 0;
  transition-delay: 100ms;
}
.team-style-one .thumb::before {
  position: absolute;
  right: -99px;
  bottom: -100px;
  content: "";
  height: 200px;
  width: 130px;
  background: #a6ce39;
  opacity: 0;
  visibility: hidden;
  transform: skewX(-40deg);
  transition: all 0.35s ease-in-out;
}
.team-style-one.active .social,
.team-style-one:hover .social {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-one.active .thumb::before,
.team-style-one:hover .thumb::before {
  opacity: 0.5;
  visibility: visible;
  bottom: 0;
  transition-delay: 150ms;
  transition-duration: 200ms;
}
.team-style-one h4 {
  margin: 0;
}

.team-style-two{
  position: relative;
  border-radius: 15px;
  background: rgb(255,255,255);
background: linear-gradient(333deg, rgba(255,255,255,1) 34%, rgba(240,255,242,1) 60%);
}

.team-style-two .avatar{
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  background-size: cover;

}

.team-style-two h3{font-size: 20px; font-weight: 600;margin-bottom: 0px; letter-spacing: -0.8px;}
.team-style-two p{margin-bottom: 0; font-size: 14px; color: #858585}


.request-call-back-area {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding: 50px 15px;
}
.request-call-back-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background:#eaeff2;
  mix-blend-mode: multiply;
  z-index: -1;
}
.request-call-back-area.secondary::after {
  background: var(--color-primary);
}
.request-call-back-area .requestBtn {
  background-color: #005995;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  color: #fff
}

.request-call-back-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.request-call-back-area h3 {
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  letter-spacing: -2px;
}
.request-call-back-area p {
  color: #005995;
  font-size: 20px;
  font-weight: 600
}

.achivement-counter {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 50px;
  margin: 80px 0;
}
.achivement-counter ul {
  margin: 0;
  padding: 0;
}
.achivement-counter ul li {
  margin-bottom: 30px;
}
.achivement-counter ul li:last-child {
  margin-bottom: 0;
}
.achivement-counter p {
  font-size: 18px;
}

.study-abroad {
  padding: 00px 15px 80px 15px;
  position: relative;  
}

.study-abroad .heading-title{
  background-color: #005995;
  margin: 0 -15px;
  padding: 40px 15px;
}

.study-abroad h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
  color: var(--color-white)
}
.study-abroad h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.study-abroad h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 0;
  line-height: 1em;
  color: var(--color-white)
}
.study-abroad .studyitem {
  position: relative;
  border-radius: 10px;
  padding: 10px;
  border: solid 1px #e0e0e0;
}
.study-abroad img {
  border-radius: 8px;
}
.study-abroad .studyitem h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.study-abroad .studyitem p {
  margin-bottom: 0;
}

.study-abroad span{display: block;margin-top: 0px;text-align: center;font-size: 15px;letter-spacing: -0.5px;}

.study-abroad .owl-prev,
.study-abroad .owl-next {
  display: none !important;
}
.study-abroad .owl-dots {
  margin-top: 20px;
}
.study-abroad .owl-dot span {
  height: 7px !important;
  width: 7px !important;
  background-color: #9ca3a9;
}
.study-abroad .owl-dots .active span {
  background-color: var(--color-primary) !important;
}



.our-process {
  padding: 80px 15px;
  position: relative;
  background-color: #f8f9fb;
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.our-process h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.our-process h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.our-process h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}
.our-process p {
  font-size: 17px;
}

.ourBlog {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  background-position: right top;
 
}
.ourBlog h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.ourBlog h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.ourBlog h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}

.blog-item {
  background: var(--color-white);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
  padding: 15px;
  margin-bottom: 20px;
}
.blog-item img {
  border-radius: 8px;
}
.blog-meta {
  margin-bottom: 20px;
}
.blog-meta ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.blog-meta ul li {
  position: relative;
  z-index: 1;
  font-size: 13px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.blog-meta ul li:after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #ccc;
  position: absolute;
  right: 15px;
}
.blog-meta ul li:last-child:after {
  height: 0;
}
.blog-item h4 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.8px;
}

.btn-simple {
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  font-size: 17px;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.btn-simple i {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 7px;
  transition: all 0.35s ease-in-out;
  background: #000;
  color: var(--color-white);
}
.btn-simple:hover {
  color: #00adef;
}
.btn-simple:hover i {
  background-color: #00adef;
}

.testimonials {
  padding: 80px 15px;

}

/*
.testimonialsslide:before{content: ""; background-image: url(../img/qoute-left.png);height: 35px; width: 55px;position: absolute; bottom: 75px; right: 0;opacity: 0.1}
.testimonialsslide:after{content: ""; background-image: url(../img/qoute-right.png);height: 35px; width: 55px;position: absolute; top: 75px; left: 0;opacity: 0.1}
*/

.testimonials h4 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  position: relative;
}
.testimonials h4:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.testimonials h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}

.testimonials .item{padding: 4px;}

.testimonials .inner{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.testimonials .inner:before{
  content: ""; 
  background-image: url(../img/qoute-left.png);
  height: 35px; 
  width: 55px;
  position: absolute; 
  top: 30px; 
  right:30px;
  opacity: 0.1
}

.testimonials .avatar {
  height:60px;
  width: 60px;
  margin-bottom: 25px;
  background-color: #333;
  border-radius: 50%;
  background-size: cover;
}
.testimonials p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
.testimonials .owl-prev,
.testimonials .owl-next {
  display: none !important;
}
.testimonials .owl-dots {
  margin-top: 20px;
}
.testimonials .owl-dot span {
  height: 7px !important;
  width: 7px !important;
  background-color: #9ca3a9;
}
.testimonials .owl-dots .active span {
  background-color: var(--color-primary) !important;
}

.testimonial-style-two {
  padding: 30px;
  padding-left: 95px;
  position: relative;
  padding-right: 90px;
  background-color: #d2e5d2;
  border-radius: 15px;
  margin-bottom: 30px;
}

.testimonial-style-two .avtar{
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: -70px;
  height: 140px;
  width: 140px;
  background-color: #ccc;
  border-radius: 50%;
  background-size: cover;
  border: solid 5px #fff;
}

.testimonial-style-two .qoute-icon{
  position: absolute;
  top: 20px; 
  right: 20px;
}

.testimonial-style-two h3{
  font-weight: 600;
  font-size: 20px !important;
  margin-bottom: 0;
  letter-spacing: -0.5px !important;
}


.testimonial-style-three {
  padding: 30px;
  padding-left: 95px;
  position: relative;
  padding-right: 90px;
  background-color: #deeff6;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: right
}

.testimonial-style-three .avtar{
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -70px;
  height: 140px;
  width: 140px;
  background-color: #ccc;
  border-radius: 50%;
  background-size: cover;
  border: solid 5px #fff;
}

.testimonial-style-three .qoute-icon{
  position: absolute;
  top: 20px; 
  left: 20px;
}

.testimonial-style-three h3{
  font-weight: 600;
  font-size: 20px !important;
  margin-bottom: 0;
  letter-spacing: -0.5px !important;
}


.inner-page-content{
  padding: 70px 15px;
  position: relative;
}

.inner-page-content h2{
  letter-spacing: -1px;
  font-weight: 700;
}


.contact-details{position: relative;}
.contact-details .icon{float: left; width: 25px; margin-right: 15px;}
.contact-details h4{font-size: 20px; color: #333; font-weight: 700; line-height: 26px}
.contact-details ul{margin-left: 10px; font-size: 16px;letter-spacing: -0.8px;}
.contact-details li{margin: 0;padding: 2px 0;}
.contact-details .push-left{padding-left: 30px;}
.contact-details p{margin-left: 10px;}
hr.seprator{opacity: 0.1; margin-left: 40px;}

.feature.map {
  height: 100%;
}


.contactform{padding: 50px;box-shadow: 0px 10px 59px -28px rgba(0,0,0,0.1); border:solid 1px #f2f2f2;}
.contactform label{display: block; margin-bottom: 8px;}
.contactform label span{color: red}
.contactform .form-control{box-shadow: none; border-radius: 0; letter-spacing: -0.5px;}
.contactform h3{font-size: 22px; letter-spacing: -1px; font-weight: 600;margin: 20px;}





.blog-tile{min-height: 500px; border-radius: 10px;position: relative;background-color: #ccc; background-size: cover; background-position: center;padding: 25px; position: relative; margin-bottom: 60px;}
.blog-tile .inner-tile{background-color: #fff; padding: 30px; border-radius: 10px; position: absolute;top: auto; bottom: -30px; left: 25px; right: 25px;box-shadow: 0 14px 50px rgba(195, 215, 233, .7);border: 1px solid var(--gray);transition: .4s;}
.blog-tile:hover .inner-tile{bottom: 25px;transition: .4s;} 
.blog-tile h3{font-weight: 700; font-size: 22px;letter-spacing: -0.8px; margin-bottom: 15px;}
.blog-tile p{font-size: 15px; font-weight: 400}
.blog-tile h5{font-weight: 700; text-transform: uppercase; margin-bottom: 0; font-size: 14px; color: #acacac; letter-spacing: 2px;}
.blog-tile:hover .overlay {
  opacity: 0;
  visibility: visible;
 transition: .4s;
}
.blog-tile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff7200;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  visibility: visible;
 transition: .4s;
 border-radius: 10px;
}


.author-details{padding: 0; margin: 0; max-width: 80%;}
.author-details .lable{font-size: 18px; font-weight: 600; letter-spacing: -0.8px; border-left: solid 2px #00adef;padding-left: 20px;padding-top: 4px; padding-bottom: 4px}
.author-details .lable span{color: #00adef}

.blog-detail-page{position: relative;}
.blog-detail-page h2{letter-spacing: -1px; font-weight: 600; font-size: 35px;margin-bottom: 20px;letter-spacing: -1.5px;}
.blog-detail-page h3{letter-spacing: -1px; font-weight: 600; margin-top: 25px;margin-bottom: 15px; font-size: 22px;letter-spacing: -0.7px;}
.blog-detail-page h4{letter-spacing: -1px; font-weight: 600; font-size: 22px;margin-bottom: 15px; font-size: 20px; letter-spacing: -0.5px;}
.blog-detail-page p{font-size: 17px; font-weight: 400; margin-bottom: 20px;margin-bottom: 20px;}

.page-navigation{padding-top: 70px;}
.page-template-pagination-icon {
    border: 1px solid var(--gray);
    border-radius: 6px;
    width: 50px;
    height: 50px;
    padding: 5px;
    box-shadow: 0 14px 50px rgba(211, 223, 239, .7);
}

.page-navigation h4{
    letter-spacing: -1.5px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1em;
}

.page-navigation a:hover h4{
  color: var(--primary)
}


.pg-page{
  position: relative;
}

.pg-page h4{
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.8px;
  color: #000;
  margin-bottom: 15px;
}

.pg-page h3{
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 15px;
}


.pg-page h2{
  font-weight: 700;
  font-size: 45px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 15px;
}

.pg-page p{
  font-size: 17px;
}

.pg-page .main-img{
  max-width: 85%; 
  margin-bottom: 100px; 
  border-radius: 25px;
}

.pg-page .main-img2{
  max-width: 40%;
  position: absolute; 
  bottom: 0; 
  left: 0; 
  border-radius: 50%; 
  border:solid 5px #fff;
}

.pg-page .main-img3{
  max-width: 40%;
  position: absolute; 
  bottom: 0; 
  right: 0; 
  border-radius: 25px; 
  border:solid 5px #fff;
}

.country-detail{position: relative;}
.country-detail .icon{width: 50px; float: left}
.country-detail .content-right{padding-left: 65px;}
.country-detail h4{margin: 0; font-size: 20px;margin-bottom: 7px;}
.country-detail p{font-size: 15px;}


.courcetile{
  border-radius: 15px;
  background: rgb(255,255,255);
  background: linear-gradient(333deg, rgba(255,255,255,1) 34%, rgba(240,245,255,1) 60%);
  border: solid 1px #d2e5d2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.courcetile h3{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -1.5px;
}

.courcetile img{
  max-width: 56px; 
  margin: auto; 
  margin-bottom: 15px;
}


.seats-table{
  position: relative;
}

.seats-table th{
  background-color: #00a0e3 !important;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: -0.5px;
}

.seats-table td{
  background-color: #ebf9ff !important;
  color: #000;
  padding: 10px 15px;
  font-weight: 600
}


.join-usform{
  position: relative;
}

.join-usform label{
  font-size: 15px; 
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.join-usform .form-control, .join-usform .form-select{
  border-radius: 0;
  box-shadow: none;
  letter-spacing: -0.5px;
  font-size: 14px;
}

.gallery-item {
  display: block;
}

.gallery-item .item{
  min-height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}


.get-consultation-popup{

}

.get-consultation-popup .modal-header{
  background-color: #d1e6c9;
}
.get-consultation-popup h5.modal-title{
  font-size: 22px;
  letter-spacing: -0.8px;
  font-weight: 700
}

.subscribe{
  background-color: #f7f7f7; 
  padding: 50px 0;
}

.subscribe h4{
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.subscribe .form-control{
  box-shadow: none;
  border-radius: 25px 0 0 25px;
  padding-left:20px;
  letter-spacing: -0.5px;
}

.subscribe p{
  font-size: 16px;
  margin-bottom: 25px;
}

.footer {
  position: relative;
  background-color: #005995;
  margin-bottom: 0;
  padding: 45px 35px 25px 35px;
}

.footer .logo {
  max-width: 220px;
}
.footer p {
  color: var(--color-white);
  font-size: 16px;
}
.footer h4 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer ul {
  margin: 0;
  padding: 0;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.footer ul li {
  margin: 8px 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.6;
}
.footer hr {
  border: 0;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}


.float{
   position:fixed;
   width:55px;
   height:55px;
   bottom:25px;
   right:25px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
  font-size:25px;  
  z-index:100;
}

.my-float{
   margin-top:15px;
}


