/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
.row.hero-text-inner h1{font-size:35px;}


}
 @media only screen and (min-width: 768px) and (max-width: 999px) {
 #main-block-1{height:400px;}

}
 @media only screen and (min-width: 640px) and (max-width: 767px) {
 #main-block-1{height:400px;}
 .slider.animatex{
     display:none;
 }
.mobile-display{
     display:block !important;
 }

}
@media only screen and (min-width: 480px) and (max-width: 639px) {
 #main-block-1{height:450px;}
 .s-block .s-overlay{}
 .slider.animatex{
     display:none;
 }

}
@media only screen and (max-width: 479px) {
.row.hero-text-inner h1{
  margin: 40px 0 10px 0;
}
 #main-block-1{height:340px;}
 .s-block .s-overlay{;}
 .copyright_info .one_half{margin-bottom:0px !important;}

}
@media only screen and (max-width: 767px) {
#header{height:60px;}
.navicon-r{
position: fixed;
top:0;
width: 60px;
height: 60px;
right: 50%;
margin-right:-30px;
z-index: 99999;
}
.navicon-2{
 width: 35px;
 height: 35px;
 position: relative;
 margin: 15px auto;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 cursor: pointer;
}
.navicon-2 span{
display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #1D1D72;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.15);
box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.15);
}

.navicon-2 span:nth-child(1) {
  top: 0px;
}

.navicon-2 span:nth-child(2) {
  top: 14px;
}

.navicon-2 span:nth-child(3) {
  top: 28px;
}

.navicon-2.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navicon-2.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon-2.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu_main{display:none;}
.mobile-menu{
display:none;
position:absolute;
margin:0 0 0 0;
top:60px;
padding:0;;
width:100%;height:auto;
text-align:center;
list-style:none;
}
.mobile-menu.visible{
display:block;
}

.mobile-menu li{
width:100%;height:30px;
border-bottom:1px solid rgba(194, 194, 194, 0.5);
list-style:none;
background:rgba(247, 247, 247, 0.8);
}
.mobile-menu li:hover{
background:rgba(247, 247, 247, 0.9);
}

.mobile-menu li a{
display:block;width:100%;line-height:30px;
cursor:pointer;
font-weight:900;
color:#000000 ;
letter-spacing:1px;
}
#header .logo img{
height: 36px;margin:5px 0 0 1px;
}

#section-services{
padding: 00px 0 90px 0;
background:rgba(255, 255, 255, 1);
}

#section-services .container.services-container{
padding:0;
}

#section-services .s-block{
margin-bottom:0px; width:50%;float:left;
}

#section-services .s-block-3.s-block {
overflow:hidden;
background:blue;
}


.get-in-touch-block{
 padding:40px;text-align:center;
 }
#header .logo{height:60px;}

#main-block-2{
padding: 40px 40px 40px 40px;
}

.container .cta-inner{
padding:40px 0 0 0;
}

.fa-icon {
display: inline-block;
width: 36px;
height: 36px;
position: absolute;
}

#section-services .s-block h4{
  margin:5px auto;font-weight:600;
}



}
@media only screen and (max-width: 999px) {

.row.hero-text-inner{
padding: 60px 20px 0 20px;
}

.row.hero-text-inner h1{
font-size:25px;line-height:32px;
}


#section-services .container{
padding:0 40px;
}

#section-services .s-block{
 -webkit-box-shadow: 0px 0px 103px -4px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 103px -4px rgba(0,0,0,0.15);
box-shadow: 0px 0px 103px -4px rgba(0,0,0,0.15);
overflow:visible;
}

#section-services .front-services{
box-shadow:none;}
#section-services .row{
overflow:visible;
}
a.animBtn.hided{
display:none;
}

.s-block .s-after{
display:none !important;
opacity:0 !important;
visibility:hidden;
}

.s-block.open{
  z-index:1;overflow:hidden;
}

.s-block:hover .s-overlay{
width:100% !important;height:100% !important;
}

.s-overlay i{font-size:30px;}
.s-overlay h4{font-size:12px !important;line-height:12px;margin:5px auto;}
a.animBtn:link, a.animBtn{
width:100px;padding:0px 3px;font-size:11px;
}

a.animBtn:link, a.animBtn:visited{
  border:0px solid transparent;
}

.s-block .s-initial{
opacity:1 !important;visibility:visible !important;
}

.s-block:hover .s-transition-up{
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
transform:translateX(0px) translateY(0px);
opacity:1;
}

.our-client-block h1{
  text-align:center;
  margin:30px auto 30px auto;
  border-right:1px dashed #666666;
}

.text-inner .col-overlay i{
  bottom:80px !important;
}

.member-box-inner .btn-more{
  bottom:20px !important;
}

a.s-after-mobile {
position:absolute;width:100%;height:100%;
top:0;left:0;
z-index:999;
display:inline-block;
}

.our-client-block h1{
    border-right: 0px dashed #666666;    
}

}
