/*==================================
Template Name: Pavilan 
Description: Pavilan is a Multipurpose Business Template.
Version: 1.0
/*==================================
 Table of Content
====================================
* Reset CSS
* Header CSS
	+ Topbar
	+ Logo
	+ Main Menu
* Hero Area CSS
* Why Choose CSS
* Services CSS
* Consultation CSS
* Portfolio CSS
	+ Portfolio Single
* Testimonials CSS
* Call-To-Action CSS
* Team CSS
* Countdown CSS
* Newsletter CSS
* Blogs CSS
	+ Blogs Archive
	+ Blogs Sidebar
	+ Blog Single
* Clients CSS
* About Us CSS
* Skills CSS
* Pricing CSS
* Faqs CSS
* Contact CSS
* Footer CSS
====================================*/
/*==================================
	Reset CSS
====================================*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 55px;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p {
    color: #666;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

a, button, input, textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}

    a,
    a:hover,
    a:focus,
    a:active,
    button {
        text-decoration: none;
        border: none;
        outline: none;
        border: none;
    }

img {
    max-width: 100%;
    display: block;
    max-height: 80px;
}

select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

    .section-title h2 {
        font-size: 30px;
        position: relative;
        margin-bottom: 10px;
    }

    .section-title p {
        padding: 0px 70px;
        font-size: 15px;
        text-align: justify;
    }

.btn2 {
    color: #9B9B9B;
    padding: 13px 38px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

thead {
    line-height: 10px;
}

.dropdown-item {
    line-height: 25px;
}

.card-header {
    padding-top: 0.10rem;
    padding-bottom: 0.10rem;
}

.btn.primary {
    color: #fff;
    border-color: transparent;
}

.mobile-nav {
    display: none;
}

img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input,
input:focus,
input:active {
    outline: none;
    font-weight: 400;
}
/*select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;*/
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}

.nav-tabs {
    border: 0
}

    .nav-tabs > li > a:hover {
        border: 0
    }
/*navbar css icon*/
.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 28px;
}

.slick-slide {
    outline: none !important;
}

.overlay {
    position: relative;
}

    .overlay:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.8;
        background: #2A2D2F;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
/* BreadCrumbs */
.breadcrumbs {
    text-align: center;
    padding: 100px 0;
    background: url('img/breadcrumb.jpg');
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

    .breadcrumbs::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
    }

    .breadcrumbs h2 {
        color: #fff;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 25px;
        position: relative;
    }

    .breadcrumbs ul li {
        display: inline-block;
    }

        .breadcrumbs ul li a {
            color: #fff;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 400;
            display:;
        }

    .breadcrumbs li + li::before {
        color: #b9b9b9;
        content: "/";
        padding: 0 5px;
        font-size: 18px;
    }

    .breadcrumbs ul li.active a {
        color: #fff;
        border-radius: 5px;
    }

.form-control:focus {
    border-color: #ccc;
    /*box-shadow: 0 0 0 ;*/
    outline: 0 none;
}
/* Scroll Up CSS */
#scrollUp {
    right: 15px;
    bottom: 12px;
    color: #fff;
    font-size: 25px;
    opacity: 0.8;
    background: transparent;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

    #scrollUp:hover {
        opacity: 1;
    }
/* Loader CSS */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid transparent;
        border-top-color: #444;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*====================================
	Header Style
======================================*/
.header {
    background: #fff;
}

    .header .topbar {
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 0;
        position: relative;
    }
    /* Address */
    .header .address li {
        display: inline-block;
        margin-right: 25px;
        font-size: 14px;
    }

        .header .address li:last-child {
            margin-right: 0px;
        }

        .header .address li a {
            color: #444;
            font-weight: 400;
        }

        .header .address li i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #e7e7e7;
            text-align: center;
            border-radius: 100%;
            text-align: center;
            margin: 0;
            margin-right: 10px;
        }
    /* Social */
    .header .social {
        float: right;
    }

        .header .social li {
            display: inline-block;
            margin-right: 5px;
            font-size: 14px;
        }

            .header .social li:last-child {
                margin: 0;
            }

            .header .social li a {
                display: block;
                font-size: 13px;
                border-radius: 100%;
                text-align: center;
                font-weight: 400;
                color: #444;
                width: 28px;
                height: 28px;
                line-height: 28px;
                border: 1px solid #e7e7e7;
            }

    .header .header-inner {
        z-index: 95;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3 ease;
    }
    /* Logo */
    .header .logo {
        padding-top: 28px;
    }

        .header .logo img {
            display: inline-block;
        }
    /* Main Menu */
    .header .main-menu {
        position: relative;
    }

    .header .navbar {
        float: right;
        padding: 0;
    }

    .header .nav li {
        margin-right: 48px;
        position: relative;
    }

        .header .nav li:last-child {
            margin: 0;
        }

        .header .nav li a {
            text-transform: uppercase;
            color: #666;
            position: relative;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
            background: transparent;
            border-radius: 0px;
            padding: 28px 0;
        }

        .header .nav li.active a,
        .header .nav li:hover a {
            border-radius: 5px;
        }

        .header .nav li a::before {
            position: absolute;
            top: -1px;
            left: 0;
            width: 0%;
            height: 2px;
            content: "";
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
        }

        .header .nav li.active a:before,
        .header .nav li:hover a:before {
            width: 100%;
            opacity: 1;
            visibility: visible;
        }

        .header .nav li a i {
            margin-left: 5px;
        }

    .header .nav .dropdown {
        position: absolute;
        left: 0;
        width: 220px;
        z-index: 99;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-box-shadow: 0px 0px 5px #0000004d;
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 5px #0000004d;
        visibility: hidden;
        top: 100%;
    }

    .header .nav li:hover .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }

    .header .nav .dropdown li {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
    }

    .header .nav li .dropdown li a {
        color: #666;
        padding: 10px 15px;
        text-transform: capitalize;
        border-radius: 0px;
        font-weight: 400;
        border-bottom: 1px solid #e7e7e7;
    }

    .header .nav li .dropdown li:last-child a {
        border-bottom: 0px;
    }

    .header .nav li .dropdown li:hover a {
        color: #fff;
        padding-left: 25px;
        border-color: transparent;
    }

    .header .nav li .dropdown li a:before {
        display: none;
    }
/*====================================
	End Header Style
======================================*/

/*====================================
	Hero Area CSS
======================================*/
.hero-area .single-slider {
    height: 600px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .hero-area .single-slider::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #2A2D2F;
        opacity: 0.70;
    }

.hero-area .welcome-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    text-align: center;
    background: transparent;
}

    .hero-area .welcome-text h1 {
        color: #fff;
        font-size: 45px;
        font-weight: 800;
        text-transform: capitalize;
    }

        .hero-area .welcome-text h1 span {
            display: block;
        }

    .hero-area .welcome-text p {
        color: #fff;
        margin: 25px 120px;
    }

    .hero-area .welcome-text .btn {
        text-transform: uppercase;
        position: relative;
        color: #fff;
        border-radius: 50px;
        margin-right: 20px;
        border: none;
    }

        .hero-area .welcome-text .btn:last-child {
            margin-right: 0px;
        }

        .hero-area .welcome-text .btn:hover {
            background: #fff;
            color: #444;
        }

        .hero-area .welcome-text .btn i {
            margin-left: 0px;
            opacity: 0;
            visibility: hidden;
            width: 0px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .hero-area .welcome-text .btn:hover i {
            width: 14px;
            margin-left: 10px;
            opacity: 1;
            visibility: visible;
        }

        .hero-area .welcome-text .btn.video {
            width: 60px;
            height: 60px;
            line-height: 60px;
            margin: 0;
            padding: 0;
            background: #fff;
            font-size: 20px;
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
        }

            .hero-area .welcome-text .btn.video:hover {
                background: #fff;
            }

            .hero-area .welcome-text .btn.video i {
                width: auto;
                opacity: 1;
                visibility: visible;
                margin: 0;
            }
/* Slider Button */
.hero-area button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
    font-size: 30px;
    display: block;
    cursor: pointer;
    background: transparent;
    color: #fff;
    outline: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0;
}

    .hero-area button:hover {
        background: #fff;
        border-radius: 100%;
    }

    .hero-area button.PrevArrow {
        left: 20px;
    }

    .hero-area button.NextArrow {
        right: 20px;
    }
/* Slider Animation */
.hero-area .single-slider.slick-active h1 {
    animation: zoomIn 1s both 0.6s;
}

.hero-area .single-slider.slick-active p {
    animation: fadeInDown 1s both 1s;
}

.hero-area .single-slider.slick-active .button {
    animation: fadeInDown 1s both 1.3s;
}
/*====================================
	End Hero Area CSS
======================================*/

/*====================================
	Why Choose CSS
======================================*/
.why-choose .why-left {
    position: relative;
    margin-top: 30px;
}

.why-choose .single-image {
    position: absolute;
    max-width: 450px;
}

    .why-choose .single-image img {
        width: 100%;
    }

    .why-choose .single-image.video {
        right: 0;
        top: 120px;
        max-width: 350px;
    }

        .why-choose .single-image.video::before {
            position: absolute;
            top: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.3;
            content: "";
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .why-choose .single-image.video a {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            border-radius: 100%;
            font-size: 20px;
            -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.53);
            -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.53);
            box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.53);
            margin: -30px 0 0 -30px;
            background: #fff;
            padding-left: 5px;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transform: scale(0);
            opacity: 0;
            visibility: hidden;
        }

        .why-choose .single-image.video:hover a {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .why-choose .single-image.video a:hover {
            color: #fff;
        }

.why-choose .choose-main {
    margin-top: 30px;
}

.why-choose .single-choose {
    padding-left: 60px;
    position: relative;
    margin-top: 30px;
    padding-right: 70px;
}

    .why-choose .single-choose i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        font-size: 18px;
        background: transparent;
        color: #fff;
        top: 0;
    }

    .why-choose .single-choose h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
/*====================================
	End Why Choose CSS
======================================*/

/*====================================
	Services CSS
======================================*/
.services {
    background: #F5F8F9;
}

    .services .single-service {
        position: relative;
        text-align: left;
        margin-top: 50px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        padding: 25px 20px;
    }

        .services .single-service i {
            color: #454545;
            font-size: 24px;
            border-radius: 5px;
            border-radius: 100%;
            position: absolute;
            top: -25px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            border: 1px solid transparent;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .services .single-service:hover i {
            background: #fff;
            border-color: #e7e7e7;
        }

        .services .single-service h4 {
            font-size: 20px;
            margin: 15px 0;
        }

            .services .single-service h4 a {
                color: #444;
            }

    .services .bottom {
        text-align: center;
        margin-top: 50px;
    }

        .services .bottom .btn {
            display: inline-block;
            color: #fff;
        }

            .services .bottom .btn i {
                margin-left: 0px;
                opacity: 0;
                visibility: hidden;
                width: 0px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .services .bottom .btn:hover i {
                color: #fff;
                width: 14px;
                margin-left: 10px;
                opacity: 1;
                visibility: visible;
            }
/*====================================
	End Services CSS
======================================*/

/*====================================
	Consultation CSS
======================================*/
.consultation {
    background-size: cover;
    background-position: center;
    z-index: 333;
    background: #2A2D2F;
}

    .consultation .form-area {
        text-align: center;
        background: #fff;
    }

        .consultation .form-area .title {
            padding: 20px;
        }

            .consultation .form-area .title h2 {
                color: #fff;
                font-size: 25px;
                margin-bottom: 5px;
            }

            .consultation .form-area .title p {
                color: #fff;
            }

    .consultation .form {
        padding: 30px;
    }

    .consultation .form-group input {
        width: 100%;
        height: 50px;
        padding: 15px;
        font-weight: 400;
        border: none;
        border: 1px solid #e7e7e7;
    }

        .consultation .form-group input:hover,
        .consultation .form-group input:focus,
        .consultation .form-group textarea:hover,
        .consultation .form-group textarea:focus {
            padding-left: 20px;
        }

    .consultation .form-group textarea {
        width: 100%;
        height: 150px;
        padding: 15px;
        resize: none;
        border: 1px solid #e7e7e7;
    }

    .consultation .form-group.button {
        margin-bottom: 0px;
    }

    .consultation .form-group .btn {
        border: 1px solid #e7e7e7;
        background: #F5F8F9;
        color: #444;
        cursor: pointer;
    }

        .consultation .form-group .btn:hover {
            border-color: transparent;
            color: #fff;
        }
    /* Consult Video */
    .consultation .consult-video {
        position: absolute;
        right: 0px;
        height: 100%;
        top: 0px;
        background: url(img/choose-bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 48%;
    }

        .consultation .consult-video::before {
            position: absolute;
            top: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0.9;
        }

        .consultation .consult-video .video a {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 90px;
            height: 90px;
            text-align: center;
            color: #fff;
            line-height: 90px;
            border-radius: 100%;
            font-size: 32px;
            margin: -45px 0 0 -45px;
            padding: 2px 2px 2px 6px;
            background: #fff;
            border: 2px solid transparent;
        }

            .consultation .consult-video .video a:hover {
                color: #fff;
                border-color: #fff;
            }
/*====================================
	End Consultation CSS
======================================*/

/*====================================
	Portfolio CSS
======================================*/
.project {
    overflow: hidden;
    background: #fff;
}
    /* Project Nav */
    .project .project-nav {
        display: inline-block;
        padding-top: 20px;
        text-align: center;
        text-align: center;
    }

        .project .project-nav li {
            padding: 10px 25px;
            position: relative;
            cursor: pointer;
            color: #fff;
            margin-right: 5px;
            text-transform: uppercase;
            float: left;
            margin: 0;
            background: #2A2D2F;
            margin-right: 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-weight: 600;
            overflow: hidden;
            z-index: 1;
        }

            .project .project-nav li:last-child {
                margin-right: 0px;
            }

            .project .project-nav li:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                content: "";
                transform: translateY(100%);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                visibility: hidden;
                z-index: -1;
            }

            .project .project-nav li:hover:before,
            .project .project-nav li.active:before {
                visibility: visible;
                transform: translateY(0%);
            }

            .project .project-nav li i {
                color: #16A085;
                margin-right: 10px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .project .project-nav li.active i,
            .project .project-nav li:hover i {
                color: #fff;
            }

    .project .single-project {
        overflow: hidden;
        position: relative;
        margin-top: 30px;
        background: #fff;
    }

    .project .project-head {
        position: relative;
        z-index: 66;
        overflow: hidden;
    }

    .project .single-project img {
        display: block;
        width: 100%;
        z-index: 3;
    }

    .project .project-hover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 95px 20px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        background: rgba(42, 45, 47, 0.85);
    }

    .project .single-project:hover .project-hover {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    .project .project-hover h4 {
        margin-bottom: 15px;
        position: relative;
        font-size: 20px;
        text-transform: capitalize;
    }

        .project .project-hover h4 a {
            color: #fff;
        }

    .project .project-hover .btn {
        color: #fff;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        margin-right: 10px;
    }

        .project .project-hover .btn:last-child {
            margin-right: 0px;
        }

        .project .project-hover .btn:hover {
            background: #fff;
        }

    .project .bottom {
        text-align: center;
        margin-top: 50px;
    }

        .project .bottom .btn {
            display: inline-block;
            color: #fff;
        }

            .project .bottom .btn i {
                margin-left: 0px;
                opacity: 0;
                visibility: hidden;
                width: 0px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .project .bottom .btn:hover i {
                color: #fff;
                width: 14px;
                margin-left: 10px;
                opacity: 1;
                visibility: visible;
            }
    /* Portfolio Archive */
    .project.archive .project-nav {
        padding-top: 0px;
    }
    /* Portfolio Single */
    .project.single {
        background: #F5F8F9;
    }

        .project.single .project-head:before {
            display: none;
        }

        .project.single .single-project {
            margin-top: 0px;
            background: #fff;
            padding: 20px;
        }

        .project.single .single-content {
            margin-top: 20px;
        }

            .project.single .single-content h2 {
                font-size: 30px;
            }

                .project.single .single-content h2 a {
                    color: #444;
                }

            .project.single .single-content p {
                margin-top: 20px;
            }

        .project.single .project-info {
            display: inline-block;
            padding: 20px;
            margin-top: 20px;
        }

            .project.single .project-info .single-info {
                display: inline-block;
                margin-right: 20px;
                text-align: center;
            }

                .project.single .project-info .single-info:last-child {
                    margin: 0;
                }

                .project.single .project-info .single-info p {
                    color: #fff;
                    font-weight: 600;
                }

                .project.single .project-info .single-info span {
                    margin-right: 10px;
                }

                .project.single .project-info .single-info a {
                    background: #fff;
                    color: #444;
                    padding: 5px 10px;
                    border-radius: 3px;
                }
/*====================================
	End Portfolio CSS
======================================*/

/*====================================
	Testimonials CSS
======================================*/
.testimonials {
    position: relative;
    background: #F7F7F7;
}

    .testimonials .testimonial-active {
        margin-top: 50px
    }

    .testimonials .single-testimonial {
        background: #fff;
        padding: 50px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        margin: 5px;
    }

        .testimonials .single-testimonial p {
            position: relative;
            content: "";
            z-index: 4;
        }

            .testimonials .single-testimonial p::before {
                position: absolute;
                content: "\f10d";
                font-size: 20px;
                font-family: 'FontAwesome';
                left: -6px;
                font-size: 43px;
                z-index: -4;
                opacity: 0.3;
            }

    .testimonials .t-info {
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

        .testimonials .t-info img {
            width: 70px;
            height: 70px;
            float: left;
            margin-right: 10px;
        }

        .testimonials .t-info .t-name {
            font-size: 18px;
            z-index: 33;
            z-index: -3;
            display: inline-block;
            margin-top: 14px;
            color: #444;
        }

            .testimonials .t-info .t-name:before {
                content: "";
            }

            .testimonials .t-info .t-name span {
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-top: 5px;
            }
    /* Testimonial Dots */
    .testimonials .slick-dots {
        text-align: center;
        position: absolute;
        right: -50px;
        top: 50%;
        margin-top: -47px;
        border-radius: 50px;
        padding: 20px 10px;
    }

        .testimonials .slick-dots li {
            display: block;
            margin: 0;
            padding: 0;
            line-height: 0px;
            margin-bottom: 10px;
        }

            .testimonials .slick-dots li:last-child {
                margin-bottom: 0px;
            }

            .testimonials .slick-dots li button {
                width: 12px;
                height: 12px;
                line-height: 12px;
                border-radius: 100%;
                font-size: 0;
                background: #fff;
                margin-left: 5px;
                border: 1px solid transparent;
                cursor: pointer;
                outline: none;
                border: 1px solid transparent;
                margin: 0;
            }

            .testimonials .slick-dots li:first-child button {
                margin-left: 0
            }

            .testimonials .slick-dots li.slick-active button {
                background: transparent;
                border-color: #fff;
                position: relative;
            }
/*====================================
	End Testimonials CSS
======================================*/

/*====================================
	Call to action CSS
======================================*/
.call-to-action {
    padding: 100px 0;
    background-image: url(img/call-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    position: relative;
    text-align: center;
}

    .call-to-action::before {
        opacity: 0.95;
    }

    .call-to-action .call-to-main {
        padding: 0 150px;
    }

    .call-to-action h2 {
        color: #fff;
        font-size: 35px;
        text-transform: capitalize;
    }

    .call-to-action p {
        margin: 20px 0;
        color: #fff;
    }

    .call-to-action .btn {
        background: #fff;
        color: #444;
        border: 1px solid transparent;
    }

        .call-to-action .btn:hover {
            border-color: #fff;
            color: #fff;
            background: transparent;
        }
/*====================================
	End Call to action CSS
======================================*/

/*====================================
	Team CSS
======================================*/
.team {
    background: #f7f7f7;
}

    .team .single-team {
        position: relative;
        margin-top: 30px;
        text-align: left;
        overflow: hidden;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    }

        .team .single-team:hover,
        .team .single-team.active {
            -webkit-box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.12);
            -moz-box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.12);
        }

    .team .team-head {
        position: relative;
        overflow: hidden;
    }

        .team .team-head:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.60);
            content: "";
            opacity: 0;
            z-index: 6;
            visibility: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .team .single-team:hover .team-head:before,
    .team .single-team.active .team-head:before {
        opacity: 1;
        visibility: visible;
    }

    .team .single-team img {
        z-index: 5;
        width: 100%;
    }

    .team .team-social {
        background: #fff;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 0;
        padding: 5px 20px;
        border-radius: 30px;
        z-index: 44;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .team .single-team:hover .team-social,
    .team .single-team.active .team-social {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }

    .team .team-social li {
        display: inline-block;
        margin-right: 15px;
    }

        .team .team-social li:last-child {
            margin: 0;
        }

    .team .team-social a {
        text-align: center;
        color: #444;
        display: block;
    }

    .team .member-name {
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
        padding: 20px 0;
    }

        .team .member-name h4 {
            font-size: 18px;
        }

    .team .single-team:hover .member-name h4,
    .team .single-team.active .member-name h4 {
        color: #fff;
    }

    .team .single-team:hover .member-name p,
    .team .single-team.active .member-name p {
        color: #fff;
    }
/*====================================
	End Team CSS
======================================*/

/*====================================
	Countdown CSS
======================================*/
.countdown {
    background: #fff;
}

    .countdown .single-count {
        margin-top: 30px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        position: relative;
    }

        .countdown .single-count i {
            font-size: 30px;
            margin-bottom: 20px;
            border: 1px solid #e7e7e7;
            width: 85px;
            height: 85px;
            line-height: 85px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 100%;
        }

        .countdown .single-count:hover i {
            color: #fff;
            border-color: transparent;
        }

    .countdown .count {
        color: #444;
        font-size: 32px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }

    .countdown .single-count p {
        font-size: 16px;
    }
/*====================================
	End Countdown CSS
======================================*/

/*====================================
	Newsletter CSS
======================================*/
.newsletter {
    background-image: url(img/newsletter.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #dddddd;
    background-position: center;
}

    .newsletter .newsletter-inner {
        text-align: center;
        padding: 0 150px;
    }

    .newsletter:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background-color: rgba(17, 17, 17, .6)
    }

    .newsletter .news-title h2 {
        font-size: 30px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .newsletter .news-title p {
        color: #fff;
    }

    .newsletter .news-form {
        margin-top: 35px;
        display: inline-block;
        position: relative;
    }

    .newsletter input[type="text"] {
        width: 470px;
        height: 55px;
        background-color: transparent;
        border: none;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
        color: #fff;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.6);
        padding: 0 30px;
    }

    .newsletter input::-webkit-input-placeholder {
        opacity: 1;
        color: #fff !important;
    }

    .newsletter input::-moz-placeholder {
        opacity: 1;
        color: #fff !important;
    }

    .newsletter input::-ms-input-placeholder {
        opacity: 1;
        color: #fff !important;
    }

    .newsletter .signup {
        height: 55px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        border-radius: 30px;
        top: 0;
        right: 0;
        padding: 0 35px;
        cursor: pointer;
    }

        .newsletter .signup i {
            margin-right: 10px;
        }

        .newsletter .signup:hover {
            background: #fff;
            color: #444;
        }

            .newsletter .signup:hover i {
                color: #FF6D59;
            }
/*====================================
	End Newsletter CSS
======================================*/

/*====================================
	News CSS
======================================*/
.newsblog {
    background: #fff;
}
    /* Latest News */
    .newsblog .single-news {
        background: #fff;
        margin-top: 30px;
        overflow: hidden;
        margin-bottom: 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    }

        .newsblog .single-news .news-head {
            position: relative;
        }

            .newsblog .single-news .news-head:before {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0;
                content: "++";
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .newsblog .single-news:hover .news-head:before {
            opacity: 0.6;
            visibility: visible;
        }

    .newsblog .news-head img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 3;
    }

    .newsblog .single-news .date {
        position: absolute;
        color: #fff;
        text-align: center;
        left: 0;
        z-index: 9;
        width: 55px;
        height: 55px;
        line-height: 18px;
        padding-top: 8px;
        top: 0;
        border-radius: 50px;
        top: -100%;
        font-weight: 500;
    }

    .newsblog .single-news:hover .date {
        top: 0;
    }

    .newsblog .single-news .date span {
        display: block;
    }

    .newsblog .news-meta {
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        margin: 0 20px;
    }

        .newsblog .news-meta ul {
            width: 100%;
            left: 0;
            position: absolute;
            padding: 8px;
            top: -21.50px;
        }

            .newsblog .news-meta ul li {
                display: inline-block;
                color: #fff;
                margin-right: 10px;
                font-size: 13px;
            }

                .newsblog .news-meta ul li i {
                    margin-right: 5px;
                    color: #fff;
                }

                .newsblog .news-meta ul li:last-child {
                    margin: 0;
                }

    .newsblog .content {
        position: relative;
        padding: 34px 20px 20px;
    }

        .newsblog .content h4 {
            font-size: 18px;
            line-height: 25px;
            margin: 15px 0;
        }

            .newsblog .content h4 a {
                color: #363636;
                cursor: pointer;
                text-transform: inherit;
            }
    /* News Dots */
    .newsblog .slick-dots {
        text-align: center;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 50px;
    }

        .newsblog .slick-dots li {
            display: inline-block;
            line-height: 0px;
        }

            .newsblog .slick-dots li button {
                width: 12px;
                height: 12px;
                line-height: 12px;
                border-radius: 100%;
                font-size: 0;
                margin-left: 5px;
                border: 1px solid transparent;
                cursor: pointer;
                outline: none;
            }

            .newsblog .slick-dots li:first-child button {
                margin-left: 0
            }

            .newsblog .slick-dots li.slick-active button {
                background: transparent;
                position: relative;
                background: #fff;
            }
    /* News Archive */
    .newsblog.archive {
        padding: 70px 0 100px;
    }

        .newsblog.archive .single-news {
            margin-bottom: 0px;
        }

        .newsblog.archive .sidebar-main {
            margin-top: 30px;
        }

        .newsblog.archive .single-widget {
            margin-bottom: 50px;
        }

            .newsblog.archive .single-widget:Last-child {
                margin-bottom: 0px;
            }

            .newsblog.archive .single-widget h2 {
                font-size: 18px;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #e7e7e7;
            }

    .newsblog .subscribe {
    }

        .newsblog .subscribe p {
        }

        .newsblog .subscribe form {
        }

            .newsblog .subscribe form input {
                width: 100%;
                height: 50px;
                border: none;
                padding: 0 10px;
                border: 1px solid #e7e7e7;
            }

            .newsblog .subscribe form button {
                right: 0;
                top: 0;
                padding: 10px;
                margin-top: 10px;
                display: block;
                width: 100%;
                background: #F5F8F9;
                border: 1px solid #e7e7e7;
                cursor: pointer;
            }

                .newsblog .subscribe form button:hover {
                    color: #fff;
                }
    /* Form */
    .newsblog.archive .form {
        position: relative;
    }

        .newsblog.archive .form input {
            width: 100%;
            height: 40px;
            border: none;
            border-bottom: 1px solid #e7e7e7;
        }

        .newsblog.archive .form button {
            position: absolute;
            top: 2px;
            right: 0;
            color: #fff;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 100%;
            cursor: pointer;
        }

            .newsblog.archive .form button:hover {
                background: #2A2D2F;
                color: #fff;
            }
    /* Categories */
    .newsblog .categories-inner li {
        line-height: 40px;
    }

        .newsblog .categories-inner li a {
            color: #666;
        }

            .newsblog .categories-inner li a span {
                margin-left: 10px;
            }

            .newsblog .categories-inner li a i {
                margin-right: 5px;
            }
    /* Popular */
    .newsblog .popular {
    }

    .newsblog .signle-popular {
        margin-bottom: 20px;
    }

        .newsblog .signle-popular img {
            width: 60px;
            height: 60px;
            float: left;
            margin-right: 15px;
            border-radius: 100%;
        }

        .newsblog .signle-popular h4 {
            font-size: 18px;
        }

            .newsblog .signle-popular h4 a {
                font-size: 14px;
                color: #444;
            }

        .newsblog .signle-popular p {
            font-size: 13px;
        }
    /* Tags */
    .newsblog .tags {
    }

        .newsblog .tags ul {
        }

            .newsblog .tags ul li {
                display: inline-block;
            }

                .newsblog .tags ul li a {
                    color: #666;
                    font-size: 14px;
                }

                    .newsblog .tags ul li a i {
                    }

    /* Photo Gallery */
    .newsblog .photo {
        overflow: hidden;
    }

        .newsblog .photo ul {
        }

            .newsblog .photo ul li {
                float: left;
            }

                .newsblog .photo ul li a {
                    display: block;
                }

                .newsblog .photo ul li img {
                    width: 85px;
                    height: 70px;
                }

    .newsblog .pagination-nav {
        margin-top: 50px;
    }

        .newsblog .pagination-nav li {
            display: inline-block;
            margin-right: 5px;
        }

            .newsblog .pagination-nav li a {
                width: 40px;
                height: 40px;
                border: 1px solid #e7e7e7;
                display: block;
                text-align: center;
                line-height: 40px;
                border-radius: 100%;
                color: #666;
            }

            .newsblog .pagination-nav li.active a,
            .newsblog .pagination-nav li:hover a {
                -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.20);
                -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.20);
                box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.20);
            }

            .newsblog .pagination-nav li.active a,
            .newsblog .pagination-nav li:hover a {
                border-color: transparent;
                color: #fff;
            }

            .newsblog .pagination-nav li a i {
            }

    /* News Single */
    .newsblog.single .single-news {
        border: none;
        box-shadow: none;
    }

    .newsblog.single .news-head:before {
        display: none;
    }

    .newsblog.single .content {
        position: relative;
        padding: 0;
        margin-top: 20px;
    }

        .newsblog.single .content h4 a {
            font-size: 30px;
        }

    .newsblog.single .news-meta {
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .newsblog.single .news-meta ul {
            width: 100%;
            left: 0;
            position: relative;
            padding: 0;
            top: 0;
            background: transparent;
        }

            .newsblog.single .news-meta ul li {
                color: #666;
                font-size: 15px;
            }

    .newsblog.single .content p {
        margin-bottom: 25px;
    }

    .newsblog.single .breadcrumb {
        background: #F5F8F9;
        border-left: 5px solid;
        margin: 0 40px 25px;
    }

    .newsblog.single .post-meta {
        background: #F5F8F9;
        padding: 10px 20px;
    }

    .newsblog.single .social {
        margin-top: 6px;
    }

        .newsblog.single .social li {
            display: inline-block;
            margin-right: 10px;
        }

            .newsblog.single .social li:last-child {
                margin-right: 0px;
            }

            .newsblog.single .social li a {
                color: #444;
            }

    .newsblog.single .arrow {
        float: right;
    }

        .newsblog.single .arrow li {
            display: inline-block;
        }

            .newsblog.single .arrow li a {
                border: 1px solid #e7e7e7;
                padding: 4px 20px;
                display: block;
                color: #444;
                background: #fff;
            }

                .newsblog.single .arrow li a:hover {
                    color: #fff;
                }

                .newsblog.single .arrow li a i {
                }

            .newsblog.single .arrow li.prev i {
                margin-right: 5px;
            }

            .newsblog.single .arrow li.next i {
                margin-left: 5px;
            }
    /* News Comments */
    .newsblog.single .blog-comments {
        margin-top: 60px;
        background: #fff;
    }

        .newsblog.single .blog-comments h2 {
            text-align: left;
            text-transform: capitalize;
            font-size: 20px;
        }

    .newsblog.single .single-comments {
        overflow: hidden;
        border-top: 1px solid #e2e2e2;
        padding-top: 25px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

        .newsblog.single .single-comments:last-child {
            margin-bottom: 0px;
        }

        .newsblog.single .single-comments .main {
            overflow: hidden;
        }

        .newsblog.single .single-comments .head {
            float: left;
            margin-right: 20px;
            text-align: center;
            width: 12%;
        }

            .newsblog.single .single-comments .head img {
                width: 80px;
                height: 80px;
                border-radius: 100%;
            }

        .newsblog.single .single-comments .body {
            float: left;
            width: 85%;
        }

        .newsblog.single .single-comments .comment-list {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #e2e2e2;
            overflow: hidden;
            margin-left: 100px;
        }

            .newsblog.single .single-comments .comment-list .body {
                width: 78%;
            }

        .newsblog.single .single-comments h4 {
            font-size: 16px;
            text-align: left;
            position: relative;
            margin-bottom: 15px;
        }

        .newsblog.single .single-comments .meta {
            font-size: 14px;
            font-weight: 400;
            margin-top: 5px;
            display: block;
        }

        .newsblog.single .single-comments p {
            line-height: 24px;
        }

        .newsblog.single .single-comments a {
            text-transform: capitalize;
            font-size: 13px;
            font-weight: 600;
            margin-left: 5px;
            position: absolute;
            top: 0;
            right: 0;
            background: #F4F4F4;
            padding: 8px 12px;
            color: #444;
        }

            .newsblog.single .single-comments a:hover {
                background: #FF7550;
                color: #fff;
            }

            .newsblog.single .single-comments a i {
                margin-right: 5px;
            }
    /* Comments Form */
    .newsblog.single .comments-form {
        background: #fff;
        margin-top: 60px;
    }

        .newsblog.single .comments-form h2 {
            text-align: left;
            text-transform: capitalize;
            font-size: 20px;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #E2E2E2;
        }

    .newsblog.single .form {
        margin-top: 30px;
    }

    .newsblog.single .form-group {
        position: relative;
        display: block;
        margin: 0 0 25px;
    }

        .newsblog.single .form-group i {
            position: absolute;
            font-size: 16px;
            padding: 15px 12px;
        }

        .newsblog.single .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #e7e7e7;
            padding-left: 10px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-weight: 400;
            border-radius: 0px;
            padding-left: 32px;
            background: #F5F8F9;
            text-transform: capitalize;
            font-size: 15px;
            padding-left: 16px;
        }

        .newsblog.single .form-group textarea {
            border: 1px solid #ddd;
            padding: 10px;
            width: 100%;
            padding-left: 10px;
            resize: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            box-shadow: none;
            border-radius: 0px;
            padding-left: 32px;
            background: #F5F8F9;
            border: 1px solid #e7e7e7;
            padding: 15px;
            border-radius: 3px;
        }

            .newsblog.single .form-group input:hover,
            .newsblog.single .form-group textarea:hover {
                background: #fff;
                border-color: #FF7550;
            }

            .newsblog.single .form-group input:hover,
            .newsblog.single .form-group input:focus,
            .newsblog.single .form-group textarea:hover {
                outline: none;
            }

    .newsblog.single .form .button {
        text-align: left;
        margin: 0;
    }

    .newsblog.single .comments-form .form button {
        position: relative;
        top: 0;
        color: #fff;
        width: auto;
        height: auto;
        line-height: autp;
        border-radius: 100%;
        cursor: pointer;
        border:;
        border-radius: 0px;
        padding: 5px 20px;
        border-radius: 3px;
    }
/*====================================
	End News CSS
======================================*/

/*===============================
	Brand CSS
===============================*/
.brand.section {
    padding: 30px 0;
    background: #F5F8F9;
    border-top: 1px solid #e7e7e7;
}

.brand .single-brand {
    text-align: center;
}

    .brand .single-brand img {
        display: inline-block;
    }
/*===============================
	End Brand CSS
===============================*/

/*====================================
	About Us CSS
======================================*/
.about-us {
    background: #F5F8F9;
}

    .about-us .about-content {
        margin-top: 30px;
    }

        .about-us .about-content h2 {
            margin-bottom: 20px;
            font-size: 20px;
            text-transform: capitalize;
            line-height: 30px;
        }

        .about-us .about-content p {
            margin-bottom: 15px;
            color: #666;
        }

            .about-us .about-content p:last-child {
                margin: 0;
            }

    .about-us .about-video {
        margin-top: 30px;
    }

    .about-us .single-video {
        position: relative;
    }

        .about-us .single-video img {
            width: 100%;
        }

        .about-us .single-video:before {
            opacity: 0;
            visibility: hidden;
        }

        .about-us .single-video:hover:before {
            opacity: 0.6;
            visibility: visible;
        }

        .about-us .single-video a {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 65px;
            height: 65px;
            text-align: center;
            line-height: 65px;
            font-size: 25px;
            border-radius: 100%;
            margin-left: -32.5px;
            margin-top: -32.5px;
            color: #fff;
            cursor: pointer;
            border: 2px solid #fff;
            padding-left: 4px;
        }

            .about-us .single-video a:hover {
                background: #fff;
                border-color: transparent;
            }

    .about-us .about-content .btn {
        border: 1px solid transparent;
        color: #fff;
    }

        .about-us .about-content .btn:hover {
            color: #444;
            background: #fff;
        }
/*====================================
	End About Us CSS
======================================*/

/*====================================
	Skills CSS
======================================*/
.skills .skill-image {
    position: absolute;
    background-image: url('img/choose-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.skills .skill-main .title h2 {
    color: #fff;
    font-size: 28px;
}

    .skills .skill-main .title h2 span {
        display: block;
        font-weight: 400;
        margin-bottom: 10px;
        font-size: 20px;
    }

.skills .skill-main .title p {
    color: #fff;
    margin-top: 15px;
}

.skills .tab-main {
    margin-top: 30px;
}

    .skills .tab-main .nav {
        border-bottom: 1px solid #fff;
    }

        .skills .tab-main .nav li a {
            background: #fff;
            padding: 14px 20px;
            display: block;
            color: #444;
            position: relative;
        }

            .skills .tab-main .nav li a::before {
                position: absolute;
                content: "";
                bottom: 0;
                width: 0%;
                height: 2px;
                left: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .skills .tab-main .nav li a:hover:before,
            .skills .tab-main .nav li a.active:before {
                opacity: 1;
                visibility: visible;
                width: 100%;
            }

.skills .tab-content {
    background: #F5F8F9;
    padding: 20px;
}
/*====================================
	End Skills CSS
======================================*/

/*====================================
	Pricing CSS
======================================*/
.pricing {
    background: #F5F8F9;
}

    .pricing .single-price {
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
        background: #fff;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
        padding: 20px;
        margin-top: 30px;
    }
    /* Table Head */
    .pricing .table-head {
        position: relative;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0 0 20px;
    }

    .pricing .single-price .title {
        color: #444;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
        margin-bottom: 30px;
    }

    .pricing .single-price .price {
        display: block;
    }

    .pricing .single-price .amount {
        margin: 0;
        font-size: 45px;
        font-weight: 700;
    }

    .pricing .single-price .price span {
        font-size: 22px;
        font-weight: 400;
        color: #666;
    }
    /* Table List */
    .pricing .single-price .table-list {
        text-align: left;
    }

        .pricing .single-price .table-list li {
            color: #666;
            position: relative;
            text-transform: capitalize;
            padding: 12px 0;
            border-bottom: 1px solid #e7e7e7;
        }

            .pricing .single-price .table-list li:last-child {
                border: none;
            }

        .pricing .single-price .table-list i {
            font-size: 13px;
            margin-right: 10px;
            float: none;
            font-weight: 400;
        }
    /* Table Bottom */
    .pricing .single-price .table-bottom {
        text-align: center;
        padding: 20px 0 0;
    }

    .pricing .single-price .btn {
        color: #fff;
        border: 1px solid transparent;
        text-transform: uppercase;
    }

        .pricing .single-price .btn:hover {
            border-color: #e7e7e7;
            background: #fff;
            color: #444;
        }

        .pricing .single-price .btn i {
            margin-right: 10px;
        }
/*====================================
	End Pricing CSS
======================================*/

/*====================================
	Faqs CSS
======================================*/
.faqs {
    background: #F5F8F9;
}

    .faqs .faqs-main {
        margin-top: 30px;
    }

    .faqs #accordion {
    }

    .faqs .single-faq {
        margin-bottom: 15px;
        background: #F5F8F9;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
        background: #fff;
    }

        .faqs .single-faq:last-child {
            margin-bottom: 0px;
        }

        .faqs .single-faq .faq-title {
        }

            .faqs .single-faq .faq-title a {
                display: block;
                color: #444;
                font-size: 16px;
                padding: 15px;
                background: #fff;
            }

    .faqs .faq-body {
        border-top: 1px solid #e7e7e7;
    }

        .faqs .faq-body p {
            padding: 20px;
        }
/*====================================
	End Faqs CSS
======================================*/

/*====================================
	Contact CSS
======================================*/
#contact {
    background: #F5F8F9;
}

    #contact.personal {
        background: #fff;
    }

    #contact .form {
        background: #fff;
        padding: 30px;
        position: relative;
        bottom: -250px;
        z-index: 333;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
        margin-top: -220px;
        border-radius: 3px;
    }

    #contact .form-group {
        position: relative;
        margin-bottom: 30px;
    }

        #contact .form-group h4 {
            font-size: 16px;
        }

        #contact .form-group i {
            position: absolute;
            font-size: 16px;
            padding: 15px 12px;
        }

        #contact .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #e7e7e7;
            padding-left: 15px;
            border-radius: 3px;
        }

        #contact .form-group textarea {
            border: 1px solid #e7e7e7;
            border-radius: 3px;
            padding: 10px;
            width: 100%;
            padding-left: 15px;
            resize: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #contact .form-group.button {
            margin-bottom: 0px;
        }

            #contact .form-group.button .btn {
                display: block;
                height: 45px;
                border: 0px solid;
                padding: 0 35px;
                font-size: 14px;
                text-transform: uppercase;
                display: block;
                border-radius: 3px;
                color: #fff;
                width: 100%;
                cursor: pointer;
            }

                #contact .form-group.button .btn:hover {
                    background: #252525;
                }

                #contact .form-group.button .btn i {
                    position: relative;
                    display: inline-block;
                    color: #fff;
                    margin-right: 10px;
                    padding: 0px;
                }

.map {
    width: 100%;
    height: 550px;
}
/*====================================
	End Contact CSS
======================================*/

/*====================================
	Footer CSS
======================================*/
.footer .footer-top {
    padding: 60px 0 90px;
    background: #2A2D2F
}

.footer .single-widget {
    margin-top: 30px;
}

    .footer .single-widget h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #fff;
    }
    /* Footer About */
    .footer .single-widget.about img {
        display: inline-block;
    }

    .footer .single-widget.about p {
        color: #bbb;
        margin: 20px 0;
    }

    .footer .single-widget.about h4 {
        margin-bottom: 5px;
        font-size: 15px;
        color: #fff;
    }

    .footer .single-widget.about .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .footer .single-widget.about .social li:last-child {
            margin-right: 0px;
        }

        .footer .single-widget.about .social li a {
            color: #bbb;
        }
    /* Footer Lists */
    .footer .single-widget.lists .list {
        float: left;
        width: 50%;
    }

    .footer .single-widget.lists li {
        line-height: 38px;
    }

        .footer .single-widget.lists li:last-child {
            margin-bottom: 0px;
        }

        .footer .single-widget.lists li a {
            color: #bbb;
            font-weight: 400;
            font-size: 15px;
        }

            .footer .single-widget.lists li a i {
                margin-right: 10px;
            }
    /* Contact CSS */
    .footer .single-widget.contact ul li {
        padding-left: 30px;
        font-size: 15px;
        margin-bottom: 15px;
        position: relative;
        color: #bbb;
    }

        .footer .single-widget.contact ul li:last-child {
            margin-bottom: 0px;
        }

    .footer .single-widget.contact ul i {
        position: absolute;
        left: 0;
        font-size: 15px;
        top: 6px;
    }

    .footer .single-widget.contact ul a {
        color: #bbb;
        font-weight: 400;
    }

        .footer .single-widget.contact ul a:hover {
            color: #FB6752;
            font-weight: 400;
        }
/* Copyright */
.footer .copyright {
    padding: 15px 0;
    text-align: center;
    background: #222;
}

    .footer .copyright p {
        color: #fff;
        font-size: 14px;
        text-transform: capitalize;
    }

        .footer .copyright p a:hover {
            color: #fff;
            text-decoration: underline;
        }
/*====================================
	End Footer CSS
======================================*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
