/*
* Template Name : Rictor - Onepage Multipurpose Template
* Version : 1.0
* Created by : Themesdesign
*/
/*
1.Basic
2.Helper Classes
3.navbar
4.home
5.service
6.footer
*/

/* ==========
   1.Basic
   ========== */

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;

} 
h1,h2,h3,h4,h5,h6 {
 font-family: 'Nunito', sans-serif;
}
h1{
  font-size: 80px;
  font-weight: 700;
}

h6{
  font-size: 20px;
  font-weight: 400;
}
a,a:hover,a:focus {
  text-decoration: none !important;
  outline:none !important;
}
p, span{
	font-family: 'Nunito', sans-serif;
	line-height: 25px;
    font-size: 14px;
    color:#898989;
}


.section{
	padding-top: 10%;

}


.bg-white{
    background-color: #fff;
}

.bg-light{
    background-color: #f2f2f2;
}

.theme-clr{
  color:#00BCD4;
}

.theme-bg{
  background-color: #00BCD4;
}


.text-blue
{
  color:#00BCD4;
}


.btn-primary
{
  background-color: #00BCD4 !important; 
}
/* ==========
   2.helper-classes
   ========== */

.btn-custom{
	background-color:#FF431E ;
	color:#fff;
}

.btn-transparent{
	background-color:transparent;
	color:#000;
}

.btn-large{
  padding:10px 40px;
}


h2.title
{
  color: #123852;
}
.title span{
	color:#FF431E ;
}

.titleHR {
	background: none repeat scroll 0 0 #e1e1e1;
	height: 5px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 80px;
}
.titleHR span {
	border-left: 10px solid #00BCD4 ;
    border-right: 10px solid #00BCD4 ;
	display: inline-block;
	height: 5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 25px;
}


.layer-light {
  background-color: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


.layer-dark {
    /*background-color: rgba(248, 247, 216, 0.7);*/
    position: absolute;
   background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-blue {
    position: absolute;
   background-color: rgba(33, 49, 72, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ==========
   3.navbar start
   ========== */


.navbar-custom{
	transition: all 0.5s ease-in-out;
    background-color: #fff !important;
    margin: 0;
    /*border-bottom: 1px solid #f2f2f2;*/
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.navbar-custom ul li > a{
    color:#000;
    font-size:15px;
    font-weight: 600;
    margin-right: 20px;
}

/*.navbar-custom-black{
background-color:rgba(53,55,60,0.8) !important;
}

.navbar-custom-black ul li > a{
    color:#fff;
    font-size:15px;
    font-weight: 600;
    margin-right: 20px;
}*/

.sticky{
    background-color: #fff;
    
}

/*.nav-sticky{
    background-color: #fff;
    color:#000;
    
}

.nav-sticky ul li > a{
    color:#000;
    font-size:15px;
    font-weight: 700;
}*/

.active{
  background-color: #00BCD4;
   color: #fff !important;
    padding-left: 20px;
    border-radius: 30px;
}

.navbar-nav li{
  margin-right: 10px !important;
}

.navbar-nav li :active .nav-link{
  color: #fff !important;
}



/* ==========
   navbar end
   ========== */




/* ==========
   4.home-banner start
   ========== */

#home{
	height:100vh;
   	background-image: url(../img/dubai-1767540_1920.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/* ==========
   home-banner end
   ========== */




/* ==========
   5.How it work start
   ========== */

.work-box > i{
      font-size: 55px;
    padding: 25px;
    color: #4a4a4a;

}


/* ==========
   5.How it work end
   ========== */




/* ==========
   5.services start
   ========== */

.service_img{
  background-size: cover; 
  width: 100%; 
 /* height: 100%;*/ 
  padding:10%; 
  position:relative;
   background-color: rgba(0,0,0,0.54);
}

.service-name{
  position:relative !important;
  padding:5rem!important;
  /*min-height: 200px;*/
 
}

/*.service-name a{
  border:2px solid #fff;
  padding:10px 20px;
  font-size: 20px;
  font-weight: 700;

}*/

.service-name a{
border: 1px solid #fff;
    padding: 8px 22px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    /*transition-property: background;
    transition-duration: .2s;
    transition-timing-function: linear;
    display: inline-block;*/
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%,-50%);
     background-color: rgba(0,0,0,0.6);
    }


/* ==========
   services end
   ========== */





/* ==========
   break start
   ========== */

.break-parallax{
  background-image: url('../img/abstract-gradient-art-geometric-background-450w-563141524.jpg'); 
  z-index: 0; 
  background-attachment: fixed; 
  background-size: auto; 
  position: relative; 
  background-size: cover;
}

/* ==========
   break end
   ========== */



 
/* ==========
   6.Footer start
   ========== */

.footer-link{
  list-style: none;
}

.footer-link li{
  float:left;
  padding-left:20px;
}

.footer-link li a{
  color:#ccc;

}

.footer-link li i{
  color:#ccc;
  font-size: 30px;

}

 
/* ==========
   Footer end
   ========== */



/* ==========
   login start
   ========== */
#login{
  /*height: 500px;*/
    background-color: #fff; /* For browsers that do not support gradients */
    background-image: linear-gradient(#fff, #00BCD4); /* Standard syntax (must be last) */
}


#login .card-header{
  background-color:#00BCD4; 
  color:#fff; 
  font-size: 20px;
}

.login-content b{
  font-size:18px;
}

.login-btn{
  background-color:#00BCD4;
   color:#fff; 
}


/* ==========
   login end
   ========== */

/*   -----------------------------------*/


.form-section{
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}