﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@font-face {font-family: 'HumantMedium';src: url('fonts/humant-medium-webfont.woff2') format('woff2'), url('fonts/humant-medium-webfont.woff') format('woff');font-weight: normal;    font-style: normal;}
html {height: 100%;}
body {font-family: "Open Sans", sans-serif;font-style: normal;color: #777;font-size: 18px;}
html {overflow-x: hidden;}

a {color: #FFF;}
a:hover {color: #01A982;text-decoration: none;}
img {max-width: 100%;}

.fa,.fab,.fal,.far,.fas {line-height: inherit;}
h1, h2, h3, h4, h5, h6 {font-family:'Rajdhani';font-weight:bold !important;}


@media (min-width: 1201px) {
  .header-red {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;background:rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px); box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);transition:all .3s;
  }
  .header-red.header-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fixed-header .header-red {
    background: #d72323;
  }
  .header-red .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
  }
    .header-red .navbar-brand span.logo {
        background: url(../img/logo-rgb.svg) no-repeat left center;background-size:cover;
        display:block;min-height:75px;width:247px;text-indent:-1000px;margin:10px 0px;
    }
  .header-red .navbar-brand img {
    min-height: 75px;
    display: inline-block;
  }
  /*.fixed-header .header-white .navbar-brand {
    color: #000;
  }
  .fixed-header .header-white .navbar-brand span {
    background: #fc5356;
  }*/
  .header-red .navbar-nav .nav-link {
    line-height: 106px/*80px*/;
    padding: 0 10px !important;
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
    color: rgba(255, 255, 255, 1);font-family:'HumantMedium', Tahoma, sans-serif;
  }
  .header-red .navbar-nav .nav-link span {
    position: relative;
  }
  .header-red .navbar-nav .nav-link span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    width: 0px;
    height: 2px;
    border-radius: 5px;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background: #FFF;
  }
  .fixed-header .header-red .navbar-nav .nav-link {
    color: #fff;
  }
  .header-red .navbar-nav .nav-link.active, .header-red .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  .fixed-header .header-red .navbar-nav .nav-link.active, .fixed-header .header-red .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .header-red .navbar-nav .nav-link.active span:after, .header-red .navbar-nav .nav-link:hover span:after {
    left: 0;
    right: auto;
    width: 100%;
  }
    .fixed-header .header-red .navbar-brand span.logo {
        background-image: url(../img/logo-white.svg?v3);
    }
    .fixed-header .header-red .navbar-nav .nav-link span:after {
        background: #fff;
    }
}

#home {position: relative;height:100vh;}
#home-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #020202;
  background-position: center center;
  -moz-background-size: contain;
       background-size: contain;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
     object-fit: contain;
}

.go-to-next {position: absolute;bottom: 30px;
	left: 0;
	right: 0;
	width: 35px;
	margin: auto;
	z-index: 1;
	text-align: center;
	
}
.go-to-next a {
		width: 35px;
		height: 35px;
		position: relative;
		display: inline-block;
		background: #d72323;
		border-radius: 50%;
		animation: down 1s linear infinite;
		-webkit-animation: down 1s linear infinite;
		
	}
    .go-to-next a span {
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        rotate: 135deg;
    }

@-webkit-keyframes down {
    0%   { top:5px; opacity: 0; }
    30%  { top:15px; opacity: 1; }
    60%  { top:15px; opacity: 0.60; }
    100% { top:25px; opacity: 0; }
}

@keyframes down {
    0%   { top:5px; opacity: 0; }
    30%  { top:15px; opacity: 1; }
    100% { top:25px; opacity: 0; }
}
/*	Toggle Menu
-------------------------*/
.navbar-toggler,
.toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 15px;
    background: rgba(255,255,255,.9);
    border: none;border-radius:5px;
}

    .navbar-toggler span,
    .toggler-menu span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 25px;
        height: 2px;
        margin: auto;
        box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
        background: #d72323;
        color: #d72323;
    }


.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;outline: 5px auto -webkit-focus-ring-color !important;box-shadow:none;
}

/* Section
---------------------*/
.section {
  padding: 70px 0 70px 0px;
  position: relative;
}
@media (max-width: 1200px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg-gray {background:#9e9e9e;}
q { quotes: "“" }
q {text-indent: -0.45em;}
@supports ( hanging-punctuation: first) {
    q {
        text-indent: 0;
        hanging-punctuation: first;
    }
}

/* Mobile 
-----------------------------*/
@media (max-width: 1200px) {
.header-nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 5;background:rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px); box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);transition:all .2s;
}
.header-nav .navbar-brand span.logo {
        background: url(../img/logo-rgb.svg) no-repeat left center;background-size:contain;
        display:block;min-height:40px;width:145px;text-indent:-1000px;
    }
.fixed-header .header-nav { background: #d72323;}
.fixed-header .header-nav .navbar-brand span.logo {background-image:url(../img/logo-white.svg?v2);}

 .header-nav .navbar-nav {
    padding: 8px 15px;margin-top:20px;
    border: 1px solid #d72323;
    background: #d72323;
  }
  .header-nav .navbar-nav > li + li .nav-link {
    border-top: 1px solid #d72323;
  }
  .header-nav .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
    color: #FFF;text-align:center;
  }
  .header-nav .navbar-nav .nav-link.active, .header-nav .navbar-nav .nav-link:hover {
    background:#000;
  }
  .ayr {background:transparent !important;display:list-item !important; clip-path:none !important;padding:0px !important;margin-right:0px !important;margin-left:0px !important;}
}

.q {margin-right:40px;width:46px;height:36px;background:url(../img/quote.svg) no-repeat center center;position:absolute;left:-65px;top:5px;background-size:cover;}

#weareready {font-weight:300;}
.ayr {background:#000;display:flex;padding:0px 100px 0px 100px;margin-right:-10px;clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);font-family:'HumantMedium', Tahoma, sans-serif;color:#FFF;transition:all .3s;margin-left:5em;}

.box {
    padding: 55px 30px 30px 30px;
    margin: 15px 0 35px;
    position: relative; top: 0;
    z-index: 1;
    min-height:220px;
    background: #ffffff;
    top: 0;
}
    .box .icon {
        width: 75px;
        height: 75px;
        line-height: 60px;padding-top:7px;
        background: #fc5356;
        color: #ffffff;
        text-align: center;
        margin-top:-90px;
        font-size: 29px;
        position:absolute;
    }

    .box .icon i {color:#000;background:#FFF;border-radius:50%;width:60px;height:60px;}
    .box p {margin-bottom:0px;}

#ifyouready {margin:70px 0px;}

#ifyouready a {margin:5px 20px;border-radius:50%;border:2px solid #FFF;height:65px;width:65px;display:inline-block;padding:4px;}
#ifyouready a:hover {color:#FFF;border-color:#d72323;}

footer {min-height:10px;}

.bg-danger {background:#d72323 !important;}
#areyouready a {color:#777;text-decoration:none;}
#areyouready a:hover {color:#d72323}