@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');


* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
*:focus {
	outline: none !important;
}
textarea:focus, input:focus {
	outline: none;
	box-shadow:none;
}
html, body {
	width:100%;
	height:100%;	
	font-family: 'Rubik', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#757575;/* overflow-x:hidden; */
	scroll-behavior: smooth;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {

font-family: 'Poppins', sans-serif;
	font-weight:500;
	color:#333333;
}
a {
	font-family: 'Poppins', sans-serif;
	color:#222;
	cursor:pointer;
}
a:hover, a:focus {
	text-decoration:none !important;
	color:#fd7444;
}
p {
	font-size:0.9em;
	line-height:23px;
	font-weight:400;
	margin-bottom:10px;

    color: #727272;
}
p:last-child {
	margin-bottom:0px;
}
ul {
	list-style:none;
}
.ptb-20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.ptb-30 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.ptb-40 {
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.ptb-60 {
	padding-top:60px !important;
	padding-bottom:60px !important;
}
.spacer-60{
	margin-top:60px;
}
.text-highlight{
	color:#006a7c !important;

}
.section-title {
	margin-bottom:40px;
}
.section-title h2{
	text-transform: uppercase;
}
.hyper-link{

    display: inline-block;
    color: rgba(14, 27, 74, 1);
    font-size: 14px;
	line-height:16px;
font-weight:500;
color: rgb(34 64 175);

}
.hyper-link i{
	font-size:15px;
	line-height:18px;
}
.block-title h5{
	
    display: inline-block; 
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #006a7c;
    margin-bottom: 15px;
}
.block-title h5:before{
content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #006a7c;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}
.block-title h2 {

	    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
	max-width:70%;
	margin:0 auto;
}


.block-title h2 i {
	margin-right: 8px;
	font-size: 28px;
	line-height: 28px;
	color:#333;
}
.block-title p {
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
}
.title-ul {
	text-align:center;
	margin-bottom: 30px;
}
.title-ul h4 {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.title-ul h4:after {
	display: block;
	position: absolute;
	content: '';
	background: #fd7444;
	width: 35px;
	height: 3px;
	border-radius: 25px;
	left: 35%;
	bottom: -13px;
}

.inner-banner{
	background:url(images/banner/banner-1.jpg);
	margin-top:85px; 
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	position:relative;
}
.inner-banner:before{
	position:absolute;
	display:block;
	content:'';
	background:rgba(253, 116, 68, 0.9);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.inner-banner h1{
	color: #fff;
    z-index: 2;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 38px;
}
.heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
	color:#fd7444;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.heading .broder_style_left::before {
 position: absolute;
 content: '';
 background:#fd7444;
 width: 4px;
 height: 12px;
 top: 7px;
 left: -20px;
}
.heading .broder_style_left::after {
 position: absolute;
 content: '';
 background:#fd7444;
 width: 2px;
 height: 12px;
 top: 7px;
 left: -24px;
}
.btn-1 {
	border: 1px solid #ffdb74;
	color: #444349;
	display: inline-block;
	font-weight: 400;
	padding: 8px 20px;
	background: #ffdb74;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-shadow: none;
	border-radius: 4px;
}
.btn-1:hover {
}
.btn-form{
	
	padding: 12px 24px;
	    display: block;
    margin: 0 auto;
	    margin-top: 25px;
		width:100%;
	    max-width: 260px;
}	
/* Header Begins */
.mainnav {
	background:#fff;
	border-bottom:1px solid #ebeff3;
}
.mainnav.navbar {
    padding: 0;
box-shadow:0 5px 5px 0 rgba(0,0,0,.04);
}
.mainnav.navbar-brand {
	padding:0;
}
.mainnav .nav-item {
	padding:0;
	margin-left:10px;
	margin: 0px 20px;
	position: relative;
}
.mainnav .nav-item a.nav-link {
	position:relative;
	font-size: 16px;
	padding: 0;
	color: #4d6171;
	text-transform:capitalize;
	
	font-weight:500;
	border-radius: 3px;
}
.mainnav .nav-item a:hover, .mainnav a.nav-link.active {
	color:#0e1b4a;
}
.mainnav a.nav-link:after {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    bottom: -5px;
    height: 3px;
    width:0%;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	

}
.mainnav a.nav-link.active:after , .mainnav a.nav-link:hover:after {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    bottom: -5px;
    height: 3px;
    width:100%;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background-color: #006a7c;

}
.mainnav .navbar-brand{
	
	width:150px;
}
.mainnav.navbar img {
	    max-width: 100%;
}
.mainnav .gem-logo{
	width: 100px;
    border-left: 1px solid #efefef;
    padding-left: 15px;
}
.iso-img img{
	height:85px;
}
/* Header Ends */



/* Footer begins */
.footer{
	padding: 60px 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(https://advisory.kpmg.us/content/advisory/en/index/articles/2020/untapped-opportunities.img.png);
	position:relative;
	
}
.footer:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	background:rgba(14, 27, 74, 0.95);
}
.footer-items{
	margin-bottom:40px;
}
 .footer .title{
	 font-size:22px;
	 color:#fff;
	 position:relative;
	 margin-bottom:30px;
 }
 .footer .title:after{
	 	display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -10px;
    background: #fff;
 }
.footer a, .footer p {
color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
.footer li{
	margin-bottom: 5px;
    text-transform: capitalize;
}
.copyright-dev {
	text-align:right;
}
.footer-social{
margin-top:15px;
}
.footer-social li{

	display:inline-block;
}
.footer-social li a{
		font-size:21px;
		margin-right:10px;
}
.footer-about-1{
padding-right: 30px;
}	
	
.footer-copyright{
	padding:25px 0px;
	border-top:1px solid #ffffff;
	position: relative;
}
/* Footer ends */









/* Banner begins */
.banner {
	margin-top: 91px;
	overflow: hidden;
}
.banner .carousel-item img {
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position:top;
}
 
.banner .carousel-control-prev, .banner .carousel-control-next {
	background:  rgba(0, 106, 124, 0.5);
	width: 80px;
	height: 87px;
	margin-top: 180px;
	opacity:1;
}
.banner .carousel-control-prev {
	left: -20px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.banner .carousel-control-next {
	right: -20px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.banner  .carousel-caption{
	top:23%;
	bottom:unset;
	width:80%;
	left:10%;
	right:10%;
	text-align:center;
}
.banner  .carousel-caption h5{
	    color: #fff;
    text-transform: uppercase;
    line-height: 2px;
    font-size: 18px;
	font-weight:400;
    margin-bottom: 30px;
}
.banner  .carousel-caption h2{
	    font-size:52px;
    text-transform: none;
    color: #fff;
    margin: 0;
margin-bottom:30px;
    line-height:70px;
text-transform:capitalize;	
}
.banner  .carousel-caption a{
	    background: #006a7c;
padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
	margin-right:20px;
}
.banner  .carousel-caption a i {
    margin-left: 5px;
}
.banner  .carousel-caption  a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #034a6a;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.banner  .carousel-caption  a:hover:before {
    width: 180%;
}
.banner  .carousel-caption a.blue-bg{
	background:#034a6a;
}
.banner  .carousel-caption  a.blue-bg:before{
	background: #006a7c;
}
/* Banner ends */


/* Banner form begins */
.banner-form {
	padding: 30px 0px;
	position: absolute;
	width: 100%;
	top: 28%;
	overflow: hidden;
}
.banner-form-bg {
	background:#fff;
	border-radius: 3px;
	overflow: hidden;
}
.banner-form .form-group {
	margin-bottom:0;
}
.banner-form .form-control {
	padding: 10px 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	height: 52px;
	line-height:52px;
	border-right: 1px solid #efefef;
}
.banner-form .form-control:focus {
	outline:0;
	box-shadow:none;
}
.banner-form .form-control::placeholder, .banner-form select {
 font-size:15px;
 color:#757575;
}
.banner-form .btn {
	position: relative;
	font-size: 18px;
	line-height:22px;
	padding: 8px 20px;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	border-width: 0;
	font-weight: 600;
	color: #fff;
	background-color: #fd7444;
	border-color: #fd7444;
	width: 100%;
	height:52px;
}
/*Banner form ends */

.about{
background:url(http://html.commonsupport.xyz/2017/RepairPro/images/about/about-bg.png) no-repeat;
background-size:contain;
}
#tm-heading-5f4629cbcb914 .heading {
    max-width: 330px;
	margin-top:40px;
}
.tm-heading.modern-number-01 .heading {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #ababab;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	
}
.tm-heading.modern-number-01 mark {
  font-size: 200px;
    line-height: 0.5;
    font-weight: 900;
    color: #006a7c;
    margin: 0 5px -5px -5px;
    background: none;
    padding-right: 5px;
}
.tm-heading img {
    padding-left: 30px;
    width: 79%;
    padding-top: 15px;
    margin: auto;
    display: block;
}
.about p{
	margin-top: 40px;
    font-size: 0.95em;
    line-height: 26px;
    color: #727272;
	margin-bottom:15px;
}
.services{
	margin-top:-150px;	
		z-index:10 !important;
		margin-bottom:60px;
}
.services-container{
	    box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
		padding:45px;
		    background: #fff;
    border-radius: 5px

}

.services-block{
	display:block;
	    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	border:1px solid #efefef;
   box-shadow: 0 0 20px rgba(51, 51, 51, 0.1); 
text-align:center;
}
.services-block img{
	max-width:100%;
	height: auto;
}
.services-block h4{
	font-size:24px;
	line-height:29px;
	margin-bottom: 15px;
}


.services-content{
	padding:30px;
	   -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */
        transition: background 2s; /* For modern browsers */

}
.services-content p{
margin-bottom:10px;
}
.services-block:hover .services-content{
	background:#006a7c;
	
}
.services-block:hover .services-content h4, .services-block:hover .services-content p {
color:#fff;	
}

/* .cta-sec::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.85;
	background-color: #006a7c;
	z-index: -1;
} */
.cta-sec {
z-index:1;
	width: 100%;
	padding: 80px 0 130px;

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background:  #006a7c url(http://sbtechnosoft.com/repairtech4u/images/cta-bg.png);
}
.cta-sec h5{
background:#fff;
color:#006a7c;
}
.cta-sec h5:before{
	border-top:8px solid #ffffff;
}
.cta-sec h2{
	color:#fff;
}

.partners{
	margin-bottom:40px;
}
.partners-block{
	    background: #ffffff;
    border-radius: 5px;



display:flex;
flex-wrap:wrap;



}
.partner-img{
	width:16%;
	height:70px;
	margin-right:5%;
	text-align:center;
	margin-bottom:35px; 

	float: left;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
/*     border: 1px solid #f5f5f5;
    padding: 20px;
	
		border-radius:5px;
box-shadow: 0 3px 6px #efefef; */
}
.partner-img:nth-child(5n){
	margin-right: 0px;
}
.partner-img img{
	    filter: grayscale(100%);
    transition: filter 1s;
    max-width: 100%;
    transform: scale(.9);
    max-height: 100%;
}


.partner-img:hover img{
	filter: grayscale(0%);
}
.partner-img h5{
	font-size:15px;
	line-height:21px;
	color:#006a7c;
	display:none;
}

.clients h4{
	line-height: 36px;
    font-size: 25px;
	margin-bottom:50px;
}
.clients img{
	    filter: grayscale(100%);
    transition: filter 1s;
	width:100%;
	height: 110px;
    object-fit: contain;
}
.clients img:hover{
	 filter: grayscale(0%);
}

.ct-block{
	z-index:1;
	width: 100%;
	padding: 80px 0;
position:relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background:   url(../../images/ct-banner.jpg);
	text-align:center;
}


.ct-block:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	background:linear-gradient(to right, rgba(0, 106, 124, 0.8) 2%,rgba(14, 27, 74, 0.8) 82%) 
}
.ct-block h2{
	color:#fff;
font-size: 32px;
    line-height:51px;
    text-transform: capitalize;

    margin-bottom: 30px;
  
    
}
.ct-block a{
	    background: #fff;
padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    color: rgba(0, 106, 124, 1);
	margin-right:20px;
}
.ct-block a  i {
    margin-left: 5px;
}
.ct-block a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #034a6a;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.ct-block   a:hover:before {
    width: 180%;
}
.ct-block   a:hover{
	color:#fff;
}
.carousel-indicators {
        bottom: 10px !important;
}

.footer-add p{
    position: relative;
    margin-left: 25px;
}
.address-icon:before {
    position: absolute;
    content: "\f041";
    font-family: FontAwesome;
    left: -25px;;
    font-size: 21px;
}
.phone-icon:before {
    position: absolute;
    content: "\f095";
    font-family: FontAwesome;
    left: -25px;
    font-size: 20px;
}
.envelope-icon:before {
    position: absolute;
    content: "\f0e0";
    font-family: FontAwesome;
    left: -25px;
    font-size: 14px;
}
.mainnav .nav-item:hover .dropdown-menu  {
	display: block;
    margin-top: 4px;
	padding: 0;
}
.small-banner {
       width: 100%;
    height: auto;
    display: block;
    padding: 60px 0px;
    margin-top: 92px;
    background-color: #333;
    text-align: center;
    background: url(../../images/small-banner.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
}
.small-banner:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: #00000052;
	left: 0px;
	top: 0px;
}

.small-banner .title {
	color: #fff;
}
.small-banner .breadcrumbs a {
	color: #fff;
}
.small-banner .breadcrumbs a:nth-child(2) {
	cursor: inherit;
}
.small-banner .breadcrumbs .active {
	color: red;
	cursor: inherit;
}
.innerpage-sec {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 60px 0px;
	text-align: justify;
}
.sub-title {
        color: #006a7c;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}
.about-image {
    position: relative;
    margin-bottom: 50px;
    background-size: cover;
	background-image: url(../../images/about.jpg);
	    height: 100%;
}
.about-image:before {
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(1 131 149 / 88%);
}
.image-box img {
	width: auto;
    height: auto;
    border-radius: 5px;
}
.image-box {
    position: relative;
    float: right;
    margin-right: -35px;
	    margin-bottom: 0;
    height: 100%;
    padding: 50px 0px;
}
.text {
   position: absolute;
    left: 15px;
    top: 88%;
    height: 100%;
    font-size: 52px;
    opacity: 0.2;
    color: #ffffff;
    font-weight: 700;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.about-content {
    padding: 50px 0px 0px 50px;
}
.about-content h4 {
	font-size: 33px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.vission-box {
    padding: 30px;
    background-color: #fff5e8;
    margin: 35px 0px 25px;
}
.values li {
	font-size: 0.9em;
    line-height: 23px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.values {
	margin-bottom: 0px;
}
.values li:before{
	position: absolute;
	left:-20px;
	content: "\f0a9 ";
	font-family: FontAwesome;
	color: #313a5b;
}
.product-box {
	width: 100%;
	height: auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff5e8;
	margin-bottom: 30px;
}
.product-box h4 {
	font-size: 17px;
	margin: 0px;
	text-align: center;
}
.product-box img {
    height: 130px;
    width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.row-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.row-gutter > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.nameplate h5 {
	text-align: center;
    font-size: 15px;
    margin: 0px;
    font-weight: normal;
    color: #fff;
}
.nameplate {
	width: 100%;
    padding: 10px 0px;
    background-color: #008294;
    border-radius: 0px 0px 5px 5px;
}
.main-title {
	font-size: 24px;
    margin-bottom: 30px;
    color: #484b69;
    font-weight: 500;
	position: relative;
	text-transform: capitalize;
}
.main-title:before {
	position: absolute;
    content: "";
    width: 50px;
    border-top: 4px dashed #fd7444;
    bottom: -8px;
    border-radius: 2px;
}
.values-box li {
	    border: 1px solid #028294;
    display: inline;
    width: 10%;
    float: left;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 1%;
    background-color: #028294;
    color: #fff;
    border-radius: 3px;
}
.values-box {
	margin-top: 0px;
    margin-bottom: 5px;
    display: flex;
}
.separator {
    border-top: 1px dashed #008294;
    margin: 0px 0px 20px;
}
.channel-box img {
	width: 80%;
    margin: auto
}
.channel-box {
	width: 100%;
    border: 1px solid #e2eeff;
    background-color: #f6f7ff;
    padding: 10px;
    min-height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.client-box {
    width: 100%;
    border: 1px dashed #81d5e0;
    background-color: #fffbf6;
    padding: 12px;
    height: auto;
    min-height: 72px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
	box-shadow: 0px 0px 20px 1px rgb(224 224 224 / 32%);
    position: relative;
}
.client-box p {
	text-align: left;
}
.client-box:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #028293;
    right: 0;
    bottom: 0;
	right: -1px;
    bottom: -1px;
}
.client-box:hover {
	background-color: #028293;
	border: 1px solid #028293;
}
.client-box:hover  p{
	color: #fff;
}
.client-box:hover:before {
	border-right: 20px solid #fd7444;
}
.small-banner .breadcrumbs .active:hover {
    color: red;
}
.small-banner .breadcrumbs:hover {
    color: #fff;
}
.contact-right {
    width: 65%;
    float: left;
    height: auto;
    
}
.form-block {
	width: 100%;
    border: 1px solid #ffefdb;
    background-color: #fffbf6;
    padding: 25px 40px;
    border-radius: 3px;
}
.contact-right h4 {
        font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}
.contact-right label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.contact-input {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.innerpage-sec .contact-right a {
	background: #1b8999;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    color: rgb(255 255 255);
    margin-right: 20px;
}
.innerpage-sec .contact-right a:hover {
	color: rgb(255 255 255);
}
.contact-right .ct-block {
    z-index: 1;
    width: auto;
    padding: 0px;
    position: relative;
    background-attachment: inherit;
    background-repeat: inherit;
    background-size: inherit;
    background: none;
    text-align: left; 
}
.contact-right .ct-block:before {
	display: none;
}
.contact-left {
    width: 33%;
    float: left;
    height: auto;
    background-color: #028294;
    border: 1px solid #018295;
    padding: 30px 40px;
    margin-right: 2%;
    min-height: 417px;
    border-radius: 3px;
    color: #fff;
}
.map-box {
	width: 100%;
	height: auto;
	border: 1px solid  #ffefdb;
	background-color: #fff;
	padding: 5px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px 1px rgb(224 224 224 / 50%);
}
.map-box  iframe {
	display: grid;
}
.contact-left h4 {
	color: #fff;
	margin-bottom: 25px;
}
.add-links img {
	margin-bottom: 20px;
	display: block;
	width: 80px;
}
.add-links li {
	margin-bottom: 40px;
	    text-align: left;
}
.footer-social li a {
	color: #fff;
}
.add-links {
	margin-bottom: 50px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.55rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
	text-transform: capitalize;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008294;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #018294;
}
.dropdown-menu .dropdown-item:last-child{
	border-bottom: none;
}
.mb0 {
	margin-bottom: 0px;
}
.values-img {
    width: 100%;
	margin-top: 50px;
}
.custom .col-md-2 {
	flex: 0 0 20%;
    max-width:  20%;
}
.product-box.custom {
	width: 82%
}
.navbar-toggler {
	background-color: #018394;
    border: 1px solid #018395;
	width: 100%;
	padding: .45rem .75rem;
	margin-bottom: 5px;
}
.navbar-toggler  .fa {
	color: #fff;
}
.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
	position: absolute;
    top: 127px;
    width: 100%;
    background-color: #4a4a4a;
}
.navbar-collapse.collapse.show .nav-item, .navbar-collapse.collapsing .nav-item{
	margin: 0px;
}
.navbar-collapse.collapse.show  .nav-item a, .navbar-collapse.collapsing  .nav-item a{
	color: #ffffff;
    padding: 10px 10px;
	border-bottom: 1px solid #3c3c3c;
}
.mainnav .navbar-collapse.collapse.show a.nav-link.active:after, .mainnav .navbar-collapse.collapse.show  a.nav-link:hover:after {
	bottom: 0px;
}
.mainnav .navbar-collapse.collapsing a.nav-link.active:after, .mainnav .navbar-collapse.collapsing  a.nav-link:hover:after {
	bottom: 0px;
}
.navbar-collapse.collapse.show .dropdown-menu, .navbar-collapse.collapsing .dropdown-menu{
	margin-top: 0px;
}
.navbar-collapse.collapse.show .dropdown-item, .navbar-collapse.collapsing .dropdown-item{
	background-color: #272727;
	padding: 10px 20px !important;
}
.sub-title1 {
    color: #006a7c;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}
.client-second {
	width: 85%;
    margin: auto;
}
.carousel-indicators li {
	background-color: #303a5b;
}

.pro-img:hover img {
    transform: scale(1.1);
    transition-duration: 3s;
}
.pro-img {
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}
.mb20 {
	margin-bottom: 20px;
}





















