
@font-face {
  font-family: 'DiodrumW03';
  src: url('../fonts/DiodrumW03-Regular.woff2') format('woff2'),
      url('../fonts/DiodrumW03-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DiodrumW03';
  src: url('../fonts/DiodrumW03-Semibold.woff2') format('woff2'),
      url('../fonts/DiodrumW03-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/*
 font-family: 'DiodrumW03';

*/


*::after,
*::before,
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    color: #747474;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'DiodrumW03';
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}


input,
text-area,
select,
.btn {
  font-family: 'DiodrumW03';
}

a {
    color: #006699;
}

a:hover,
a:focus {
    color: #015274;
    text-decoration: none;
}

.btn,
.submit,
a {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DiodrumW03';
    line-height: 1.5;
    margin: 0 0 15px;
    color: #333;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

input,
select,
textarea {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 10px;
    vertical-align: middle;
}

input,
select {
    height: 42px;
    width: 100%;
}

label {
    font-weight: normal;
}

#wrapper,
header,
footer,
section,
.main-slider {
    float: left;
    position: relative;
    width: 100%;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.main-wrapper {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

select {
  -moz-appearance: none;
  background-image: url("../images/arrow-down.png");
  background-position: calc(100% - 6px) center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 20px;
  -webkit-appearance:none;
}


section {
    padding:50px 35px;
    overflow: hidden;
}

ul {
    padding: 0;
    margin:0;
    list-style: none;
}

.text-white {
  color: #ffffff !important;
}

.svg-icon{
  width: 18px;
}

.img-radius {
  border-radius: 100%;
  position: relative;
}

.svg-img {
  width: 60px;
}

.portfolio-img h3 {
  background: #2AB9DD;
  font-size: 19px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px #333;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 4px 0;
  border-radius: 3px;
}

/*===== button css=====*/

.btn {
  background: #015f89;
  border-radius:3px;
  color: #ffffff;
  font-family: "Prompt",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding:15px 20px;
  text-align: center;
  border: 2px solid transparent;
}


.btn:focus {
  box-shadow: none;
  color: inherit;
}

.btn:hover{
  color: #015f89;
}


/* ==header start here=== */


html, body {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  overflow-x:hidden;
}

.skrollable {
  /*
   * First-level skrollables are positioned relative to window
   */
  position:fixed;

  /*
   * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
   */
  z-index:100;
}

.skrollr-mobile .skrollable {
  /*
    May cause issues on Android default browser (see #331 on GitHub).
  */
  position:absolute;
}

.skrollable .skrollable {
  /*
   * Second-level skrollables are positioned relative their parent skrollable
   */
  position:absolute;
}

.skrollable .skrollable .skrollable {
  /*
   * Third-level (and below) skrollables are positioned static
   */
  position:static;
}



/* Skrollr data position info */
#info {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  z-index: 9999999;
}


/* CSS General */

section{
  position:fixed;
  width:80%;
  height:78%;
  box-shadow: 0 -19px 38px rgba(0,0,0,0.10);
	display:inline-block;
	text-align:left;
	vertical-align:middle;
  left: 0;
  right: 0;
  margin:0 auto;
  top: 20%;
}

section h1{
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	position:absolute;
	width:100%;
	text-align:left;
}

#section1{
  z-index:1;
  box-shadow: none;
}

#section2{
  background:#fff;
  z-index:2;
}

#section3{
  background:#fff;
  z-index:3;
  padding-top: 35px;
}

#section4{
  background:#fff;
  z-index:4;
  padding-top: 30px;
}

#section5 {
  background: #fff;
  z-index: 5;
  padding-top: 30px;
}

#section6{
  background:#fff;
  z-index:6;
}

.skrollable-before {
  margin-top: 15px;
}

/* Skrollr Menu Buttons */
ul.menu {
  position: fixed;
  width: 100px;
  /* height: 100px; */
  right: 7px;
  top: 56%;
  z-index: 100;
  list-style: none;
  transform: translateY(-50%);
}

ul.menu li{
	width:100%;
	margin-bottom:5px;
  color: #fff;
}

ul.menu li a {
  border-radius: 10px;
  width: 10px;
  height: 35px;
  display: inline-block;
  background: #fff;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}


ul.menu li a.active_bullet {
  background: red;
  border: 1px solid #fff;
  transform: scale(1.3);
  opacity: 1;
}

#videodupont {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  object-fit: cover;
}

#myHeader {
  width: 80%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  padding: 25px 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

ul.nav.nav-tabs {
  border: 3px solid #fff;
  border-radius: 5px;
  margin-top: -3px;
}

.nav-tabs a {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  display: inline-block;
}

.nav-tabs li a.active {
  background: #Fff;
  color: #000;
  display: inline-block;
}

.nav-tabs li a i {
  font-size: 20px;
  padding-right: 3px;
  line-height: 1;
}

.logo img {
  max-width: 200px;
  animation-delay: 2s;
}

.tab-content {
  animation-delay: 3.5s;
}

.top-nav {
  animation-delay: 4.5s;
}

.menu {
  animation-delay: 5.5s;
}
/* 
ul.menu li a::after {
  content: "";
  background: #fff;
  height: 40px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 7px;
} */

.client_logo {
  max-width: 175px;
  margin-bottom: 15px;
}

.team-img {
  width:80%;
}


.client-colmn img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  box-shadow: 0 0 20px #747474;
  border-radius: 10px;
}

.about-img {
  width: 92%;
}

.portfolio-img img {
  margin-top: -10px;
  margin-bottom: 8px;
}

.previous_img {
  width: 78%;
}

.know-customer {
  height: 600px;
  text-align: center;
  width: 62%;
  margin: 0 auto;
}

.know-customer h2 {
  color: #fff;
  font-size: 65px;
  line-height: 1;
  text-shadow: 0 0 9px #333;
  margin-bottom: 20px;
  animation-delay: 3s;
}

.know-customer h3 {
  animation-delay:4s;
}

.know-customer h3 img {
  border: 1px solid #ddd;
  max-width: 400px;
  background: #fff;
  padding: 7px;
  border-radius: 20px 0;
  box-shadow: 0 0 20px #333;
  margin: 20px 0;
}

.know-customer h5 {
  text-align: right;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 20px #333;
  line-height: 1;
  animation-delay: 4.1s;
}

.bg-white {
  background: white;
}
/* 
.skrollable-after, .skrollable-before {
  display: none;
}
.skrollable-between {
  display: block;
} */

.map-column {
  position: relative;
  text-align: center;
}

.map-column > img {
  width: 81%;
}

.point {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
}

.first_point {
  left: 15%;
  top: 20%;
}

.second_point {
  left: 48%;
  top: 58%;
}

.third_point {
  left: 68%;
  top: 15%;
}

.fourth_point {
  left: 37%;
  top: -13%;
}

.point img {
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  max-width: 70px;
}

@keyframes bounce-1 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.map-detail {
  width: 200px;
  position: absolute;
  left: 80px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
  /* border: 1px solid #ddd; */
  top: -20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
  padding: 10px;
}

.map-detail::before {
  content: "";
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
  display: block;
  position: absolute;
  left: -18px;
  top: 15px;
}

.map-detail h4 {
  margin-bottom: 0px;
}

.point:hover .map-detail {
  opacity: 1;
  z-index: 2;
} 

.history {
  background: #3C57AF;
  border-radius:40px;
  padding: 20px;
}

.history h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.history p {
  color: #fff;
}

.history-icon {
  text-align: center;
}

.history-icon img {
  max-width: 115px;
  margin: 0 auto;
  text-align: center;
}

.white-icon img {
  max-width: 110px;
  position: absolute;
  right: 15px;
  top: 24px;
  background: #fff;
  padding: 6px;
  border-radius: 70px;
}

.buy-div li {
  position: relative;
}

.buy-div > ul > li {
  border-radius: 100px;
  padding: 25px 20px 25px 45px;
}


.buy-div > ul > li:first-child {
  background: #30D500;
  margin-bottom: 45px;
}

.buy-div > ul > li:last-child {
  background: #D40000;
}

.buy-div h5, .buy-div ul li {
  color: #fff;
}

.buy-div ul ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 17px;
}

.buy-div h5 {
  margin-bottom: 3px;
  font-size: 22px;
}

/*===================================responsive start here================================================*/

    @media only screen and (min-width: 1800px) {

     

    }
    
/*============================= Tablet landscape size to standard 960  =============================*/
    @media only screen and (min-width: 959px) and (max-width: 1024px) {
        
     



    }

    /* =============================global tablet and mobile== ===========================*/
    @media only screen and (max-width: 959px) {
      
      
  
      

    }
    /* ================Tablet Portrait size to standard 960 (devices and browsers) ================*/
    @media only screen and (min-width: 768px) and (max-width: 959px) {

      .banner-text h5 {
        font-size: 20px;
        margin-bottom: 10px;
      }

      .code-div {
        height: 115px;
        margin: 0 auto;
        width: 30%;
      }

      .code-div h2 {
        font-size: 22px;
        margin-bottom: 10px;
      }

      .code-div h4 {
        font-size: 20px;
      }

      .checkmark {
        width: 30px;
        height: 30px;
      }

      .banner-text {
        padding-top: 10px;
      }

      .logo img {
        max-width: 120px;
      }

      .logo {
        text-align: center;
      }
      

     
  



        
  }
    /* ==================All Mobile Sizes (devices and browser) ==================*/
    @media only screen and (max-width: 767px) {
      
      .mobile-img {
        display: block;
        height: 100vh;
        object-fit: cover;
        width: 100%;
      }

      .dekstop-img {
        display: none;
      }

      .logo {
        text-align: center;
      }

      .banner-text h5 {
        font-size: 25px;
      }

      .code-div {
        margin: 0 auto;
        width: 80%;
        height: 220px;
      }

      .main-header {
        padding:10px 0;
      }

      .main-wrapper {
        margin: 0 auto;
        max-width: 1920px;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
      }
     
      
 

    }
    /* ===================Mobile Landscape Size to Tablet Portrait (devices and browsers)=================== */
    @media only screen and (min-width: 480px) and (max-width: 767px) {

      .banner-img video {
        display: inherit;
        height: 100vh;
        object-fit: cover;
      }

      .mobile-img {
        height: 100vh;
        object-fit: cover;
      }

      .banner-text h5 {
          font-size: 20px;
          margin-bottom: 10px;
      }

      .code-div {
        height: 95px;
        margin: 0 auto;
        width: 30%;
      }

      .code-div h2 {
        font-size: 22px;
        margin-bottom: 10px;
      }

      .code-div h4 {
        font-size: 20px;
      }

      .checkmark {
        width: 30px;
        height: 30px;
      }

      .banner-text {
        padding-top: 10px;
      }

      .logo img {
        max-width: 120px;
      }



    }
    /* =====================Mobile Portrait Size to Mobile Landscape Size (devices and browsers)===================== */
    @media screen and (max-width: 479px) {

      .banner-text {
        padding-top: 100px;
      }

      .logo img {
        max-width: 120px;
      }

    }