body{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}

/*** pop up  ***/
.modal-body { 
  h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
  }
  
  
}


/** start **/

.top-header{
    background-color: #034459;
    padding: 8px 0;
}
.top-header h3{
    font-size: 14px;
    color: #fff;

}
.top-header h3 i{
    margin-right: 10px;
    color: #ff0713;
}
.top-header h3 a{
    color: #fff;
}
.top-header h6{
    font-size: 14px;
    color: #fff;
    float: right;
}
.top-header h6 i{
    margin-right: 10px;
    color: #ff0713;
}
.top-header h6 a{
    color: #fff;
}
/**bootom header **/

.project-header img{
	width: 80%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
    margin-left: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        font-size: 14px;
    color: #dad7d7;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 10px;
    margin-right: 1px;
    background: transparent;
    text-shadow: 0px 1px 0px #000;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background: rgb(254 0 0);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    border-radius: 4px;
    border: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    background: #fe0000;
    -moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.2);
       font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 10px;
    margin-right: 1px;
    background: transparent;
    text-shadow: 0px 1px 0px #000;
    display: block;
    background: rgb(38 181 249);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    border-radius: 4px;
    border: none;
}

/******  banner   ****/
.carousel-caption{
	margin-bottom: 50px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:left;
}
.carousel-caption h5{
	font-size: 76px;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 15px;
    color: #f71f1f;
}
.carousel-caption h6{
	font-size: 46px;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 15px;
    color: rgb(38 181 249);
}
.carousel-caption p{
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 30px; 
	padding-bottom: 65px;
	font-weight: 300;
    color: #000;
}
.banner-button{
	font-size: 16px;
	color: #ff0024;
	background: transparent;
	padding: 12px 30px;
	border: 1px solid #ff0024;
	border-radius: 3px;
}
.banner-button:hover{
	color: #000;
    border: 1px solid #000;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

/******    about  *****/

.about{
	padding: 60px 0;
}
.about img{
	width: 100%;
}
.about-info h2{
	font-size: 36px;
	line-height: 42px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding-bottom: 30px;
}
.about-info p{
	font-size: 16px;
	font-weight: 300px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #5a5b5b;
}
.about-btn{
	font-size: 16px;
	padding: 10px 28px;
	background: transparent;
	border: 1px solid #ff1111;
	color: #ff1111;
	border-radius: 3px;
}
.about-btn:hover{
	color: #000;
    border: 1px solid #0496da;
}
/******* project ***********/

.project{
    padding: 35px;
}
.project h2{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    padding: 5px 0  65px;
    text-align: center;
}
.view-all{
    padding: 60px 0;
}
.view-btn{
    font-size: 16px;
    padding: 6px 20px;
    background: transparent;
    border: 1px solid #ff1111;
    color: #ff1111;
    border-radius: 3px;
}
.view-btn:hover{
    color: #000;
    border: 1px solid #0496da;
}
/******* service ***************/

.service{
    padding: 35px;
}
.service h2{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    padding: 5px 0  65px;
    text-align: center;
}
.service-info img{
    width: 50%;
    margin-bottom: 25px;
}
.service-info{
    text-align: center;
    padding: 0 15px;
}
.service-info h5 a{
    font-size: 22px;
    font-weight: 500;
    color: #085986;
}
.service-info p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #9b9b9b;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-info{
    margin-bottom: 20px;
    box-shadow: 5px 2px 15px -8px #fd0f0f;
}
.service-info:hover{
    box-shadow: 5px 2px 15px -4px #36b7ff;
    margin-bottom: 20px;
}
/****  testimonial ***/

.member{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    padding: 5px 0  65px;
    text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 7%;
    margin-left: 515px;
    padding-bottom: 25px;
}
.item h3{
    font-size: 20px;
    color: #000;
    font-weight: 300;
    padding-bottom: 20px;
}
.item p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding: 0 200px;
    margin-bottom: 55px;
}

/*** footer ***/

footer{
    background-image: url(../images/footer-img.jpg);
    padding-top: 35px;
}
.top-footer h2{
    font-size: 20px;
    color: #fff;
    padding-bottom: 25px;
}
.footer-menu li a{
    color: #767676;
}
.footer-menu li{
    padding-bottom: 8px;
    color: #fff;
}
.footer-menu li a:hover{
    color: #e8e7e7;
}
.footer-social li{
    display: inline-block;
   margin-right: 12px;
}
.footer-social li a{
    font-size: 25px;
    color: #fff;
}
/** bottom footer **/

.bootom-footer{
    background-color: #484848;
    padding: 15px 0;
}
.bootom-footer p{
    font-size: 14px;
    font-weight: 300;
    color: #a7a7a7;
    text-align: center;
}

/** ////////////////////////////////////// **/
/** -----------------about--------------------- **/

.about-banner{
    background-image: url(../images/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 42px 0;
}
.about-banner h2{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.about-content{
    padding: 32px 0;
}
.about-content img{
    width: 100%;
    border-radius: 10px;
}
.about-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 18px;
}
/** ////////////////////////////////////// **/
/** -----------------template--------------------- **/
.template{
    padding: 36px 0;
}
.img-box{
    padding-bottom: 60px;
}
/** ////////////////////////////////////// **/
/** -----------------contact--------------------- **/
.contact{
    padding: 65px 0;

}
.contact h3{
    padding-bottom: 60px;
}
.contact h6{
    padding-bottom: 20px;
}
.contact-info h6 i{
    padding-right: 10px;
    color: #ff0000;
}
.contact p{
    padding-bottom: 30px;
}
.contact p a{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #5d5c5c;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1088ff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(38 181 249);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #ff0404;
    padding: 8px 30px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgb(38 181 249);
    border-color:rgb(38 181 249);
}
/** ////////////////////////////////////// **/
/** -----------------Bank--------------------- **/

.bank{
    padding: 35px 0;
    text-align: center;
}
.bank-info img{
    padding-bottom: 5px;
}
.bank-info h6{
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;

   
}
.bank-info {
     background-color: #7c76fb;
     padding: 10px 40px;
       border-radius: 5px;
}
.bank-dtl{
    color: #0ac4ff;
    margin-right: 10px;
}

/** ////////////////////////////////////////  **/
/**             demo                       **/

.plan{
    padding: 35px 0;
}
.pln-content{
    text-align: center;
    background-color: #fb5151;
    border-radius: 5px;
    box-shadow: 1px 6px 14px 2px #6a6868;
}
.pln-content h2{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 5px 0;
    font-family: 'Raleway', sans-serif;
}
.pln-bg{
    border: 1px solid #999998;
    margin-top: 35px;
    padding: 10px;
    background-color: #72dfff;
    border-radius: 5px;
}
.pln-bg h6{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid #999998;
    margin-bottom: 10px;
}
.pln-bg h6 a{
    font-size: 15px;
    color: #5d5d5c;
}
.pln-bg h6 a:hover{
    color: #38a2fc;
}
.main-sec{
    background-image: url(../images/111.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/****

font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;


****/