@font-face {
  font-family: 'GESSTextLight-Light';
  src: url('../fonts/GESSTextLight-Light.eot');
  src: url('../fonts/GESSTextLight-Light.woff2') format('woff2'),
       url('../fonts/GESSTextLight-Light.woff') format('woff'),
       url('../fonts/../fonts/../fonts/GESSTextLight-Light.ttf') format('truetype'),
       url('../fonts/../fonts/GESSTextLight-Light.svg#GESSTextLight-Light') format('svg'),
       url('../fonts/GESSTextLight-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GESSTextMedium-Medium';
  src: url('../fonts/GESSTextMedium-Medium.eot');
  src: url('../fonts/GESSTextMedium-Medium.woff2') format('woff2'),
       url('../fonts/GESSTextMedium-Medium.woff') format('woff'),
       url('../fonts/GESSTextMedium-Medium.ttf') format('truetype'),
       url('../fonts/GESSTextMedium-Medium.svg#GESSTextMedium-Medium') format('svg'),
       url('../fonts/GESSTextMedium-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{  line-height: 1.4;            }
body{   font-family: 'GESSTextLight-Light';  }
.main_title{   font-family: 'GESSTextMedium-Medium';  text-align: center;}
.b2_title{ font-family: 'GESSTextMedium-Medium'; color:white; padding-right: 100px;  }
.b2_title hr {    width: 8%;border-top: 5px solid #da8f00;  float:right;   margin-right: 4%;  margin-bottom: 0px;  }      
.footer2_title{   font-family: 'GESSTextMedium-Medium'; color:white;              }


.blue{  color:#0096ff;  }
.white{  color:white;    }
.orange{  color:#da8f00   }
.dark_blue{  color:#142752;   }
.black{  color:black;   }  
.section_padding{ padding-top: 25px;  
padding-bottom: 25px; }
.description p { font-size:19px;  padding-bottom: 17px;   }
header{ 
     /*background-image:url(../images/innerpg.jpg);*/
    background-repeat: no-repeat; background-size: cover; background-position: center;  
width: 100%;     min-height: 480px;
max-height: 450px;         } 
.shadow{ min-height: 480px;
              background:-webkit-linear-gradient( -90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 29%, rgba(0,0,0,0.2) 100%); 
              background: -o-linear-gradient( -90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 29%, rgba(0,0,0,0.2) 100%);
               background:-moz-linear-gradient -90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 29%, rgba(0,0,0,0.2) 100%); }
 
.logo{ text-align: center; padding-top: 1%;}
.logo_title hr{ border-top: 1px solid #adadad; margin-bottom: 4px; }
.logo_title { text-align: center;  font-family: 'GESSTextMedium-Medium';  color:white;text-shadow: 2px 2px 8px #000000;     }
.socialmedia{ float:right;   padding-top: 2%;   }
.socialmedia a{padding-right: 10px;}

.menuB{width: 100%;

padding-bottom: 1%;}
/* menu-A*/
.navbar-inverse{   background-color: transparent; border-color:transparent;}
.navbar-inverse .navbar-nav > li > a{ font-size:22px; font-family: 'GESSTextMedium-Medium'; color:white;  text-shadow: 2px 2px 8px #000000;  }
.navbar-inverse .navbar-nav > li > a:hover{border-bottom: 3px solid #da8f00;}
.navbar-nav{  float:none;  margin-right: 12%;  }
.nav > li{  padding-left: 30px;  }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{     border-color: #0096ff;
}   





/* breadcrumb_section*/   
.breadcrumb_section{ margin-top: -50px;}
.breadcrumb{ background-color: rgba(0,0,0,0.6);  ; border-radius:0px; padding: 14px 14px;  width: 70%;  border-top: 1px #da8f00 solid;  float: right; }
.breadcrumb>li>a{ font-size:15px;   font-family: 'GESSTextLight-Light';  color:white;}
.breadcrumb>li>a:hover{text-decoration: none;color:#0096ff;}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
    } 
.share_icons{ width:30% ; 
padding: 14px 14px;
float: left;
position: relative;
top: -13px;}



.icons_bg li{  display: inline-block; background-color: rgba(0,0,0,0.6);  padding: 14px; border-top: 1px #da8f00 solid; width: 26%; float: left;
margin-left: 4%; text-align: center;}  

/* content_section*/

.contant_area{ clear:both;}
.contant { background-image:url(../images/inner_pattern.jpg)  ; background-position: left bottom; background-repeat: no-repeat; }
.main_title hr{    width: 8%;border-top: 5px solid #0096ff;  }               



/* menu-B*/
 /* Add a black background color to the top navigation */
.icon i{  color:#0096ff; }
.topnav {
    background-color:transparent;
    overflow: hidden;
    float: left;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 14px;
  font-family: 'GESSTextLight-Light';
}

/* Change the color of links on hover */
.topnav a:hover {
   
    color:#da8f00;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
 .topnav a{display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
    
    
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    .navbar-inverse .navbar-nav > li > a:hover{border-bottom: 1px solid #da8f00;}
    .navbar-inverse .navbar-nav > li > a { font-size: 18px; }
   .navbar-nav{background-color: rgba(0,0,0,0.6);  margin-right:0px;  }
    .logo_title{float:right;}
    .logo{padding-top: 3%;}
    .logo_title hr{  display: none; }
    .navbar-inverse .navbar-toggle{ border:none;}
    .topnav.responsive a{  text-align: right; }
    .search i { display: none;}
    .topnav a{padding: 5px 10px;}
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{ background-color: transparent;}
    .navbar-inverse .navbar-toggle .icon-bar{background-color:#da8f00;}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {  border-color:#da8f00;}
    .b2_title hr {float:none;}
    .breadcrumb_section{  display: none;  }
    .description p{  text-align:center; }
   
    
                                            }



    .navbar-inverse .navbar-nav > li > a:hover{border:none; color:#da8f00; 
} 
/* fix-menu*/
.fix-menu {
    margin-right: 0px;
/*    transition: all 1.5s ease-in-out;*/
    box-shadow: 0 5px 10px 0.5px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #da8f00;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 1500;
   top: -8px;
    background-color: rgba(0,0,0,0.7);
    
    
    /*height:38px;*/
}

.fix-menu li:first-child {
    margin-right: 25%;
}

    .fix-menu li a {
    font-size:18px;
    }

    .fix-menu li  {
    margin-top: 10px;
    } 
/*
.hiddenLogo{
    display: :none;  margin-top: -15px; 
}
.showLogo{display: block !important;  }*/
/*footer*/
.container-fluid { padding-right: 0px; }
.footer1{  background-color:#0b1222 ; min-height: 480px;  border-left: 2px solid  #0096ff; background-image: url(../images/footerpattern.png); background-repeat: no-repeat; background-position: right bottom;}  
.footer2{ background-color: rgba(0,0,0,0.6);    background-image:url(../images/footrimage.jpg) ; min-height: 480px;  background-repeat: no-repeat; background-size: cover;  background-position: center center; padding: 0;  }  
.footer2_title{ min-height: 493px;    text-align: center; padding-top: 40px; }
.footer2_title hr{    width: 8%;border-top: 5px solid #da8f00;;  }           
.contactus  span{  font-size: 19px; color:white;    }
.contactus_info{ padding-right: 100px;   }
.contactus_info li{   display: block; padding-bottom: 30px; margin-right: -14px; }
.contactus_info li img{ padding-left: 21px;}
.footer_shadow{ min-height: 480px;  background-color:rgba(0,0,0,0.7)  }

.footer2_title ul li {  display: inline-block; padding: 15px; }
.copy_right { font-size:22px ; color:white; text-align:center; font-family: 'GESSTextMedium-Medium';  }

input[type=text] {
  
   background: none;
    border:1px solid #da8f00;
   width: 209px;
height: 42px;
    color: white;
    
}
.sub_btn{width: 42px;height: 42px; border:none; background-color:#da8f00;  }
.sub_btn i{ color:white;  }
/*serchbox*/

#myBtn{   border: none;background: transparent;   }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 47px; /* Location of the box */
    left: 0;
    top: 0;
    width: 25%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    margin-right: 68%;
  
}

/* Modal Content */
.modal-content {
    background-color:rgba(255,255,255,0.7);
    margin: auto;
    padding: 7px;
    border:1px solid #da8f00;
    width: 80%;
    
}

/* The Close Button */
.close {
    color: black;
    float: left;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.fix-menu >li {
    position: relative;
    left: 8%;
}

.backgroundImage {
    font-size: 29px !important;
}

.ButtonImage {position: relative;top: 4px;left: 2px;  }

.postionOfIconSearch {
    position: relative;top: -44px !important; float: left !important
}

.label-required:after {
    content: "*";
    color: red;
}

.form-group label {
font-size:15px;
}

.empty-30 {
    height: 30px;
}

.form-control {
color:black !important; 
}