@media (max-width:1899px){
 body{  font-size:15px; line-height: 26px;}
 .wrap { 
    padding: 0 60px;
}
 .h2{font-size:28px; }
 .title{ margin-bottom:35px;}
 .title.withBorder{ margin-bottom:70px;}
 .h3{font-size:18px;}
 .h4{ font-size:18px;}
 .h5{ font-size:22px;}
 .h5:after,  .h5:before{   height:3px; bottom:-10px;} 
 .h5:before{left:90px; width:15px;}
.logo img{ width:245px;}
.memu ul li{  padding:0 20px 10px;}
.header{padding:0px 0;}
.subMenu{ width:300px;}
.servicesBox h2{    font-size: 18px;
    border-top: 4px solid #84D546;
    padding: 20px 5px;
    line-height: 24px; }
.icon img{ width:80px; }
.businessBox .h4{ margin-bottom: 20px;}
.additionalList{  background:#fff; padding:15px 30px 15px 115px;}
.additionalIcon {width:82px;}
.additionalIcon img{width:35px;}
.footerBox ul li .contactIcon { 
    max-width: 65px;
    height: 55px;
    line-height: 50px;
}
.contactIcon img{width:65%;}
.footerBox ul li { margin-bottom: 20px;}
.iconBox img{width:50px;}
.iconBox{margin-top:30px;}
}
@media (max-width:1199px){
.wrap{ padding:0 10px;}
}
@media (max-width:767px){
.wrap{ padding:0 5px;}
.menu > ul{ background: #fff;     width: 80%;
    height: 100%; width: 80%;}
.menu{position: fixed;
    width: 100%; z-index:99999;
        left: -110%;
    top: 87px;
    background: rgba(0, 0, 0, .9);
    height: calc(100% - 87px); 
	transition: all .25s ease-in-out;}
.menu.open{left: 0;}
.menu > ul > li {  display:block; padding: 16px 25px;
    border-top: 1px solid #f1f1f1;
    text-align: left;}
.subMenu { 
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: none;
    padding: 0px 0 0 10px;
}
.menu ul .subMenu li:first-child{border-top:1px solid #f1f1f1;}
.menuIcon {
    position: absolute;
    right: 20px;
    top: 25px;
    background: #0e3762;
    width: 46px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
}
.menu-toggle {
    position: relative;
    border: 0;
    display: inline-block;
    width: 28px;
    height: 20px;
    background: 0 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 0;
    vertical-align: middle;
    transition: all .25s ease-in-out;
}
.menu-toggle:after, .menu-toggle:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-68%);
    transition: transform .25s ease-in-out;
}
.menu-toggle.is-active:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.menu-toggle.is-active:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.menu-toggle.is-active {
    border-color: transparent;
}
.servicesBox{margin-bottom:25px;}
.footerBox{margin:0px 0 25px;  
    box-shadow: none;
    padding: 0px 15px;}
.footer .wrap {
    padding: 0 10px;
}
.footerLinkBox{padding:0px;}
.additionalList { 
    padding: 15px 15px 15px 100px;
}
.footerTop {
    height: 0px;
}
.businessBox { 
    margin-bottom: 35px;
}

.header {
    padding: 10px 0;
}
.breadCrumb ul li { 
    padding: 0px 6px; 
}
.h2 {
    font-size: 25px;
}
.title {
       margin-bottom: 15px; padding: 0 15px;
}
.secPadding {
    padding: 25px 0 25px;
}
.widget {
    background: #F5F5F5;
    padding: 45px 35px;
    max-width: 335px;
}
.technology { 
    background-size: 100%; 
    padding-bottom: 235px;
}
}