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

/*===== Custome Fonts =====*/
@font-face{ font-family:"rock"; src:url("../fonts/rock.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: #7a73a4; border: #fff solid 2px; -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: #7a73a4; }

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

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

/*Header Navigation*/
.navbar-inverse{ position: relative; bottom: 0; padding: 0; z-index: 9; border: none; float: none; }
.navbar{ margin-top: 0; margin-bottom: 0; background: transparent; min-height:70px; display: flex; justify-content: flex-start; align-items: center; }
.navbar-inverse .navbar-nav{ display:flex; justify-content: center; align-items: center; margin: 0; padding: 0; float: none; }
.navbar-inverse .navbar-nav li{text-align: center; list-style: none; margin: 0;}
.navbar-inverse .navbar-nav li:first-child{ margin-left: 0;}
.navbar-inverse .navbar-nav li:last-child a{border-right: none;}
.navbar-inverse .navbar-nav li a{border-right: 2px solid #fff; position: relative; display: inline-block; padding: 0 20px;  margin: 0; color: #fff; background: transparent; font-size: 18px; font-weight: 600; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Poppins'; -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 p{ position: relative; display: inline-block; padding: 0;  margin: 0; margin-right:60px; border-radius: 0; color: #202020; background: transparent; font-size: 14px; font-weight: 500; text-align: center; text-transform: uppercase; text-decoration: none; font-family: 'Lato', sans-serif; -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 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: #7a73a4; background: transparent; }
.navbar-inverse .navbar-nav .active a{ position: relative; color: #7a73a4; z-index: 1;}
.navbar-inverse .navbar-nav .active a::before{width:100%;}

.navbar-inverse .mega-menu{position: absolute; top:100%; left:0; width:250%; display: none; z-index: 9999999;}
.navbar-inverse .mega-menu li a{display:block; background:#fff; color:#000; width:100%; text-align: left; padding:13px; text-transform: capitalize; font-weight:500; font-size:14px;border-bottom:1px solid #333; text-transform: uppercase;}
.navbar-inverse .mega-menu li a::before{display: none;}
.navbar-inverse .mega-menu li a:hover{background:#333; color:#fff;}
.navbar-inverse .navbar-nav li:hover .mega-menu{display: inherit;}

/*===== 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:#7a73a4; 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: #fff; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 80%; height: 100%; background:#7a73a4; 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 p{ 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:#333; 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:#333; border-radius: 50px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 8px 10px; border: #7a73a4 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: #fff solid 2px; background: #7a73a4; color: #fff; font-size: 24px; text-align: center; padding: 0; -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; }
.share_icon .fa:hover{ transform: rotate(360deg); color: #fff; background: #7a73a4; border-color: #7a73a4; }
.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: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: 62px; background: #3b5998; color: #fff; }

/*title section*/
.title-section{display: block;text-align: center; }
.title-section p{font-size: 16px; font-family: "SF UI Display"; color: #232323; font-weight: 500; line-height: 30px; text-align: center; margin-bottom: 20px; position: relative; z-index: 1; display: inline-block;}
.title-section h3{text-align: center;text-transform: uppercase;font-size: 39px;margin: 20px 0;line-height: 48.01px;font-family: 'Roboto';font-weight: bold;color: #000;position: relative;z-index: 2;}
.title-section h3 span{color: #7a73a4; font-family: 'Roboto'; font-size: 39px;}
.welcome{font-size: 18px; font-family: 'Poppins'; font-weight: 700; color: #7a73a4; text-transform: uppercase;}
.welcome span{color: #7a73a4; font-family: 'Poppins'; font-weight: 700;}

/*more button*/
.more{display: block; text-align: center;}
.more a{text-decoration: none; padding:12px 35px; background:#7a73a4; display: inline-block; font-size: 16px; font-family: "Lato"; color: rgb(255, 255, 255); font-weight: bold; border-radius: 50px; border:1px solid #7a73a4; transition: all linear .3s;}
.more a:hover{background:transparent; color:#7a73a4;}

/*header*/
.top-header{position: relative; background:transparent; padding: 10px 0; border-bottom: 2px solid #fff; z-index: 100;}
.top-header-content{display: flex;}
.top-header p{color:#fff; font-size:15px; font-weight: 500; font-family: 'Lato'; display: flex; margin-right: 20px;}
.top-header p span{display: inline-block; font-size:15px; color: #7a73a4; font-family: 'Lato';}
.top-header p .fa{margin-right: 5px; color: #fff; font-size: 22px;}
.logo{position: relative; margin: 20px 0; text-align: right; z-index: 1;} 
.logo h3{display: inline-block; margin-left:30px;}
.logo h3 a{font-size: 18px; font-weight: bold; font-family: 'Lato'; color: #fff; display: inline-block;}

.full-header{position: absolute; width: 100%;}
.full-header-two{background: #000; position: relative; width: 100%;}
/*bottom header*/
.bottom-header{padding:10px 0; background: transparent;}
.bottom-header .header-contact {display: block; text-align: right;}
.bottom-header .header-contact ul{margin-top:38px;}
.bottom-header .header-contact ul li{list-style: none; display: inline-block; text-align: left; width:25%; font-size:17px; font-weight:700; font-family:'rock'; color:#7a73a4;}
.bottom-header .header-contact ul li:nth-child(2){width:28%;}
.bottom-header .header-contact ul li .img-block{display:inline-block; float: left; margin-right:20px; height:50px; width:50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #f7f7f7;}
.bottom-header .header-contact ul li .title{display: block; font-size:15px; font-weight:400; margin-top:3px;  color: #000;}
.bottom-header .header-contact ul li .fa{font-size:25px; color:#7a73a4;}

/*menu header*/
.header-nav{ position: relative; margin-top: 25px; z-index:1;}
/*.header-nav::before{content:''; position: absolute; top:0; left:-15%; height:100%; width:150%; z-index:-1; background:#221e1f;}*/
.header-nav .free-estimate{display: block; text-align: right;}
.header-nav .free-estimate a{display:flex; justify-content: center; align-items: center; padding:18.2px 0; font-weight:600; color:#fff; font-size:24px; text-transform: uppercase; text-decoration: none; transition: all linear 0.3s; text-align: center; text-transform: uppercase; background:#7a73a4;}
.header-nav .free-estimate a:hover{background:#7a73a4;}

/*section-banner*/
.section-banner{position: relative; z-index: 0;}
.section-banner .item{height:100vh;}
.section-banner img{ width:100%; height:100%; object-fit:cover; }
.banner-content{text-align: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner-content img{height:160px; object-fit:contain}
.banner-content h3{margin-top: 40px; margin-bottom: 25px; font-size: 40px; font-family: "Lato"; color: rgb(255, 255, 255); font-weight: bold; line-height: 60px; }
.banner-content h3 span{font-family: 'Lato'; color: #9f98cb; font-size: 40px;}
.banner-content p{margin-top: 20px; font-size: 18px; font-family: "Lato"; color: rgb(255, 255, 255); line-height: 1.556;}
.banner-content h5{font-size: 32px; color: #fff;}
/*banner-bottom*/
.banner-bottom{padding: 30px 0; margin-top: -100px;}
.banner-bottom-block ul{text-align: center; display: block;}
.banner-bottom-block ul li{background: #fff; display: inline-block; width: 23%; margin-right: 20px; padding: 30px 20px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px; transition: all linear .3s;}
.banner-bottom-block ul li:hover{transform: translateY(-10%);} 
.banner-bottom-block ul li:last-child{margin-right: 0;}
.banner-bottom-block ul li h3{margin: 20px 0; font-size: 20px; font-family: 'Lato'; font-weight: bold; color: #202426;}
.banner-bottom-block ul li p{margin-bottom: 20px; font-size: 16px; font-weight: 400; font-family: 'Lato'; color: #2a435d;}
.banner-bottom-block ul li a{font-size: 16px; font-family: 'Roboto'; font-weight: 400; color: #7a73a4; }

/* home */
.home{ padding: 60px 0; background: #fff;}
.home .welcome{text-align: left;}
.home .title-section h3{text-align: left;}
.home-img{position: relative;}
.home-img img{ pointer-events: none; width: 100%; position: relative;}
.home-content-block{width:85%;}
.home-content-block p{ color: #000; font-family: 'Lato'; font-size: 16px; font-weight: 400; line-height: 30px; margin-bottom: 25px; text-align: justify;}
.home .more{text-align: left;}
.home .more a{border-radius: 5px;}

.home-bottom-block{margin-top: 90px;}
.home-bottom-block ul{display: flex; justify-content: center; align-items: center; text-align: center;}
.home-bottom-block ul li{display: inline-block; text-align: center; background: #7a73a4; padding: 30px; margin-right: 30px; margin-bottom: 20px; width: 22%; border-radius: 5px; transition: all linear .3s;}
.home-bottom-block ul li h4{margin: 20px 0; font-size: 30.01px; font-family: 'Roboto'; color: #fff; font-weight: bold;}
.home-bottom-block ul li img{transition: all linear .7s;}
.home-bottom-block ul li p{font-size: 18px; font-family: 'Roboto'; color: #fff; font-weight: 400; line-height: 30px;}
.home-active{background: #ff9933 !important;}
.home-bottom-block ul li:hover{margin-top: -20px;}
.home-bottom-block ul li:hover img{padding-top: -10px;}
.home-bottom-block ul li:hover .food-block{  /*animation-play-state: running;*/}
.food-block{-webkit-animation: action 1s infinite  alternate; animation: rotate 1s infinite  alternate;  /*animation-play-state: paused;*//*animation-play-state: paused; animation-name: rotate; animation-duration: 10s; animation-iteration-count: infinite; animation-direction: alternate;*/}

@-webkit-keyframes rotate {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes rotate {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/*@keyframes rotate{
	0%{transform: rotate(0deg);}
	25%{transform: rotate(10deg);}
	75%{transform: rotate(-10deg);}
	100%{transform: rotate(0deg);}
}*/

/*Menu*/
.menu{position:relative; padding: 90px 0; background: url(../images/gallery/dd2.jpeg)no-repeat center center; color: #fff; background-size: cover;}
.menu::after{content: "";height: 100%;width: 100%;background: linear-gradient(132deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);position: absolute;top: 0;left: 0;z-index: -1;}
.menu .title-section{text-align:left;}
.menu .title-section h3{color: #fff; text-transform: capitalize;text-align:left;}
.menu .title-section p{font-size: 18px; font-family: 'Lato'; font-weight: 400; color: #fff;text-align:left;}
.menu .title-section ul li {font-size: 18px; margin:25px 0px;}
.menu .img-section {height: 715px;}
.menu .img-section img{width:100%; height:100%; object-fit:cover; object-position:top;}

/*===== Project Section =====*/
.section-menu{ display: block; margin: 0; padding: 70px 0; background: #fff; }
.section-menu .title-section h2{ text-align: center;  }
.section-menu .title-section h2::before{ left: 50%; transform: translate(-50%, 0); }
#mixed-items .mix { display: none; }
#portfolio .recent-work-mixMenu { padding-bottom: 30px; text-align: center; }
#portfolio .recent-work-mixMenu ul li { display: inline-block; padding: 0; }
#portfolio .recent-work-mixMenu ul li button {font-family: 'Playfair Display'; background: #3c3e3f; border: transparent solid 1px; font-size: 17px; color: #fff; margin: 0; text-transform: capitalize; padding: 15px 15px; font-weight: 600; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#portfolio .recent-work-mixMenu ul li button p{font-size: 14px; font-family: 'Lato'; font-weight: 400; color: #9d9e9f;}
#portfolio .recent-work-mixMenu ul li button:hover,
#portfolio .recent-work-mixMenu ul li button:focus,
#portfolio .recent-work-mixMenu ul li .active { background: transparent; color: #fff; outline: 0; border: #cc0000 solid 1px; }
.menu-content-image{ position: relative; margin-bottom: 30px; }
.menu-content-image img{ width: 100%; }
.menu-content{position: absolute; left: 10%; top: 40%;}
.menu-content h3{ font-size: 30px; font-family: 'Roboto'; font-weight: 300; color: #fff;}
.menu-content p{position: absolute; font-size: 20px; font-family: 'Roboto'; font-weight: 500; color: #fff;width: 300px; }
.menu-content p span{font-size: 16px; font-family: 'Roboto'; font-weight: 500; color: #7a73a4;}
.menu-content-image .overlay-black{ position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; opacity: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.menu-content-image .overlay .fa{ position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%); text-align: center; padding-top: 7px; width: 40px; height: 40px; font-size: 24px; border-radius: 50%; border: #fff solid 2px; color: #fff; opacity: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.menu-content-image:hover .overlay-black{ opacity: 1; }
.menu-content-image:hover .overlay .fa{ opacity: 1; }
.lb-outerContainer{ margin: 50px auto 0; }
.menu-page-link .overlay-black{ top: 15px; right: 15px; bottom: 15px; left: 15px; background: rgba(255,255,255,0.7); opacity: 1; width: calc(100% - 30px); height: calc(100% - 30px); display: flex; justify-content: center; align-items: center; color: #cc0000; font-weight: 700; font-size: 24px; text-decoration: none; text-transform: uppercase; }

/*goolemap*/
.goole-map{height: 500px; overflow: hidden; border: #eee solid 1px;}

/*home-free-estimate-form*/
.home-free-estimate-form{padding:60px 0; position: relative; background: url(../images/gallery/dd7.jpeg)no-repeat center center;background-size: cover; z-index: 100;}
.home-free-estimate-form::before{content: ''; position: absolute; left: 0; bottom: 0; background: linear-gradient(132deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); width: 100%; height: 100%; z-index: -1;}
.home-free-estimate-form .title-section p{margin-bottom: 20px; color:#fff;}
.home-free-estimate-form .title-section h2{color:#fff; font-size:45px; margin-bottom:35px;}
.home-free-estimate-form .title-section h3{color:#fff;}
.home-free-estimate-form .title-section h4{color:#fff; font-size:17px; margin-bottom:40px; line-height: 2;}
.home-free-estimate-form .form-block .home-free-estimates-formstyle{font-family: 'Poppins'; font-size:16px; padding:24px 20px; margin-bottom:10px; background: #fff; color: #000; border-radius: 0;}
.home-free-estimate-form .form-block .home-free-estimates-formstyle::placeholder{font-size:14px; font-family: 'Lato'; font-weight: 500; color:#5e5e5e;}
.home-free-estimate-form .form-block .form-group{position: relative; z-index:1;}
.home-free-estimate-form .form-block .home-free-estimates-send{font-size:18px; font-weight:700; text-transform:capitalize; color:#fff; background:#7a73a4; border:1px solid #fff; height:50px; transition:all linear 0.3s;}
.home-free-estimate-form .form-block .home-free-estimates-send:hover{color: #7a73a4; background: #fff; border-color:#7a73a4;}

/*Bottom Contact*/
.contact-bottom{padding: 90px 0;position: relative;background: url('../images/order.jpeg') no-repeat center center; background-size: cover; z-index: 2;}
.contact-bottom::after{content: "";height: 100%;width: 100%;background: rgba(0 0 0 / 55%);position: absolute;top: 0;left: 0;z-index: -1;}
.contact-bottom::before{content: ''; position : absolute; top: 0; right: 0; background: url(../images/ms.webp)no-repeat center; background-size:contain; width: 50%; height: 100%; }
.contact-bottom .title-section{text-align: left;margin-top: 55px;}
.contact-bottom .title-section h3{text-align: left;color: #fff;text-transform: capitalize;}
.contact-bottom .more{text-align: left;}
.contact-bottom .more a{border-radius: 5px;}


/*contact*/
.contact{ display: block; margin: 0; padding:50px 0; background: #1d1d1d; position: relative; text-align: justify;}
.contact h3{text-align: left; text-transform: uppercase; font-size: 36.01px; font-weight: 400; color:#fff; margin-bottom: 35px; font-family: 'Roboto';}
.contact h3 span{font-size: 36.01px; font-family: 'Roboto'; color: #7a73a4;}
.contact-footer-details h3 span{color: #7a73a4; font-family: 'roboto';}
.contact-footer-details img{margin-bottom: 30px;}
.contact h4{ position: relative; font-size: 19px; color:#fff; font-family: roboto; text-transform: uppercase; font-weight:600; margin-bottom: 50px;}
.contact h4::before{content: ''; position: absolute; left: 0; bottom: -100%;  width: 105px; height: 2px; background: #df1e08; }
.contact h4::after{content: ''; position: absolute; left: 0; bottom: -120%; width: 105px; height: 1px; background: #df1e08; }
.business-hour{padding: 0 45px;}
.contact-footer-info-details ul li{display: flex; align-items: center; font-family: 'Roboto';}
.contact p{text-align: justify; color:#fff; line-height:33px; font-size:16px; font-family: 'Lato'; margin-bottom: 15px; padding-bottom: 15px; display: flex; justify-content: space-between; align-items: center; }
.contact ul li{ list-style: none; color:#fff; line-height:25px; font-size:16px; margin-bottom: 20px;}
.contact-footer-info-details ul li .fa{margin-right: 15px;}
.contact-footer-info-details ul{}
.underline{border-bottom: 1px solid #fff;}
.contact-footer-info-details li .fa{background: transparent; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 26px; width: 50px; height: 50px; border: 1px solid #fff; }
.contact-footer-logo {display: block; text-align: right;}
.contact-footer-logo img{width: 60%;}
.no-class{display: block !important; margin-bottom: 0 !important;}
.highlight{color: #e2001a; font-weight: bold; font-size: 16.02px;}

/*===== Footer Section =====*/
.footer{ margin: 0; padding: 24px 0; background: #1d1d1d; border-top: 1px solid #413f3d; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; font-weight: 700; }
.copyright p a{font-size: 14px; color: #7a73a4; text-decoration: none; font-weight: 700; }

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 91%; transform: translate(-50%,-50%); z-index: 9; }
#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: #7a73a4; }

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

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ position: absolute; left:-10px; top: 32%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #7a73a4; color: #fff; font-size: 24px; font-weight: 400; border-radius:50%; opacity: 1; padding-right: 14px; padding-top: 0; border: #7a73a4 solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #7a73a4; -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; left: 100%; top: 32%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #7a73a4; color: #fff; font-size: 24px; font-weight: 400; border-radius:50%; opacity: 1; padding-left: 10px; padding-top: 0; border: #7a73a4 solid 2px; box-sizing: border-box; box-shadow: 0px 0px 15px -5px #7a73a4; -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: #fff; color: #7a73a4; }

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

#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: #7a73a4; 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: #7a73a4; }

#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: #7a73a4; 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 #7a73a4; -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: #7a73a4; 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 #7a73a4; -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: #7a73a4; }

/*===== Content Pages =====*/
.content-banner{ padding: 30px 0 30px; background:#353333; }
.content-banner h2{ padding: 15px; text-transform: uppercase; background: #fff; color: #7a73a4; font-size: 12px; font-weight: bold; }
.content-banner a{ text-decoration: none; color: #7a73a4; -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: #7a73a4; }
.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: #7a73a4; font-weight: 900; margin-bottom: 10px; font-family: 'Lato', sans-serif; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #7a73a4; font-weight: 900; margin: 20px 0 10px; font-family: 'Lato', sans-serif; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #8aca41; font-weight: 700; margin: 20px 0 10px; font-family: 'Lato', sans-serif; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #333; margin-bottom: 15px; font-family: 'Lato', sans-serif; }
.content p span{ font-size: 16px; color: #7a73a4; 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: #7a73a4; font-family: 'Lato', sans-serif; }
.content ol li span,
.content ul li span{ font-size: 16px; text-align:justify; color: #7a73a4; font-family: 'Lato', sans-serif; }
.content h1{font-size: 40px; color: #000; font-family: 'Roboto'; font-weight: 800;}
.content .content-service{text-align: center;}
.content .content-service ul li{display: inline-block; width: 30%; text-align: center; margin-top: 50px;}
.content .content-service ul li span{display: inline-block; width: 80px; height: 80px; border: 2px solid #7a73a4; border-radius: 50%; margin-bottom: 20px;}
.content .content-service ul li span .fa{font-size: 50px; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.content .content-service ul li h6{font-size: 24px; color: #4267B2; margin: 10px 0;}
.content .content-service ul li p{text-align: center; margin: 0 20px;}
.content .content-service .btn-call{text-align: center; margin-top: 40px;}
.content .content-service .btn-call a{display: inline-block; padding: 12px 30px; background: #7a73a4; color: #fff; border-radius: 5px; border: 1px solid transparent; transition: all linear .3s;}
.content .content-service .btn-call a:hover{color: #7a73a4; background: #fff; border: 1px solid #7a73a4;}

/*===== Project Sections =====*/
.project {color: #000;  padding: 150px 0px 70px; background: #F5F5F5;}
.project .project-content-item {position: relative; overflow: hidden;height: 300px;}
.project .project-content-item img { width: 100%; height: 100%; object-fit:cover; }
.project .project-content-item a {display: flex;align-items: center;justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent;
 text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s;
    transition: all linear 0.3s;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
.project .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;}
.project .project-content-last {position: relative;}
.project .project-content-last .project-overlay { position: absolute;content: ""; background-color: rgba(0,0,0,0.5); top: 0;left: 0;height: 100%;width: 100%;display: inline-flex;align-items: end;padding-bottom: 40px; justify-content: center;}
.project .mb-5{margin-bottom: 30px;}




/*===== Menu Page =====*/
.menu-section-item{ display: block; margin-bottom: 30px; }
/*===== Menu Page  =====*/
.menu-category-box{ display: block; padding: 30px 0; margin-bottom: 30px; min-height: 170px; background: #7a73a4; border-radius: 2px; text-align: center; }
.menu-category-box h6{ padding: 0; margin-bottom: 30px; color: #fff; font-size: 24px; text-transform: uppercase; }
.clicktoviews{ display: inline-block; background: #44bd32; color: #fff; cursor: pointer; text-align: center; float: none; padding: 15px 30px; border-radius: 2px; text-decoration: none; }
.clicktoviews:hover{ background: #4cd137; }
.menu-category-box:hover .clicktoviews{ transform: scale(1.05,1.05); }
.modal-header .close{ position: absolute; top: 2px; right: 0; width: 30px; height: 30px; background: red; opacity: 1; color: #fff; font-size: 24px; }
.content .modal-header h2{ margin-bottom: 0; }
.modal-body .table{ margin-bottom: 0; }
.modal-body .menu-sn-block{ width: 5%; }
.modal-body .menu-sn-block span{ line-height: 30px; }
.modal-body .menu-title-block{ width: 30%; }
.modal-body .menu-title-block span{ line-height: 30px; }
.modal-body .menu-description-block{ width: 50%; }
.modal-body .menu-description-block span{ line-height: 30px; }
.modal-body .menu-price-block{ width: 15%; }
.modal-body .menu-price-block span{ display: block; font-size: 12px; color: red; }
.sub-table-menu{ display: block; padding-left: 15px; padding-top: 7px; margin-top: 10px; border-top: #ccc solid 1px; }
.sub-table-price{ display: block; padding-top: 7px; margin-top: 10px; border-top: #ccc solid 1px; }

.bold-text{ display: block; }
.bold-text h3{ text-transform: uppercase; font-size: 24px; color: #c79e46; font-weight: 900; font-family: 'Open Sans', sans-serif; margin-bottom: 10px; }

.order-online-today-block{ display: block; text-align: center; margin-top: 45px; }
.order-online-today-block a{ display: inline-block; padding: 15px 50px; border: #fff solid 1px; background: #fff; color: #c79e46; font-size: 24px; font-weight: 700; text-decoration: none; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.order-online-today-block a:hover{ background: #c79e46; color: #fff; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #7a73a4; 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: #7a73a4 solid 1px; color: #7a73a4; }
.reviewsform input::placeholder{ color: #7a73a4; }
.reviewsform textarea::placeholder{ color: #7a73a4; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #7a73a4; 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: #7a73a4; 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: #7a73a4; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #7a73a4; 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 #7a73a4; -moz-box-shadow: 0 0 15px -5px #7a73a4; -o-box-shadow: 0 0 15px -5px #7a73a4; box-shadow: 0 0 15px -5px #7a73a4; }
.testimonials-page .panel-body p{ color: #7a73a4; 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: #7a73a4; border-radius: 0; }
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #7a73a4; 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: 345px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #7a73a4; }
.content .form-horizontal .form-group textarea::placeholder{ color: #7a73a4; }
.form_section .fa{ position: absolute; height: 50px; width: 50px; background: #7a73a4; 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: #7a73a4; }
.quoet-address ul li a{ color: #7a73a4; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #7a73a4; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 15px; height: 50px; border-radius: 0; border: #7a73a4 solid 1px; margin-bottom: 15px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #7a73a4; 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: #7a73a4; 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; }

/*========== Responsive ==========*/
@media (max-width: 991px){
.logo{display:block; text-align: center; margin: 0;}
.top-header::before{width: 45%;}
.banner-bottom ul li{width: 100%; margin-bottom: 20px;}
.bottom-contact h3{text-align: left;}


.banner-content{left: 45%;}
.banner-content h3{font-size: 38px;}
.banner-content h3 span{font-size: 38px;}
.title-section h3{font-size: 28px;}
.title-section h3 span{font-size: 28px;}
.contact-footer-info-details img{width: inherit; margin-bottom: 20px;}
.contact-footer-details{margin-right: 0;}



.bottom-header .header-contact ul{margin-top:30px;}
.bottom-header .header-contact ul li:first-child{width:25%;}
.bottom-header .header-contact ul li{width:35%;}
.bottom-header .header-contact ul li .img-block{margin-right:5px;}
.banner-content h5{font-size:24px; line-height:34px;}
.bottom-header .header-contact ul li:nth-child(2){width:49%;}
.bottom-header{padding-top:15px;}
.navbar-inverse .navbar-nav li a{font-size:14px; margin:0 0 0 20px; padding: 0 10px 0 0; border:none;}
.header-nav .free-estimate a{font-size:13px; padding:23px 0;}
.home-content-block{padding-left:0;}
.clients ul{display: block; text-align: center;}
.clients ul li{display: inline-block; margin:20px;}
.home-img{margin-bottom: 30px;}
.chooseus .chooseus-block span{margin-bottom: 55px;}
.process ul{display: block;}
.process ul li{width: auto;}
.contact .contact-details{padding-left: 0; margin-top: 30px;}
.contact .business-hours{padding-left: 0;}
}
@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:0; }
	.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }

	/*===== Body Section =====*/
	header{margin-top: 57px;}

	.header-nav{display: none;}
	.top-header{text-align: center;}
	.home{padding: 40px 0;}
	.gallery{padding: 40px 0;}
	.testimonials{padding: 40px 0;}
	.bottom-contact{padding: 40px 0;}
	.menu{padding: 40px 0;}
	.contact{padding: 40px 0;}
	.contact-bottom{padding: 40px 0;}
	
	.banner-content{width: 100%; left: 51%;}
	.banner-content p{font-size: 13px; line-height: 18px; margin: 2px 0;}
    .banner-content h3{font-size: 30px;line-height: 40px;}
	.banner-content h3 span{font-size: 18px;}
	.banner-content .more a{font-size: 14px; padding: 5px 15px;}
	.second-header-content{text-align: center; margin-bottom: 15px; width:100%;}
	.home-content-block h4{font-size: 22px; line-height: 35px; text-align: center;}
	.home-content-block h4 span{font-size: 22px;}
	.home-content-block h5{color: #fff;}
	.welcome{font-size: 16px;}
	.contact-footer-details{margin-right: 0;}
	
	.menu .title-section ul{margin-left:15px;}
	.project .more{margin-top:30px;}

	.top-header-content{display: block; text-align: center;}
	.top-header p{display: block; margin-right: 0;}
	.banner-bottom{margin-top: 0;}
	.full-header{background: #000; position: relative;}
	.home-img{margin: 30px 0;}
	.home-bottom-block ul{display: block;}
	.home-bottom-block ul li{width: 100%;}
	.menu .title-section p{margin-bottom: 20px;}
	.business-hour{padding: 0;}
	.contact-bottom::after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
	.contact h3{font-size: 26px; margin-bottom: 25px;}

	.banner-bottom ul li{width: 100%; margin-bottom: 20px;}
	.services-list ul li p{margin: 0 5px;}
	.title-section h3{font-size: 22px; line-height: 28px; margin: 10px 0;}
	.title-section h3 span{font-size: 22px;}
	.bottom-contact h3{text-align: left; margin-bottom: 15px; font-size: 24px;}

	#owl-demo4 .owl-buttons .owl-next,#owl-demo4 .owl-buttons .owl-prev{display: none;}
	#owl-demo1 .owl-buttons .owl-prev{left: 0;}
	#owl-demo1 .owl-buttons .owl-next{right: 0;}
	#owl-demo1 .owl-buttons .owl-prev,#owl-demo1 .owl-buttons .owl-next{opacity: .7;}
	#owl-demo2 .item{text-align: center;}
	.home-free-estimate-form{padding: 30px 0;}


	/*===== jQuery Control =====*/
	#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; }
}