.page-gap{
      padding-top: 254px;
    padding-bottom: 100px;
}
.img-box
{
position: relative;
overflow: hidden;
}
  .top-header .main-nav ul
  {
list-style-type: none;
margin-top: 0;
padding: 0;
  }
  .top-header .main-nav ul li{
    display: inline-block;
    text-decoration: none;
            margin-top: 31px;
  }
  .top-header .main-nav ul li a
  {
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    text-transform: capitalize;
    color: #333333;
    line-height: 28px;
    padding: 6px 8px;
    font-weight: 600;
   }
 .top-header .main-nav ul li a:hover
  {
	color: #FF0000;
  }
   .top-header .main-nav ul li a:before{
        content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 20px;
    height: 4px;
    background: #ff5e14;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
  }
   .top-header .main-nav ul li.active > a {
  /* background-color: #ed6f29; 
    background-color: #fcbc32;
     transition: all .5s;
   border-radius: 5px;
   color: #6d0b0b;*/
   }
  .top-header .nav-logo{
       
    padding: 6px 0px;
  }
  .top-header{
     position: relative;
    box-shadow: 2px 5px 5px 2px grey;
    background: #fff;
   /* padding-top: 9px;*/
  }
  /*========================hover dropdown===================*/
  .dropbtn {
  background-color: transparent!important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}
.dropdown-content{
  width: 218px;
     
}

.dropdown-content li{
  width: 100%;
  margin-top: 0px!important;

}

.dropdown-content li a:hover{
  background-color: #ea0e2c!important;
  color: #fff!important;

}

.dropdown-content li a {
  color: red;
  padding: 12px 7px!important;
  text-decoration: none;
  display: block;
  border-bottom:1px dashed #000;
  background: #fff;
  font-size: 14px!important;
  text-transform: capitalize;
  font-weight: 600;
}

.dropdown:hover .dropdown-content {display: block;}

  /*========================end hover dropdown===================*/

/*--------------------toggle----------------*/
.navbar-default .navbar-toggle {
    border-color: #ea0e2c;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ea0e2c!important;
    color: #fff;
}
.top-mobile{
      margin-top: 23px;
}
/*.top-mobile-logo{
  margin-top: -24px;
}*/
.navbar-brand>img {
    display: inline-block!important;
    margin-top: -17px!important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 45px!important;
    margin-top: 1px!important;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000!important;
}
/*--------------------toggle----------------*/

/*=========================================
           side dropdown css
=========================================*/
  
  
  .side-navbar{
    display: none!important;
    margin-top: -53px!important;
    margin-left: 233px;
    width: 300px;
    position: absolute;
  }
 .side-navbar li{    margin-left: 17px;}

  .drop-side-nav:hover .side-navbar{display: block!important;}


/*=========================================
          end  side dropdown css
=========================================*/





  /*------------mobile meni dropdown---------*/
   .dropup:hover .dropdwn{
          display: block;
       }
       .dropdwn{
        display: none;
       }
        .dropdwn li a{ margin-left: -40px;
        }
  /*------------end mobile meni dropdown---------*/
@media(max-width: 1024px){
    .top-header .main-nav ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #150e41;
    line-height: 28px;
    padding: 7px 0px;
}
  }
  @media(max-width: 768px){
    .top-header .main-nav ul li a {
      font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #150e41;
    line-height: 28px;
    padding: 7px 0px;

    }
  }

  /*=============footer========*/
.footer-section{
    /*    background-image: url(https://images/bg/2.jpg);*/
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 46px 1px;
    border-top: 2px solid #eb0d2c;
}
.footer-section .footer-inner h2{
         color: #000;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 6000;
    line-height: 35px;
    padding-bottom: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.footer-section .footer-inner h2:before
{
content: "";
background-color: #ea0e2c;
width: 60px;
height: 2px;
position: absolute;
    top: 39px;
}
.footer-section .footer-inner ul{
  text-decoration: none;
    position: relative;
        list-style-type: none;
            left: -37px;
}
.footer-section .footer-inner ul li{
      color: #000;
    line-height: 41px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}
.footer-section .footer-inner ul li a
{
    text-decoration: none;
    color: #000;
    font-family: 'Roboto', sans-serif;
	line-height:1.9;
}
.footer-section .footer-inner ul li i{
      font-size: 18px;
    padding-right: 11px;
    color: #ea0e2c;
}
.social-icon ul li a i{
      height: 38px;
    width: 38px;
    border-radius: 50%;
    border-color: #fff;
    color: #fff;
    position: relative;
    /* background: red; */
    border: 1px solid #fff;
    line-height: 36px;
    /* font-size: 20px; */
    text-align: center;
    padding-left: 8px;
    transition: all .3s;
font-size: 15px!important;
}
.social-icon ul li a:hover i{
  background-color: #fcbc32;
  transform: rotate(360deg);
  transition: all .3s;
      border: none; 
}
.social-icon{
      padding-left: 38px;
    padding-top: 6px;
}
.bottom-footer{
      background-color: #000000;
    color: #fff;
}
.bottom-footer p{
        font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
        padding-top: 2px;
		margin:0px;
}
.bottom-footer a{color: #fff;
text-decoration: none;}
/*=============footer========*/
/*==================
    scroll to top
===================*/
#top{
  background: #ea0e2c;
  color: white;
  padding: 15px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  text-decoration: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
      box-shadow: 0px 1px 1px #fffefe;
  z-index: 11;
  display:none;
}
#top:hover{
    /*border: 1px solid #ed3237;
    background-color: transparent;*/
}
#arrow{
  border:solid #ffffff;
  border-width:0px 0px 3px 3px;
  padding:5px;
  display:inline-block;
  transform:rotate(135deg);
  margin-left: -1px;
  margin-top: 2px;
}
#arrow:hover{
  border:solid #ffffff;
  border-width:0px 0px 3px 3px;
  padding:5px;
  display:inline-block;
  transform:rotate(135deg);
  margin-left: -1px;
}
/*------------end scrol top--------------*/
/*=========================sticky header css=================*/
  .top-container {
  padding: 0px;
}

/*.header {
  padding: 10px 16px;
  color: #f1f1f1;
}*/

/*.content {
  padding: 16px;
}*/

.sticky {
  /*  position: fixed;
    top: -9px;
    width: 100%;
    z-index: 99;
    height: 105px;
    padding: 0;*/
        position: fixed;
    top: -4px;
    width: 100%;
    z-index: 99;
    height: 89px;
    padding: 0;
}

.sticky + .content {
  padding-top: 102px;
}
</style>
/*=========================end sticky header css=================*/
/*=====================================top-header-section===================*/
.header-left{
      padding: 8px 0px;
        
}
.header-left ul{
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0px;
      left: -33px;
}
.header-left ul li
{
position: relative;
display: inline-block;
color: #ffffff;
padding: 5px 0px;
font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
 margin-top: 6px;
}
.header-left ul  li i {
        color: #fff;
    font-size: 17px;
    margin-right: 8px;
}
.header-top{
    background: #ea0e2c;
    overflow: hidden;
}

.header-right-div {
  text-align: right;
  position: relative;
  z-index: 2;
}
.header-left li:last-child{padding-right:0}
.header-right-div::before {
  position: absolute;
  content: "";
  background: #333;
  width: 5000px;
  height: 64px;
  top: 0;
  left: 0;
  transform: skew(-48deg);
  z-index: -2;
}
.soical-profile {
  padding-top: 7px;
}
.soical-profile,
.soical-profile li {
  display: inline-block;
}
.soical-profile li a i{
color:#ffffff;  width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius:100%}
.soical-profile li a i:hover {
  background:#842c32;
  color: #fff;
  transition: all 0.4s ease 0s;
}
.navbar-collapse .top-ul li.active > a {
    color: #842c32!important;
    background-color: transparent;
}
.navbar-collapse .top-ul li.active:hover > a {
  
    background-color: transparent;
}
/*=====================================top-header-section===================*/

.welcome-sec{
     background: #eee;
    padding-top: 100px;
    padding-bottom: 60px;
}
.text p
{
  font-family: 'Roboto', sans-serif;
      line-height: 1.9;
    font-size: 17px;
    font-weight: 500;
    color: fray;
    color: #565454;
	 
}
.heading h1{
      /*font-family: 'Baloo Bhaina';*/
    font-family: 'Titillium Web', sans-serif;

    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 24px 0px;
    margin: 2px 3px 50px;
    text-transform: capitalize;
}
.heading h1 .sub-heading
{
  color: #ea0e2c;
}
.text-btn{
      background: #ea0e2c;
    color: #fff;
    border-radius: 12px 0px;
    padding: 10px 25px;
    line-height: 26px;
    margin: 24px 0px 0px;
    font-size: 16px;
}
.text-btn:hover{   color: #fff;}
====================================================================
    Speakers Section
====================================================================

***/

.speakers-section{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 145px 0 90px;
  overflow:hidden;
}

.speaker-block{
  position: relative;
  margin-bottom: 40px;
}

.speaker-block .inner-box{
  position: relative;
}

.speaker-block .image-box{
  position: relative;
  padding: 20px;
  background-color: rgba(255,255,255,.15);
  overflow: hidden;
}

.speaker-block .image-box .image:after,
.speaker-block .image-box:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before{
  height: 100%;
}

.speaker-block .image-box .image:after{
    opacity: .40;
    z-index: 1;
    top: auto;
    bottom: 0;
    background-color: #4a34a5;
}

.speaker-block .image-box .image{
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.speaker-block .image-box .image img{
  display: block;
  width: 100%;
  height: auto;
}

.speaker-block .social-links{
  position: absolute;
  left: 0;
  bottom: -140px;
  padding: 20px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.speaker-block .social-links ul{
  position: relative;
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(241,75,89,.80);
}

.speaker-block .social-links li{
  position: relative;
  display: inline-block;
  margin: 0 9px;
}

.speaker-block .social-links li a{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
   font-family: 'Titillium Web', sans-serif;
   text-decoration: none;
}

.speaker-block .inner-box:hover .social-links{
  bottom: 0;
}

.speaker-block .caption-box{
  position: relative;
  padding-top: 30px;
}

.speaker-block .caption-box .name{
      position: relative;
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 26px;
}

.speaker-block .caption-box .name h4{
  color: #ea0e2c;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
 font-family: 'Titillium Web', sans-serif;
 text-decoration: none;
}

.speaker-block .caption-box .designation{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  opacity: .70;
}

.speakers-section .icon-circle-5{
  top: -230px !important;
  left: -510px !important;
  opacity: .05;
}

.speakers-section .icon-circle-5:nth-child(2){
  left: -695px !important;
  top: 150px !important;
  opacity: .03;
}

.icon-circle-5{
  height: 690px;
  width: 690px;
  background-image: url(images/icons/icon-circle-5.html);
}
.product-sec{
    background-image: url(images/bg/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 110px;
    position: relative;
}
.animated{
   animation-duration: 3s;
  animation-delay: 2s;
/*  animation-iteration-count: infinite;*/
}

/*** 

====================================================================
    Speakers Section Two
====================================================================

***/

/*==============================================
                testimonial
========================================================*/
/* .testimonial{background:url(https://img4.goodfon.com/original/3774x2516/a/d9/makro-priroda-tsvetok-fon-minimalizm-macro-flower-minimalism.jpg); 
  min-height:400px;
background-size:cover
    
}*/
#fade-carousel p {
   background: #f1f6fa;
    padding: 50px 150px 40px;
    font-size: 18px;
    color: #5e5b5b;
    font-family: 'Muli', sans-serif;
    line-height: 30px;
}
#fade-carousel p span{  
   font-size: 18px;
    color: #6b6969;
    margin: 10px 0;
    display: inline-block;
      font-family: 'Titillium Web', sans-serif;
  }
#fade-carousel .carousel-control {
     font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: initial;
    border-radius: 50%;
    top: 25%;
    margin: 0 20px;
    opacity: 1;
    background: linear-gradient(to right, #ea0e2c 33%, #000000 100%);
}
.profile-circle {
    margin: 0 0 -40px;
}
.profile-circle img{ width:8%;border-radius:50%;}
.testimonial h2{ font-size:35px ; color:#fff;    margin: 40px 0 30px;}
   .testimonial{
    padding: 93px 0px;
   }
/*==============================================
               end testimonial
========================================================*/



.page-section-bg2 .section-pre-title{color: #f6dede;}
.parallax-section .section-title,
.page-section-bg2 .section-title,
.page-section-bg3 .section-title{
    color: #fff;
      font-family: 'Titillium Web', sans-serif;
       font-weight: 600;
    font-size: 33px;
}

.text-size-medium{
  font-size: 18px;
  line-height: 30px;
}

.text-size-small{
  font-size: 16px;
  line-height: 26px;
}

.text-size-small p:not(:last-child){margin-bottom: 15px;}

.text-size-small .btn{margin-top: 10px;}

.text-color-grey{
  color: #838383;
}

p.text-size-medium:not(:last-child){
  margin-bottom: 10px;
}
p.text-size-medium:not(:last-child){
  margin-bottom: 10px;
}

.page-section-bg3 .icons-box-title a{
  color: #fff;
}
 .lineform > .btn{
      margin-top: 20px;
    }

    .lineform > div .btn{margin-left: 10px;}

    [class*="form-style"]{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin: -10px;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
    }

    [class*="form-style"] > [class*='form-column']{
      padding: 10px;
    }

    [class*="form-style"] > .form-column-full{
      width: 100%;
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
    }

    .form-style2 input:not([type="submit"]), 
    .form-style2 textarea, 
    .form-style2 .custom-select .select-title{
      border-color: #f2f3f6;
      background: #fff;
      color: #838383;
    }

    .total-btn{
      padding-right: 105px;
    } 

    input.total-btn{
      display: inline-block;
      width: 160px;
      background: #d10a11!important;
      border: none;
      color: #fff!important;
    }
    .form-style2 input:not([type="submit"]), .form-style2 textarea, .form-style2 .custom-select .select-title {
    border-color: #f2f3f6;
    background: #fff;
    color: #838383;
        font-family: 'Muli', sans-serif;

}
input:not([type="submit"]), textarea, .custom-select .select-title {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    padding: 11px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	font-family: 'Cairo', sans-serif;
	font-weight:600;
}
input, button, select, textarea {
    font-family: 'Roboto', sans-serif;
}

[class*="form-style"] > [class*='form-column'] {
    padding: 10px;
}

textarea {
    height: initial;
    resize: none;
}
.page-section-bg2 {
    background: #ea0e2c;
        padding: 100px 0px;
}

@media (min-width: 1281px) 
{
  #fade-carousel p{height:  215px;}
}
[class*="form-style"] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: -10px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.fx-cols-2 > * {
    /* -webkit-flex-basis: 50%; */
    flex-basis: 50%;
}
.contact-btn{
          background: #fff;
    padding: 12px 32px;
    color: black;
    border-radius: 16px 0px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
}
/*====================================================
                         button-css
==========================================================*/
 
.button-5{
    padding: 0px 24px;
    display: inline-block;
    border: 2px solid #ea0e2c;
    text-align: center!important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
        margin: 28px 0px 0px;
}
.button-5 a{
     font-size: 18px;
    color: #ea0e2c;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}
.eff-5{
  width:140px;
  height:50px;
  left:-140px;
  top:-50px;
  background:#ea0e2c;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-5:hover .eff-5{
  left:0;top:0;
}
.button-5:hover a{
  color:#fff;
}
/*================================================
end button css
==============================================*/

/*-----our focus---*/
.circle-sectionx{
  padding-bottom: 80px;
  padding-top: 70px;
}
.single-steps {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.border-1{
   /* border-right: 1px dashed #808080;*/
}
.our-focus{
     /* background: #eee;*/
}
.steps-icon {
    float: left;
    width: 100%;
}
.single-steps h6 {
   display: inline-block;
    font-size: 21px;
    letter-spacing: 1px;
    color: #131d33;
    margin-top: 24px;
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.single-steps p {
    font-size: 18px;
    line-height: 31px;
    margin-top: 13px;
    text-align: center;
  font-family: 'Muli', sans-serif;
}
/*hover-effect*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before{
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/*end*/

@media(max-width: 768px)
{
  .slider-gap{
      padding-top: 60px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 63%!important;
    z-index: 5;
    display: inline-block;
    /* margin-top: -10px; */
}
.top-header {
    position: relative;
    box-shadow: 2px 5px 5px 2px grey;
    background: #fff;
    /* padding-top: 9px; */
}
}

.section > .container {
    padding-top: 88px;
    padding-bottom: 80px;
}
.banner-page.about {
	background-attachment: fixed;
	background-size: cover;
	background-image: url(images/slider/about-us.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.banner-page {
    height: 258px;
    display: block;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section {
    position: relative;
}
.banner-page .title-page {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
h2, .banner-page .title-page {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
h1, h2, .banner-page .title-page, h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page, h4, .lead, h5, .section-subheading {
   font-family: 'Cairo', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
h1, h2, .banner-page .title-page, h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page, h4, .lead, h5, .section-subheading, h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 11px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
input, button, select, textarea {
    font-family: 'Roboto', sans-serif;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.contact-style-one.extended .default-form button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}
.btn-style-one:hover {
    color: #012f5d !important;
    border-color: #ea0d2c !important;
    background: none;
}
.btn-style-one {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ea0d2c;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #ea0d2c !important;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}
.contact-page-section h2 {
    position: relative;
    font-weight: 700;
    font-size: 21px;
    color: #222222;
    margin-bottom: 15px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
}
.contact-page-section {
    position: relative;
    padding: 91px 0px 90px;
}
separater:before {
    left: 50%;
    right: auto;
    margin-left: -5px;
}
.separater:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ff0000;
}
.input-group-addon i {
    color: #ec1d25;
    font-size: 17px;
}
.separater {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: #596164;
}
separater:after {
    left: 50%;
    right: auto;
    margin-left: -5px;
}
.separater:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ff0000;
}
.contact-form {
    margin-top: 35px;
    padding: 20px 40px 5px;
    border-radius: 11px;
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
}
.contact-info .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    background-color: #ec1d25;
}
.contact-info .inner h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
	font-family: 'Cairo', sans-serif;
}
.contact-info {
    position: relative;
    margin-bottom: 32px;
}
.contact-info .inner {
    position: relative;
    padding-left: 85px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bdr {
    background: #ec1d25;
    height: 30px;
    color: #fff;
}
.contact-form button {
    margin-top: 15px;
    border-radius: 7px 0;
    padding: 7px 27px;
    background: #ec1d25;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 4px #ec1d25;
    transition: .7s all ease;
}
.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #ec1d25;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    border: 2px solid #ec1d25;
    border-radius: 0px;
}
.contact-info .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    background-color: #ec1d25;
}
.contact-info .inner {
    position: relative;
    padding-left: 85px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
   }
   .contact-info .inner:hover .icon-box:before {
    opacity: 1;
}
.contact-info .inner .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    opacity: 0;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.50);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-info {
    position: relative;
   margin-bottom: 32px;
}
.information-blocks .text {
    position: relative;
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 25px;
    
	font-family: 'Cairo', sans-serif;
}

-----------------------gallery---------------

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
@media (max-width:1024px;){
  .footer-section .footer-inner ul li {
    color: #000;
    line-height: 41px;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
}

}
.table-heading{
      margin: 4px 0px 14px;
}
/*=========================mobile-menu=============*/
  @import url('https://fonts.googleapis.com/css?family=Roboto');
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
body{font-family: 'Roboto', sans-serif;}
/*
1.1 Header Area
***************************************************/
/*Bootstrap Reset*/
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
  border: 0px solid rgba(0,0,0,.15);  
  border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {padding: 16px 15px 16px 25px;
}
.header_bottom { background: #ffffff; }
.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #080808;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 83px;
    font-family: 'Roboto', sans-serif;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #000;
    background: #ffffff;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {  } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #fff;}
.mainmenu .collapse ul ul > li:hover > a, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #ffffff;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #CBEAF0;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ffffff;padding-left: 20px;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ffffff}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#e4eeb8}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

/*=========================end mobile-menu=============*/
