h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0; padding:0;}
p {margin: 0;}
html, body{
  font-family:'Stint Ultra Condensed, Source Sans Pro';
  letter-spacing:0.3px;
  font-size: 100%;
  background: #fff;
}
@font-face {
    font-family:'interior';
    src: url(../fonts/bod_cr.ttf);
}
.top-banner-new {
    background-position: center center !important;
    background-size: cover !important;
}
.logo img {
    max-width: 100%;
}
.logo {
    max-width: 120px;
}
.toggle-container {
  display: inline-block;
    justify-content: center;
    align-items: center;
    right: 0px;
    position: absolute;
    top: 23px;
}
.toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 36px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.line {
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.toggle.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.toggle.open .line:nth-child(2) {
  opacity: 0;
}

.toggle.open .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.teamdesc p.dn {
    margin-bottom: 30px;
}
.whatsapp-icon {
      position: fixed;
      bottom: 55px; /* Adjust vertical position */
      right: 5px; /* Adjust horizontal position */
      width: 60px; /* Icon size */
      height: 60px;
      /* WhatsApp green color */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .whatsapp-icon a {
      color: white;
      text-decoration: none;
      font-size: 30px;
    }

    .whatsapp-icon svg {
      width: 31px; /* Adjust SVG size */
      height: 31px;
      fill: #999;
    }

    .whatsapp-icon:hover {
      transform: scale(1.1);
      transition: transform 0.2s ease;
    }
    
     .aboutul {
        list-style: none;
        text-align: left;
      }
     .about-bottom {
    overflow: hidden;
}
      .teamdesc {
        text-align: left;
      }
.social-icons {
      display: flex;
      gap: 15px;
      margin-top:30px;
    }

    .social-icons a {
      text-decoration: none;
      color: #999;
      width: 20px;
      height: 20px;
      display: inline-block;
    }

    .social-icons svg {
      fill: #999;
      width: 100%;
      height: 100%;
      transition: fill 0.3s;
    }

    .social-icons a:hover svg {
      fill: #000;
    }
.container.ourproject h1.title {
    font-size: 6vw !important;
    letter-spacing: 2vw;
    text-transform: uppercase;
    padding: 3vh 0px;
    color: #ddd;
}
.navbar-default .navbar-toggle {
    border-color: #333;
    border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.container.ourproject h1.title {
    font-family: 'Stint Ultra Condensed, Source Sans Pro';
    
}
.contact .container {
    overflow: hidden;
}
.top-banner-new::before {
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 90vh;
                background: #000;
                content: "";
                opacity: 0.6;
            }
            .top-banner-new .project-outer {
                position: absolute;
                top: 50%;
                width: 80%;
                z-index: 1;
                color: #fff;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);

            }
          .top-banner-new  .project-name,
          .top-banner-new  a{
             color: #fff !important; 
          }
          .top-banner-new { 
               height: 90vh;
          }
h1.b1,h2.b2,h3.b3 {
  margin-bottom:25px;
  display: block;
}
body a{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  text-decoration:none;
}
.row{
  margin:0;
} 
a#toTop{
  margin-top: 0;
  visibility: hidden;
    opacity: 0;
}
.breadcrumb{
  margin:2em 0;
  text-align:left;
}
/*-- header_top --*/
.top-header{
  background:#fff;
  position: relative;
 z-index: 999;
 
}
.top-header.header_fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    animation : animateStickHeader .5s;
}
@keyframes animateStickHeader{
    0%{
        transform : translateY(-100%);
    }
    100%{
        transform : translateY(0);
    }
}
.home .top-header{
  background:transparent;
  position: relative;
  
  position: absolute;
  z-index: 999;
  width:100%;
  left: 0px;
  right:0px;
  margin: 0 auto;
}
.home .top-header{
  
  background: rgba(255,255,255,0.7);
}
.logo{
  position:relative; margin-left:-10px;
}
.logo a{
  background: transparent;
  padding:18px 15px 18px 0px;
  display:inline-block;
  vertical-align:middle;
}
.workshop {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  line-height:30px;
   font-family:'interior';
}
.theinetrior {
    font-size: 36px;
    letter-spacing: 0.6px;
  line-height:20px !important;
  vertical-align:top;
   font-weight: 400;
   margin-bottom:4px;
   font-family:'interior';
}
.logo-name {
    float: left;
  line-height:30px;
  padding-left:10px;
  border-left:2px solid #fff;
}
.logo-image {
   
    float: left;
    margin: 10px 10px 9px 0;
    padding: 5px 10px 5px 0;
}
.logo h1 a{
  color:#fff;
  font-family: 'Text Me One';
  text-decoration:none;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
    margin: 0;
}
.logo-image{
   width:36px;
   height:36px;
  color:#fff;
  display:block;
  background:url(../images/logo.png) no-repeat 0px 0px;
  background-size:cover;
}
.glyphicon2 {
  position: relative;
  font-size: 21px;
  top: -6px;
  text-align:center;
  display: block;
  font-family: 'Text Me One';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--search--*/
.search {
  margin:1em 0 1em 12em;
}
.search input[type="text"] {
    padding: 9px 10px 3px 0px;
    outline: none;
    color: #fff;
    background: none;
    border: none;
    font-size: 1em;
    -webkit-appearance: none;
}
input.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1.1em;
    border-color: #01553D;
}
span.glyphicon.glyphicon-search {
    font-size: 1.2em;
    color: #fff;
}
.btn-default {
    border: none;
    background-color: inherit;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: inherit;
    border: none;
  outline:none;
}
.form-control:focus {
    border: none;
    box-shadow: none;
  outline:none;
}
/*--//search--*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #999999;
}
.nav > li > a {
    padding: 2.2em 1em;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
  font-weight:400;
  text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover{color:#000000;}

.caret {
    margin-left: 9px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #999999;
}
ul.dropdown-menu {
    background-color: #333333;
  padding: 0;
}
.dropdown-menu > li > a {
    font-size: 1em;
    color: #fff;
    padding: 9px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #333;
}
/*--- slider-css --*/
.slider {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid{
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.banner1{
  background:url(../images/banner1.jpg) no-repeat 0px 0px;
  background-size:cover;
  min-height:660px;
}
.banner2{
  background:url(../images/banner2.jpg) no-repeat 0px 0px;
  background-size:cover;
  min-height:660px;
}
.banner3{
  background:url(../images/banner3.jpg) no-repeat 0px 0px;
  background-size:cover;
  min-height:660px;
}
.banner4{
  background:url(../images/banner4.jpg) no-repeat 0px 0px;
  background-size:cover;
  min-height:660px;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
  width: 45%;
  position: absolute;
  top: 35%;
  left:10%;
}
.caption h3{
  color: #ffffff;
  font-size: 3.2em;
  font-family: 'Source Sans Pro'; 
}
.caption p{
  line-height: 1.8em;
  font-size: 1.1em;
  font-weight: 400;
  color:#ffffff;
  width: 80%;
  margin-top: 2em;
}
a.btn-left {
  padding: 0.45em;
  display:inline-block;
  margin-top: 2em;
  width: 18%;
  color: #fff;
  text-transform: capitalize;
  font-size: 1em;
  text-decoration: none;
  border:2px solid #000000;
   -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align:center;  
  margin-right: 1em;
}
a.btn-right {
padding: 0.6em;
  display: inline-block;
  margin-top: 2em;
  width: 22%;
  color: #fff;
  text-transform: capitalize;
  font-size: 1em;
  text-decoration: none;
  background: #000000;
   -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align:center;  
}
.col-sm-dix .example-image {
    
   transition: 0.3s all ease;
   -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.col-sm-dix:hover .example-image {
    opacity:1;
  -webkit-opacity:1;
   -moz-opacity:1;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 13px;
  width: 13px;
  display: inline-block;
     border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background:rgba(0,0,0,0.6);
}
.callbacks_here a:after{
  background:#000;
}
.callbacks_tabs a{
  visibility:hidden;
}
.callbacks_tabs li{
  display:inline-block;
  
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 15px;
  z-index: 999;
  left: 47%;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
 .welcome-section {
  padding: 4em 0;
  background: #fff;
}
.welcome-grid h3 {
  font-size: 2.5em;
  color: #000;
  text-transform: capitalize;
    font-family: Raleway-SemiBold;
  }
.welcome-grid p {
  font-size: 1em;
  color: #555;
   padding: 1em 0 0 ;
  line-height: 1.8em;
}
a.button {
  font-size: 1em;
  padding: 0.5em 1em;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  border: 1px solid #333;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  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-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  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-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  border:2px solid #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--content--*/
.content{
  padding:3em 0;
}
.content-right h2{
  color:#000;
  font-weight: 600;
  font-size:2.5em;
}
.content-right p{
  color:#000;
  line-height:1.8em;
  margin-top:1.3em;
  font-size:1em;
}
/*-- testimonial --*/
.slider2{
  position:relative;
}
.testimonial{
  min-height:300px;
  padding: 5em 0 4em 0;
}
.testimonial-grids {

  margin: 0 auto 30px;
}
.testimonial-left {
  width: 11%;
  float: left;
}
.testimonial-left img{
  
  width:100%;
}
.testimonial-right{
  float: left;
  width: 82%;
  margin: 0em 0 0 2em;
}
.testimonial-right h5{
  color: #000;
  font-family: 'Source Sans Pro';
  margin: 0;
  font-size: 16px;
  text-align:right;
}
.testimonial-right p{
  color: #000;
  font-size:12px;
  margin: 0 0 0 0;
  line-height: 1.8em;
}
.testimonial-right p span{
  font-size: 2em;
  line-height: .1em;
  vertical-align: middle;
}
ul.callbacks_tabs.callbacks2_tabs {
  position: absolute;
  z-index: 999;
  left: 46%;
}
.projects-info .compl {
    text-transform: uppercase;
}
/*-- services --*/
.services{
  padding-bottom:3em;
}
.service-info h3,.projects-info h3{
 font-family: 'Stint Ultra Condensed, Source Sans Pro';
 font-size: 4vw;
  color: #ddd;
  text-align: center;
  padding-bottom: 0em;
 
  letter-spacing: 1.5vw;
}
.service-info p,.projects-info p{
  color: #ddd;
  text-align: center;
  width: 75%;
  margin: 1em auto 2em auto;
    line-height: 1.2em;
    font-size: 1em;
  
}
.specialty{
  padding: 3em 0;
  background: #FAFAFA;
}
.specialty-info h3{
  color: #DA491C;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info h5 span{
  display:block;
}
.specialty-info p {
  color: #000;
  margin: 3em 0 0 0;
  line-height: 1.8em;
  font-weight: 600;
}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:#999999;
  margin: 0 auto;
  text-align: center;
  position: relative; 
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 102%;
  height: 102%;
  border-radius: 50%;
  background: #dfdfdf;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
  font-size: 1.4em;
  color: #252525;
  margin: 1em 0em 0.5em 0em;
}
.service-box p{
color: #000;
  margin: 0;
  line-height: 1.8em;
  width: 95%;
  font-size:1em;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 4em;
}
.specialty-button{
  margin-top:3em;
}
.glyphicon-home:before{
  color:#fff;
  font-size:30px;
}
.glyphicon-time:before,.glyphicon-edit:before {
    color:#fff;
  font-size:36px;
}
.glyphicon {
    position: relative;
  top: 3px;
  display: block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
}
.glyphicon3 {
  position: relative;
  top: 33px;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  left: 0px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index:999;
}
.poster{
  background:url(../images/pst.jpg) no-repeat 0px 0px;
  background-size:cover;
  min-height:400px;
  position:relative;
}

/*--projects--*/
.projects{
  padding:3em 0;
  overflow:hidden;
}
/*-- events --*/
.event-grids{
    margin:3em 0 0 0;
}
.event-grid:nth-child(1){
  padding-left:0;
}
.event-grids-left{
  padding-left:0;
}
.event-pic {
  float:left;
  width:47%;
  margin-right:3%;
}
.event-pic img{
  width:100%;
}
.date{
  display:inline-block;
  margin-right:7%;
  text-align:center;
  float:left;
  width:20%;
}
.date h3{
  font-size:4em;
  font-weight:400;
}
.date span{
  display:block;
  font-size:1.3em;
}
.event-info{
   width:72%;
  float:left;
    padding-top: 9px;
}
.event-info h4 a{
  color:#000;
  font-size:1em;
  display:inline-block;
  margin-bottom:0.5em;
}
.event-pic-info{
  width:50%;
  float:left;
}
.event-info p {
  line-height: 1.5em;
  color: #000;
}
.ftrd-head {
  margin-top:4em;
}
.ftrd-head h3{
  color: #ed645c;
  margin-bottom:7px;
}
.event-grid_pic h3 a{
  color:#000000;  
  margin:0.5em 0; 
  font-size:0.8em;
  display:block;
  text-decoration:none;
  float:none;
  text-align:center;
  display:inline-block;
  margin:0px;
}
.event-grid_pic h3{float:left; width:100%;}
.event-grid_pic h3 a:hover{
  color:#000;
}
.event-grid_pic img{
  width:100%;
}
.ourproject .event-grid_pic img{
  width:calc(100% + 40px);
}
.event-grid_pic p {
  line-height: 1.5em;
  color: #000;
  margin-bottom:1em;
  font-size:1em;
}
.event-grid_pic a{
  color:#000;
  float:left;
  overflow:hidden;
  position:relative;
  width: 100% !important;
}
.event-grid_pic a:hover,.event_gal h4 a:hover{
     color: #000;
     text-decoration:none;
}
.event-grid_pic a img{
transform:translate3d(-40px, 0px, 0px);
-webkit-transform:translate3d(-40px, 0px, 0px);
-moz-transform:translate3d(-40px, 0px, 0px);
transition:500ms;
-webkit-transition:500ms;
-moz-transition:500ms;
}
.event-grid_pic:hover a img{
transform:translate3d(0px, 0px, 0px);
-webkit-transform:translate3d(0px, 0px, 0px);
-moz-transform:translate3d(0px, 0px, 0px);
opacity:0.6;
-webkit-opacity:0.6;
-moz-opacity:0.6;
}
.event-time{
  background:#eee;
  padding:0.5em;
  display:inline-block;
  width:40%;
    border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.event-grid-sec:hover div.event-time{
  background:#c9c9c9;  
  color:#fff;
}
.latest-pics h3 {
  color: #ed645c;
  margin-bottom: 1em;
 
}
.event_gal h4 a {
  font-size: 1em;
  color: #000;
  margin: 7px 0;
  display: inline-block;
}
.event_gal p {
  line-height: 1.5em;
  color: #000;
  margin-bottom: 1em;
}
.welcome-pic {
  padding-right: 48px;
  padding-left: 0;
}
.footer{
  border-top:1px groove #ccc;
  padding:2em 0;
}
.ftr-grid1 h4,.news-ltr h4{
  font-size: 1.6em;
   font-family: 'Source Sans Pro';
   font-weight:400;
  color: #000000;
  margin:0em 0em 0.5em 0em;
}
.ftr-grid1 p ,.news-ltr p{
  color: #000;
  line-height: 1.8em;
  font-size:1em;
  padding-right:10px;
}
.social{
  margin-top: 1.3em;
}
.social ul li {
  display: inline-block;
  padding: 0em;
}
i.facebok {
  width: 45px;
  height: 45px;
  background:url(../images/social-icons.png)no-repeat -47px 2px ;
  float: left;
  vertical-align: middle;
}
i.facebok:hover{
  background: url(../images/social-icons.png)no-repeat 1px 2px;
}
i.twiter {
  width: 45px;
  height: 45px;
  background:url(../images/social-icons.png)no-repeat -47px -46px;
  float: left;
  vertical-align: middle;
}
i.twiter:hover{
  background: url(../images/social-icons.png)no-repeat 1px -46px;
}
i.in{
  width: 45px;
  height: 45px;
  background:url(../images/social-icons.png)no-repeat -47px -93px;
  float: left;
  vertical-align: middle;
}
i.in:hover{
  background:url(../images/social-icons.png)no-repeat 1px -93px;
}
i.goog {
  width: 45px;
  height: 45px;
  background: url(../images/social-icons.png)no-repeat -47px -141px;
  float: left;
  vertical-align: middle;
}
i.goog:hover{
  background: url(../images/social-icons.png)no-repeat 1px -141px;
}
.news-ltr form input[type="text"] {
  width: 72%;
  padding:11px 12px;
  float: left;
  color: #000;
  outline: none;
  background: none;
  border: none;
  background: #fff;
  border: 1px solid #eee;
}
.news-ltr form input[type="submit"] {
  width: 28%;
  color: #000;
  border: 2px solid #eee;
  outline: none;
  padding: 10px 12px;
  background: #eee;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  float: left;
}
.news-ltr form input[type="submit"]:hover{
    border: 2px solid #000000;  
  background: transparent;
  color:#000000;  
}
.news-ltr form{
  margin-top:2em;
}
.copywrite{
  padding:1.85em 0;
  
}
.copywrite p {
  color: #444;
  line-height: 1.8em;
  font-size:12px;
text-align:right;
}
.copywrite p a{
  color:#444;
}
/*--about--*/
.top-banner{
  
  min-height:30px;
}

.about {
  padding: 3em 0px ;
}
.about-top {
  padding-bottom: 3em;
  text-align:center;  
}
.about-top h3,h2.top,.gallery h3,.contact-top h3 {
  font-size: 6vw !important;
    letter-spacing: 1.5vw;
    text-transform: uppercase;
    font-family: 'Stint Ultra Condensed, Source Sans Pro';
    padding: 3vh 0px;
    color: #ddd;
    text-align: center;
}
.about-top p {
  color: #000;
  line-height: 1.8em;
  width:85%;
  margin:0 auto;
  font-size: 1em;
}
.about-bottom-left h3{
font-size: 1.4em;
  color: #000000;
  text-transform: uppercase;
}
.about-bottom-left p {
  color: #000;
  line-height: 1.8em;
  margin:1em 0;
}
.about-bottom-right img {
  width: 100%;
}
.elite-grid img{
  width:100%;
}
.our_blog{
  padding:3em 0;
}
.our_blog h3,.team h3{
  font-size: 2.2em;
  color:#000000;
  text-align: center;
  margin-bottom:1em;
  font-family: 'Source Sans Pro';
}
h3.prjt{
    font-size: 1.7em;
  color:#000000;
  text-align: left;
  margin-bottom:1em;
  font-family: 'Source Sans Pro';
}
.elite-grid h4 a {
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size:1.3em;
  margin: 10px 0;
  display: block;
  text-decoration: none;
}
.elite-grid h4 a:hover{
  color:#000;
}
.elite-grid p{
  color: #000;
  line-height: 1.8em;
  font-size:1em;
}
/* Caption Style 3 */
.cs-style-3 figure {
  overflow: hidden;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cs-style-3 figcaption {
  height: 84px;
    width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 31.5em) {
  .grid {
    padding-bottom: 3em;
  }
  .grid li {
    width: 100%;
    min-width: 265px;
  }
}
@media(max-width:1024px){
  .grid li {
    width: 23.6%;
  }
}
@media(max-width:768px){
  .cs-style-3 figcaption {
    height: 80px;
    }
   
}
@media(max-width:640px){
.ch-grid li {
    margin: -13px;
  }
ul.nav.navbar-nav.navbar-right {
    margin-right: 0;
    margin-left: 0;
}
.logo{left:-10px;}
.theinetrior{font-size:24px;}
.workshop{ font-size:25px;}
.logo-name{line-height:25px;}
.logo-image{margin:7px 10px 9px 0;}

.logo-image{width:34px; height:34px;}
.testimonial-right p{margin-top:0.5em; line-height:18px;}

}
@media(max-width:320px){
  .grid figure img {
    width: 100%;
  }
  .cs-style-3 figcaption {
    width: 100%;
    height: 85px;
  }
  .grid {
     padding-bottom: 1em;
  }
  
}
/*----*/
.pages {
  padding: 3em 0px;
}
h3.ghj {
  color: #000;
  font-size: 2em !important;
  margin: 0 0 1em;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
  padding: 2em 0;
}
.breadcrumb {
  margin-bottom: 3em !important;
}
.table {
  margin-bottom: 0;
}
.b4,.b5,.b6 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.bs-example h1, .bs-example hh2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
  margin: 0 0 10px;
}
/*-- --*/
/*--gallery-Part-Here --*/
.gallery {
  padding: 3em 0;
}
.gallery-bottom{
  margin-top:2em;
}
.gallery-left img{
  width:100%;
}
.gallery-left:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
  position: relative;
}
.gallery-grid img{
  width:100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid{
  position: relative;
}
.gallery-1{
  margin-top:25px;
}
.gallery-1:nth-child(1){
  margin-top:0;
}
/*--contact-Part-starts-Here --*/
.contact{
    padding:3em 0px;
}
.contact-top{
  text-align:center;
}
.contact-bottom iframe{
  width:100%;
  height:400px;
  margin-top:2em;
}
.contact-text{
  margin-top:2em;
}
.contact-left input[type="text"] {
  width: 32%;
  margin: 0px;
  color: #000;
  background: none;
  padding: 15px 10px;
  outline: none;
  border: 1px solid #333;
}
.contact-left textarea {
  width: 100%;
  color: #000;
  resize: none;
  background: none;
  height: 12.7em;
  padding: 15px;
  outline: none;
  border: 1px solid #333;
  margin-top: 1.4%;
}
.submit-btn input[type=submit] {
  color: #fff;
  padding: 9px 42px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  margin: 20px 0 0 0px;
  border: 3px solid #000000;
  background:#000000;
  outline: none;
}
.submit-btn input[type=submit]:hover{
  background:transparent;
  color:#000000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.address h5{
  color:#000000;
  font-size:1.2em;
  font-weight:700;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 0 6px;
}
.address p{
  color: #000;
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 1em;
}
.address p span{
  display:block;
}
.address p a{
  color: #000;
}
.address:nth-child(1){
  margin-bottom:2em;
}
/*--single--*/
.single{
  padding:3em 0;
}
.single-bottom img {
  max-width: 100%;
  margin:0 auto 15px;
  display: block;
}
.single-info p{
  font-size:0.95em;
  color:#000;
  line-height:1.8em;
margin-top:0.5em; 
}
.single-info h3{
  color: #000000;
  font-weight: 500;
  font-size: 1.3em;
  margin-top:1em;
}
.coment-form input[type="text"] {
  background: none;
  width: 100%;
  color: #000;
  margin: 0 0px 23px 0;
  font-size: 0.9em;
  padding: 12px 10px;
  outline: none;
  border:1px solid #999999;
}
.coment-form textarea {
  background: none;
  width: 100%;
  color:#000;
  font-size: 0.9em;
  resize: none;
  height: 185px;
  padding: 12px;
  outline: none;
  border: 1px solid #999999;
  }
.coment-form input[type="submit"] {
  width: 24%;
  color: #fff;
  border: 2px solid #000000;
  outline: none;
  padding: 10px 12px;
  background: #000000;
  margin-top:1.5em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.coment-form input[type="submit"]:hover {
    border: 2px solid #000000;
  background: transparent;
  color: #000000;
}
.coment-form h4 {
  margin-bottom: 22px;
}
.coment-form form{
  width:50%;
}
/*--//single-page--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: none;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*--responsive--*/
@media (max-width: 1440px){

}
@media (max-width: 1200px){
.nav > li > a{padding:2.2em 0.6em;}
}
@media (max-width: 1080px){
.search {
  margin: 1em 0 1em 10em;
}
.nav > li > a {
    padding: 1.45em 1em;
}
.banner1, .banner3 {

  background-size: cover;
    min-height: 570px;
}
.banner2 {
  min-height: 570px;
}
.caption {
  width: 64%;
  top: 32%;
  left: 5%;
}
.content-right h2 {
  font-size: 2em;
}

a.btn-right {
  width: 22%;
}
a.btn-left {
  width: 20%;
}
.caption {
  top: 25%;
  width: 59%;
}
/*.banner1{
  background: url(../images/banner1.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 560px;
}
.banner3 {
  background: url(../images/banner3.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 560px;
}
.banner4 {
  background: url(../images/banner4.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 560px;
}*/
.banner2 {
  min-height: 560px;
}
.content-right p {
  margin-top: 1em;
  font-size: 0.87em;
}
.service-info p, .projects-info p ,.service-box p{
  font-size: 0.87em;
}
.service-info p, .projects-info p {
  margin: 1em auto 0 auto;
}
.service-box h5 {
  font-size: 1.25em;
}
.testimonial {
  background: url(../images/pst.jpg) no-repeat 0px -133px;
  background-size: cover;
  padding: 2em 0;
  min-height: 257px;
}
.testimonial-grids {
  width: 100%;
}

.event-grid_pic p{
  font-size:0.87em;
}
.event-grid_pic h3 a {
  font-size: 0.75em;
}
.ftr-grid1 p, .news-ltr p {
  font-size: 0.87em;
}
.about-top h3, h2.top, .gallery h3, .contact-top h3 {
  font-size: 2.2em;
}
.about-top p {
  width: 94%;
  font-size: 0.87em;
}
.about-bottom-left h3 {
  font-size: 1.15em;
}
.about-bottom-left p,.elite-grid p, .teamdesc p{
  font-size:0.87em;
}
.teamdesc p.dn {
    margin-bottom: 10px;
}
.teamdesc.team-deschome {
    margin:0px;
}
.home .about-top h3.ex1 {
    padding: 0px;
}
.our_blog h3, .team h3 {
  font-size: 1.8em;
}
.contact-left input[type="text"] {
  width: 32.42%;
  padding: 10px 10px;
}
.contact-left textarea {
  height: 10.7em;
  padding: 11px;
}
}
@media (max-width: 1180px){
.logo img { max-width:80%;}
.nav > li > a{padding:2.25em 0.75em;}
.logo a {padding-right:0px;}
.navbar-default .navbar-nav > li > a {font-size:13px;}

}
@media (max-width: 1024px){
.logo h1 a {
  font-size: 0.85em;
}
.search {
    margin: .8em 0 .8em 9em;
}
}
@media (max-width:991px){
.service-info p, .projects-info p {
  width: 90%;
}
.toggle {
    display: flex;
}
 .navbar-header{
        display: block;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border-color: rgba(255,255,255,0.4);
}
}
@media (max-width: 991px){
.nav > li > a {
    padding: 1.45em 0.7em;
    font-size: .9em;
}
.col-md-4{float:left; width:50%;}
.logo a {
    padding: 0.5em 0.3em;
}
.logo{left:-10px; float:left;}
.theinetrior{font-size:32px; line-height:18px;}
.workshop{font-size:40px;}
.search {
    margin: .8em 0 .8em 7em;
    padding: 0 0.5em;
}
.navbar-header {
    width:100%;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
  clear:both;
}
.nav > li > a{padding:1em;}
.btn {
    padding: 6px 5px;
}
.search input[type="text"] {
    width: 78%;
}
.caption {
  top: 25%;
  width: 81%;
}
.caption h3 {
  font-size: 2.5em;
}
.caption p {
  font-size: 1em;
  width: 89%;
  margin-top: 1em;
}
.banner1, .banner3 , .banner2{
  min-height: 428px;
}
.content-right h2 {
  font-size: 1.65em;
}
.content-left {
  float: left;
  width: 50%;
}
.content-right {
float: left;
  width: 50%;
}
.content-right p {
  line-height:1.65em;
  font-size: 0.85em;
}
.service-info p, .projects-info p {
  width: 100%;
  line-height: 1.65em;
}
.service-info p, .projects-info p, .service-box p {
  font-size: 0.85em;
  line-height: 1.65em;
}
.service-box {
  width: 33.3%;
  float: left;
}
.testimonial {
    background: url(../images/pst.jpg) no-repeat 0px -222px;
  min-height: 229px;
}
.testimonial-right {
  width: 79%;
}
.testimonial-right p{
  font-size:0.85em;
  line-height:1.65em;
}
.event-grid-sec {
  width: 33.3%;
  float: left;
}
.event-grid_pic h3 a {
  font-size: 0.7em;
}
.event-grid_pic p {
  font-size: 0.85em;
}
.ftr-grid1 {
  width: 50%;
  float: left;
}
.news-ltr{
  width: 50%;
  float: left;
}
.ftr-grid1 p, .news-ltr p {
  font-size: 0.85em;
  line-height: 1.65em;
}
.event-time {
  padding: 0.3em;
  width: 68%;
}
.about-top p {
  width: 100%;
  line-height: 1.65em;
  font-size: 0.85em;
}
.about-top h3, h2.top, .gallery h3, .contact-top h3, .service-info h3, .projects-info h3 {
  font-size: 2em;
}
.about,.pages,.gallery{
  padding: 2em 0px;
}
.about-bottom-left h3 {
  font-size: 1.15em;
}
.about-bottom-left {
    padding-top:0px;
}
.about-bottom-right {
width: 50%;
float:left
}
.elite-grid {
  float: left;
  width: 33.3%;
}
.about-bottom-left p, .elite-grid p {
  font-size: 0.85em;
  line-height: 1.65em;
}
.elite-grid h4 a{
  font-size:1.2em;
}
.gallery-bottom {
  margin-top: 1em;
}
.gallery-grid {
  float: left;
  width: 25%;
}
.contact {
  padding: 2em 0px;
}
.contact-left {
  padding-left:0;
}
.contact-left input[type="text"] {
  width: 100%;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 1em 0px;
}
.contact-left textarea {
  height: 9em;
  margin-top:1em;
}
.contact-bottom iframe {
  height: 289px;
}
.contact-right {
  padding: 0;
  margin-top: 2em;
}
.contact-text {
  margin-top: 1em;
}
.single-info p {
  font-size: 0.85em;
}
.single-info h3 {
  font-size: 1.2em;
}
.coment-form form {
  width: 70%;
}
h3.prjt{
  font-size:1.35em;
}
}
@media (max-width: 768px){
.navbar-header {
    width: 100%;
}
.nav.navbar-nav.navbar-right{padding:0px 15px;}
.nav > li > a{padding:1em 0.7em;}
.logo{left:0px;}
.navbar-default .navbar-toggle .icon-bar{}
.navbar-toggle{margin-top:25px;}
.col-md-4{float:left; width:50%; padding:0px 10px;}
.tab_content img{margin-bottom:10px;}
}

@media (max-width: 640px){
.navbar-header {
    width: 100%;
}
.btn {
    padding: 0px 5px 4px;
}
.search {
    margin: .8em 0 .8em 12em;
    width: 44%;
    border: none;
}
.search input[type="text"] {
    width: 87%;
  display: inline-block;
  padding: 8px 0px 3px 4px;
}
.navbar-form {
  border:none;
  box-shadow: none;
}
.caption h3 {
  font-size: 2.3em;
}
.caption p {
  font-size: 0.9em;
}
.banner1, .banner3, .banner2 {
  min-height: 370px;
}
button.navbar-toggle{
    
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
    border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    
}
.navbar-default .navbar-nav > li > a {
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: s;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin:0;
}
.content-right {
  float: none;
  width: 100%;
}
.search input[type="text"] {
    width: 72%;
}
.ch-grid {
  margin: 20px 80px!important;
  width: 76%!important;
}
}

@media(max-width:480px){
.logo h1 a {
  font-size: 0.8em;
}
.logo a {
  padding: 1em 0.5em;
}
.search {
  width: 47%;
  margin: .8em 0 .8em 8em;
}
.caption h3 {
  font-size: 1.8em;
}
.caption p {
  font-size: 0.85em;
  line-height: 1.4em;
  width:100%;
}
a.btn-left {
  width: 20%;
  font-size: 0.8em;
}
a.btn-right {
  width: 25%;
  font-size: 0.8em;
}
.callbacks_tabs a:after {
  height: 14px;
  width: 14px;
}
.banner1, .banner3, .banner2 {
  min-height: 330px;
}
ul.callbacks_tabs.callbacks1_tabs {
  bottom: 18px;
  left: 42%;
}
.content-left {
  width: 100%;
  padding: 0;
}
.content-right {
  float: left;
  width: 100%;
  margin-top:1.5em;
  padding:0;
}
.content-right h2 {
  font-size: 1.2em;
}

.content {
  padding: 2em 0;
}
.service-info p, .projects-info p, .service-box p {
  font-size: 0.8em;
  line-height: 1.65em;
    width: 100%
}
.service-box {
  width: 100%;
  float: left;
}
.service-box:nth-child(2){
  margin:1.5em 0;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 2em;
}
.service-box h5 {
  font-size: 1.2em;
}
.testimonial-right h5 {
  font-size: 1.5em;
}
.testimonial-left {
  width: 13%;
}
.testimonial-right {
  width: 83%;
  margin: 0em 0 0 1em;
}
.testimonial-right p {
  font-size: 0.8em;
  line-height: 1.5em;
}
.testimonial {
  min-height: 214px;
}
ul.callbacks_tabs.callbacks2_tabs {
  left: 43%;
    margin-top: 1em;
}
.event-grid-sec {
  width: 100%;
  margin-bottom:1.5em;
  padding: 0;
}
.event-grids {
  margin: 2em 0 0 0;
}
.event-time {
  padding: 0.3em;
  width: 40%;
}
.projects {
  padding: 3em 0 2em 0;
}
.ftr-grid1 {
  width: 100%;
  margin-bottom: 1em;
  padding:0;
}
.news-ltr {
  width: 100%;
  padding:0;
  float: left;
}
.ftr-grid1 h4, .news-ltr h4 {
  font-size: 1.3em;
 } 
 .social {
  margin-top: 1em;
  text-align:center;
}
.news-ltr form {
  margin-top: 1em;
}
.news-ltr form input[type="text"]{
  font-size:0.85em;
  padding: 9.5px 12px;
}
.news-ltr form input[type="submit"]{
  font-size:0.85em;
  padding: 8px 12px;
}
.about-top h3, h2.top, .gallery h3, .contact-top h3 {
  font-size: 1.7em;
}
.about-top p {
  line-height: 1.5em;
  font-size: 0.8em;
}
.about-bottom-left {
  width: 100%;
}
.about-bottom-left h3 {
  font-size: 1em;
}
.about-top {
  padding-bottom: 1.5em;
}
.about-bottom-left p, .elite-grid p {
  font-size: 0.8em;
  line-height: 1.5em;
}
.about-bottom-right{
  width:100%;
}
.elite-grid {
  width: 100%;
}
.elite-grid:nth-child(2) {
  margin:1.5em 0;
}
.ch-grid {
  margin: 20px 52px!important;
  width: 76%!important;
}
.gallery-grid {
  width: 50%;
  margin-bottom: 1em;
}
.gallery-1 {
  margin-top: 0;
}
.coment-form form {
  width: 100%;
}
.single-info h3 {
  font-size: 1em;
}
.single-info p {
  font-size: 0.83em;
}
.coment-form textarea {
  height: 150px;
}
.coment-form input[type="submit"]{
  font-size:0.85em;
}
.single-bottom img {
  width: 100%;
}
.single {
  padding: 2em 0;
}
.top-banner {
  min-height: 63px;
}
.logo a, .logo h1 a{padding:0.5em  0.2em; }
.nav > li > a{padding:1em 0.7em;}
.col-md-4{float:left; width:100%; padding:0px 0px;}
.tab_content img{margin-bottom:10px;}
}
@media(max-width:320px){
.logo h1 a {
  font-size: 0.7em;
}
.logo {
    left: 0%;
}
.container-fluid {
    padding: 0;
}
.search {
  width: 47%;
  margin: .8em 0 .8em 6.5em;
}
.caption h3 {
  font-size: 1.4em;
}
.caption p {
  line-height: 1.4em;
  width: 100%;
}
a.btn-left {
  width: 36%;
}
a.btn-right {
  width: 36%;
}
ul.callbacks_tabs.callbacks1_tabs {
  bottom: 18px;
  left: 39%;
}
.caption {
  top: 20%;
  width: 81%;
}
.ourproject .col-md-4{padding:0px 5px;}
.banner1, .banner3, .banner2 {
  min-height: 305px;
}
.content-right h2 {
  font-size: 1.1em;
}
.content-right {
  margin-top: 1em;
}
.content-right p {
  line-height: 1.5em;
  font-size: 0.8em;
}
.service-info h3, .projects-info h3 {
  font-size: 1.45em;
}
.content {
  padding: 2em 0 1em;
}
.testimonial-left {
  width: 36%;
  margin: 0 auto;
  float: none;
}
.testimonial-right {
  width: 100%;
  margin: 1em 0 0 0em;
}
.testimonial {
  background: url(../images/pst.jpg) no-repeat 0px -143px;
  min-height: 343px;
}
 ul.callbacks_tabs.callbacks2_tabs {
  left: 38%;
}
.projects {
  padding: 2em 0 1em 0;
}
.event-grid_pic h3 a {
  font-size: 0.6em;
}
.event-grid_pic p {
  font-size: 0.8em;
}
.ftr-grid1 p, .news-ltr p {
  font-size: 0.8em;
  line-height: 1.5em;
}
.top-banner {
  min-height: 44px;
}
.about-top h3, h2.top, .gallery h3, .contact-top h3 {
  font-size: 1.45em;
}
.about-bottom-left{
  padding:0;
}
.about-bottom-right {
  padding: 0;
}
.our_blog {
  padding: 2em 0;
}
.our_blog h3, .team h3 {
  margin-bottom: 0.5em;
}
.copywrite p {
  line-height: 1.5em;
  text-align: center;
  font-size: 0.8em;
}
.ch-grid {
  margin: 19px 29px!important;
  width: 76%!important;
}
.gallery-grid {
  width: 100%;
  padding: 0;
}
.contact-left {
  padding: 0;
}
.contact-left input[type="text"] {
  padding: 6px 10px;
  font-size:0.85em;
}
.contact-left textarea{
  font-size:0.85em;
  padding:6px 10px;
}
.submit-btn input[type=submit] {
  padding: 9px 31px;
  font-size: 13px;
  margin: 15px 0 0 0px;
  outline: none;
}
.address:nth-child(1) {
  margin-bottom: 1em;
}
.address h5 {
  font-size: 1.1em;
}
.contact-right {
  margin-top: 1.5em;
}
.contact-bottom iframe {
  height: 218px;
}
.coment-form input[type="submit"] {
  font-size: 0.85em;
  padding: 7px 12px;
}
.news-ltr form input[type="text"] {
  width: 68%;
}
.news-ltr form input[type="submit"] {
  width: 32%;
}
}
.projects-info{margin-bottom:20px;}

.event-grid_pic > img{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.recent-main  .projects-info + .owl-carousel img{width:100%;}
.event-grid_pic:hover > img{
filter:grayscale(0%);
-webkit-filter:grayscale(0%);
}
.event-grid_pic h3 {
    clear: both;
    padding: 15px 0;
    text-align: center;
  font-weight:400;
  font-size:16px;
}
.ourproject .col-md-4{padding:0px 3px;}
.event-grid_pic{float:left; padding:3px 3px 0px 3px;background:#fff;}
.owl-controls.clickable{clear:both; padding-top:30px; margin:0px;}
.owl-wrapper-outer{float:left; width:100%;}
ul.tabbernav li {  list-style:none; display:inline-block; }
.content { padding:0; }
/* tab */

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height:auto;
    width: 100%;
  text-align:left;
}
ul.tabs li {
     
   display:inline-block;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #ccc;
    display: block;
    font-size: 1.2em;
    padding: 10px 20px;
   font-weight:400;
    outline: none;
}
ul.tabs li a:hover,
ul.tabs li.active a {
   /* background: #ddd;*/
  color:#000;
}   


.tab_container {
    clear: both;
    float: left; 
    width: 100%;
}
.tab_content {
    padding: 20px 0px;
    font-size: 1.2em;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tab_content img,.projects-info + .owl-carousel img {
    float: left;
  width:calc(100% + 40px);
}
.ourproject .title{padding:5vh 0px; font-size:40px; text-align:center;}
.ourproject
            {  
                 padding: 0px;
                margin-bottom:40px; 
            
            
            }
.project-main .item {
    float: left;
    width: 100%;
    padding-bottom: 10px;
  
}
.event-grid_pic a:after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
     background: rgba(0,0,0,0.0);
    position: absolute;
    content: "";
    z-index: 9;
    left: 0px;
    top: 0px;
}
.event-grid_pic a:after {
   
    width: 100%;
    height: 100%;
    
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.col-md-6.content-right{padding-bottom:20px;}
.example-image {
    width: 100%;
}
.col-sm-dix{float:left; width:15%; margin:20px 0.83% 0px}

single-bottom{margin-bottom:25px;}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li.current_page_item > a{color:#777}
.header-slider {

}
.archive_content{padding-left:20px; padding-top:10px;}
.news .first_news{width:30%; margin:0 1.6%; float:left; list-style:none;}
.first_news .imgbox img{width:100%;}
.news{margin-bottom:100px;}
.magazine_name {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  line-height:24px;
    text-transform: capitalize;
}
.magazine_date{
  font-size: 18px;
    margin-top:0px;
  line-height:24px;
    text-align: center;
    text-transform: capitalize;
}
.gallery-grid img,.colla_image img{ transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.gallery-grid img:hover,.colla_image img:hover{ }
@media(max-width:768px){
.magazine_name {
    font-size: 15px;
  line-height:20px;
}
.magazine_date{
  font-size: 13px;
  line-height:18px;
}
.about-top h3, h2.top, .gallery h3, .contact-top h3, .service-info h3, .projects-info h3{font-size:1.6em;}
ul.tabs li a{padding:5px 8px; font-size:1.1em;}
.top-banner{min-height:20px;}
.tab_content img{margin-bottom:5px;}
.event-grid_pic h3{padding:6px 0px;}
}
.ourteam{width:100%;}
.teamtitle{text-align:center; font-size:22px; margin:40px 0px 30px; font-weight:600;}
.colla_image img{
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    
}
.colla_image{text-align:center;}
.teamdesc {
    margin: 30px 0;
    text-align: left;
}
.event-grid_pic.grid_pic2 a img{transform:translate3d(0px, 0px, 0px); -webkit-transform:translate3d(0px, 0px, 0px); -moz-transform:translate3d(0px, 0px, 0px);}
.upcoming .single-bottom > img{filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%);}



figure.col-md-3.outer.gallery-grid {
    margin-bottom: 20px;
    padding:0px 10px;
}

@media(min-width:992px){
.project-main .col-md-4:nth-child(3n+1) {
    clear: both;
}
}
@media(max-width:991px){
.project-main .col-md-4:nth-child(2n+1) {
    clear: both;
}
    .teamdesc .dn {
        display:none;
    }
}
.home .footer ,
.home .copywrite{
  display: block;
}

.main-toggle:hover .dropdown-menu {
  display:block;
left: 0px;
}


.project-inner {
    display: block;
    text-align: left;
}
.project-outer {
    text-align: center;
    color:#777;
    font-size:  14px;
}

.project-name {
    font-size: 30px;
    color: #000;
    text-align:left;
   
    text-transform:uppercase;
}
.project-name span {
  font-size: 22px;
   text-transform:lowercase;
  
}
a.read-more {
    color: #000;
}
.picture figure {
    margin-bottom:20px;
}
.picture figure img {
    width:100%;
}

.picture figure {
  margin: 0px;
}
.outer.outer-single {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding: 0px 5px;
}
.outer.outer-double {
    width: 50%;
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
        .col-sm-dix{float:left; width:23%; display: inline-block; margin:10px 1% 0px}
.col-sm-dix .example-image {
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}
.single {
    padding:1em 0px;
}


.project-name {
    font-size: 26px;
}
.project-name span {
  font-size: 18px;
}





}


@media only screen and (max-width: 640px) {
        .col-sm-dix{float:left; width:31.3%; display: inline-block; margin:10px 1% 0px}
.col-sm-dix .example-image {
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}
.single {
    padding:1em 0px;
}
figure.col-md-3.outer.gallery-grid {
    margin-bottom: 8px;
    padding: 0px 4px;
}

.project-name {
    font-size: 22px;
}
.project-name span {
  font-size: 16px;
}


}

@media only screen and (max-width: 479px) {
    .container.ourproject {
        padding: 0px;
    }
    .logo a, .logo h1 a{
        padding : 0;
    }
    .logo h1 a{
        padding-left : 10px;
    }
    .navbar-toggle{
        margin-top : 0;
        margin-bottom : 0;
    }
    .top-header{
        padding : 15px 0;
    }
    .top-header .logo img{
        max-width : 80%;
    }
    .top-header .logo h1{
        line-height : 1;
        font-size : 0;
    }
    .navbar{
        min-height : auto;
    }
    .navbar-header{
        display: block;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .toggle-container {
        top:2px !important;
    }
    .top-header .logo{
        flex: 0 0 75%;
    }
    .navbar-toggle{
        margin-right : 0;
    }
    nav.navbar.navbar-default > .container-fluid{
        padding-left : 0;
        padding-right : 0;
    }
    .navbar-header::before,
    .navbar-header::after{
        display : none;
    }
    div#bs-example-navbar-collapse-1{
        margin-top : 15px;
    }


.project-name {
    font-size: 22px;
}
.project-name span {
  font-size: 16px;
}



}
.event-grid_pic h3 {
    position: absolute;
    top: 20px;
    background: transparent;
    padding: 0px;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    z-index: 999;
    text-transform:uppercase;
    /* left: -100%; 
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    */
}
.event-grid_pic:hover h3{
    left: 0px;
}
.event-grid_pic {
     padding: 0px;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    width: 100% !important;
}
.ourproject .event-grid_pic img {
    width:100% !important;
    
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}
.event-grid_pic:hover a img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.single .projects {
    display: none;
}
.swiper-button-prev{
    left : 25px !important;
    background-image : url(../images/arrow-left.png) !important;
    background-size:contain !important;
    width: 16px !important;
    height: 30px !important;
}
.swiper-button-next{
    right : 25px !important;
    background-image : url(../images/arrow-right.png) !important;
    background-size:contain !important;
    width: 16px !important;
    height: 30px !important;
}

.ex1 {
  opacity: 0;
}
.ex1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}

.ex2 {
  opacity: 0;
}
.ex2 span {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px){
.header-slider{padding:0px !important;}
.top-banner-new .project-outer {
    width: 90%;
    max-height: 400px;
    overflow-y:scroll;
}
 .event-grid_pic h3 {
        font-size: 0.9em;
    }
.about-bottom-left {
        padding-top: 20px;
    } 
    .social-icons a {
        width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px 5px;
    }
    .copywrite {
        padding: 0px 0;
        clear:both;
    }
    .col-md-6.ftr-grid1 {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom:0px;
    }
    .social-icons {
        margin: 0px;
        display: inline-block;
        width: 100%;
    }
    .owl-theme .owl-controls, .owl-pagination {
        display: none;
    }
    .copywrite p {
        text-align:center;
    }
}