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

@font-face{ font-family:"RockWen"; src:url("../fonts/rockwen.ttf"); }

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #e0d6c2; font-family: 'Lato', sans-serif; background: #000000;}
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; }

/*===== 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: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #1a1a1a; background: #C9A84C; border: #C9A84C 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: #1a1a1a; color: #C9A84C; }

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

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

/*===== Header Section =====*/
header{ position: relative; }
header .logo img{ 
    width: 78%;
    margin-bottom: -108px;
    position: relative;
    z-index: 999;
    
}
.header-top{ position: relative; display: block; padding: 15px 0; }
.header-top::before{ content: ""; position: absolute; top: 0; left: 0; width: 80%; height: 100%; background: #C9A84C; }
.header-top::after{ content: ""; position: absolute; top: 0; left: 65%; width: 50%; height: 100%; background: #000000; transform: skew(-140deg); border-left: #333 solid 10px; }
.header-top-content{ padding-right: 150px; }
.header-top-content p{ color: #fff; font-size: 14px; text-transform: uppercase; padding-top: 10px; }
.header-top-content p a{ display: inline-block; padding: 5px 15px; margin-top: -5px; margin-left: 5px; float: right; border: #C9A84C solid 1px; background: #C9A84C; color: #000000; border-radius: 3px; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.header-top-content p a:hover{ background: transparent; color: #C9A84C; }
.header-top-social-media ul{ position: relative; display: block; text-align: right; z-index: 9; }
.header-top-social-media ul li{ display: inline-block; float: none; margin-left: 5px; }
.header-top-social-media ul li a{ text-decoration: none; }
.header-top-social-media ul li a .fa{ display: flex; justify-content: center; align-items: center; color: #fff; font-size: 18px; width: 40px; height: 40px; border-radius: 50%; border: #fff 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; }
.header-top-social-media ul li a .fa:hover{ background: #fff; color: #000; }
.header-middle{ display: block; padding: 15px 0; background: #111111; }
.navbar-inverse{ border: none; background: transparent; }
.navbar{ margin-top: 15px; margin-bottom:0; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: left; width: 100%; }
.navbar-inverse .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0; margin-right: 20px; }
.navbar-inverse .navbar-nav > li > a{ position: relative; display: inline-block; padding: 10px 0; margin: 0; border: none; border-radius: 0; color: #e0d6c2; background: transparent; font-size: 14px; text-align: center; text-decoration: none; text-transform: uppercase; -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::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #C9A84C; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; opacity: 0; }
.navbar-inverse .navbar-nav > li > a:hover::before{ opacity: 1; }
.navbar-inverse .navbar-nav > li:last-child{ float: right; margin-right: 0; }
.navbar-inverse .navbar-nav > li:last-child > a{ position: relative; top: 0px; padding: 10px 15px; font-size: 14px; font-weight: 700; text-transform: capitalize; background: #C9A84C; color: #1a1a1a; border: #C9A84C solid 1px; border-radius: 5px; }
.navbar-inverse .navbar-nav > li:last-child > a::before{ display: none; }
.navbar-inverse .navbar-nav > li > a:hover::before,
.navbar-inverse .navbar-nav > li > a:focus::before,
.navbar-inverse .navbar-nav > .active > a::before,
.navbar-inverse .navbar-nav > .active > a:hover::before,
.navbar-inverse .navbar-nav > .active > a:focus::before{ background: #C9A84C; }
.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: #C9A84C; background: transparent; }
.navbar-inverse .navbar-nav > li:last-child > a:hover{ background: transparent; color: #C9A84C; }
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a{ color: #C9A84C; background: transparent; }

/* Dropdown Menu */
.navbar-inverse .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 20px; background: transparent; top: 17px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #111111; color: #C9A84C; border-bottom: #333 solid 1px; 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; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-bottom: #C9A84C solid 1px; background: #C9A84C; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar-inverse .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@-webkit-keyframes slide-up {
      0% { opacity: 0; -webkit-transform: translateY(5%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== 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: #000000; height: 57px; border-bottom: #C9A84C solid 2px; }
.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; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #222; padding: 10px 30px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000000; text-align: center; box-sizing: border-box; z-index: 999999; transition: all in }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #333 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; 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: #747474; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; 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: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #C9A84C; color: #1a1a1a; font-size: 16px; 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: #C9A84C; background: #1b1b1b; border-color: #1b1b1b; }
.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: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; 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: 130px; background: #3b5998; color: #fff; }
.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }
.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }

/*title-section*/
.title-section{display: block; text-align: center;}
.title-section h4{ font-size: 22px; font-family: "Lato"; color: #C9A84C; font-weight: bold; text-transform: uppercase; margin-bottom: 25px; position: relative; z-index:1; display: inline-block;}
.title-section h4 span{font-size: 22px; font-family: 'Lato'; font-weight: bold; color: #e0d6c2; }
.title-section h2{  font-size: 48px; font-family: "Lato"; font-weight: bold; color: #e0d6c2; font-weight: 600; line-height: 1.182; margin-bottom:35px;}

/*more*/
.more{display: block; text-align: center;}
.more a{text-decoration: none; display: inline-block; font-size: 16px; font-family: "Lato"; color: #1a1a1a; font-weight: bold;  padding:12px 30px; border-radius: 50px; background: #C9A84C; border:1px solid #C9A84C; transition: all linear .3s; margin-top: 35px;}
.more a:hover{background:transparent; color: #C9A84C; }

 /*section-banner*/
.section-banner img{width:100%;}
.section-banner .banner-image{position: relative; z-index:1;}
.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:20%;}
.section-banner .banner-image .banner-content h4{text-transform: uppercase;  font-size: 18px; font-family: "Lato"; font-weight: bold; color: rgb(255,255,255); margin-bottom:18px;}
.section-banner .banner-image .banner-content h2{font-size: 35px; font-family: "Lato"; color: rgb(255, 255, 255); font-weight: bold; line-height: 45px; }
.section-banner .banner-image .banner-content p{font-size: 16px; font-family: 'Lato'; color: #fff; font-weight: 400;margin:10px 0;}

/*home*/
.home{padding:60px 0;}
.home .title-section{text-align: left;}
.home .title-section h2{margin-bottom:20px;}
.home-content{padding-left: 25px;}
.home-content p{  font-size: 18px; font-family: "Lato"; color:#fff; line-height: 1.813; text-align:justify; text-align-last: left;}
.home .more{text-align: left;}
.home .more a{margin-top: 20px;}


/*===== Business Idea Sections =====*/
.business-idea{ display: block; background: #111111; border-top: #C9A84C solid 1px; border-bottom: #C9A84C solid 1px; }
.business-idea-content{ padding: 60px 0; }
.business-idea-content h2{ color: #fff; font-family: 'RockWen'; font-weight: 700; font-size: 30px; margin: 30px 0; }
.business-idea-content p{ color: #fff; font-size: 18px; line-height: 30px; }
.business-idea-content a{ display: inline-block; padding: 10px 30px; border: #fff solid 2px; color: #fff; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.business-idea-content a:hover{ background: #fff; color: #087bd5; }
.business-idea-image{ position: relative; padding: 70px 0; }
.business-idea-image img{ width: 100%; }

/*===== Tutor Sections =====*/
.tutor{ display: block; padding: 25px 0; background: #000000; }
.tutor-title{ padding-top: 25px; background: url('../images/tutor-bg.png') no-repeat top right; }
.tutor-title h2{ font-family: 'RockWen'; font-weight: 700; color: #C9A84C; font-size: 45px; margin-bottom: 15px; }
.tutor-title p{ color: #e0d6c2; font-size: 14px; line-height: 30px; text-align: justify; }
.tutor-content ul{ display: block; width: 100%; margin-top: 60px; }
.tutor-content ul li{ padding-left: 55px; position: relative; display: inline-block; height: 60px; margin-bottom: 15px; float: left; width: 48%; color: #e0e0e0; font-size: 16px; font-weight: 700; line-height: 30px; }
.tutor-content ul li:nth-child(1)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon1-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(1)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon1-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(2)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon2-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(2)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon2-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(3)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon3-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(3)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon3-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(4)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon4-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(4)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon4-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(5)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon5-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(5)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon5-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(6)::before{ content: ""; opacity: 1; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon6-blue.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:nth-child(6)::after{ content: ""; opacity: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 50px; height: 100%; background: url('../images/tutor-content-icon6-red.png')no-repeat center center; transition: all linear 0.3s; }
.tutor-content ul li:hover::before{ opacity: 0; }
.tutor-content ul li:hover::after{ opacity: 1; }
.tutor-view-more-link{ display: block; text-align: left; margin-top: 70px; }
.tutor-view-more-link h4{ color: #DDC05D; font-size: 24px; font-family: 'RockWen'; font-weight: bold; margin-bottom: 15px; }
.tutor-view-more-link a{ display: inline-block; padding: 10px 20px; border-radius: 5px; border: #3498db solid 1px; font-size: 18px; font-weight: 700; background: transparent; color: #3498db; text-decoration: none; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s;}
.tutor-view-more-link a:hover{ background: #3498db; color: #fff; }

.covid-title{ margin: 30px 0; }
.covid-title h2{ font-family: 'RockWen'; color: #666; font-size: 30px; font-weight: bold; }
.covid-title h2 span{ font-family: 'RockWen'; color: #DDC05D; }
.covid-tips,
.covid-advice{ display: block; text-align: center; }
.covid-advice img{ display: inline-block; width: 100%; }
.covid-tips img{ display: inline-block; }
.chart-content-p{ display: block; margin-top: 30px; }
.chart-content-p p{ font-size: 16px; line-height: 30px; }

/*services*/
.services{padding:60px 0; background: #000000;}
.services-block{border: 2px dashed #C9A84C; padding:30px 40px; display: block; text-align: center; position: relative; overflow: hidden; z-index: 1;min-height:568px;margin-bottom:25px; background: #111;}
.services-block::before{content:''; position: absolute; top: 0; left:0; height:100%; width:100%; background: url(../images/service.png)center center no-repeat; background-size: cover; z-index: -1; opacity: 0; transition: all linear .3s;}
.services-block:hover::before{opacity: 1;}
.services-block h4{  font-size: 30px; font-family: "Lato"; font-weight: bold; color: #C9A84C; margin:15px 0; transition: all linear .3s;}
.services-block p{  font-size: 18px; font-family: "Lato"; font-weight: 400; color: #e0d6c2; line-height: 1.714; text-align: center; text-align-last: center; transition: all linear .3s;}
.second-service img{filter: brightness(0);}
.second-service:hover img{filter: none;}
.services-block:hover h4,
.services-block:hover p{color: #fff;}
.second-service{text-align: center; margin-top: 10px;}
.services-block span{background-color: rgb(46, 46, 46); width: 44px; height: 37px; display: flex; justify-content: center; align-items: center; margin: 10px auto 0; transition: all linear .3s;}
.services-block span img{transition: all linear .3s;}
.services-block:hover span{background: #9b732d;}

/*Features*/
.feature{padding: 80px 0; position: relative; background: url(../images/testimonials-bg.jpg)no-repeat center; background-size: cover;}
.feature .title-section h4 span{color: #fff;}
.feature .title-section h2{color: #fff;}
.feature .feature-block ul li{position: relative; padding-left: 15px; margin-bottom: 10px; width: 49%; display: inline-block; font-family: 'Lato'; font-weight: 500; color: #fff; font-size: 24px;}
.feature .feature-block ul li::before{content: ''; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%); width: 15px; height: 15px; background: #C9A84C; border-radius: 50%;}

.pricing{padding: 80px 0; position: relative; background: #000000;}


/*free-consulting*/
.free-consulting{position: relative;}
.free-consulting::before{content: ''; position: absolute; right: 0; top: 0; background: #000; width: 50%; height: 100%;}
.free-consulting .title-section{text-align: left; margin-top: 80px;}
.free-consulting .title-section h2{text-transform: uppercase; font-size: 36px;}
.free-consulting .title-section p span{  font-size: 18px; font-family: "Lato"; color:#fff;}
.free-consulting .title-section p span strong{color: #9b732d; font-weight: normal;}
.free-consulting .title-section p{margin-top:20px; font-size: 16px; font-family: "Lato"; color: #fff; line-height: 1.5; padding-right: 70px; text-align: justify; text-align-last: left;}
.free-consulting .more{text-align: left;}
.free-consulting .form-horizontal .form-group-all{padding: 15px; border: 1px solid #9b732d;}
.consulting-wrapping{background:#000000; padding:80px 35px;}
.consulting-wrapping .home-free-estimates-formstyle{padding:25px 20px; background-color: #1a1a1a; border: 1px solid #333; border-radius: 5px; margin-bottom: 20px; color: #fff; transition: all 0.3s ease;}
.consulting-wrapping .home-free-estimates-formstyle:focus{ border-color: #DDC05D; outline: none; box-shadow: 0 0 10px rgba(221, 192, 93, 0.2); background: #222; }
.consulting-wrapping .form-bottom{display:block; text-align: left;}
.consulting-wrapping .form-bottom .home-estimates-btn{  font-size: 18px; font-family: "Lato"; color: #000; font-weight: 700; background-color: #DDC05D; min-width: 170px; padding: 12px 30px; border-radius: 50px; border: 2px solid #DDC05D; transition: all 0.3s ease; text-transform: uppercase; cursor: pointer; }
.consulting-wrapping .form-bottom .home-estimates-btn:hover{ background: transparent; color: #DDC05D; transform: translateY(-2px); }
.custom-file-input{background: #fff;}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  padding-righ:20px ;
}
.custom-file-input::before {
  content: 'Upload Resume:';
  display: inline-block;
  background:#fff;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  height: 80px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


/*notary-program*/
.notary-program{padding:80px 0; }
.notary-program .form-horizontal .form-group-all{padding: 15px; border: 1px solid #9b732d;}
.notary-program .consulting-wrapping .form-bottom{display:block; text-align: center;}



/*process*/
.process{padding:60px 0; background: #000000;}
.process ul{display: flex; justify-content: space-between; align-items: flex-start;}
.process ul li{list-style: none; width: 23%; position: relative; z-index:1;}
.process ul li span{border-radius: 50%; background-color: #C9A84C; width: 153px; height: 153px; display: flex; justify-content: center; align-items: center; margin:40px auto; position: relative; z-index: 1; transition: all linear .2s;}
.process ul li:hover span{transform: scale(.9);}
.process ul li span::before{content:''; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:140%; width:140%; z-index:-1; border-radius: 50%; border-width: 2px; border-color: #C9A84C; border-style: dashed;}
.process ul li h4{  font-size: 24px; font-family: "Lato"; color: #C9A84C; font-weight: bold; text-transform: uppercase; background:#111; border: 1px solid #C9A84C; padding:20px; display: block; text-align: center; letter-spacing: .2px; margin:55px 0 20px; transition: all linear .3s;}
.process ul li:hover h4{background: #C9A84C; color: #000; cursor: pointer;}
.process ul li p{  font-size: 16px; font-family: "Lato"; color: #e0d6c2; line-height: 1.5; text-align:center;}

/*testimonials*/
.testimonials{position: relative; padding: 60px 0; background: #000000;}
.testimonials::before{content: ''; position: absolute; right: 0; top: 0; background: url(../images/decoration-testi.png)no-repeat center; background-size: cover; width: 100%; height: 100%;}
.testimonials h2{text-transform: uppercase; }
.testimonials .testimonials-slider{background: #111; border: 6px solid #333; padding: 50px 40px; display: block; text-align: center; position: relative; border-radius: 15px; z-index:1; }
.testimonials .testimonials-slider::before{content:'\f10d'; position: absolute; top: 20px; left: 20px; font-family: 'FontAwesome'; font-size: 30px; color: #C9A84C;}
.testimonials .testimonials-slider p{font-size: 16px; font-family: "Lato"; color: #e0d6c2; line-height: 2; text-align: center;}
.testimonials .testimonials-slider h4{  font-size: 24px; font-family: "Lato"; color: #C9A84C; font-weight: bold; margin-top:10px;}

/*contact-details*/
.footer{background:#000; padding:80px 0; border-top: 1px solid #333;}
.footer-logos img{max-width: 200px;}
.footer-logos p{  font-size: 18px; font-family: "Lato"; color: #e0d6c2; font-weight: 500; line-height: 28px; padding-right: 50px; text-align: justify; text-align-last: left; margin-top: 30px;}
.footer h4{text-transform: uppercase;  font-size: 24px; font-family: "Lato"; color: #C9A84C; font-weight: bold; margin-bottom: 20px;}
.footer h4 span{color: #e0d6c2;}
.footer .quick-links{padding-right: 60px;}
.footer .quick-links ul li{display: flex; justify-content: space-between; list-style: none;   font-size: 17px; font-family: "Lato"; color: #e0d6c2; font-weight: bold; text-transform: uppercase; line-height: 2; }
.footer .quick-links ul li a{text-decoration: none; display: block; color: #e0d6c2;}
.footer-contact{margin-bottom: 20px;}
.footer-contact ul li{position: relative; list-style: none; list-style: none; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 30px;}
.footer-contact ul li span{display:flex; justify-content: center; align-items: center; background-color: #C9A84C; width: 47px; height: 42px; margin-right:15px;}
.footer-contact ul li span .fa{color: #000; font-size:22px;}
.footer-contact ul li p{font-size: 20px; font-family: "Lato"; font-weight: bold; color: #e0d6c2; line-height: 1.7;}
.area-covered ul li::before{content: ''; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%); background: #C9A84C; width: 10px; height: 10px; border-radius: 50%; }
.area-covered ul li{padding-left: 10px; margin-bottom: 5px; display: block; font-size: 19px; font-family: 'Lato'; font-weight: bold; color: #e0d6c2;}

/*===== copyright Section =====*/
.copyright{ margin: 0; padding: 10px 0; background: #111111; border-top: 1px solid #C9A84C; }
.copyright p{ color: #fff; font-size: 14px; text-align: center; font-size: 16px; font-family: "Lato"; color: #fcfcfc; font-weight: 500;}
.copyright p a{ color: #C9A84C; text-decoration: none; font-weight: 700;}


/*===== Slider Plugins =====*/
#owl-demo .owl-buttons{ display: none; }
#owl-demo .owl-pagination { position: absolute; left: 50%; top: 95%; transform: translate(-50%,-50%); z-index: 9; }
#owl-demo .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #C9A84C; border: #C9A84C solid 3px; opacity: 1; }
#owl-demo .owl-pagination .active span{ background: #fff; }

#owl-demo1 .owl-pagination{ display: none }
#owl-demo1 .owl-buttons .owl-prev{ display: none; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px; font-weight: 400; border-radius: 50%; 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-demo1 .owl-buttons .owl-next{ display: none; position: absolute; right: -20px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px; font-weight: 400; border-radius: 50%; 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-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover{ background: #DDC05D; color: #fff; }

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

#owl-demo-testimonials .owl-pagination{ display: none }
#owl-demo-testimonials .owl-buttons .owl-prev{ position: absolute; left: -58px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1;  border: #fff 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; display:flex; justify-content: center; align-items: center; padding: 0;}
#owl-demo-testimonials .owl-buttons .owl-next{ position: absolute; right: -111px; top: 50%; transform: translate(-50%,-50%); z-index: 99999; font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; background: transparent; color: #fff; font-size: 20px; font-weight: 400; border-radius: 50%; opacity: 1; border: #fff 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; 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: #fff; color: #9b732d; }

/*===== Content Pages =====*/
.content-banner{ text-align: center;padding: 20px 0; background: url('../images/contactbg.jpg') no-repeat fixed center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.content-banner h2{ padding: 15px; text-transform: uppercase; color: #fff; font-size: 20px; font-weight: bold; }
.content-banner a{ text-decoration: none; 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; }
.content-banner a:hover{ color: #fff; }
.content-block{ background: #111111; padding: 20px; height: auto; border: 1px solid #333; }
.content{ width: 100%; padding: 50px 0; background: #000000; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #C9A84C; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #C9A84C; font-weight: 900; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 20px; color: #C9A84C; font-weight: 600; margin: 20px 0 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #e0d6c2; font-weight: 600; margin: 20px 0 10px; }
.content p{ font-size: 16px; line-height: 30px; text-align:justify; color: #e0d6c2; margin-bottom: 15px; }
.content p span{ font-size: 20px; color: #C9A84C; margin: 0; font-weight: bold; }
.content ul{ margin: 0; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; text-align:justify; color: #C9A84C; }
.content li span{ font-size: 16px; text-align:justify; color: #e0d6c2; }

/*===== Testimonials Page =====*/
.reviewsblock{ padding: 5px 0 12px; background: #DDC05D; 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: #DDC05D; 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: #DDC05D; 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: #DDC05D; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #DDC05D; 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: #DDC05D; 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: 55px; border: 1px solid #333; border-radius: 5px; background: #1a1a1a; color: #fff;  transition: all 0.3s ease; }
.formstyle:focus{ border-color: #DDC05D; outline: none; box-shadow: 0 0 10px rgba(221, 192, 93, 0.2); background: #222; }
.btn-formstyle{ margin-top: 15px; width: 180px; color: #000; background-color: #DDC05D; border: 2px solid #DDC05D; border-radius: 50px; padding: 12px 20px; font-size: 18px; font-weight: 700; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer; }
.btn-formstyle:hover{ background: transparent; color: #DDC05D; transform: translateY(-2px); }
.googlemap{ height: 390px; overflow: hidden; border: #333 solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #888; }
.content .form-horizontal .form-group textarea::placeholder{ color: #888; }
.form_section .fa{ position: absolute; top: 0; height: 100%; width: 50px; background: #333; text-align: center; padding-top: 15px; color: #C9A84C; font-size: 18px; }
.form_section .fa-user,
.form_section .fa-phone{ height: calc(100% - 20px); }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 10px 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: #DDC05D; 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: calc(100% - 45px); width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }

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

/*===== Prices Listing Page*/
.prices_listing_page p{ margin-bottom: 0; }
.prices_listing_page p strong{ color: #DDC05D; }
.prices_listing_page ul{ margin-bottom: 0; }
.prices_listing_page ul > li{ margin-left: 50px; }
.prices_listing_page ul > li > ul > li{ margin-left: 60px; }

/*===== Appointment Block Page */
.appointment-block-page{ padding: 20px 15px; background: #111; border: 1px solid #333; border-radius: 10px; margin-top: 20px; }
.appointment-block-page label{ font-size: 16px; font-weight: 600; color: #DDC05D; margin-bottom: 10px; display: block; text-transform: uppercase; letter-spacing: 1px; }
.appointment-block-page .form-control{ height: 55px; margin-bottom: 25px; border-radius: 5px; background: #1a1a1a; border: 1px solid #333; color: #ffffff; padding: 10px 20px; font-size: 16px; transition: all 0.3s ease; }
.appointment-block-page .form-control:focus{ border-color: #DDC05D; outline: none; box-shadow: 0 0 10px rgba(221, 192, 93, 0.2); background: #222; }
.appointment-block-page .form-control::placeholder{ color: #666; font-style: italic; }
.appointment-block-page .booknow-estimate-textarea{ height: 100px; padding-top: 15px; }
.appointment-block-page .booknow-estimate-btn{ margin-top: 20px; width: 100%; max-width: 250px; color: #000; background-color: #DDC05D; border: 2px solid #DDC05D; border-radius: 50px; padding: 15px 20px; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; transition: all 0.4s ease; cursor: pointer; }
.appointment-block-page .booknow-estimate-btn:hover{ background: transparent; color: #DDC05D; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(221, 192, 93, 0.3); }

/*===== Pay Now Button Page */
.pay_now_page_button{ display: block; text-align: center; margin-bottom: 15px }
.pay_now_page_button a{ display: inline-block; padding: 15px 50px; font-weight: 700; border-radius: 5px; color: #fff; font-size: 18px; text-decoration: none; background: #2ecc71; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.pay_now_page_button a:hover{ background: #27ae60; }

/*========== Responsive ==========*/
@media (max-width: 991px){
	
	.header-top .container{ width: 100%; }
	.header-top-content{ padding-right: 150px; }
	.header-middle{ padding: 30px 0; }
	.header-middle .logo{ display: block; text-align: center; }
	.header-middle .logo img{ display: inline-block; }
	.navbar-inverse .navbar-nav{ text-align: center; }
	.navbar-inverse .navbar-nav li{ margin: 0 15px; }
	.navbar-inverse .navbar-nav li:last-child{ float: none; }
      .section-banner .banner-image .banner-content h2{width: 90%; font-size: 32px;}
      .home-image img{width:100%; height: auto;}
      .footer-logos p{margin-bottom: 30px;}	
	.business-idea-image{ padding-top: 80px; }
	.tutor-title{ padding: 40px 0 15px; }
	.find-course-form{ padding: 30px 0; }
	.find-course-form-block .form-control{ margin-top: 15px; }
	.find-course-form-block .btn{ margin-top: 15px; }
	.contact h4{ margin-top: 30px; }

}
@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 =====*/
	.header-top{ padding: 70px 0 15px; }
	.header-top::before{ width: 100%; }
	.header-top::after{display: none; }
	.header-top-content{ padding-right: 0; }
	.header-top-content p{ text-align: center; line-height: 30px; }
	.header-top-content p a{ display: block; margin: 10px 0 15px; float: none; }
	.header-top-social-media ul{ text-align: center; }
	.header-top-social-media ul li{ margin: 0 5px; }
	.section-banner .banner-image .banner-content{display: none;}
      .banner-bottom ul{flex-direction: column;}
      .banner-bottom ul li{width:100%; margin-top: 15px;}
      .home-content{padding-left: 0;}
      .section-banner img {width: 175%;}
      .title-section h2{font-size: 32px;}
      .services-block{margin:10px 0;}
      .testimonials .testimonials-slider{padding:30px 50px;}
      .testimonials .item{margin:2px;}
      .free-consulting .title-section p{padding-right: 0; line-height: 2;}
      .free-consulting .more a{margin-bottom: 30px;}
      .consulting-wrapping{padding: 40px; margin-bottom: 30px;}
      .footer-logos p{padding-right: 0; text-align:left;}
      .quick-links img{margin-bottom: 30px;}
      .process ul li{width:100%;}
      .process ul {flex-direction: column;}
      .top-header ul{width: 100%;}
      .top-header ul li{width: 100%; margin-bottom: 20px;}
      .top-header ul li h3{text-align: left;}
      .top-header ul li p{text-align: left;}
      .social-icon{text-align: left;}
      .feature .feature-block ul li{width: 100%; font-size: 14px;}
      .free-consulting::before{background: transparent;}
      .footer-logos img{margin-bottom: 15px;}   
      .footer{padding: 30px 0;}
      .footer .quick-links{padding-right: 0;}
	/*===== Slider Section =====*/
	#owl-demo1 .owl-buttons .owl-prev{ left: 15px; background: #fff; color: #DDC05D; }
	#owl-demo1 .owl-buttons .owl-next{ right: -25px; background: #fff; color: #DDC05D; }
	#owl-demo2 .owl-pagination{ top: 103%; width: 100%; }

	/*===== Page Section =====*/
	.content-banner{ padding: 20px 0; }
	.content-block{ min-height: auto; }
	.content-banner h2{ font-size: 16px; }
	.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: 30px; }
	.content ul li span{ font-size: 14px; line-height: 30px; }
	.reviewsform{ margin-bottom: 30px; }
	.reviewsblock h4{ font-size: 18px; }
	.reviewsblock{ padding: 1px 0 10px; }
	.btn-reviewsformstyle{ font-size: 14px; }
	.testimonials-page h4{ font-size: 14px; }
	.testimonials-page p{ padding: 0; }
	.formstyle{ padding-left: 50px; height: 40px; }
	.form_section .fa{ width: 40px; }
	.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; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
}