@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}


body {
  /* font-family: 'Open Sans', sans-serif; */
   font-family: 'Satoshi-Regular';
    
}
body ::-webkit-scrollbar {
 /*    font-family: 'Open Sans', sans-serif; */
  font-family: 'Satoshi-Regular';
    overflow-x: hidden;
    overflow-y: scroll;
}
p,h1,h2,h3,h4,h5,h6,div,span,a {
	 font-family: 'Satoshi-Regular';
} 

h1, h2 {
  font-weight: 600;
}
/* ------ HEADER-CSS-START  ------ */
header.navbar.sticky-top.navbar-expand-lg {
  position: relative !important;
  z-index: 1;
}
header .nav-link {
  display: block;
  padding: 0.5rem 2rem !important;
  color: #000000;
  font-size: 20px;
  color: #0a4492;
  font-weight: 900;
  text-transform: uppercase;
}

header.navbar.navbar-expand-lg a img {
  width: 60%;
}

header .nav-link i {
    color: #000;
    font-size: 13px;
    padding: 0 0 0 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
}


header .nav-link:hover,
.dropdown-content a:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
.navbar-light a.nav-item.nav-link.fill-btn {
    margin-right: 16px;
}
.white-btn {
    background: #fff;
    color: #130342 !important;
    border-radius: 5px;
    height: 30px;
}

.dropbtn {
    border: none;
    background: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    border-radius: 4px;
    display: none;
    position: absolute;
    background-color: #0e62a7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 6px 0 0 0;
}

.dropdown-content a {
  color: white;
  padding: 0 16px 8px;
  text-decoration: none;
  display: block;
  font-size: 13px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.social-icons-btn {
    display: flex;
  }
  .icons {
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: #444444;
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 
      0 2px 2px #d1d1d1;
    color: #fff;
    cursor: pointer;
    transition:
      all 0.15s ease;
  }
  .twitter:hover {
    background: #00ECEE;
  }
  .facebook:hover {
    background: #4267B2;
  }
  .instagram:hover {
    background-image: 
      linear-gradient(
      #8a3ab9,
      #e95950, 
      #bc2a8d, 
      #fccc63
      );
  }
  .linkedin:hover {
    background: #0A66C2;
  }
  .youtube:hover{
    background: #FF0000;
  }
  .social-icons-btn i {
    color: #fff;
}
.pinterest:hover{
background: #E60023;
}

/* ------ HEADER-CSS-END  ------ */
/* ------ BUTTON-STYLE-CSS-START ------ */
.custom-btn {
  color: #B8D994;
  border-radius: 10px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.fill-btn-style {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.fill-btn-style:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #344126;
  transition: all 0.3s ease;
  color: #B8D994;
  text-align: center;
}
.fill-btn-style:hover {
  background:#B8D994;
  
  color: #344126;
}
.fill-btn-style:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  
}
/* outline-btn */
.outline-btn {
  background: rgb(184 217 148);
background: linear-gradient(0deg, rgb(184 217 148) 0%, rgb(184 217 148) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  font-weight: 700;
  
}
.outline-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #344126 !important;
}
.outline-btn:before, .outline-btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: rgb(184 217 148);
  transition: all 0.3s ease;
}
.outline-btn:before {
  height: 0%;
  width: 2px;
}
.outline-btn:after {
  width: 0%;
  height: 2px;
}
.outline-btn:hover{
   background: transparent;
  box-shadow: none;
}
.outline-btn:hover:before {
  height: 100%;
}
.outline-btn:hover:after {
  width: 100%;
}
.outline-btn span:hover{
   color: rgb(184 217 148) !important;
}
.outline-btn span:before,
.outline-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgb(184 217 148);;
  transition: all 0.3s ease;
}
.outline-btn span:before {
  width: 2px;
  height: 0%;
}
.outline-btn span:after {
  width: 0%;
  height: 2px;
}
.outline-btn span:hover:before {
  height: 100%;
}
.outline-btn span:hover:after {
  width: 100%;
}

/* OUTLINE-BTN-2 */

.outline-btn2 {
  background: #344126;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #B8D994;
}
.outline-btn2 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color:#b8d994;
}
.outline-btn2:before, .outline-btn2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background:#344126;
  transition: all 0.3s ease;
}
.outline-btn2:before {
  height: 0%;
  width: 2px;
}
.outline-btn2:after {
  width: 0%;
  height: 2px;
}
.outline-btn2:hover{
   background: transparent;
  box-shadow: none;
}
.outline-btn2:hover:before {
  height: 100%;
}
.outline-btn2:hover:after {
  width: 100%;
}
.outline-btn2 span:hover{
   color:#344126 !important;
}
.outline-btn2 span:before,
.outline-btn2 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #344126;
  transition: all 0.3s ease;
}
.outline-btn2 span:before {
  width: 2px;
  height: 0%;
}
.outline-btn2 span:after {
  width: 0%;
  height: 2px;
}
.outline-btn2 span:hover:before {
  height: 100%;
}
.outline-btn2 span:hover:after {
  width: 100%;
}



.outline-btn3 {
  background: #CC1616;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #fff;
  width: 60%;
}
.outline-btn3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color:#fff;
}
.outline-btn3:before, .outline-btn3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background:#cc1616;
  transition: all 0.3s ease;
}
.outline-btn3:before {
  height: 0%;
  width: 2px;
}
.outline-btn3:after {
  width: 0%;
  height: 2px;
}
.outline-btn3:hover{
   background: transparent;
  box-shadow: none;
}
.outline-btn3:hover:before {
  height: 100%;
}
.outline-btn3:hover:after {
  width: 100%;
}
.outline-btn3 span:hover{
   color:#cc1616 !important;
}
.outline-btn3 span:before,
.outline-btn3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #cc1616;
  transition: all 0.3s ease;
}
.outline-btn3 span:before {
  width: 2px;
  height: 0%;
}
.outline-btn3 span:after {
  width: 0%;
  height: 2px;
}
.outline-btn3 span:hover:before {
  height: 100%;
}
.outline-btn3 span:hover:after {
  width: 100%;
}



.outline-btn4 {
  background: #000;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #fff;
}
.outline-btn3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color:#fff;
}
.outline-btn4:before, .outline-btn4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background:#000;
  transition: all 0.3s ease;
}
.outline-btn4:before {
  height: 0%;
  width: 2px;
}
.outline-btn4:after {
  width: 0%;
  height: 2px;
}
.outline-btn4:hover{
   background: transparent;
  box-shadow: none;
}
.outline-btn4:hover:before {
  height: 100%;
}
.outline-btn4:hover:after {
  width: 100%;
}
.outline-btn4 span:hover{
   color:#000 !important;
}
.outline-btn4 span:before,
.outline-btn4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #000;
  transition: all 0.3s ease;
}
.outline-btn4 span:before {
  width: 2px;
  height: 0%;
}
.outline-btn4 span:after {
  width: 0%;
  height: 2px;
}
.outline-btn4 span:hover:before {
  height: 100%;
}
.outline-btn4 span:hover:after {
  width: 100%;
}
/* ------ BUTTON-STYLE-CSS-END ------ */
/* .hero-wrapper{
  background: url("../images/hero-video.mp4");
  background-size: cover;
} */

section.hero-wrapper {
  margin: -160px 0 0 0;
}

.home {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content {
  position: relative;
  padding-top: 180px;
  color: #003a89;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
.company-wrapper {
  background: #289dd2;
  color: #fff;
  padding: 200px 0;
  margin: -170px 0 0 0;
}
.company-content {
  padding: 0 50px;
}
.company-content h1 {
  font-size: 50px;
}
.company-content p {
  font-size: 18px;
}
.services-wrapper {
  background: #003a89;
  color: #fff;
  padding: 200px 0;
  margin: -170px 0 0 0;
}
.services-content h5 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2px;
}
.services-content  ol{ 
   list-style: none;
   position: relative;
}
.services-content li span {
  font-size: 30px;
  font-weight: 700;
  color: #9b9b9a;
  display: inline-block;
  position: absolute;
  left: -15px;
}
.serv-img h1 {
  font-size: 50px;
  margin: 0 0 10px 0;
}
section.contact-wrapper {
  padding: 40px 0 0 0;
}
.contact-content {
  padding: 0 65px;
}
.cont-img h1 {
  color: #003a89;
  font-size: 50px;
  margin: 0 0 20px 0;
}
.contact-content p {
  color: #289dd2;
  font-size: 18px;
}
h4.blue-drk {
  color: #003a89;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width:768px) {
  section.hero-wrapper {
    margin: 0;
}
.contact-content {
  padding: 10px 0;
}
.company-wrapper {
  margin: 0;
}
.services-wrapper {
  margin: 0;
  padding: 100px 0;
}
.company-content {
  padding: 20px 0;
}
}
@media (max-width:480px) {
  a.navbar-brand {
    width: 66%;
}
  
}