
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: #fff solid 5px;
}



.thankyou-content{
    min-height: 800px;
}
.featurebox h2.gform_title{
    display: none;
}
.hero-video-section .wrapper{
    z-index: 1;
}
.footer-form .overlay-black::before{
    display: none;
}
.triangle-track {
  display: flex;
  align-items: center;
    justify-content: center;
}

/* ================= TRIANGLE BASE ================= */
.triangle {
 width: clamp(350px, 22vw, 397px);
  aspect-ratio: 397 / 344;
  height: auto;
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* SHAPES */
.triangle.up {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.triangle.down {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

/* ================= EXACT OVERLAP ================= */
.triangle-wrapper:not(:first-child) {
  margin-left: clamp(-148px, -8vw, -148px);
}

/* ================= GRADIENTS ================= */
.gradient-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d4a5c+50,b9c3b9+100 */
background: linear-gradient(to bottom,  rgba(29,74,92,1) 50%,rgba(185,195,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.triangle-wrapper:nth-child(1) .gradient-blue,
.triangle-wrapper:nth-child(3) .gradient-blue,
.triangle-wrapper:nth-child(5) .gradient-blue{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b9c3b9+0,1d4a5c+50 */
background: linear-gradient(to bottom,  rgba(185,195,185,1) 0%,rgba(29,74,92,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.triangle.image {
  background-size: cover;
  background-position: center;
}

.triangle.image::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d4a5c+0,d90404+100&0.5+0,1+100 */
background: linear-gradient(to bottom,  rgba(29,74,92,0.6) 0%,rgba(217,4,4,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  z-index: 1;
}
.triangle-wrapper:nth-child(6) .triangle.image::after {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d90404+0,1d4a5c+100&1+0,0.5+100 */
background: linear-gradient(to bottom,  rgba(217,4,4,0.5) 0%,rgba(29,74,92,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.triangle-track .triangle-wrapper:first-child{
    margin-left: 0;
}
/* ================= CONTENT ================= */
.triangle-content {
  position: absolute;
  inset: 0;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.triangle h3 {
font-size: 2.778em;
  margin: 0 0 10px;
  color: #f3b549;
  font-weight: 600;
  line-height: 1;
}

.triangle p {
font-size: 0.833em;
  line-height: 1.5;
  max-width: 210px;
  margin: 0;
}
.why-stratus .triangle p{
 font-size: 1.0em;   
}
.triangle-wrapper:nth-child(1) .triangle-content,
.triangle-wrapper:nth-child(3) .triangle-content,
.triangle-wrapper:nth-child(5) .triangle-content{
    justify-content: flex-end;
}
/* ================= ICON ================= */


.triangle.up .triangle-icon {
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.triangle.down .triangle-icon {
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1500px) {
  .triangle-track {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .triangle {
    width: 100%;
    max-width: 360px;
    height: auto;
    min-height: 260px;
    clip-path: none;
  }


}


/* ================= WRAPPER ================= */
.triangle-wrapper {
  position: relative; /* needed for icon absolute positioning */
  display: inline-block; /* keeps spacing intact */
  margin-left: -148px; /* same as triangle overlap */
}

/* override old triangle icon positioning */
.triangle-icon {
  position: absolute;
  bottom: -43px; /* for UP triangles */
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
}

/* DOWN triangles icon adjustment */
.triangle-wrapper .triangle.down + .triangle-icon {
  top: -43px;
    bottom: auto;
}












































.terms-search {
 background: #FDF7F4;
  border-radius: 30px;
  margin-bottom: 60px;
  position: relative;
  padding: 60px;
  border: solid 1px rgba(218,98,32,0.3);
}
.terms-search-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.terms-search-form label{
    width: 100%;
    padding-bottom: 15px;
}
.terms-search-form input:not(.btn) {
  width: 79%;
  border-radius: 40px;
  margin-right: 1%;
}

.terms-search-form .btn{
    width: 20%;
}
.broese-by-alphabet{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px !important;
}
.broese-by-alphabet li:before{
    display: none;
}
.single-letter{
    position: relative;
    color: #374e4f;
    margin-bottom: 40px;
    font-weight: 700;
    scroll-margin-top: 125px;

}
.stratus-difference{
    background: #1d4a5c;
    color: #fff;
}
.stratus-difference:before {
 content: "";
   height: 100%;
    width: 100%;
  position: absolute;
  left: 0;
    top: 0;
    background: url("img/triangles-three.svg") no-repeat top center;
    opacity: 0.05;
    background-size: cover;
}
/*.footer-form .slider-text h2{
 font-size: 2.778em;  
    margin-top: 0;
}*/
.single-letter:before{
   content: "";
  width: 20px;
  height: 3px;
  background: #f3b549;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.single-letter:after{
   content: "";
  width: 20px;
  height: 3px;
  background: #f3b549;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.timeline {
    position: relative;
    margin-top: 100px;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    margin-top: -150px;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-nodes:nth-child(even) .timeline-image::before {
    background: #f3b549;
    border-color: #374e4f;
}
.timeline-nodes:nth-child(1) {
    margin-top: 0;
}
.timeline h3{
font-weight: 600;
  font-size: 1.333em;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 15px;
    margin: 20px 30px 15px;
}
.timeline p{
    padding: 0 30px;
}
.timeline::before {
content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  border-left: 4px solid #374e4f;
  height: 75%;
  z-index: 1;
  transform: translateX(-50%);
}
.timeline-date{
    opacity: 0;
}

.timeline-content {
position: relative;
  border-radius: 20px;
    margin-top: -25px;
  box-shadow: 0px 0px 30px 0px rgba(5, 29, 64, 0.15);
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 7%;
    left: 100%;
    width: 0;
    border-left: 10px solid #374e4f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 7%;
    right: 100%;
    width: 0;
    border-right: 10px solid #374e4f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-content img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
    border-radius: 20px 20px 0 0;
  object-position: top center;
}
.timeline-image {
    position: relative;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.333em;
}
.timeline-image::before {
content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #f3b549;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #374e4f;
  z-index: -1;
    

}
.timeline-image img {
    position: relative;
    z-index: 100;
}













































































.hero-video-section {
position: relative;
    background: #374e4f;
  }

  .hero-video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;     /* Crops video nicely */
    transform: translate(-50%, -50%);
  }

.featurebox{
padding: 40px 45px 30px;
  border: solid 1px #f3b549;
  color: #fff;
}

.text-yellow{
    color: #f3b549;
}
.terms-box{
width: 100%;
  margin: 0 0 30px 0;
  border-bottom: solid 1px rgba(218,98,32,0.3);
  padding-bottom: 10px;
}
.terms-box h3{
font-weight: 600;
  font-size: 1.111em;
}

.featurebox.demo::before {
content: "";
  width: 300px;
  height: 300px;
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin: -150px 0 0 -150px;
  box-shadow: 0 0 0px 230px #EFF0F4;
}
hr {
  height: 1px;
  clear: both;
  margin: 25px 0;
  background: #ccc;
  border: none;
}
.featurebox.demo{
background: #374e4f;
  color: #fff;
  border-radius: 30px;
  padding: 40px;
}
.featurebox.demo .btn{
    margin-top: 0;
}
.featurebox.demo .btn:hover,
.featurebox.demo .btn:focus{
    background: #fff;
    color: #f3b549;
}
.featurebox.demo input{
    border: none;
}
.featurebox.demo .form-row {
  margin-bottom: 20px;
}
.featurebox.demo img{
  margin: 0 auto 30px;
  display: block;
}
.about-sec2{
    background: #374e4f;
    color: #fff;
}
.section.about-sec2{
    padding-left: 70px;
    padding-right: 70px;
}
.row-about-sec2{
    display: flex;
    flex-wrap: wrap;
}
.col-about-sec2{
width: 48%;
  margin: 15px 1%;
  background: #fff;
  border-radius: 30px;
  color: #374e4f;
  padding: 30px;
}
.head-colsec2 {
display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.head-colsec2 img{
margin-right: 15px;
}
.head-colsec2 h3{
margin: 0;
  font-size: 1.111em;
  text-transform: uppercase;
}
.about-sec2 h2{
color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.col-about-sec2 p{
    font-size: 0.889em;
    line-height:1.444em;
}
.about-sec2:before {
  content: "";
  width: 356px;
  height: 134px;
  background: url("img/shape-white.svg") no-repeat center bottom;
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0.1;
}
.about-sec2:after {
  content: "";
  width: 163px;
  height: 62px;
  background: url("img/shape-white.svg") no-repeat center bottom;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.1;
}
.quiz-info{
background: #FDF7F4;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(5,29,64,0.15);
  margin-bottom: 40px;
}
.quiz-info h3,
.quiz-box h3{
    font-size: 1.111em;
    font-weight: 600;
    color: #374e4f;
}
.quiz-info ul{
    margin-bottom: 0 !important;
}
.quiz-info .row > [class^="col"]:first-child:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #374e4f;
  position: absolute;
  left: 80%;
  top: 0;
}
.quiz-box {
  box-shadow: 0 0 30px rgba(5,29,64,0.15);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.quiz-box input[type="checkbox"]{
    margin-right: 10px;
}















































.numbers {
width: 100%;
  padding: 20px 0;
  background: #fff;
  position: relative;
  border-bottom: solid 1px #d8f2f9;
}
.numbers h3 {
font-weight: 400;
  font-size: 1.0em;
  margin: 0;
  border-left: solid 1px #d8f2f9;
  padding: 10px 50px;
}
.numbers .col-lg-3:first-child h3{
padding-left: 0;
    border-left: none;
}
.numbers strong {
font-weight: 300;
  font-size: 1.875em;
  display: block;
  padding-bottom: 10px;
}
.numbers h3 em{
font-style: normal;
  color: #444;
}

.blog-thumb{
    margin-bottom: 20px;
}
.cta-box{
   background: #FDF7F4;
  border-radius: 30px;
  padding-left: 80px !important;
  padding-right: 80px !important;
  margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.cta-box:before {
 content: "";
  width: 430px;
  height: 100%;
  background: url("img/shape-orange.svg") no-repeat center center;
  position: absolute;
  right: 50px;
  top: 0;
  opacity: 0.07;
}
.cta-box h2{
color: #374e4f;
  font-size: 1.444em;
  font-weight: 500;
    margin-bottom: 10px;
}

.cta-box .btn:before{
 content: "";
  width: 48px;
  height: 47px;
  background: url("img/logo-shape-transp.png") no-repeat;
  position: absolute;
  left: -60px;
  top: 0;
}
.cta-box p:last-child{
    margin-bottom: 0;
}
























.contentside{
    background: #374e4f;
    color: #b9c3b9;
}
.contentside.alt{
    background: #d1d5d1;
    color: #1d4a5c;
}
.contentside.alt ul li{
    color: #1d4a5c;
}
.contentside.alt ul li::before{
    background-image: url("img/logo-shape-blue.svg");
}
.contentside.alt .introbox{
    padding-left: 0;
}
.padding-bottom-zero{
    padding-bottom: 0 !important;
}
.padding-top-zero{
    padding-top: 0 !important;
}
.padding-zero{
    padding-bottom: 0 !important;
     padding-top: 0 !important;
}
.prod-list ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.prod-list ul li {
list-style-type: none;
  width: 31%;
  margin: 15px 1%;
  background: #374e4f;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0,0,51,0.30);
  text-align: center;
  transition: all .5s ease 0s;
}
.prod-list ul li a {
  text-decoration: none;
}
.prod-list ul li h3 {
color: #fff;
  position: relative;
  margin: 0;
  padding: 40px 10px 30px;
  font-size: 1.4em;
  text-transform: uppercase;
}
.prod-list ul li h3::before {
content: "\f35d";
  font-family: Font Awesome\ 6 Free;
  font-size: 0.4em;
  font-weight: 700;
  left: 50%;
  position: absolute;
  color: #003;
  width: 45px;
  height: 45px;
  background: #ffde00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -22px;
  margin: 0 0 0 -23px;
}
.prod-list ul li:hover {
  background: #f3b549;
}
.prod-list ul li a:hover h3::before,
.prod-list ul li a:hover h3::before{
background: #fff;
  color: #5f5b93;
}
.home-sec01 ul{
list-style-type: none;
  margin: 0;
  padding: 10px 0 30px 0;
}

.home-sec01 ul li{
position: relative;
  border-bottom: solid 1px rgba(146, 140, 200, 0.15);
  padding: 12px 0 12px 55px;
}
.home-sec01 ul li:before {
content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: url("img/check-icon.png");
  width: 34px;
  height: 36px;
}
.home-sec01 ul li:last-child{
    border: none;
}
.faq-outer h3.active {
background: #374e4f;
  color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0;
}
.faq-outer h3 {
font-size: 0.889em;
  font-weight: 400;
  position: relative;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(5,29,64,0.15);
  padding: 20px 50px 20px 30px;
  border-radius: 20px;
    color: #374e4f;
  margin: 0 0 30px 0;
}
.faq-outer h3.active::before {
  content: "\f068";
}
.faq-outer{
    padding-top: 40px;
}

.faq-outer h3::before {
  content: "\f067";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 20px;
}
.faq-answer {
width: 100%;
  padding: 30px;
  box-shadow: 0 0 25px rgba(5,29,64,0.15);
  border-radius: 0 0 20px 20px;
  margin-bottom: 30px;
}
.faq-answer p:last-child{
    margin-bottom: 0;
}
.section-title em{
   font-style: normal;
  display: block;
  font-size: 0.43em;
  font-weight: 600;
  padding-bottom: 10px;
    text-transform: uppercase;
}
.contentside .introbox ul{
    margin-bottom: 0;
}
.contentside .introbox ul li:last-child{
    margin-bottom: 0;
}
.section{
    clear: both;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.reviews-rating-blk {
  display:inline-block;
  margin:0;
  position:relative;
  vertical-align:middle;
  line-height:1;
  font-size:.85em;
}
.gmb-review-rating {
  display:inline-block;
  line-height:normal;
  padding:0;
    vertical-align: middle;
}
.gmb-review-rating span {
line-height: 1;
  display: inline-block;
  font-size: 0.833em;
  font-weight: 500;
    color: #16202c;
}
.gmb-review-rating span:first-child{
    padding-right: 5px;
}

.gmb-review-rating span em {
  font-size: 3.333em;
  font-weight: 700;
  font-style: normal;
  display: block;
    
}
.gmb-review-rating span .fa-solid {
  color:#feb600;
    font-size: 1.2005em;
}
.gmb-review-rating span img {
  margin-right: 8px;

}
.header .social-icons{
    margin: 0 20px;
}
.contentside .featurebox:before {
content: "";
width: 600px;
height: 600px;
background: url("img/logo-shape.svg") no-repeat center center;
position: absolute;
left: 20%;
top: -110px;
background-size: contain;
opacity: 0.05;
}


.productmap{

	padding: 60px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008cd1+50,ffffff+50 */
background: #008cd1; /* Old browsers */
background: -moz-linear-gradient(top,  #008cd1 50%, #ffffff 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #008cd1 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #008cd1 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
.productmap h2{
	color: #fff;
	padding-bottom: 40px;
}
.recent-projects .slick-prev {
  left: -60px;
}
.recent-projects .slick-next {
  right: -60px;
}
.recent-projects .slick-arrow{
	background: #f95b01;
color: #fff;
font-size: 0.85em;
width: 30px;
height: 30px;
border-radius: 100%;
}
.recent-projects .slick-arrow:hover{
	background: #008cd1;
color: #fff;
}
.logos-outer{
	border-top: dashed 1px rgba(29,74,92,0.5);
	
}
.logos-outer ul{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin: 0;
}
.logos-outer ul li{
list-style-type: none;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  background: #fff;
  margin: 0 1%;
  box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
}

.logos-outer ul li:first-child{
	border: none;
}
.contentside .featurebox h2 {
  font-size: 2.0em;
}
.contact-info{
	width: 100%;
height: 100%;
padding: 50px;
background: #edf0f6;
margin: 0;
border-radius: 40px;
}
.contact-info h3{
	font-size: 1.4em;
margin: 0;
font-weight: 400;
line-height: normal;
	color: #000;
}
.contact-info h3 a{
	color: #000;
}
.contact-info h3 .btn{
	margin-top: 10px;
	font-weight: 700;
}
.contact-info h3 strong{
	font-weight: 500;
	color: #008cd1;
}
.contact-info h3 a{
	text-decoration: none;
}
.contact-icon{
	font-size: 1.0em;
background: #f60;
color: #fff;
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.contact-info li:last-child{
	border: none;
}
.contact-info li{
list-style-type: none;
border-bottom: solid 1px rgba(0,0,0,0.1);
padding: 20px 0;
}
.sbi-container{
	display: flex;
	flex-wrap: wrap;
}
.sbi-col{
	width: 31%;
box-shadow: 0 0 16px rgba(2,42,122,0.21);
border-radius: 20px;
padding: 50px 30px;
text-align: center;
margin: 15px 1%;
	
}
.sbi-col:nth-child(2n+1){
	background: #f2f4f8;
}
.sbi-icon{
	font-size: 2.0em;
background: #f60;
color: #fff;
width: 100px;
height: 100px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
}
.sbi-col h3{
	font-size: 1.5em;
}
.brochures-sec{
	float: left;
	width: 100%;
	background: #008cd1;
	color: #fff;
	padding: 60px 0;
}
.brochures-sec h2{
	color: #fff;
}

.btn.schedule-btn {
transform: rotate(270deg);
padding: 10px 20px;
font-size: 1.0em;
cursor: pointer;
position: fixed;
z-index: 5;
top: 50%;
right: -80px;
border: solid 1px #fff;
}
.featurebox.popupform{
width: 350px;
position: fixed;
right: 0;
top: 200px;
z-index: 5;
border: solid 5px rgba(255,255,255,0.5);
	
}
.popupform.featurebox h2 {
  font-size: 1.1em;
}
.close-form{
	color: #fff;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}
.close-form:hover,
.close-form:focus,
.close-form:active{
	color: #ff6600;
}
.popupform .form-row{
	margin-bottom: 10px;
}



.grid3x3 .sec2box{
	width: 32%;
}
.grid3x3.sec2con{
	justify-content: center;
	padding: 20px 20% 0;
}



.headphone-mobile{
	display: none;
}
.slider-curve{
float: left;
width: 100%;
clear: both;
background: #fff;
height: 90px;
transform: skewY(-2.5deg);
position: relative;
z-index: 3;
margin-top: -43px;
}
.service-page .serve-info:before {
top: -30px;
border-left: 450px solid #008cd1;
}
.service-page .serve-info {
background: #008cd1;
    padding: 20px 20px;
}
.service-page .home-featured-services{
background: none;
    padding: 0;
}
.service-page .home-featured-services ul li{
   padding: 0;
width: 31%;
margin: 15px 1%;
}
.service-page .home-featured-services ul li:before{
   display: none;
}
.prod-page .sec2box {
 width: 32%;
text-align: left;
transition: all .5s ease 0s;
position: relative;
margin: 7px 0.5%;
overflow: hidden;
}
.blog-home{
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 0;
}
.blog-home ul{
margin: 0;
padding: 50px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.blog-home ul li {
  width: 24%;
list-style-type: none;
padding: 0;
box-shadow: 0 0 43px rgba(48,49,143,0.29);
margin: 0 1%;
}
.blog-home ul li a{
display: block;
}
.blog-home ul li a:hover{
display: block;
	background: #ff6600;
}
.blog-home ul li a:hover h3{
color: #fff;
}
.blog-home h3 {
 font-size: 1.111em;
font-weight: 700;
color: #000;
margin: 0;
padding: 40px 30px;
}
.prod-txt{
padding: 0 50px;
}
.product-slider a{
display: block;
background: #fff;
color: #30318b;
text-align: center;
text-decoration: none;
font-weight: 700;
border-radius: 5px;
padding: 10px 40px 10px 20px;
line-height: normal;
position: relative;
}
.product-slider a:hover,
.product-slider a:focus,
.product-slider a:active{
background: #30318b;
color: #fff;
}
.product-slider a:before{
	content:"\f30b";
	font-family: Font Awesome\ 6 Free;
	position: absolute;
	right: 10px;
	top: 7px;
	font-weight: 700;
	font-size: 1.556em;
	color: #0696e0;
}
.product-slider div{
	margin: 0 10px;
}
.product-slider{
	padding: 40px 0 0 0;
}

.home-why-choose.home-why-choose-static .whyicon{
	width: 50px;
height: 50px;
font-size: 0.85em;
border-radius: 5px;
margin: 0;
}
.home-why-choose.home-why-choose-static a:hover .whyicon{
	background: #30318b;
}
.home-why-choose.home-why-choose-static{
   background: none;
padding: 0;
}
.home-why-choose-static .whychoose-single:before{
    display: none;
}
.home-why-choose.home-why-choose-static ol li{
 width: 31%;
margin: 0 1% 30px;
padding: 0;
background: #eaeaf3;
	text-align: left;
}
.home-why-choose.home-why-choose-static ol li:before{
	display: none;
}
.brands h2{
	color: #0696e0;
}
.sidebar.form-and-quote-only{
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: column;
}
.sec2con-static{
    display: flex;
    flex-wrap: wrap;
}
.sec2con-static .sec2box{
width: 48%;
margin: 0 1% 20px; 
}
.brands {
  padding: 60px 0;
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}
.brands ul {
margin: 0;
padding: 30px 0 0 0;
position: relative;
}

.brands ul li {
position: relative;
margin: 16px;
list-style-type: none;
padding: 20px;
height: inherit;
border-radius: 5px;
background: #fff;
display: flex !important;
justify-content: center;
box-shadow: 0 0 16px rgba(0,0,0,0.11);
}
.brands ul li img{
align-self:center;	
}
.brands .slick-track,
.hometeam .slick-track{
display:flex;
}


.sec-tagline{
   color: #ff6600;
font-weight: 400;
text-align: center;
font-size: 1.0em;
	margin: 20px 0;
}
.sec-tagline:before,
.sec-tagline:after{
content: "";
width: 100px;
height: 1px;
background: #f60;
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0;
}













.industry-catg{
float: left;
width: 100%;
background: #eead1f;
text-align: center;
padding: 10px 0;
box-shadow: 0px 0 40px rgba(13,53,104,0.30);
position: relative;
z-index: 3;
}
.industry-catg ul{
display:flex;
flex-wrap:wrap;
justify-content:center;	
margin:0;
}
.industry-catg ul li{
list-style-type:none;
border-left:solid 1px rgba(13,53,104,0.3);
width:25%;
}
.industry-catg ul li:first-child{
border-left:none;

}
.industry-catg ul li a{
display:block;
color:#0d3568;
text-decoration:none;
font-weight:500;
padding:10px;
transition: all .5s ease 0s;
}
.industry-catg ul li a:hover,
.industry-catg ul li a:focus,
.industry-catg ul li a:active{
background:#0d3568;
color:#fff;
}
.industry-catg ul li a .fas{ 
font-size:1.889em;
}
.contentside .featurebox-inner::before {
    
    display: none;
}



.contentside .homeform-inner {
    padding: 60px 40px;
}
.home-cta {
    float: left;
width: 100%;
position: relative;
	height: 100%;
}
.home-cta ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	height: 100%;
}
.border-sep {
        border-left:solid 1px rgba(0,28,27,0.2);
		height: 100%;
    }

.home-cta ul li {
list-style-type: none;
padding: 30px 10px;
width: 100%;
text-align: center;
background: #ff6600;
color: #fff;
border-radius: 20px;
box-shadow: 0 0 20px rgba(2,42,122,0.22);
display: flex;
justify-content: center;
flex-direction: column;
}
.home-cta ul li:first-child {
	margin-bottom: 30px;
}
.home-cta ul li a {
   text-decoration: none;
    color: #fff;
}
.home-cta ul li a:hover,
.home-cta ul li a:focus,
.home-cta ul li a:active{
   color: #008cd1;
}

.cta-icon {
font-size: 1.667em;
margin: 0 0 10px 0;
}
.home-cta ul li h3 {
    margin: 0;
	line-height:normal;
    font-size:2.0em;
    color: #fff;
}
.home-cta ul li h3 strong {
    display: block;
font-weight: 400;
font-size: 0.85em;
}
.home-cta ul li h3 strong em{
font-style: normal;
    font-weight: 700;
}

































.product-item a{
text-decoration:none;	
}
.sidebar .featurebox .col-sm-6,
.sidebar .featurebox .col-sm-12,
.home-welcome-copy .featurebox .col-sm-6,
.home-welcome-copy .featurebox .col-sm-12 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 10px 0;
}


.locations-served-bar {
  float: left;
width: 100%;
text-align: center;
padding: 26px 0;
background: #001c57;
}
.loc-served-btn {
  color: #fff;
text-decoration: none;
font-weight: 600;
padding: 10px 20px;
	
	
}
.loc-served-btn:hover,
.loc-served-btn:focus,
.loc-served-btn:active{
background:#6ee895;
	color:#000;
	text-decoration:none;
}
.collapse.show {
    display: block;
}
.collapse {
    display: none;
}
.locations-served-bar ul {
    display: flex;
    flex-wrap: wrap;
}
.locations-served-bar ul li {
   width: 23%;
list-style-type: none;
border-bottom: solid 1px rgba(255,255,255,0.2);
margin: 0 1%;
text-align: left;
}
.locations-served-bar ul li a {
color: #fff;
text-decoration: none;
transition: all 0.5s ease 0s;
display: block;
padding: 5px 0;
}
.locations-served-bar ul li a:hover, .locations-served-bar ul li a:focus, .locations-served-bar ul li a:active {
  color: #eead1f; 
}
.loc-served-btn.active:after {
    content: "\f106";
}
.loc-served-btn::after {
    content: "\f107";
    display: inline-block;
    font-family: Font Awesome\ 6 Free;
    font-weight: 700;
    margin: 0 0 0 5px;
}





















.section-subtitle{
font-size: 1.5em;
  text-transform: uppercase;
}

.features-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.stratus-model:before {
 content: "";
   height: 100%;
    width: 100%;
  position: absolute;
  left: 0;
    top: 0;
    background: url("img/triangle-one-outline.svg") no-repeat top center;
    opacity: 0.7;
}
.stratus-model{
background: rgba(234,181,73,0.08);
}
.stratus-model ul{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  column-gap: 200px;
  row-gap: 90px;
}
.stratus-model ul li{
display: flex;
  text-align: left;
  align-items: center;
  column-gap: 30px;
  font-size: 1.222em;
}

.para-lg {
font-weight: 400;
  font-size: 1.222em;
  padding: 20px 0 20px 0;
}






.section-title{
font-size: 2.778em;
  text-transform: uppercase;
    line-height: 1;
}
.stratus-difference h4.para-lg{
    color: #b9c3b9;
}
.stratus-difference ul{
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 200px;   /* space between columns */
  row-gap: 18px;
    margin-bottom: 0;
  /*max-width: 900px;    adjust by eye */
}
.stratus-difference ul li{
display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 1.111em;
  line-height: 1.4;
  text-align: left;
}
.stratus-difference ul li:before {
content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #f3b549;
  border-radius: 50%;
  color: #f3b549;
  font-size: 1.0em;
  flex-shrink: 0;
}
.btn-video{
color: #000;
text-decoration: none;
margin-left: 10px;
padding: 8px 20px;
vertical-align: middle;
}
.btn-video:hover,
.btn-video:focus,
.btn-video:active{
	background:#e6e600;
	color:#000;
}
.contentside.sidebar .form-row {
    margin: 10px 0;
}
.contentside.sidebar .featurebox .btn:hover{
	background:#221f1f;
	color:#fff;
}
.stepicon{
background:#fff;
margin: 0;
box-shadow: 0 0px 45px rgba(0,0,0,0.1);
border-radius: 100%;
padding: 12px;
font-size: 2.778em;
width: 170px;
height: 170px;
line-height: 150px;
color: #d2232a;
}
.stepno{
width: 120px;
  height: 100px;
  background: #1f4b59;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.944em;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -60px;
}

.stepno span {
  transform: translateY(-10px); /* optical centering */
}
.stepline{
width: 2px;
  height: 100px;
  background: #1d4a5c;
  display: block;
  margin: 0 0 0 -1px;
  position: absolute;
  left: 50%;
  top: 99px;
}

.step-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 1.667em;
    margin-top: -15px
}
.stepline-hor{
width: 100%;
  height: 18px;
  background: #1d4a5c;
  display: block;
  position: absolute;
  left: 0;
  top: 199px;
}
.stepline-hor:before{
   content: "";
  width: 32px;
  height: 13px;
  background: #1f4b59;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  top: 18px;
  margin: 0 0 0 -16px;
}
.home-featured-services ul li:nth-child(2) .stepline-hor::before {
  background: #f3b549;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  top: -13px;
}
.home-featured-services ul {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  min-height: 450px;
  margin: 130px 0 0 0;
}

.serve-info{
position: relative;
  margin: 0 auto 30px auto;
  display: inline-block;
}

.home-featured-services ul li {
position: relative;
  width: 33.3333%;
  list-style-type: none;
  padding: 260px 0 0 0;
}
.home-featured-services p:last-child{
    margin: 0;
}
.home-featured-services ul li:nth-child(2) {
  padding:0 0 260px 0;
      position: absolute;
  left: 33.33333%;
  bottom: 34px;
}
.home-featured-services ul li:nth-child(2) .stepno {
  top: auto;
  bottom: 0;
    background: #f3b549;
    color: #1d4a5c;
     clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.home-featured-services ul li:nth-child(2) .stepno span{
transform: translateY(10px);
    }

.home-featured-services ul li:nth-child(2) .stepline {
  top: auto;
  bottom: 99px;
    background: #f3b549;
}
.home-featured-services ul li:nth-child(2) .stepline-hor{
  top: auto;
  bottom: 199px;
    background: #f3b549;
}


.home-featured-services ul li:nth-child(1) .stepline-hor{
 border-radius: 18px 0 0 18px;
}
.home-featured-services ul li:nth-child(3) .stepline-hor{
 border-radius:0 18px 18px 0;
}


.home-featured-services ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.home-featured-services ul li:nth-child(3) {
  position: absolute;
  left: 66%;
  top: 0;
}



.home-featured-services ul li h3 {
font-size: 1.222em;
  text-transform: uppercase;  
    line-height: 1.2;
}
.btn-arrow{
background: #ff6600;
color: #fff;
width: 52px;
height: 52px;
display: block;
margin: 0 auto;
line-height: 52px;
border-radius: 100%;
}
.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active{
background: #008cd1;
color: #fff;
}
.featurd-sericon{
	font-size: 3.333em;
}
.service-icon{
font-size: 2.778em;
margin: 0 auto 20px;
color: #16850c;
display: block;
}
.btn.uploadfile-btn{
min-width:200px;
margin-bottom:15px;
}
.separator:before{
content: "\f0d7";
font-family: Font Awesome\ 6 Free;
font-size: 1.667em;
font-weight: 700;
position: absolute;
margin: 0 0 0 -10px;
left: 50%;
top: -14px;
}
.separator {
    display: block;
    border-bottom: dotted 2px #444;
    height: 1px;
    margin-bottom: 30px;
    position: relative;
}
.side-col {
background: #88a949;
padding: 30px;
color: #000;
font-size: 0.9em;
font-weight: 500;
}
.contentside .side-col ul li::before{
	color:#000
}
.side-col h3{
font-size: 1.200em;
}
.side-col ul li {
    margin-bottom: 5px
}
.sec2con.product-container{
	padding: 0;
	justify-content: center;
}
.product-container .sec2box{
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-item {
width: 31%;
margin: 0 1% 30px;
text-align: center;
color: #fff;
overflow: hidden;
position: relative;
border: solid 5px #fff;
border-radius: 30px;
}

.product-item-inner {
    transition: all .5s ease 0s;
    color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: end;
    flex-direction: column
}

.product-item img {
    transition: all .5s ease 0s
}

.product-item:hover h3 {
	background: rgba(255,102,0,0.85);
}
.product-item:hover h3 span{
	border-color: #fff;
}
.product-item h3 span{
	display: block;
font-weight: 400;
font-size: 0.7em;
padding: 10px 0 0 0;
border-top: solid 2px #f60;
margin: 15px 0 0 0;
}
.product-item h3 {
margin: 0;
font-size: 1.5em;
	flex-direction: column;
padding: 20px 20px;
background: rgba(0,0,0,0.7);
color: #fff;
position: absolute;
left: 0;
top: 0;
transition: all .5s ease 0s;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
	line-height: normal;
}

.gallery-page {
    position: relative;
    float: left;
    width: 100%
}

.contentside .gallery-page ul {
    position: relative;
    width: 100%;
    margin: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-page ul li {
margin: 0 0 30px 0 !important;
padding: 0 !important;
position: relative;
width: 23.5%;
overflow: hidden;
}

.contentside .gallery-page ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0
}

.gallery-page ul li:before {
    content: normal!important
}

.gallery-page img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%
}

.contentside .gallery-page ul li a::before {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -16px;
    font-family: Font Awesome\ 6 Free;
    content: "\f067";
    font-weight: 700;
    color: #fff;
    font-size: 2em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.contentside .gallery-page ul li a::after {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 51, .5);
    content: "";
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    left: 0
}

.contentside .gallery-page ul li a:hover::before {
    top: 50%;
    opacity: 1
}

.contentside .gallery-page ul li a:hover::after {
    opacity: 1
}

.gallery-container {
    display: flex;
    padding: 1px;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-item a:active h3,
.gallery-item a:focus h3,
.gallery-item a:hover h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-item {
    width:33.15%;
    margin: 2px 0;
    text-align: center;
    position: relative
}

.gallery-item a {
    display: block
}

.gallery-item img {
    width: 100%;
    display: block
}

.gallery-item h3 {
    transition: all .5s ease 0s;
    color: #fff;
    font-size: 1.444em;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#013db5+0,08a01c+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(left, rgba(1,61,181,0.8) 0%, rgba(8,160,28,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(1,61,181,0.8) 0%,rgba(8,160,28,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(1,61,181,0.8) 0%,rgba(8,160,28,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc013db5', endColorstr='#cc08a01c',GradientType=1 ); /* IE6-9 */
}

.intro-right {
    text-align: center
}

.recent-projects {
padding: 60px 0;
text-align: center;
position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf7fc+60,ffffff+60 */
background: #edf7fc; /* Old browsers */
background: -moz-linear-gradient(top,  #edf7fc 60%, #ffffff 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #edf7fc 60%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #edf7fc 60%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.home-why-choose ol {
    margin: 0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-why-choose ol li{
width: 18%;
list-style-type: none;
padding: 25px 20px;
background: #ff6600;
color: #fff;
margin: 0 1%;
}
.home-why-choose h3{
	font-size: 1.0em;
margin: 0;
    font-weight: 400;
     position: relative;
    color: #fff;
}
.home-why-choose h3:before {
    content: "\f058";
    font-family: Font Awesome\ 6 Free;
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 1.111em;
    margin-bottom: 15px;
}
.whychoose-inner{
	padding: 30px;
    position: relative;
}
.home-why-choose .whychoose-single h3{
	font-size: 1.333em;
color: #000;
}
.home-why-choose .whychoose-single.slick-slide {
margin: 0 15px;
}
.home-why-choose .slick-track{
	display: flex;
}
.home-why-choose .slick-dots{
margin-top:30px;	
}
.home-why-choose ol li a{
text-decoration: none;
transition: all .5s ease 0s;
}
.home-why-choose .whychoose-single a:hover,
.home-why-choose .whychoose-single a:focus,
.home-why-choose .whychoose-single a:active{
	background:#65dddc;
}


.recent-projects h3{
color:#fff;	
}
.recent-projects h3{
text-align:left;	
}
.home-why-choose ol li strong {
font-size: 1.444em;
font-weight: 700;
display: block;
padding-bottom: 15px;
}

.whyicon {
font-size: 3.333em;
display: flex;
justify-content: center;
position: relative;
width: 155px;
background: #ff6600;
align-items: center;
color: #fff;
margin: 0 auto;
height: 155px;
border-radius: 100%;
}

.home-why-choose {
text-align: center;
padding: 60px 0;
width: 100%;
float: left;
position: relative;
}

.recent-projects ul {
margin: 0;
padding:20px 0 0 0;
position: relative;
}

.recent-projects ul li {
position: relative;
margin: 0;
list-style-type: none;
padding: 0 5px;
}
.recent-projects img{
width: 100%;
}
.recent-projects .followicon {
    padding: 0 5px;
    display: inline-block
}
.recent-projects a {
    color: #fff
}

.recent-projects a:active,
.recent-projects a:focus,
.recent-projects a:hover {
    color: #ccc
}

.recent-projects .cta-icon {
    font-size: 1.667em;
    display: block;
    margin: 0 0 20px 0
}
.header.sticky-head{
position: fixed;
left: 0;
top: 0;
z-index: 5;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.header.sticky-head .logo {
  top: -55px;
	width: 110px;
}
.slick-dots {
text-align: center;
  margin: 20px auto 0;
  display: inline-block;
  position: relative;
  width: 100%;
  clear: both;
}

.sidebar .featurebox {
margin-bottom: 30px;
}

.sidebar .form-full,
.sidebar .form-half {
    width: 100%;
    margin: 0 0 20px 0
}

.wp-pagenavi {
    clear: both;
    float: left;
    width: 100%
}

.wp-pagenavi a,
.wp-pagenavi span {
margin: 0 2px 2px 0;
  background-color: #374e4f;
  color: #fff;
  font-size: .85em;
  font-weight: 400;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 34px;
}

.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.pages {
    background: #ffde00;
    color: #000;
}

.wp-pagenavi a.last,
.wp-pagenavi span.pages {
    padding: 0 10px;
    width: auto
}
.home-featured-services-inner:before{
content:"";
background:url(img/quote-top-bg.png) no-repeat top left;
background-size:cover;
position:absolute;
left:0;
bottom:0;	
height:384px;
width:100%;
}

.quotebox {
overflow: hidden;
    margin: 0;
  background: #f3b549;
}
.quotebox-inner{
width: 100%;
position: relative;
}
.quotebox-inner .slick-dots{
	margin-top:50px;
}
.home-testimonials h2{
text-align:left;	
margin-bottom: 30px;
}
.testimonials-rotator{
	padding:0 15% 0 15%;
}
.quotebox .slick-track .testimonial-single {
  height: auto;
}
.testimonial-single {
padding: 0 0 0 40px;
  position: relative;
}
.testimonial-single:before{
    content: "";
background: url("img/quote-start.png") no-repeat;
  display: block;
    width: 70px;
    height: 50px;
}
.testimonial-single:after{
content: "";
  background: url("img/quote-end.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 70px;
  height: 50px;
}
.quotebox img{
    border-radius: 100%;
}
.quotebox .fa-circle-play{
   position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 2.778em;
  margin: -25px 0 0 -25px;
  opacity: 0.55;
    transition: all .5s ease 0s;
}
.quotebox a:hover .fa-circle-play{
  opacity: 1;
}
.quotebox:before {
 content: "";
   height: 100%;
    width: 100%;
  position: absolute;
  left: 0;
    top: 0;
    background: url("img/triangles-two-half.svg") no-repeat top right;
    opacity: 0.2;
}

.quotebox blockquote {
padding: 25px 70px 40px 0;
  margin: 0;
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quotebox blockquote p{
font-size: 2em;
  line-height: normal;
  font-style: italic;
  font-weight: 350;
  margin: 0;
}
.review-meta {
  padding-top: 30px;
}


.rating-stars {
margin: 35px 0 0 0;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 1.2em;
}
.rating-stars .fa-star {
  color: #1d4a5c;
}
.rating-stars .fas{
    margin: 0 2px;
}
.quotebox cite {
font-style: normal;
  display: block;
  clear: both;
  font-size: 1.0em;
  margin-bottom: 0;
}
.quotebox cite strong{
    display: block;
}
.quotebox cite span {
    display: block;
    color: #000;
    font-weight: 400
}

.home-testimonials {
background-position: top center;
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
    float: left;
    width: 100%;
    position: relative;
}
.home-testimonials-inn {
    float: left;
    width: 100%;
    position: relative;
    padding:70px 0;
    background:rgba(255,255,255,0.90);
}


.homeproducts-top-strip{
    width: 100%;
      height: 469px;
	  position:absolute;
	  left:0;
	  top:-50px;
	  background:url(img/product-bg-strip.png) no-repeat top left;
}
.home-featured-products-inner{
	float:left;
	width:100%;
	position:relative;
	
}
.sec2box .icon-sec2box{
display: flex;
  font-weight: 700;
  background: #f3b549;
  border-radius: 100%;
  text-align: center;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  font-size: 2.222em;
  color: #fff;
  position: absolute;
  right: 20px;
  top: -53px;
}
.prod-overlay p,
.prod-overlay .btn{
	display:none;
}
.prod-overlay .btn{
	margin:0 5px;
}
.prod-overlay{
width: 100%;
position: absolute;
left: 0;
bottom: 0;
text-align: center;
background: rgba(0,0,0,0.25);
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
padding:0 0 4px 0;
	transition: all .5s ease 0s;
}
.plus-icon{
background: #fff;
width: 60px;
height: 60px;
display: flex;
    justify-content: center;
text-align: center;
color: #000;
    align-items: center;
    transition: all .5s ease 0s;
font-size: 1.0em;
font-weight: 500;
position: absolute;
left: 0;
bottom: 0;
}
.sec2box {
position: relative;
  width: calc(33.333% - 20px);
  background: #fff;
  padding: 15px;
  border-radius: 20px;
}
.sec2box:hover .sec2box-text{
    opacity: 1;
}
.sec2con {
margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sec2box-inner{
position: relative;
overflow: hidden;
}

.home-featured-products .slick-prev {
  left: -20px;
}
.home-featured-products .slick-next {
  right: -20px;
}
.sec2box a:hover .plus-icon,
.sec2box a:focus .plus-icon,
.sec2box a:active .plus-icon{
background: rgba(22,133,12,0.8);
color: #fff;
    width: 100%;
    height: 100%;
    font-size: 3.0em;
}

.sec2con .slick-track {
    display: flex
}

.sec2box h3 {
text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 400;
  border-bottom: rgba(5,29,64,0.10) solid 1px;
  padding-bottom: 20px;
}
.sec2box-text p:last-child{
    margin-bottom: 0;
}



.home-sec01{
    background: #f7f6ff;
}

.sec2box h3 span{
display: block;
font-size: 0.600em;
text-transform: none;
font-weight: 500;
margin: 15px 0 0 0;
}
.sec2box h3 span:after{
content: "\f105";
display: inline-block;
font-family: Font Awesome\ 6 Free;
font-weight: 700;
margin: 0 0 0 5px;
background: #eead1f;
border-radius: 100%;
text-align: center;
width: 20px;
height: 20px;
line-height: 20px;
vertical-align: middle;
font-size: 0.778em;
}
.sec2box-info {
background: #fff;
    float: left;
    width: 100%;
    padding: 30px 20px;
}



.sec2box-pic {
}

.sec2box img {
display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
}
.sec2box-text {
padding: 40px 20px 20px;
    position: relative;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px auto
}

.service-info {
    text-align: left
}

.social-sharing {
    width:57%;
    float: right;
    text-align: right
}

.social-sharing span {
    display: inline-block;
    font-size: 110%
}

.social-sharing span.bottom,
.social-sharing span.top {
    width: 100%
}

.social-sharing span.right {
    display: inline
}

a.button-facebook,
a.button-googleplus,
a.button-linkedin,
a.button-pinterest,
a.button-reddit,
a.button-twitter,
a.button-xing {
    font-size: 1em;
    font-weight: 400;
    margin: 1% 1% 1% 0;
    padding: 5px 1%;
    padding: .5rem 1%;
    text-align: center;
    display: inline-block;
    border: 0
}

a.button-facebook {
    font-size: 100%;
    color: #fff;
    background-color: #2b4170
}

a.button-facebook:active,
a.button-facebook:focus,
a.button-facebook:hover {
    font-size: 100%;
    background-color: #3b5998;
    color: #fff
}

a.button-googleplus {
    font-size: 100%;
    color: #fff;
    background-color: #c33219
}

a.button-googleplus:active,
a.button-googleplus:focus,
a.button-googleplus:hover {
    font-size: 100%;
    background-color: #a82508;
    color: #fff
}

a.button-twitter {
    font-size: 100%;
    color: #fff;
    background-color: #016cac
}

a.button-twitter:active,
a.button-twitter:focus,
a.button-twitter:hover {
    font-size: 100%;
    background-color: #006e97;
    color: #fff
}

a.button-linkedin {
    font-size: 100%;
    color: #fff;
    background-color: #0073b2
}

a.button-linkedin:active,
a.button-linkedin:focus,
a.button-linkedin:hover {
    font-size: 100%;
    background-color: #017cad;
    color: #fff
}

a.button-pinterest {
    font-size: 100%;
    color: #fff;
    background-color: #a0171c
}

a.button-pinterest:active,
a.button-pinterest:focus,
a.button-pinterest:hover {
    font-size: 100%;
    background-color: #cb2027;
    color: #fff
}

.ss-social-sharing a {
    text-indent: -99999px
}

a.ss-button-facebook,
a.ss-button-googleplus,
a.ss-button-linkedin,
a.ss-button-pinterest,
a.ss-button-reddit,
a.ss-button-twitter,
a.ss-button-xing {
    background-image: url(img/socialshare.png);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    margin: 0 1% 1% 0;
    display: inline-block
}

a.ss-button-twitter {
    background-position: 0 -45px
}

a.ss-button-twitter:active,
a.ss-button-twitter:focus,
a.ss-button-twitter:hover {
    background-position: 0 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-googleplus {
    background-position: -45px -45px
}

a.ss-button-googleplus:active,
a.ss-button-googleplus:focus,
a.ss-button-googleplus:hover {
    background-position: -45px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-facebook {
    background-position: -90px -45px
}

a.ss-button-facebook:active,
a.ss-button-facebook:focus,
a.ss-button-facebook:hover {
    background-position: -90px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-linkedin {
    background-position: -135px -45px
}

a.ss-button-linkedin:active,
a.ss-button-linkedin:focus,
a.ss-button-linkedin:hover {
    background-position: -135px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

a.ss-button-pinterest {
    background-position: -180px -45px
}

a.ss-button-pinterest:active,
a.ss-button-pinterest:focus,
a.ss-button-pinterest:hover {
    background-position: -180px 0;
    transition-delay: 0s;
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: ease-in-out
}

@media (max-width:480px) {
    .quotebox h2 br{
        display: none;
    }
    .social-sharing a {
        text-indent: -99999px
    }
    a.button-facebook,
    a.button-googleplus,
    a.button-linkedin,
    a.button-pinterest,
    a.button-reddit,
    a.button-twitter,
    a.button-xing {
        background-image: url(socialshare.png)!important;
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        padding: 0;
        border: 0
    }
    a.button-twitter {
        background-position: 0 -45px
    }
    a.button-twitter:active,
    a.button-twitter:focus,
    a.button-twitter:hover {
        background-position: 0 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-googleplus {
        background-position: -45px -45px
    }
    a.button-googleplus:active,
    a.button-googleplus:focus,
    a.button-googleplus:hover {
        background-position: -45px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-facebook {
        background-position: -90px -45px
    }
    a.button-facebook:active,
    a.button-facebook:focus,
    a.button-facebook:hover {
        background-position: -90px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-linkedin {
        background-position: -135px -45px
    }
    a.button-linkedin:active,
    a.button-linkedin:focus,
    a.button-linkedin:hover {
        background-position: -135px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
    a.button-pinterest {
        background-position: -180px -45px
    }
    a.button-pinterest:active,
    a.button-pinterest:focus,
    a.button-pinterest:hover {
        background-position: -180px 0;
        transition-delay: 0s;
        transition-duration: 250ms;
        transition-property: all;
        transition-timing-function: ease-in-out
    }
}

.section-title strong{
	font-weight: 600;
}
.home-welcome-copy h1 span{
font-size: 0.257em;
color: #ff6600;
display: block;
font-weight: 400;
padding-bottom: 20px;
}

.clear {
    clear: both
}

.box-inner {
    float: left;
    width: 100%
}
.btn.btn-transp{
	color: #008cd1;
	background: none;
	border: solid 1px #008cd1;
}
.btn.btn-transp:hover,
.btn.btn-transp:focus,
.btn.btn-transp:active{
	color: #fff;
	background: #008cd1;
}
.sidebox h3 {
position: relative;
  font-size: 1.4em;
}

.sidebox.accordion .box-inner h3 {
    margin: 0
}

.sidebox .btn {
    width: 100%
}

.inner-content {
    float: left;
    padding: 50px 0;
    width: 100%;
}

.clear.hr {
    background-color: #cfcdcd;
    float: left;
    height: 1px;
    margin: 11px 0;
    width: 100%
}

textarea {
    min-height: inherit!important
}

.introbox {
padding-left: 75px;
}

.linkbtn {
font-size: 1.2em;
width: 42px;
height: 42px;
font-weight: 600;
color: #fff;
background: #ff6600;
border-radius: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 30px;
top: 20px; 
}

/*.linkbtn:active,
.linkbtn:focus,
.linkbtn:hover {
    color: #fff;
   background-color:#008cd1
}

.linkbtn:active i,
.linkbtn:focus i,
.linkbtn:hover i {
    color: #2a9941
}*/

.linkbtn i {
    color: #092f57;
    margin: 0;
    vertical-align: middle
}

table {
    display: block;
    overflow: auto;
    border-collapse: collapse;
    width: 100%;
    clear: both;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-bottom: 30px;
    font-size: .8em;
    text-align: center
}

table th {
    background: #f8f8f8
}

table td,
table th {
    line-height: normal;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    padding: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .08)
}

table p {
    font-size: 1.125em;
    line-height: 30px
}

table p:last-child {
    margin-bottom: 0
}

.footer {
clear: both;
  padding: 10px 0;
  position: relative;
  width: 100%;
  line-height: normal;
  font-size: 0.889em;
}
.footer p:last-child{
    margin-bottom: 0;
}
.homeform img{
    display: block;
    margin: 0 auto;
}
/*.footer:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/pattern.jpg") no-repeat top center;
	background-size:cover; 
} */
.footer h3 {
font-size: 1.25em;
  margin: 0 0 30px;
  color: #ffde00;
}
.v-align-center{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subscribebox input[type=email],
.subscribebox input[type=text] {
    font-size: 1em;
    padding: 10px 15px;
    margin: 0 0 10px 0;
	border:solid 1px #001c57;
    transition: all .5s ease 0s
}

.subscribebox input[type=email]:focus,
.subscribebox input[type=text]:focus {
    border-color: #2a9941
}

.foot-col h4 {
    font-size: 1em;
    margin-bottom: 10px
}
.foot-col .social-icons a{
    background: rgba(255,255,255,0.20);
    color: #fff;
}
.foot-col .social-icons a:hover,
.foot-col .social-icons a:focus{
    background: #f3b549;
    color: #fff;
    text-decoration: none;
}
.footer-copyrights {
clear: both;
  font-weight: 400;
  position: relative;
}

.subscribebox .btn {
    width: 100%
}
.footer-nav li {
   display: inline-block;
  position: relative;
  border-left: solid 1px #394e6d;
  padding: 0 18px;
}
.footer-nav li:first-child {
    padding-left: 0;
    border-left: none;
}
.foot-col a {
    color: #000
}
.foot-col a:hover,
.foot-col a:focus,
.foot-col a:active{
    color: #f3b549
}

.footer-nav li a {
    display: block;
    text-transform: uppercase;
}
.footer a{
    color: #1d4a5c;
}
.foot-right-col{
    text-align: right;
}
.footer-nav {
   list-style-type: none;
  margin-right: 10px;
  display: inline-block;
}
.footer-copyrights p {
    margin-bottom: 10px;
}
.footer-copyrights p:last-child {
    margin:0;
}

.footer-copyrights a {
    color: #fff
}
.footer-copyrights a:hover,
.footer-copyrights a:focus,
.footer-copyrights a:active{
    color: #f3b549
}

.post {
width: 100%;
  background: #fff;
  padding: 30px;
  margin: 0 0 30px 0;
  clear: both;
  border: solid 1px #d8f2f9;
}

.post-inner {
    float: left;
    padding: 20px;
    width: 100%
}

.contentside .sidebox ul {
    margin-bottom: 0
}

.contentside .sidebox ul li {
    border-bottom: 1px solid #ccc;
    font-size: .889em;
    font-weight: 400;
    line-height: 22px;
    list-style-type: none;
    margin: 0;
    min-height: inherit;
    padding: 15px 0
}

.sidebox ul li:last-child {
    border: none
}

.contentside .sidebox ul li:first-child {
    padding-top: 0
}

.contentside sidebox ul li a:hover {
    color: #fed403
}

.post img {
    height: auto;
    max-width: 100%
}
.contentside .post p {
    margin-bottom: 20px
}

.post_info {
font-size: 0.889em;
clear: both;
float: left;
margin: 0 0 15px;
width: 100%;
font-weight: 700;
}

.post_info a:active,
.post_info a:focus,
.post_info a:hover {
    color: #f3b549
}

.post_info a {
    display: inline-block;
    margin: 0 20px 0 0;
	color: #444;
}


.post_info .fas {
    margin: 0 3px 0 0;
	color:#f3b549;
}
.post h2.title,
.post h1.title{
	font-size: 1.667em;
}
.post h2.title a,
.post h1.title a{
	color: #f3b549;
}

.post h1.title a:hover,
.post h1.title a:focus,
.post h1.title a:active,
.post h2.title a:hover,
.post h2.title a:focus,
.post h2.title a:active
{
    color: #5f5b93
}

::-webkit-input-placeholder {
    color: #1d4a5c;
    opacity: 1
}

:-moz-placeholder {
    color: #1d4a5c;
    opacity: 1
}

::-moz-placeholder {
    color: #1d4a5c;
    opacity: 1
}

:-ms-input-placeholder {
    color: #1d4a5c;
    opacity: 1
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-family: "Open Sans", sans-serif;
  border: none;
  box-shadow: none;
  height: auto;
  line-height: normal;
  font-size: 0.889em !important;
  color: #1d4a5c;
  padding: 12px 20px !important;
  width: 100% !important;
  opacity: 1;
  background: #fff;
  font-weight: 400;
  border-radius: 12px;
}
.contact-form hr{
   height: 1px;
  background: #f3b549;
  border: none;
  margin: 30px 0 30px 0;
}
.sidebox {
clear: both;
  margin: 0 0 30px 0;
  width: 100%;
  border: solid 1px #d8f2f9;
  overflow: hidden;
  padding: 30px;
}

.sidebox ul {
    margin: 0
}

.sidebox ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px
}

.sidebox ul li:before {
content: "\f0a9";
font-family: Font Awesome\ 6 Free;
position: absolute;
left: 0;
top: 3px;
color: #f3b549;
font-weight: 700;
font-size: 0.80em;
}

.sidebox ul li a {
    display: block;
    padding: 3px 0;
    color: #444;
}

.sidebox ul li a:active,
.sidebox ul li a:focus,
.sidebox ul li a:hover {
    color: #f3b549
}

.sharethis {
    float: right;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.sharethis img {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 5px
}

.sidebox.accordion h3 {
    cursor: pointer;
    padding-left: 40px
}

.sidebox.accordion h3:before {
    content: "\f067";
    color: #000;
    font-family: Font Awesome\ 6 Free;
    left: 0;
    position: absolute;
    top: 5px;
    background: #fecc17;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: .8em;
    border-radius: 3px
}

.sidebox.accordion h3.active:before {
    content: "\f068"
}

.sidebox p {
    padding: 0
}

.sidebox.box-light h3 {
    color: #004b8f
}

.sidebox .sidebox-events li span {
    display: block;
    font-size: .722em;
    font-weight: 400
}

.contentside ul li:before {
content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("img/logo-shape-yellow.svg") no-repeat;
  width: 32px;
  height: 20px;
    
}
.border-shadow{
border-radius: 30px;
}
.contentside ul li {
list-style-type: none;
  padding: 0 0 0 50px;
  position: relative;
  color: #fff;
  margin: 15px 0;
        
}
.home-featured-products {
background: #374e4f;
  border-radius: 30px;
  padding-left: 100px;
  padding-right: 100px;
    overflow: hidden;
}
.home-featured-products:before {
content: "";
  width: 100%;
  height: 100%;
  background: url("img/shape-white.svg") no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: -220px;
  opacity: 0.1;
}
.home-featured-products .section-title{
    color: #fff;
}
.contentside ol li {
    counter-increment: step-counter;
    list-style-type: none;
    padding: 2px 0 2px 1.1em;
    position: relative
}

.contentside ol li::before {
color: #f3b549;
  content: counter(step-counter, decimal);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 1px;
  font-weight: 600;
  font-size: 0.85em;
}

.form-half {
    margin: 0 0 0 2%;
    float: left;
    width: 49%
}

.form-half:first-child {
    margin-left: 0
}

.contentside ol,
.contentside ul {
    margin: 0 0 25px;
    padding: 0
}

.contentside blockquote p:last-child {
    margin-bottom: 0
}


.contentside blockquote {
box-shadow: 0 0 25px rgba(20, 55, 84, .22);
  border-left: 7px solid #f3b549;
  margin: 0 0 20px;
  padding: 40px 50px;
  width: 100%;
  font-style: italic;
}

.contentside ul ul {
    margin: 0;
    padding: 20px 0 0
}

.contentside ul li:last-child {
    padding-bottom: 0
}

.slider-img {
    float: left;
    width: 54%
}

.home-slider .container {
    position: relative
}
@media screen and (max-width:1800px) {

    
    .home-slider .slick-prev {
  left: -20px;
}
    .home-slider .slick-next {
  right: -20px;
}
    .wrapper {
        width: 96%;
    max-width: 100%;
    }
}
@media screen and (max-width:1600px) {
    .stratus-model ul {
  column-gap: 100px;
}
    .section-title{
  font-size: 2.25em;
}

    ul.slimmenu li a {
  font-size: 0.7em;
}
    ul.slimmenu li {
  margin: 0 10px;
}
    

    .home-welcome-copy::before {
left: 0;
}
	.recent-projects .slick-prev {
  left: -10px;
}
	.recent-projects .slick-next {
  right: -10px;
}
	
	
   
	
   
    .home-featured-products .slick-prev {
        left: 0
    }
    .home-featured-products .slick-next {
        right: 0
    }

    .form-row textarea {
        height: 68px
    }
}



@media screen and (max-width:1440px) {
    .triangle-wrapper:not(:first-child) {
  margin-left: clamp(-160px, -8vw, -160px);
}
    .triangle h3 {
  font-size: 2.3em;
}
    .introbox {
  padding-left: 35px;
}
    .section {
  padding-top: 70px;
  padding-bottom: 70px;
}
    .stratus-model ul li br{
        display: none;
    }
    .quotebox blockquote p {
  font-size: 1.6em;
}
    .timeline-nodes {
  margin-top: -100px;
}
    .quiz-info .row > [class^="col"]:first-child::before {
  left: 90%;
}
    .featurebox.demo::before {
  box-shadow: 0 0 0px 180px #EFF0F4;
}


    .footer-nav li {
  padding: 0 10px;
}

    .sec2box .icon-sec2box {
  width: 80px;
  height: 80px;
  font-size: 2.0em;
}
    .numbers h3{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-featured-services ul li::before {
  right: -21%;
  width: 30%;
}

  

}
   
	

@media screen and (max-width:1400px) {
    ul.slimmenu {
  margin: 20px 0 0 0px;
}
    
    
}

@media screen and (max-width:1366px) {
      .triangle-wrapper:not(:first-child) {
    margin-left: clamp(-170px, -8vw, -170px);
  }
    .triangle {
  width: clamp(345px, 22vw, 397px);
}
     .introbox {
    padding-top: 30px;
         padding-bottom: 30px;
  }
    .homeform .featurebox h2{
        font-size: 2.5em;
    }
	.homeform .featurebox::after {
    border-left: 206px solid transparent;
    border-right: 206px solid transparent;
}
    .banner-inner .featurebox h2 {
        font-size: 1.375em
    }
	
	
}

@media screen and (max-width:1280px) {
    .home-featured-services ul li h3 {
  font-size: 1.0em;
}
    .stratus-difference h4{
        font-size: 1.1em;
        
    }
    .stratus-difference ul li {
  font-size: 1.0em;
}
    .stratus-model ul{
    margin: 0;
    }
    .stratus-model h4 {
  font-size: 1.1em;
  padding: 20px 0 0 0;
}
    .stratus-model ul li {
  font-size: 1.0em;
}
    .banner-inner h1, .banner-inner p {
  font-size: 2.6em;
}

	
	.home-featured-services-inner{
	padding-bottom:50px;	
	}
	.home-featured-services-inner::before{
	display:none;	
	}
	.homeproducts-top-strip{
	display:none;	
	}
	.home-featured-products{
	margin:0;	
	}

	
	.homeform .featurebox::after {
	display:none;	
	}

	
	
    

   
  
    .home-featured-products h2 br {
        display: none
    }
    .banner-inner .featurebox h2 {
        font-size: 1.111em
    }
}

@media screen and (max-width:1200px) {

	.home-welcome-copy{
		padding: 70px 0;
		
	}
	.slider-curve{
		display: none;
		
	}
	

    .header::after {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .thankyou-content{
    min-height: 450px;
}
    .home-featured-services ul li:nth-child(2) .stepno {
  top: 0;
  bottom: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
    .home-featured-services ul li:nth-child(2) .stepno span {
  transform: translateY(-10px);
}
    .home-featured-services ul li:nth-child(1),
    .home-featured-services ul li:nth-child(2),
    .home-featured-services ul li:nth-child(3){
 position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 120px 0 0 0;
    width: 100%;
        margin: 10px 0;
}
    .stepno{
margin: 0 0 0 -60px;
    }
    .stepline,
    .stepline-hor{
        display: none;
    }
    .home-featured-services ul {
  min-height: auto;
  margin: 0;
}
    .stratus-difference{
        padding-left: 20px;
        padding-right: 20px;
    }
    .stratus-difference ul {
  column-gap: 100px;
}
    .turn1199{
        transform: rotate(90deg);
    }
    .cta-box {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
    .slider-text-inner {
  width: 50%;
}
    .home-featured-products.section{
        padding: 30px;
    }
    .main-nav {
  position: relative;
}
   
    .testimonials-rotator {
  padding: 0 100px;
}
    .sliderright-col::after {
  width: 68px;
  height: 74px;
  background-size: contain;
}
    .sliderright-col {
  width: 40%;
}
   
    .sliderleft-col {
  margin-top: 0;
        width: 60%;
}


    .section{
       padding-top: 50px;
        padding-bottom: 50px;
    }

      .sec2box-pic, .sec2box-text {
    width: 100%;
  }
      .sec2box-text {
    padding: 30px 20px;
  }
     .sec2box h3 {
    font-size:1.0em;
  }

	.home-featured-services ul li:nth-child(3):before{
	display: none;
}

	.slider-text h2 {
  font-size:1.5em;
}
	.product-container {
  padding-top: 20px;
}
	.home-cta ul li:first-child {
  margin-bottom: 0;
}
		.home-cta ul li {
margin: 0;
width: 49.5%;
}

	.featurebox.popupform{
		top: 80px;
	}
	.grid3x3.sec2con {
  padding: 0;
}
	.home-cta ul {
  padding-top: 10px;
}
	h2 {
  font-size: 1.7em;
}
	
	.home-featured-services h2 br{
		display: none;
	}
	.home-welcome-copy h1 span {
  font-size: 0.5em;
}
	 .section-title{
        font-size:2.0em;
    }

    .prod-txt {
  padding: 0 20px 20px;
}
    .home-featured-services p br{
    display: none;
    }
	.main-nav.sticky-nav {
  position: relative;
  left: auto;
  top: auto;
}
	
	.home-why-choose ol li {
  width: 31%;
margin: 10px 1%;
}
	.blog-home ul li {
  width: 31%;
}
    .recent-projects{
        padding-top: 30px;
    }
	
	.ref-code input[type="text"]{
	margin-bottom:12px;	
	}
	
	
	
	.header.sticky-head{
	position:relative;
	left:auto;
	top:auto;	
	}
	.header.sticky-head .logo {
    display: block;
}

	.home-featured-services h2 {
    text-align: center;
}
	
	.homeform .featurebox::after{
	display:none;	
	}
	
	.v-center {
    align-items: inherit;
}

	.home-featured-products-inner{
	background-size:inherit;	
	}
	.home-welcome-copy .featurebox {
    margin-top: 0;
}
	.searchsite{
	display:none;	
	}
	
	
    ul.slimmenu li li .sub-toggle {
        top: 0;
        right: 0;
        min-height: inherit;
        padding: 5px 17px
    }
    .service-col {
        background-image: none
    }
    .service-col-inner {
        padding: 20px
    }
    .home-slider .slick-slide::after {
        display: none
    }

    .home-featured-services .row {
        padding-top: 0
    }

    .home-slider .slick-slide::before {
        width: 100%;
        left: 0;
        transform: inherit;
        height: 100%
    }
    .home-slider-container {
        margin-top: 0
    }
    .home-slider .slick-arrow {
        margin-top: -30px
    }
    .home-slider .slick-prev {
        left: 5px
    }
    .home-slider .slick-next {
        right: 5px
    }
    .home-welcome-copy p {
        font-size: 1em;
        line-height: 1.5em
    }
    
    .sidebar .featurebox h2 br {
        display: none
    }
   
    .home-welcome-copy h1 br {
        display: none
    }
   
   
    .sec2box h3 .fas {
        right: 10px;
        top: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

   
   
    ul.slimmenu li {
        padding-left: 0
    }
    ul.slimmenu li ul {
        border: none;
        box-shadow: none;
        border-radius: inherit
    }
    ul.slimmenu li {
        margin-left: 0
    }
    ul.slimmenu {
text-align: left;
    width: 100%;
    clear: both;
    display: none;
    padding-top: 20px;
        margin: 0;
    }
    ul.slimmenu li a {
 padding:6px 0;
        border: none
    }
    ul.slimmenu li .sub-toggle {
right: 0;
    top: 0;
    padding: 5px 15px;
    min-height: 42px;
    display: block;
    background: rgba(255,255,255,0.5);
    color: #fff;
    }
  
    ul.slimmenu li>ul {
        width: 100%
    }
   
    ul.slimmenu i {
        font-style: normal;
    }
    ul.slimmenu li.current-menu-item>a {
        background: 0 0
    }
    ul.slimmenu li ul li {
        margin: 0;
    }
    ul.slimmenu li ul li:first-child::before {
        content: normal
    }

    .quotebox cite::before {
        content: normal
    }

    .test-bg {
        display: none
    }
    .sidebar .featurebox {
        margin-top: 0
    }
    .home-featured-products h2 br {
        display: none
    }
    ul.slimmenu li {
        border-top:rgba(255, 255, 255, 0.05) solid 1px;
        display: inline-block;
        float: none;
        padding: 0;
        border-left: none
    }
    .btn-call {
        float: none;
        display: inline-block;
        margin: 15px 0 0 0
    }
    .box h3 {
        font-size: 1.222em
    }
    .banner-inner h2 {
        font-size: 1.222em
    }
    .featurebox input.input-large[type=text] {
        width: 92%
    }
    .featurebox h3 {
        font-size: 1.111em
    }
    .post h1,
    .post h2 {
        font-size: 1.333em;
    }
    .more {
        display: inline-block
    }
    .intro-pic {
        width: 16%
    }
}

@media screen and (max-width:1024px) {
    .sidebtn {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
        clear: both
    }
    .closebtn-icon {
        display: none
    }
    .banner-inner .featurebox {
        width: 100%
    }
    nav ul li a {
        padding: 13px 11px;
        font-size: .778em;
        font-weight: 400
    }
    .slider ul li {
        line-height: 18px!important;
        background-position: left top
    }
}

@media screen and (max-width:991px) {
    .why-stratus .section-title{
        padding-bottom: 0 !important;
    }
    .triangle-wrapper {
  width: 50%;
}
    
      .triangle-wrapper:not(:first-child) {
    margin-left: 0;
  }
     .triangle {
    width: 100%;
    max-width: 100%;
    min-height: 274px;
    aspect-ratio: inherit;
  }
    .triangle.up {
  clip-path: inherit;
}
    .triangle.down {
  clip-path: inherit;
}
    
    .triangle-content {
justify-content: center;
    position: relative;
    padding: 90px 20px;
}
    .triangle-wrapper:nth-child(3) .triangle-content, .triangle-wrapper:nth-child(5) .triangle-content {
  justify-content: center;
}
    .triangle-wrapper .triangle.down + .triangle-icon {
  top: 15px;
}
    .triangle-icon {
  bottom: 15px;
}
    .triangle p {
  max-width: 100%;
}
    
    
    
    .contentside{
        padding: 30px 40px !important;
    }
    .section-subtitle {
  font-size: 1.3em;
}
    .overlay-black {
  padding: 50px 20px;
}
    .slider-text{
        margin-bottom: 30px;
    }
    .section.about-sec2 {
  padding-left: 20px;
  padding-right: 20px;
}
    .featurebox.demo::before {
        display: none;
    }
    .cta-box .btn{
        margin-top: 20px;
    }
    .slider-text .btn {
  right: 40px;
  bottom: 100px;
  font-size: 0.75em;
}

    .foot-right-col {
  text-align: center;
}
    .footer-nav {
  margin-right: 0;
  display: block;
}

    .section.homeform{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section.home-featured-products{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-featured-services ul {
    gap: inherit;
  }

    .numbers h3{
        padding-left: 0;
        border-left: none;
        border-top:solid 1px #d8f2f9;
    }
    .sliderright-col::after {
        display: none;
    }
     .sliderleft-col {
  width: 100%;
}
    .sliderright-col {
  width: 100%;
}
    .home-slider .d-flex{
     display: inherit !important;
    }
    .quotebox blockquote::before {
  left: 0;
}
     .home-welcome-copy::before {
    display: none;
  }
    .prod-list ul li {
    width: 48%;
  }
    

    .footer-copyrights {
  margin-top: 20px;
}
    .home-sec01 .btn{
        margin-bottom: 20px;
    }
    

.sec2con {
  margin-top: 0;
}
		  .sec2box, .grid3x3 .sec2box {
    width: 100%;
  }
	.topright .btn{
padding-left: 15px;
    padding-right: 15px;
    font-size: 0.95em;
	}
	.contact-info{
		padding: 0 20px;
height: inherit;
margin-bottom: 20px;
	}
	.contact-info li {
  text-align: center;
}
	.sbi-col{
		width: 48%;
		margin: 10px 1%;
	}
	.product-item {
  width: 48%;
}
	.homeform .featurebox-inner {
  padding: 0;
}

	.home-slider-container::before{
		display: none;
	}
	.slider-text::before{
		display: none;
	}



   
    .featurebox-inner::before {
    display: none;
    }
   


	.blog-home ul {
  padding: 20px 0;
}
    .sec2con-static .sec2box {
  width: 48%;
}
   
  
	.foot-col{
	padding:10px 0;	
	}
	.border-sep{
	border:none;	
	}
	.testimonials-rotator::before {
	left:10px;	
	}
	.testimonials-rotator::after {
	right: 10px;
bottom: 0;
	}
	
.cta-icon {
    top: 38px;
}

	.home-why-choose ol li::before,
	.home-why-choose ol li::after{
	display:none;	
	}
	
	.locations-served-bar ul li{
	width:31%;	
	}

    .service-page .home-featured-services ul li{
	width: 48%;
margin: 10px 1%;
	}
	.home-welcome-copy .featurebox {
    margin-top: 20px;
}
	.overlay-black::after{
	display:none;	
	}
    .home-featured-services ul li:nth-child(4) .step-arrow {
        display: block
    }


    .quotebox::before {
        left: 30px;
        top: 0;
        font-size: 1.8em
    }
    .quotebox::after {
        right: 30px;
        bottom: 0;
        font-size: 1.8em
    }

    .home-why-choose::before {
        display: none
    }
    .product-item h3 {
        font-size: 1.5em
    }
    .recent-projects ul li {
        border: none;
        margin: 0;
    }
   
   
    .home-testimonials::after {
        display: none
    }
    .testimonial h2 {
        margin-bottom: 20px
    }
    .home-welcome-copy img {
        display: block;
        margin:20px auto 0;
    }
    .gallery-item h3 {
        font-size: 1.3em
    }
    .breadcrumb-bar {
padding: 20px 0 0 10px;
    }
    .contentside .featurebox {
        margin-top: 0
    }
   

    
   
    .recent-projects ul {
        padding: 0
    }
    h3,
    h4 {
        font-size: 1.7em
    }
    
    .banner-inner h1,
    .banner-inner p {
        background: 0 0;
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        color: #fff;
        font-size: 2.0em;
    }
    
   
    .home-featured-products iframe {
        margin-bottom: 10px
    }
    .sidebar {
        clear: both;
        padding-top: 20px
    }
   
   
    .finance-left,
    .finance-right {
        width: 100%
    }
    nav ul li a {
        font-size: .889em
    }
    nav ul li ul li:hover ul {
        position: relative
    }
    nav ul li ul li ul li a {
        padding-left: 40px
    }
    nav ul {
        text-align: left
    }
    nav ul li {
        border-bottom: 1px solid #504944
    }
    nav ul li ul {
        width: 100%
    }
    nav ul li ul ul {
        left: auto;
        position: relative;
        top: auto;
        margin-bottom: 10px;
        display: block
    }
    .camera_next,
    .camera_prev {
        display: none!important
    }
   
    .accordion h3 span {
        padding-top: 3px
    }
    .tinynav {
        border: none;
        border-radius: 5px;
        display: block;
        padding: 7px 2%;
        width: 70%;
        float: left
    }
}

@media screen and (max-width:900px) {
    .footer-nav li a {
        line-height: 22px
    }
}

@media screen and (max-width:768px) {
    .header .btn {
  padding: 16px 20px;
  font-size: 0.85em;
}
        .logo img{
        max-width: 300px;
    }
     [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: none !important;
    opacity: 1 !important;
  }
    .stratus-model ul {
    column-gap: 50px;
  }
    .stratus-model ul li img{
        width: 90px;
    }
      .section-title {
    font-size:1.5em;
  }
    
    
   
     .testimonials-rotator {
    padding: 20px;
  }
    .testimonials-rotator .slick-prev {
  left: 0;
}
    .testimonials-rotator .slick-next {
  right: 0;
}

	.home-featured-services ul li::before {
		display: none;
	}

	.sec2box h3{
		width: auto;
	}
	.sec2box h3::before{
		transform: none;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
	}

    .prod-page .sec2box {
  width: 50%;
  margin: 0;
}
    .brands ul {
  padding: 0;
}
	


	    .home-featured-services ul {
        padding-top:0;
    }

    .head-email .fa-envelope-o {
        margin: 0 3px 0 0
    }
    .home-featured-products p br {
        display: none
    }
}


@media screen and (max-width:767px) {
    .logos-outer  .section-title br{
        display: none;
    }
    .logos-outer ul li {
      width: 48%;
    margin: 5px 1%;
}
    .contentside.alt .introbox {
  padding-left: 30px;
}
     .contentside {
    padding: 30px 0px !important;
  }
    
    .testimonials-rotator {
    padding: 0;
  }
      .stratus-difference {
    padding-left: 0;
    padding-right: 0;
  }
    .testimonial-single {
  padding: 30px 0 0 0;
}
    .footer img{
        margin-bottom: 20px;
    }
    .footer{
        text-align: center;
    }
     .footer .text-right {
    text-align: center;
  }
     .overlay-black {
    padding: 30px 0;
  }
    .broese-by-alphabet {
  padding-bottom: 0px !important;
}
    .terms-search-form input:not(.btn) {
  width: 69%;
}
    .terms-search-form .btn {
  width: 30%;
}
    .terms-search {
  margin-bottom: 30px;
  padding: 30px;
}
    .timeline {
  margin-top: 50px;
}
    .timeline-nodes {
    margin-top: 0;
  }
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
}
.timeline-nodes:nth-child(even) {
    flex-direction: row;
}
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-image {
    position: absolute;
    left: 0%;
    top: 60px;
    /*transform: translateX(-50%;);*/
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 13%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;
    border-right: 10px solid #374e4f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 13%;
    right: 100%;
    width: 0;
    border-right: 10px solid #374e4f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}
    .timeline-image {
  font-size: 1.0em;
}
.timeline-image::before {
width: 45px;
    height: 45px;
    border-width: 2px;
}
    .quiz-box {
  padding: 20px;
  margin-bottom: 20px;
}
    .quiz-info {
  padding: 20px;
  margin-bottom: 20px;
}
     .quiz-info .row > [class^="col"]:first-child::before {
    display: none;
  }
     .quiz-info .row > [class^="col"]:first-child ul {
    margin-bottom: 30px !important;
  }
    .col-about-sec2 {
  width: 100%;
  margin: 5px 0;
  padding: 20px;
}
    .faq-outer {
  padding-top: 0;
  padding-bottom: 20px;
}
    
    .faq-outer h3 {
  margin: 0 0 10px 0;
}
    .featurebox.demo {
  padding: 30px 10px;
}
    .featurebox.demo .form-row {
  margin-bottom: 0;
}

    .cta-box::before {
  width: 100%;
        right: 0;
}
    .homeform .form-row {
  margin-bottom: 0;
}
    .menu-collapser {
  top: -45px;
}

    .contact-form input{
        margin-bottom: 10px;
    }
    .contact-form form{
        margin-bottom: 20px;
    }
    .inner-content {
  padding: 30px 0;
}
    .sec2con {
  padding: 0;
}
   
   .collapse-button {
  width: 43px;
  height: 43px;
}

      .topright .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3em;
  }
    .gmb-review-rating {
  width: 100%;
}
    .header .social-icons{
width: 100%;
    margin: 10px 0;
    }

     .footer-copyrights {
    margin-top: 0;
  }

	ul.slimmenu li .sub-toggle {
  min-height: 39px;
}
	.home-cta ul li h3 {
  font-size: 1.7em;
}
	.btn.schedule-btn {
  right: -72px;
}
	body{
		font-size: 100%;
		
	}


	.headphone-mobile{
	display: inline-block;

font-size: 1.2em;

vertical-align: middle;
}
	.headphone-mobile a{
		background: #008cd1;
padding: 7px 20px;
		display: block;
		color: #fff;
border-radius: 50px;
	}
	.headphone-mobile .fa-phone{
		font-size: 0.85em;
	}
	.headphone-mobile a:hover,
	.headphone-mobile a:focus,
	.headphone-mobile a:active{
background: #ff6600;
color: #fff;
}

	.home-cta ul li:first-child {
  margin-bottom: 10px;
}
	.headphone-mobile a{
		color: #fff;text-decoration: none;
	}
	.home-cta ul li {
  width: 100%;
}

    .quotebox-inner::before {
  font-size: 3.000em;
  left: 20px;
  top: 20px;
}
     .quotebox-inner::after {
  font-size: 3.000em;
  right: 20px;
  bottom: 20px;
}

   
    .home-why-choose.home-why-choose-static ol li {
  width: 100%;
  margin: 0 0 20px;
}
    .sec2con-static .sec2box {
  width: 100%;
}
    .sec2con.sec2con-static {
  display: flex;
}
    .topbar {
  padding: 0;
}
    .home-why-choose h2 br{
        display: none;
    }
	.home-why-choose .whychoose-single img{
		margin: 0 auto;
		display: block;
		
	}

	
	.footer p:last-child{
	margin:0;	
	}
	.footer-nav li:last-child{
		padding-bottom:0;
}
	.industry-catg ul li {
    list-style-type: none;
    margin: 5px 0.5%;
    width: 49%;
    border: solid 1px rgba(255,255,255,0.5) !important;
}
	.contentside .homeform-inner {
    padding: 30px 0;
}
	.sidebar .form-row {
    margin: 0;
}
.sidebar .featurebox h2 {
    margin-bottom: 20px;
}
	
	
	.heademail{
	display:block;
	margin:10px 0;
	border:none;
	padding:0;	
	}
	
	.featurebox input[type="email"], .featurebox input[type="text"], .featurebox input[type="tel"], .featurebox select, .featurebox textarea{
	margin-bottom:15px;	
	}	


	.locations-served-bar ul li{
	width:100%;	
	}
	.contentside.sidebar .form-row {
    margin: 0;
}
	
	
	
	
	.home-why-choose ol{
	padding:0;	
	}
	

    
    .home-slider .slick-slide::before {
        display: none
    }
    .product-item {
        width: 100%;
		margin: 10px 0;
    }
   

    .gallery-item {
        width: 49.70%
    }
    .post h1.title,
    .post h2.title {
        font-size:1.5em
    }
   

   
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        margin: 0 auto 20px
    }

    .home-slider .slick-slide {
        padding-bottom: 0
    }
   
    .home-slider .slick-dots {
        width:100%;
    }
    .slider-text h3 {
        font-size: 1.111em
    }
    .home-slider {
        border: none
    }
    .sidebox.accordion h3::before {
        top: 0
    }
    .text-right {
        text-align: left
    }
    .introbox p {
        margin-bottom: 20px
    }
    .home-welcome-copy {
        padding-left: 0;
        padding-right: 0
    }

    .post {
        width: 100%;
padding:20px 10px;
        margin: 0 0 15px 0
    }
   
	.form-row{
	margin-top:0;
	margin-bottom:0;	
	}
    .row {
        margin-left: 0;
        margin-right: 0
    }
    .banner-inner h2 {
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
        width: 100%
    }
    .header .col-lg-3 {
        padding-left: 15px
    }
    .head-email {
        padding-top: 0
    }
    .header .col-lg-3 {
        width: 100%
    }

    .sidebar .featurebox {
        margin-top: 0
    }
    .heading {
        font-size: 1.111em;
        padding: 8px 47px 7px 20px;
        display: block;
        clear: both
    }
    .areas-served {
        margin-bottom: 30px
    }
    .accordion h3 span {
        padding-top: 3px
    }

    .cta-btn {
        display: block;
        left: auto;
        margin: 6px auto 0;
        position: relative;
        right: auto;
        top: auto
    }
    .sharethis {
        float: right
    }
    .featurebox input.input-large[type=text] {
        width: 100%
    }
    .camera_next {
        right: 0
    }
    .camera_prev {
        left: 0
    }
    .footer-links.footer-nav li a {
        background: 0 0;
        padding-left: 0
    }
    .footer .span3 {
        background: 0 0
    }
    .featurebox {
        min-height: inherit;
        padding: 30px 20px 30px;
    }
    .topbar p {
        font-size: .889em;

    }
}

@media screen and (max-width:640px) {

	.home-why-choose ol li {
width: 100%;
        margin: 5px 0;
padding: 20px;
}
	.blog-home h3 {
  font-size: 1.0em;
  padding: 20px;
}
	.blog-home ul li {
  width: 100%;
  margin: 10px 0;
}

	.stepicon {
    padding: 0;
    font-size: 1.5em;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

    .product-item img {
        width: 100%
    }
    
    .home-featured-services ul li a::before {
        display: none
    }
    .gallery-page ul li {
        width: 49%;
        margin: 5px 0!important
    }
    .service-info {
        position: relative;
        left: auto;
        bottom: auto;
        float: left
    }
    .basic-table td {
        float: left;
        width: 100%;
        padding: 20px
    }
    .header .col-lg-3 {
        padding-left: 15px
    }
    .post h1,
    .post h2 {
        font-size: 1.111em
    }
    .post .btn {
        float: left
    }
    .introtext {
        width: 100%;
        padding: 5px 0 0 0;
        background: 0 0
    }
}

@media screen and (max-width:575px) {
      .triangle {
    min-height: 310px;
  }
     .quotebox blockquote p {
    font-size: 1.3em;
  }
     .stratus-model h4 {
    padding: 0;
  }
    .features-wrap {
  margin-top: 20px;
}
      .stratus-difference ul {
    column-gap: 0;
    width: 100%;
          grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
      .stratus-model ul {
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
     .stratus-model ul li img {
    width: 50px;
  }
    .review-meta {
  padding-right: 80px;
}
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
}
.timeline-image {
    position: absolute;
    left: -5%;
    }

      .slider-text .btn {
    right: auto;
    bottom: auto;
    position: relative;
  }

    .slider-text-inner {
    width: 100%;
  }
     .logo img {
    max-width: 200px;
  }
    .quotebox blockquote{
padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    }
    .numbers h3 {
  margin: 5px 0;
}

      .prod-list ul li {
    width: 100%;
    margin: 10px 0;
  }
    .contentside blockquote {
  padding: 30px;
}
	

	.recent-projects .slick-prev {
  left: 0;
}
	.recent-projects .slick-next {
  right: 0;
}


	.sbi-col{
		width: 100%;
		margin: 10px 0;
	}
    .service-page .serve-info h3 {
  font-size: 1.5em;
}
    .service-page .home-featured-services ul li{
	width: 100%;
margin: 10px 0;
	}
    .home-cta ul li {
  width: 100%;
        padding: 20px 0;
}
     .prod-page .sec2box {
  width: 100%;
}
	.sec2box, .grid3x3 .sec2box {
  width: 100%;
}
	
	
   .contentside .featurebox input[type="email"], .contentside .featurebox input[type="text"], .contentside .featurebox select, .contentside .featurebox textarea, .contentside .featurebox input[type="tel"]{
	 margin-bottom:10px;  
	 }
}

@media screen and (max-width:480px) {
	.banner-inner h1, .banner-inner p {
  font-size: 1.3em;
}
	.contact-info h3 .btn {
  font-size: 0.70em;
}

    .form-col-half {
  width: 100%;
}
    .service-page .home-featured-services ul li{
    width: 100%;
        margin: 10px 0;
    }
	.industry-catg ul li {
    margin: 5px 0;
    width: 100%;
}
	

	
	.gallery-item {
        width: 100%
    }


    
    .home-slider .slick-slide::before {
        background: 0 0
    }

   
    .post_info a {
        margin: 0;
        display: block
    }
    .sharethis {
        float: left;
        width: 100%
    }
    .post .social-sharing {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        text-align: left
    }
    .topbar p span {
        font-size: .611em
    }
}

@media screen and (max-width:479px) {
    .logo {
  margin-right: 20px;
}
      .terms-search-form input:not(.btn) {
    width: 100%;
    margin: 0 0 10px 0;
  }
    
      .terms-search-form .btn {
    width: 100%;
  }
     .menu-collapser {
    top: -35px;
  }
      .collapse-button {
    width: 33px;
    height: 33px;
    padding: 6px;
  }
     
      .header .btn {

  }
   
    .sec-tagline::before,
    .sec-tagline::after {
        display: none;
    }
	
	
.sec2box:hover .prod-overlay .btn, .sec2box:focus .prod-overlay .btn, .sec2box:active .prod-overlay .btn{
display:block;	
}

.sec2box h3 br{
display:none;
}
.prod-overlay p, .prod-overlay .btn {
    display: block;
}
	.sec2box h3 span{
	display:none;	
	}

    .c100 {
        float: none;
        margin: 0 auto 10px
    }
    .sec2box-col {
        width: 100%;
        float: left;
        text-align: center
    }
    .sec2box-col:last-child {
        min-width: inherit;
        max-width: inherit;
        padding: 10px 0 0 0
    }
    .slider-text .btn br {
        display: inline-block
    }
    .social-sharing {
        clear: both;
        display: block;
        float: left;
        font-weight: 600;
        margin: 0;
        vertical-align: middle;
        width: 100%
    }
    .post .social-sharing {
        width: 100%
    }
   
    .form-full,
    .form-half {
        float: left;
        margin: 0 0 10px 0;
        width: 100%
    }
    .form-medium {
        width: 50%
    }


}
@media screen and (max-width:374px) {
  .main-nav .btn {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width:320px) {
    .contentside .nav-tabs li {
        width: 100%
    }
    .contentside .nav-tabs li a {
        display: block;
        margin: 0
    }
    
}