.footer-widget {
    text-align: center;
    font-size: x-large;
    color: white;
}
.footer-widget i{
    color: #0ca4de;
}
.f-content{
	padding-left: 10px;
    line-height: 32px;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h2.service-title {
    background: #0a8cbd;
    color: #fff !important;
    padding: 20px;
}

/*Return to top button Start*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 100;
    background: rgb(0, 0, 0);
    background: rgba(12, 164, 222, 0.72);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(12, 164, 222, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*Return to top button End*/

.cod-l{
	padding-left: 0;
}
.cod-r{
	padding-left: 0;
}
.container{padding:0;}
.bor{
   padding: 40px 15px;
}
@media only screen and (max-width: 2000px) and (min-width: 1200px) {
	.slider-text {
     padding: 72px 41px !important;
     width: 898px !important;
    }
}
@media only screen and (max-width: 780px) and (min-width: 768px) {
.navbar-toggle {
    margin-top: 41px;
}
 h2.service-title, .title-t {
    margin-top: 14px;
	}
	.container{padding:0 15px;}
	.slider-img {
    height: 300px !important;
    }
	.slider-text {
    font-size: 4vw !important;
    line-height: 6vw !important;
    width: 596px !important;
	padding: 20px 15px !important;
    letter-spacing: 1px !important;
    }
}
@media only screen and (max-width: 681px) and (min-width: 401px) {
	 h2.service-title, .title-t {
    margin-top: 14px;
	}
	.container{padding:0 15px;}
	.slider-img {
    height: 210px !important;
    }
	.slider-text{
		padding: 16px 7px !important;
		font-size: 3vw !important;
       line-height: 4vw !important;
	   width: 420px !important;
	}
	.navbar-brand>img {
    width: 200px;
    }
	
}
@media only screen and (max-width: 400px) and (min-width: 200px) {
    h2.service-title, .title-t {
    margin-top: 14px;
	}
	.container{padding:0 15px;}
	.slider-img{
      height: 150px !important;
    }
	.slider-text {
   font-size: 4vw !important;
    line-height: 5vw !important;
    width: 315px !important;
    margin-bottom: 20px;
    padding: 18px 6px !important;
    text-align: center !important;
    letter-spacing: 3px !important;
    }
	.navbar-brand>img {
    width: 200px;
    }
}
.slider-img{
width:100%;height: 450px;
}
.slider-text{
	font-weight: bold;
    font-size: 1.8vw;
    line-height: 3vw;
    background: #00000082;
    border: 1px solid #fff;
    padding: 73px 42px;
    width: 800px;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 3px 2px rgb(0, 0, 0);
    font-family: 'Montserrat', sans-serif;}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	text-aling: center;
}
.container-fluid{
	padding: 0;
}
.thermo-img{max-width:100%;height:250px;}
.nav-phone{font-size:20px;}
.slider1{position:relative;}
.title-t{text-align: left !important;}
.dyk h1{padding-bottom: 18px;}
.dyk h2{font-size: 16px;line-height: 24px;text-transform: initial;}

.for-small-screen{display: none;}
@media only screen and (max-width: 990px) and (min-width: 50px) {
   .for-small-screen{display: block;}
   .for-large-screen{display: none;}
   .thermo-img {height: auto;}
   .service-img img {
    margin: 0 auto;
    padding-bottom: 16px;
    }
}