.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.section-padding {
    padding: 100px 0
}

a:hover {
    color: #ff9600
}

.logo h1 {
    font-size: 30px;
    margin: 20px 0;
}

.header-area {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    z-index: 999;
}

.mainmenu ul.navbar-nav li a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
}

.mainmenu ul.navbar-nav li:hover a,
.mainmenu ul.navbar-nav li.active a {
    color: #fff
}

.mainmenu {
    margin-top: 12px
}

.slider-area {
    position: relative
}

.slider-area,
.slide-text-wrapper {
    height: 500px
}

.overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.overlay-bg::after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.slide-bg {
    background-image: url(/assets/img/bg.webp)
}

.slide-text-wrapper {
    display: table;
    width: 100%;
}

.slide-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}

.slide-text h2 {
    font-size: 40px
}

.tes-control.left {
    margin-left: -40px
}

.tes-control.right {
    margin-left: 10px
}

.readmore {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.readmore:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.single-promotion {
    text-align: center
}

.icon-holder {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 110px;
    margin-bottom: 35px;
    padding-top: 16px;
    width: 110px;
}

.single-promotion h2 {
    font-family: titillium web;
    font-size: 20px;
    margin-bottom: 30px;
}

.single-promotion:hover .icon-holder {
    color: #fff
}

.single-promotion a:hover {
    text-decoration: none
}

.portfolio-area {
    background: none repeat scroll 0 0 #fbfbfb
}

.page-title {
    margin-bottom: 60px;
    text-align: center;
}

.portfolio-menu ul {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.portfolio-menu ul li {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.portfolio-menu ul li.active {
    font-weight: 400
}

.single-portfolio {
    position: relative
}

.single-portfolio img.portfolio-thumb {
    width: 100%
}

.portfolio-detail {
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.portfolio-detail h2 {
    border-bottom: 1px solid;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 5px;
    position: relative;
    z-index: 9;
    position: absolute;
    top: -20%;
    left: 20px;
    transition: .4s;
    width: 85%;
}

.portfolio-link-wrap a {
    color: #fff;
    font-size: 10px;
    height: 30px;
    margin-right: 25px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
    transform: rotate(45deg);
    width: 30px;
}

.portfolio-link-wrap a:hover {
    background-color: #000
}

.portfolio-link-wrap {
    bottom: -20%;
    left: 25px;
    position: absolute;
    z-index: 9;
    transition: .3s;
}

.portfolio-detail::after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s;
}

.single-portfolio {
    overflow: hidden;
    width: 25%;
    float: left;
}

.single-portfolio:hover .portfolio-detail h2 {
    top: 20px
}

.single-portfolio:hover .portfolio-detail::after {
    left: 0
}

.single-portfolio:hover .portfolio-link-wrap {
    bottom: 25px
}

.pricing-area {
    position: relative;
    color: #fff;
}

.pricing-title {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.pricing-title h2 {
    margin-bottom: 20px
}

.single-pricing {
    background: none repeat scroll 0 0 #fff;
    color: #636363;
    float: left;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    width: 360px;
}

.single-pricing.featured {
    box-shadow: 0 0 5px #666;
    margin: 0 15px;
    padding: 20px 30px;
    position: relative;
    width: 390px;
    z-index: 99;
}

.pricing-header {
}

.pricing-header h2 {
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

.pricing-header h2:before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
}

.pricing-header h3 {
    margin-bottom: 10px
}

.pricing-header p {
}

.pricing-content {
}

.pricing-content ul {
    border-top: 1px dashed #ddd;
    color: #888;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-content ul li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.pricing-footer {
}

.pricing-footer p {
}

a.btn-filled {
    background: none repeat scroll 0 0 #999;
    border-radius: 0;
    color: #fff;
}

a.btn-filled:hover {
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

.pricing-footer a.btn-filled {
    display: block;
    font-size: 18px;
    margin: 15px 0;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
}

.featured .pricing-footer a.btn-filled {
}

.featured .pricing-header h2 {
    color: #fff;
    margin: 15px 0;
    padding: 10px;
}

.featured .pricing-content ul {
    font-size: 18px
}

.featured .pricing-content ul li {
    line-height: 30px
}

.form-content {
    margin-top: 80px
}

.form-content label {
    display: block;
    margin-bottom: 10px;
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.form-content textarea {
    height: 130px
}

input[type="submit"] {
    border: medium none;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

input[type="submit"]:hover {
    background-color: #000
}

.our-address {
    margin-top: 80px
}

.single-address {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 25px 15px 25px 80px;
    position: relative;
}

.single-address p {
    margin: 0
}

.single-address a {
    color: #fff
}

.single-address i {
    font-size: 39px;
    left: 20px;
    margin-top: -19px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
}

.single-address:hover {
    opacity: .7
}

.form-content h2,
.our-address h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

.footer-copyright {
    background: none repeat scroll 0 0 #222;
    color: #fff;
    font-size: 14px;
}

.copyright-text p {
    letter-spacing: 1px;
    margin: 0;
    padding: 30px 0;
}

.social-footer a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    margin-left: 10px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
}

.social-footer {
    margin-top: 25px
}

.social-footer a:hover {
    background: #fff
}

/* Colors */
a,
.icon-holder,
.portfolio-menu ul li.active,
.social-footer a:hover {
    color: #FFA500;
    transition: .3s;
}

.social-footer a,
.mainmenu ul.navbar-nav li:hover a,
.mainmenu ul.navbar-nav li.active a,
.readmore,
.single-promotion:hover .icon-holder,
.portfolio-link-wrap a,
.featured .pricing-footer a.btn-filled,
.featured .pricing-header h2,
input[type="submit"],
.single-address {
    background-color: #FFA500;
    transition: .3s;
}

.single-promotion:hover .icon-holder,
.portfolio-menu ul li.active,
.portfolio-detail h2 {
    border-color: #FFA500;
    transition: .3s;
}


/*
About section style
====================*/
.main_about {
    display: table;
    width: 100%;
}

.about_bottom_content {
}

.about_bottom_content .about_bottom_item {
}

.ab_head {
    width: 100%;
    display: table;
}

.ab_head .ab_head_icon {
    float: left;
    margin-right: 20px;
}

.ab_head .ab_head_icon .icofont,
.ab_head .ab_head_icon .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    background-color: #FFA500;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgba(255, 165, 0, 0.4);
}

.m-top-20 {
    margin-top: 20px;
}


/*FAQ Page*/

.faq-area {
}

.faq_main_content h6 {
    margin-bottom: 0rem;
    border: 1px solid;
    border-color: #eee;
    position: relative;
}

.faq_main_content h6 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block !important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border: 0px solid #cdcdcd;
}

.faq_main_content h6 + div.open {
    height: 133px;
    border: 1px solid;
    border-top: 0;
    border-color: #eee;
}

.faq_main_content h6 a {
    display: block;
    color: #6a6a6a;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
}

.faq_main_content h6 span {
    font-weight: 600;
}

.faq_main_content h6 a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
    text-align: center;
    color: #444444;
    margin-right: 15px;
    font-size: 1.5rem;
}

.faq_main_content h6.open a {
    color: #444;
}

.faq_main_content h6.open a i {
    color: #fff;
    background-color: #444444;
}


.faq_main_content h6.open a i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq_main_content .content {
    padding: 25px;
    color: #4a4a4a;
}

/* Testimonials Section */
#testimonials {
    padding: 100px 0;
    background: #f6f6f6;
}
#testimonials i {
    color: #e6e6e6;
    font-size: 32px;
    margin-bottom: 20px;
}
.testimonial {
    position: relative;
    padding: 20px;
}
.testimonial-image {
    float: left;
    margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.testimonial-content {
    position: relative;
    overflow: hidden;
}
.testimonial-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}
.testimonial-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}