*{
    text-decoration: none!important;
    box-sizing: border-box!important;
}


body {
     color: #111;
    font: 62.5% "Roboto","Arial","Helvetica",sans-serif;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    }

    .navbar{
        padding:0rem 0rem!important;
        transition: .5s!important;
        
    }
.navbar{
    background: white!important;
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
      
}
    .navbar-nav{
        margin-left: 7%;
        padding:10px;
     font-size: 20px;
    color: white;
}

.tp-sec1{
    background: #0a85d9;
    color: white;
    padding:8px 0px;
   
}

.t-right{
    margin-right: 40px;
}


.so-icons .fa{
    background: #22285e;
    color: white;
    width: 30px;
    height: 30px;
    padding: 5px 8px;
    border-radius: 25px;
}
.tp-sec2{
    background: #0a85d9;
    padding: 8px 0px;
    text-align: right;
}

.navbar-collapse{
    bckground: linear-gradient(-14deg , black 60% , gold 50%);
}

.navbar-brand{
    transition: .5s!important;
}

#logo img{
    height: 50px;
}
.nav-link{color: #111;
    padding: 18px  30px!important;
}

.cont{
display: inline-flex;;
}
.cont span{
    margin-right: 10px;
}

.so-icons{
    text-align: right;
}

.so-icons span{
    margin-right: 20px;
    font-size: 17px;
}

#lgo img{
    height:60px;
}
.top-cont{
  
}

.top-head{
    background: #1f265c;
}
@media screen and (max-width:767px){
    .navbar-nav{
        margin-left:0%!important;
        padding-left:25px!important;
    }
    .so-icons{
        text-align: center!important;
    }
}


.social-icon{
    position: fixed;
    right:2px;
    bottom: 40px;
    z-index: 999;
    padding: 10px;
}

.social-icon p{
    background: #0d7ac5;
    color:white;
    padding:10px 12px;
    border-radius: 25px;
    font-size: 18px;
   
}
.social-icon p a{
    color: white!important;
}

.social-icon p:hover{
   
    opacity: 0.9;
}
#lgo{
    font-size: 45px;
    font-family: cursive;
}


#btn{
    background-color: #1CCACD;
    color: white;
    border: none;
    padding: 10px;
}



  

  .dropdown-menu{
      column-count: 2;
      left: -200px!important;
  }


  .about{
      padding: 40px 0;
      margin: 30px 0;
  }

  .ab-images img{
      max-width: 100%;
      
  }

  .banner{
      position: relative;
  }

  .banner video{
      position: relative;
      margin-top: -120px;
     z-index: -1111;
  }

  .vi-caption h1{
      position: absolute;
      bottom: 30%;
      left:50%;
      /* width:100%; */
      text-align: center;
      font-size: 60px;
       transform: translateX(-50%);
      background:#000000a8;
      color: white;
      padding: 15px;
  }

  .pro-img{
      overflow: hidden;
  }
  .pro-img img{
      max-width: 100%;
      transition: 0.5s;
      overflow: hidden;
  }

  .pro-sec:hover .pro-img img{
      transform: scale(1.10);
      
}

  .service-sec{
      margin-bottom: 30px;
      margin-bottom: 30px;
    border: 1px dashed;
    text-align: center;
    padding: 20px;
    transition: 0.5s;
  }

  .service-sec:hover{
      border: 1px solid;
      transform: scale(1.10);
  }

  /* .why-we{
      background: url('../img/back1.jpg') no-repeat;
  } */
  .why-we, .services{
      padding: 40px 0;
      margin: 30px 0;
  }

  .so a{
      color: white!important;
  }
  .icon-box {
    padding: 10px;
    border: 2px dotted;
    margin-bottom: 20px;
    background: #0d7ac5;
    color: white;
  }

  .titles{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    position: relative;
    color: #22285e;
    margin: 30px 0;
  }
  .head-titles{
      text-align: center;
      font-size: 50px;
      font-weight: 600;
      position: relative;
      /* color: #22285e; */
      margin: 30px 0;
  }
   
  .head-titles::after{
      content: '';
      position: absolute;
        width:100px;
        height: 2px;
        top: 60px;
        left: 500px;
        right: 0;
        border-radius: 25px;
        background-color: #0a85d9;
      
  }
   .pro-sec h3{
      font-size: 23px;
      text-align: center;

  }

  .widget-title{
      position: relative;
      margin: 20px 0;
  }

 
  .widget-title::after{
    content: '';
    position: absolute;
      width:50px;
      height: 3px;
      top: 30px;
      left: 0px;
      right: 0;
      border-radius: 25px;
      background-color: #0a85d9;
    

  }



  .btn-dark{
      background: #0a85d9!important;
  }

  .service-heading{
      font-size: 23px;
  }

 
  .foot-back{
    background: #000000db;
    color: white;
    padding: 60px 0;

}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
  footer{
    
    background: url('../img/Port.jpg') top;
}

.foot-back2{
    /* background: #2222221c; */
}
footer a{
    color: white;
    font-weight: 500;
}
.footer-bottom{
    color: white;
    background-color: #333333;
    padding: 10px;
}

.sub-title{
    position: relative;
    margin: 25px 0;
}

.sub-title::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #0a85d9;
}
.quick-form .form-group{
    margin-bottom: 10px;

}

.quick-form .form-group input{
   height: 45px;
   border-radius: 25px;
   border: 1px dotted #0A85D9;
   
}

.quick-form .form-group textarea{
   border: 1px dotted #0A85D9;
    
 }

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


@media screen and (max-width: 767px){
    .head-titles::after{
        display: none;
    }
    .titles {
      font-size: 43px;
    }
    .head-titles {
        font-size: 40px;
    }
    #lgo img {
        height: 55px;
    }

    .t-right {
        margin-right: 50px;
    }
    .dropdown-menu {
        column-count: 1;
    }

    .why-we{
        margin-bottom: 20px!important;
        margin-top: 0px!important;
        padding: 0!important;
    }

    p{
        text-align: justify;
    }

    .banner video {
        margin-top: 0px;
       
    }

    .vi-caption h1 {
        position: absolute;
        bottom: 2%;
        left: 50%;
        text-align: center;
        font-size: 20px;
        transform: translateX(-50%);
        background: #000000a8;
        color: white;
        padding: 15px;
    }

    img{
        max-width: 100%;
    }
}

.products-img img{
    max-width: 100%;
}

.products-desc P{
    margin: 20px 0;
    text-align: center;
}