/***********::  font  ::******************************************/
@font-face {
  font-family: 'expressway';
  src: url('../fonts/expressway.ttf');
 }
 
 @font-face {
  font-family: 'primer print';
  src: url('../fonts/primer print.ttf');
 }
 
  @font-face {
  font-family: 'teen';
  src: url('../fonts/teen.ttf');
 }
  @font-face {
  font-family: 'FivoSans';
  src: url('../fonts/FivoSans.otf');
 }
 
 @font-face {
  font-family: 'Cocogoose Pro Regular Trial';
  src: url('../fonts/Cocogoose Pro Regular Trial.ttf'); 
}

 @font-face {
  font-family: 'FivoSans-Regular';
  src: url('../fonts/FivoSans-Regular.otf'); 
}
 @font-face {
  font-family: 'UbuntuR';
  src: url('../fonts/UbuntuR.ttf'); 
}
 @font-face {
  font-family: 'TitilliumWeb';
  src: url('../fonts/TitilliumWeb.ttf'); 
}
 @font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/TitilliumWeb-Bold.ttf'); 
}
/*****************************************************/

/*.Wrapper{
    position: relative;
    top: 87px;
}
/**********:: Header::*************/
/** Navbar**
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    top: 0;
}
.navbar{
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: white;
   color: black;
   position: absolute;
  
   z-index: 61;
}
.navbar-brand {
    position: relative;
    top: -15px;
}
.navbar-inverse {
       border:none;
      /*  min-height: 87px;*
        width: 100%;
        position: relative;
        margin: 0;
        z-index:150;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }
.navbar-inverse .navbar-nav>li>a{
    color: black;    
    font-size: 16px;
    padding: 15px 30px;
     font-family: 'TitilliumWeb-Bold';
    text-align: center; 
   
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #337ab7;     
    transition: 0.7s;
}

.navbar-brand{
    position: relative;
    top: -15px;
}
.overlay_banner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
}*/
.sticky
{
	position: fixed;
	top: 0;
	width: 100%;
	border-radius:0;
	min-height:50px;
	background-color:#f7f6f6;
}

/*
@media (max-width: 768px)
.navbar.navbar-fixed-top {
    position: static;
}*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
.small_menu {
    position: fixed;
    top: 35px;
    right: 100px;
    /* padding: 0; */
    
    z-index: 1000;
    /* transition: all 0.2s ease-in-out; */
    /* height: auto; */
    /* width: 100%; */
    
    border-bottom: transparent;
    text-align: right;
    float: right;
    line-height: 30px;
}

.header-home {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    width: 100%;
    border-bottom: transparent;
    text-align: center;
    line-height: 30px;
    background: #f7f6f6;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.header-home1 {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    width: 100%;
    border-bottom: transparent;
    text-align: center;
    line-height: 30px;
    background: #f7f6f6;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar {
    border-radius: 0px !important;
    border:none;
    padding:7px;
}
.sitelogo {
    margin-top: 5px;
    margin-left: 140px;
}
.navbar-nav {
    padding-top: 10px;
}
.dropbtn img {
    margin-right: 10px;
}
.nav .open> .dropdown-toggle {
    color: #FF8C00 !important;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #FF8C00 !important;
    background: transparent!important;
}


.sitelogo {
    margin-top: 5px;
    margin-left: 140px;
}
.navbar-nav {
    padding-top: 10px;
}
/*.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}
/************/
body{
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  margin:0px auto;
}

.carousel-caption{
  top: 250px;
}
.carousel-caption h3{
    font-size: 50px;
}
/*logo*/ 
/*navbar*/
.header{
    position: fixed;
    z-index: 1111;
    background-color:white;
    width: 100%;
    box-shadow: 5px 5px 15px;

    
}
.navbar-brand{
    padding: 0;
}
.active{

}
.topnav .icon {
  display: none;
}
.navbar-inverse .navbar-nav>li>a
{   color: black;    
    font-size: 16px;
    padding: 15px 30px;
     font-family: 'TitilliumWeb-Bold';
    text-align: center; 
    }
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #337ab7;
    background-color: transparent;}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*********************/

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-family: 'TitilliumWeb-Bold';
    border-top: 1px solid #ddd;
}


/**********/
.carousel-caption button{
    margin-top: 25px;
    /*padding: 10px 70px;*/
    background-color: transparent;
    border:2px solid #337ab7;
    font-size: 18px;
    color: white;
}
.carousel-caption a{
    color: white;
}
.carousel-caption a:hover{
    text-decoration: none;
    color: white;
}
.carousel-caption button:hover{
    background-color: #337ab7;

}

/*about start*/

#About{
 padding-top: 70px;
 padding-bottom: 50px;   
 
}
.about-image
{
/*background:url(../img/200.png); 
 background-position:center;
 background-size:cover;
 width:100%;
*/
    
    }
.section-title {
}
.mb-45 {
    margin-bottom: 45px;
}
.section-title h4 {
    color: black;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;  
    font-family: 'TitilliumWeb';
}
.section-title h4::before {
    background: #337ab7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.section-title p {
   color: #6f6f6f;
font-size: 14px;
font-weight: 400;
line-height: 23px;
text-align: justify;
display: inline-block;
}
img{
  max-width: 100%;
}

/*Courses start*/

#Courses{
padding-top: 70px;
padding-bottom: 50px;
}
.courses-wrapper {
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.mb-30 {
    /*argin-bottom: 30px;*/
}
.courses-img {
    position: relative;
    overflow: hidden;
    background-color: white;
}
.courses-img::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}
.courses-img > a {
    position: relative;
    display: block;
}
.courses-img > a img {
    transition: all 0.3s ease 0s;
    width: 100%;
}
.courses-img span {
   /* background: #ffffff none repeat scroll 0 0;*/
   background:rgba(0,0,0,0.5);
    bottom: 0;
    box-shadow: 0 10px 10px 0 rgba(180, 180, 180, 0.14);
    color: white;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
        position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
.courses-content {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 38px 28px 40px 30px;
    background-color: #ECECEC;
}
.courses-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    transition: .3s;
    color: #337ab7;
}
.courses-content p {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 26px;
}
.courses-content > a {
    background: #434343 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.courses-content > a::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 5px;
}
.courses-content > a::before {
    background:#337ab7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 5px;
}
.courses-content > a:hover::before {
    transform: scale(1);
}
.courses-wrapper:hover {
    box-shadow: 0 5px 10px 0 rgba(180, 180, 180, 14);
}
.courses-wrapper:hover .courses-img > a img {
    transform: scale(1.1);
}
.courses-wrapper:hover .courses-img span {
    color: black;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: black;
    /*background-color:#337ab7;*/
    background-color: transparent;
    color:#337ab7;
   
    transition: 0.7s;
   
}
/*********************************************************************************************************
                 company profile content   
**********************************************************************************************************/
.product-detail
{    padding-top: 35px;
    padding-bottom: 35px;
    }
    .products-description
    {
        padding:20px 0;
        }
      .products-description .main_heading
      {font-family: 'TitilliumWeb-Bold';
       color:Black;
          }
           .products-description strong{color:black;font-family:'TitilliumWeb-Bold';}
 .products-description p{text-align:justify}
/*************************************************************************************************************/

/*technical-data*/
.data-pdf 
{ 
display: block;
width: 100%;
min-height: 30px;
margin: 10px 0;
padding: 10px 50px 10px 20px;
background: #fff;
position: relative;
border: 1px dashed #ccc;
    } 
    
    .gen_block
    {border: 1px solid #f0f0f0;
        background:#fcfcfc}
    .data-pdf:hover
    {/*background:rgba(0,0,0,0.4);    */
        }  
      .data-pdf h4
      { font-family: 'TitilliumWeb-Bold';
     color:Black;
     font-size:15px;
          }
    .data-pdf a
    {
    display: inline-block;
    position: absolute;
    background: #337ab7;
    right: 0;
    top: 0;
    min-height: 53px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
     }
        .data-pdf a:hover
        {text-decoration:none;
         color:white;
         background:rgba(0,0,0,0.5);
        } 
    .technical-info
    {
        padding:20px 0px;
        }
   .data-pdf .fa 
    {padding:7px;
        }
        .certificates-1:hover
        {
            }
            .company-certificate
            {background: #f9f6f6 ;
             padding:50px;
                }
                
                .fa-download
                {cursor: not-allowed;
                    }
                
/*teacher start*/
#Teachers{
  padding-top: 70px;
  padding-bottom: 50px;
}
.teacher-body {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    min-height: 440px;
}
.teacher-body:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.teacher-body img {
    width: 100%;
    min-height: 290px;
}
.teachars-info {
    text-align: center;
    padding: 25px 15px;
}
.teachars-info h3 {
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 0px;
padding-bottom: 20px;
color: #337ab7;
font-size: 18px;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
font-weight: 700;
}

.teachars-info a:hover {
    text-decoration: none;
    }
.teacher-body:hover h3 {
    color: #575757;
    /*text-decoration: none;*/
}
.teachars-info span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #727272;
}
/********************************************   contact  **************************************************/
    #contact-us{
       padding-top:70px;
    }
    .form-control{
        width: 100%;
    }
/*ti-up start*/
#TieUp{
    padding-top: 100px;
}
.logo_padding{
    
border: 1px solid #ececec;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
}
.logo_padding p {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    
}
/***************************CONTACT FORM**************************/
#contact-us{
   
    background-attachment: fixed;
    padding-bottom: 50px;
    background-color:#F8F9F9;
 
}
.contact-detail{

}
.contact-detail h2{
    margin:0;
    font-weight: 600;
}

/*/register/*/
.input-register{
  /*  margin-bottom: 35px;*/
  position: relative;
  margin-bottom: 35px;
max-height: 50px;
    }

.input-register input{
    padding:5px;
    border-radius: 4px;
    border: 2px solid transparent;
}
.input-register input:focus{
/*     background: rgba(0,0,0,0.2);   */
    }

    .input-login{
        width: 100%;
        display: inline-flex;
    }
    .contact-page input{
        width: 100%;
        color: black;
        padding: 8px;
        border:1px solid;
        border-radius:0;

    }
    
    .contact-page input:focus
    {
        border-color:#337ab7;
    }
    /*/inquiry/*/
    .input-register textarea:focus{
    border-color:#337ab7;
}

.input-register .gen_btn{
   padding: 5px 50px;
    font-weight: 600;
   
    border:1px solid ;
    background-color: #337ab7;
 /*   width: 30%*/
    width: auto;
    margin-top: 20px
}

/*.input-register .gen_btn:focus{
    border:2px solid ;
    background-color: ;
    color:;
    }*/
    .input-register .gen_btn:hover{
        color:black;
        background-color: white;
        border:1px solid ;
        transition: 0.7s;
    }
.input-register textarea{
    border-radius: 0px;
     padding:5px;
    border:1px solid ;
    color:black
}
.input-register textarea:focus{
   /* background: rgba(0,0,0,0.2)*/;
}
/*/Inquiry/*/


/********************************************************/
/*contact start*/

#Contact{
    padding-top: 50x;
}
.footer-top-area {
}
.bg-opacity-5 {
    position: relative;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.bg-opacity-5::before {
    background: #0c314e;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    width: 100%;
}
.border-bottom {
    padding-bottom: 15px;
    position: relative;
    z-index: 999;
}
.footer-wrapper {
    
  }
.footer-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    
    text-transform: capitalize;
}
.footer-content {
    margin-bottom: 22px;
}
.footer-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.footer-menu li {
    padding-bottom: 12px;
}
.footer-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.footer-menu li a:hover {
    color: #ffb606;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-link {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-link h4
{
    color:#337ab7;
    font-size:18px;
}
.footer-link p
{color: black;
font-weight: 100;
font-size: 13px;
    }
.footer-link li {
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-link li i {
    color: #337ab7;
    font-size: 20px;
    font-weight: 400;
    margin-right: 16px;
    width: 20px;
}


/*footer sosial icon*/
/* Wrapper */
.icon-button {
    background-color: transparent;
    border: 1px solid ;
   border-radius: ;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 5px 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 3.6rem;
}


.footer-bottom-area {
    background-position: center center;
    background-size: cover;
}
.bg-opacity-8 {
    position: relative;
}
.ptb-25 {
    padding: 25px 0;
}
.bg-opacity-8::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
}
.copyright p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.copyright p i {
    font-size: 12px;
    margin-right: 6px;
}
.copyright a {
    color: #fff;
    transition: .3s;
    font-size:13px;
}
.copyright a:hover {
    color: #337ab7;
    text-decoration:none;
}

/*footer box efect*/
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}
.effect8
{
    position:relative;
    
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
   /* -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);*/
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*https://devitems.com/preview/shiksha/index.html#
http://ecologytheme.com/theme/eduread/*/


/*responsive css*/
@media only screen and (max-width: 900px) {

    .carousel-caption h3 {
           line-height: 20px;
        font-size: 50px;
    }
}
@media only screen and (max-width: 853px) {

    .carousel-caption h3 {
           line-height: 20px;
        font-size: 45px;
    }
}
@media only screen and (max-width: 690px) {

    .carousel-caption h3 {
        line-height: 20px;
        font-size: 30px;
    }
    
}


@media only screen and (max-width: 414px) {

    .carousel-caption h3 {
           line-height: 20px;
         font-size: 20px;
    }
    .carousel-indicators {
        top: 50%;
        left: 18px;
    }
    .carousel-caption{
       /* top:50px;*/
       top: -25px;
    }
    .carousel-caption p{
        font-size: 10px;
    }
    .carousel-caption button
    {
        margin-top:0px;
        padding: 0px;
    }
    .carousel-caption a{
        font-size: 10px;
        margin: 8px;
    }
}



/*****arrow***/
.arrow a{
    z-index: 170;
    
    height: 40px;
    width: 40px;
    padding: 6px;
    position: fixed;
    bottom: 45px;
 right:  35px;
    margin-top: 5px;
    text-align:center;
    border:1px solid black;
}
.arrow a:hover{
    color: white;
    border: 2px solid #337ab7;
    background-color: #337ab7;
    transition: 0.7s;
}
.arrow .fa{
    text-align:center;

}
/*****SOCIAL -ICON****/
.social-icon{
    position: fixed;
    top: 300px;
    z-index: 1111;
    display: none;
}
/* Circle */
.icon-button{
    border: 2px solid black;
    background-color: white;

}

.icon-button span {
    border-radius: ;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 3.6rem;
    height: 3.6rem;    
    margin: -1.8rem;
    color: white;
}
/*.twitter{
    color: #4099ff;
}
.facebook{
    color: #3B5998;
}
.google-plus{
    color: #db5a3c;
}*/
.twitter span {
    background-color: #4099ff;
    border:1px solid #4099ff;
    color: white;
}
.facebook span {
    background-color: #3B5998;
    color: white;
}
.google-plus span {
    background-color: #db5a3c;
    color: white;
}

/* Icons */
.icon-button i {
    background-color: none;
   color: black;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
    
}

.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3B5998;
}
.icon-button .icon-google-plus {
    color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
    color: white;
}


/**************SLIDE FORM************************/
#inquiry {
    padding-top: 100px;
}
.inquiry-register button{
background-color: #337ab7;
    padding: 5px 50px;
    font-weight: 600;
    border-radius: 4px;
    border:1px solid ;
     }
.inquiry-register button:focus{
    border:1px solid ;
    background-color: ;
    color: ;
    }
    .inquiry-register button:hover{
        background-color: white;
        transition: 0.7s;
    }


.inquiry-form {
    position: fixed;   
    top: 300px;
    right:-139px;
    z-index: 1200;
    height: 100px;
    float: left;
        transform: rotate(90deg);
        transform-origin: left top 0;
    }

    /*.inquiry-form button{
      padding: 10px 20px;
      font-weight: bold;
      background-color: #337ab7;
      border:1px solid;
      color: black;


    }
    .inquiry-form button:hover{
        background-color:transparent;
        color: black;
        border:1px solid #337ab7;
        transition: 0.7s;
    }
    */
.inquiry-form a{
      padding: 10px 20px;
      font-weight: bold;
      background-color: #337ab7;
      border:1px solid;
      color: black;


    }
    .inquiry-form a:hover{
        background-color:transparent;
        color: black;
        text-decoration: none;
        border:1px solid #337ab7;
        transition: 0.7s;
    }
    
.sidenav {

    height: auto;
    width: 0;
    color: black;
    position: fixed;
    z-index: 1311;
 /*   top: 250px;*/
    bottom: 3px;
    right:  0px;
    background-color:#CCCCCD;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
  
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #337ab7;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/***/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
    font-weight: 600;
}
::-ms-input-placeholder { /* IE 10+ */
  color: black;
    font-weight: 600;
}
::-moz-placeholder { /* Firefox 18- */
  color: black;
    font-weight: 600;
}


/******* Responsive ******
INQUIRY
***************************/
@media only screen and (max-width: 300px) 
{
    .form-froup
    {
        margin-top:35px;
    }
}
@media only screen and (max-width: 450px) {
.sidenav {

 
    height: auto;
    width: 0;
    color: black;
    position: fixed;
    z-index: 1311;
    bottom: 3px;
    right:  0px;
    background-color:#CCCCCD;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    padding: 0;
  
    }
    .sidenav a{
    padding-top: 
    }

    .form-group{
       /* padding-top: 40px;*/
    }
    #btn_send{
        margin-top: 17px;
    }

}

/************************/


.form-group{
    margin: 10px;
    max-height: 58px; 
    position: relative;
    margin-bottom: 25px;
}

/**************************************************************************************
Mobile-view
***************************************************************************************/
@media only screen and (max-width: 350px) {
        #btn_send{
        margin-top: 20px;
        margin: 2px;
    }
     .requirefieldLbl{
        padding: 0px;
        bottom: 0;
        font-size:10px;
    }
}
@media only screen and (max-width: 350px) {
   .requirefieldLbl{
        padding: 0px;
        bottom: 0;
        font-size:10px;
    }  
    }

@media only screen and (max-width: 350px) {
    #About{
        padding-top: 50px ;
    }
    .section-title h4 {
        font-size: 17px;
    }
    .section-title p {       
        font-size: 12px;
    }
    .arrow a{
        position: fixed;
        float: right;
    padding: 9px 10px;
    margin-top: 8px;
    /*margin-right: 15px;*/
    margin-bottom: 8px;
    right: 13px;
    }

    .inquiry-form{
        position: fixed;
        top: 250px;
    }
    .inquiry-form a {
        padding: 5px 18px;
    }
       .arrow a{
        bottom: 10px;
       }

       .contact-page input {
        padding: 0px;
    }
    .input-register{
        max-height: 50px;
    }
    .sidenav .closebtn{
        
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }
    .sidenav{
        padding-top: 30px;
    }
    .form-control{
        height: 25px;
        border-radius:0;
    }
    
 
       
}

/************************/
@media only screen and (max-width: 350px) 
{.small_menu
 {top:20px;
  right:20px;
  display:none;
     }
       .nav navbar-nav{background:white;}
    }
   @media only screen and (max-width: 450px)
       {.small_menu
          {top:20px;
             right:20px;
            display:none;
         }
         .navbar-inverse .navbar-brand
         {    width: 240px;
          }
         .navbar-inverse .navbar-toggle {
            background:black;
             }
         .flex-control-nav
         {    bottom:10px}
           .nav navbar-nav{background:white;}
          .sidenav{    padding-top: 30px;}
          .small-menu-1{display:none}
           }     
       /****************/
           .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
           {border:none;
               }
             
/**************/
/*********/
.requirefieldLbl {
  padding: 2px 10px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  color: #fff !important;
  display: block;
  z-index: 100;
  background-color: red;
  border-radius: 3px;
  font-size: 1.1rem;
  letter-spacing: 0px;
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);
  animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -webkit-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  -moz-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
  transform-origin: left top;
  font-family: 'Kanit', sans-serif;
}
@keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
@-moz-keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
@-webkit-keyframes shoReq{
  from{
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to{
    transform: scale(1) rotate(0deg);
    opacity: 1
  }
}
.requirefieldLbl::after{
  position: absolute;
  content: '';
  top: -6px;
  left: 5px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right:  6px solid transparent;
  border-bottom: 6px solid red;
  z-index: 95
}

/**************/
/* ---------  PDF   -----------*/
.pdf-table
{
   padding:50px 0px ;
}
/*  ------table--------  */

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #337ab7;
    color:white;
}
/*******************/
/*--------------Inquiry------------*
  display: block;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: -300px;  
  background: #FFF;
  transform: translate(0%, -50%);   
}

.enquiry_form a {
  display: inline-block;
  margin: 0px;
  position: absolute;
  width: 150px;
  height: 50px;
  transform: rotate(-90deg);
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 13px 0 0px;
  text-transform: uppercase;
  vertical-align: middle;
  top: 40%;
  left: -33%;
  text-align: center;
  bottom: 0;
  back
}
.enquiry_form a:hover {
  background: #080A06;
  color: #fff;
}

.enquiry_form .form_desc {
  width: 300px;
  display: block;
  margin-top: 0px;
  padding: 30px 20px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,.15)
}
.enquiry_form .form-control {

  height: 36px;
  padding: 2px 12px;
  font-size: 12px;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0px;
  letter-spacing: 0
}
.enquiry_form textarea
{
  width: 100%;
  height: 60px !important;
  box-shadow: none;
  font-size: 12px;
  padding: 2px 12px;
  border:1px solid #eee;
  border-radius: 0px;
}
.enquiry_form .form-control:focus,.enquiry_form textarea:focus {
  border-color: #eee !important;
  font-style: normal;
}
.enquiry_form .form_desc  .gen_btn {
  padding: 5px 14px;
  font-weight: 300;
}
.enquiry_form .form_desc  .gen_btn:hover {
 background: #080A06;
}

/*******************************************************/
.about-product
{
    padding-top:50px;
    padding-bottom:50px;
    }
    
    /********************************************
side-banner
*************************************************/
.banner_heading
{
   position:relative;
   top:-200px;
   text-align:center;
  font-family: 'TitilliumWeb';
   color:White;
}
.banner_heading h3
{ color:floralwhite;
  text-decoration:none;
  font-weight:600;
  font-size:40px;

  }

.product-content p
{font-size:17px;

}

