/*  
Theme Name:Yard Theme
Theme URI: http://www.dazetech.co.in
Description: A WordPress theme frame work
Version: 2.0
Author: Dazetech
Author URI: http://www.dazetech.co.in
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

?ie - Internet Explorer (All versions)
?ie8 - Internet Explorer 8.x
?ie7 - Internet Explorer 7.x
?ie6 - Internet Explorer 6.x
?gecko - Mozilla, Firefox (all versions), Camino
?ff3 - Firefox 3
?ff3_5 - Firefox 3.5 new
?opera - Opera (All versions)
?opera8 - Opera 8.x
?opera9 - Opera 9.x
?opera10 - Opera 10.x
?webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
?safari3 - Safari 3.x
?chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	}
body, th, td, input, textarea{
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 26px;
	}

a {
	color: #000;
}
form{
	}
fieldset{
	}

h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:40px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:22px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}

a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none;
	color: #eec9a1 !important;
	}


acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}


code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/*------Menu CSS------------------------- */
.container{
	width: 1200px;
}
.access {
    display:block;
}
.access .menu-header,
div.menu {
    margin-left: 12px;
}
.access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
.access .menu-header li,
div.menu li {
    float:left;
    position: relative;
}
.access a {
    display:block;
    text-decoration:none;
    color:#aaa;
    padding:0 10px;
    line-height:38px;
    text-transform: uppercase;
    font-weight: 500;

}
.access ul ul {
    display:none;
    position:absolute;
    top:38px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    width: 180px;
    z-index: 99999;
}
.access ul ul li {
    min-width: 180px;    
}
.access ul ul ul {
    left:100%;
    top:0;
}
.access ul ul a {
    background:#333;
    height:auto;
    line-height:1em;
    padding:10px;
    width: 160px;
}
.access li:hover > a,
.access ul ul :hover > a {
    color:#fff;
    background:#333;
}
.access ul li:hover > ul {
    display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
    color: #fff;
}
input {
    border: 1px solid grey;
    padding: 10px;
}
.section-padding {
	padding: 50px 0;
}
a, input, h1, h2, h3, h4, h5, h6, p {
	transition: 0.5s all ease;
}
form#commentform label {
    display: block;
}
/**********fonts*********/
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('font/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GoodVibrationsScript';
    src: url('font/GoodVibrationsScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*****************cmn cls*****************/
.mar-l-100{
	margin-left: 100px;
}
.mar-r-100{
	margin-right: 100px;
}
.pad-l-0{
	padding-left: 0px;
}
.pad-r-0{
	padding-right: 0px;
}
.pad-l-r-0{
	padding-right: 0px;
	padding-left: 0px;
}
/*****************header******************/
.header-menu-section{
	padding-right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header ul.menu{
	list-style: none;
	display: inline-flex;
}
header ul.menu li a{
	padding-top: 47px;
	padding-bottom: 47px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}
header ul.menu li a{
	color: #000;
	/*font-weight: 500;*/
	font-family: 'Montserrat-Medium';
	font-size: 16px;
}

header ul.menu li a:hover,header ul.menu .current-menu-item a{
	background-color: #000;
}
header ul.menu .current-menu-item a,header ul.menu li:hover a{
	color: #FFF;
}
.header-logo-div{
	display: block;
}
.header-logo-section{
	display: flex;
	align-items: center;
	padding-left: 0;
}
.header-logo-div{
	width: 165px;
	height: 82px;
	max-width: 100%;
	object-fit: cover;
}
/*****************footer******************/
/*.footer-logo{
	width: 130px;
	height: 65px;
	max-width: 100%;
	object-fit: cover;
	margin-bottom: 25px;
}
.footer-main-row{
	padding-top: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ffffff;
	padding-bottom: 120px;
}
.footer-heading{
	font-size: 14px;
	font-weight: 600px;
	color: #eec9a1;
	padding-bottom: 25px;
}
footer ul{
	list-style: none;

}
footer i{
	color: #666666;
	font-size: 18px !important;
	
}
.footer-sm-link{
	margin-right: 25px;
}
.footer_contact_number{
	padding-bottom: 40px;
	display: block;
}
.footer-main-row p, .footer-main-row a {
	font-size: 14px;
	font-weight: 400;
}*/
.footerAlign.logo img {
    width: 130px;
    height: 65px;
    object-fit: contain;
        margin-top: 8px;
}
.container-middle-fluid {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.container.footerBottom{
	padding-top: 70px;
}
.footerBottom h2{
    padding-bottom: 15px;
    color: #eec9a1;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold';

}
.container.footerBottom1{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_copy{
	font-size: 14px;
	
	line-height: 30px;
	color: #000000;

}
.footpara p{
	line-height: 24.91px;
	color: #333333;
	font-size: 14px;
	font-family: 'Montserrat-Light';
	margin-top: 25px;
	text-decoration: none;

}
.footerBottom ul{
	list-style: none;
	color: #000000;
	line-height: 30px;
	font-size: 14px;
}
.footerBottom p,.footerBottom a{
	color: #000000;
	line-height: 25px;
	font-size: 14px;
}
.followlink{
	margin-top: 30px;
}
.followlink i {
    padding-right: 20px;
    color: #666666;
    font-size: 15px;
}
.container-top-fluid{
	height: 350px;
	display: flex;
	align-items: center;
	text-align: center;
	    background-position: 93%;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.footerbanner h2{
	font-family: 'Montserrat-Bold';
	font-size: 40px;
	line-height: 26px;
	color: #ffffff;
	padding-bottom: 20px;
}
.footerbanner p{
	 font-size: 22px;
	 line-height: 32px;
	 color: #ffffff;
	 font-family: 'Montserrat-Medium';
	 margin-bottom: 30px;
}
.footerbanner a{
	height: 50px;
	width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border:1px solid #ffffff;
	color: #ffffff;
}
.hoverimg{
	display: none;
}
.col-md-3.imgpost {
    height: 350px;
    width: 270px;
    background-size: cover;
    max-width: 270px !important;
    margin-right: 15px;
    margin-left: 15px;
    background-blend-mode: overlay;
    background-color: #65635f;
    background-position: 40%;
}
.propic{
	height: 80px;
    max-width: 80px !important;
    border-radius: 77px;
    background-size: cover;
    margin-left: 15px;
    margin-right: 35px;

}

.slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    outline: none;
}
.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots .slick-active button{
	background-color: #eec9a1;
}
.hm-section1,.hm-section-2,.hm-section-3{
	padding-top: 80px;
	padding-bottom:80px;
}
.hm-title{
	font-family: 'Montserrat-Bold';
	color: #333333;
	font-size: 40px;
	line-height: 26px;
	    padding-top: 5px;
	padding-bottom: 25px;
}
.hmsec1col2{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.ychoosecontent p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	padding-bottom: 25px;
}
.btn-blk{
    height: 50px;
    width: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000 !important;
    background-color: transparent !important;
     font-family: 'Montserrat-Medium';
     font-size: 16px !important;
     transition: 1s;
}
.servicelist p {
  padding-bottom: 15px;
    padding-top: 15px;
    margin-left: -5px;
}
.servicelist p a{
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	 font-family: 'Montserrat-Medium';
	 padding-left: 20px;
}
.servicelist p a:hover {
	 font-family: 'Montserrat-SemiBold';
}
.servicelist{
	border-left: 5px solid #f6f6f6;
	
}
.servicelist p:hover{
	border-left: 5px solid #eec9a1;

}
.hm-section-2.bg_clr{
	background-color: #f8f8f8;
}

.project-title{
	font-size: 30px;
	color: #333333;
	line-height: 26px;
	font-family: 'Montserrat-Bold';
	    padding-bottom: 30px;	
}

 .imgpost a{
 	 /*font-family: 'GoodVibrationsScript';*/
 	 font-family: 'Montserrat-Bold';
 	 font-size: 30px;
 	 line-height: 90px;
 	 color: #ffffff;
 	 /*padding-top: 255px;*/
 	 margin-top: -80px;
    display: flex;
    justify-content: center;	
 }
 .testimonial_slider h2{
 	font-family: 'Montserrat-SemiBold';
 	font-size: 21.95px;
 	color: #333333;
 	padding-bottom: 10px;
 }
 .testimonial_slider  p small{
 	color: #666666;
 }
 .testimonial_slider  p{
 	line-height: 24.91px;
 	font-size: 15px;
 	color: #333333;
 	padding-bottom: 20px;
 }
 .clienttitle{
	font-size: 30px;
	color: #333333;
	line-height: 26px;
	font-family: 'Montserrat-Bold';
	padding-bottom: 65px;	
 	text-align: center;
 }
 .post{
max-width:100%;
}
 .item.slick-slide {
    height: 800px;
    height: 400px;
}
.carousel-inner.q-slider-main .slick-dots li button{
	display: none;
}
.teststyle{
    display: flex !important;
    margin-bottom: 20px;
}
.footerbanner a:hover{
	border: 1px solid #eec9a1;
	color: #eec9a1 !important;
}
button.slick-prev.slick-arrow:before{
    content: url('images/arrowleft.png');
   }

button.slick-next.slick-arrow:before{
	content: url('images/arrowright.png');
}
.subslider.container.slick-initialized.slick-slider{
	    padding-left: 135px;
    padding-right: 130px;
    padding-top: 20px;
}
button.slick-prev{
    font-size: 0px;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
    margin-left: 100px;
    outline-style: none;
     cursor: pointer;
}
button.slick-next{
    font-size: 0px;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
    margin-right: 100px;
    right: 0;
    outline-style: none;
    cursor: pointer;
}
.carousel-inner.q-slider-main{
	display: flex;
	align-items: center;
}


/***********about************/
.abttitle{
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	 font-family: 'Montserrat-Medium';
	     padding-bottom: 25px;

}
.abtsubtitle{
	font-size: 26px;
	line-height: 40px;
	color: #333333;
	padding-bottom: 25px;
	font-family: 'Montserrat-Medium';
}
.abtcontent p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
    padding-bottom: 30px;
}
.abtsec1{
	padding-top:80px;
	padding-bottom: 40px;
}
.abtsec2,.abtsec3{
	padding-top:80px;
	padding-bottom: 80px;
}
.prjctbtn{
	padding-top: 20px;
}
.abtimg{
	height: 750px;
	width: 500px;
}

.innerslide  .item.slick-slide {
    height: 400px;
}

.slider2 .item.slick-slide {
    height: 400px;
    display: flex;
    align-items: center;
    background-position: 64% 40% !important;
    /*background-position: 64% 67% !important;*/
}
.slider2.serviceslider .item.slick-slide{
	background-position: 64% 100% !important;
}
.mapclass iframe{
    width: 1170px;
    height: 400px;
    border-radius: 10px;
}
.contactsec1{
	padding-top:80px;
	padding-bottom:140px;
	background-color: #f8f8f8;
}

.contactsec2{
	padding-top:80px;
	padding-bottom:80px;
}
.mailcol,.foncol{
	text-align: center;
}
img.envimg,img.phoneimg{
	height: 80px;
    width: 80px;
    object-fit: scale-down;
    background-color: #eec9a1;
    border-radius: 40px;
}
.mail,.phone{
	padding-top: 25px;
}
.mail a,.phone{
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.servicelistcontent p:before{
	content: url('images/bullet.png');
}
.servicelistcontent p a{
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    padding-left: 10px;

}
.servicelistcontent p{
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}
.srvcsecton1{
	padding-top: 70px;
	
}
.srvcsecton2{
	padding-top: 60px;
	padding-bottom: 80px;
}
h1.srvctitle{
	font-size: 24px;
    color: #333333;
    line-height: 40px;
    font-family: 'Montserrat-Bold';
    padding-bottom: 15px;
    padding-top: 45px;
}
.srvccotent p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.servcol{
	text-align: center;
    border: 1px solid #e1e1e1;
    height: 360px;
    width: 370px !important;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.srvcbutton a{
    background-color: transparent;
    color: #56a9dd;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    line-height: 23px;
}
.srvcbutton{
	margin-top: 55px;
}
button.slick-next.slick-arrow:before {
    content: url(images/arrowright.png);
}
.col-md-12.prjctpost.slick-slide{
	height: 650px;
	background-position: 100% 60% !important;
	background-repeat: no-repeat;
    background-size: cover;
}
.row.prjsliderrow.slick-slider{
	display: flex;
	align-items: center;
}
.row.singlerow h6{
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	 font-family: 'Montserrat-Medium';
	 padding-bottom: 30px;
}
.row.singlerow .title a{
	font-size: 26px;
	line-height: 40px;
	color: #333333;
	 font-family: 'Montserrat-Medium';
}
.row.singlerow .title{
	margin-bottom: 15px;
}

.row.singlerow .entry p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	padding-bottom: 30px;
    padding-right: 40px;
}
.row.singlerow h5{
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	font-family: 'Montserrat-Bold';
	    padding-bottom: 10px;

}
.row.fe h2{
	 font-size: 16px;
	 line-height: 26px;
	 color: #333333;
	 font-family: 'Montserrat-SemiBold';
	     padding-bottom: 10px;

}
.row.fe p{
 font-size: 14px;
	 line-height: 22px;
	 color: #333333;
}
.row.singlerow{
	padding-top: 80px;
	padding-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
}
.featurecol{
    padding-top: 115px;
}
.feature_single{
	border:1px solid #e1e1e1;
	height: 130px;
	width: 270px;
	margin-bottom: 25px;
    padding: 23px 32px;
    border-radius: 5px;
    text-align: center;
}
.double_slider .item.slick-slide {
    height: 700px;
}
.subslider .item.slick-slide {
    height: 110px;
    width: 170px !important;
    margin-left: 30px;
        border-radius: 10px;
}
/*.container.subsliderwrapper{
	width: 800px;
}*/
.subsliderwrapper{
    height: 150px;
    /*margin-top: -150px;*/
    /*background-color: #263036;*/
    /*opacity: 0.8;*/
    background-color: transparent;
}
.subsliderwrapper .item.slick-slide{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.subsliderwrapper .item.slick-slide.slick-current.slick-center{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border: 2px solid #eec9a1;
}

.errorStyle {
    
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.errorStyle h2 {
    font-weight: bold;
    padding-bottom: 20px;
}
.errorStyle p {
    padding-bottom: 20px;
}
.errorrow{
	justify-content: center;
}
.error-blk{
	height: 50px;
    width: 200px;
   
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000 !important;
    background-color: transparent !important;
}
.subslider  button.slick-next {
    font-size: 0px;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
    margin-right: 100px;
    right: 0;
    outline-style: none;
    height: 50px;
    width: 50px;
    background-color: #dbba96;
    border-radius: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.subslider button.slick-prev {
    font-size: 0px;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
    margin-left: 100px;
    outline-style: none;
     height: 50px;
    width: 50px;
    background-color: #dbba96;
    border-radius: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.abtsec2,.servicesec3,.contactsec1{
	background-color: #f8f8f8;

}
.btnnnn{
	/*display: none;*/
	opacity: 0;
	padding-top: 240px;
}
.col-md-3.imgpost:hover{
	transition: 0.2s all ease-in-out;
}
.col-md-3.imgpost:hover .btnnnn{
 	/*display: block !important;*/
 	opacity: 1;
 	transition: 1s;
}
.col-md-3.imgpost:hover .prj_title{
	/*display: none;*/
	opacity: 0
}
.imgpost button a{
	padding-top: 15px; 
}
.btnnnn .projctex{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat-SemiBold';
	color: #ffffff;
}
.btnnnn p{
	display: flex;
}
.btnnnn .linkflip{
	font-size: 16px;
	line-height: 90px;
	color: #eec9a1;
	 font-family: 'Montserrat-Medium';
	 display: block;
	 padding-top: 0px;
	 display: flex;
    align-items: center;
        margin-top: -20px;
   
}
.linkflip:before{
	content: url('images/arrowflip.png');
	margin-right: 10px;
}
.item.slick-slide{
	background-position: 100% 60% !important;
	/*background-size:auto !important;*/
}
.subslider .item.slick-slide{
	background-position: 100% 100% !important;
	background-size:cover !important;
}
.banner-content{
    width: 600px;
    /* position: relative; */
    background-color: #000000;
    text-align: center;
    padding: 15px;
    /* animation: animateleft 1s; */
    opacity: .9;
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content h1{
	color: white;
	    font-size: 30px;
    
    line-height: 26px;
    font-family: 'Montserrat-SemiBold';
}
.carousel-inner.q-slider-main.hmslider .item.slick-slide{
	    background-size: cover !important;
}

.slick-active .w3-animate-left{
	position:relative;
	animation-delay: 2s;
	animation:animateleft 1.5s
	}
	@keyframes animateleft
	{
		from
		{left:0px;opacity:0} 
		to
		{left:0;opacity:1}
	}
 .w3-animate-right
{
	position:relative;
	animation:animateright 1s
	}
	@keyframes animateright
	{
		from
		{right:0px;opacity:0} 
		to
		{right:0;opacity:1}
}
.btn-blk:hover{
	border: 1px solid #eec9a1;
	/*transition: 1s;*/
}


a.read,a.read-less {
	font-family: 'Montserrat-SemiBold';
    bottom: 10px;
    right: 10px;
    padding-left: 5px;
}
.kc_col-sm-6.wdth_100.abtproject{
	padding-right: 45px !important;
}
.whole-post{
	display: none;
}
.excerpt,.whole-post{
    line-height: 24.91px;
    font-size: 15px;
    color: #333333;
    padding-bottom: 20px;
}
.srvccotent {
    height: 127px;
}
button#responsive-menu-button{
	right: 15px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    padding: 0 15px !important;
}
.slick-slide { will-change: transform; }
.subsliderwrapper div#myCarousel{
    background-color: #3b3d3e;
    height: 150px;
    opacity: 0.85;
}
.double_slider button.slick-next {
 /*bottom: 55px;*/
 bottom: -95px;
     background-color: #dbba96;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-right: 220px;

}
.double_slider button.slick-prev{
 /*bottom: 55px;*/
 bottom: -95px;
     background-color: #dbba96;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-left: 220px;

}
.double_slider button.slick-next.slick-arrow:before {
    content: url(images/smallarrowright.png);
}
.double_slider button.slick-prev.slick-arrow:before {
    content: url(images/smallarrowleft.png);
}

.subsliderwrapper div#myCarousel {
	 background-color: #4D4C4C;
    height: 150px;
    opacity: 0.85;
}
.testimonial_slider h2 span{
	    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-top: 13px;
}
.banner-content{
	display: none;
}
li.col-md-12.listitem{
	    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
        font-size: 13px;
}
li.col-md-12.listitem::before{
	   content: url(images/bullet.png);
	   padding-right: 15px;
    
}
.servicelistcontent {
	display: none;
}
@keyframes slidein-left {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }