* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* <style>
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  font-family: "Poppins", sans-serif;
  </style>     */

body {
  font-family: "Poppins";
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0px;
  list-style: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.wrapper, .page-id-5 footer{margin-top:90px;}

.main-heading{
  color:#303030;
  font-size:38px;
  text-transform:uppercase;
  font-weight:700;
}

.para{
font-size: 16px;
line-height: 28px;
color: #303030;
font-weight: 400;
margin-bottom:12px;
}

.para:last-child{
  margin-bottom:0px;
}

.para h3{
	color:#306a44;
	padding:7px 0px;
	font-weight:700;
}

.read-more{
  transition:all 0.5s ease 0s;
  background: rgb(48,106,68);
background: linear-gradient(-270deg, rgba(48,106,68,1) 0%, rgba(134,147,76,1) 100%);
color:#fff;
display:inline-block;
padding:13px 32px;
border-radius:50px;
}

.read-more:hover{
  transition:all 0.5s ease 0s;
  background: rgb(48,106,68);
background: linear-gradient(270deg, rgba(48,106,68,1) 0%, rgba(134,147,76,1) 100%);
}

/* banner */

.ms-slide-info.ms-dir-h{width:40% !important;}

.master-slider {
  position: relative !important;
}


.ms-slide-bgcont:before{
  content:"";
  position:absolute;
  background: linear-gradient(270deg, #ffffff00 0%, rgba(157, 205, 232, 0.014443277310924318) 39%, #306a44eb 71%, #306a44 100%);
width:100%;
height:100%;
top:0px;
}

.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left: 9%;
  transform: translate(0%, -50%);
}


.ms-slide-info h4{
  color:#fff;
  font-size:30px;
  font-weight:500;
  margin-bottom:11px;
}

.ms-slide-info h5{
  color:#fff;
  font-weight:700;
  font-size:48px;
  text-transform:uppercase;
  margin-bottom:11px;
}

.ms-slide-info h5 span{
  color:#899649;
}

.ms-slide-info p{
  color:#fff;
  font-size:16px;
  font-weight:400;
  margin-bottom:13px;
	line-height:24px;
}

.ms-info .button1{
  border:1px solid #593501;
  padding:13px 32px;
  transition:all 0.5s ease 0s;
  background:#593501;
  color:#fff;
  border-radius:50px;
  margin-top:10px;
  display:inline-block;
}

.ms-info .button1:hover{
  border-color:#fff;
  background:inherit;
  color:#fff;
  transition:all 0.5s ease 0s;
}

.ms-info .button2{
  padding:13px 32px;
  transition:all 0.5s ease 0s;
  border:1px solid #fff;
  background:#fff;
  color:#593601;
  border-radius:50px;
  margin-top:10px;
  display:inline-block;
}

.ms-info .button2:hover{
  background:inherit;
  color:#fff;
  transition:all 0.5s ease 0s;
}

.ms-skin-default .ms-nav-prev{
  background:url(../images/banner-left-arrow.png) no-repeat 0 0 !important;
  width:32px !important;
  height:60px !important;
  display:block;   
  transition:all 0.5s ease 0s;                         
}

.ms-skin-default .ms-nav-prev:hover{
  transform:scale(1.05);
  transition:all 0.5s ease 0s; 
}

.ms-skin-default .ms-nav-next{
  background:url(../images/banner-right-arrow.png) no-repeat 0 0 !important;
  width:32px !important;
  height:60px !important;
  display:block;  
  transition:all 0.5s ease 0s;                           
}

.ms-skin-default .ms-nav-next:hover{
  transform:scale(1.05);
  transition:all 0.5s ease 0s; 
}

/* top-bar */

.top-bar{padding:12px 0px;background:#593501;}

.top-bar ul li{float: left;padding:0px 12px;color:#fff;border-right:1px solid #ffffff70;}
.top-bar ul li:last-child{border-right:0px;}

/* menu */

.menu-bar.darkHeader {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 2px 2px 3px 2px #0000000f;
  }

  .menu-bar {
    position: relative;
    top: 0px;
    background: #fff;
    z-index: 2;
    }
  
  .darkHeader {
    transition: all 0.5s ease-in-out;
    animation: slideDown 0.7s ease-in-out;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
  
    to {
      transform: translateY(0);
    }
  }

.logo{
  background:#fff;
  padding:5px;
  border-radius:50%;
  position:absolute;
  z-index:1;
  top:0px;
}

.menu ul{float:left;}
.menu ul li{font-size:16px;margin:0px 20px;}
.menu ul li a{color:#2e2e2e;padding:33px 0px;display:block;}

/* about-us */

.image-group{
  position: relative;
}

.about2-img{
  position:absolute;
  bottom:-59px;
  right:-67px;
  border-radius: 20px;
}

.icon-text{
  background:#366d45;
  border-radius:20px 0px 20px 20px;
  padding:34px 26px;
  position:absolute;
  top:58px;  
  left:217px;          
  text-align:center;
  font-size:20px;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
}

.icon-text::before {
  position: absolute;
  content: "";
  background: #366d45;
  width: 37px;
  height: 37px;
  clip-path: polygon(100% 58%, 0 0, 1% 58%);
  top: -21px;
  right: 0px;
  z-index: -1;
}

.icon-text span{
  font-size:32px;
}

.shape-img {
  position: absolute;
  right: -25px;
  z-index: -1;
  top: -17px;
  
}

/* service */

.service{
  margin-top:149px;
  padding:80px 0px;
  background:url(../images/service-bg.png) no-repeat 0 0;
  width:100%;
  background-size:cover;
  overflow:hidden;
}

.service:before{
  background:url(../images/service-texture.png) no-repeat 0 0;
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background-size:cover;
  top:33px;
}

.service .container{
  position: relative;
  z-index:2;
}

.card{
  background:inherit;
}

.card-title{
  text-align:center;
  font-size: 18px;
text-transform: uppercase;
color: #303030;
font-weight: 700;
border-top:1px solid #0000002d;
margin-bottom:0px;
padding: 13px 16px;
line-height:22px;
}

.service .card-title{
  transition:all 0.5s ease 0s;
}

.service .card-title:hover{
  transition:all 0.5s ease 0s;
  background:#336b44;
  color:#fff;
}

/* why choose us */

.wcs-card-grp .col-lg-2{
	width:20%;
}


.wcs-card-grp .card{
  border:0px;
  background:#336b44;
  border-radius:15px !important;
  padding:12px 0px 6px 0px;
  position: relative;
  transition:all 0.5s ease 0s;
}

.wcs-card-grp .card:hover{
  transition:all 0.5s ease 0s;
  background:#6d874a;
}

.icon-box{
  background:#6d874a;
  width:57px;
  height:57px;
  line-height:57px;
  border-radius:50%;
  text-align:center;
  margin: auto;
  transition:all 0.5s ease 0s;
}

.wcs-card-grp .card:hover .icon-box{
  transition:all 0.5s ease 0s;
  background:#336b44;
}

.wcs-card-grp .card-title{
  border-top:0px;
  font-size:20px;
  padding:0px;
  text-transform:capitalize;
  color:#fff;
  padding-top:10px;
  font-weight:600;
}

.wcs-card-grp .card-text{
  font-size: 14px;
line-height: 21px;
color: #ffffff;
font-weight: 400;
text-align:center;
padding-top:7px;
}

.wcs-btn {
  border:1px solid #6d8749;
  padding: 7px 15px;
  font-size: 12px;
  background: #6d8749;
  border-radius: 50px;
  color: #fff;
  margin: auto;
  display: table;
  margin-top:12px;
  transition:all 0.5s ease 0s;
}

.wcs-btn:hover{
  background:inherit !important;
  border-color:#fff;
  color:#fff;
  transition:all 0.5s ease 0s;
}

.wcs-card-grp .card:hover .wcs-btn{
  transition:all 0.5s ease 0s;
  background:#336b44;
}

/* career */

.career-sec{
  background:#336b43;
  padding:82px 0px;
  position: relative;
}

.career-sec .container{
  position: relative;
  z-index:1;
}

.career-sec:before{
  content:"";
  position:absolute;
  background:url(../images/career-sec.jpg) no-repeat 0 0;
  width:100%;
  height:100%;
  top:0px;
  opacity:0.1;
  background-size:cover;
}

.big-para{
  color:#fff;
  font-size:18px;
}

.career-sec-heading{
  font-size: 38px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
}

.career-sec .read-more{
  border:1px solid #fff;
  background:#fff;
  color: #336b43;
  transition:all 0.5s ease 0s;
  margin:auto;
  display:table;
}

.career-sec .read-more:hover{
  background:inherit;
  color:#fff;
  transition:all 0.5s ease 0s;
}

/* testimonials */

.sp-testimonial-free{
  background:#fff !important;
  padding:40px 25px;
  box-shadow:0px 0px 9px 0px #0c0d0c0c;
  position: relative;
  margin:10px;
  border-radius:20px !important;
  
}

.sp-testimonial-client-image{
  text-align:left !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
  padding:0px !important;
  text-align:left !important;
  font-size:14px !important;
  
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
  margin-bottom:10px !important;
}

.sp-testimonial-client-name{
  font-size:16px !important;
  color:#262626 !important;
  font-weight:600 !important;
  position: absolute;
    top: 76px;
    left: 112px;
}

.sp-testimonial-client-rating{
  position: absolute;
    top: 55px;
    left: 112px;
}

.sp-testimonial-client-designation{
  font-size:14px !important;
  text-align:right !important;
  font-style:italic !important;
}

.fa-angle-left:before {
  background: url(../images/left-arrow.png) no-repeat 0 0 !important;
  width: 32px;
  height: 50px;
  display: block;
  transition: all 0.5s ease 0s;
}

.fa-angle-right:before {
  background: url(../images/right-arrow.png) no-repeat 0 0 !important;
  width: 32px;
  height: 50px;
  display: block;
  transition: all 0.5s ease 0s;
}

.fa-angle-left:hover:before, .fa-angle-right:hover:before {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
  transform:translateY(0) !important;
}

/* footer */

footer{
  background:#000;
  padding:70px 0px 30px 0px;
}

.footer-heading{
  font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom:10px;	
}

.footer-menu{
  font-size: 14px;
}

.footer-menu li{
line-height: 34px;
font-weight: 400;

}

.footer-menu li a:hover{
  transition:all 0.5s ease 0s;
  color: #b2ffcd;
}

.footer-menu li a{
  color: #ffffff;
  transition:all 0.5s ease 0s;
}

.social-icons li span {
  background: #2f6943;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.social-icons li span:hover {
  transition:all 0.5s ease 0s;
  background: #6d874a;
}

/* scroll to top */

#top {
  background-color: #2f6943;
  border-radius: 50px 50px 50px 50px;
  bottom: 0;
  color: #ffffff;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0;
  z-index: 10000;
  font-size: 0;
  border: 0;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  outline: none;

  .fa-chevron-up {
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-size: 22px;
  }
}
#top.show {
  opacity: 1;
}

.copyright{
  background:#000;
  padding:20px 0px;
  border-top:1px solid #ffffff30;
  font-weight:300;

}

.copyright p{
  color:#fff;
  text-align:center;
}


.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
  background-size: cover !important;
  max-width: 100% !important;
  padding: 140px 0 140px !important;
  /* margin: 0 0 50px !important; */
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
position: relative;
  font-size: 32px;
font-weight: 600;
  text-transform: none;
  z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
  width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #b2ffcd;
}
.page {
margin-top: 0 !important;
}

/* inner-pages */

.inner-heading {
    font-size: 30px;
    color: #303030;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-heading span {
    color:#2f6943;
}

.inner-sub-heading {
    font-size: 26px;
}

.entry-content img{
	border-radius:15px;
}

.career-sec-sub-heading {
    font-size: 26px;
    color: #f1f5ff;
    font-weight: 700;
}

.point-sec {
    padding-left: 23px;
    margin-bottom: 5px;
    display: inline-block;
}

.point-sec li {
    font-size: 16px;
    line-height: 27px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.point-sec li:before {
    content: "";
    position: absolute;
    background: url(../images/check.png) no-repeat 0 0;
    width: 16px;
    z-index: 1;
    height: 16px;
    top: 7px;
    left: -26px;
    background-size: contain;
}

.half-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.half-list ul li {
    width: 50%;
}

/* Contact Us */

.ref_form_box {
    background-color:#2f6943;
    padding:35px;
/*     margin-bottom: 30px; */
    border-radius: 10px;
	box-shadow:0 0.5rem 0.8rem rgba(0, 0, 0, 0.10);
	position:relative;
}

.ref_form_box:before {
    content: "";
    position: absolute;
    background: url(../images/contact-form-texture.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	left:0;
	top:0;
}

.ref_form_box p {
    margin-bottom: 0 !important;
}
.ref_form_box_heading {
    color:#232323;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
}
.ref_form_box_heading strong {
    color: #2f6943;
    font-weight: bold;
}
.ref_form_box_label {
    color:#fff;
    margin-top: 15px;
}

.ref_form_box_input input {
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border:1px solid #ccc;
    color: #555;
	background:#fff;
	margin-bottom:0px;
	border-radius:5px;
	font-weight:400;
}
.ref_form_box_input select {
/*     background: url("../images/dropdown.png") #fff no-repeat center right 10px; */
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    color: #555;
    padding: 10px 30px 10px 12px;
/*     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
	background:#fff;
}
.ref_form_box_input textarea {
    resize: none;
    height: 144px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
	border-radius:5px;
}
.ref_form_box .contact_btn input {
    font-weight: 400;
    background: #fff !important;
	color:#2f6943;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
	border:1px solid #fff;
    padding:12px 40px;
	transition:all 0.5s ease 0s;
	margin:20px auto;
	position:relative;
	z-index:1;
}

.ref_form_box_input ::placeholder{
	text-transform:capitalize !important;
	color:#555555;
	font-size:15px;
}

.ref_form_box .contact_btn input:hover{
	transition:all 0.5s ease 0s;
    background:inherit !important; 
	color:#fff;
}

span.wpcf7-list-item {
    margin: 0 !important;
    display: block;
}
.wpcf7-list-item label {
    display: block;
    position: relative;
    margin-top: 8px;
    color: #555;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.half_check .wpcf7-list-item {
    width: 45%;
}
.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 22px;
}
.wpcf7-list-item-label::before {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
    background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
    background-color: #1ba7ef;
    border-color: #1ba7ef;
}
.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_page_info {
    position: relative;
    padding-left: 47px;
    color:#555555;
    margin-top: 25px;
}

.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px !important;
}

.contact_page_info strong{
	color:#2b2b2b;
}

.contact_page_info a {
    color:#555555;
	text-decoration:none !important;
}

.wpcf7-form-control{
border-radius: 5px;
background-color: #ffffff;
font-size:14px;
/* margin-bottom:15px; */
width:100%;
	color:#888888;
}

.wpcf7-submit{
	display:block;
	background: linear-gradient(-270deg, rgba(48, 106, 68, 1) 0%, rgba(134, 147, 76, 1) 100%);
	font-size:16px !important;
	font-weight:500 !important;
	border-radius:50px !important;
	margin-bottom:0px !important;
	width:auto !important;
	padding:14px 40px;
	transition:all 0.5s ease 0s;
}

.wpcf7-submit:hover{
	background: linear-gradient(270deg, rgba(48, 106, 68, 1) 0%, rgba(134, 147, 76, 1) 100%);
	transition:all 0.5s ease 0s;
}

/* accessibility */

.pojo-a11y-toolbar-toggle a{
	border-radius:8px 0px 0px 8px !important;
}

/* faq */

.faq-block {
    margin-top: 20px;
}

.faq-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    background:linear-gradient(-270deg, rgba(48,106,68,1) 0%, rgba(134,147,76,1) 100%);
    color: #fff;
    padding: 12px 20px;
    line-height: inherit;
    border-radius: 5px 5px 0px 0px;
}

.faq-para {
    color:#303030;
    padding: 17px 20px;
    background:#edffed;
    border-radius: 0px 0px 5px 5px;
}

/* error */

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

/* Responsive */

@media only screen and (max-width : 320px) {
	.ms-info .button1, .ms-info .button2{padding:13px 22px !important;font-size:15px;}
	.ms-info .button2{margin-left:5px !important;}
	.wcs-card-grp .col-lg-2{
	width:100%;
}
	
}

@media only screen and (min-width : 300px) and (max-width : 480px) {
	.ms-info .button1, .ms-info .button2{padding:13px 23px !important;font-size:15px;}
	.wrapper, .page-id-5 footer{margin-top:50px;}
	.main-heading{font-size:30px;}
	.career-sec-heading{font-size:26px;}
	.inner-heading{font-size:26px;}
	.page .entry-title, .blog_page_title{font-size:28px;}
.ms-slide-info h4{font-size:20px;}
	.ms-slide-info h5 {
    font-size: 28px;
    line-height: 30px;}
	.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left:6%;
  transform: translate(0%, -50%);
  z-index:3;
}
	.ms-slide-info.ms-dir-h {
    width: 91% !important;
}
	.wcs-card-grp .col-lg-2{
	width:100%;
}
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.top-bar, .primary-navigation, .ms-nav-prev, .ms-nav-next, .testimonial-nav-arrow, .menu-bar .read-more{display:none !important;}
	.ms-view, .ms-slide, .ms-slide-bgcont {
    min-height: 400px !important;
}
.ms-slide-bgcont img {
    object-fit: cover;
}
	.menu-bar {
        width: 100% !important;
        border-radius: 0px !important;
        padding: 8px 0px !important;
		height:80px;
    }
	.logo{background:inherit;padding:0px;top:5px;}
	.logo img{width:54%;height:54%;}
	.sp-testimonial-free-section{margin:0px !important;}
	.entry-header{background-position:center;}
	.inner-sub-heading{font-size:26px !important;}
	.half-list ul li{width:100%;}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.wrapper, .page-id-5 footer{margin-top:50px;}
	.main-heading{font-size:30px;}
	.career-sec-heading{font-size:26px;}
	.inner-heading{font-size:26px;}
	.page .entry-title, .blog_page_title{font-size:28px;}
	.ms-slide-info h4{font-size:20px;}
	.ms-slide-info h5 {
    font-size: 28px;
    line-height: 30px;}
	.wcs-card-grp .col-lg-2{
	width:100%;
}
	.half-list ul li{width:100%;}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.wrapper, .page-id-5 footer{margin-top:50px;}
	.main-heading{font-size:30px;}
	.career-sec-heading{font-size:26px;}
	.inner-heading{font-size:26px;}
	.page .entry-title, .blog_page_title {
        font-size: 28px;
    }
 .ms-slide-info h4{font-size:20px;}
	.ms-slide-info h5 {
    font-size: 28px;
    line-height: 30px;}
	.wcs-card-grp .col-lg-2{
	width:100%;
}
	.half-list ul li{width:100%;}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.wrapper, .page-id-5 footer{margin-top:50px;}
	.main-heading{font-size:30px;}
	.career-sec-heading{font-size:26px;}
	.inner-heading{font-size:26px;}
	.page .entry-title, .blog_page_title {
        font-size: 28px;
    }
 .ms-slide-info h4{font-size:20px;}
	.ms-slide-info h5 {
    font-size: 28px;
    line-height: 30px;}
	.ms-slide-info.ms-dir-h{width:78% !important;}
	.ms-slide-info{left:9%;}
	.wcs-card-grp .col-lg-2{
	width:100%;
}
.half-list ul li{width:100%;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
 .ms-slide-info h4{font-size:22px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	.ms-slide-info.ms-dir-h{width:47% !important;}
       .card-group > .card {
        flex: 50%;
    }
	.card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.wcs-card-grp .col-lg-2{
	width:50%;
}
	.half-list ul li{width:100%;}
}

@media only screen and (min-width : 768px) and (max-width : 1180px) and (orientation : landscape) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.ms-slide-info h4{font-size:22px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	    .card-group > .card {
        flex: 50%;
    }
  .card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.menu ul li{margin:0px 12px;}
	.wcs-card-grp .col-lg-2{
	width:50%;
		margin-bottom:24px;
}
	.half-list ul li{width:100%;}
}



/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
.ms-slide-info h4{font-size:22px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	.ms-slide-info.ms-dir-h{
		width:46% !important;
	}
      .card-group > .card {
        flex: 50%;
    }
  .card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.wcs-card-grp .col-lg-2{
	width:50%;
}
	.half-list ul li{width:100%;}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
.ms-slide-info h4{font-size:22px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	    .card-group > .card {
        flex: 50%;
    }
  .card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.wcs-card-grp .col-lg-2{
	width:50%;
		margin-bottom:0px;
}
	.half-list ul li{width:100%;}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
.ms-slide-info h4{font-size:22px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	    .card-group > .card {
        flex: 50%;
    }
  .card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.wcs-card-grp .col-lg-2{
	width:50%;
		margin-bottom:0px;
}
	.half-list ul li{width:100%;}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.wrapper, .page-id-5 footer{margin-top:65px;}
	.main-heading{font-size:33px;}
	.career-sec-heading{font-size:30px;}
.ms-slide-info h4{font-size:22px;}
	.inner-heading{font-size:28px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.ms-slide-info h5 {
    font-size: 31px;
    line-height: 33px;}
	    .card-group > .card {
        flex: 50%;
    }
  .card-group>.card+.card{
		border-left:1px solid #0000002d;
	}
	.menu ul li{margin:0px 12px;}
	.wcs-card-grp .col-lg-2{
	width:50%;
		margin-bottom:24px;
}
	.half-list ul li{width:100%;}
}




@media screen and (min-width: 1424px) {
	.ms-slide-info{left:8%}
}

@media screen and (min-width: 1624px) {
 .ms-slide-info{left:13%}
}

@media screen and (min-width: 1920px) {
 .ms-slide-info{left:0%}
}

@media screen and (min-width: 2048px) {
 .ms-slide-info{left:19%}
}

@media screen and (min-width: 2550px) {
 .ms-slide-info{left:26%}
}
