html, body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
    background: #F4F7F9;
    font-weight: 400;
}
img {
    border: none;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
a {
    color: #fff;
}
b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.svg-but{
    background:none;
    border:none;
    cursor:pointer;
}
main{
    display:flex;
    flex-direction: column;
    height:100%;
}
.noflex{
    display:block;
}
.welcomepage{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    background:rgba(0,0,0,0.7);
    z-index: 999999;
}
.welcomepage img{
    width:650px;
    border:10px solid #fff
}
.godown{
    position: fixed;
    top: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 999;
    border-radius:50%;
    cursor:pointer;
    background:#09055e;
    box-shadow:5px 5px 9px -7px #333;
    border:1px solid #fff;

}
.godown path {
    fill:#fff;
}
.upmoving path{
    fill:#fff;
}
.upmoving{
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    z-index: 999;
    border-radius:50%;
    cursor:pointer;
    background:#09055e;
    box-shadow:5px 5px 9px -7px #333;
    display:none;

}
header{
    position:fixed;
    z-index: 999;
    width:100%;
    top:25px;
    height:60px;
    transition:ease-in-out 1000ms all;
    
}
.head-container{
    text-align: left;
    display:flex;
    width:100%;
    background:rgba(255,255,255,0.9);
    vertical-align: top;
    position:relative;
    transition:ease 800ms all;
    padding: 0 0% 0 1%;
    box-shadow:5px 5px 17px -15px #000;
}
.logo{
    display: inline-block;
    padding: 0px 10px;
    margin: 5px 0 0 0;
    vertical-align: middle;
}
.logo img{
    transition:ease 800ms all;
    display: inline-block;
    vertical-align: middle;
    padding:5px;
    border-radius:50%;
    width:60px;
}
.logo span{
    font-weight:800;
    text-transform: uppercase;
    color:#09055e;
    display: inline-block;
    font-size:22px;
    vertical-align: middle;
    margin:0 0 0 10px;
}
.nav-icon{
    margin:0 0 0 25px;
    position:absolute;
    left:0;
    top:28px;
    display:none;
    transition:ease 800ms all;
}
.nav-icon svg{
    width:30px;
    height:30px;
}
.nav-icon svg path{
    fill:#adadad;
}
.main-menu{
    z-index: 9;
    transition:ease 800ms all;
    display:flex;
    flex:1;
    margin: 0 0 0 2%;
    flex-direction: row;
}
.main-menu ul{
    display:flex;
    flex-direction: row;
    flex:1;
}
.main-menu ul li{
    padding:0;
    margin:0;
    display:flex;
    flex:1;
    justify-content: center;
    position:relative;
    border-right:1px solid #f5f5f5;
}
.main-menu ul li:last-child{
    border:none;
}
.main-menu ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    font-size:14px;
    display:flex;
    padding:0px 10px;
    width:100%;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition:ease all 500ms;
}
.main-menu ul li svg{
    width:25px;
    height:25px;
    margin:0 10px 0 0;
}
.main-menu ul li span{
    margin:0px 0 0;
    font-size:12px;
    font-weight: 600;
    color:#333;
}
.main-menu ul li svg path, .main-menu ul li svg rect{
    fill:#333;
}
.main-menu ul li:hover{
    background:#09055e;
}
.main-menu ul li a:before{
    background:url(/Images/menu_arrow_top.png);
    content:"";
}
.main-menu ul li a:after{
    background:url(/Images/menu_arrow_below.png);
    content:"";
}
.main-menu ul li.active a{
    background:#09055e;
}
.main-menu ul li:hover svg path, .main-menu ul li.active a svg path, .main-menu ul li.active a span{
    fill:#fff;
}
.main-menu ul li:hover a span, .main-menu ul li.active a span{
    color:#fff;
}
.header-right{
    display:flex;
    flex-direction: row;
    align-items: center;
    position:absolute;
    right:0;
    transition:ease 800ms all;
    top:-22px;
}
.header-right p{
    color:#adadad;
}
.header-right p svg{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.header-right p svg path, .header-right p svg polygon{
    fill:#666;
}
.header-right p b{
    font-weight:600;
    margin:0 2em 0 5px;
    color:#2f2f2f;
}

.header-right a{
    padding:0 15px;
    border-left:1px solid #e6e6e6;
    text-decoration: none;
}
.header-right p b a{
    border:none;
    color:#666;
    font-weight:600;
    font-size:11px;
    padding:0 !important;
}
.header-right a:last-child{
    padding:0 25px 0 15px;
}
.header-right a svg{
    width:20px;
    height:20px;
}

.break-column{
    display:flex;
    flex-direction: row;
    width: 100%;
}
.flex{
    display:flex;
}
.center{
    justify-content: center;
}
.middle{
    align-items: center;
}
.shortHeader{
    margin:-25px 0 0 0;
    
}
.shortHeader .header-right{
    top:-18px;
}
.shortHeader .logo img{
    width:60px;
}
.shortHeader .main-menu{
    top:60px;
}
.container{
    flex:1;
    display:flex;
    height:100%;
    flex-direction: column;
}
.banner-container {
    align-items: center;
  }
  .banner-container .content{
      display:flex;
      width:100%;
      padding:100px;
      height:100%;
      left:0 !important;
      top:0 !important;
      flex-direction: column;
      align-items: center;
  }
  .banner-container h2{
    color:#fff;
    font-size:48px;
    font-weight:600;
    display:flex;
    margin:40px 0 20px 0 ;
    padding:0 0 0 15px;
    flex-direction: column;
    align-items: center;
    text-shadow: 1px 1px 8px #000;
    border-left:10px solid #ff931e;
  }

  .banner-container h2 small{
    font-size:13px;
    margin:10px;
  text-shadow:none;
    color:#000;
  }

  .slider-services{
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
  }
  .main-slider  .slider-services{
    align-content: flex-end;
    align-items: flex-end;
  }
  .slider-services .service-details{
      width:45%;
      padding:5%;
      border-radius:5px;
      margin:0 10px 0 0;

  }
  .slider-services .service-details p{
      color:#fff;
      font-size:14px;
      line-height:30px;
  }
  .slider-services .service-details .readmore{
      border:3px solid #fff;
      padding:10px 35px;
      border-radius:30px;
      color:#fff;
      font-weight:100;
      font-size:18px;
      margin:10% 0 0 0;
      background:#09055e;
      transition:ease all 800ms;
  }
  .slider-services .service-details .readmore:hover{
      background:#fff;
      color:#09055e;
  }
  .service-details h1{
      font-size:2vw;
      text-transform: uppercase;
      color:#fff;
      font-weight:600;
      margin:0 0 10%;
      display:flex;
      align-items: center;
  }

  .service-details h1 svg{
      width:20%;
      height:20%;
      margin:0 15px 0 0;
      background:#09055e;
      border-radius:50%;
      padding:10px;
  }
  .sp-slide[data-index='1'] .service-details h1, .sp-slide[data-index='2'] .service-details h1, .sp-slide[data-index='3'] .service-details h1{
      color:#09055e;
  }
  .sp-slide[data-index='1'] .slider-services .service-details p, .sp-slide[data-index='2'] .slider-services .service-details p, .sp-slide[data-index='3'] .slider-services .service-details p{
      color:#333;
      font-weight:600;
  }
  .slider-button{
    margin:5% 0 0 0;
    background:#ffc600;
    color:#fff;
    text-decoration: none;
    display:flex;
    flex-direction:row;
    align-items: center;
  }
  .slider-button span{
    padding:15px;
    background:#b44400;
  }
  .slider-button svg{
    width:25px;
    height:25px;
    transform: rotate(180deg);
  }
  .slider-button svg path{
    fill:#fff;
  }
  .slider-button strong{
    font-size:14px;
    font-weight:600;
    display:flex;
    padding:0 25px;
    flex-direction: column;
  }
  .slider-button strong small{
    font-size:10px;
    font-weight:600;
    color:#e6e6e6;
  }
  .slider-button strong em{
    font-style: normal;
  }
  .slider-button strong b{
    color:#000;
  }
  footer{
    background:#222;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    z-index: 999;
    position:fixed;
    bottom:-150px;
    justify-content: center;
    transition:ease all 1000ms;
}
.show-footer{
    bottom:0;
}
footer .foot-container{
    display:flex;
    align-items: center;
}
footer .foot-container p{
    color:#fff;
    padding:0 20px;
    font-size:11px;
    border-right:1px solid #333;
}
footer .foot-container .address-pan{
    display:flex;
    flex-direction: row;
}
footer .foot-container .address-pan address{
    color:#fff;
    font-size:12px;
    font-weight:100;
    font-style: normal;
    padding:0 20px;
    border-right:1px solid #333;
}
footer .foot-container .address-pan b{
    color:#ffc600;
    text-transform: uppercase;
    font-size:12px;
    display:block;
    text-align:left;
    margin:0 0 5px;
}
footer .foot-container .address-pan p{
    font-weight:100;
}
footer .foot-container p:last-child{
    flex:1;
    text-align: center;
}
footer .foot-container p a{
    color:#ffc600;
    text-decoration: none;
    transition:ease all 1500ms;
}
footer .foot-container p a:hover{
    border-bottom:1px solid #ffc600;
}
.content-details{
   
    display:flex;
    flex-direction: column;
}
.services{
    position:fixed;
    margin:0px 0 0 0;
    display:flex;
    flex:1;
    bottom:0;
    flex-direction: column;
    align-items: flex-end;
    
}
.service-style{
    position: inherit;
}
.services article{
    background:#09055e;
    padding:20px;
    border-right:1px solid #333;
}
.services .changbg{
    background:#222 !important;
}
.services h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:10px 0 10px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
    display:none;
}
.services p{
    font-size:12px;
    margin:0 0 25px;
    color:#999;
    line-height:26px;
    display:none;
}
.services svg{
    display:none;
}
.services hr{
    border:2px dashed #ffc600;
    width:120px;
    background:transparent;
    height:1px;
    margin:0 0 40px;
    display:none;
}
.service-container{
    display:flex;
    flex-direction: row;
    margin:0 auto;
    width:100%;
    position:relative;
    align-items: flex-end;
}
.article {
    position: static;
    perspective: 900px;
    display:flex;
    flex-direction: row;
    width:100%;
    justify-content: center;
  }
  .service-container article h1{
      font-size:22px;
      color:#ffc600;
      padding:0px 0 10px;
      display:block;
  }
  .service-container article p{
    font-size:12px;
    margin:0 0 25px;
    color:#999;
    display:block;
    line-height:26px;
}
  .article-box {
    top: 0%;
    width: 300px;
    height: 360px;
    transition: .5s all ease;
    transform: rotateX(60deg) scale(0.7);
    perspective: 900px;
    box-shadow: 0px 20px 50px #000;
    animation: entry 1s linear 1;
  }
  .article svg{
    width:100px;
    height:100px;
    
  }
  .article svg path{
      fill:#fff;
  }
  .service-style{
      text-align:center;
      align-items: center;
  }
  .service-style .readmore-cont{
      max-height:inherit;
  }
  .service-style .readmore-cont button{
      display:none !important;
  }
  .service-style svg{
      width:120px;
      height:120px;
      display:inline-block;
  }
  .service-style h1, .service-style p, .service-style hr{
      display:block;
  }

.team{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    padding:50px 0;
    position:relative;
    background:#fff;
}
.team-container{
    display:flex;
    align-items: center;
}
.team h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}
.team p{
    font-size:14px;
    margin:0 0 25px;
    color:#888;
}
.readmore-cont{
    overflow: hidden;
    text-overflow: ellipsis;
    max-height:50px;
    position:relative;
    transition:ease-in-out all 800ms;
}
.read-all{
    max-height:500px;
}
.team hr{
    border:2px dashed #ffc600;
    width:120px;
    background:transparent;
    height:1px;
    margin:0 0 40px;
}
.readmore-cont button{
    position: absolute;
    right: 0;
    bottom: 1px;
    display: none;
    color:#ffc600;
    border: none;
    font-size:10px;
    font-weight: 100;
    padding: 5px 10px 5px 20px;
    background:#09055e;
}
.readmore-cont button:before{
    content:"...";
    position: absolute;
    left: 5px;
    color:#ffc600;
}

.products{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    padding:50px 0;
    position:relative;
    background:#fff;
}
.product-container{
    display:flex;
    align-items: center;
}
.products h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}
.products p{
    font-size:14px;
    margin:0 0 25px;
    color:#888;
}
.client{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    padding:50px 0 100px;
    background:#f5f5f7;
}
.client-container{
    margin:0 auto;
    width:1130px;
}
.client h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
.client p{
    font-size:14px;
    margin:0 0 25px;
    color:#888;
}
.client hr{
    border:2px dashed #ffc600;
    width:120px;
    background:transparent;
    height:1px;
    margin:0 0 40px;
}
.careers{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    padding:50px 0;
    position:relative;
    background:#fff;
}
.careers-container{
    display:flex;
    align-items: center;
}
.careers h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}
.careers p{
    font-size:14px;
    margin:0 0 25px;
    color:#888;
}
.testimonials{
	display:flex;
	flex-direction: column;
	margin:0 auto;
    width:1130px;
    height: 400px;
}
.testimonials strong{
	color:#ec9114;
	text-align:center;
	font-size:20px;
	font-weight:600;
	background:rgba(255,255,255,0.1);
	padding:20px;
	margin:10px 0 10px;
	font-family:'Open Sans', sans-serif;
}
.related-details{
    position:fixed;
    right:-450px;
    height:100%;
    padding:0;
    width:450px;
    top:0;
    background:#f2f2f2;
    z-index: 999;
    overflow: auto;
    transition:ease 500ms all;
    text-align: center;
}
.rd-expose{
    right:0;
}
.related-details img{
    width:120px;
    border:1px solid #000;
    margin:5px;
}
.related-details a{
    display:inline-block;
}
.related-details iframe{
    width:120px;
    height:120px;
    border:1px solid #000;
    margin:5px;
}
.related-details span{
    color: #ffc600;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}
.newsEvents .related-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
    width:20px;
    height:20px;
}
.newsEvents .related-close path{
    fill:#fff;
}
.aboutus{
    display:flex;
    padding:15px 0;
    flex-direction: column;
}
.aboutus article{
    display:flex;
    width:1130px;
    margin:30px auto;
    flex-direction: column;
}
.vision h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
.vision .left{
    display:flex;
    flex-direction: column;
}
.vision .right{
    display:flex;
    flex-direction: column;
   align-items: flex-end;
}
.vision p{
    font-size:14px;
    margin:0 0 25px;
    color:#000;
    line-height: 30px;
}
.vision strong{
    font-size:16px;
    margin:0 0 25px;
    color:#333;
    line-height: 25px;
    font-weight: 600px;
}
.vision p.small{
    color:#333;
    font-size:10px;
    margin:0 0 5px;
}
.vision ul{
    padding:0 0 0 20px;
}
.vision ul li{
    font-size:14px;
    margin:0 0 25px;
    color:#333;
    line-height: 30px;
    font-weight: 300px;
}
.vision hr{
    border:2px dashed #ffc600;
    width:120px;
    background:transparent;
    height:1px;
    margin:0 0 40px;
}
.employers{
    display:flex;
    flex:1;
    flex-direction: column;
    align-items: center;
    padding:50px 0;
}
.employers h1{
    font-weight:100;
    font-size:32px;
    text-transform: uppercase;
    padding:0 0 10px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
.employers p{
    font-size:14px;
    margin:0 0 25px;
    color:#888;
}
.employers hr{
    border:2px dashed #ffc600;
    width:120px;
    background:transparent;
    height:1px;
    margin:0 0 40px;
}
.social-icons{
    margin:5px 0;
    padding:5px 0;
}
.social-icons i{
    font-family:FontAwesome;
    font-style: normal;
    font-size:20px;
    margin:0 5px;
}
.fa-facebook-square{
    color:#0058d2;
}
.fa-twitter-square{
    color:#219fe7;
}
.fa-instagram{
    color:#f64117;
}
.emp{
    display:flex;
    flex-direction: row;
    margin:30px;
    flex:1;
}
.emp figure{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 20px 0 0;
    border: 1px solid #515252;
    overflow: hidden;
}
.emp figure img{
    width:200px;
}
.emp .emp-details{
    flex:1;
}
.emp .emp-details h5{
    text-transform: uppercase;
    font-weight:300px;
    font-size:13px;
    margin:0 0 5px;
}
.employers section{
    display:flex;
    flex-direction: row;
}
.emp .emp-details small{
    color:#515252;
    font-size:11px;
    text-transform: none;
}
.emp .emp-details p{
    font-size:13px;
    color:#888;
    margin:10px 0;
    line-height:25px;
}
.careers{
    background:url(/Images/career-in.jpg) no-repeat right top #fff;
    display:flex;
    flex-direction: column;
}
.error {
    position:absolute;
    right:0;
    background:#c20e0e;
    line-height:16px;
    padding:2px 5px;
    color:#fff;
    font-weight: 300;
    font-size:10px;
    bottom:0;
    transition:ease 800ms all;
}
button {
    cursor: pointer;
}
.success {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
    background:rgba(0,93,26,0.8);
    color:#fff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.success i{
    font-family: fontawesome;
    margin: 0 15px 0 0;
    font-size: 38px;
}
.form{
    display:flex;
    justify-content: center;
}
.form{
    display:flex;
    flex-direction: column;
    width:650px;
}
.form p{
    display:flex;
    flex-direction: row;
    align-items: center;
    position:relative;
}
.form p label{
    font-size:14px;
    font-weight: 600;
    width:150px;
    color:#000;
    text-align:right;
    padding:0 15px 0 0;

}
.form p input{
    border:1px solid #ccc;
    padding:15px 20px;
    width:80%;
    font-size:13px;
    color:#000;
}
.form p textarea{
    border:1px solid #ccc;
    padding:15px 20px;
    width:80%;
    font-size:13px;
    color:#000;
    height:200px;
}
.form p button{
    margin:0 0 0 0;
    background:#ffc600;
    color:#fff;
    text-decoration: none;
    border:none;
    padding:10px 20px;
  }
 
.client-logos{
    text-align: center;
}
.client-logos img{
    width:250px;
    margin:15px;
}
.client-logos div{
    display:inline-block;
    vertical-align: top;
    margin:15px;
}
.flexslider{
    margin: 85px 0 60px !important;
  }
  .flexslider .flex-viewport li{
      position:relative;
  }
  .flexslider h2{
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    font-size: 45px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffc600;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
  }

  .flex-direction-nav a.flex-prev{
    left:0px;
  }
.flex-direction-nav a.flex-prev::before{
    font-family:fontAwesome;
    content:"\f053" !important;
    color:#ffc600;
    
}
.flex-direction-nav a.flex-next{
    right:42px;
}
.flex-direction-nav a.flex-next::before{
    font-family:fontAwesome;
    content:"\f054" !important;
    color:#ffc600;
    
}
.d-publications .specialmen{
    background:#034f6c;
}
.d-publications .flexslider h2{
    color:#034f6c;
    }
.contactus{
    background:none;
    display:flex;
}
.contactus-container{
    margin:0 auto;
    width:1130px;
}
.contactus article{
    border-right:1px solid #e9e9e9;
    padding:10px;
    margin:10px;
    display:flex;
    flex-direction: column;
}
.contactus h5{
    color:#ffc600;
    font-size:16px;
    font-weight:600;
    padding:0 0 10px;
}
.contactus p{
    color:#515252;
    font-size:13px;
    margin:5px 0;
    width:100%;
}
.contactus p span{
    font-weight: 600;
}
.contactus article a{
    color:#ffc600;
}
.contactus article a:hover{
    text-decoration: none;
}
.contactus .branches{
    display:flex;
    flex-direction: row;
}
.contact-form{
    display:flex;
    flex-direction: column;
}
.contact-form .employers hr{
    margin:0 0 15px;
}
.contact-form .employers .con-det{
    text-align: center;
    line-height: 18px;
    margin: 0 0 31px;
    font-size: 12px;
    color:#fff;
    background:#ffc600;
    padding: 10px;
}
.contact-form article{
    width:auto;
}
.contact-form article.employers{
    background:#fff;
}

@media screen and (min-width: 980px)and (max-width: 1179px){
    .service-container article h1{
        font-size:13px;
    }
    .service-style svg{
        width:80px;
        height:80px;
    }
    
    .service-container, .fast-delivery-container, .testimonials, .client-container, footer .foot-container{
        width:98%;
        margin:0 1%;
    }
    .aboutus article{
        width:98%;
        margin:0 1%;
    }
    .careers{
        background-size:60%;
    }
    .contactus-container{
        width:98%;
        padding:0 2%;
    }
    
}
@media screen and (min-width: 750px)and (max-width: 979px){
    .service-container article h1{
        font-size:10px;
    }
    .service-style svg{
        width:80px;
        height:80px;
    }
    .main-menu ul li span{
        font-size:10px;
    }
    .service-container, .fast-delivery-container, .testimonials, .client-container, footer .foot-container{
        width:98%;
        margin:0 1%;
    }
    .services{
        position: inherit;
    }
    .service-container{
        flex-direction: column;
    }
    .aboutus article{
        width:98%;
        margin:0 1%;
        
    }
    .slick-slide img{
        width:75px;
    }
    .emp{
        flex-direction: column;
    }
    .services article{
        padding:1%;
    }
    .services article svg{
        width:50px;
        height:50px;
    }
    .services article h2{
        font-size:12px;
    }
    
}
@media screen and (min-width: 600px)and (max-width: 749px){
    .service-container article h1{
        font-size:10px;
    }
    .service-style svg{
        width:80px;
        height:80px;
    }
    .main-menu ul li span{
        display:none;
    }
    .service-container, .fast-delivery-container, .testimonials, .client-container, footer .foot-container{
        width:98%;
        margin:0 1%;
    }
    .services{
        position: inherit;
    }
    .service-container{
        flex-direction: column;
    }
    .aboutus article{
        width:98%;
        margin:0 1%;
    }
    .services article{
        padding:5%;
    }
    .services article svg{
        width:60px;
        height:60px;
    }
    .services article h2{
        font-size:12px;
    }
    .careers{
        background-size:60%;
    }
    .sp-horizontal .sp-previous-arrow{
        left:55px;
    }
    .sp-horizontal .sp-next-arrow{
        right:55px;
    }
    .team{
        padding:2% 4%;
    }
    .team h1{
        text-align: center;
    }
    .newsEvents{
        width:320px;
    }
    .related-details{
        width:320px;
    }
    footer{
        font-size:10px;
        padding:10px;
    }
    footer .foot-container{
        flex-direction: column;
    }
    .circle-details svg, .info p{
        display:none;
    }
    .circle-details{
        margin:10px;
        padding:20px
    }
    .fast-delivery-container{
        flex-direction: column;
    }

    .slick-slide img{
        width:18% !important;
    }
    .client .slick-slide img{
        width:90% !important;
    }
    .article-box{
        height:260px;
    }
    .article svg {
        width: 11vw;
        height: 11vh;
    }
    .info{
        width:100%;
        padding:0;
    }
    .info h3{
        margin: 0 0 35px;
        font-size: 14px;
    }
    .slick-prev, .slick-next{
        height:40px;
    }
    .vision p, .vision strong, .vision ul{
        width:100%;
    }
    .vision .right{
        align-items:flex-start;
    }
    .employers section{
        flex-direction: column;
    }
    .emp figure{
        width:150px;
        height:150px;
    }
    .emp figure img{
        width:150px;
    }
    .d-content{
        background:none;
    }
    .flexslider{
        margin: 120px 0 60px !important;
    }
    .flexslider h2{
        font-size:20px;
    }
    
    .slick-dots{
        bottom:-58px !important;
    }
    .healthcare, .aboutus{
        background:none;
    }
    .slick-prev, .slick-next{
        height:40px !important;
    }
    
    form{
        width:100%;
    }
    .form{
        width:96%;
        margin:0 2%;
    }
    .form p{
        flex-direction: column;
    }
    .form p label{
        text-align: left;
        width:100%;
    }
    .form p textarea, .form p input{
        width:100%;
    }
    .contactus-container{
        width:98%;
        padding:0 2%;
    }
    .contactus p{
        line-height: inherit;
    }
    .contactus .branches{
        flex-direction: column;
    }
    .pk_testimonial_grid_pos{
        top:-23px;
    }
    .team .slick-slide img{
        width:40% !important;
    }
    
    .sp-thumbnail > div {

        display: none;
    
    }
    .banner-container h2{
        font-size:18px;
    }
}
@media screen and (max-width: 599px){
    .logo span{
        display:none;
    }
    .service-container article h1{
        font-size:10px;
    }
    .service-style svg{
        width:80px;
        height:80px;
    }
    .main-menu ul li span{
        display:none;
    }
    .service-container, .fast-delivery-container, .testimonials, .client-container, footer .foot-container{
        width:98%;
        margin:0 1%;
    }
    .services{
        position: inherit;
    }
    .service-container{
        flex-direction: column;
    }

    .aboutus article{
        width:96%;
        margin:0 2%;
    }
    .services article{
        padding:5%;
    }
    .services article svg{
        width:60px;
        height:60px;
    }
    .services article h2{
        font-size:12px;
    }
    .fast-delivery-container{
        flex-direction: column;
    }
    .careers{
        background-size:60%;
    }
    .sp-horizontal .sp-previous-arrow{
        left:55px;
    }
    .sp-horizontal .sp-next-arrow{
        right:55px;
    }
    .team{
        padding:4% 4%;
    }
    .team h1{
        text-align: center;
    }
    .newsEvents{
        width:320px;
    }
    .related-details{
        width:320px;
    }
    footer{
        font-size:10px;
        padding:10px;
    }
    footer .foot-container{
        flex-direction: column;
    }
    .circle-details svg, .info p{
        display:none;
    }
    .circle-details{
        margin:10px;
    }
    .team .slick-slide img{
        width:30% !important;
        background:#fff;
        border-radius: 0;
    }
    .client .slick-slide img{
        width:90% !important;
    }
    .article-box{
        height:260px;
    }
    .article svg {
        width: 11vw;
        height: 11vh;
    }
    .info {
        width:100%;
        padding:0;
    }
    .info h3 {
        margin: 0 0 35px;
        font-size: 14px;
    }
    .slick-prev, .slick-next {
        height:40px;
    }
    .vision p, .vision strong, .vision ul {
        width:100%;
    }
    .vision .right {
        align-items:flex-start;
    }
    .employers section {
        flex-direction: column;
    }
    .emp figure{
        width:150px;
        height:150px;
    }
    .emp figure img{
        width:150px;
    }
    .d-content{
        background:none;
    }
    .flexslider{
        margin: 120px 0 60px !important;
    }
    .flexslider h2{
        font-size:20px;
    }

   
    .slick-dots{
        bottom:-70px !important;
    }
    .healthcare, .aboutus{
        background:none;
    }
    .slick-prev, .slick-next{
        height:40px !important;
        top:50%;
    }
    .features-container{
        flex-direction: column;
        width:96%;
        margin:0 2%;
    }
    .features ul{
        margin:20px 0 0 0;
    }
    form{
        width:100%;
    }
    .form{
        width:96%;
        margin:0 2%;
    }
    .form p{
        flex-direction: column;
    }
    .form p label{
        text-align: left;
        width:100%;
    }
    .form p textarea, .form p input{
        width:100%;
    }
    .contactus-container{
        width:98%;
        padding:0 2%;
    }
    .banner-container h2{
        font-size:18px;
    }
    .vision h1{
        font-size:22px;
    }
    .contactus p{
        line-height: inherit;
    }
    .contactus .branches{
        flex-direction: column;
    }

    .pk_testimonial_grid_pos{
        top:-23px;
    }
    footer .foot-container .address-pan{
        display:none;
    }

 }