@font-face {
    font-family: 'LatoRegular';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'LatoLight';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Light'), local('Lato-Light'),
    url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'LatoBold';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
}
.come-in {
  transform: translateY(200px);
  animation: come-in 2s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 2s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.outer-container{
    width:100%;
    height:auto;
}
/*==================== menu ======================*/
.header-wrapper{
    position:fixed;
    z-index:99999;
    width:100%;
    background:#fff;
    box-shadow: 0px 1px 6px #2184c6;
}
.logo img{
  padding:12px 0px;
  margin: 0 auto;
}
.main-nav {
        background: #fff;
    }
    .ediv{
        width:100%;
        margin:0 auto;
    }
    .main-nav:after {
        clear: both;
        content: "\00a0";
        display: block;
        height: 0;
        font-family: 'LatoRegular';
        overflow: hidden;
    }
    #main-menu {
        clear: both;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #main-menu:before {
        content: '';
        display: block;
        height: 1px;
        font-family: 'LatoRegular';
        overflow: hidden;
        background: #ffffff;
    }
    .main-menu-btn {
        float: right;
        margin: 10px;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 29px;
        text-indent: 29px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .main-menu-btn-icon,
    .main-menu-btn-icon:before,
    .main-menu-btn-icon:after {
        position: absolute;
        top: 50%;
        left: 2px;
        height: 2px;
        width: 24px;
        background: #ef4023;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }
    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }
    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }
    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
        height: 0;
        background: transparent;
    }
    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #main-menu-state {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    #main-menu-state:not(:checked) ~ #main-menu
    {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
        border-top: 1px solid #3f296e;
    }
    .sm-blue a{
        padding: 10px 17px;
        background-color: #fff;
        color: #333;
        font-family: 'LatoRegular';
        letter-spacing: 0.04em;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        text-decoration: none;
        text-shadow:none;

    }
    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active{
        color: #ef4023;
        background-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;

    }
    .sm {
        list-style: none;
        margin: 0;
    }
    .sm ul, .sm li {
        text-align: left;
        list-style: none;
        margin: 0;
    }
    .sm li.active{
        background:#14633d;
    }
   

/*================ intro ======================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fe2712;
}
.carousel-caption{
  padding-bottom:0px;
  top:8%;
  right:0px;
  left:15%;
  text-align:left;
}

.my-crsel1{
  padding-bottom:0px ! important;
  top:73% ! important;
  right:15%;
  left:0px;
  text-align:right ! important;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.my-animation{
  -webkit-animation-delay: 1s;
  animation-delay: 2.5s;
}
.intro{
    padding:40px 0px;
}
.intro h1{
font-family: 'LatoRegular';
font-size:22px;
letter-spacing: 0.05em;
line-height:24px;
margin-top:20px;
color:#402a6f;

}
.intro p{
font-family: 'LatoLight';
font-size:16px;
letter-spacing: 0.05em;
line-height:24px;

color:#333;

}
.intro-block{
    background:#2184c7;
    padding:0px 15px 15px 15px;
}
.intro-block img{
    margin:25px auto;

}
#loading {
        -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotateY(0deg);
        }
        to {
                -webkit-transform: rotateY(359deg);
        }
}
.white{
    color:#fff ! important;
}
.read-more-intro{
    
    margin:20px 0px 10px 0px;
}
.read-more-intro a{
    
    padding: 3px 15px;
    border-radius: 5px;
    background: #ef4023;
    border:2px solid #ef4023;
    color: #fff;
    font-size: 14px;
    font-family: 'LatoLight';
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.04em;

}
.read-more-intro a:hover{
  background: #fff;
  border: 2px solid #ef4023;
  color: #ef4023;
}
.map-marker-label{
  font-size: 22px;
  font-family: 'LatoRegular';
  text-align: center;
  color: #ee3f24;
}
/*===============ANIMATIONS===============*/
.animateBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all 0.55s ease-in;
  -moz-transition: all 0.55s ease-in;
  -ms-transition: all 0.55s ease-in;
  -o-transition: all 0.55s ease-in;
  transition: all 0.55s ease-in;
}

.animateBlock.left {
  left: -10%;
}

.animateBlock.right {
  right: -10%;
}

.left.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.right.animated {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}


.parallax1{
    background-image: url("../images/Industrial.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    /*background-position: center;*/
   /* background-repeat: no-repeat;*/
   /*background-repeat: repeat-x;*/
    /*background-size: cover;*/
    /*-webkit-animation: slide-parallax 10s linear infinite;*/
}
/*@-webkit-keyframes slide-parallax {
    from { background-position: 0 0; }
    to { background-position: -600px 0; }
    }
*/
.parallax2 {
    background-image: url("../images/Automotive.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    }
    .parallax3 {
    background-image: url("../images/Power.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    }
    .parallax4 {
    background-image: url("../images/Instrumentation.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    }
.parallax-div{
    height: 400px;
    position:relative;
    font-size: 36px;
    background:rgba(252,239,228,0.2);
    margin-top: -400px;
}
.block1{
    width:100%;
    height:300px;
}
.out-div{
    width:100%;
    position:absolute;
   box-sizing: border-box;
    height: auto;
    display: inline-block;
}
.in-div1{
    width:50%;
    box-sizing: border-box;
    height: 400px;
    /*background: #555;*/
    float:left;
    display: inline-block;
}
.in-div2{
    width:50%;
    height: 400px;
    float:left;
    box-sizing: border-box;
    display: inline-block;

}
.in-div-bk1 h1,.in-div-bk2 h1,.in-div-bk3 h1{
    font-family: 'LatoRegular';
    font-size:22px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top:20px;
    text-align:center;
    color:#402a6f;
}
.in-div-bk1 img,.in-div-bk2 img,.in-div-bk3 img{
  margin:10px auto;
}
.in-div1 img{
    margin-top:60px;
}
.in-div-rt img{
    float: right;
}
.overly1 {
    /*background:rgba(88,69,129,0.5);*/
    background:rgba(48,0,150,0.45);
    height:400px;
}
.overly2 {
    /*background:rgba(33,132,199,0.5);*/
    background:rgba(0,113,189,0.45);
    height:400px;
}
.overly3 {
    background:rgba(239,64,35,0.5);
    height:400px;
}

.in-div-bk1{
    background:#e3dfea;
}
.in-div-bk2{
    background:#deedf7;
}
.in-div-bk3{
    background:#fde3de;
}
.z-padding{
    padding-left:0px ! important;
    padding-right:0px ! important;
}
.z-margin{
    margin-left:0px ! important;
    margin-right:0px ! important;
}
.z-padding-L{
  padding-left:0px ! important;
}
.z-padding-R{
  padding-right:0px ! important;
}
.rt-block{
    background:#fff;
    margin-top:60px;
    padding:40px 70px;
    text-align:center;
    height:300px;
    margin-left: -1px;
    width:570px;
}
.rt-block h1{
    font-family: 'LatoRegular';
    font-size:22px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top:0px;
    text-align:center;
    color:#402a6f;
}
.rt-block p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    text-align:center;
    color:#333;
}
.rt-flt{
    float:right;
}

.rt-block img{
    margin:15px auto 30px auto;
}
.read-more{
    text-align:center;
    margin:10px auto 30px auto;
}
.read-more a{
    padding: 3px 15px;
    border-radius: 5px;
    background: #ef4023;
    border:2px solid #ef4023;
    color: #fff;
    font-size: 14px;
    font-family: 'LatoLight';
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.04em;
}
.read-more a:hover{
  background: #fff;
  border: 2px solid #ef4023;
  color: #ef4023;
}
.each-client{
    display:inline-block;
    border:1px solid #ccc;
    margin:0px 10px;
    border-radius: 4px;
}
.each-client img{
  /*text-align:center;*/
  margin:0 auto;
}
.client-section{
    
  margin-bottom:40px;
}

.parallax5 {
    background-image: url("../images/Testimonial_Bg.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    }
.parallax-div1{
    height: 400px;
    position:relative;
    font-size: 36px;
    margin-top: -400px;
}
.title-cl img{
    text-align:center;
    margin:20px auto 30px auto;
}
.title-cl{
    padding:20px 0px 10px 0px;
}
.title-cl h1{
   font-family: 'LatoRegular';
    font-size:22px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top:30px;
    text-align:center;
    color:#402a6f; 
}
.testimonial{
    border:1px solid #fe2712;
    border-radius: 10px;
    padding:30px 20px 10px 20px;
    margin-bottom: 30px;
}
.testimonial img{
    margin:0 auto;
}
.testimonial h1{
    font-family: 'LatoRegular';
    font-size:20px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top: 10px;
    margin-bottom:0px;
    text-align:center;
    color:#fff;
}
.m-bottom{
    padding-bottom:20px;
    margin-bottom:30px;
}
.testimonial p{
    font-family: 'LatoLight';
    font-size:18px;
    letter-spacing: 0.05em;
    line-height:24px;
    text-align:center;
    color:#fff;
}
.my-cust{
    bottom:0px ! important;
}
.foot-bkgd1{
    background:#939697;
    min-height:143px;
}
.footer{
    padding:20px 0px;
}
.footer h1{
    font-family: 'LatoRegular';
    font-size:17px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top: 0px;
    margin-bottom:0px;
    color:#fff;
}
.footer h2{
    font-family: 'LatoRegular';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top:0px;
    margin-bottom:0px;
    color:#fff;
}
.footer p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    color:#fff;
}
.footer a{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    color:#fff;
}
.list-2 ul{
  padding-left:0;
  -webkit-padding-start: 0px;  
}
.list-2 ul li{
    display:block;
    padding: 3px 0px;
}
.list-2 ul li a{
    
    color:#ffffff;
    font-family: 'LatoLight';
    letter-spacing: 0.03em;
    font-size:16px;
}
.foot-bkgd2{
    background:#818383;
}
.footer2,.footer-rt{
    padding:10px 0px;
}
.footer2 p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-bottom:0px;
    color:#fff; 
}
.footer-rt p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-bottom:0px;
    color:#fff; 
    font-weight:600;
    float:right;
}
.footer-rt a{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    font-weight:600;
    margin-bottom:0px;
    color:#fff;
}
/*=================Products*/

.expanding-grid {
  position: relative;
  width: 100%;
}
.expanding-grid .links {
  display: block;
  margin: 0 -12px;
  overflow: hidden;
  padding: 10px 0px;
  list-style-type: none;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
box-sizing: border-box;
  float: left;
  padding: 12px;
}
.expanding-grid .links > li a {
  background:#2083c7;
  color: #fff;
  display: block;
  font-family: 'LatoRegular';
  font-size: 21px;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .links > li a:hover {
  background: #3f2a6c;
}
.expanding-grid .links > li a.active {
  background: #402a6e;
}
.expanding-grid .links > li a.active:after {
  background-color: transparent;
  border-top: 12px solid #40296d;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  bottom:-12px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -0.375em;
  position: absolute;
  width: 0;
}

.expanding-grid .spacer {
  background-color: #888;
  clear: both;
  display: block;
  margin: 0 12px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}
.expanding-grid .expanding-container.expanded, .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .hentry {
  background: #fff;
   border: 1px solid #402a6c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  min-height:48px;
  overflow: hidden;
  padding:10px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .hentry .entry-image {
 -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 100%;
}
.entry-image img{
    margin:0 auto;
}
.expanding-grid .hentry .entry-title {
  font-size: 1.5em;
}
.expanding-grid .close-button {
  background: url(../images/Close.png) no-repeat scroll 50% 50% transparent;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  padding: 1.5em 2em;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 20px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.7;
}
.pro-details{
  padding:30px 20px ;
}
.pro-details ul li{
  font-family: 'LatoLight';
  font-size:16px;
  letter-spacing: 0.05em;
  line-height:24px;
  margin-bottom:10px;
  color:#333333; 
  text-align:justify;
}
.pro-details h3{
  color:#40296d;
  font-family:'LatoRegular';
  font-size:20px;
  text-align: left;
  letter-spacing: 0.04em;
}
.cust-btn{
  color: #fff;
  padding: 5px;
  letter-spacing: 0.04em;
  font-family: 'LatoRegular';
  border: transparent;
  background: #40296d;
  outline:none;
}
.cust-btn:hover{
  color: #40296d;
  background: #fff;
  border:1px solid #40296d;
}
.links img{
  border:1px solid #ccc;
  margin: 0px auto 0px auto ! important;
  width:100%;
}
.sdsd{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: rgb(64, 41, 109);
  padding: 15px 10px;
  width: 100%;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color:#fbc5bd;
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color:#f9d0c99c;
}
.cstm-table{
  margin-top:40px;
}
.cstm-table>tbody>tr>td{
      color:#111;
      text-align:center;
      line-height:26px;
      font-size: 15px;
      font-family: 'LatoRegular';
      letter-spacing: 0.08em;
}
.cstm-table>tbody>tr>th{
      color: #333;
      text-align: center;
      background: #8dccf7;
      font-size: 15px;
      line-height:26px;
      font-family: 'LatoBold';
      letter-spacing: 0.08em;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
      border: 2px solid #fff;
}
.img-placeholder {
  background: orange;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
  padding: 25% 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*==============enquiry ============*/
.enq-c-btn img{
    text-align: center;
    top: -1px;
    right:-1px;
    cursor: pointer;
    position:absolute;
}
 .field-validation-error{
  color: #ef4023;
   font-family: 'LatoRegular';
  margin: 5px;
}
    .feedback_container{
    width: 340px;
    min-height: 300px;
    height: auto;
    z-index: 999;
    position: fixed;
    top: 20%;
    right: -290px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.feedback_hood{
    width: 50px;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding-left: 0px;
}

.feedback_hood img{
    /*width: 100%;*/
    height: auto;
}

.feedback_form_container{
    display: inline-block;
    float: left;
    width: 290px;
    padding:10px 20px 10px 20px;
    min-height: 300px;
    background: #f3f7f9;
    border: 1px solid lightgray;
}

.feedback_form_container h1{
    display: block;
    font-family: 'LatoBold';
    font-size: 20px;
    color: #4c3879;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0px auto;
}
.feedback_form_wrapper{
    width: 100%;
    height: auto;
}

.feedback_form_wrapper input[type="text"],.feedback_form_wrapper input[type="tel"],
.feedback_form_wrapper input[type="email"]{
    width: 100%;
    margin: 13px auto 0px auto;
    padding: 5px;
    letter-spacing: 0.05em;
    border:1px solid #ccc;
    display: block;
    font-family: 'LatoRegular';
}


.feedback_form_wrapper textarea{
    display: block;
    width: 100%;
    letter-spacing: 0.05em;
    font-family: 'LatoRegular';
    margin: 13px auto 0px auto;
    height: 100px;
    border:1px solid #cccccc;
    padding: 5px;
    resize: none;

}

.feedback_form_wrapper input[type="submit"]{
    float: left;
    display: block;
    border: none;
    letter-spacing: 0.05em;
    background: #ef4023;
    border: 2px solid #ef4023;
    border-radius: 5px;
    font-family: 'LatoRegular';
    text-align: center;
    color: #ffffff;
    padding: 5px;
    width: 80px;
    margin: 10px 0;
    margin-left: 15px;
    cursor: pointer;
}
.feedback_form_wrapper input[type="submit"]:hover{
    background: #fff;
    color:#ef4023;
    border: 2px solid #ef4023;
}

/*=============return to top ==========*/
#return-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    background: #2182c7;
    box-shadow: 0px 0px 2px #fff;
    width: 50px;
    height: 50px;
    display: none;
    text-decoration: none;
    transform: rotate(45deg);
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 3px;
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 26px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #3f296f;
    transition:1s ease;
  -webkit-transition:1s ease;

}
#return-to-top:hover i {
    color: #fff;
    /*top: 4px;*/
}

/*====================== inner page ===================*/
.brd-crumb-in{
  position:absolute;
  margin-top: -55px;
  width:100%;
}
.bred-bckgnd{
  min-height:55px;
  bottom:0;
}
.bredcrumb{
  padding: 16px 0px;
}
.bredcrumb p,.bredcrumb a{
  color:#fff;
  text-align: left;
  margin-bottom:0px;
  font-size:16px;
  font-family: 'LatoLight';
  letter-spacing: 0.08em;
}
.in-heading h1{
  font-size:22px;
  font-family: 'LatoRegular';
  letter-spacing: 0.08em;
  color:#fff;
  text-transform: uppercase;
}
.in-content{
    height:auto;
    padding:20px 0px;

}
.in-content h1{
    font-family: 'LatoRegular';
    font-size:20px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top: 0px;
    text-align:center;
    margin-bottom:0px;
    color:#3f296e; 
}
.in-content h3{
  color:#40296d;
  font-family:'LatoRegular';
  font-size:18px;
  text-align: left;
  letter-spacing: 0.04em;
}
.in-content img{
    margin:15px auto 20px auto;
}
.in-content p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-bottom:10px;
    color:#333333; 
    text-align:justify;
}
.cnt-list ul li{
  color:#333;
  line-height:26px;
  font-size:16px;
  text-align: left;
  font-family: 'LatoLight';
  letter-spacing: 0.08em;
  text-indent: -16px;
}
.cnt-list ul{
  list-style-type: none;
  padding-left: 15px;

}
.cnt-list ul li:before{
  content:"\25CF";
  color: #ef4023;
  padding-right: 0.5em;
  font-family: FontAwesome;
  font-size: 17px;
}
.content-in-diff{
    margin:30px auto;
}
.diff-img{
  margin:38px auto 20px auto;
}
.content-in-diff h1{
    font-family: 'LatoRegular';
    font-size:20px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-top: 0px;
    text-align:center;
    margin-bottom:0px;
    color:#3f296e;  
}
.content-in-diff img{
    margin:15px auto 20px auto;
}
.content-in-diff p{
    font-family: 'LatoLight';
    font-size:16px;
    letter-spacing: 0.05em;
    line-height:24px;
    margin-bottom:10px;
    color:#333333; 
    text-align:justify;
}
.map{
  margin:30px auto;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-certif {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(63, 42, 110, 0.7);
}
 .zoom-hover:hover .overlay-certif {
  opacity: 0.5;
}

.icon {
  color: #3f2a6c;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.glyphicon-zoom-in:hover {
  color: #fff;
}
/*======================================== Accordion ====================*/
.panel{
  border: none;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eaeaea;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fff9ea;
  border-color: #eee;
}
.panel-title {
  font-size: 14px;
  margin-top: 0px ! important;
}
.panel-title > a{
  display: block;
  padding: 15px;
  text-decoration: none;
  line-height: 25px;
  font-size: 17px;
  font-weight: 600;
  color: #6d5b91;
  font-family: 'LatoRegular';
  letter-spacing: 0.08em;
}
.panel-title.active > a{
  color: red;
}
.more-less {
  float: right;
  color: #6d5b91;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-body h3{
  font-size: 18px;
  margin-top: 25px;
  line-height:24px;
  font-family: 'LatoRegular';
  letter-spacing: 0.08em;
  color: #ef4023;
}
.panel-body p{
  color:#333;
  text-align:justify;
  line-height:26px;
  font-size:15px;
  font-family: 'LatoRegular';
  letter-spacing: 0.08em;
}
.panel-body ul li{
  color:#333;
  text-align:justify;
  line-height:26px;
  font-size:16px;
  font-family: 'LatoRegular';
  letter-spacing: 0.08em;
  text-indent: -16px;
}
.panel-body ul{
  list-style-type: none;
}
.panel-body ul li:before{
  content:"\f043";
  color: #fecc4e;
  padding-right: 0.5em;
  font-family: FontAwesome;
  font-size: 15px;
}
.address-band{
  left: 21%;
    /* margin: 0px auto 10px auto; */
    margin: 0 auto;
    float: none;
    padding: 4px 15px;
    position: absolute;
    /* text-align: center; */
    z-index: 99;
    background: rgba(64, 42, 110, 0.56);
    bottom: 20px;

}
.address-band h3{
  font-size: 20px;
  font-family: 'LatoBold';
  color: #fff;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-align: center;

}
.address-band p{
  font-size: 16px;
  font-family: 'LatoRegular';
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;

}
.contact-img{
  position:relative;

}


@media (min-width: 768px) {
  .sm-blue a {
    padding: 35px 15px;
  }
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    z-index: 1;
  }
  .sm-blue > li {
    float: none !important;
    display: inline-block !important;
  }
  .sm-blue{
    width: 100% !important;
    text-align: right;
  }
  #main-menu:before {
    display: none;
  }   
  #main-menu {
    clear: none;
    float:none;
  }
  .sm-blue ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent red;
  }
}

@media only screen and (max-width: 39.99em) {
  .expanding-grid .links > li {
    width: 100%;
  }
  .expanding-grid .links > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 40em) and (max-width: 59.99em) {
  .expanding-grid .links > li {
    width: 33.3333333333%;
  }
  .expanding-grid .links > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 59.99em) and (min-width: 40em){
.expanding-grid .links > li {
    width: 50%;
}
}
@media only screen and (max-width: 59.99em) and (min-width: 40em){
.expanding-grid .links > li:nth-of-type(3n+1) {
    clear: none;
}
}
@media only screen and (min-width: 60em) {
  .expanding-grid .links > li {
    width: 33.33%;
  }
  .expanding-grid .links > li:nth-of-type(4n+1) {
    clear: none;
  }
}

@media(max-width:1366px){
    .rt-block{
        height:281px;
    }
}
@media(max-width:1200px){
    .rt-block{
        height:294px;
        width: 474px;
    }
}
@media(max-width: 992px){
.sm-blue a {
    padding: 20px 13px;
}
.in-div2{
    width:100%;
    margin:0 auto;
} 
.parallax5{
    display: none !important;
}
.in-div1 {
    display:none;
}
.parallax-div{
    margin-top:0px;
}
.parallax-div1{
background: rgb(64, 42, 133);
height:auto;
}
/*.rt-block{
    text-align:center;
    margin:60px auto;
}*/
/*.rt-flt {
    float: none;
}
.animateBlock {
    opacity:1;
    display: block;
}
  .animateBlock.left {
  left: 0%;
}*/

/*.animateBlock.right {
  right: 0%;
}*/
.parallax-div1{
    margin-top:0px;
}
.address-band {
  left: 6%;
}
.rt-block {
    height: auto ! important;
    width:100%;
    border-left: 1px solid #ee3f22;
    margin: 10px auto 40px auto;
    padding: 46px 30px;
}
.read-more {
    text-align: center;
    margin: 30px auto 20px auto;
}
}
@media(max-width:768px){
.sm-blue a {
    padding: 10px 15px;
}
.logo img {
    float: left;
    width: 25%;
}
.main-nav {
    background: transparent;
    margin-top: 0px;
}
.main-menu-btn {
    top: 26px;
}
.sm-blue a{
    font-size:15px;
}
.header-wrapper{
    position:relative;
}
.intro h1 {
    margin-top: 0px;
    text-align: center;
}
.intro p{
    text-align: center;
}
.read-more-intro{
   text-align: center; 
   margin-bottom:30px;
}
.footer-rt{
    float:left;
}
.parallax-div1{
    margin-top:0px;
}
.feedback_container{
    top:auto;
    bottom:0 ! important;
    }
    #return-to-top {
    bottom: 34px;
    z-index: 998;
    right: 40px;
}
.in-div-bk1 img, .in-div-bk2 img, .in-div-bk3 img {
    margin: 20px auto 0px auto;
}
.rt-block {
    margin: 0px auto 40px auto;
    border-left: 1px solid transparent;
}
.address-band {
    left: 29%;
}
.z-padding-L{
  padding-left:15px ! important;
}
.z-padding-R{
  padding-right:15px ! important;
}
.feedback_hood {
    width: 36px;
  }
  .feedback_container {
    width: 326px;
  }
  .in-content {
    height: auto;
    padding: 20px 20px;
}
}
@media(max-width: 700px){
  .logo img {
    width: 40%;
}
  .address-band {
    left: 16%;
}

.in-content h1{
  font-size:17px;
}
}
@media(max-width: 550px){
  
.in-div2{
    height:auto ! important;
}
.main-menu-btn {
    top: 22px;
}
.bredcrumb {
    padding: 6px 0px;
}
.address-band {
    left: 6%;
}
.carousel-caption {
    top: 3%;
}

}
