:root {
  --fontFamily: 'Nunito', sans-serif;
  --mainColor: #C80000;
  --optionalColor: #4b5280;
  --whiteColor: #ffffff;
  --blackColor: #080e32;
  --fontSize: 16px;
  --transition: .5s;
}
*{
  /* user-select: none; */
  }

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" "AvantGarde" AvantGarde;
  background-color: #fff;
  /* height: 200vh;
  position: relative;  */
  
}
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    /* opacity: 1; */
    z-index: 1002;
    visibility: visible; }
   
    @font-face {
     
      src: url(../fonts/AvantGardeDemiBT.ttf);
      font-family: AvantGardeDemiBT;
  }
p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #fff; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        /* margin-left: 15px; */
        font-family: 'Signika', sans-serif;
        margin-right: 16px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block; 
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #ffb201 !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 300px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eeeeee;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  /* width: 300px; */
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #00052ab0;
  height: calc(70vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        color: #ffb201;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #fff; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        color: #ffb201;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 98px !important; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
       }











 



.maksat-logo{
  max-width: 165px;
}
.pt-50{
  padding-top: 50px;
}
.pb-20{
  padding-bottom: 20px;
}

.coolBeans{
  border: 2px solid currentColor;
  border-radius: 3rem;
  color: rgb(0, 0, 0);
  font-family: roboto;
  font-size: 16px;
  font-weight: 100;
  overflow: hidden;
  padding: 5px 26px;
  position: relative;
  text-decoration: none;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}
.coolBeans-btn{
  border: 2px solid #feb001;
  border-radius: 3rem;
  background: #feb001;
  color: rgb(255 255 255);
  font-family: roboto;
  font-size: 16px;
  font-weight: 100;
  overflow: hidden;
  padding: 8px 33px;
  position: relative;
  text-decoration: none;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}
.coolBeans-btn:hover{
  border: 2px solid #000000;
  border-radius: 3rem;
  background: #000000;
  color: #feb001;
  
}
.coolBeans-btn-btn{
  border: 2px solid #000;

  color: #000000;
  font-family: roboto;
  font-size: 16px;
  font-weight: 100;
  overflow: hidden;
  padding: 8px 33px;
  position: relative;
  text-decoration: none;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}
.coolBeans-btn-btn:hover{
  border: 2px solid #000000;
  border-radius: 3rem;
  background: #000000;
  color: #feb001;
  
}
.thumticket{
  text-align: center;
  margin-bottom: 82px;
}



  .coolBeans:hover {
    border: 2px solid transparent;
    color: #fab515;
    transform: scale(1.05);
    will-change: transform;
  }
  .psolution{
    color: #4a4a4a;
    font-family: 'Signika', sans-serif; 
   }
 .bg-darkcolor {
   background-color: #f5f5f5a6;
 }

 .video_main_div video{
  /* height: 630px !important; */
  object-fit: cover !important;
  display: block;
}
.video_main_div_phn video{
  height: 220px !important;
  object-fit: cover !important;
  display: none;
}
.video_main_div_about video{
  height: 337px !important;
  object-fit: cover !important;
  display: block;
}


.primecolor{
  color: #fab515;
}
.maincolor{
  color: #072012;
}
.borderbottam {
   padding: 0 0 6px;
    border-bottom: 2px solid #4a4a4a;
  }

 .fontchnge{
  font-weight: 700;
  font-family: AvantGardeDemiBT;
 }
 .hedlinet{
  background: #00052a;
  padding: 14px;
  font-size: 27px;
  border-radius: 25px;

 }
 .headlinetop{
  box-shadow: 2px 4px 12px #00000091;
  
  color: #000;
  padding: 10px;
  border-radius: 10px;
  /* border: 2px solid #000; */
  /*font-size: 38px;*/
  text-align: center;
  font-weight: 700;
 }
 .hedlinetop{
  font-weight: 700;
  font-family: AvantGardeDemiBT;
  background: #00052a;
  padding: 14px;
  color: #fff;
  font-size: 27px;
  text-align: center;
 }

 .mb20{
  margin-bottom: 20px;
 }
 .mt20{
  margin-top: 20px;
 }
 .topfontcolor {
color:#ffb201 !important;
}
.topfont{
  font-size: 15px;
}
.topimg{
  max-width: 26px;
}
.form-control {
  height: 50px;
  
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #eee;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 600;

}

.form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: .5s;
  transition: .5s;
}

.form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: .5s;
  transition: .5s;
}

.form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: .5s;
  transition: .5s;
}

.form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: .5s;
  transition: .5s;
}

.form-control:focus {
  border-color: #ffb201;
  background-color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.modal_form_div input,textarea{
  border:1px solid lightgray !important;
  margin-bottom: 15px !important;
}


.default-btn {
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  border: none;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #000;
  font-size: 17px;
  font-weight: 700;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ffb201;
  z-index: -1;
  -webkit-transition:.5s;
  transition: .5s;
}

.default-btn:hover {
  color: #fff;
}

.default-btn:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

 @media (max-width: 767px) {
  
  .video_main_div video{
    height: 400px !important;
    object-fit: cover !important;
    display: none;
  }
  .video_main_div_phn video{
    /* height: 552px !important; */
    object-fit: cover !important;
    display: block;
  }
  .hedertop{
    margin-top: 30px;
  }
  .counter-box{
    margin-top: 10px;
  }
  .counter-box2{
    margin-top: 10px;
  }
  .hoverchnge{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important; 
   }
  
   .topfont{
    font-size: 12px !important
  }
  .site-navbar
  {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .counter-box{
    background: #fab515 !important;
  }
  .counter-box:hover{
    background: #b3b3b3;
  }
  
}
/**/

.hoverchnge{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); 
 }

.hoverchnge:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  border: 5px double #fab515;
  border-radius: 10px;
}


.counter-box {
	display: block;
	background:  #b3b3b3;
	padding: 40px 20px 37px;
	text-align: center
}
.counter-box:hover {
	
	background: #fab515;

}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #ffffff
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 28px
}
.counter2 { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 28px
}

.counter-box.colored {
      background: #b3b3b3;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter .counter2{
	color: #fff
}

.footer-06 {
  padding-top: 0 !important;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .footer-06:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    z-index: -1;
    background: #d7b8ff;
    background: -moz-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d7b8ff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, #d7b8ff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b8ff', endColorstr='#ffffff', GradientType=1 ); }
  .footer-06 .subheading {
    color: rgb(53 45 63);
    text-transform: uppercase;
    letter-spacing: 2px; }
  .footer-06 .heading-section {
    color: #fab515;
    font-size: 30px;
    text-transform: uppercase; }
  .footer-06 .footer-heading {
    font-size: 20px;
    color: #fab515;
    margin-bottom: 20px; }
    .footer-06 .footer-heading .logo {
      color: #fff; }
  .footer-06 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-06 a {
    color: #fff; }
  .footer-06 .list-unstyled li a {
    color: rgb(0, 0, 0); }
  .footer-06 .subscribe-form {
    border-radius: 40px;
    background: #fab515;  
    padding: 3px; }
    .footer-06 .subscribe-form .form-group {
      position: relative;
      margin-bottom: 0;
      border-radius: 0; }
      .footer-06 .subscribe-form .form-group input {
        background: transparent !important;
        border: none !important;
        outline: none !important;
        color: rgba(0, 0, 0, 0.3) !important;
        font-size: 16px;
        height: 56px;
        border-radius: 0; }
        .footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgb(255, 255, 255) !important; }
        .footer-06 .subscribe-form .form-group input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgb(255, 255, 255) !important; }
        .footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgb(255, 255, 255) !important; }
        .footer-06 .subscribe-form .form-group input:-moz-placeholder {
          /* Firefox 18- */
          color: rgb(255, 255, 255) !important; }
        .footer-06 .subscribe-form .form-group input:focus {
          outline: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .footer-06 .subscribe-form .form-group .submit {
        color: #fff !important;
        display: block;
        width: 150px;
        height: 56px;
        font-size: 14px;
        background: #352d3f !important;
        border: none;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 40px; }
        .footer-06 .subscribe-form .form-group .submit:hover, .footer-06 .subscribe-form .form-group .submit:focus {
          text-decoration: none !important;
          outline: none !important; }
  .footer-06 .aside-stretch {
    background: #ffffff; }
    .footer-06 .aside-stretch:after {
      background: #322b3c; }
  .footer-06 .aside-stretch-right {
    background: #ffffff; }
    .footer-06 .aside-stretch-right:after {
      background: #372f42; }
      .brd-rds{
        border-radius: 96px 0px 0px 96px;
      }
      .brd-rdsl{
        border-radius: 0px 96px 96px 0px;
      }
      .bottmfooter{
        background-color: #fab515; 
      }
      .bottmfooter P{
      margin-bottom: 0px;
    color: #000;
  }
  span.counter:after {
    content: "+";
    display: inline-block;
  }
  span.counter2:after {
    content: "+";
    display: inline-block;
  }







  .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }
    .no-gutters {
      margin-right: 0;
      margin-left: 0; }
      .no-gutters > .col,
      .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }  
        .order-md-last {
          -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
          order: 13; }
          .d-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  .contact-wrap {
    background: #fff; }
    .mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
 
  #contactForm .form-control {
        font-size: 16px;
    }
    .contactForm .form-control {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0;
  }
  .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.frombootml{
  border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}
.fontchng{
  font-size: 17px;
  font-weight: 600;
}

.form-control::placeholder {
  color: rgb(255, 11, 11);
  opacity: 1; /* Firefox */
  color: #3434345e;
  font-weight: 600;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.info-wrap {
  color: rgba(255, 255, 255, 0.8);
}
.bg-primary {
  background: #00052a  !important;}

  .info-wrap h3 {
    color: #fff;
}
.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;}
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgb(255 255 255 / 84%);
  }
  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #ffb201;
}
.fa-map-marker:before {
  content: "\f041";
}
.info-wrap .dbox .text {
  width: calc(100% - 50px);
}
.info-wrap .dbox p {
  margin-bottom: 0;
}
.info-wrap .dbox p span {
  font-weight: 500;
  color: #ffb201;
}
.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.info-wrap .dbox p a {
  color: #fff !important;
}
.cr{
  border: 1px solid #00052a;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 5 42 / 36%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 5 42 / 35%);
}
.careerstop h3 span{
  font-weight: 500;
    color: #ffb201;
}
.careersresumeh{
  color: #00052ad1;
    font-weight: 600;
}

.careersresume{
  color: #000000ab;
    font-weight: 500;
}
.careersresume span{
  color: #ffb201;
    font-weight: 500;
}
.salesmodel{
  background-color: #00052a;
    color: #ffb201;
}
.saleclose{
  color: #ffb201;
    opacity: 1 !important;
}




.accordion {
  background-color: #00052a00;
  color: #00052a;
  cursor: pointer;
  margin-bottom: 25px;

  padding: 13px;
  width: 63%;
  border: 2px solid #00052a;
  text-align: center;
  outline: none;
  border-radius: 27px;
  font-weight: 600;
  font-size: 23px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #00052a00; 
  border: 2px solid #00052a;

}



.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.supportline{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .topaccodion{
    text-align: center;
  }
  .tawk-dropdown{
    display: none !important;
  }
  .tawk-padding-small {
  display: none;
}
.tawk-dropdown.tawk-toolbar-menu {
  display: none;
}
.tawk-text-center{
  display: none !important;
}

.box-thumb{
  padding: 22px;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 20%) 4px 6px 10px;
  margin-bottom: 27px;
}



#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
    /*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 60px 0 30px;
}

.feature-one__single {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-one__single:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.feature-one__single-content-box {
  position: relative;
  display: block;
  background-color: #f7f5f1;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__single-content-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #30353a;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  z-index: -1;
}

.feature-one__single:hover .feature-one__single-content-box:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.feature-one-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: perspective(380px) translateX(100%);
  transform-origin: right;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one-shape {
  transform: perspective(380px) translateX(0);
  transition: all 900ms ease;
  transition-delay: 0.3s;
}

.feature-one-shape img {
  width: 200px;
  opacity: 0.08;
}

.feature-one__single-inner {
  position: relative;
  display: block;
  padding-left: 185px;
}

.feature-one__content {
  position: absolute;
  top: 13px;
  left: 0;
}

.feature-one__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: 'Manrope', sans-serif;
}

.feature-one__title a {
  color: #30353a;;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.feature-one__single:hover .feature-one__title a {
  color: #ffffff;
}

.feature-one__text {
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #818487;
  font-family: 'Manrope', sans-serif;
}

.feature-one__single:hover .feature-one__text {
  color: #a4a9ae;
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 130px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  height: 104px;
  width: 104px;
  z-index: 1;
}

.feature-one__icon:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: #272b30;
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.feature-one__single:hover .feature-one__icon:before {
  transform: scale(1);
  opacity: 1;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color:  #fe9043;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}
   
   
   
   
    @media (max-width: 767px){
        
        .feature-one__single-content-box {
          position: relative;
          display: block;
          background-color: #f7f5f1;
          padding-left: 50px;
          padding-right: 30px;
          padding-top: 30px;
         padding-bottom: 175px;
          margin-bottom: 30px;
          overflow: hidden;
          z-index: 1;
        }
        .topmargin{
          margin-top: 20px;
        }
    
    }



      @media (min-width: 576px) {
        .form-inline .form-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 0; }
      }









      .phoneviws{
        display:none;
      
      }
      .delviws{
        display: block;
      }

      #more 
      {display: none;}
      #book 
      {display: none;}
      span#dots {
        color: #fab515;
    }
    span#dots2 {
      color: #fab515;
  }


      @media only screen and (max-device-width: 480px) {

        .phoneviws{
          display: block;
        
        }
        .delviws{
          display: none;
        }
        .mrgleft{
          margin-left: 160px !important;          
        }
        .counter-box{
          background:#fab515 !important;
        }
        .feature-one__icon {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 42px;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
          height: 67px;
          width: 67px;
          z-index: 1;
        }
      .feature-one__single-inner {
        position: relative;
        display: block;
        padding-left: 0px;
    }
    .feature-one__title {
      font-size: 15px;
      font-weight: 700;
      line-height: 17px;
      margin-bottom: 15px;
      font-family: 'Manrope', sans-serif;
      margin-top: 65px;
  }

  .feature-one__single-content-box {
    position: relative;
    text-align: center;
    display: block;
    background-color: #f7f5f1;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 60px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}





      }