@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}
::selection {
    background: #263045;
    color: #fff;
    text-shadow: none;
}
/*.font{
  font-family: 'Playfair Display', serif;
}*/
body, html{
	margin: 0;
	padding:0;
	background-color: #fff; 
  font-family: 'montserratregular';
	font-weight: normal;
  font-style: normal;
  outline: none;
  height: 100%
/*  overflow: hidden;*/
}
div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
pre{
	word-break: break-word;
    white-space: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #231f20;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none
  color:#ea5607;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;   
  font-weight: 600;
  font-family: 'montserratregular';
}
h2,h1{
 /* font-family: 'Playfair Display', serif;*/
  font-style: normal;
  font-size: 60px;
  color: #082836;
  font-weight: bold;
}
h4{
  color: #6d7278;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
}
h6{
 /* font-family: 'Playfair Display', serif;*/
  color: #fff;
  font-size: 14px;
}
p{
  margin: 0 0 20px 0;
  line-height: 22px;
  padding: 0;   
  font-weight: 400;
  font-size: 14px;
  color: #6d7278;
  text-align: justify;
}
p:last-of-type{
  margin: 0;
}
h3 {
  /*font-family: 'Playfair Display', serif;*/
  font-style: normal;
  font-size: 30px;
  color: #082836;
  font-weight: bold;
}

h5 {
 /* font-family: 'Playfair Display', serif;*/
  font-style: normal;
  font-size: 16px;
  color: #626262;
  margin-top: 10px;
  font-weight: 400;
}
.view_btn{
  font-style: normal;
  font-size: 16px;
  color: #27a4d7;
  margin: 20px 0 0 0;
  font-weight: 600;
  display: inline-block;
}
.view_btn:hover{
  color: #626262;
}
.read_btn{
  font-family: 'montserratregular';
  font-style: normal;
  font-size: 14px;
  color: #00b6f1;
  margin: 10px 0 0 0;
  font-weight: 600;
  display: inline-block;
}
.read_btn:hover,.read_btn:hover i{
  color: #000;
}
ul, li, ol{
	  margin: 0;
    padding: 0;
    list-style: none;
}
select:-moz-focusring {
color:transparent;
outline:none;
text-shadow:0 0 0 #000;
border:0;
}
select{ 
	-moz-appearance:none; 
	-webkit-appearance:none; 
	appearance:none; 
	cursor:pointer; 
	outline:none;  
	border-radius:0px;
    border: 1px #dfdfdf solid;
    background-color: #fff;
    padding: 0px 40px 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 100%;
    color: #000;
    background-image: url(../images/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
img {
  outline: 0;
  border: 0;
  max-width: 100%;
}
.clear,.clear:after,.clear:before{
	clear: both;
  content: '';
}
label{
	color: #333;
  font-family: 'montserratregular';
	font-size: 14px;
	margin:0 0 10px 0;
	line-height: 16px;
	letter-spacing: 0.25px;
	display: block;
}
sup{
	color: #7d002c;
	font-size: 20px;
    vertical-align: top;
}
input[type="text"], input[type="email"],input[type="number"], input[type="password"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
  background-color:#fff;
	border:1px #dfdfdf solid;
	margin: 0;
	padding:0 15px;
  font-family: 'montserratregular';
}
textarea{
	width: 100%;
	min-height: 150px;
  overflow: hidden;
  background-color: #fff;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	border:1px #dfdfdf solid;
	margin: 0;
	padding:15px 15px;
  resize: none;
	font-family: 'montserratregular';
}
input[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus, textarea:focus, input[type="submit"]:focus, button:focus, input[type="password"]:focus{
	outline: none;
}
/*input[type="text"]:hover, input[type="email"]:hover,textarea:hover{
  border-color: #6ec4e0;
}*/
input[type="radio"]{
  margin:0;
  vertical-align: middle;
  cursor: pointer;
}
/*.title_section:before {
    content: "";
    width: 3px;
    height: 52px;
    background: #082836;
    position: absolute;
    left: 0;
}*/

.btn{
    color:#fff;
    background-color:#00b6f1;
    font-size: 18px;
    display: inline-block;
    height: 44px;
    line-height: 42px;
    margin:0px 0 0 0px;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    border: 2px #00b6f1 solid;
    position: relative;
    z-index: 10;
    cursor: pointer;
    text-align: center;
}
.btn:hover{
  color: #00b6f1;
  background-color:#fff;
}
.portfolio_btn{
  background-color: #fff;
  color:#00b6f1
}
.portfolio_btn:hover{
  background-color: #00b6f1;
  color:#fff
}
.align_center{
  align-items: center;
}
.sprite_icon{
  background-image: url("../images/sprite_image.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.default_section,.default_div{
  width: 100%;
  float: left;
}
.default_row{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 100%;
}
.form_row{
  width: 100%;
  float: left;
  margin: 0 0 20px 0; 
}
.form_row:last-of-type{
  margin: 0;
}
.mt30{
  margin-top: 30px;
}

/*#blackout {
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.95);
    transition: z-index 500ms, visibility 800ms, opacity 1000ms;
}
#blackout.visable {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
#popup {
    opacity: 0;
    top: 50px;
    left: 5%;
    width: 90%;
    height: 250px;
    padding: 15px;
    position: fixed;
    border-radius: 0px;
    margin: 0;
    background: rgb(248, 248, 248);
    transition: top 550ms, opacity 500ms, z-index 500ms;
}
#popup.visable {
    top: 50px;
    opacity: 1;
    z-index: 9999;
}
#popup > .title{
  margin: 0;
  color: rgb(57, 57, 57);
}
#popup > .subtitle{
  font-size: 20px;
  margin: 0 0 0 15px;
  color: rgb(157, 157, 157);
}
#popup > hr{
  border: 0;
  height: 1px;
  margin: 10px -15px;
  background: rgb(208, 208, 208);
}
#popup .close {
    top: -10px;
    width: 30px;
    height: 30px;
    right: -10px;
    cursor: pointer;
    position: absolute;
    border-radius: 15px;
    background: rgb(255, 255, 255);
    background-image: url(http://imgh.us/close_1.svg);
    background-size: contain;
}
#popup .close:hover {
    background-image: url(http://imgh.us/close_hover.svg);
}*/

/* -- tab css --*/
.tabs {
    margin:0;
    width: 100%;
    float: left;
    border-left: 2px dotted #5c2d91;
}
.tabs li {
    float: left;
    width: 100%;
    /*border-left: solid 3px transparent;*/
    padding:15px 0px 15px 25px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    color: #6d7278;
    font-size: 16px;
    margin-left: -2px;
    position: relative;
}
.tabs li.current {
    /*border-left: solid 3px #24a6ea;*/
    color: #082836;
    font-weight: bold;
}
.tabs li.current:before{
  content: '';
  background-image: url("../images/tab_dot.png");
  background-position:0 0;
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
  position: absolute;
  top: 14px;
  left: -10px;
}
.tab-content {
    display: none;
    padding:0px;
    width: 100%;
    float: left;
}
.tab-content.current {
    display: block;
}
/* -- tooltip css --*/
[data-tooltip]:before {            
    position : absolute;
    top: -30px;
     content : attr(data-tooltip);
     opacity : 0;
     background-color: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    visibility: hidden;
}
[data-tooltip]:hover:before {        
    opacity : 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}
[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

.industry-count {
    height: initial;
    font-size: 50px ;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #044faf;
}
.industry-total-count {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.01px;
    color: #c6c6c6;
}
.client_name{
    font-size: 16px;
    letter-spacing: 0.01px;
    color: #333;
    font-weight: bold;
    display: block;
    margin: 15px 0;
}
.client_info{
    font-size: 14px;
    letter-spacing: 0.01px;
    color: #c6c6c6;
    display: block;
}

.testimonial_content:before {
    width: 60px;
    content: " ";
     background-image: url(../images/qt-icon.png);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: -180px;
    opacity: 0.5;
}
.testimonial_content2:before{
  background-position: -120px;
}
.testimonial_content3:before{
  background-position: -0px;
}
.testimonial_content4:before{
  background-position: -60px;
}
.slick-wrapper {
    width: 100%;
}
.industrynav {
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    position: relative;
    display: initial;
    padding: 16px 15px 10px;
    float: right;
    top: -50px;
    right: 0px;
    background: #fff;
}
.industrynav .previous.slick-arrow, .industrynav .next.slick-arrow,.industrynav .prev.slick-arrow, .industrynav .nexts.slick-arrow,.industrynav .right.slick-arrow, .industrynav .left.slick-arrow,.industrynav .next1.slick-arrow, .industrynav .prev1.slick-arrow{
    border: 0px;
    background-color: #fff;
    outline: none;
    padding: 0px 5px;
    cursor: pointer;
}
.industrynav .next.slick-arrow:before, .industrynav .previous.slick-arrow:before,.industrynav .nexts.slick-arrow:before, .industrynav .prev.slick-arrow:before,.industrynav .right.slick-arrow:before, .industrynav .left.slick-arrow:before,.industrynav .next1.slick-arrow:before, .industrynav .prev1.slick-arrow:before {
    border-color: #082836;
}
.industrynav .previous.slick-arrow:before, .industrynav .next.slick-arrow:before,.industrynav .prev.slick-arrow:before, .industrynav .nexts.slick-arrow:before,.industrynav .right.slick-arrow:before, .industrynav .left.slick-arrow:before,.industrynav .next1.slick-arrow:before, .industrynav .prev1.slick-arrow:before {
    content: "";
    font-size: 10px;
    border: solid #082836;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
}
.industrynav .previous.slick-arrow:before,.industrynav .prev.slick-arrow:before,.industrynav .right.slick-arrow:before,.industrynav .prev.slick-arrow:before,.industrynav .next1.slick-arrow:before,.industrynav .prev1.slick-arrow:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.industrynav .next.slick-arrow:before,.industrynav .nexts.slick-arrow:before,.industrynav .left.slick-arrow:before,.industrynav .next1.slick-arrow:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.client_testimonial .industrynav{
  background-color: transparent;
  box-shadow: none;
  padding: 15px 0px 0px;
  top:15px;
}
.next.slick-disabled:before, .previous.slick-disabled:before,.nexts.slick-disabled:before, .prev.slick-disabled:before,.right.slick-disabled:before, .left.slick-disabled:before,.next1.slick-disabled:before, .prev1.slick-disabled:before {
    opacity: .25;
}
.right_grid .industrynav{
  top: 50px;
  right: -60px;
}
.side_btn{
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99;
  margin-top: -95px;
}
.side_btn .btn{
  background-color: #00b6f1;
  border-color: #00b6f1;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 16px;
}
.side_btn .btn:hover{
  color: #00b6f1;
  background-color: #fff;
}
.whatsup_icon{
  /*position: fixed;
  top: 85%;
  right: 5px;*/
  margin-top: 100px;
  z-index: 999;
}
.whatsup_icon img{
  max-width: 50px;
}
.contact_icon li {
    display: block;
    padding: 2px 0;
}
.contact_icon li.mobile_show{
  display: none;
}
.contact_icon li a, .contact_icon li span {
    background: #00b6f1;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    padding: 12px 0 7px;
    text-decoration: none;
    transition: 0.4s all ease;
    max-width: 40px;
    display: block;
    min-height: 40px;
    min-width: 40px;
    text-align: center;
    position: relative;
    z-index: 3;
    border-radius: 0px 5px 5px 0px;
}
.contact_icon li a.call:before, .contact_icon li span.call:before {
    background-image: url(../images/call_icon.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    margin:5px auto;
}
.contact_icon li a.enquire:before, .contact_icon li span.enquire:before {
    background-image: url(../images/mail_icon.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    margin:5px auto;
    background-position: center center;
}
.contact_icon li a.whatsup_call:before{
  background-image: url(../images/whatsup_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    margin:5px auto;
}
.contact_icon li a.call{
   background-color: #00b6f1;
}
.contact_icon li a.enquire{
   background-color: #fdb713;
}
.contact_icon li a.whatsup_call{
   background-color: #0dc152;
}
.contact_icon li a:hover{
  background-color: #565656;
}
.callsidecard {
    max-width: 725px;
    right: -15000px;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.callsidecard.open-it {
    right: 0;
}
.shadowpt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
}
.callsidecard.open-it .shadowpt {
    visibility: visible;
    opacity: 0.8;
}
.btnsclose {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    box-shadow: 0 6px 98px rgba(0,0,0,.19);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
    font-weight: 700;
    
}
.callsidecard .innercallwrap {
    position: relative;
    background: #f9faff;
    width: 100%;
    height: 100%;
    display: flex;
}
.callsidecard .innercallwrap .leftaddresslist {
    max-width: 394px;
    width: 100%;
    padding: 0 30px;
    background: url(../images/address_bgimg.jpg)#00b6f1 center 0px no-repeat;
    background-size: cover;
    overflow: auto;
    height: 100%;
    position: absolute;
    right: 100%;
}
.addressblock {
    font-size: 40px;
    color: #fff;
    padding: 40px 0 0 0;
   /* font-family: 'Playfair Display', serif;*/
    font-weight: 600;
}
.addresslist:nth-child(2) {
    border-top: 0;
}
.addresslist {
    padding: 20px 0 25px 0;
    color: #fff;
    line-height: 1.6;
    position: relative;
    border-top: solid 1px #2ec1f1;
    border-bottom: solid 1px #0c8fb9;
}
.callsidecard .innercallwrap .postdtlscardtype {
    width: 100%;
    position: relative;
}
.getfree-block {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    background: 0;
    position: relative;
    z-index: 3;
    padding: 0;
    overflow: auto;
    height: 100%;
}
.stepsblock {
    padding: 40px 60px;
}
.request_heading {
    font-size: 30px;
    font-weight: 700;
    max-width: 100%;
    color: #000;
    display: block;
    margin-bottom: 10px;
   /* font-family: 'Playfair Display', serif;*/
}
.check-custom {
    display: flex;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.quote-icon{
  cursor: pointer;
}
.check-custom label {
    position: relative;
    cursor: pointer;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.check-custom label:before {
    width: 15px;
    height: 15px;
    background: #e5e5e5;
    border-radius: 100%;
    top: 10px;
    right: 10px;
    content: "";
    opacity: .5;
    transition: all .3s ease;
    position: absolute;
}
.check-custom input:checked + label:after {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 10px;
    right: 10px;
    content: "";
    opacity: 1;
    position: absolute;
    background: url(../images/tick.svg) no-repeat #00b6f1 3px 3px;
    background-size: 9px;
    background-position: center center;
}
.check-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.catename{
  font-size: 13px;
}
.request-quot.first_box{
  margin-top: 30px;
}
.request-quot {
    display: inline-block;
    width: 100%;
    background: transparent;
    padding: 0px;
    margin: 15px 0;
}
.project_label {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    font-family: 'montserratmedium';
}
.stepsblock p {
    color: rgba(0,0,0,.5);
    font-size: 13px;
    font-family: 'montserratmedium';
}
.addresslist span{
  font-size: 18px;
  color: #fff;
}
.addresslist p{
  color: #fff;
}
.request-quot ul li {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    padding: 0 0px;
    vertical-align: top;
}
.request-quot ul li .servuces-radio {
    border-radius: 6px;
    filter: drop-shadow(0 2px 46px rgba(0,0,0,.1));
    background-color: #fff;
    width: 100%;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    position: relative;
    transition: .3s;
    border: solid 1px transparent;
    animation: blink-out .5s;
}
.custom-radios {
    display: flex;
    height: 100%;
    width: 100%;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: 'montserratregular';
    font-size: 14px;
    margin: 0;
    width: 100%;
}
.custom-radios input[type="radio"] + label span {
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-position: center;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
}
.custom-radios .quote-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
}
.custom-radios .quote-icon .category-imgb {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-radios .quote-icon .category-imgb img {
    max-width: 70%;
}
.check-custom .quote-icon img {
    max-width: 65%;
}
.custom-radios input[type="radio"] + label span:after {
    width: 15px;
    height: 15px;
    background: #e5e5e5;
    border-radius: 100%;
    top: 10px;
    right: 10px;
    content: "";
    opacity: .5;
    position: absolute;
}
.custom-radios input[type="radio"]:checked + label span:after {
    opacity: 1;
    background: url(../images/tick.svg) no-repeat #00b6f1 3px 3px;
    background-size: 9px;
    background-position: center center;
}
.check-custom input[type="checkbox"] + label {
    color: #333;
    font-family: 'montserratregular';
    font-size: 14px;
    margin-left: 0;
    width: 100%;
}
.side_form .form_row{
  width: 48%;
}
/*.side_form label{
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}*/
.side_form .full_width{
  width: 100%;
}
.side_form .btn{
  text-transform: uppercase;
  padding: 0 40px;
}
.content {
    background-color: #fff;
    /*border-bottom: 1px solid #f7f7f7;*/
    padding: 10px;
}
.set .accordian_text{
    display: none;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #565656;
    margin-bottom: 10px;
    font-weight: 600;
    border: 1px solid #f7f7f7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'montserratregular';
}

.set .accordian_text.active {
    color: #00b6f1;
}
.set a i {
    float: right;
    margin-top: 2px;
}
.breadcrumb_menu li{ 
   display: inline-block;
   position: relative;
   font-size: 14px;
   color: #000;
   padding: 0 10px;
}
.breadcrumb_menu li:after{
  content: '\f105';
  color: #b4b2b2;
  font-size: 14px;
  position: absolute;
  right: -5px;
  top: -1px;
  font-family: FontAwesome;
}
.breadcrumb_menu li a{
  display: block;
  font-size: 14px;
  color: #b4b2b2;
}
.breadcrumb_menu li a:hover{
  color: #00b6f1;
}
.breadcrumb_menu li:last-of-type:after{
  content: none;
}
.breadcrumb_menu li:first-of-type{
  padding-left: 0;
}







/*responsive css start here*/

@media (max-width:1279px){
.stepsblock {
    padding: 40px;
}
.callsidecard{
  max-width: 600px;
}
.request-quot ul li{
  max-width: 150px;
}
.callsidecard .innercallwrap .leftaddresslist{
  max-width: 300px;
}
.addressblock{
  font-size: 34px;
}
}
@media (max-width:991px){
.stepsblock{
    padding: 20px;
}
.callsidecard {
    max-width: 55%;
}
.request-quot ul li {
    max-width: 120px;
}
.request-quot ul li .servuces-radio{
  height: 100px;
}
.right_grid .industrynav {
    top: 20px;
    right: -20px;
}
}

@media (max-width:767px){
.set .accordian_text{
  display: block;
}
.content {
  display: none;
}
#thTXuCc-1611833640888{
  right: 100px !important;
  position: relative;
}
.callsidecard .innercallwrap .leftaddresslist{
  display: none;
}
.callsidecard{
  max-width: 100%;
  width: 100%;
}
.side_btn{
    bottom: 0;
    top: auto;
    width: 100%;
    background-color: #fff;
    padding: 5px 15px;
    justify-content: flex-start;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.side_btn .btn{
      transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.whatsup_icon{
  margin: 0 0 0 10px;
}
.contact_icon{
  display: flex;
  justify-content:space-between;
  width: 100%;
  /*padding-right: 80px;*/
}
.industrynav .previous.slick-arrow:before, .industrynav .next.slick-arrow:before, .industrynav .prev.slick-arrow:before, .industrynav .nexts.slick-arrow:before, .industrynav .right.slick-arrow:before, .industrynav .left.slick-arrow:before, .industrynav .next1.slick-arrow:before, .industrynav .prev1.slick-arrow:before {
    content: "";
    border-width: 0 2px 2px 0;
    padding: 6px;
}
.client_testimonial .industrynav{
  position: absolute;
  top: -40px;
}
.contact_icon li.mobile_show{
  display: block;
}



}
@media (max-width:479px){
.request-quot ul li {
    max-width: 90px;
}
.side_form .form_row{
  width: 100%;
}
.request_heading{
  font-size: 20px;
}
.project_label{
  font-size: 14px;
}
}















