/*--------------------------------------------------------------
# welcome Section
--------------------------------------------------------------*/
#welcome {
    width: 100%;
    height: 72vh;
    background: url("../images/about-s.jpg");
    background-size: cover;
    position: relative;
  }
  
  @media (min-width: 1024px) {
    #welcome {
      background-attachment: fixed;
    }
  }
  
  #welcome .welcome-text {
    position: absolute; 
    margin: 75px 0 10px 0;
    padding: 0 15px;
    /* right: 0;  */
    display: flex;
    justify-content: center;
  }
  
  #welcome h2 {
    margin: 50px 0 10px 0;
    /* padding: 0 15px; */
    font-size: 48px;
    text-shadow: #000 2px 2px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
  }
  
  #welcome h4{
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-weight: bold;
      color: #fff;
      text-shadow: #000 1px 1px;
      line-height: 30px;
      margin-bottom: 10px;
  }
  
  @media (max-width: 768px) {
    #welcome{
      height: 100vh
    }
    #welcome h2 {
    margin: 15px 0 5px 0;
      font-size: 28px;
      line-height: 36px;
    }

    #welcome .welcome-text {       
      margin: 25px 0 0px 0;
      
    }
  }
  
  
  
  @media (max-width: 768px) {
    #welcome p {
      font-size: 18px;
      line-height: 24px;
      margin-top: 40px ;
      margin-bottom: 10px;
    }
  }
  
  #welcome .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 5px;
    border: 2px solid #fff;
    background: #fff;
    color: #003399;
  }
  #welcome .btn-get-started:hover {
    background: #003399; 
    color: #fff;
  }
  
  #welcome .btn-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 5px;
    background: #003399;
    border: 2px solid #003399;
    color: #fff;
  }
  #welcome .btn-started:hover {
    background: #fff;
    color: #003399;
  }
  

  /* ----------------
  Hero Menu
---------------------*/



  .welcome-menu{
  background:#000066;
  border-top: #5c5cc2 solid;
  border-bottom: #5c5cc2 solid 1px;
}
.welcome-menu #item{
	/* margin-bottom: 10px; */
	padding: 30px 30px;
	border-right: solid 1px #5c5cc2;
}

.welcome-menu #item:last-child{
	border: none;
}

#item img{
	height: 30px;
}
  
#item h5{
	font-weight: bold;
	color: #fff
}
  
#item p{
	color: #fff;
	text-align:left;
  margin-bottom: 0;
}

 /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link img {  
  padding-right: 20px;
  height: 40px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #003399;
}

.features .nav-link.active {
  background: #ffcc00;
  color: #fff;
  border-color: #003399;
}


@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
 
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #003399;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

 /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  padding: 10px 30px;
}

.about .about-content h3 {
  font-weight: 600;
  color: #003399;
  font-size: 26px;
}

.about .about-content p {
  font-size: 16px;
  margin-bottom: 0px;
}

.about img{
    margin-top: 20px;
}

.about .about-content ul {
  list-style: none;
  padding: 0;
}

.about .about-content ul li {
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
  /* margin-bottom: 20px; */
}

.about .about-content ul li:first-child {
  margin-top: 35px;
}

.about .about-content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 18px;
  padding: 10px;
  margin-right: 15px;
  color: #003399;
  border-radius: 50px;
}

.about .about-content ul h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.about .about-content ul p {
  font-size: 15px;
}

.about .about-content p:last-child {
  margin-bottom: 0;
}


  
  
/*--------------------------------------------------------------
  # GENERAL
  --------------------------------------------------------------*/

  .theme-bg{
    background: #061025
  }

  .section-padding{
    padding: 50px 30px
  }

  .section-title {
    text-align: center;
  }
  
  
  .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    position: relative;
    color: #061025;
  }
  
  .section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }

  .btn-apply {
    background: #003399;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 50px;
  }

  .btn-apply:hover {
    background: #fff;  
    padding: 12px 20px;
    color: #003399;
  }
  
  @media (max-width: 768px) {
    .section-title h2{
      font-size: 24px
    }
     
  }
  
  @media (max-width: 575px) {
    .section-title h2{
      font-size: 20px
    }
  
    .section-padding{
      padding: 30px;
    }
  }

  .cta img{
    height: 50px;
  }
  
  .footer-area{background:#000066; padding: 20px; color: #f7f7f7; }
  @media (max-width: 991px){.footer-area .single-footer-widget{margin-bottom:30px}}
  .footer-area .single-footer-widget h4{color:#ffffff;margin-bottom:20px}
  @media (max-width: 1024px){.footer-area .single-footer-widget h4{font-size:18px}}
  @media (max-width: 991px){.footer-area .single-footer-widget h4{margin-bottom:15px}}
  .footer-area .single-footer-widget ul{padding-left:0px}
  .footer-area .single-footer-widget ul li{margin-bottom:15px;list-style:none}
  .footer-area .single-footer-widget ul li a{transition:all 300ms linear 0s;color:#fff}
  .footer-area .single-footer-widget ul li a:hover{color:#797979}
  .footer-area .single-footer-widget .click-btn{font-size:12px;text-transform:uppercase;background:#71cd14;color:#ffffff;border-radius:0;border-top-left-radius:0px;border-bottom-left-radius:0px;padding:8px 12px;border:0;position:relative;left:-12%;transition:all 300ms linear 0s}.footer-area .single-footer-widget .click-btn:hover{opacity:.8}.footer-area .footer-bottom{margin-top:50px}
  @media (max-width: 991px){.footer-area .footer-bottom{margin-top:20px}}.footer-area .footer-bottom p{color:#ffffff}
  .footer-area .footer-bottom a,.footer-area .footer-bottom span{color:#71cd14}
  .footer-area .footer-bottom span{font-weight:700}
  .footer-area .footer-bottom .footer-social{text-align:center}
  @media (max-width: 991px){.footer-area .footer-bottom .footer-social{text-align:left;margin-top:30px}}
  .footer-area .footer-bottom .footer-social a{background:rgba(255,255,255,0.15);margin-left:5px;width:40px;color:#ffffff;display:inline-grid;text-align:center;height:40px;align-content:center;transition:all 300ms linear 0s}
  .footer-area .footer-bottom .footer-social a:hover{background:#71cd14}
  
      /*---------------------
    Latest Product
  -----------------------*/

  .permit{   
    background: #fff;
    overflow: hidden;
    margin: 20px;
    /* padding: 10px; */
    border-radius: 30px 0 30px 0;
    text-align: center;
    min-height: 300px;
    box-shadow: 0px 2px 12px rgba(29, 10, 10, 0.418);
  }

  .permit:hover{    
    box-shadow: 0px 2px 12px rgba(29, 10, 10, 0.418);
  }
  
  .permit  img{
    height: 200px;
    width: 100%;
  }
  .permit h5{
    color: #061025;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .permit p{
    color: #000;
    font-size: 14px;
  }
  
  .latest-permits {
      padding-top: 55px;
      padding-bottom: 65px;
  }
  
  
  
  #social-links ul li a{
    font-size: 20px !important;
    margin-right: 10px;
  }
  
  #social-links ul li a{
    font-size: 25px;
    margin-right: 10px;
  }
  
  #social-links .fa-facebook-official{
    color: #003399
  }
  
  #social-links .fa-twitter{
    color: #069dc1
  }
  
  #social-links .fa-linkedin{
    color: #123b7f
  }
  
  #social-links .fa-whatsapp{
    color: #009933
  }
  
  #login{
      padding-top: 5px;
      color: #ccc;
  }
  
  #login a{
      color: #000;
  }
  
  #login .register{
      color: #00ff22
  }
  
  #login .dropdown-menu{
      margin-top: 10px;
      padding: 10px;
  }
  
  #login .dropdown-menu a {
      color: #003399;
      font-size: 13px;
  }
  

  
      .block1-wrapbtn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
      
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
      }