:root {
  --color-primary: #ea7124;
  --color-secondary: #1a2f51;
  scroll-behavior: initial;
}
@font-face {
    font-family: 'a Atmospheric';
    src: url('../fonts/aAtmospheric.eot');
    src: url('../fonts/aAtmospheric.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aAtmospheric.woff2') format('woff2'),
        url('../fonts/aAtmospheric.woff') format('woff'),
        url('../fonts/aAtmospheric.ttf') format('truetype'),
        url('../fonts/aAtmospheric.svg#aAtmospheric') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Montserrat", serif;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #008D60;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
  .top-header .container-fluid {
    padding: 0 50px;
    max-width: 1700px;
  }
}
a:hover {
  text-decoration: none;
}
.aAtmospheric .elementor-heading-title {
  font-family: 'a Atmospheric'!important;
}
/* ...........top-header........... */
.menu-header .navbar {
  padding: 0;
}
.menu-header .navbar-brand img {
  max-width: 235px;
}
.menu-header .navbar .navbar-nav {
  align-items: center;
}
.menu-header .navbar .navbar-nav li {
  margin-left: 10px;
}
.menu-header .navbar .navbar-nav li a {
  display: inline-block;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  padding: 35px 5px;
  position: relative;
}
.menu-header .navbar .navbar-nav li a::before {
  content: "";
  width: 0%;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-header .navbar .navbar-nav .dropdown-menu li a::before {
  display: none;
}
.menu-header .navbar .navbar-nav li.active > a::before {
  width: 100%;
}
.menu-header .navbar .navbar-nav li a:hover,
.menu-header .navbar .navbar-nav li.active > a {
  color: var(--color-primary);
}
.menu-header .navbar .navbar-nav li.border-btn a {
  border: 2px solid var(--color-primary);
  padding: 10px 25px;
}
.menu-header .navbar .navbar-nav li.border-btn a:hover {
  background: var(--color-primary);
  color: var(--white);
}
.menu-header .navbar .navbar-nav .dropdown-menu li {
  margin-left: 0;
}
.menu-header .navbar .navbar-nav .dropdown-menu li a {
  padding: 15px 20px;
  display: block;
  text-transform: initial;
}
.menu-header .navbar .navbar-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #1A2F514D;
}
.menu-header .navbar .navbar-nav .dropdown-menu {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0px 6px 10px 0px #00000040;
}
.menu-header .navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.top-header .info-header {
  background: var(--color-secondary);
  padding: 6px 0;
  text-align: center;
  font-size: 12px;
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
}
.social-links li a svg {
  fill: var(--white);
}
.social-links li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--color-primary);
  text-align: center;
  line-height: 18px;
  margin-left: 8px;
}
.info-header .info-inner {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
}
.info-header .contact-info a {
  color: var(--white);
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #33486b;
  line-height: 1;
}
.info-header .contact-info a:last-child {
  border: 0;
}
/* ............footer-section......... */
.footer-section .footer-inner {
  padding: 80px 0 100px;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li a,
.footer-inner a {
  display: inline-block;
  color: #000000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 0 5px;
}
.footer-links li a:hover,
.footer-inner a:hover {
  color: var(--color-primary);
}
.footer-section .social-links {
  margin: 30px 0 0;
}
.footer-section .social-links li a {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  background: #000000;
  line-height: 35px;
}
.footer-section .social-links li a:hover {
  background: var(--color-primary);
}
.footer-section .copyrights {
  background: var(--color-primary);
  color: var(--white);
  padding: 25px 15px;
  font-size: 12px;
  text-align: center;
}
/* -------custom scrollbar------ */
.custom-scrollbar {
  width: 17px;
  height: 0;
  background: var(--color-primary);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  user-select: none;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
/*..........cursor........*/
.cursor-wrap {
  pointer-events: none;
}
.cursor-circle {
  position: fixed;
  background-color: #fff;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
  mix-blend-mode: difference;
}
.cursor-circle-follow {
  position: fixed;
  /*background-color: #fff;*/
  width: 40px;
  height: 40px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  /*mix-blend-mode: difference;*/
  border: 1px solid #cccccc;
}
.cursor {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
  /* background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), rgba(45, 36, 85, 0.9) 1%, transparent 100%);*/
}
.scrollbar-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transform-origin: left;
}
/*...........loader...........*/
.loader-container .loader3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  position: relative;
}
.loader-container .loader3 span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 1);
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  left: -25px;
  top: -25px;
}
.loader-container .loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  display: none;
}
/* ............team-box.......... */
.team-box,
.team-box .team-pic {
  position: relative;
  cursor: pointer;
}
.team-box .team-pic {
  overflow: hidden;
}
.team-box .team-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 25px;
  color: var(--white);
  pointer-events: none;
}
.team-box .team-info h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-family: "a Atmospheric";
}
.team-box .team-info p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.team-box .team-info a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: var(--white);
  margin-top: 30px;
  position: relative;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
}
.team-box .team-info a:hover {
  padding-right: 25px;
}
.team-box .team-info a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icons/right-icon.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 3px;
}
.team-box * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.team-box:hover .team-info {
  background: var(--color-primary);
  color: var(--white);
}
.team-box:hover .team-info a {
  opacity: 1;
  visibility: visible;
}
.team-box:hover .team-info {
  bottom: -10px;
  pointer-events: initial;
}
.team-box:hover .team-pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.team-box:hover .team-pic {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.team-section .row {
  margin: 0 -8px;
}
.team-section .col-sm-3 {
  padding: 0 8px;
  margin: 0 0 16px;
}
/*...........menu button.............*/
#nav-icon2{
width: 30px;
height: 23px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon2 span {
display: block;
position: absolute;
height: 2px;
width: 50%;
background: var(--color-primary);
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 10px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 20px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 2px;
top: 6px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 2px);
top: 5px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 2px;
top: 15px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(46% - 2px);
top: 15px;
}
.navbar-toggler {padding: 0;}
.navbar-toggler:focus{outline: none;}
/*---------elementor---------*/
.saatvik-group-tab.elementor-widget-n-tabs .e-n-tabs-heading {
  gap: 0;
}
.saatvik-group-tab.elementor-widget-n-tabs .e-n-tabs-heading button:last-child {
  border-width: 0px!important;
}
.saatvik-group-tab.elementor-widget-n-tabs .e-n-tabs-content > div {
  padding: 0;
}
.saatvik-tab-wrap {
  padding-left: calc((100% - 1230px) / 2)!important;
}
.saatvik-slider .swiper-slide-inner img {
  width: 100%;
}
/* ...........teamPopup........ */
.teamPopup .modal-content {
  border-radius: 0;
}
.teamPopup .content {
  padding: 35px;
  text-align: justify;
}
.teamPopup .content .name {
  background: var(--color-primary);
  color: var(--white);
  padding: 10px 15px;
  margin-left: -60px;
  margin-bottom: 10px;
}
.teamPopup .content .name h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.teamPopup .content .designation {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  color: var(--color-primary);
}
.teamPopup .col-sm-5 {
  flex: 0 0 38%;
  max-width: 38%;
}
.teamPopup .col-sm-7 {
  flex: 0 0 62%;
  max-width: 62%;
}
.teamPopup .pic-bg {
  background: #f3f1f1;
}
.teamPopup .social-links li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 0;
}
.teamPopup .social-links li a:hover {
  background: var(--color-secondary);
}
.teamPopup .close-btn {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: -40px;
  top: 0;
  border-radius: 0;
  padding: 0;
}
.contact-form .form-control {
  background: #485974;
  border: 0;
  height: auto;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 14px;
}
.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-form select.form-control {
  background: #485974 url('../images/icons/dropdown.png') right 20px center no-repeat;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form .col-sm-6,
.contact-form .col-sm-12 {
  padding: 0 10px;
}
.contact-form .form-group {
  margin: 0 0 20px;
}
.contact-form .submit-btn input {
  background: var(--color-primary);
  color: var(--white);
  border-radius: 7px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  margin-top: 25px;
}
.contact-form .wpcf7-response-output {
  margin: 15px 0 0;
  text-align: center;
  color: var(--white);
}
.contact-form p {
  margin: 0;
}
.contact-tab .e-n-tabs .e-n-tabs-heading {
  border-bottom: 1px solid var(--color-primary);
  width: 65%;
  margin-left: auto;
  justify-content: space-around;
}
.contact-heading {
  top: 95px;
}
.teamslider:before{
  content: '';
  width: 100%;
  background: #fff;
  height: 100%;
  bottom: 0;
  position: absolute;
  left: -100%;
  z-index: 10;
}
.team-tab .e-n-tabs-heading{position: relative;}
.team-tab .e-n-tabs-heading:after{
  content: '';
  position: absolute;
  border-bottom: 1px solid #a3acb9;
  width: 100%;
  bottom: 0px;
  z-index: -1;
}
.teamslider .owl-stage-outer{overflow: visible;}
.teamslider .owl-stage-outer .owl-item{
  opacity: 0.1;
}
.teamslider .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.teamslider .owl-nav{
  position: absolute;
  top: -100px;
  right: 0;
}
.teamslider.owl-carousel .owl-nav button{
  width: 30px;
  height: 30px;
  background: #ea7124;
  border: none;
  outline: 0;
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
}
.teamslider.owl-carousel .owl-nav button:hover{
  background: #e06d23;
}