@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");


@font-face {
    font-family: 'Rift Demi';
    src: url('../fonts/Rift-Demi.woff2') format('woff2'),
        url('../fonts/Rift-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Regular.woff2') format('woff2'),
        url('../fonts/Rift-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rift';
    src: url('fonts/Rift-Light.woff2') format('woff2'),
        url('../fonts/Rift-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Medium.woff2') format('woff2'),
        url('../fonts/Rift-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.shape {
  height: 1px;
  margin: 0 auto 30px;
  position: relative;
  width: 60px;
  background-color: #F63854;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size: 25px;
  padding: 8px 40px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius:0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
   font-family: 'Rift Demi';
   text-transform:uppercase;
   letter-spacing:3px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: transparent;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border:2px solid #1da7be;
}

.btn-common:hover {
  color: #FFF;
  background: #1da7be;
  
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #F63854;
  background-color: transparent;
  border: 1px solid #F63854;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-border:focus {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #F63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #F63854;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #F63854;
}

.mT50{
	margin-top:90px;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #9dce2d;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

a.back-to-top-New {
  position:relative;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top-New i {
  display:inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.back-to-top-New:hover, a.back-to-top-New:focus {
  text-decoration: none;
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #18a3ba;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px dotted #ddd;
}


.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.about-area img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
}

.about-area .content p {
  margin-bottom: 30px;
}


.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #c3e835 !important;
  border-color: #c3e835 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #c3e835 !important;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #3f4542;
  color: #3f4542;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-brand img{
	margin-right:20px;
}

.navbar-nav .mR80{
	margin-right:80px;
}

.navbar-nav .mL80{
	margin-left:80px;
	position: relative;
    left: 26px;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #c3e835 !important;
  border-color: #c3e835;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding-right:70px;
}

.navbar-expand-md .navbar-nav .nav-item.last{
	padding-right:0px;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #3f4542;
  font-weight: 600;
  padding: 7px 0;
  font-size:25px;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Rift Demi';
}


.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #3f4542!important;
  width: 100%;
  border-bottom:1px solid #3f4542;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
  color: #3f4542;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 10px 0;
  background-image: url(../img/navBg.png);
  line-height:50px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #F63854;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */

header{
	position:relative;
	height: 100vh;
}


#hero-area {
  background-image: url(../img/section-one-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 180px 0 80px;
  height:100vh;
}

#hero-area .contents .head-title {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 10px;
  text-align:center;
  text-transform: capitalize;
  margin-top:50px;
  font-weight:500;
}


#hero-area .contents p{ 
  color:#FFF;
  font-weight:500;
  text-align:center;
  font-size: 18px;
  line-height:30px;
  font-family: 'Roboto', sans-serif;
}

#hero-area .contents p span{
	width:800px;
	display:inline-block;
}

.explore-scroll{
	position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.explore-scroll a{
	font-family: 'Rift Demi';
	font-weight:400;
	font-size: 14px;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:2px;
}

.explore-scroll .explore-icon:before{
	background-image: url(../img/explore-scrollo-icon.png);
	width:41px;
	height:40px;
	content: "";
	display:block;
}

.explore-scroll span{
	vertical-align:top;
	line-height:45px;
}

em.explore-scroll{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
	font-style:normal
}


@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }

}

.mR150 {
    margin-right:150px;
  }
  
.mL150{
	margin-left:150px;
	position: relative;
    left: -30px;
 }
 
 
 #whoweare {
  background-image: url(../img/section-two-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
  height:100vh;
}

 #whoweare h2{
	color: #FFF;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 45px;
	margin-bottom:25px;
 }
 
 
 #whoweare p {
	color: #FFF;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-bottom:30px;
 }
 
  #whoweare p:last-child{
	  margin-bottom:0;
  }
 
.contBtn{
	 position:relative;
 }
 
.contBtn p{
	  position:absolute;
	  bottom:0;
	  right:0;
  }
 
 
  #whatwedo {
  background-image: url(../img/section-three-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
  height:100vh;
}

 #whatwedo h2{
	color: #FFF;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 45px;
	margin-bottom:25px;
 }
 
 #whatwedo p {
	color: #FFF;
    line-height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-bottom:30px;
 }
 
 #whatwedo p:last-child{
	margin-bottom:0px; 
 }
 
 #whatwedo .mHeight{
	 min-height:480px;
	 position:relative;
 }
 
 
#whatwedo .btnBottom{
	position:absolute;
	bottom:0;
	right:0;
} 
  
  #contactus {
  background-image: url(../img/section-four-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:800px;
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
  height:100vh;
}

 #contactus h2{
	color: #FFF;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 25px;
	margin-bottom:25px;
 }
 
 #contactus p {
	color: #FFF;
    font-weight:300;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
	margin-bottom:30px;
	margin-bottom:0;
 }

#contactus .thanks-messge{
	padding-bottom:0px;
	margin-bottom:0px;
	min-height:75px;
}
 
 
#contactus p.footerText{
	font-size:12px;
	text-align:center;
	padding:8px;
	line-height:16px;
	position: absolute;
    width: 100%;
    bottom: 0;
}

 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF !important;
  opacity: 1; /* Firefox */
  font-size:16px;
  font-weight:500;
}
 
 #contactus input[type=text]{
	 color:#FFF;
	 text-align:center;
	 min-height:55px;
	 font-family: 'Roboto', sans-serif;
	 font-weight:300;
	 padding:10px;
	 text-transform:uppercase;

 }
 
  #contactus textarea{
	 color:#FFF;
	 text-align:center;
	 height:130px;
	 font-family: 'Roboto', sans-serif;
	 font-weight:300;
 }
 
 
  #contactus .help-block{
	  color:#FFF;
	  font-family: 'Roboto', sans-serif;
	  font-weight:300;
  }
 
 #contactus .submitBtn{
	 border:2px solid #9dce2d;
	 font-family: 'Roboto', sans-serif;
	 font-weight:500;
 }
 
  #contactus .submitBtn:hover{
	  background:#9dce2d;
  }
  
#contactus .contBtnBottom{
	position:relative;
}

 
#contactus .comfooter{
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight:300;
    width: 100%;
	padding:8px 0;
 }

.form-control {
  width: 100%;
  font-size: 14px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 2px solid #c3e835;
  background:transparent;
  color:#FFF;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}

.form-control:focus {
  border-color: #c3e835;
  box-shadow: none;
  outline: none;
  background:transparent;
}

textarea {
  border-radius: 0px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}


.dotted-fex{
position: fixed;
z-index: 2;
right:-10px;
top:50%;

} 

.dotted-scrollspy li span.active-circle {
display: block;
background-color:#FFF;
-webkit-border-radius: 50%;
border-radius: 50%;

}

.dotted-scrollspy li.active span.active-circle {
  border: 5px solid #fff;
}

.dotted-scrollspy li a.nav-link{
	padding-top:0;
	display:block;
}


.dotted-scrollspy li.nav-item:nth-child(2){
	margin-right:15px;
}

.dotted-scrollspy .navbar-nav{
	position:absolute;
	right:10px;
}

.spoiler span {
    visibility: hidden;
	position: relative;
    right:85px;
    top: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	display:inline-block;
	width:77px;
	color:#FFF;
	text-align:right;
}

.spoiler:hover span {
    visibility: visible;
}


.nav-item.circle {
    height:10px;
    width: 10px;
    border-radius: 100%;
    position: relative;
    border-color: #8c93b1;
  }
  
  .nav-item.circle:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    bottom: 0;    
    border: 1px solid;
    border-width: 0 0 0 1px;
  }
  
  a.waves-effect, a.waves-light {
    display: inline-block;
    top: -9px !important;
}

 .nav-item.circle {
	  position: relative; 
	  border-radius: 100%; 
	  width: 10px; 
	  line-height: 0px; 
	  text-align: center; 
	  margin-top:10px; 
	  background-color:#8c93b1; 
	  z-index: 2;
}

  .nav-item.circle:before {
	  background:#FFF;
	  position: absolute; 
	  border: 0px; 
	  border-width:thin; 
	  height: 37px; 
	  display: block; 
	  content: ''; 
	  left: 50%; z-index: 1; 
	  top: -38px; 
}
	  
  .nav-item.circle:first-child:before {display: none;}

  
 