

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Barlow', sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Barlow', sans-serif;

}
.overview-section-background{
  background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.3)),url(../img/backgrounds/white-background1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;  
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar{
  background: #256cb9;
  padding: 8px 0;
  height: 35px;
  color: white;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#topbar .contact-info{
  font-size: 12px;  
}
#topbar .contact-info span{
  margin-left: 10px;
  font-size: 13px;
}
#topbar .social-links a{  
  text-decoration: none;
  color: white;
  font-size: 13px;
  padding: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  padding: 0;  
  margin-top: -2px;
  position: absolute;
  width: 100%;
  top: 0;
  transition: 1s all;    
  z-index: 997;        
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) rgb(255 255 255);   
}

#header.header-scrolled {   
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) rgb(255 255 255);   
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover; 
  position: absolute;
  top: 0;
  height: 100px;
  z-index: 997;
  
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;   
  margin-top: 20px;
}

}
/*---------------------------
 Hero
---------------------------- */

.hero{
  /*height:100vh;*/
  /*background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)),url(../img/images/main-banner-1920x730.jpg);*/
  /*background-position: right;*/
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
  /*background-size: cover;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

/*----------------------------
 end hero 
-----------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
    line-height: 6;
    white-space: nowrap;
    padding: 10px 20px;
    float: left;
}

.nav-menu a {
  display: none;  
  position: relative;
  color: #b93c1e;
  font-weight: 600;  
  text-transform: uppercase;  
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;

}

/* .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: indianred;
  text-decoration: none;
} */

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;  
  opacity: 0;
  visibility: hidden;  
  color: white;
  background: #1f3548;  
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;  
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 120px;
  
  position: relative;
  line-height: 1;
}

.nav-menu .drop-down ul a {
  padding: 15px;
  font-size: 13px;
  font-weight: 200;
  text-transform: none;
  color: white;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: indianred;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* navigation button to home page */
.direct-home-btn{
  margin-top: 25px;
  font-size: 25px;
  cursor: pointer;
}
.direct-home-btn:active{
  cursor: crosshair;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 50px;
}

#mySidenav .apr-links ul li{
  list-style: none;
}
#mySidenav .apr-links ul li a::before{
  content: '\f0a4';
  font-family: "Font Awesome 5 Free";
  color: #818181;
  padding: 10px;
  font-size: 18px;
}

.sidenav a {
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#mySidenav .apr-contact h3{
  color: indianred;  
  font-size: 18px;
}
#mySidenav .apr-contact p{
  font-size: 15px;  
}
#mySidenav .apr-social a{
  display: inline;
  text-align: center;
  padding-right: 30px;
}


/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 35px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 25px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.main-logo{
  margin-top: 30px;
}

.main-logo a img{
  max-height: 38px;
}
/*---------------------------------------
 Home carousel
 --------------------------------------- */
.home-carousel{
  padding: 0;
  margin: 0;
}
.set-position{    
  width: 100%;
  text-align: center;
  vertical-align: middle;  
  margin-top: 10%;  
}
.set-position h1{
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  font-size: 35px;  
  text-transform: uppercase;
  
}
.explore-now-button{
  position: fixed;
  right: 100px;
  top: 30px;
}
.explore-now-button button{
  border: none;  
  background: none;
  text-transform: uppercase;
  padding: 10px 15px;  
  outline: none;
  background: #b93c1e;
  font-size: 13px;
  color: white;  
  transition: 0.3s linear;
  border-radius: 30px;
  cursor: pointer;  
  animation: glow infinite;
  animation-duration: 1s;
}


.explore-now-button button:hover{
  background: none;
  color: #b93c1e;
  border: 1px solid #b93c1e;
  box-shadow: none;
}


 /*--------------------------------------- 
 End of Home Carousel 
 ------------------------------------------*/

 /* -------------------------------------
  project highlights section 
--------------------------------------- */

.highlight-list{
  line-height: 2;
  margin: 15px;
}

.highlight-list i{
  color: #b93c1e;
  font-size: 40px;
  margin: 5px;
}

.highlight-list span{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 5px;
}
.pro-part-2{
  padding: 30px;
}
.pro-part-2 h1{
  color: #001a23;
  text-transform: uppercase;
  font-weight: 700;
}
.pro-part-2-lists{
  margin:5px;
}
.pro-part-2-lists i{
  color: #2f7ea1;
  font-size: 20px;
}
.pro-part-2-lists span{
  font-size: 18px;
}

/* -----------------------------------
 end projects highlights
--------------------------------------- */

/*--------------------------------
 plans 
----------------------------------- */

.plans-buttons{
  padding: 5px;  
  text-align: center;
}
.plans-buttons span{
  font-size: 17px;
  margin: 10px;
}
.plans-buttons span:nth-child(2){
  font-size: 17px;
  font-weight: 600;
}
.projects-buttons ul{
  margin-top: 30px;
}

.projects-buttons ul li{
  list-style: none;
  border: 1px solid #b93c1e;
  border-radius: 2px;
  padding: 10px;
  font-size: 13px;  
  margin: 10px;  
  cursor: pointer;    
  transition: 0.5s all;
  display: inline-block;
}
.projects-buttons ul li:hover{
  background-color: #b93c1e;
  color: white;
}
.project-active{
background-color: #b93c1e;
color: white;
}
.table, .table tr, .table tr th, .table tr td{
  border: 1px solid #b93c1e;
  text-align: center;
}
.table-heading{
  color:#2f7ea1;
}
.fp-carousel h3{
  color: #2f7ea1;
  text-align: center;
  margin: 10px 0px;
}
.fp-carousel ul {
  list-style: none;
  display: flex;
  padding: 10px;
  justify-content: space-evenly;
  background: #b93c1e;
  color: #fff;
}

/* ------------------------------
 end plans 
---------------------------------- */
/*-------------------------------
 form buttons 
--------------------------------- */

.form-buttons button{
  padding: 15px;
  background:none;
  outline: none;
  border: none;
  background: #b93c1e;
  color: #fff;  
  margin:5px;
  border-radius: 3px;
}

.form-buttons button:nth-child(2){
  background: white;
  color: #b93c1e;  
  border: 1px solid #b93c1e;
}

/*-----------------------------
 end form buttons 
------------------------------- */

.vp-title-header{
  display: none;
}

/*------------------------------------
 About section 
-------------------------------------*/
.side-image{
  margin-top: 10px;
  max-width: 100%;
}
.side-image img{
  width: 100%;
}
.about-text h2{
  margin: 5px 0px;
  text-transform: uppercase;
  color: #000;  
  font-weight: 700;
}
.about-text p{
  line-height: 2;
  font-size: 17px;
}

.video-showing{
  background: #dab66b;
  padding: 10px;
}
.video-thumnail-display{
  overflow: hidden;
  
  width: 100%;

}


/*----------------------
 end about section
 -------------------- */


.price-rate{
  position: fixed;
  right: -50px;  
  top: 50%;
  z-index: 10;
  transform: rotate(270deg);
}
.price-rate button{
  padding: 10px 20px;
  background: none;
  border-radius: 2px;
  font-size: 13px;
  border: none;
  color: white;
  background-color: rgb(31, 53, 72);
}

@media(max-width:1200px){
  .main-logo{
    display: none;
  }  
  .direct-home-btn{
    display: none;
  }  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.section-bg {
  
  padding-top: 20px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-top: 80px 0px 30px 0px;  
}
.about .pr-overview iframe{
  margin-top: 30px;
  border-radius: 2px;    
}
.about .pr-overview h3,.pr-amenities h3,.pr-site-layout h3,.pr-location h3,.pr-proximity h3, .pr-floorplans h3, .pr-specifications h3, .pr-approvals h3,.pr-gallery h3,.pr-contrn-status h3{
  font-size: 40px;
  font-weight: 700;
  color: #082f4c;
}
.about .pr-overview-text{
  padding-top: 35px;
}
.about .pr-overview-text p {   
  color: #666;     
  font-size: 15px;
  line-height: 30px;
  
}
/*-------------------------------------------------------------
 Amenities
 --------------------------------------------------------------  */ 
 .pr-amenities-list{
   padding-top: 30px;
 }
 .amenity-icon{
   padding: 20px;
   border-radius: 2px;
   line-height: 2;
   
   margin: 5px;
   box-shadow: 0px 0px 3px 0px #aaa;
   text-align: center;
 }  
 .amenity-icon img{
    width: 50px;
 }
 .amenity-icon span{   
   font-size: 15px;
   color: #b93c1e;
   font-weight: 500;
 }
 .amenity-heading{
   padding: 20px;
   margin: 0px 30px;
   transform: translateY(-50%);
   width: initial;
   background: white;
   box-shadow: 0px 0px 2px 0px #aaa;
   
 }
 .amenity-heading span{
   font-size: larger;
   color: #001a23;
   /* padding: 20px 40px; */
   width: 100%;
      
   font-weight: 500;
 }
/* -----------------------------------------------------------
Site layout and location
--------------------------------------------------------------*/
.pr-site-layout img,.pr-location img,.plan-table,.app-images,.gall-images,.status-images, .pr-specifications{
  margin-top: 30px;  
} 

/*------------------------------------------------------------
 Floor plans
 ------------------------------------------------------------- */
.plan-table table,.plan-table table thead,.plan-table table thead tr,.plan-table table thead tr td,.plan-table table tbody,.plan-table table tbody tr,.plan-table table tbody tr td{
  text-align: center;
  vertical-align: middle;
}


/*------------------------------------------------------------
 Proximity 
 ------------------------------------------------------------- */
.pr-proximity .prox-list{
  margin-top: 20px;  
}
.pr-proximity .prox-list ul{
  list-style: none;  
}
.pr-proximity .prox-list ul li{
  padding: 5px;
}
.pr-proximity .prox-list ul li::before{
  content: '\f0a4';
  font-family: "Font Awesome 5 Free";
  color: #266bb8;
  padding: 10px;
  padding-right: 15px;
  font-size: 18px;
}
.location-images-display{
  /* background: #dab66a; */
  background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)),url(../img/backgrounds/white-background1.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
  overflow: hidden;
}
.location-proximity-links{
  padding: 30px;
  border-radius: 2px;
  color: white;
  background-color: #b93c1e;
  
}
.location-proximity-links ul , .location-proximity-display ul{
  line-height: 3;
  padding: 10px;  
  
}
.location-proximity-links ul li{
  list-style:none;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;  
  margin: 3px;
  cursor: pointer;
}
.location-proximity-links ul li:hover{
  color: #001a23;  
  transition: 0.3s linear;
}
.location-prox-active{
  color: #000;  
  background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.3)),url(../img/backgrounds/white-background1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.location-proximity-display{
  padding: 10px;  
}
.location-proximity-display ul li{
  list-style: none;  
  
  font-size: 18px;
  font-weight: 500;
}

/* -----------------------------------------------------------
Approvals
-------------------------------------------------------------- */
.app-images img{
  box-shadow: 0px 0px 3px 1px gray;
}

.app-images p{
  padding: 5px;
  color: indianred;
}
/* ------------------------------------------------------------
Gallery 
--------------------------------------------------------------*/
.gall-images p{
  font-size: 20px;
  padding-top: 10px;
  color: #266bb8;
}

.gallery-section{
  margin-top: 30px;
}
.gallery-section .gallery-carousel .item{
  margin: 10px;
}
.owl-prev{
  width: 15px;
  height: 100px;
  position: absolute;
  color: black;
  top: 33.3%;
  margin-left: -30px;
  display: block !important;
  border:0px solid black;
 }
 .owl-next{
  width: 15px;
  height: 100px;
  position: absolute;
  top: 35%;  
  right: -10px;
  display: block !important;
  border:0px solid black;
 }

 .owl-prev i,  .owl-next i {  
  font-size: 20px;    
  color: #b93c1e;  
  padding: 5px 10px;
  border-radius: 50%;
  border: 2px solid #b93c1e;
}


/*-------------------------------------------------------------
 Specifications 
 ------------------------------------------------------------*/

 .wrap-spec{  
   padding: 15px;
   margin: 10px;
   min-height: 450px;   
   border-radius: 2px;   
   box-shadow: 0px 0px 5px 1px gray;
 }
 .wrap-spec .img-bg{        
   padding: 10px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   background-color: #428bca;
 }
 .wrap-spec .img-bg img{
   margin-top: 0px;
   border-radius: 2px;
   background-color: #428bca;
 }
 .spec-content{
   padding: 10px;
 }
 .spec-content h4{
   font-weight: 400;
   color: #444;
 }
 .spec-content ul li{
   list-style: none;
   font-size: 15px; 
   color: #6b6969;
   padding: 5px;   
   margin-left: -50px;   
 }
 .spec-content ul li::before{
  content: '\f0a4';
  font-family: "Font Awesome 5 Free";
  color: #266bb8;
  padding: 10px;
  padding-right: 15px;
  font-size: 15px;
 }
 .specifications-toggle{
   margin-top: 20px;
 }
 .specifications-toggle i{
   color: #dab66a;
 }
 .card-header{
   box-shadow: 1px 1px 6px 1px #888;
 }
 .card-header button{
   color: #2f7ea1;
   font-weight: 600;   

 }
 .btn:focus{
   outline: none;
   box-shadow: none;
 }

 /*------------------------------------
  contact address 
-------------------------------------- */
.contact-us-bg{
  background: linear-gradient(rgba(8,47,76,0.4),rgba(8,47,76,0.3)),url(../img/backgrounds/background-contact.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; 
  margin: 30px 0px;
}

.contact-address{
  text-align: center;
  background: white;
  padding: 20px;
  margin: 10px 0px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px #fff;
  line-height: 2;
  border-radius: 3px;
}
.contact-address i{
  font-size: 30px;
  color: #b93c1e;
}
.modal .modal-header{
  background: #b93c1e;
  color: white;
}
.modal button{
  background: #b93c1e;
  color: white;
}

.side-button{
  position: fixed;     
  top: 50%;  
  right: 0;
  z-index: 3;          
}

.side-button-2{
     position: fixed;
     top: 45%;
     right: 0;     
     z-index: 3;
   }
   .download, .walk-through{    
     padding: 10px;
     border: none;          
     border-radius: 1px;
     color: white;
     background:#b93c1e;
     
     transition: 0.2s linear;
   }
   .download{
     margin: 15px -115px 2px 0px;
   }
   .walk-through{
    margin: 15px -150px 2px 0px;
   }
   .side-button-2  .walk-through a{
     text-decoration: none;
     color: black;
   }
   .download i, .walk-through i{
     font-size: 20px;
     margin: 2px 15px 2px 2px;
     padding: 2px 5px;
   }
   .download i{
       margin:2px 11px 2px 2px;
       transform: rotate(90deg);
   }
   .download:hover{
     margin-right: 0;
   }
   .walk-through:hover{
     margin-right: 0;
   }

/*------------------------------------
 end contact address
------------------------------------- */

/*-----------------------------------------------------
 Request form
 --------------------------------------------------------- */
 #requestnow{
   padding: 50px;
   margin-bottom: 150px;
   background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/backgrounds/background-pattern7.jpg);
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pr-request-form h4{
   color: indianred;
   text-align: center;
   text-transform: uppercase;
   word-spacing: 10px;
   margin-bottom: 30px;
 }
 .pr-request-form .register-form{
   padding: 10px;
 }
 .pr-request-form .register-form form{
   padding: 10px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   align-content: center;
 }
 .pr-request-form .register-form form input,select{
   padding: 10px;
   width: 100%;   
   font-size: 12px;   
   background: none;   
   border: none;      
   outline: none;   
 }
 .pr-request-form .register-form form button{
  padding: 5px;    
  text-align: center;
  font-size: 13px;  
  width: 80px;
  background: none;   
  border: none;
  border: 1px solid black;
  border-radius: 2px;
  outline: none;  
 }
 .contact-form{
  padding: 10px;    
  background-color: transparent;
  text-align: center;
}
.contact-form .input-fields{    
  padding: 10px;    
}
.contact-form .input-fields input{
  box-sizing: border-box;    
  padding: 15px;
  border: none;  
  font-size: 15px;
  outline: none;  
  background: white;
  border-radius: 3px;
  text-transform: none;        
  width: 100%;
  color: black;
  box-shadow: 0px 0px 1px 1px #888;
}
.form-check{
  padding: 10px;
  text-align: left;
  margin-left: 20px;
}
.input-fields .country-code{
  background-color: white;
  border-radius: 2px;
  color: black;
}

.contact-form .input-fields button{    
  text-transform: uppercase;  
  background: none;
  border: none;
  background-color: #b93c1e;
  color: white;
  border-radius: 5px;
  padding: 10px;  
  letter-spacing: 2px;    
}
.input-fields .field .code-num{
  display: flex;
  flex-direction: row;
  align-items: center;  
  justify-content: flex-start;
}
.contact-form .input-fields input[type= button]:hover{
  transition: 0.5s ease;
  background-color: #1f3548;  
}
@media(min-width:1024px){  
  .mobile-nav-toggle{
    margin-top: 5px;
    margin-right: 10px;
    font-size: 30px;
  }
}
@media(min-width:1200px){
  .nav-menu a {
    display: block;
  }
}
@media(max-width:560px){
  #header .logo img {    
    margin-left: 0px;    
  }    
  
 .hero{
     background-position: right;
 }
}
/*------------------------------------------------------
 End of css of main section 
 -------------------------------------------------------*/
/*-------------------------------------------------------
 Footer Section CSS 
 --------------------------------------------------------*/

 #footer {
  background: linear-gradient(rgba(8,47,76,0.9),rgba(8,47,76,0.9)),url(../img/backgrounds/background-pattern7.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

.footer-logo{
  max-width:200px;
}

footer p{
  font-size: 16px;
  line-height: 2;
}

#footer .footer-top {    
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-projects h3,.footer-quick h3, .footer-address h3{
  padding: 10px;
  font-size: 22px;     
  font-weight: 400;
  color: white;
}
#footer .footer-top .footer-projects ul li,.footer-quick ul li,.footer-address ul li{
  list-style: none;
  padding: 10px;
}
.footer-quick ul{
  display: inline;
}
.footer-quick i{
  color: #dab66a;
}
.footer-projects ul li a{
  text-decoration: none;
  color: #eee;
}
#footer .footer-top .footer-projects ul li a, .footer-address ul li{
  text-decoration: none;
  color: 6b6969;
  font-size: 15px;
  margin-left: -30px;
}

.footer-quick ul li a{
  text-decoration: none;
  color: #eee;
  
  font-size: 15px;  
}

.footer-address ul li{
  padding: 10px;
  line-height: 2;
}

.footer-social-media-links{
  margin: 5px;
  margin-left: -25px;
}
.footer-address a{
  text-decoration: none;
  font-size: 20px;
  padding: 5px;
  color: #eee;
  box-shadow: 1px 1px 3px 1px #001a23;
  margin: 5px;

}
.footer-apr-info p
{
  padding:10px;
  line-height: 2;
}
.footer-copyright{
  height: 30px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .terms {
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .terms a{
  text-decoration: none;
  color: #eee;

}
#footer a:hover{
  color: #dab66a;
}
/*----------------------------------------
 End of CSS of footer 
 -----------------------------------------*/