@import url('https://fonts.googleapis.com/css2?family=Fuggles&display=swap');
@font-face {
  font-family: Avenir-LT-Std-35-Light;
  src: url(Avenir-LT-Std-35-Light.ttf);
}
@font-face {
  font-family: Avenir-LT-Std-95-Black;
  src: url(Avenir-LT-Std-95-Black.ttf);
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}

a {
  color: #e03a3c;
  text-decoration: none;
}
a:hover {
  color: #7d9ba9;
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 3;
  padding: 10px 0;
}
h1.logo img {
    width: 280px;
}
#header.header-scrolled {
  background: #303030;
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  margin: 0;
  padding: 0;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  transition: 0.3s;
}
#header.header-scrolled img {
  transition: 0.3s;
}
#header.header-scrolled nav.nav-menu{
  margin-top: 0px;
}
@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 15px;
  margin: 0 2px;
  border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid transparent;
    
}

.nav-menu a {
  font-size: 16px;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 400;
  line-height: 24px;
}
li.nav-btn {
    border-radius: 6px;
    background-color: #1d70b8;
}
li.nav-btn a {
    color: #fff;
}
li.nav-btn a i{
  margin-left: 5px;
}
.nav-menu .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #272727;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .menu-item-has-children li {
  min-width: 180px;
  position: relative;
  border-left: 4px solid transparent;
}

.nav-menu .menu-item-has-children ul a {
      padding: 10px 20px;
    text-transform: none;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
}

.nav-menu .menu-item-has-children ul li:hover, .nav-menu .menu-item-has-children ul .active , .nav-menu .menu-item-has-children ul li:hover  {
  border-left: 4px solid #fff;
    border-bottom: 0;
}


.nav-menu .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 35px;
}
.header-top li {
    font-size: 15px;
    letter-spacing: 0px;
    color: #00396e;
    font-weight: 400;
    list-style: none;
    display: inline-block;
}
.header-top {
    height: 30px;
    margin: 10px 0;
}
.header-top ul {
    margin: 0;
}
nav.nav-menu {
    width: 100%;
    padding: 15px 0;
}
.nav-menu > ul {
    justify-content: flex-end;
    float: right;
}
li.space-logo {
    width: 220px;
}
@media (max-width: 1366px) {
  .nav-menu .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }
  .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -82%;
  }
}
.nav-menu li:hover a {
    color: #fff;
}
.nav-menu li:hover, .current-menu-item {
    /*background: #e64026;*/
        border-bottom: 3px solid #e64126;
    transition: all .3s ease-in-out;
}
.carousel-indicators {
    right: 0;
    bottom: 50px;
    left: 0px;
    margin: 0px auto;
    align-items: baseline;
    height: 30px;
}
.carousel-indicators li {
    width: 2px;
    height: 15px;    
    background: #ccc;
  transition: all 0.4s;
}
.carousel-indicators .active {
    background-color: #46c5ef;
    height: 30px;
  transition: all 0.4s;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i.icofont-close {
    margin: -9px 0 0;
    display: block;
}
.mobile-nav-toggle i {
  color: #fff;
}
.icofont-navigation-menu.icofont-close::before {
    content: '\f00d';
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 50px 0 0;
}
.mobile-nav::before {
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    background: #1c1c1c;
    position: absolute;
    right: 0;
}
.mobile-nav li:active {
    background: #7d9ba9;
}
.mobile-nav li.client-log {
    background: #7d9ba9;
    margin: 0px auto;
    display: table;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #111111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e64026;
  text-decoration: none;
}

.mobile-nav .menu-item-has-children > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  top: 0;
}
button.sub-menu-toggle {
    display: none !important;
}
.mobile-nav .menu-item-has-children > a:after {
  content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 24px;
}

.mobile-nav .menu-item-has-children > a {
  padding-right: 35px;
}

.mobile-nav .menu-item-has-children ul {
  display: none;
  overflow: hidden;
  background: #272727;
}
.mobile-nav .menu-item-has-children ul a {
    color: #fff;
}
.mobile-nav .menu-item-has-children li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.nav-menu{
  position: relative;
}
#header.header-scrolled nav.nav-menu::after{
  display: none;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 0;
  z-index:2;
}
.banner .carousel-item img, .banner .carousel-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}
.content-box {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    float: left;
}
.content-box {
    padding-top: 200px;
}
.banner .carousel-item::before {
  content: "";
/*  background: rgb(255 255 255 / 60%);
  background-image: linear-gradient(rgb(255 255 255 / 44%), rgb(255 255 255 / 44%), transparent);*/
  background: rgb(0 0 0 / 38%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.carousel-inner #videoId {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.content-box h1 {
        color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 80px;
    font-size: 74px;
    position: relative;
        width: min-content;
}
.carousel-item .container {
    position: relative;
    z-index: 2;
}
#hero .row {
    padding-left: 30px;
}
#hero p {
        font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 500;
  padding-top: 220px;
}
#hero h5 {
    font-size: 24px;
    line-height: 26px;
    color: #141414;
    font-weight: 400;
    text-transform: uppercase;
}
.banner{
  padding: 0px;
}
.banner img{
  width: 100%;
  position: absolute;
  height: 100%;
  top:0;
  left: 0;
  background-size: cover;
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.get-started-btn i{
  margin-left: 10px;
}
section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.commn-layout h2 {
    margin: 0 0 30px 0;
    font-size: 35px;
    line-height: 56px;
    color: #000;
    font-weight: 400;
    position: relative;
    letter-spacing: -1px;
}
.abt-sec h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}
.sec1 h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #e54026;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.sec1 .get-started-btn{
  margin: 0px auto;
}
.serv-box{
  margin: 5px;
    background: url(../img/serv-bg.jpg) no-repeat;
    padding: 30px 10px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    overflow: hidden;
    height: 260px;
    left: 0;
        background-size: cover;
        position: relative;
        border: 5px solid transparent;
    transition: all .3s ease-in-out;
    /*background: #303030;*/
}
.serv-box > div {
    position: relative;
    z-index: 1;
}
/*.serv-box:hover h4 span, .serv-box:hover h3, .serv-box:hover p{
  color: #444;
}*/
.serv-box::before, .serv-box::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    /*background: rgb(0 0 0 / 24%);*/
    left:0;
    top:0;
}
/*.serv-box::after {
    height: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    background: #ddd;
    z-index: 0;
    left: 0;
}
.serv-box:hover::after {
    height: 100%;
    transition: all .3s ease-in-out;
}*/
.clients-carousel > a {
    display: none;
}
.serv-box:hover{
  border: 5px solid #e64026;
    transition: all .3s ease-in-out;
}
.serv-box h4 span {
    letter-spacing: 0px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 5px;
  font-family: Avenir-LT-Std-35-Light;
}
.serv-box h4 img {
    width: auto;
    margin-right: 5px;
    max-height: 40px;max-width: 270px;
}
.serv-box h4 {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e54026;
        font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 40px;
    position: relative;
  font-family: Avenir-LT-Std-95-Black;
}
.serv-box h3 {
        font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
    position: relative;
    display: none;
}
.serv-box h4::after {
    content: '';
    width: 54px;
    height: 1px;
    background-color: #f3f4fa;
    position: absolute;
    right: 0;
    left: 0;
    margin: 00px auto;
    bottom: -20px;
}
.serv-box p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
section.clients {
    padding: 0;
}

.abt-box img {
    background: #e51b24;
    width: 100px;
    height: 100px;
    padding: 18px;
    position: absolute;
    left: -10px;
    top: -10px;
}
.abt-box {
    background: #f3f4fa;
    padding: 20px;
    padding-left: 40%;
    margin: 70px 0 40px; 
    position: relative;
        min-height: 230px;
  transition: all .3s ease-in-out;
}
.abt-box:hover .hvr-card::before {
    margin: 0px;
    transition: all .3s ease-in-out;
}
.hvr-card{
  position: absolute;
      left: 0;
      top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hvr-card::before {
    content: '';
    width: 115%;
    height: 115%;
    background: #000;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    display: block;
    margin: 100%;  
}
.abt-box p, .abt-box span{
  position: relative;
  z-index: 1;
}
.abt-box:hover{
  transition: all .3s ease-in-out;
}
.abt-box:hover span, .abt-box:hover p{
  color: #fff;
}
.abt-box span {
    font-size: 50px;
    line-height: 56px;
    color: #000000;
    font-weight: 200;
    margin-top: 30px;
    display: block;
  transition: all .3s ease-in-out;
}
.abt-box p {
    line-height: 24px;
    padding: 10px 0;
  transition: all .3s ease-in-out;
}
.get-started-btn.small-btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
background-color: rgba(255,255,255,0.4);
overflow: hidden;
}
.pulsee, .abt-box:hover img {
  animation: pulse 2s infinite;
}

/*history*/
.history-img{
    width: 80%;
}
.history-img img{
    width: 100%;
}
.history-text{
    width: 60%;
    background: #f2f2f2;
    margin: 50px 0;
    margin-left: -150px;
    padding: 5rem;
}
.history-img1{
    width: 70%;
}
.history-img1 img{
    width: 100%;
}
.history-text1{
        width: 73%;
    background: #e31e24;
    background: url(../img/serv-bg.jpg) no-repeat;
    margin-right: -262px;
    padding: 3rem;
    z-index: 1;
        background-size: cover;
    height: 100%;
    Background: #303030;
}
    
.d-flex.d-block1 {
    max-width: 1000px;
    margin: 0px auto;
    align-items: center;
}
.history-text1 p {
   color: #fff !important; 
   margin-bottom: 0;
   color: #fff;
}
.commn-layout.history p{
    color: #fff;
}
.history h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.history-img1::after{
    content: '';
    width:200px;
    height: 200px;
    background-image: url(../img/dots-bg.png);
    position: absolute;
    background-size: cover;
    z-index: -1;
    right: 20px;
    top: -39px;
}


@-webkit-keyframes pulsee {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulsee {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active, .abt-box:hover img  {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.blog-sec {
    overflow: hidden;
}
.blog-sec:hover::before {
    opacity: 1;
    transition: all .3s ease-in-out;
    height: 368px;
    width: 100%;
    left: 0;
    top: 0
}
.blog-sec::before {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: rgb(0 0 0 / 37%);
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
    opacity: 0;
}
/*
.sec3 h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}
*/
.sec3 h2::after {
    content: '';
    width: 63px;
    height: 3px;
    background-color: #e51b24;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.commn-layout ul li {
        font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    padding: 9px 0;
    list-style: none;
    position: relative;
}
.commn-layout ul li:before {
    content: '';
        width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background: url(../img/fav.png) no-repeat;
    background-size: contain;
    top: 13px;
}
.img-box1::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 480px solid red;
    border-left: 400px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.img-box1 {
    text-align: right;
    position: relative;
}
.sec3 p {
    font-size: 19px;
    line-height: 26px;
}
.img-box1 img {
    width: 400px;
    height: 480px;
    object-fit: cover;
    margin: 20px;
}
.commn-layout p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.grey-sec{
  background: #f3f3f3;
}
.grey-sec.half, .rey-sec.half1{
  background: url(../img/serv-bg.jpg) no-repeat;
  background-size: cover;
      padding: 30px 0px;
      margin: 0 0 40px;
      background: #f3f3f3;
}
.rey-sec.half1::before {
    content: '';
    width: 30%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}/*
.rey-sec.half1 p, .rey-sec.half1 h2, .rey-sec.half1 ul li,
.grey-sec.half p, .grey-sec.half h2, .grey-sec.half ul li{
  color: #fff;
}*/
.grey-sec.half .abt-img::after {
    right: 23px;
    left: unset;
    top: -20px;
}
.grey-sec.half .abt-img::before {
    left: 25px;
    bottom: -15px;
    top: unset;
}
.blog-sec img {
    width: 100%;
    height: 350px;
    transition: all .3s ease-in-out;
    object-fit: cover;
}
.blog-sec:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.blog-sec {
    width: 360px;
    position: relative;
}
.swiper-slide{
  background: transparent;
}
.blog-sec h3 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding: 20px 0 0;
}
.blog-sec a {
    font-size: 16px;
    color: #e51b24;
    font-weight: 600;
    background: transparent;
    padding: 5px 10px;
}
.swiper-button-prev, .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 31px;
    filter: drop-shadow(0px 12px 24.5px rgba(0,0,0,0.18));
    background-color: #ffffff;
    background-size: 12px;
}
.swiper-button-prev{
  left: -50px;
}
.swiper-button-next{
  right: -50px;
}
.single-our_team .commn-layout .full-list > ul {
    float: left;
    width: calc(100% - 440px);
        padding-left: 25px;
}
.blog-main a.team-box img {
    display: none;
}
.single-our_team video {
    object-position: bottom;
}

.page-template-terms video {
    object-position: bottom;
}

.error404 {
    padding-top: 75px;
}

/*--------------------------------------------------------------
# button section
--------------------------------------------------------------*/
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #35363a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.slide-right {
  -webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
          animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e03a3c;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 30px 0 10px;
  background: #1c1c1c;
  background: url(../img/serv-bg.jpg) no-repeat;
    background-size: cover;
    background: #303030;
}
.footer-top{
  background: #272727;
  padding: 40px 0 20px;
  margin-bottom: 40px;
}
.footer-top p{
  font-size: 13px;
  line-height: 20px;
  color: #9d9d9d;
  font-weight: 400;
}
.footer-info img {
    height: 50px;
    float: left;
    display: block;
    margin-bottom: 20px;
}
.footer-info p {
    width: 100%;
    display: block;
    clear: both;
}
.footer-links p a {
    color: #9d9d9d;
    font-weight: 600;
}
#footer h5 {
    font-size: 18px;
  line-height: 20px;
  color: #f0f0f0;
  font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.footer-links li a {
    font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  font-weight: 400;
}
.footer-links li {
      font-size: 16px;
  color: #9d9d9d;
  font-weight: 400;
  text-align: left;
}
.footer-links ul li {
    list-style: none;
    display: block;
    padding: 5px 0px;
    line-height: 18px;
}
.footer-links ul {
  padding: 0px;
}
.footer-links p {
  line-height: 24px;
  color: #9d9d9d;
  font-size: 14px;
}
.lastfull-info {
    border-top: 1px solid;
    padding-top: 20px;
}
.lastfull-info p {
    color: #9d9d9d;
    font-size: 14px;
}
.banner .carousel{
  width: 100%;
  height: 100%;
}
.footer-links ul li:hover a {
    color: #e64126;
}
.footer-info ul li i {
    position: absolute;
    left: 0;
    font-size: 17px;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    background-color: #e64026;
    text-align: center;
    line-height: 29px;
    color: #fff;
    top: 5px;
}
.footer-info ul li {
    padding: 10px 0 10px 40px;
}
.footer-info ul li {
    padding-left: 40px;
    position: relative;
}
.banner .carousel-inner{
  height: 100%;
}
.banner{
  background: transparent;
}
.carousel-inner {
    overflow: visible;
}
#header .container.d-flex {
    justify-content: space-between;
}
.banner .carousel-item{
  height: 100%;
}
.banner .banner-txt {
    margin: -25px 0 0;
    padding: 55px 60px;
}
.menu-new li.current-menu-item a{
  color: #e84337;
}
.get-started-btn, .gform_footer input {
    width: max-content;
    display: flex;
    margin: 20px 0;
    font-size: 16px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 600;
    align-items: center;
    padding: 10px 20px;
    background: #e51b24;
}
.gform_footer input{
  border: 0px;
  cursor: pointer;
}
.commn-layout {
    position: relative;
}
.footer-links p {
    margin: 0 0 8px;
    text-align: left;
}
button#scroll-top {
    font-size: 14px;
    line-height: 28px;
    color: #fdfdfb;
    font-weight: 500;
    border: 0;
    background: transparent;
    position: relative;
        margin-bottom: -80px;
    cursor: pointer;
    outline: none;
}
button#scroll-top img {
    width: 140px;
    height: auto;
    position: relative;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#hero.inner-banner {
    /* height: 420px; Updated by Stephen 4/4/2022 */
	height: 350px;
}
.podcaste-box .serv-box::before {
    /*background: rgb(255 255 255 / 40%);*/
    height: calc(100% + 5px);
}
.banner.inner-banner .carousel-item::before {
    background: linear-gradient(rgb(0 0 0 / 60%), transparent);
}
.banner.inner-banner .carousel-item::after {
    content: '';
    background: url(http://saban-investments.flywheelsites.com/wp-content/uploads/2021/07/txt-bg.png) no-repeat;
    width: 420px;
    height: 140px;
    position: absolute;
    left: 0;
    z-index: 1;
    background-size: cover;
        background-position: right;
    top: 40%;
}
.banner.inner-banner .content-box {
        display: flex;
    align-items: center;
    padding-top: 0px;
}
.page-id-263 .banner.inner-banner .carousel-item::after{
  width: 440px;
}
.page-id-97 .banner.inner-banner .carousel-item::after{
  width: 410px;
}

.ent-cards .get-started-btn {
    margin: 30px auto 0;
}
.banner.inner-banner .content-box h1{
  font-size: 40px;
    width: max-content;
}
.commn-layout h6 {
    margin: 0;
    color: #000;
}
.abt-img img, .abt-img video {
    width: 90%;
    margin: 0px auto;
    display: block;
    border-radius: 15px;
    height: 510px;
    object-fit: cover;
    object-position: top;
}
.abt-img::before, .abt-img::after {
    content: '';
    width: 300px;
    height: 400px;
    background: #e31e24;
    border-radius: 15px;
    position: absolute;
    right: 25px;
    top: -18px;
    z-index: -1;
}
.abt-img::after {
    top: unset;
    right: unset;
    left: 24px;
    bottom: -18px;
    border-radius: 20px;
    filter: drop-shadow(0px 1px 20.5px rgba(0,0,0,0.18));
    background-color: #ffffff;
}
.sign h3 {
    font-family: 'Fuggles', cursive;
    white-space: nowrap;
    font-style: italic;
    font-weight: 600;
    color: #e44026;
    letter-spacing: 2px;
    font-size: 50px;
}
.sign {
    margin-top: 50px;
        align-items: center;
}
.sign p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
    color: #909090;
    margin-left: 25px;
    border-left: 1px solid #eee;
}
.contact-img::before {
    content: '';
    width: 249px;
    height: 70%;
    background-color: #e31e24;
    position: absolute;
    right: -5px;
    top: -20px;
    z-index: -1;
}
.contact-img iframe {
    width: 100%;
    height: 100%;
}

.contact-info {
    border-radius: 15px;
    filter: drop-shadow(0px 12px 24px rgba(0,0,0,0.08));
    background-color: #ffffff;
    padding: 30px 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
        min-height: 188px;
}
.page-id-114 .contact-info {
  margin-top: 0px;
}
.page-id-114 .contact-page {
  min-height: auto;
}
.contact-info img {
    height: 30px;
    margin-right: 20px;
}
.contact-info h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.contact-info p, .contact-info p a {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0px;
}
.conatct .ginput_container input, .conatct .ginput_container textarea {
    border: 1px solid #eee;
    padding: 12px !important;
}
.conatct .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}
.contact-img {
    height: 100%;
}
.conatct .gform_wrapper .gform_validation_errors>h2 .gform-icon{
  left: -30px;
}
h2.gform_submission_error.hide_summary::after{
  display: none;
}
.team-box img {
    width: 100%;
    height: 250px;
    max-width: 250px;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    margin: 0px auto;
    display: block;
        object-position: top;
            filter: grayscale(1);
}
.team-content {
    filter: drop-shadow(0px 1px 25.5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    margin: 10px;
    padding: 30px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}
.team-content.text-center h3, .team-info h3, .ent-wht.details h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
        padding: 0 30px;
}
.ent-wht.details h3 span {
    font-size: 15px;
    display: block;
}
.blog-main .team-content a.sc-icon{
  display: none;
}

.single-post .banner.inner-banner .carousel-item::after {
    display: none;
}
.team-info {
    float: left;
}
.single-our_team .banner.inner-banner .carousel-item::after {
        width: 540px;
}
.team-content p {
    font-size: 16px;
    padding-bottom: 10px;
    height: 70px;
}
.team-box a.sc-icon, .team-info a.sc-icon {
    width: 39px;
    height: 39px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0);
    border: 2px solid #e51b24;
    display: inline-block;
    line-height: 36px;
}
.team-box {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.team-box a {
    display: block;
}
.team-box:hover img {
    transform: scale(1.05) translateZ(0);
    transition: transform 1s cubic-bezier(.23,1,.32,1);
        filter: grayscale(0);
}
.team-box::before {
    content: '';
    transform: translateZ(0);
    left: 0;
    width: 250px;
    height: 250px;
        right: 0;
    margin: 0px auto;
    /*background-color: #000;*/
    opacity: 0;
    transition: opacity 1s cubic-bezier(.23,1,.32,1);
    position: absolute;
    top: 0;
    z-index: 1;
}
.carousel-item .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
        min-width: 95%;
}
.bgfix-img {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index: -1;
    position: relative;
        background-size: cover;
    background-position: center;

}
.team-box:hover::before{
    transform: translateZ(0);
    opacity: .41;
    transition: all .3s ease-in-out;
}
.blog-main .team-content {
    background: url(../img/serv-bg.jpg) no-repeat;
        filter: unset;
        background-size: cover;
        min-height: 172px;
        background: #303030;
}
.blog-main .team-content p {
    margin: 0;
    height: auto;
}
.team-content.text-center h3, .team-content p {
  color: #fff;
}
.team-content.text-center h3{
  color: #e54026;

}
a.team-box {
    display: block;
}
.blog-main h4 {
    color: #e54026;
    font-size: 22px;
    font-weight: 400;
}
a.team-box:hover .team-content {
    background: #bfbfbf;
    transition: all .3s ease-in-out;
}
a.team-box:hover p, a.team-box:hover  h4{
  color: #000;
    transition: all .3s ease-in-out;
}
a.team-box .team-content {
    transition: all .3s ease-in-out;
}
.blog-main h2::after {
    right: 0;
    margin: 0px auto;
}
a.link-team {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page-id-126 .blog-main .team-content{
  min-height: 238px;
}
.ml6 {
  position: relative;
  visibility: hidden;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
}
.ml6 {
    visibility: hidden !important;
}
.ml6.animate_heading {
    visibility: visible !important;
}
.career-card {
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    margin: 30px  0 0;
  transition: all 0.5s;
  min-height: 230px;
}
.career-card:hover {
    filter: drop-shadow(0px 23px 35px rgba(0,0,0,0.15));
  transition: all 0.5s;
  transform: scale(1.1);
}
.career-card h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    min-height: 56px;
}
.career-card a.get-started-btn {
    margin: 30px 0 0;
}
.career-main h2::after {
    left: 0;
    right: 0;
    margin: 0px auto;
}

.career-card p {
    color: #e31e24;
    font-size: 14px;
}
.career-card p span {
    color: #929292;
}

.ent-wht .abt-img img {
    height: 410px;
}
.grey-sec.half::before {
    content: '';
    width: 30%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
}
.grey-sec.half ul li {
    width: 50%;
    float: left;
    padding: 4px 0;
    text-align: left;
}
.grey-sec.half ul li::before {
    top: 8px;
}
.grey-sec.half ul {
    float: left;
    width: 100%;
}
.grey-sec.half a.get-started-btn, .ent-wht a.get-started-btn {
    float: left;
    margin: 20px 0 0;
}
.ent-cards h2::after {
    left: 0;
    right: 0;
    margin: 0px auto;
}

.ent-img img {
    width: 65px;
    margin: 30px 0;
}
.ent-img {
    text-align: center;
    transition: all 0.5s;
    padding: 10px;
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 375px;
    /*background: #303030;*/    
    border: 4px solid transparent;
}
.ent-img h4 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    /*color: #e54026;*/
    font-weight: 700;
    min-height: 78px;
}
.ent-img p{
  color: #fff;
}
.ent-img:hover {
    transition: all 0.5s;
    /* transform: scale(1.1);
   background: #fff;
    border: 1px solid #eee;*/
    border: 4px solid #e44026;
}
.grey-sec.half .abt-img img {
    height: auto;
    max-height: 550px;
}
.page-id-201 .grey-sec.half .full-list ul li {
    width: 100%;
}
.banner.inner-banner .carousel-item::after{
  background: url(../img/ban-ic.png) no-repeat;
  background-size: cover;
    height: 140px;
    top: 30%;
    background-position: right;
}
.page-id-114 .banner.inner-banner .carousel-item::after, .page-id-114 .banner.inner-banner .content-box h1 {
  display: none;
}
.banner.inner-banner .content-box h1 {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 44px;
    padding: 12px 0;
}

.navleft {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
    padding: 0;
        display: flex;
    justify-content: center;
    margin: 0 0 40px;
}
.navleft a.active::before {
}

.tab-content>.active {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.navleft.nav-pills .nav-link.active, .navleft .nav-pills .show>.nav-link {
    color: #e31e24;
    border-bottom: 1px solid #e31e24;
    background: transparent;
    position: relative;
}
.navleft.nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid red;
    border-bottom: 10px solid transparent;
    right: 0;
    bottom: -15px;
    transform: rotate(
90deg);
    left: 0;
    margin: 0px auto;
}
a.partner-box:hover {
    box-shadow: 0px 11px 17.5px rgb(0 0 0 / 16%);
    transition: all .3s ease-in-out;
}
.navleft.nav-pills a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
}
.navrigth {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.partner-box {
    width: 170px;
    height: 170px;
    background-color: rgba(229,27,36,0);
    border: 1px solid #f2f2f2;
    float: left;
    margin: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entity-main h2 span {
        color: #e54026;
    font-weight: 600;
}
.entity-main h2 img {
        width: auto;
    margin: 0 10px 0 0;
    max-height: 50px;
}
.entity-main h2::after{
  display: none;
}
.details .abt-img{
  max-width: 400px;
  width: 400px;
  float: left;
  position: relative;
  margin: 0 40px 40px 0;
}
.single-post .details .abt-img{
  display: none;
}
.details .abt-img::after{
  left: 0;
}
.details .abt-img::before{
  right: 0;
}
.details h2::after {
    display: block !important;
    left: 440px;
}
.details h4 {
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner.inner-banner .content-box h1 {
    text-transform: capitalize;
    font-weight: 400;
}

.page-id-148 h2::after {
    right: unset!important;
}
.page-id-263 h2::after {
    right: 0;
    margin: 0px auto;
}
footer .current-menu-item {
    border: 0;
}
button.sub-menu-toggle{
  display: none;
}
section#saban-foundations .abt-img img {
    min-height: 400px;
}

footer ul.sub-menu {
    display: none;
}
.page-id-2 .sec4 {
    display: none;
}
.history-img1 img {
        max-width: 100%;
    float: right;
    max-height: 590px;
    width: 400px;
    object-fit: cover;
}
.page-id-254 .banner.inner-banner .carousel-item::after{
      width: 550px;
}
#saban-real-estate .col-xl-6 {
    margin: 0 0 30px;
    display: block;
}

.rey-sec.half1 h2, .grey-sec.half h2{
  line-height: 40px;
}
.ent-cards {
    padding: 0px 0 30px;
}

.history-img1 img {
    object-position: top;
}
.podcaste-box h3{
  display: block;
    padding: 0px 0 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.podcaste-box .serv-box{
      height: auto;
    padding: 18px;
    min-height: 100px;
    padding: 10px;
    border-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.podcaste-box .serv-box:hover {
    border: 5px solid #e64026;
}
.single-our_team section#hero {
    height: 350px;
}
.postid-166 .w-100.text-center.mb-4 {
    display: none;
}
.clients-carousel .col-xl-4:nth-child(2) h4 img {
    height: 14px;
    width: auto;
}
#heading6 button img {
    opacity: 0.5;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
      margin: 10px 0;
}

.searchTerm {
  width: 100%;
  border: 1px solid #303030;
  border-right: none;
  padding: 5px 10px;
  height: auto;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #303030;
  background: #303030;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
      text-decoration: none;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 300px;
    position: relative;
    margin: 0px auto;
}
.card-header {
    padding: 0;
}
.card-header button.btn.btn-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    color: #e64026;
        text-decoration: none;
}
.card-body .career-card:hover {
    transform: scale(1);
    filter: none;
}

.card-body .career-card {
    padding: 0;
    margin: 0;
}
.career-box button img {
    width: 32px;
}
.sec1 .container.position-relative {
    scroll-margin: 80px 0 0;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}/*
.team-content:hover {
    background: #e54026;
    color: #fff;
}
.team-content:hover h3{
  color: #fff;
}*/
.img-posi{
  display: block;
}
.hvr-img{
  display: none;
}
.card-header button.btn.btn-link:hover .img-posi{
  display: none;
}
.card-header button.btn.btn-link:hover .hvr-img{
  display: block;
}
.abt-page .abt-img::after {
    bottom: 60px;
}
.invest-box h3 {
    font-size: 24px;
    margin: 25px 0 15px;
    color: #e64026;
    text-align:left;
    display: none;
}
.invest-box img {
    width: 170px;
    height: 100px;
    object-fit: contain;
    margin: 10px 0;
    padding: 10px;
}

.border-top {
    margin: 30px 0 0;
}
.page-id-201 .banner.inner-banner .carousel-item::after{
      width: 530px;
}
.abt-chips h4 span {
    display: block;
    color: #e54026;
    margin: 0 0 6px;
}

.abt-chips h4 {
        font-size: 17px;
    font-weight: 600;
    margin: 14px 0;
    /*border-right: 1px solid rgb(221 221 221 / 47%);*/
    padding: 15px 20px;
    background: #f9f9f9;
}
.abt-box1{
    background: #f9f9f9;
    position: relative;

}
.abt-chips.aos-init.aos-animate .abt-box1 {
    width: 100%;
    transition: all .3s ease-in-out;
}

.abt-box1 {
    width: 0;
    overflow: hidden;
}
.abt-chips img {
    position: absolute;
    right: -10px;
    z-index: 1;
    opacity: 0.1;
    top: -10px;
    width: 30%;
}

 @-webkit-keyframes top-bottom {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0) 
    }
     50% {
         -webkit-transform: translateY(5px);
         transform: translateY(5px) 
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0) 
    }
}
 @keyframes top-bottom {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0) 
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px) 
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0) 
    }
}
 .top-bottom, .abt-box1 {
     -webkit-animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1)  0.1s infinite;
     animation: top-bottom 6s cubic-bezier(.39, .575, .565, 1)  0.1s infinite 
}
.sec1.commn-layout {
    scroll-margin: 50px 0 0;
}
.contact-page{
  /*  min-height: 65vh;
        display: flex;
    align-items: center;*/
}

.career-main {
    min-height: 70vh;
        display: flex;
    align-items: center;
}
.desk-view{
  display: block;
}
.mob-view{
  display: none;
}

/*-----------Responsive ------------*/

@media (min-width: 1500px){
.contact-page{
    min-height: 65vh;
        display: flex;
    align-items: center;
}
  .carousel-item .container {
      min-width: 100%;
  }
  .container{
    max-width: 90%;
  }
}
@media (max-width: 1199px){
  .career-card, .abt-box, .commn-layout h2, .abt-sec h5, .blog-sec h3, .footer-top p, .details h4, .commn-layout h6, .blog-main h4 {
    text-align: center;
  }
  #menu-header-menu{
    max-width: 100%;
  }
  .footer-links {
    min-width: 100%;
  }
  .footer-links ul {
    margin: 0px auto;
  }
  .footer-links ul li {
    text-align: center;
  }
  .footer-info img {
    float: unset;
    margin: 0px auto;
  }
  #footer h5 {
    text-align: center;
  }
  .abt-chips.aos-init.aos-animate .abt-box1 {
      text-align: center;
      margin: 0 0 5px;
  }
  .single-our_team .commn-layout .full-list ul{
    width: 100%;
  }
  .history .d-flex.d-block1 {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    display: flex !important;
  }
  .nav-menu .menu-item-has-children ul{
      display: inline-table;
  }
  
.contact-info {
    max-width: 400px;
    margin: 10px auto 10px;
}
.contact-img iframe {
    height: 300px;
    margin: 20px 0;
}
  .history-img1 {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
  }
  .history-text1 {
    width: 100%;
    margin: 25px 0 0 0;
    margin-right: 0;
  }
  .blog-main .team-content {
    max-width: 400px;
    margin: 0px auto;
  }
  .abt-img {
    max-width: 500px;
    margin: 0px auto;
  }
  .page-id-97 .row {
    flex-direction: column-reverse;
  }
  .border-right {
    border-right: 0 !important;
  }
  .abt-box, .ent-img h4{
    height: auto;
    min-height: auto;
  }
  
.ent-img {
    max-width: 400px;
    min-height: auto;
    margin: 10px auto;
}
.card-body ul li {
    text-align: left;
}
.invest-box img {
    max-width: 100%;
}
.card-header button.btn.btn-link {
    white-space: normal;
    text-align: left;
}
  .page-id-97 .abt-img {
    max-width: 500px;
    margin: 0px auto 30px;
    position: relative;
  } 
  .sec3 h2::after {
    right: 0;
    margin: 0px auto;
  }
  section.sec3.abt-sec .row {
      flex-direction: column-reverse;
  }
  .details .abt-img {
      margin: 0px auto 30px;
      float: unset;
  }
  .career-card a.get-started-btn {
      margin: 20px auto 0;
  }
  .get-started-btn, .gform_footer input {
    margin: 20px auto 0;
  }
  .sec1 h2::after{
    right: 0;
    margin: 0px auto;
  }
  .ent-wht .abt-img img, .grey-sec.half .abt-img img {
    height: 350px;
    margin: 20px auto;
  }
  .commn-layout p {
    text-align: center;
    padding-left: 0 !important;
  }
  .img-box1 {
    text-align: center;
  }
  .img-box1::before, .abt-img::before, .abt-img::after, .grey-sec.half::before, .contact-img::before, .history-img1::after, .rey-sec.half1::before{
    display: none;
  }
  .ent-wht.rey-sec .abt-img video {
      margin: 15px auto 0;
  }
  .grey-sec.half a.get-started-btn, .ent-wht a.get-started-btn {
    float: unset;
    margin: 20px auto 0px;
  }
  .page-id-148 h2::after {
    right: 0 !important;
  }
  .sign {
    justify-content: center;
  } 
  ul {
    width: 100%;
    max-width: max-content;
    margin: 0px auto;
  }
  .history-img1 img {
    float: unset;
    margin: 0px auto;
    display: block;
  }
  .swiper-button-next {
    right: -20px;
  }
  .swiper-button-prev {
    left: -20px;
  }
  #hero {
    height: 100vh;
  }
  .abt-box{
    padding: 20px;
  }
  .abt-box img {
    top: -55px;
    right: 0;
    margin: 0px auto;
  }
  .nav-menu a{
    font-size: 14px;
  }
  .nav-menu > ul > li {
    padding: 8px 4px;
  }
  h1.logo img {
    width: 180px;
  }

}
@media (max-width: 991px){
  .banner .carousel-inner {
      display: flex;
  }
  .abt-img img, .abt-img video{
    height: 310px;
  }
  .rey-sec.half1 h2, .grey-sec.half h2 {
    line-height: 20px;
    font-size: 22px;
  }
  .mobile-nav .menu-item-has-children ul {
    max-width: 100%;
  }
    .tab-content>.active {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .ent-img h4 {
      min-height: auto;
  }
  .ent-img img {
      margin: 30px 0 0;
  }
  .grey-sec.half a.get-started-btn, .ent-wht a.get-started-btn {
      margin: 20px auto 0;
      float: unset;
  }
  .sign {
      justify-content: center;
      flex-wrap: wrap;
      margin: 10px 0;
  }
  .abt-img::before, .abt-img::after, .banner.inner-banner .carousel-item::after, .contact-img::before, .grey-sec.half::before{
    display: none;
  }
  .abt-img img {
      margin: 10px auto;
      max-width: 400px;
  }
  .blog-sec h3, .footer-top p{
    text-align: center;
  }
  .footer-top {
      padding: 20px 0 20px;
      margin-bottom: 20px;
  }
  .content-box{
    padding: 100px 0 0px;
    text-align: center;
    justify-content: center;
    height: auto !important;
    width: 100%;
  }
  .sec1 .row, #footer h5, .footer-links ul li {
      text-align: center;
  }
  #hero h1 {
      font-weight: 400;
      width: 100%;
      font-size: 40px;
  }
  #hero p {
      padding-top: 0;
      width: 100%;
  }
  .content-box {
      padding: 140px 0 70px;
      text-align: center;
      flex-wrap: wrap;
      height: auto !important;
          justify-content: normal;
  }
  .carousel-item .container {
      display: flex;
      align-items: center;
  }
  button#scroll-top {
      display: none;
  }
  .commn-layout p {
      text-align: center;
      padding: 0px !important;
  }
  .get-started-btn {
      margin: 20px auto;
  }
  .img-box1 {
      margin: 0px auto;
      width: max-content;
  }
  .sec1 h2::after, .sec3 h2::after {
      left: 0;
      bottom: 0;
      right: 0;
      margin: 0px auto;
  }
  .border-right{
    border: 0px !important;
  }
  .abt-box {
      margin: 80px 0 0px;
  }
  .footer-links ul {
    margin: 0px auto;
  }
  .sec1 .get-started-btn {
      margin: 20px auto 0;
  }
  .footer-info img, .event-txt a.get-started-btn {
      float: unset;
      margin: 0px auto;
  }
  .footer-links.footer-info.last-info p {
      text-align: center !important;
  }
  .footer-info ul li, .footer-info p {
      text-align: left !important;
  }
  .footer-info ul {
      width: max-content;
      margin: 0px auto;
  }
  li.nav-btn {
      margin: 0px auto;
      display: table;
  }
  .footer-btm .container {
      flex-wrap: wrap;
      justify-content: center;
  }
  .footer-btm p {
      line-height: 26px;
      padding: 0px 0;
      text-align: center;
  }
  #footer {
      padding: 10px 0 20px;
  }
  .footer-btm {
      padding: 15px 0;
  }
  #footer h5 {
      margin: 20px 0 5px;
  }
  .mobile-nav-toggle {
      right: 25px;
      top: 20px;
  }
  section {
      padding: 30px 0;
      }
  .commn-layout h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px;
      padding: 15px;
      text-align: center;
  }
  #hero h1 {
      font-weight: 400;
          padding: 10px 0;
  }
  #footer h4 {
      font-size: 20px;
      margin: 30px 0 10px;
  }
  #hero{
    height: 100vh;
  }
      .d-block1{
    display: block !important;
}
}
@media (max-width: 770px){
.contact-info {
    text-align: left;
}
  #hero.inner-banner{
  height: 250px;
  }
  #hero .row {
      text-align: left;
  }
  .blog-main .team-content p {
    font-size: 14px;
    line-height: 24px;
  }
	.team-content.text-center h3, .team-info h3 {
	    font-size: 18px;
	        margin: 0 0 8px;
	}
  .swiper-button-next {
    right: 0px;
  }
  .swiper-button-prev {
    left: 0px;
  }
  .grey-sec.half ul li{
    width: 100%;
  }
  .navleft {
      width: 100%;
      border-right: 0;
  }
  
  .navrigth {
      width: 100%;
      text-align: center;
      padding: 20px 0;
  }
  .navleft {
      flex-direction: row !important;
      justify-content: center;
  }
  .navleft.nav-pills a {
      width: max-content;
      display: inline;
  }
  
  .navleft.nav-pills .nav-link.active, .navleft .nav-pills .show>.nav-link {
      border-bottom: 1px solid #e31e24;
      border-right: 0px;
  }
  .navleft.nav-pills .nav-link.active::after{
    display: none;
  }
  .navleft.nav-pills a {
      width: max-content;
      display: inline;
  }
}
@media (max-width: 600px){
  .content-box h3 {
      font-size: 20px;
  }
  .banner.inner-banner .content-box{
  	padding-top: 0;
  }
.team-content{
	padding: 10px;
}
	.blog-main .col-xl-4 {
	    width: 50%;
	}
  .desk-view{
    display: none;
  }
  .mob-view{
    display: block;
  }
  .details .abt-img, .team-info{
    max-width: 100% !important;
  }
  .commn-layout h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      font-size: 22px;
  }
  .img-box1 {
      width: 100%;
  }
  button#scroll-top {
      right: -30px;
  }
  h1.logo img {
      width: 220px;
  }
  .sec3 img {
      max-width: calc(100% - 20px);
      margin: 10px;
  }
  .blog-sec img {
      max-width: 100%;
  }
  .banner .banner-txt {
      margin: 0px 0 0;
      padding: 25px 10px;
  }
  .content-box {
      padding: 60px 0 40px;
  }
  #hero p {
      font-size: 16px;
      color: #fff;
      width: 90%;
  }
  .banner .banner-txt {
      width: 100%;
  }
  #hero h1 {
      font-size: 38px;
      line-height: 48px;
  }
  .footer-links ul li {
      display: block;
      border: 0px;
  }
  .banner-txt a.get-started-btn {
      word-break: break-word;
      width: 100%;
  }
  #hero .row {
      padding-left: 0;
  }
  img.serv-img {
      max-width: 100%;
  }
}


@media (max-width:991px){
    .d-block1{
    display: block !important;
}
.history-img{
    width: 100%;
}
.history-img1{
    width: 100%;
}
.history-text1{
    width: 100%;
    margin-left: 0px;
    padding: 2rem;
    text-align: center;
    margin-top: 0;
}
.history h2::after {
    bottom: 6px;
}
.history-img1::after{
display: none;
}
}

@media (max-width:1199px){
  .history-img1::after {
    right: 27px;
    top: -43px;
}
}
