@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,700');

html{
    height: 100%;
}
body{
    width: 100%;
    margin: 0;
    
    min-height: 100vh;
    font-family: 'Raleway', sans-serif !important;
}
header,footer{
    width: 100%;   
   /* min-height: 100px;    */
}
header {
     background: rgb(6, 44, 93);     
}
.head-tab {
    padding: 0;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}
.h-logo {
    padding: 0 !important;
}
.h-logo a {
    display: block;
    background: #fff;
    max-width: 200px;
    padding: 2px 15px;
}

footer
{ 
    background: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
section#content {
    min-height: 500px;
    padding-top: 30px;
    background: #E6F1F7;
}
.home {
    padding-top: 0 !important;
}
.product-list li {
    float: none !important;
    display: inline-block !important;
    width: 15%;
    min-width: 150px;
}
.product-list
{
    text-align: center;
}
.product-list li a {
    font-size: 15px;
    font-weight: 600;
}
.menu-btn
{
    display: none;
}


#product-tab {
    padding-top: 30px;
    padding-bottom: 70px;
    box-shadow: 0px 0px 3px 2px #d0d0d0;
}

.product-inner {
  padding-bottom: 0px;
}

 
.cn-form {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 auto;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.c-data {
    border: 1px solid #d0d0d0; 
    box-shadow: 0px 0px 5px 0px #d0d0d0;
    border-radius: 10px;
    padding: 35px 15px 35px 15px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    margin: 0 auto;
}
.contact-inner
{
  width: 100%;
  max-width: 1170px;
}
.c-data input, .c-data textarea {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 4px 1px #d1d1d1;
    padding: 5px;
    border-radius: 5px;
}
.c-tab {
    margin-bottom: 10px;
}
.h-logo img {
    max-width: 150px;
}

.c-button {
    width: 100%;
    text-align: right;
}
.c-button button {
    border: 2px solid #ccc;
    background: #d0d0d0;
    padding: 5px 25px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 5%;
    margin-top: 25px;
}
.c-address {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    height: 100%;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 0px 5px 0px #d0d0d0;    
    padding: 35px 15px 35px 15px;
}
.c-address h5 , .c-address h3 {
    font-weight: 600;
    margin-top: 0;
}
.c-address p {
    font-size: 13px;
    font-weight: 500;
}
 
.header-bg {
    width: 100%;
   /* padding-top: 15px; */
}

.h-menu ul.nav.navbar-nav.menu-list li a {
    color: #D2EDFA;
    font-weight: 500;
    font-size: 15px;
}
.h-menu ul.nav.navbar-nav.menu-list li.active a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
}
.h-menu ul.nav.navbar-nav.menu-list li:hover a
{
    color: #fff;
    text-decoration: underline;
    background: none !important;
}
.c-data input:focus, .c-data textarea:focus ,.c-data button{
    outline: none;
}
#contact-inner {
    padding-bottom: 50px;
}
#map {
    border: 2px solid #d0d0d0;
    box-shadow: 0px 0px 5px 0px #d0d0d0;
    width: 100%;
    height: auto;
    max-height: 300px;
}
h2.page-title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 25px;
    color: rgb(6, 44, 93);
}
h2.page-title:after {
    content: '';
    width: 10%;
    background:  rgb(6, 44, 93);
    display: block;
    height: 3px;
    margin: 0 auto;
    border-radius: 30px;
}
.c-add-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.c-address h5, .c-address p
{
    padding-left: 10px;
}
.footer-tab {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.footer-menu {
    margin: 0 auto !important;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px 10px 15px;
    width: 100%;
}
ul.nav.navbar-nav.footer-list li a {
    color: #BDB6B6;
    padding: 5px 10px;
}
ul.nav.navbar-nav.footer-list li:hover a{
    background: none;
    text-decoration: underline;
}
h4.c-title {
    font-size: 24px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    color: #4014F3;
}
.cd-c
{
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: top left;
    min-height: 40px;padding-bottom: 20px;
}
.cd-address {
    background-image: url(../images/home.png);  
}
.cd-email {
    background-image: url(../images/envelope.png); 
}
.cd-number {
    background-image: url(../images/phone.png); 
}
.cd-email p, .cd-number p{ padding-top: 5px; }

.h-menu {
    padding-top: 10px;
}
ul.nav.navbar-nav.footer-list li {
    float: none !important;
    text-align: center;
    display: inline-block;
}
ul.nav.navbar-nav.footer-list {
    width: 100%;
    float: none !important;
    text-align: center;
}
.footer-copy {
    text-align: center;
    font-size: 12px;
    color: #BDB6B6;
    padding-bottom: 5px;
}

/* flex slider  */

.flexslider .slides img {
    width: 100%;
    height: auto;
    max-height: 500px;
}
a.flex-prev,.flex-direction-nav .flex-prev {
    margin-left: 2%;
}
a.flex-next,.flex-direction-nav .flex-next {
    margin-right: 5%;
}
.flexslider {
    border: 0 !important;
    margin: 0 !important;
}
.flex-control-nav
{
    bottom: 0 !important;
}
.flex-control-paging li a
{
    background: rgb(6, 44, 93) !important;
}
.flex-control-paging li a.flex-active
{
    background: #fff !important;
}
ul.flex-direction-nav {
    display: none;
}

.choose-bg h3 ,.welcome h3{
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #312F97;
}
.ch-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    
    margin: 0 !important;
    padding: 0;
}
.c-tb {
    display: flex;
    flex-direction: column;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 0px 5px 1px #d0d0d0;
    margin: 10px;
    max-width: 265px;
    padding: 20px 10px;
    background: #E6F1F7;
    min-width: 235px;
}
.c-tb h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}
.c-tb h4:after {
    content: '';
    border-radius: 15px;
    height: 3px;
    width: 85px;
    background: #000;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
}
.c-tb p  {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    text-align-last: center;
}
.welcome p{
    font-size: 14px;
    font-weight: 400;
    max-width: 800px;
    color: #000;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
    text-align-last: center;
}
.home-bg
{
    background: url("../images/bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.round-bg {
   
    background: #36B3F2;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.round-bg img { 
    display: block;
    padding: 25px;
}

 
.about-tab img {
    width: 100%;
    max-width: 375px;
    float: right;
    padding-left: 15px;
}
.about-tab p ,.mv-tab p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 25px 0px 25px 10px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
}
.about-tab h3, .mv-tab h3 {
    padding: 15px 10px 0 10px;
    font-size: 25px;
    font-weight: 600;
}
 

 
.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.flexslider .slides>li {
    position: relative !important;
}
.slider-title {
    position: absolute;
    top: 25%;
    left: 7%;
    color: #312F97;
    z-index: 1;
    background: rgba(245, 251, 249,.7);
    padding: 25px 25px;
    width: 100%;
    max-width: 550px;
}
p.head-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: 1px;
}
p.head-subtitle {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
}
 
 
section#content
{
    background: url("../images/404bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#error-inner {
    text-align: center;
    padding-bottom: 45px;
}
div#home-inner {
    padding-bottom: 45px;
}



/*-----------------------------------------------------------------
   Responsive CSS
   ---------------------------------------------------------------*/
   @media only screen and (max-width: 1199px) {
    .ch-tabs {
        max-width: 520px;  
        margin: 0 auto !important;    
        text-align: center;
    }
      
    }
@media only screen and (max-width: 991px) {
    .head-tab.container {
        width: 100%;
        display: inline-flex;
    }
    .h-logo {
        width: 35%;
        min-width: 180px;
    }
    .h-menu {
        width: 65%;
        overflow: auto;
    }
    .flexslider .slides img
    {
        max-height: 345px;
    }
    p.head-title {
        font-size: 40px;
    }
    p.head-subtitle {
        font-size: 30px;
    }
    .c-tb {
       
        margin: 0 auto !important;  
        margin-bottom: 15px !important;
    }
    .dt-row {
        padding-bottom: 10px;
    }
    .dt-row > .dt-col:first-child {
        font-weight: 600;
    }
    .cn-left, .cn-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .header-bg
    {
        padding-top: 0;
    }
     .head-tab::before
     {
         display: none;
     }
 }

 @media only screen and (max-width: 767px) {
    .menu-btn {
        background-color: #0BCCFF;
        border: 0;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .05em;
        outline: 0;
        padding: 5px 20px;
        right: 15px;
        position: fixed;
        text-transform: uppercase;
        top: 25px;
        display: block;
      }
      
      /* Styles for the menu */
      .menu-list {
        bottom: 0;
        background-color: #32325D;
        left: 0;
        margin: 0;
        padding: 32px;
        position: fixed;
        top: 84px;
        width: 220px;
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: transform .3s ease-in-out;
           -moz-transition: transform .3s ease-in-out;
             -o-transition: transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
        z-index: 2;

      }
      
      .menu--open {
        transform: translate3d(0, 0, 0);
      }

      ul.nav.navbar-nav.menu-list.menu--open li {
        text-align: left;
        padding-left: 25px;
    }
    header
    {
        min-height: 80px;
    }
    .header-bg
    {
        padding-top: 0;
    }
    .header-bg
    {
       /* padding-bottom: 10px; */
    }
 }

 @media only screen and (max-width: 665px) {
    .flexslider .slides img {
        max-height: 230px;
    }
    p.head-title {
        font-size: 25px;
    }
    p.head-subtitle {
        font-size: 21px;
    }
    .slider-title
    {
        max-width: 280px;
    }

 }
 
 @media only screen and (max-width: 657px) {

    .product-list li {
       
        display: block !important;
        margin: 0 auto;
        width: 20%;
        min-width: 200px;
    }

 }

 @media only screen and (max-width: 615px) {
 .about-tab img {
    width: 100%;
    max-width: initial;
    float: none;
    height: auto;
    max-height: 250px;
    margin-bottom: 15px;
}
 }


 @media only screen and (max-width: 365px) {
 .slider-title
 {
    padding: 15px 15px;
 }
 .slider-title {
    max-width: 250px;
 }
 ul.nav.navbar-nav.footer-list li
 {
     display: block;
 }


}
