/*!
 *  Zonebiz - Business Consulting Bootstrap4 Responsive Template
 */

 
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
 
body {
  padding: 0px;
  /*font-family: 'Work Sans', sans-serif;*/
  font-size: 15px;
  color: #323232;
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}

a.btn-primary{
	background-color: #476930;
	border-color: #476930;
}
a.btn-primary:hover{
	background-color: #323232;
	border-color: #323232;
}
button.btn-primary{
	background-color: #476930;
	border-color: #476930;
}
button.btn-primary:hover{
	background-color: #323232;
	border-color: #323232;
}

a.btn-secondary{
	background-color: #476930;
	border-color: #476930;
}
a.btn-secondary:hover{
	background-color: #323232;
	border-color: #323232;
}
button.btn-secondary{
	background-color: #476930;
	border-color: #476930;
}
button.btn-secondary:hover{
	background-color: #323232;
	border-color: #323232;
}
.mouse-pointer{
	background-color: #323232;
	position: absolute;
	color: white;
	width: 25px;
	height: 25px;
	border: 3px solid #476930;
	border-radius: 25px 50px 50px 50px/25px 50px 50px 50px;
	z-index: 999999;
	pointer-events: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	transition: all 0.1s;
}

.top-bar{
	background: #476930;
	padding: 4px 0px;
}
.social-media ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-media ul li{
	display: inline-block;
	padding: 0px 5px;
}
.social-media ul li a{
	font-size: 16px;
	color: #ffffff;
}
.social-media ul li a:hover{
	color: #323232;
}

.contact-details ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.contact-details ul li{
	display: inline-block;
	padding: 0px 5px;
	color: #ffffff;
}
.wrapper-main{
	position: relative;
	overflow: hidden;
}

.top-nav{
	background-color: #ffffff !important;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link{
	padding: 10px 15px;
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link i{
	font-size: 14px;
	float: right;
	margin-left: 5px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover{
	color: #476930;
	border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active{
	color: #476930;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active:before{
	content: "";
	position: absolute;
	width: 40px;
	background: #476930;
	height: 5px;
	top: 0px;
	left: 0px;
	border-radius: 6px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active:after{
	content: "";
	position: absolute;
	width: 40px;
	background: #476930;
	height: 5px;
	bottom: 0px;
	right: 0px;
	border-radius: 6px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:before{
	content: "";
	position: absolute;
	width: 0px;
	background: #476930;
	height: 5px;
	top: 0px;
	left: 0px;
	border-radius: 6px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:after{
	content: "";
	position: absolute;
	width: 0px;
	background: #476930;
	height: 5px;
	bottom: 0px;
	right: 0px;
	border-radius: 6px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover:before{
	width: 40px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover:after{
	width: 40px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fixed-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  min-height: auto;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  -webkit-box-shadow: 0px 13px 15px -12px rgba(35,35,35,0.15);
  box-shadow: 0px 13px 15px -12px rgba(35,35,35,0.15);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.dropdown-toggle::after{
	display: none;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu{
	margin: 0px;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
	/*padding: 20px;*/
	text-align:center;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item{
	font-size: 14px;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: 400;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child{
	padding: 0px;
	margin: 0px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
	background: none;
	color: #476930;
}
.top-nav .navbar-toggler{
	color: #323232;
	border-color: #323232;
}
.top-nav .navbar-toggler:hover{
	color: #476930;
	border-color: #476930;
}


.slider-main .carousel ol li{
	height: 15px;
	border-radius: 6px;
	background: #323232;
}
.slider-main .carousel .carousel-indicators .active{
	background: #476930;
}
.slider-main .carousel .carousel-item .carousel-caption h3{
	font-size: 75px;
	font-weight: 700;
}
.slider-main .carousel .carousel-item .carousel-caption p{
	font-size: 38px;
}
.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.services-bar{
	padding: 20px 0px 30px 0px;
	background: url(../images/dott.jpg);
}
.services-bar h1{
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	margin-bottom: 0px;
}
.services-bar .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.services-bar .card h4.card-header{
	background-color: transparent;
	color: #476930;
	font-size: 18px;
	font-weight: 500;
	border: none;
	padding: 0px;
	margin-bottom: 15px;
}
.services-bar .card .card-footer{
	background-color: #323232;
}
.about-main{
	padding: 30px 0px;
}
.about-main h2{
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.about-main h2:after{
	content: "";
	position: absolute;
	border-bottom: 2px dotted #000000;
	bottom: 0px;
	height: 2px;
	width: 100px;
	left: 0px;
}
.about-main h5{
	font-size: 18px;
}
.about-main p{
	font-size: 15px;
	/*text-transform: capitalize;*/
}
.about-main ul{
	padding-left: 20px;
}
.about-main ul li{
	position: relative;
	font-weight: 300;
	list-style: none;
	line-height: 29px;
	font-size: 15px;
}
.about-main ul li:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
	position: absolute;
	left: -15px;
	top: 0px;
	color: #476930;
}
.card-img img{
	width: 100%;
}
.portfolio-main{
	padding: 30px 0px;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.project-menu {
    margin-bottom: 30px;
}
.portfolio-main .card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
}
.portfolio-main .card .card-body .card-title{
	margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a{
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
}
.portfolio-main .card .card-body{
	position: absolute;
	background: #323232;
	padding: 0px 20px;
	height: 40px;
	transform: scale(0);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	display: flex;
	align-items: center;
	vertical-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.portfolio-main .card:hover .card-body{
	transform: scale(1);
	top: 80%;
}
.card-img{
	overflow: hidden;
	position: relative;
}
.portfolio-item .card:hover .card-img .card-img-top{
	transform: scale3D(1.2, 1.2, 2);
	opacity: .5;
}
.card-img-top{
	transition: all 500ms linear 0s;
}
.overlay{
	background: rgba(18,115,235,0.5);
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.overlay i{
	font-size: 35px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
}
.portfolio-main .card:hover .overlay{
	bottom: 0px;
}

.blog-slide h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}

.post-slide{
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid #476930;
}
.post-slide .post-header{
    padding: 15px 20px;
}
.post-slide .title{
    margin-bottom: 5px;
}
.post-slide .title a{
    font-size: 15px;
    color: #323232;    
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #476930;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #476930;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: rotate(10deg) scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: relative;
    bottom: 0;
    left: 0;
    background: #476930;
    z-index: 1;
	width: 100%;
    text-align: center;
	min-height:55px;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}

.touch-line{
	padding: 40px 0px;
	background: #476930;
	position: relative;
	margin-top: 90px;
}
.touch-line:before{
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: -46px;
	bottom: auto;
	right: auto;
	z-index: -1;
	width: 100%;
	height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../images/bg-bdr2.png);
}
.touch-line p{
	color: #ffffff;
	font-size: 15px;
}
.touch-line a.btn-secondary{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #476930;
}
.footer { 
	width:100%; 
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	min-height:250px; 
	padding:10px 0px 25px 0px;
	}
.pt2 { 
	padding-top:40px ;
	margin-bottom:20px ;
	color: #ffffff;
	font-weight: 500;
	}
footer p { 
	font-size:15px; 
	color:#CCC; 
	padding-bottom:0px; 
	margin-bottom:8px;
	}
.mb10 { 
	padding-bottom:0px ;
	}
.footer_ul_amrc { 
	margin:0px ; 
	list-style-type:none ; 
	font-size:14px; 
	padding:0px 0px 10px 0px ; 
	}
.footer_ul_amrc li {
	padding:0px 0px 5px 0px;
	}
.footer_ul_amrc li a{ 
	color:#cccccc;
	font-size: 15px;
	font-weight: 400;
	}
.footer_ul_amrc li a i{
	margin-right: 5px;
}
.footer_ul_amrc li a:hover{ 
	color:#fff; 
	text-decoration:none;
	}
.footer_ul_amrc li .media-left{
	margin-right: 10px;
}
.footer_ul_amrc li .media-left img{
	max-width: 50px;
}
.footer_ul_amrc li .media-body p{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.footer_ul_amrc li .media-body span{
	color: #cccccc;
	font-size: 14px;
	font-weight: 400;
}
.fleft { 
	float:left;
	}
.padding-right { 
	padding-right:10px; 
	}
.footer_ul2_amrc {
	margin:0px; 
	list-style-type:none; 
	padding:0px;
	}
.footer_ul2_amrc li p { 
	display:table; 
	}
.footer_ul2_amrc li a:hover { 
	text-decoration:none;
	}
.footer_ul2_amrc li i { 
	margin-top:5px;
	}
.footer_ul2_amrc li a {
	color: #476930;
	font-size: 12px;
}
.bottom_border { 
	border-bottom:1px solid #323f45; 
	padding-bottom:20px;
	}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { 
	display:inline;
	}
.foote_bottom_ul_amrc li a {
	color:#ffffff; 
	margin:0 12px;
	font-size: 16px;
	font-weight: 300;
	}
.footer-logo{
	padding: 20px 0px;
	text-align: center;
}
.copyright{
	margin-top: 30px;
}
.copyright a{
	color: #476930;
	text-decoration: underline;
}
.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}
.social_footer_ul { 
	display:table; 
	margin:15px auto 0 auto; 
	list-style-type:none;
	padding: 0;	
	}
.social_footer_ul li { 
	padding-left:20px; 
	padding-top:10px; 
	float:left; 
	}
.social_footer_ul li a { 
	color:#CCC; 
	border:2px solid #CCC; 
	padding:8px;
	border-radius:50%;
	}
.social_footer_ul li i {  
	width:20px; 
	height:20px; 
	text-align:center;
	}
.social_footer_ul li a:hover {
	color: #476930; 
	border:2px solid #476930; 
}

.footer-social{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-social li{
	display: inline-block;
}

/*-- button --*/

.hb {
	display: inline-block;
	position:relative;
	text-align: center; /*  Default text align center */
	z-index: 0;
}

.hb:before,
.hb:after {
	position: absolute;
	content: "";  
	left: -1px;
	top: 0;
	z-index: -1;
}

.hb:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.hb:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hb i {
	z-index: 9;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}


.hb,
.hb:before,
.hb:after { 
	 box-sizing: border-box;

	 /* default transition time is set .25s = 250 millisecond  
	 Uncomment following if you want to set transition on hexagon color change */ 

	 -webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.hb-xs-margin {
    margin: 5px;
    display: inline-block;
    overflow: hidden;
}	
.hb-xs {
    line-height: 18.5px;
    font-size: 18.5px;
    margin: 9.5px 0;
}
.hb-xs, .hb-xs::after, .hb-xs::before {
    height: 18.5px;
    width: 32px;
}
.spin,
.spin-icon i {
	-webkit-transition: -webkid-transform .25s  ease;
	   -moz-transition: -moz-transform .25s  ease;
	    -ms-transition: -ms-transform .25s  ease;
	     -o-transition: -o-transform .25s  ease;
	        transition: transform .25s  ease;
}

.spin-icon:hover i,
.spin:hover {
	-webkit-transform:rotate(360deg);
	   -moz-transform:rotate(360deg);
	    -ms-transform:rotate(360deg);
	     -o-transform:rotate(360deg);
			transform:rotate(360deg);	
}

.hb:hover,
.hb:hover:before,
.hb:hover:after {
	background: transparent;  
	border-left:1px solid #2ecc71;
	border-right:1px solid #2ecc71;  
	color: #2ecc71; /* Default hover font color */
}

.hb-facebook,
.hb-facebook:before,
.hb-facebook:after {
	background: #3B5998;
	border-color: #3B5998;
	color: #ffffff;
}
.hb-facebook:hover,
.hb-facebook:hover:before,
.hb-facebook:hover:after {
	background: transparent;
	border-color: #3B5998;
	color: #3B5998;
}

/* Facebook inverts */
.hb-facebook-inv,
.hb-facebook-inv:after,
.hb-facebook-inv:before {
	color: #3B5998;   
	border-color: #3B5998;
	background: transparent;
}
.hb-facebook-inv:hover,
.hb-facebook-inv:hover:after,
.hb-facebook-inv:hover:before {
	background: #3B5998; 
	border-color: #3B5998;
	color: #ffffff;  
}

.hb-twitter,
.hb-twitter:before,
.hb-twitter:after  {
	background: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}

.hb-twitter:hover,
.hb-twitter:hover:before,
.hb-twitter:hover:after   {
	background: transparent;
	border-color: #55ACEE;
	color: #55ACEE;
}

/* Twitter inverts */
.hb-twitter-inv,
.hb-twitter-inv:after,
.hb-twitter-inv:before {
	background: transparent;
	border-color: #55ACEE;
	color: #55ACEE;
}
.hb-twitter-inv:hover,
.hb-twitter-inv:hover:after,
.hb-twitter-inv:hover:before {
	background: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}


.hb-instagram,
.hb-instagram:before,
.hb-instagram:after  {
	background: #e1306c;
	border-color: #e1306c;
	color: #ffffff;
}

.hb-instagram:hover,
.hb-instagram:hover:before,
.hb-instagram:hover:after   {
	background: transparent;
	border-color: #e1306c;
	color: #e1306c;
}

/* Twitter inverts */
.hb-instagram-inv,
.hb-instagram-inv:after,
.hb-instagram-inv:before {
	background: transparent;
	border-color: #e1306c;
	color: #e1306c;
}
.hb-instagram-inv:hover,
.hb-instagram-inv:hover:after,
.hb-instagram-inv:hover:before {
	background: #e1306c;
	border-color: #e1306c;
	color: #ffffff;
}


.hb-google-plus,
.hb-google-plus:before,
.hb-google-plus:after {
	background: #db514f;
	border-color: #db514f;
	color: #ffffff;
}
.hb-google-plus:hover,
.hb-google-plus:hover:before,
.hb-google-plus:hover:after {
	background:transparent;
	border-color: #db514f;
	color: #db514f;
}
 
/* google-plus inverts */
.hb-google-plus-inv,
.hb-google-plus-inv:after,
.hb-google-plus-inv:before {
	background:transparent;
	border-color: #db514f;
	color: #db514f;
}
.hb-google-plus-inv:hover,
.hb-google-plus-inv:hover:after,
.hb-google-plus-inv:hover:before {
	background: #db514f;
	border-color: #db514f;
	color: #ffffff;
}


.hb-dribbble,
.hb-dribbble:before,
.hb-dribbble:after {
	background: #ea4c89;
	border-color: #ea4c89;
	color: #ffffff;
}
 
.hb-dribbble:hover,
.hb-dribbble:hover:before, 
.hb-dribbble:hover:after {
	background:transparent;
	border-color: #ea4c89;
	color: #ea4c89;
}

/* dribbble inverts */
.hb-dribbble-inv, 
.hb-dribbble-inv:after,
.hb-dribbble-inv:before {
	background:transparent;
	border-color: #ea4c89;
	color: #ea4c89;
}
.hb-dribbble-inv:hover,
.hb-dribbble-inv:hover:after,
.hb-dribbble-inv:hover:before {
	background: #ea4c89;
	border-color: #ea4c89;
	color: #ffffff;
}

.hb-blogger,
.hb-blogger:before,
.hb-blogger:after {
	background: green;
	border-color: green;
	color: #ffffff;
}

.hb-blogger:hover,
.hb-blogger:hover:before, 
.hb-blogger:hover:after {
	background:transparent;
	border-color: #ea4c89;
	color: #ea4c89;
}


.news-box p{
	line-height: 24px;
	margin-bottom: 30px;
}



/* ---- All Pages CSS ---- */

.full-title{
	padding: 160px 0px 0px 0px;
	background: url(../images/all-title-bg.jpg) no-repeat center;
	position: relative;
}
.full-title:before{
	content: "";
	background: rgba(0,0,0,0.5);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
	font-size: 38px;
	text-align: center;
}
.full-title h1 small{
	float: right;
	padding: 15px 0px;
	font-size: 14px;
}
.breadcrumb-main{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.breadcrumb-main .breadcrumb{
	background: #476930;
	border-radius: 100px 100px 0px 0px;
	display: block;
}
.breadcrumb-main .breadcrumb li a{
	color: #ffffff;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb li{
	color: #000000;
	display: inline-block;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #323232;
}

.about-inner{
	padding: 30px 0px;
}
.left-ab h3{
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.left-ab p{
	font-size: 15px;
}
.left-ab ul{
	padding-left: 20px;
}
.left-ab ul li {
    position: relative;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
    font-size: 15px;
}
.left-ab ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #476930;
}

.team-members-box{
	padding: 30px 0px;
}
.team-members-box .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;	
}
.team-members-box h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.our-team{
    text-align: center;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: auto;
    background: #323232;
        height: 240px;

    padding: 27px 0;
    border-left: 5px solid #476930;
	border-right: 5px solid #476930;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

@media (max-width: 1024px){
	.our-team .team-content{
    width: 100%;
    height: 300px!important;
    background: #323232;
        height: auto;

    padding: 27px 0;
    border-left: 5px solid #476930;
	border-right: 5px solid #476930;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
}


@media (max-width: 767px){
	.our-team .team-content{
    width: 100%;
    height: auto;
    background: #323232;
        height: auto;

    padding: 27px 0;
    border-left: 5px solid #476930;
	border-right: 5px solid #476930;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
}

.our-team:hover .team-content{
    background: #476930;
}
.our-team .title{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .title{
    color: #ffffff;
    margin-bottom: 10px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #323232;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .post{
    height: 30px;
    opacity: 1;
    transform: scale(1);
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translateY(50%);
    opacity: 1;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #323232;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    color: #ffffff;
	background: #476930;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 0px; }
	
}

.customers-box{
	padding: 30px 0px;
}
.customers-box h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.customers-box .mb-4{
	text-align: center;
}

.portfolio-col{
	padding: 30px 0px;
}
.portfolio-item .card{
	border: none;
}
.portfolio-item .card .card-body{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}
.portfolio-item .card .card-body h4{
	margin-bottom: 12px;
}
.portfolio-item .card .card-body h4 a{
	color: #323232;
	text-decoration: none;
	font-size: 22px;
	text-transform: capitalize;
}
.portfolio-item .card .card-body p{
	margin-bottom: 0px;
}
.hover-box{
	position: relative;
	overflow: hidden;
}
.dot-full{
	background: #476930;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
}
.dot-full i{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	background: #323232;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.portfolio-item .card:hover .dot-full{
	background: rgba(18,115,235,0.5);
	width: 100%;
	height: 100%;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio-item .card:hover .dot-full i{
	opacity: 1;
}


.item-pro{
	padding: 30px 0px;
}
.item-pro h3{
	font-size: 20px;
	font-weight: 600;
}
.item-pro ul{
	padding-left: 0px;
}
.item-pro ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
}
.item-pro ul li span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #323232;
	border: 1px solid #323232;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #476930;
}
.portfolio-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #323232;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.blog-main{
	padding: 30px 0px;
}
.by-post{
	margin-bottom: 12px;
}
.blog-entries .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-entries .card .card-body h2.card-title{
	font-size: 22px;
	font-weight: 500;
}
.blog-entries .card .card-footer{
	background-color: #323232;
}
.blog-entries .card .card-footer.text-muted{
	color: #ffffff !important;
}
.blog-entries .card .card-footer a{
	color: #476930;
}
.blog-right-side .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-right-side .card h5.card-header{
	background-color: #323232;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.blog-right-side .card .card-body ul li{
	margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
	border-radius: 4.8px;
	padding: 6px;
	background: #323232;
	color: #ffffff;
	display: inline-block;
}
.blog-main .blockquote{
	border-left: 3px solid #476930;
	padding-left: 20px;
}
.blog-main .blockquote p{
	font-style: italic;
	font-size: 20px;
}

.pagination_bar_arrow .pagination .page-item .page-link{
	font-size: 20px;
	background: #323232;
	border: 1px solid #323232;
	color: #ffffff;
	width: 120px;
	text-align: center;
}
.pagination_bar_arrow .pagination .page-item .page-link:hover{
	background: #476930;
}
.faq-main{
	padding: 30px 0px;
	margin: 30px 0px;
}
.faq-main h2{
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	margin-bottom: 15px;
}
#accordionExample .accordion-single{
	border-radius: 0px;
	border: none;
	position: relative;
	margin-bottom: 15px;
}
#accordionExample  .accordion-single .card-header{
	background-color: transparent;
	padding: 0px;
	border: none;
}
#accordionExample  .accordion-single .card-header h5 button{
	color: #202428;
	display: block;
	position: relative;
	padding: 10px 30px 10px 60px;
	font-size: 18px;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	border: none;
	font-weight: 600;
}
#accordionExample  .accordion-single .card-header h5 button:hover{
	color: #476930;
	text-decoration: none;
}
#accordionExample  .accordion-single h5 button[aria-expanded="false"]::before {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 40px;
	height: 47px;
	line-height: 47px;
	background: #476930;
	border: 1px solid #476930;
	border-radius: 3px;
	font-size: 24px;
	color: #000000;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
#accordionExample  .accordion-single h5 button[aria-expanded="true"]::before{
    content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 40px;
	height: 47px;
	line-height: 47px;
	background: #476930;
	border: 1px solid #476930;
	border-radius: 3px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
#accordionExample .accordion-single:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #476930;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordionExample .accordion-single .card-body{
	padding: 10px 30px 10px 30px;
	margin-left: 40px;
	background: #fff;
	border-top: none;
	font-size: 15px;
	color: #6f6f6f;
	line-height: 28px;
	letter-spacing: 1px;
}

.error-contents{
	padding: 30px 0px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.error-contents{}
.pricing-box{
	padding: 30px 0px;
}
.bg-01{
	background: url(../images/pricing-bg-01.jpg) no-repeat center;
	background-size: cover;
}
.bg-02{
	background: url(../images/pricing-bg-02.jpg) no-repeat center;
	background-size: cover;
}
.bg-03{
	background: url(../images/pricing-bg-03.jpg) no-repeat center;
	background-size: cover;
}
.pricing-box .card:hover .card-header{
	background: none;
}
.pricing-box .card{
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 30px rgba(105,106,119,.1);
	box-shadow: 0 5px 30px rgba(105,106,119,.1);
	border: none;
}

.pricing-box .card .card-header{
	padding: 80px 15px;
	text-align: center;
	background: #323232;
	color: #ffffff;
}
.pricing-box .card:hover .card-header{
	color: #323232;
}
.pricing-box .card:hover .list-group-item{
	background-color: rgba(225,225,225,0.5);
}
.most_popular{
	position: absolute;
	top: 32px;
	font-size: 12px;
	text-align: center;
	width: 181px;
	padding: 4px 0;
	right: -36px;
	transform: rotate(40deg);
	background-color: #476930;
	color: #323232;
}


.contact-main{
	padding: 30px 0px;
}
.contact-left h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right p abbr{
	font-weight: bold;
	font-size: 18px;
}

.help-block ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: red;
	color: #fff;
	padding: 0px 15px;
}

.map-main{
	
}


@media (min-width:768px) and (max-width:991px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.top-bar{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
		display: none;
	}
	.item-pro ul li{
		font-size: 14px;
	}
}

@media screen and (max-width:767px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
	}
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
	.top-bar{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
		display: none;
	}
}

@media (min-width:320px) and (max-width:575.98px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
		font-size: 26px;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
		font-size: 26px;
	}
	.services-bar h1{
		text-align: center;
		font-size: 26px;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
	.top-bar{
		display: block;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
		display: none;
	}
	.navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
		display: none;
	}
	.about-main h2{
		font-size: 26px;
	}
	.project-menu button{
		margin-bottom: 5px;
	}
	.blog-slide h2{
		font-size: 26px;
	}
	.left-ab h3{
		font-size: 26px;
	}
	.customers-box h2{
		font-size: 26px;
	}
	.faq-main h2{
		font-size: 26px;
	}
	#accordionExample .accordion-single .card-header h5 button{
		white-space: inherit;
		font-size: 14px;
	}
}

.parallex {
    background: #666 url(../images/bg.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
    text-align: left;
    padding: 45px 0 10px;
    margin: 5px 0px 0;
}
.services-section-three {
    position: relative;
    padding-bottom: 50px;
    z-index: 9;

}

/*** 

====================================================================
	Window Page Section
====================================================================

***/

.windows-page-section{
	position: relative;
	padding-bottom: 20px;
}

.windows-page-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.windows-page-section .title-box h2{
	position: relative;
	color: #262626;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4em;
}

.windows-page-section .title-box .text{
	position: relative;
    font-size: 19px;
    line-height: 1.6em;
    margin-top: 3px;
    color: #181616;

}

.windows-page-section .title-box .text a{
	position: relative;
	color: #599b47;
}

/*Page Nav Outer*/

.window-nav-outer{
	position: relative;
	margin-bottom: 75px;
}

.window-nav-outer .window-nav{
	position: relative;
	padding: 0px 50px;
	border-radius: 0px 0px 50px 50px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.window-nav-outer .window-nav li{
	position: relative;
	float: left;
	width:20%;
	text-align: center;
}

.window-nav-outer .window-nav li a:after{
	position:absolute;
	content: '';
	right: 0px;
	top: 22px;
	bottom: 22px;
	width: 1px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: #eef2ed;
}

.window-nav-outer .window-nav li:last-child a::after{
	display:none;
}

.window-nav-outer .window-nav li a{
	position: relative;
	width: 100%;
	margin-top: -5px;
	margin-bottom: -5px;
	color: #262626;
	font-size: 22px;
	font-weight: 400;
	padding: 33px 15px;
	display: inline-block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.window-nav-outer .window-nav li.active a::after,
.window-nav-outer .window-nav li a:hover::after{
	display:none;
}

.window-nav-outer .window-nav li a:hover,
.window-nav-outer .window-nav li.active a{
	color: #ffffff;
	background-color: #599b47;
}

.windows-page-section .content-column{
	position: relative;
}

.windows-page-section .content-column .inner-column{
	position: relative;
}

.windows-page-section .content-column .inner-column .blocks-outer{
	position: relative;
	margin-bottom: 30px;
}

.windows-page-section .content-column h2{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #262626;
	line-height: 1.4em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.windows-page-section .content-column .text{
	position: relative;
}

.windows-page-section .content-column .text p{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.windows-page-section .content-column .text .image{
	position: relative;
	margin-bottom: 50px;
}

.windows-page-section .content-column .text .image-gallery{
	position:relative;
	margin-bottom: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.windows-page-section .content-column .text .image-gallery:before{
	position:absolute;
	content: '';
	right: 0px;
	top: 30px;
	bottom: 0px;
	left: 30px;
	border: 1px solid #eef2ed;
}

.windows-page-section .content-column .text .image-gallery .before{
	position:absolute;
	left: 20px;
	top: 20px;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 20px 3px;
	background-color: #ffffff;
}

.windows-page-section .content-column .text .image-gallery .after{
	position:absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 20px 3px;
	background-color: #ffffff;
}

.windows-page-section .content-column .text .image-gallery .image-column{
	position:relative;
	padding: 0px;
	float: left;
}

.windows-page-section .content-column .text .image-gallery .image-column img{
	width:100%;
	display: block;
}

.windows-page-section .content-column h3{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #262626;
	line-height: 1.4em;
	margin-bottom: 14px;
	text-transform: capitalize;
}

/*Instalation Block*/

.instalation-block{
	position: relative;
}

.instalation-block .inner-block{
	position: relative;
	padding-left: 60px;
	padding-bottom: 30px;
}

.instalation-block .inner-block:before{
	position:absolute;
	content: '';
	left: 11px;
	top: 10px;
	width: 1px;
	bottom: 10px;
	background-color: #dde2db;
}

.instalation-block:last-child .inner-block:before{
	display:none;
}

.instalation-block .inner-block .icon-box{
	position:absolute;
	left: 0px;
	top: 6px;
	color: #609f4e;
	font-size: 26px;
	line-height: 1em;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.instalation-block .inner-block h4{
	position: relative;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px;
}

.instalation-block .inner-block .instalation-text{
	position: relative;
	color: #342f2f;
	font-size: 18px;
	line-height: 1.6em;
}

.instalation-block.alternate{
	margin-bottom:20px;
}

.instalation-block.alternate .inner-block{
	padding-bottom: 0px;
}

.instalation-block.alternate .inner-block:before{
	display: none;
}

/*Choosing Section*/

.choosing-section{
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
	margin-top: 20px;
	border-top: 1px solid #eef2ed;
	border-bottom: 1px solid #eef2ed;
}

.choosing-section .inner-section{
	position: relative;
	padding-left: 170px;
}

.choosing-section .inner-section h3{
	position: absolute;
	left: 0px;
}

.choosing-section .inner-section .inner-blocks{
	position: relative;
	padding-left: 20px;
	border-left: 1px solid #eef2ed;
}

.choosing-section.alternate{
	margin-top:50px;
}

.choosing-section.alternate h3{
	margin-bottom:35px;
}

/*Choose Block*/

.choose-block{
	position: relative;
	margin-bottom: 50px;
}

.choose-block.alternate{
	margin-bottom:0px;
}

.choose-block .inner-block{
	position: relative;
	text-align:center;
}

.choose-block .inner-block .icon-box{
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 15px;
}

.choose-block .inner-block .block-title{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;

}

.choose-block .inner-block .choose-text{
	position:relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 15px;
}

.choose-block.style-two .inner-block{
	text-align:left;
}

/*Repair section*/

.repair-section{
	position: relative;
	padding-top: 10px;
}

.repair-section .inner-blocks{
	position: relative;
	margin-top: 50px;
	
}

.repair-block{
	position: relative;
	margin-bottom: 85px;
	z-index: 1;
}

.repair-block .inner-block{
	position: relative;
	text-align: center;
}

.repair-block .inner-block .number-box{
	position: relative;
	width: 70px;
    height: 40px;
	color: #7c7b7b;
	margin: 0 auto;
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 35px;
    background: #e9ede7;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.repair-block .inner-block .number-box:before{
	content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 20px solid #e9ede7;
}

.repair-block .inner-block .number-box:after{
	content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 20px solid #e9ede7;
}

.repair-block .inner-block:hover .number-box{
	background-color: #599b47;
	color: #ffffff;
}

.repair-block .inner-block:hover .number-box:before{
	border-bottom-color: #599b47;
}

.repair-block .inner-block:hover .number-box:after{
	border-top-color: #599b47;
}

.repair-block .inner-block .number-box .number{
	position: relative;
}

.repair-block .inner-block .repair-heading{
	position: relative;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;

}

.repair-block .inner-block .repair-text{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.5em;
}

.repair-section .inner-blocks .repair-image{
	position: absolute;
	right: 0px;
	top: 0px;
}

/*Windows Blocks*/

.windows-blocks{
	position: relative;
}

.windows-blocks.alternate{
	margin-top: 50px;
}

.window-block{
	position: relative;
	margin-bottom: 40px;
}

.window-block .inner-block{
	position: relative;
	border: 1px solid #eef2ed;
}

.window-block .inner-block .content{
	position: relative;
	float: left;
	z-index: 1;
	padding: 34px 0px 34px 25px;
}

.window-block .inner-block .icon-box{
	position: relative;
	color: #262626;
	font-size: 48px;
	line-height: 1em;
	margin-bottom: 20px;
}

.window-block .inner-block .window-heading{
	position: relative;
	color: #262626;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 25px;
	text-align: right;
	margin-left:20px; 
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;

}

.window-block .inner-block:hover .window-heading{
	margin-left:40px;
}

.window-block .inner-block .window-heading a{
	position: relative;
	color: #262626;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;

	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.window-block .inner-block .download:hover,
.window-block .inner-block .window-heading a:hover{
	color:#599b47;
}

.window-block .inner-block .download{
	position: relative;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.window-block .inner-block .download .arrow{
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.window-block .inner-block .image{
	position: absolute;
	right: 0px;
	max-width: 220px;
}

.services-widget{
	position:relative;
	margin-bottom: 50px;
}

.services-widget .widget-content{
	position:relative;
	padding: 30px 40px 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

/*Consulting Box*/

.consulting-widget{
	position: relative;	
}

.consulting-widget h2{
	position: relative;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* Consulting Form*/

.consulting-form{
	position:relative;
}

.consulting-form .form-group{
	margin-bottom:20px;
}

.consulting-form .form-group input[type="text"],
.consulting-form .form-group input[type="email"],
.consulting-form .form-group input[type="password"],
.consulting-form .form-group select,
.consulting-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	color:#848484;
	line-height:26px;
	padding:10px 18px;
	font-weight:400;
	background:#ffffff;
	border:1px solid #eef2ed;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.consulting-form .form-group textarea{
	width:100%;
	resize:none;
	height:100px;
}

.consulting-form .form-group .submit-btn{
	position:relative;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	padding: 12px 40px 10px;
	display: inline-block;
	background-color: #e9ede7;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.consulting-form .form-group .submit-btn:hover{
	color:#ffffff;
	background-color: #599b47;
}

.consulting-form .form-group input:focus,
.consulting-form .form-group select:focus,
.consulting-form .form-group textarea:focus{
	border-color:#599b47;
}

/*Brands Widget*/

.brands-widget{
	position: relative;
}

.brands-widget h2{
	position: relative;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.brands-widget .content{
	position: relative;
}

.brands-widget .content .brand-image{
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}

.brands-widget .content .image img{
	position: relative;
	width: auto;
}

.brands-widget .content h3{
	position: relative;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px;
}

.brands-widget .content .text{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.6em;
}

.brands-widget .owl-dots{
	display: none;
}

.brands-widget .owl-nav{
	position: relative;
	margin-top: 20px;
}

.brands-widget .owl-nav .owl-prev,
.brands-widget .owl-nav .owl-next{
	position: relative;
	color: #7c7b7b;
	font-size: 30px;
	margin-right: 14px;
	display: inline-block;
}

/* Award Widget */

.award-widget{
	position: relative;
}

.award-widget h2{
	position: relative;
	color: #262626;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.award-widget .widget-content{
	position: relative;
	text-align: center;
}

.award-widget .widget-content .image{
	position: relative;
	margin-bottom: 20px;
}

.award-widget .widget-content .text{
	position:relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

/*Buttons Widget*/

.buttons-widget{
	position: relative;
}

.buttons-widget .theme-btn{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	float: left;
	width: 50%;
	line-height: 22px;
	color: #ffffff;
	padding: 23px 22px;
	display: inline-block;
	background-color: #4d903b;

}

.buttons-widget .theme-btn .icon-box{
	position:relative;
	margin-right: 10px;
	font-size: 24px;
}

.buttons-widget .theme-btn:nth-child(2){
	background-color: rgba(77,144,59,0.90);
}

/*Brand Block*/

.brand-block{
	position: relative;
	margin-bottom: 40px;
}

.brand-block .inner-box{
	position:relative;
	padding: 45px 40px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border: 1px solid #eef2ed;
}

.brand-block .inner-box:hover{
	border:1px solid transparent;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.brand-block .inner-box .image{
	position: relative;
	margin-bottom: 18px;
	display: inline-block;
}

.brand-block .inner-box .image img{
	position: relative;
	width: auto;
}

.brand-block .inner-box h3{
	position: relative;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px;
}

.brand-block .inner-box .text{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.6em;
}

/*Window Block Two*/

.window-block-two{
	position: relative;
	margin-bottom: 50px;
}

.window-block-two .inner-box{
	position: relative;
}

.window-block-two .inner-box .icon-box{
	position: relative;
	width: 290px;
	height: 290px;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 250px;
	text-align: center;
	border-radius: 50%;
	border: 18px solid #eef2ed;
	background: #599b47 url(../images/icons/window-pattern.png) center center no-repeat;
}

.window-block-two .inner-box .icon-box .image{
	position: relative;
	display: inline-block;
}

.window-block-two .inner-box .lower-content{
	position: relative;
	text-align: center;
}

.window-block-two .inner-box h3{
	position: relative;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 18px;
	display: inline-block;
}

.window-block-two .inner-box h3:before{
	position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    width: 55px;
    height: 55px;
    z-index: -1;
    border: 10px solid #eef2ed;
	transition:all 0.3s ease;
	-moz-transform: perspective(400px) rotateY(35deg);
	-webkit-transform: perspective(400px) rotateY(35deg);
	-ms-transform: perspective(400px) rotateY(35deg);
	-o-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
}

.window-block-two .inner-box h3 a{
	position: relative;
	color: #262626;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.window-block-two .inner-box .explore:hover,
.window-block-two .inner-box h3 a:hover{
	color:#599b47;
}

.window-block-two .inner-box .text{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.window-block-two .inner-box .explore{
	position: relative;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.window-block-two .inner-box .explore .arrow{
	position: relative;
	top: 2px;
	margin-left: 8px;
}

/*** 

====================================================================
	Price Page Section
====================================================================

***/

.price-page-section{
	position: relative;
	padding: 50px 0px;
}

.price-page-section .price-list-nav{
	position:relative;
	text-align: center;
	margin-bottom: 45px;
}

.price-page-section .price-list-nav .nav-list{
	position:relative;
	padding: 30px 35px;
	display: inline-block;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}

.price-page-section .price-list-nav .nav-list li{
	position:relative;
	display:block;
	float:left;
	font-size:18px;
	color:#bfbfbf;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	padding-right: 35px;
	margin-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #eef2ed;
	text-transform:uppercase;
	transition:all 500ms ease;

}

.price-page-section .price-list-nav .nav-list li a{
	position:relative;
	color:#bfbfbf;
	font-weight:500;
}

.price-page-section .price-list-nav .nav-list li .icon{
	position:relative;
	font-size: 44px;
	float: left;
	margin-right: 20px;
}

.price-page-section .price-list-nav .nav-list li a:hover,
.price-page-section .price-list-nav .nav-list li.active a{
	color:#599b47;
	background:#ffffff;
}

.price-page-section .price-list-nav .nav-list li:last-child{
	margin-right: 0px;
	border: none;
	padding-right: 0px;
}

.price-page-section .inner-section{
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}


.services-block-three{
	position: relative;
	margin-bottom: 35px;
}

@media (max-width: 767px){
	.services-block-three{
	position: relative;
	margin-bottom: 0px;
}
}

.services-block-three .inner-box{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.07);
}

.services-item-carousel .services-block-three .inner-box{
	margin:0px 15px;
}

.services-block-three .inner-box .image{
	position: relative;
	display:block;
	overflow: hidden;
}

.services-block-three .inner-box .image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.services-block-three .inner-box:hover .image img{
	-webkit-transform: scale(1.08,1.08);
	-ms-transform: scale(1.08,1.08);
	transform: scale(1.08,1.08);
}

.services-block-three .inner-box .lower-content{
	position: relative;
    border-top: 3px solid #7e7b7b;
    background: #fbf8f8;
    padding: 20px 20px 20px;
}

.services-block-three .inner-box .lower-content h2{
	position: relative;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: initial;
}

/*.services-block-three .inner-box .lower-content h2:before{
	position: absolute;
    content: '';
    left: 0px;
    top: -10px;
    width: 55px;
    height: 55px;
    z-index: -1;
    border: 10px solid #eef2ed;
	-moz-transform: perspective(400px) rotateY(35deg);
    -webkit-transform: perspective(400px) rotateY(35deg);
    -ms-transform: perspective(400px) rotateY(35deg);
    -o-transform: perspective(400px) rotateY(35deg);
    transform: perspective(400px) rotateY(35deg);
}*/

.services-block-three .inner-box .lower-content h2 a{
	position: relative;
	color: #262626;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .lower-content .text{
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.services-block-three .inner-box .lower-content .icon-box{
	position: relative;
	color:#404040;
	font-size: 64px;
	line-height: 1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .lower-content .explore{
	position: absolute;
	right: 40px;
	bottom: 35px;
	color: #262626;
	font-weight: 500;
	font-size: 18px;
	float: right;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .lower-content .explore .arrow{
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.services-block-three .inner-box:hover .lower-content .icon-box,
.services-block-three .inner-box:hover .lower-content h2 a,
.services-block-three .inner-box:hover .lower-content .explore{
	color:#599b47;
}
.image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-menu1{
	display:none;
position: absolute;
    left: 160px;
    top: 0px;
    background: #fff;
    padding: 20px;
	text-align:left !important;
	}
.dropdown-menu2{
	display:none;
position: absolute;
    left: 160px;
    top: 11px;
    background: #fff;
    padding: 20px;
	text-align:left !important;
	}
	.dropdown:hover .dropdown-menu-right {
  display: block;
}
#navbarDropdownPortfolio1:hover  .dropdown-menu1 {
  display: block;
}
#navbarDropdownPortfolio2:hover  .dropdown-menu2 {
  display: block;
}
.dropdown-gap { padding:8px 0px !important;margin-bottom:0px !important; }
@media screen and (max-width:767px){
	
	.dropdown-gap{padding-left:15px !important;}
	.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu { box-shadow: none; }
	.dropdown-menu1{
	display:block; margin-bottom:15px !important; padding: 0px 20px; }
	.dropdown-menu2{
	display:block; margin-bottom:15px !important; padding: 0px 20px; }
	#navbarResponsive{max-height: 500px;
    overflow: auto;}
	.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #323232;
	TEXT-ALIGN: LEFT;
    padding-left: 15px;
}
.dropdown-item3 {

padding-left: 15px !important; }
.dropdown-item1 {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #476930 !important;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child {
    padding-left: 15px;
     margin-bottom: 0px;
}
.navbar-brand img {max-width: 250px;}
}
.services-block-two{
	position: relative;
	margin-bottom: 30px;
}

.services-block-two .inner-box{
	position: relative;
	text-align: center;
	/*padding-right: 30px;*/
	background: #fff;
}

.services-block-two .inner-box .icon-box{
	/*position:absolute;*/
	/*right: 0px;
	bottom: 100%;
	margin-bottom: -90px;*/
	margin:0 auto;
	    width: 60px;
    height: 65px;
    font-size: 46px;
    color: #599b47;
    line-height: 40px;
	text-align: center;
	z-index: 1;
   transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color: #ffffff;
	border: 1px solid #eef2ed;
}

.services-block-two .inner-box .content-box{
	position: relative;
	padding: 15px 15px 15px;
	border: 1px solid #f7f7f7;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
	min-height:278px;
}

.services-block-two .inner-box .content-box h3{
	position: relative;
	top:0;
	color: #262626;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*.services-block-two .inner-box:hover .content-box h3,
.services-block-two .inner-box:hover .content-box .text{
	top:-10px;	
}*/

.services-block-two .inner-box .content-box h3 a{
	position: relative;
	color: #262626;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .content-box h3 a:hover{
	color: #599b47;
}

.services-block-two .inner-box .content-box .text{
	position: relative;
	top:0;
	color: #7c7b7b;
	font-size: 18px;
	line-height: 1.6em;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*.services-block-two .inner-box:hover .icon-box{
	margin-bottom:0px;
	bottom: 20px;
	color: #ffffff;
	border-color: #599b47;
	background-color: #599b47;
}*/

.services-block-two .inner-box .read-more{
	position: relative;
	top:0;
	font-weight: 500;
	font-size: 18px;
	color: #262626;
	margin-top: 15px;
	opacity: 0;
	display: inline-block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover .read-more{
	opacity: 1;
	top:-10px;
}

.services-section-two .owl-carousel{
	margin:0px -15px;
}

.services-section-two .owl-carousel .owl-stage-outer{
	padding:15px 0px;
}

.services-section-two .owl-carousel .services-block-two{
	margin:0px 15px;	
}
.services-block-two .inner-box .content-box .text{text-align: center;font-size:15px; color:#222}
.services-block-two .inner-box .content-box .text li{margin-bottom:5px;}
.text ul{padding-left: 20px;}

.top-bar{padding-right:10px;}
.top-bar .top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
	
}
.top-bar .top a {

    font-size: 14px;
    transition: 0.5s;
    color: #fff;
        background: #2d5413;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid #4d7c2d;
}
.top-bar .top a .hover {
    display: none;
}
.top-bar .top a .nohover {
    display: inline-block;
}
.top-bar .top a img {
    margin-right: 8px;
}
.top-bar .top a + a {
    margin-left: 10px;
}
.top-bar .bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 0;
}
.top-bar .menu-list {
    display: flex;
    justify-content: flex-end;
}
.top-bar .menu-list a {
    font-family: "AVANTGA2";
    font-size: 16px;
    color: #323333;
    padding-right: 15px;
    transition: 0.5s;
}
.top-bar .menu-list a:hover {
    color: #0098da;
}
.top-bar .top a:hover {
    background: #fff;
    color: #0098da;
}
.top-bar .top a:hover .hover {
    display: inline-block;
}
.top-bar .top a:hover .nohover {
    display: none;
}

.top-bar .top ul {
    float: left;
	list-style:none;
	margin-bottom:0px;
}
.top-bar .top ul > li {
    float: left;
    padding-left: 10px;
}
.top-bar .top ul > li > a {

    padding: 0 15px 0 45px;
    line-height: 32px;
    float: left;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}
.top-bar .top ul > li:last-child > a {
    background-color: #ed3237;
    border-color: #ed3237;
}
.top-bar .top ul > li > a:hover {
    background-color: #fff;
    color: rgba(0, 0, 0, 1);
}
.top-bar .top ul > li > a img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
}
.top-bar .top ul > li > a:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.virtual-icon {
    object-fit: none;
    object-position: 0 0;
    width: 30px;
    height: 24px;
}
.brochure-icon {
    object-fit: none;
    object-position: -41px 3px;
    width: 30px;
    height: 24px;
    margin-right: 0 !important;
    margin-left: 6px;
}
.enquire-icon {
    object-fit: none;
    object-position: -73px 4px;
    width: 30px;
    height: 24px;
    margin-right: 0 !important;
    margin-left: 6px;
}
.care-icon {
    object-fit: none;
    object-position: -105px 4px;
    width: 30px;
    height: 24px;
    margin-right: 0 !important;
    margin-left: 6px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.durable-safe h2 {
font-size: 30px;
}
.durable-safe ul {
display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0;
	    align-items: center;
    justify-content: center
}

.durable-safe ul>li {
    margin: 0;
    width: 33.33%;
    background-color: transparent;
    box-shadow: none;
    padding: 0 8px 16px;
}
.durable-safe ul li {
    border-radius: 4px;
    /*background: #fbfbfb;*/
    margin: 0 1.5% 3%;
    width: 30.33%;
    text-align: center;
    padding: 10px 5px;
    transition: .5s;
}
.durable-safe .nav-tabs .nav-link {
    box-shadow: none;
    border: 1px solid #adadad;
    border-radius: 4px;
    margin: 0;
    background-color: #fff;
    padding: 15px 8px 10px;
    display: flex;
    flex-wrap: wrap;

    color: #0d0d0d;
    font-size: 18px;
    line-height: 20px;
}
.durable-safe ul>li>a span {
    width: 100%;
    padding-bottom: 5px;
}


@media screen and (max-width:767px){
	.durable-safe .nav-tabs .nav-link { font-size:13px;     padding: 15px 2px 10px; }
	.durable-safe h2 {
    font-size: 20px;
    text-align: center;
}
}
.icon i{font-size:20px;margin-bottom:20px;}
.content-boxs {
    position: relative;
    padding: 15px 15px 15px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	margin: 0 10px;

}

/*-----------------------------------------*/
.video_tag{
	width: 100%;
	height: 370px;
}

@media (max-width: 767px){
	.video_tag{
	width: 100%;
	height: auto;
}

}

.mar{
	font-size: 20px;
}

.pad_10{
	padding: 10px;
}

 .marquee {
               
                overflow: hidden;
                position: relative;
                
                
            }
            
            .marquee img span {
                position: absolute;
                width: 100%;
                height: 100%;
                margin: 0;
                line-height: 50px;
                text-align: center;
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
                -moz-animation: scroll-left 2s linear infinite;
                -webkit-animation: scroll-left 2s linear infinite;
                animation: scroll-left 10s linear infinite;
            }
            
            @-moz-keyframes scroll-left {
                0% {
                    -moz-transform: translateX(100%);
                }
                100% {
                    -moz-transform: translateX(-100%);
                }
            }
            
            @-webkit-keyframes scroll-left {
                0% {
                    -webkit-transform: translateX(100%);
                }
                100% {
                    -webkit-transform: translateX(-100%);
                }
            }
            
            @keyframes scroll-left {
                0% {
                    -moz-transform: translateX(100%);
                    -webkit-transform: translateX(100%);
                    transform: translateX(100%);
                }
                100% {
                    -moz-transform: translateX(-100%);
                    -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
                }
            }


           /*------------------------------------------------ */
           .dis_blocked{
           	display: block;
           }

           @media (max-width: 767px){
           	   .dis_blocked{
           	display: none;
           }
           }

           .part p{
           	    line-height: 25px;
           }


           @media (max-width: 767px){
    .sticky-icon  {
    z-index:999;
    position:fixed;
    top:30%;
    right:0%;
    width:217px!important;
    display:flex;
    flex-direction:column;}  
}


.sticky-icon  {
    z-index:999;
    position:fixed;
    top:30%;
    right:0%;
    width:220px;
    display:flex;
    flex-direction:column;}  
.sticky-icon a  {
    transform:translate(160px,0px);
    border-radius:50px 0px 0px 50px;
    text-align:left;
    margin:2px;
    text-decoration:none;
    text-transform:uppercase;
    padding:5px;
    font-size:13px;
    font-family:'Oswald', sans-serif;
    transition:all 0.8s;}
.sticky-icon a:hover  {
    color:#FFF;
    transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
    transform:rotate(360deg);}
/*.search_icon a:hover i  {
    transform:rotate(360deg);}*/
.Facebook  {
    background-color:#188504;
    color:#FFF;}
    
.Youtube  {
    background-color:#188504;
    color:#FFF;}
    
.Twitter  {
    background-color:#188504;
    color:#FFF;}
    
.Instagram  {
    background-color:#188504;
    color:#FFF;}
    
.whatsapp{
    
    background-color:#188504;
    color:#FFF;
}
.call{
    background-color: #3742dd;
    color:#FFF;
}

.Google  {
    background-color:#188504;
    color:#FFF;}                        
.sticky-icon a i {
    background-color:#FFF;
    height:40px;
    width:40px;
    color:#000;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    margin-right:20px;
    transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
    background-color:#FFF;
    color:#2C80D3;}
    
.sticky-icon a i.fa-google-plus-g  {
    background-color:#FFF;
    color:#d34836;}
    
.sticky-icon a i.fa-instagram  {
    background-color:#FFF;
    color:#FD1D1D;}
    
.sticky-icon a i.fa-youtube  {
    background-color:#FFF;
    color:#fa0910;}
    
.sticky-icon a i.fa-twitter  {
    background-color:#FFF;
    color:#53c5ff;}

.sticky-icon img{
    border-radius: 50%;
        width: 40px;
    height: 40px;
}
