@charset "utf-8";
/* CSS Document */

/*===== Custome Fonts =====*/
@font-face{ font-family:"Roboto-Regular"; src:url("../fonts/Roboto/Roboto-Regular.ttf"); }
@font-face{ font-family:"Roboto-Medium"; src:url("../fonts/Roboto/Roboto-Medium.ttf"); }
@font-face{ font-family:"Roboto-Black"; src:url("../fonts/Roboto/Roboto-Black.ttf"); }
@font-face{ font-family:"Roboto-Bold"; src:url("../fonts/Roboto/Roboto-Bold.ttf"); }

/*@font-face{ font-family:"Poppins-Regular"; src:url("../fonts/Poppins/Poppins-Regular.ttf");}
@font-face{ font-family:"Poppins-SemiBold"; src:url("../fonts/Poppins/Poppins-SemiBold.ttf");}
@font-face{ font-family:"Poppins-Medium"; src:url("../fonts/Poppins/Poppins-Medium.ttf"); }
@font-face{ font-family:"Poppins-Bold"; src:url("../fonts/Poppins/Poppins-Bold.ttf"); }*/

@font-face{ font-family:"Lato-Regular"; src:url("../fonts/Lato/Lato-Regular.ttf");}
@font-face{ font-family:"Lato-Black"; src:url("../fonts/Lato/Lato-Black.ttf");}
@font-face{ font-family:"Lato-Medium"; src:url("../fonts/Lato/Lato-Medium.ttf"); }
@font-face{ font-family:"Lato-Bold"; src:url("../fonts/Lato/Lato-Bold.ttf"); }


/*@font-face{font-family: "FontsFree-Net-AvenirLTStd-Black.ttf"; src:url("../fonts/FontsFree-Net-AvenirLTStd-Black.ttf.ttf");}
*/

/*===== Pre CSS ===== */
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Lato', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; }

a[href^=tel] { text-decoration:inherit; color: inherit; }
a[href^=mailto] { text-decoration:inherit; color: inherit; }

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 50px; height: 50px; padding-top: 12px; font-size: 20px; border-radius: 50%; opacity: 1; color: #fff; background: #40BF99; border: #ccc solid 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #40BF99; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #40BF99; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }

/*Header Navigation*/
.header-navigation{background: transparent; position: relative; z-index: 100;}
.header-info ul li span .fa{font-size: 30px; color: #000;}
.header-info h5{font-size: 16px; color: #1a1a1d; font-family: 'Lato-Regular';}
.header-info span{width: 50px; height: 50px;}
.header-mobile span .fa{color: #000;}
.logo {position: relative; z-index: 1;}
.logo img{}
.top-header-content{display: flex; justify-content: space-between; align-items: center;}
.top-header-content p{font-size: 18px; font-family: 'Lato-Regular';}
.top-header-content span{font-family: 'Lato-Regular'; font-size: 18px;}

.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: left; }
.navbar{ margin-top:0; margin-bottom: 0; background: transparent;  min-height: auto;}
.header-navigation{padding: 30px 0; position: relative; width:100%;  display: flex; justify-content: flex-start; align-items: center;}
.navbar-inverse .navbar-nav{ display: block; margin:0; padding: 0; float:none;}
.navbar-inverse .navbar-nav li{position: relative; list-style: none; float: left; margin-right: 12px; padding-right: 15px; border-right: 1px solid #fff;}
.navbar-inverse .navbar-nav li a{position: relative; padding: 0; margin: 0; border-radius: 0;  color: #fff; background: transparent; font-size: 17px; font-weight: 500; text-align: center; text-transform: capitalize; text-decoration: none; font-family: 'Roboto'; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li:last-child{border-right: none;}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus{ color: #fff; background: transparent; }
.navbar-inverse .navbar-nav .active a{position: relative; }

.navbar-inverse .navbar-nav li:hover,
.navbar-inverse .navbar-nav li:focus,
.navbar-inverse .navbar-nav .active,
.navbar-inverse .navbar-nav .active:hover,
.navbar-inverse .navbar-nav .active:focus{}
.navbar-inverse .navbar-nav .active{position: relative;}
.navigation-header-page{background: #000;}
.navigation-header{background: transparent; position: absolute; z-index: 100; width: 100%;}


/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background-image: linear-gradient( 206.8deg, #ddd 19.1%, #40BF99 109.8% ); height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;	width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; margin-top:10px; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: transparent; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto;  border: 1px solid #fff;}
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background-image:  linear-gradient( 206.8deg, #ddd 19.1%, #40BF99 109.8% ); text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; margin-bottom:5px;}
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 13px; border-radius:50px; font-weight: 400; border-radius: 50px; position: relative; overflow: hidden; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background-image: linear-gradient( 206.8deg, #ddd 19.1%, #40BF99 109.8% ); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background-image:  linear-gradient( 206.8deg, #40BF99 19.1%, #40BF99 109.8% );  border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);	}
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 9; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; border: #ccc solid 1px; background: #40BF99; color: #fff; font-size: 24px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #40BF99; border-color: #40BF99; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 11px; bottom: 11px; z-index: 1; width: 50px; height: 50px; border-radius: 50%; border: none; background: #6f729a; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom:112px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom:62px; background: #f23ece; color: #fff; }
/*.social_icon.active ul li:nth-child(3) .fa{ bottom: 62px; background: #59adec; color: #fff; }*/

/*dropdown*/
.navbar-inverse .mega-menu{position: absolute; top:100%; left: 0; width:250%; display: none;}
.navbar-inverse .mega-menu li a{display:block; background: #40BF99; color:#fff; padding: 18px 30px; width:100%; text-transform: uppercase; text-align: left; font-weight:300; font-size:13.5px;}
.navbar-inverse .mega-menu li a:hover{ color:#fff; background: #40BF99; padding-left: 20px; }
.navbar-inverse .navbar-nav li:hover .mega-menu{display: inherit;}
.navbar-inverse .mega-menu li::after{border:none;}
.navbar-inverse li p{padding: 24px 10px; position: relative; font-size: 14px; font-weight: 600; margin: 0; border: none; border: none; border-radius: 0; color: #fff; background: transparent; font-size: 16px; font-weight: 500; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Roboto'; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .mega-menu ul{width: 250%;}
.navbar-inverse .mega-menu li {display: block; width: 100%;}
.navbar-inverse .mega-menu li:first-child{width: 100%;}
.navbar-inverse .mega-menu li:nth-child(2){width: 100%;}
.navbar-inverse .mega-menu li:last-child{width: 100%;}
.mobile-mega-menu-parent{position: relative; display: block; padding: 10px 15px; border: #fff solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 13px; border-radius:50px; font-weight: 400; border-radius: 50px; position: relative; overflow: hidden;}

/*Title Section*/
.title-section h3{position: relative; display: block; font-size: 48px; font-weight: 500; color: #515151; font-family: 'Roboto-Medium'; line-height: 65px; margin: 30px 0;}
.title-section h3 span{display: block; font-family: 'Roboto-Medium'; color: #515151; font-size: 48px; font-weight: 500;}
.title-section h5{font-size: 18px; font-weight: bold; color: #40BF99; font-family: 'Lato-Bold'; margin: 10px 0;}
.title-section p{font-size: 18px; font-family: 'Lato-Regular'; font-weight: 400; color: #000; line-height: 35px;}
.more{ display: block;}
.more a{font-family: 'Lato-Bold'; font-weight: bold;  margin-top: 30px; color: #fff; font-size: 18px; display: inline-block; padding: 12px 30px; background: transparent; text-decoration: none; border: 1px solid #fff; border-radius: 50px; transition: all linear .3s;}
.more a:hover{transform: translateY(-5px); background: #40BF99; color: #fff; border: 1px solid #40BF99;}

/*top-header*/
.header-section{position: absolute; left: 0; top: 0; width: 100%;}
.header-section-page{position: relative; background: #40BF99;}
.top-header{padding:10px 0;position: relative; background: #1a1a1d; }
.top-header p{font-size: 15px; color: #fff; font-family: 'Roboto-Regular'; font-weight: 400;  text-transform: uppercase;}
.top-header-working-hours{text-align: right;}
.top-header-working-hours p{font-style: normal; font-size: 16px; font-family: 'Lato'; font-weight: 500; color: #fff; text-transform: none;}
.top-header-working-hours p span{font-size: 16px; color: #40BF99;}
.top-header ul li{list-style: none; display: inline-block; color:#fff; font-size:13px; text-transform:uppercase;}
.top-header ul li .fa{height:25px; width:25px; border:1px solid #fff; border-radius:50%; text-align: center; line-height:25px; margin-right:6px;}
.top-header ul li a{display: inline-block; color:#fff;}
.top-header-content-social ul{text-align: right; margin-bottom: 0;}
.top-header-content-social ul li{margin-right:0;}
.top-header-content-center{display: block; text-align: center;}

/*bottom-header*/
.bottom-header{padding: 16px 0;}
.header-info{position: relative; z-index: 1;}
.header-info ul{display: flex; justify-content: flex-end;}
.header-info ul li{display: inline-block;}
.header-info ul li:first-child{ margin-right: 40px; width: 30%;}
.header-info ul li span{float: left;}
.header-info ul li h3{font-size: 15.72px; font-family: 'Roboto-Bold'; font-weight: bold; color: #40BF99; }
.header-info ul li p{font-size: 17.96px; font-family: 'Roboto-Medium'; font-weight: 500; color: #fff; }
.header-info ul li a{background: #40BF99; margin-top: 0;}

/*===== Banner Section =====*/
.section-banner{ display: block;  padding: 0px; position: relative; z-index: 0;}
.section-banner img{ width: 100%; }
.section-banner .banner-image .banner-content{position: absolute; top: 0; left:0; height:100%; width:100%; background:rgba(0,0,0,.5); display: flex; justify-content: center; align-items: flex-start; flex-direction: column; padding:0 20%;}
.section-banner .banner-image .banner-content h4{text-transform: uppercase;  font-size: 25px; font-family: "Lato-Bold"; font-weight: bold; color: rgb(255,255,255); margin-bottom:30px;}
.section-banner .banner-image .banner-content h2{font-size: 48px; font-family: "Lato-Bold"; color: rgb(255, 255, 255); font-weight: bold; line-height: 1.25;}
.section-banner .banner-image .banner-content p{margin-top: 24px; font-size: 20px; font-family: 'Lato-Regular'; color: #fff; font-weight: 400;}

/*home*/
.home{padding: 70px 0; position: relative; }
.home .more a{background: #40BF99; color: #fff;}
.home .more a:hover{background: #fff; color: #40BF99;}
.home-right{margin-top: 70px;}
.home-right ul li{width: 80%; list-style-type: none; padding: 30px 30px; background: #40BF99; margin: 20px 0; border-radius: 5px; transition: all linear .5s;}
.home-right ul li:last-child{width: 100%; background: #7DC4FF;}
.home-right ul li:first-child:hover{width: 100%;}
.home-right ul li span{float: left; margin-right: 15px;}
.home-right ul li h3{color: #fff; font-family: 'Roboto-Medium'; font-weight: 500; font-size: 22px; margin-bottom: 8px;}
.home-right ul li h4{color: #fff; font-family: 'Roboto-Medium'; font-weight: 500; font-size: 26px;}

.mission{margin-top: 40px;}
.mission h3{color: #000; font-family: 'Roboto-Medium'; font-weight: 500; font-size: 30px; margin-bottom: 15px;}
.mission p{font-size: 16px; color: #000; line-height: 30px; font-family: 'Roboto-Regular'; font-weight: 400; margin-bottom: 12px;}

/*===== Our Goal =====*/
.about-us{position: relative; padding: 60px 0; background: #F7F7F7; text-align: center;}
.about-us .title-section{margin-bottom: 30px;}
.about-us .about-block ul{display: flex; justify-content: center; align-items: center;}
.about-us .about-block ul li{width: 25%; padding: 40px 0; margin-right: 35px; text-align: center; background: #fff; list-style-type: none; display: inline-block; border-radius: 5px; box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);}
.about-us .about-block ul li:last-child{margin-right: 0;}
.about-us .about-block ul li h3{margin-top: 20px; font-size: 24px; font-family: 'Roboto-Medium'; color: #000; line-height: 35px;}
.about-us .about-block ul li h3 span{display: block; font-size: 24px; font-family: 'Roboto-Medium';}

.about-bottom-block{margin: 0 auto; margin-top: 30px;  display:flex; justify-content: center; align-items: center; flex-direction: column; width: 500px; height: 450px; border-radius: 50px; box-shadow: 0px 8px 24px rgb(149 157 165 / 20%);}
.about-bottom-block h3{font-size: 40px; }
.about-bottom-block ul li{font-size: 18px; text-align: left; line-height: 30px;}
.about-bottom-block a{background: #40BF99; }

/*Latest Projects*/
.latest-projects{padding: 80px 0 20px;}
.latest-projects .title-section {display: block; text-align: center; margin-bottom: 50px;}
.latest-projects .projects-block img{width: 100%;}
.project-img{position: relative; z-index: 1; margin-bottom: 24px;}
.project-img img{width: 100%;}
.overlay{position: absolute; width: 100%; height: 100%; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #0f0c07; display: flex; justify-content: center; align-items: center; transition: all linear .3s; opacity: 0;}
.overlay a,h3{text-decoration: none; color: #40BF99; font-size: 18px;}
.overlay .fa{font-size: 26px; color: #fff;}
.project-img:hover .overlay{opacity: .57;}
.overlay-2{position: absolute; width: 100%; height: 100%; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,.54); display: flex; justify-content: center; align-items: center; transition: all linear .3s;}
.overlay-2 a h3{text-align: center; font-size: 41px; font-weight: 600;  background: transparent; text-transform: uppercase; color: #fff; font-family: 'lato'; font-weight: bold;}
.overlay-2 a h2{ font-size: 18px; text-align: center;  background: transparent; text-transform: uppercase; color: #fff; font-family: 'lato'; font-weight: bold;}
.overlay-2 a p{position: relative; font-size: 18px; font-weight: 600; text-align: center; color: #fff; font-family: 'Lato';}
.overlay-2 a p::before{content: ''; position: absolute; bottom: -30%; width: 50%; border-bottom: 2px solid #fff; }
.overlay-2 a{text-decoration: none;}
.welcome-center{text-align: center;}
.projects-block ul li{float: left; display: inline-block; min-height: 260px; width: 24.8%; text-align: center; margin: 0 2px 2px 0;}
.projects-block ul li img{width: 100%;}
.projects-block ul{text-align: center;}

/*request a quote*/
.free-estimate .title-section {display: block; text-align: center;}
.free-estimate .title-section p{color: #fff; font-size: 18px; font-weight: 400; }
.request-quote-form-block .form-horizontal .form-group input{font-size: 16px;}
.free-estimate .btn-review{text-align: left;}

/*free estimates*/
.free-estimate{position: relative; padding:45px 0; background: url(../images/free-estimate-bg.jpg)no-repeat fixed center center; background-size: cover;}
.free-estimate::before{content: ''; position: absolute; background: rgba(64, 191, 153, 0.7); width: 100%; height: 100%; left: 0; top: 0;}
.free-estimate .title-section{ margin-top: 20px; }
.free-estimate .title-section img{filter: invert(0) brightness(20);}
.free-estimate .title-section h5,
.free-estimate .title-section h3{color: #fff;}
.free-estimate .welcome{text-align: left;}
.free-estimate .home-free-estimates-formstyle{border: 1px solid #ced4da; font-family: 'Lato'; border-radius: 0; margin-bottom: 15px; background:#eef1f3; padding:24px; color:#4c4c4c; border-radius: 25px;}
.free-estimate .home-free-estimates-formstyle::placeholder{color:#1d1d1d; font-family: 'Lato'; font-size:16px; font-weight: 500;}
.free-estimate .home-free-estimates-formstyle-btn{width: 100%; font-family: 'Lato'; font-weight: 600; border:2px solid #fff;display: inline-block; font-size: 16px; padding: 10px 60px; border-radius: 50px; color:#fff; background: transparent; transition: all linear 0.3s;}
.free-estimate .home-free-estimates-formstyle-btn:hover{background:#fff; color:#40BF99; border: 2px solid #40BF99;}
.form-background{padding: 50px; background: transparent;  z-index: 100;}
.form-background .form-group .fa{position: absolute; top: 20%; right: 10%;  font-size: 20px; color: #4c4c4c;}
.form-group img{position: absolute; top: 20%; right: 8%;}

/*Support Section*/
.support{padding: 60px 0;}
.support .support-block ul{display: flex; justify-content: center; align-items: center;}
.support .support-block ul li{width: 50%; padding: 40px 0; margin-right: 35px; text-align: center; background: #fff; list-style-type: none; display: inline-block; border-radius: 5px; box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2); transition: all linear .3s;}
.support .support-block ul li:last-child{margin-right: 0;}
.support .support-block ul li h3{margin-top: 20px; font-size: 24px; font-family: 'Roboto-Medium'; color: #40BF99; line-height: 35px;}
.support .support-block ul li h3 span{display: block; font-family: 'Roboto-Medium';}
.support .support-block ul li:hover{background: #40BF99; transform: translateY(-4px);}
.support .support-block ul li:hover h3{color: #fff;}
.support .support-block ul li:hover img{filter: invert(0) brightness(10);}
.support .more a:first-child{background: #40BF99; color: #fff;}
.support .more a{border: 1px solid #40BF99; color: #40BF99;}
.support .more a:hover{color: #fff;}

/*request-project-content*/
.request-project{padding: 50px 0;}
.request-project-content h3 p{font-size: 35px; font-family: Roboto; font-weight: 600; color: #333333;}
.request-project-content h3{font-size: 35px; font-family: Roboto; color: #333333;}
.request-project-content p{font-size: 16px; font-family: Lato;}
.request-project-content h3 span{color: #40BF99; font-family: Roboto;}
.btn-request-project{margin-top: 30px;}
.btn-request-project a{display: inline-block; text-align: center; cursor: pointer; color: #fff; font-size: 16px; font-weight: 500; text-decoration: none; background: #40BF99; padding: 15px 30px; border: 1px solid transparent;transition: all linear .3s;}
.btn-request-project a:hover{color: #40BF99; border: 1px solid #40BF99; background: #fff;}

/*testimonials*/
.testimonials{position: relative; padding: 80px 0;z-index: 1;}
.testimonials::before{content: ''; position: absolute; left: -25%; bottom: 0; background: #40BF99; width: 100%; height: 100%; transform: skew(-29deg); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
.testimonials .title-section h3{color: #fff;}
.testimonials .testimonials-slider{margin-top: 10px; background: transparent; padding: 50px 0; display: block; text-align: left; position: relative; border-radius: 0; z-index:1; }
.testimonials .testimonials-slider p{margin-top: 40px; font-size: 30px; font-family: "Roboto-Medium"; color: #fff; line-height: 50px;}
.testimonials .testimonials-slider h4{font-size: 32px; font-family: "Roboto-Medium"; color: #fff; margin: 20px 0 0;}

/*===== Bottom Contact =====*/
.bottom-contact{ display: block; margin: 0; padding: 50px 0; background: #515151; position: relative; }
.bottom-contact h4{position: relative; font-size: 30px; color:#fff; font-family: 'Roboto-Medium'; line-height: 50px; text-transform: capitalize; margin-bottom: 40px;}
.bottom-contact ul li{text-align: left; list-style: none; color:#fff; line-height:25px; font-family: 'Roboto-Medium'; font-size:18px; margin-bottom: 20px;}
.bottom-contact ul li span{color: #40BF99; font-size:18px; font-family: 'Roboto-Medium';}
.underline-bottom span{color: #fff; margin-left:0;}
.underline-bottom{margin: 10px 0;}
.subscribe-form{background: #fff; display: flex; justify-content: space-between; align-items: center; border-radius: 50px;}
.bottom-contact h3{padding: 20px; text-transform: capitalize; font-size: 14px; font-family: 'Roboto-Regular'; color:#444;}
.subscribe-form h5{padding: 18px; background: #40BF99; text-transform: capitalize; font-size: 18px; font-family: 'Roboto-Regular'; color:#fff;border-radius: 50px; }
.social-media{margin-top: 25px;}
.social-media .fa{color: #40BF99; font-size: 40px; margin-right: 15px;}

/*===== Footer Section =====*/
.footer{margin: 0; padding: 20px 0; background: #40BF99;}
.copyright p{font-family: 'Roboto-Medium'; color: #fff; font-size: 18px; text-align: center; }
.copyright p a{font-size: 16px; font-family: 'Roboto-Medium'; color: #fff; text-decoration: none;}

/*===== Slider Plugins =====*/

#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 92%; transform: translate(-50%,-50%); z-index: 9; display: block; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #40BF99; }

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left: -40px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #40BF99; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-right: 14px; padding-top: 4px; border: #40BF99 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-next{ position: absolute; right: -90px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #40BF99; font-size: 24px; font-weight: 400; border-radius: 50%; opacity: 1; padding-left: 10px; padding-top: 4px; border: #40BF99 solid 3px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{ background: #40BF99; color: #40BF99; }

#owl-demo-testimonials .owl-pagination{display: none;}
#owl-demo-testimonials .owl-buttons .owl-prev{ border-radius: 0; position: absolute; left: -40px; top: 55%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: #fff; color: #40BF99; font-size: 20px; font-weight: 400; opacity: 1;  border: #40BF99 solid 1px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-next{ border-radius: 0; position: absolute; right: -90px; top: 55%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: #fff; color: #40BF99; font-size: 20px; font-weight: 400; opacity: 1; border: #40BF99 solid 1px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-prev:hover,
#owl-demo-testimonials .owl-buttons .owl-next:hover{ background: #40BF99; color: #fff; border: 1px solid #fff; }

#owl-demo2 .owl-buttons{ display: none; }
#owl-demo2 .owl-pagination { position: absolute; left: 85%; top: 110%; z-index: 9; }
#owl-demo2 .owl-pagination .owl-page span{ margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background: #40BF99; border: none; opacity: 1; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo2 .owl-pagination .active span{ transform: scale(2,2); background: #40BF99; }

#owl-demo3 .owl-pagination{ display: none }
#owl-demo3 .owl-buttons .owl-prev{ position: absolute; left: 46%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #40BF99; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-right: 14px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-next{ position: absolute; left: 54%; top: 120%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #fff; color: #40BF99; font-size: 24px; font-weight: 400; border-radius: 0; opacity: 1; padding-left: 10px; padding-top: 0; border: #fff solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #666; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#owl-demo3 .owl-buttons .owl-prev:hover,
#owl-demo3 .owl-buttons .owl-next:hover{ background: #fff; color: #40BF99; }

/*===== Content Pages =====*/
.content-banner{ padding:20px 0; background: url(../images/banner-image-1.jpg) center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #40BF99; font-size: 12px; font-weight: bold; text-align: left; }
.content-banner a{ text-decoration: none; color: #40BF99; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.content-banner a:hover{ color: #40BF99; }
.content-block{ background: #fff; padding: 20px; height: auto; }
.content{ width: 100%; padding: 50px 0; background: #eeeeee; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .underline-style{ display: block; margin-bottom: 30px; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #40BF99; font-weight: 900; margin-bottom: 10px; font-family: 'Lato', sans-serif; text-align: left; padding: 0; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #40BF99; font-weight: 900; margin: 20px 0 10px; font-family: 'Lato', sans-serif; }
.content h4{ text-transform: capitalize; font-size: 16px; color: #40BF99; font-weight: 700; margin: 10px 0; font-family: 'Lato', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #666; margin-bottom: 15px; font-family: 'Lato', sans-serif; }
.content p span{ font-size: 20px; color: #40BF99; margin: 0; font-weight: bold; font-family: 'Lato', sans-serif; }
.content ol,
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; font-family: 'Lato', sans-serif; }
.content ol li,
.content ul li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #40BF99; font-family: 'Lato', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; font-weight: bold; text-align:justify; color: #666; font-family: 'Lato', sans-serif; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #40BF99; width: 100%; text-align: center; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #40BF99; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }
.testimonials-page{ display: block; margin-top: 15px; }

.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #40BF99; text-decoration: none; text-transform: uppercase; font-size: 16px; color: #fff; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.testimonials-page .panel-title a:hover{ background: #40BF99; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #40BF99; position: relative; }
.testimonials-page .panel-title .collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .panel-title a::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #40BF99; font-size: 16px; line-height: 30px; }

.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }

/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #40BF99; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{ background: #2ecc71; }
.googlemap{ height: 450px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.form_section .fa{ position: absolute; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .sms{ height: 174px; }

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; font-weight: 700; color: #666; }
.quoet-address ul li a{ color: #40BF99; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #40BF99; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: 174px; }

/*=====Contact Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }

/*Our Committee Page*/
.committe-block{padding: 20px 15px; margin-bottom: 30px; text-align: center; border-radius: 5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}
.committe-block span{width: 300px; height: 300px; border-radius: 50%;}
.committe-block span img{width: 100%;}
.committe-block h3{font-size: 30px; text-transform: capitalize; color: #000; font-weight: bold;}
.committe-block h4{font-size: 24px; text-transform: capitalize; color: #40BF99; font-weight: 400;}
.committe-block h5{font-size: 20px; text-transform: capitalize; color: #000; font-weight: 400;}
.committe-block p{font-size: 18px; color: #000; font-weight: 400; margin-top: 20px; text-align: center;}


/*========== Responsive ==========*/

@media (max-width: 1199px){

.navbar-inverse .navbar-nav li{width: 100px;}
.home::before{width: 35%;}
}


@media (max-width: 991px){



}
@media (max-width: 767px){

	/*===== Go To Top =====*/
	#back-top{ right: 10px; bottom: 10px; }
	#back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

	/*===== Left Social Icon =====*/
	.share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
	.social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 130px; }
	.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
	.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	
	.top-header{text-align: center; margin-top: 57px;}
	.title-section h3{margin: 15px 0; font-size: 24px; line-height: 30px;}
	.title-section h3 span{font-size: 24px;}
	.title-section p{font-size: 15px; line-height: 30px;} 
	.home,.about-us,.testimonials,.latest-projects,.bottom-contact,.support{padding: 40px 0; z-index: 1;}
	.top-header p{}
	.top-header-working-hours{text-align: center;}
	.logo{text-align: center;}
	.header-info{margin-top: 30px;}
	.header-info ul{display: block;}
	.header-info ul li{width: 100%; }
	.header-info ul li:first-child,.header-info ul li:nth-child(2){width: 100%; margin: 0 0 20px 0;}
	.section-banner{top:0;}
	.navigation-header::before{display: none;}
	.navigation-header .col-md-3{padding: 0;}
	.why-choose-us-block ul{display: block;}
	.phone-block span{float: none;}
	.why-choose-us{padding: 30px 0;}
	.why-choose-us-block ul li{border-right: 0;}
	.why-choose-us-block ul li:last-child{padding: 0 30px;}
	.home::before{width: 100%; display: none;}
	.title-section h3{margin: 15px 0; font-size: 20px;}
	.title-section h3 span{font-size: 20px; display: inline-block;}
	.services::before{z-index: 10;}
	.service-img img{width: 100%;}
	.services .title-section p{text-align: center; margin: 15px 0; font-size: 15px;}
	.services .service-block h3 {margin: 10px 0; font-size: 18px;}
	.services .service-block{margin-bottom: 15px;}
	.services .service-block p{min-height: inherit;}
	.client-block h3{font-size: 21px;}
	.btn-review a {font-size: 16px; margin-top: 20px;}
	.free-estimate::before{width: 100%;}
	.free-estimate .title-section h3,.free-estimate .title-section p{color: #fff;}
	.free-estimate .title-section p{margin: 10px 0; font-size: 16px;}
	.free-estimate .btn-review{margin-bottom: 15px;}
	.form-background{padding: 30px 20px;}
	.top-contact .more{text-align: left;}	
	.top-contact .more a{margin-top: 20px;}
	.contact .footer-title{font-size: 24px;}
	.contact h2{margin-bottom: 20px;}
	.contacts-desc{margin-bottom: 15px;}
	.contact h2::after{width: 90%;}
	.contact .contact-details ul li{padding-top: 10px;}

	.top-header-content{flex-direction: column;}
	.section-banner .banner-image .banner-content{padding: 0 5%;}
	.section-banner .banner-image .banner-content h2{width: 100%; font-size: 16px;}
	.section-banner .banner-image .banner-content p{font-size: 13px;margin-top: 10px;}
	.section-banner .more a{margin-top: 10px; font-size: 12px; padding: 8px 15px;}
	.more a{margin-top: 15px; font-size: 14px; padding: 12px 20px;}
	.services .more{padding-bottom: 0;}
	.latest-projects .title-section h3{font-size: 24px;}
	.latest-projects .title-section{margin-bottom: 20px;}
	.subscribe-form h5{font-size: 16px;}

	.header-section{position: relative; margin-top: 57px; background: rgba(64,191,153,40%);}
	.home-right ul li h3{font-size: 16px;}
	.home-right ul li h4{font-size: 17px;}
	.about-us .about-block ul{flex-direction: column;}
	.about-us .about-block ul li{width: 80%; margin-right: 0; font-size: 20px; margin-bottom: 20px;}
	.about-us .about-block ul li h3{font-size: 18px; line-height: 28px;}
	.about-us .about-block ul li h3 span{font-size: 18px;}
	.support .support-block ul{flex-direction: column;}
	.support .support-block ul li{margin-right: 0; margin-top: 25px; width: 80%;}
	.testimonials::before{left: 0; transform: none;}
	.testimonials .testimonials-slider h4{font-size: 26px;}
	.testimonials .testimonials-slider p{margin-top: 0; font-size: 15px; line-height: 30px;}
	.testimonials .testimonials-slider{margin-top: 10px 0;}
	.bottom-contact h4{font-size: 24px; line-height: 35px; margin-bottom: 15px;}
	.bottom-contact ul li{font-size: 16px;}

	.about-bottom-block{width: inherit; height: inherit;}
	.about-bottom-block h3{font-size: 23px; padding: 20px 0;}

	#owl-demo-testimonials .owl-buttons .owl-next{right: 0; opacity: .7; font-size: 16px; width: 40px; height: 40px;}
	#owl-demo-testimonials .owl-buttons .owl-prev{left: 67%; opacity: .7; font-size: 16px; width: 40px; height: 40px;}

	/*===== jQuery Control =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 30px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; top: 45%; width: 40px; height: 40px; color: #fff; border: #fff solid 2px; padding-top: 0px; }
	#owl-demo2 .owl-pagination{ top: 90%; }
	#owl-demo3 .owl-buttons .owl-prev{ left: 40% }
	#owl-demo3 .owl-buttons .owl-next{ left: 60%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content .underline-style{ margin-bottom: 15px; }
	.content{ padding: 30px 0; }
	.content h2{ font-size: 20px; }
	.content h3{ font-size: 16px; }
	.content h4{ font-size: 16px; }
	.sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
	.content p,
	.content ul li{ font-size: 14px; line-height: 24px; }
	.content ul li span{ font-size: 14px; line-height: 24px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 5px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 18px; }
	.testimonials-page p{ padding: 0; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 23px; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; height: 40px; }
	.form_section .sms{ width: 40px; height: 174px; }
	.btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
	.quoet-address{ margin-top: 15px; }
	.quoet-address ul{ margin-bottom: 15px; }
	.quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
	.quoet-address ul li span{ font-size: 16px; }
	.free-estimate-form .freeblock{ margin-bottom: 0; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
}

@media (max-width: 500px){


	}