/*========================================================================

	Template Name : Tralse - Construction Building HTML Template
	Author : Rainbow Design

========================================================================*/


/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Counter
	06. Services
	07. Call to action
	08. Awesome Features
	09. Our Work
	10. Pricing table
	11. Our Team
	12. Testimonials
	13. Blog
	14. Client
	15. Footer
	16. Page Title
	17. FAQ's
	18. Contact Us
	19. Newslatter
	20. Terms And Conditions	

----------------------------------*/


/* Theme Font Use */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/* font-family: 'Open Sans', sans-serif; */


/* ===================================
	01. Common
=================================== */

::selection {
    background-color: #007bff;
    color: #fff;
}

::-moz-selection {
    background-color: #007bff;
    color: #fff;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.gray-bg {
    background-color: #f5f5f5;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}


/* --- Top Scroll --- */

.scroll-top {
    /*display: none;*/
    position: fixed;
    bottom: 2px;
    text-align: center;
    right: 2%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #ff383f;
    text-decoration: none;
    border-radius: 4px;
    z-index: 9999;
}

.scroll-top:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #cd3333;
}

#allmap {
    width: 100%;
    height: 300px;
    margin-bottom: 0.2rem;
}

#allmap b {
    color: #CC5522;
    font-weight: bold;
}

#allmap img {
    max-width: none;
}

#c-right-pop {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 800;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    #c-right-pop {
        display: none !important;
    }
}

#c-right-pop .c-item {
    display: block;
    position: relative;
    border: 1px solid #dbe0e5;
    border-top: 0;
    border-bottom: 0;
    padding: 4px;
    width: 60px;
    height: 60px;
    background: #fff;
}

#c-right-pop .fas {
    font-size: 18px;
    color: #000;
}

#c-right-pop .c-item:hover {
    background: #cd3333;
}

#c-right-pop .c-item:hover .fas {
    color: #fff;
}

#c-right-pop .c-item:nth-child(1) {
    margin-bottom: 0px;
    border-top: 1px solid #dbe0e5;
    border-bottom: 0px solid #dbe0e5;
}

#c-right-pop .c-item:nth-child(1) .c-wrap::before {
    display: none;
}

#c-right-pop .c-item:nth-child(2) {
    border-top: 1px solid #dbe0e5;
}

#c-right-pop .c-item:nth-last-child(2) .c-wrap::before {
    display: none;
}

#c-right-pop .c-item:last-child {
    padding: 0;
    border: 0;
}

#c-right-pop .c-item:last-child .c-wrap {
    background: var(--color);
}

#c-right-pop .c-item:last-child .c-wrap::before {
    display: none;
}

#c-right-pop .c-item:last-child .c-wrap svg {
    color: #fff;
}

#c-right-pop .c-item .c-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    cursor: pointer;
}

#c-right-pop .c-item .c-wrap>img,
#c-right-pop .c-item .c-wrap>svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    color: #333;
    transition: all 0.4s;
}

#c-right-pop .c-item .c-wrap::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-top: 1px solid #dbe0e5;
}

#c-right-pop .c-item .c-box {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 0px;
    padding: 15px 20px;
    min-width: 280px;
    background: #333;
    color: #fff;
    white-space: nowrap;
}

#c-right-pop .c-item .c-box::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -19px;
    border: 10px solid transparent;
    border-left: 10px solid var(--color);
}

#c-right-pop .c-item .c-box .c-text2 {
    position: relative;
    margin-bottom: 15px;
}

#c-right-pop .c-item .c-box .c-text2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
}

#c-right-pop .c-item .c-box .c-more {
    text-align: right;
}

#c-right-pop .c-item .c-box .c-more a {
    display: inline-flex;
    align-items: center;
}

#c-right-pop .c-item .c-box .c-more a img,
#c-right-pop .c-item .c-box .c-more a svg {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: all 0.4s;
}

#c-right-pop .c-item .c-box .c-more a:hover img,
#c-right-pop .c-item .c-box .c-more a:hover svg {
    margin-left: 20px;
}

#c-right-pop .c-item:hover .c-box {
    display: block;
}

#c-right-pop .c-item:hover .c-wrap {
    background: var(--color);
    color: #fff;
}

#c-right-pop .c-item:hover .c-wrap>img,
#c-right-pop .c-item:hover .c-wrap>svg {
    color: #fff;
}

#c-right-pop .c-item:hover .c-wrap::before {
    opacity: 0;
}


/* --- Loading --- */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    height: 100%;
    overflow: visible;
    background-color: #fff;
}

#preloader .spinner-grow {
    top: 50%;
    position: relative;
}


/* --- Section title --- */

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 8px 0px;
    line-height: 40px;
    color: #272727;
    position: relative;
    padding: 0px;
    text-transform: uppercase;
}

.section-title h6 {
    text-transform: uppercase;
    font-size: 12px;
}

.section-title h2 span {
    color: #ff383f;
    text-decoration: underline;
}


/* --- Buttons --- */

.btn-style-1 {
    background-color: #26678d;
    position: relative;
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    border: 0px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-style-1:hover {
    background-color: #ff383f;
    color: #fff;
}

.btn-style-2 {
    background-color: #26678d;
    position: relative;
    display: inline-block;
    padding: 14px 20px;
    border: 0px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-style-2:hover {
    background-color: #cf181f;
    color: #fff;
}

.btn-style-2.btn-sm {
    padding: 10px 14px;
    font-size: 12px;
}

.btn-style-3 {
    color: #fff;
    font-size: 12px;
    background-color: #26678d;
    text-transform: uppercase;
    position: relative;
    padding: 8px 14px;
    border-radius: 4px;
    border: 0px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.20s linear;
    display: inline-block;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-style-3:hover {
    text-decoration: none;
    color: #fff;
    background-color: #cf181f;
}


/* ===================================
	02. Header
=================================== */

.header-top-contact {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.header .header-upper-bar {
    background-color: #272727;
    padding: 10px 0px;
}

.header-top-contact ul li {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ccc;
    padding: 0px 12px 0px 0px;
}

.header-top-contact ul li:last-child {
    border-right: 0px;
    padding: 0px 0px 0px 0px;
}

.header-top-contact ul li a {
    color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-top-contact ul li a:hover {
    color: #ff383f;
}

.header-social-icons {
    display: inline-block;
    margin-top: 5px;
}

.header-social-icons a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin: 0 4px 0 0px;
    font-size: 12px;
    background-color: #dddddd;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-social-icons a:last-child {
    margin-right: 0px;
}

.header-social-icons a:hover {
    color: #fff;
    background-color: #ff383f;
}

.header {
    background: #fff;
    z-index: 9;
    box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}

.header-navigation {
    padding-top: 0;
    padding-bottom: 0;
}

.header-navigation .navbar-toggler span {
    background: #2D2E33;
}

.header-navigation .navbar-brand {
    position: relative;
    padding: 0px;
    margin: 0;
}

.header-navigation .navbar-nav>li {
    margin: 0px 16px;
    position: relative;
}

.header-navigation .navbar-nav>li:last-child {
    margin-right: 0px;
}

.header-navigation .navbar-nav>li .nav-link {
    padding: 30px 0px;
    color: #333;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-navigation .navbar-nav>li .nav-link:hover {
    color: #cd3333;
}

.header-navigation .navbar-nav>li.active .nav-link,
.header-navigation .navbar-nav>li:hover a {
    color: #cd3333;
}

.header-navigation .navbar-nav>li .dropdown-menu {
    margin: 0px;
    padding: 0px 0px;
    background-color: #272727;
    border: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.header-navigation #navbarProlon1 .navbar-nav>li .dropdown-menu {
    margin: 0px;
    padding: 0px 0px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.header-navigation #navbarProlon1 .navbar-nav>li .dropdown-menu .dropdown-item {
    border-left: 2px solid #272727;
    background-color: transparent;
    text-transform: uppercase;
    color: #333;
}

.header-navigation .navbar-nav>li .dropdown-menu .dropdown-item {
    border-left: 2px solid #272727;
    background-color: transparent;
    /*text-transform: uppercase;*/
    text-transform:capitalize;
    color: #c1c1c1;
}

.header-navigation .navbar-nav>li .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px;
}

.header-navigation .navbar-nav>li .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #3e3e3e;
    border-left: 2px solid #ff383f;
}

.header-navigation .navbar-nav>li .dropdown-menu a {
    padding: 8px 13px;
    font-size: 12px;
    line-height: 20px;
}

.header-navigation .navbar-nav .nav-link.nav-link-btn {
    padding: 10px 25px;
}

.header-navigation .navbar-nav .nav-link.nav-link-btn:not(:hover) {
    color: #fff;
}


/*Navbar Toogle*/

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    background-color: #fff;
    outline: none !important;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span+span+span {
    width: 10px;
}


/* sticky */

.sticky {
    position: fixed;
    top: 0px;
    z-index: 999 !important;
}

.is-sticky .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 999 !important;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block!important;
    }
}


/* ===================================
	03. Slider
=================================== */

.slider .carousel-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    /*background-color: rgba(0,0,0,0.7);*/
}

.slider .carousel-caption {
    top: 50%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(-50%);
}

.slider .carousel-caption .slider-caption-box {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.slider .carousel-caption h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.slider .carousel-caption h2 span {
    color: #ff383f;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    border-radius: 100%;
    color: #fff;
    line-height: 50px;
    background-color: #212529;
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

.slider .carousel-control-next {
    width: 50px;
    bottom: auto;
    top: 50%;
    height: 50px;
    right: 60px;
    transform: translateY(-50%);
}

.slider .carousel-control-prev {
    left: 60px;
    width: 50px;
    display: inline-block;
    bottom: auto;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
}


/* ===================================
	04. About us
=================================== */

.about-content h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ff383f;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 600;
}


/* ===================================
	05. Counter
=================================== */

.counter-area {
    background-image: url(../img/bg/counter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 0;
}

.counter-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.single-counter-box {
    text-align: center;
    position: relative;
}

.counter-area .col-lg-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-area .col-lg-3:last-child {
    border-right: 0px;
}

.single-counter-box .content {
    position: relative;
}

.single-counter-box .content .counter-info-text {
    font-size: 70px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #ff383f;
}

.single-counter-box .content .title {
    font-size: 18px;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}


/* ===================================
	06. Services
=================================== */

.service-item-box {
    position: relative;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #ecebeb;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item-box:hover {
    border: 1px solid #ff383f;
}

.service-item-box .icon {
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: #26678d;
    text-align: center;
    line-height: 80px;
    border-radius: 100px 100px 100px 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item-box:hover .icon {
    border-radius: 4px;
    background-color: #ff383f;
}

.service-item-box h3 {
    font-size: 22px;
    color: #2D2E33;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}

.service-item-box p {
    margin: 0;
}


/* service side link */

.widget {
    border-radius: 4px;
    overflow: hidden;
}

.title-widget {
    padding: 25px 30px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #272727;
}

.title-widget h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
}

.links-services {
    padding-left: 0;
    background: #FFF;
    margin-bottom: 0;
    border-top: none;
    padding-bottom: 15px;
    padding-top: 15px;
    border: 1px solid #f1f1f1;
}

.links-services li {
    border-bottom: 1px solid #f5f3f3;
    margin-right: 20px;
    margin-left: 20px;
}

.links-services li a {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #898989;
    padding-top: 15px;
    transition: all .4s;
}

.links-services li a:hover {
    color: #ff383f;
    padding-left: 10px;
}

.links-services li.active a {
    color: #ff383f;
    padding-left: 10px;
}

.links-services li a i {
    margin-right: 10px;
}

.links-services li:last-child {
    border-bottom: none;
}


/* Download broucher */

.lists-brochures {
    padding: 20px;
    background: #FFF;
    border-top: none;
    border: 1px solid #f1f1f1;
}

.lists-brochures li a {
    width: 100%;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #f5f5fb;
    color: #323232;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
    text-align: left;
    padding: 14px 10px;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.20px;
}

.lists-brochures li a:hover {
    background-color: #ff383f;
    color: #fff;
}

.lists-brochures li a i {
    margin-right: 10px;
    font-size: 14px;
}

.lists-brochures li:last-child a {
    margin-bottom: 0;
}


/* need help */

.need-help {
    padding: 20px;
    background-color: #FFF;
    border-top: none;
    border: 1px solid #f1f1f1;
}

.need-help-call {
    color: #ff383f;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
}

.need-help-call:hover {
    color: #272727;
}


/* single service img carousel */

.single-service-img-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    text-align: left;
}

.single-service-img-carousel .owl-nav .owl-prev,
.single-service-img-carousel .owl-nav .owl-next {
    border-radius: 0;
    color: #333 !important;
    line-height: 40px;
    font-size: 12px;
    margin: 0px 2px 0px 0px;
    width: 40px;
    border: 0 !important;
    height: 40px;
    background-color: #f5f5f5 !important;
}

.single-service-img-carousel .owl-nav .owl-prev:hover,
.single-service-img-carousel .owl-nav .owl-next:hover {
    background-color: #ff383f !important;
    color: #fff !important;
}


/* ===================================
	07. Call to action
=================================== */

.call-to-action-section {
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background: url(../img/bg/about-bg.jpg) fixed no-repeat;
}

.call-to-action-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.call-to-action h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.call-to-action p {
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block;
}


/* ===================================
	08. Awesome Features
=================================== */

.features-tab .nav-tabs a {
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    padding: 18px 12px;
    color: #333;
    position: relative;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.features-tab .nav-tabs a.active:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26678d;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: -6px;
    transform: rotate(45deg);
}

.features-tab .nav-tabs a.active {
    background-color: #26678d;
    color: #fff;
}

.features-tab .nav-tabs a:hover {
    background-color: #26678d;
    color: #fff;
}

.features-tab .tab-content {
    border: 1px solid #f5f5f5;
    padding: 20px 20px 5px 20px;
}


/* ===================================
	09. Our Work
=================================== */

.project-section {
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
}

.portfolio-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
}

.portfolio-box .portfolio-box-img {
    position: relative;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.portfolio-box .portfolio-box-img .hoverlay {
    background: rgba(38, 103, 141, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-box:hover .hoverlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-box .hoverlay a {
    color: #fff;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-box .hoverlay a:hover {
    color: #fff;
}

.portfolio-box:hover p {
    color: #fff;
}

.portfolio-box:hover .portfolio-box-des {
    background-color: #ff383f !important;
    border-color: #ff383f;
}

.filter1 {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 15px;
}

.filter1 li span {
    cursor: pointer;
    padding: 2px 12px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter1 li span:hover {
    color: #fff;
    background-color: #26678d;
}

.filter1 li span.active {
    color: #fff;
    background-color: #26678d;
}


/* project info */

.project-info-box {
    background-color: #ff383f;
    padding: 25px;
    color: #fff;
}

.project-info-box ul li h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 2px;
}


/* Progressbar */

.skill-progress .progress-title-holder {
    position: relative;
    font-size: 14px;
    color: #1e1e27;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.skill-progress .progress-wrapper {
    width: 100%;
    z-index: 10;
}

.skill-progress .progress-mark {
    position: absolute;
    bottom: 0;
    line-height: 38px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.skill-progress .progress-outter {
    background-color: #e5e5e5;
}

.skill-progress .progress-content {
    width: 0%;
    background: #474d53;
}

.skill-progress .progress-content,
.skill-progress .progress-outter {
    height: 20px;
}

.skill-progress .percent {
    color: #1e1e27;
    font-size: 12px;
}

.skill-progress .progress-content,
.skill-progress .progress-outter {
    height: 4px;
}

.skill-progress .progress-content {
    background: #ff383f;
}

.skill-progress .percent {
    position: relative;
}

.skill-progress .percent:before {
    background: #ff383f;
    border-radius: 100%;
    bottom: -29px;
    content: "";
    height: 15px;
    position: absolute;
    right: 10px;
    width: 15px;
}

.skill-progress .skill-bar {
    margin-bottom: 24px;
}

.skill-progress .skill-bar:last-child {
    margin-bottom: 0px;
}


/* single project img carousel */

.single-project-img-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    text-align: left;
}

.single-project-img-carousel .owl-nav .owl-prev,
.single-project-img-carousel .owl-nav .owl-next {
    border-radius: 0;
    color: #333 !important;
    line-height: 40px;
    font-size: 12px;
    margin: 0px 2px 0px 0px;
    width: 40px;
    border: 0 !important;
    height: 40px;
    background-color: #f5f5f5 !important;
}

.single-project-img-carousel .owl-nav .owl-prev:hover,
.single-project-img-carousel .owl-nav .owl-next:hover {
    background-color: #ff383f !important;
    color: #fff !important;
}


/* ===================================
	10. Pricing table
=================================== */

.pricing-table {
    position: relative;
    padding: 0px;
    border: 1px solid #ececee;
    text-align: center;
}

.pricing-table .price span:first-of-type {
    font-size: 40px;
    font-weight: 300;
    color: #ff383f;
    font-family: 'Montserrat', sans-serif;
}

.pricing-table .price span:last-of-type {
    font-size: 14px;
    color: #888;
}

.pricing-header {
    background-color: #e4e4e4;
}

.pricing-header h5 {
    padding: 20px 0px;
    margin-bottom: 0px;
}

.pricing-header .price {
    background-color: #f6f6f6;
    padding: 20px 0px;
}

.pricing-body {
    padding: 32px 0 32px 0;
}

.pricing-body ul li {
    font-size: 14px;
    color: #888;
    padding-bottom: 16px;
}

.pricing-body ul li i {
    font-size: 10px;
    padding-right: 4px;
}

.pricing-body ul li:last-child {
    padding-bottom: 0px;
}

.pricing-footer {
    padding: 0px 0 32px 0
}

.pricing-footer p {
    font-size: 12px;
    font-style: italic
}


/* ===================================
	11. Our Team
=================================== */

.team-wrapper-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-wrapper-box .team-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.team-wrapper-box .team-img-box img {
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

.team-wrapper-box .team-img-box:after {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    pointer-events: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}

.team-wrapper-box:hover .team-img-box img {
    transform: scale(1.1);
}

.team-wrapper-box:hover .team-img-box:after {
    background: rgba(38, 103, 141, 0);
}

.team-social {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 15;
    text-align: center;
    opacity: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper-box:hover .team-social {
    opacity: 1;
}

.team-social li {
    display: inline-block;
    margin: 0px 0px;
    padding: 6px 12px;
    background-color: #fff;
    text-align: center;
}

.team-social li a {
    color: #333;
}

.team-social li a:hover {
    color: #ff383f;
}

.team-wrapper-box .team-member-info {
    padding: 10px;
    position: relative;
    background-color: #26678d;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper-box .team-member-info:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26678d;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

.team-wrapper-box .team-member-info h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px;
}

.team-wrapper-box .team-member-info h3 a {
    color: #fff;
}

.team-wrapper-box .team-member-info h3 a:hover {
    color: #ff383f;
}

.team-wrapper-box .team-member-info span {
    font-size: 13px;
    display: inline-block;
    opacity: 0.7;
    color: #999;
}


/* ===================================
	12. Testimonials
=================================== */

.testimonial-bg {
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 0;
}

.testimonial-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.testimonial-item {
    position: relative;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0px 0px 0px;
}

.testimonial-item .img {
    display: inline-block;
    width: 100px;
}

.testimonial-item .img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 6px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6);
}

.testimonial-item h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.testimonial-item label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

.testimonial-item p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.testimonial-section .owl-nav {
    text-align: center;
    bottom: 0px;
    width: 100%;
    margin-top: 20px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff !important;
    border-radius: 100%;
    line-height: 40px;
    color: #fff !important;
    margin: 0px 6px 0px 6px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    background-color: #ff383f;
    color: #fff !important;
}


/* ===================================
	13. Blog
=================================== */

.single-news-item {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

.single-news-item .post-thumbnail {
    position: relative;
    overflow: hidden;
}

.single-news-item .post-thumbnail img {
    width: 100%;
    height: auto;
}

.single-news-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(38, 103, 141, 0.5);
    transition: all 0.30s ease;
}

.single-news-item:hover .hover {
    opacity: 1;
}

.single-news-item .post-meta {
    margin: 0 0 8px 0;
    padding: 0;
    width: 100%;
}

.single-news-item .post-meta li {
    display: inline-block;
    list-style: none;
}

.single-news-item .post-meta li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
    margin-right: 6px;
}

.single-news-item .post-meta li:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.single-news-item .post-meta li a {
    color: #333;
    position: relative;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.single-news-item .post-meta li a i {
    color: #ff383f;
    padding-right: 4px;
}

.single-news-item .post-meta li a:hover {
    color: #ff383f;
}

.single-news-item .post-content {
    padding: 24px;
}

.single-news-item .post-title {
    margin: 0 0 15px 0;
}

.single-news-item .post-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-news-item .post-title a:hover {
    text-decoration: none;
    color: #ff383f;
}

.single-news-item .post-description {
    line-height: 22px;
    color: #505050;
}


/* blog widget */

.blog-widget {
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.blog-title-widget h3 {
    font-size: 20px;
    position: relative;
}

.blog-title-widget h3:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ff383f;
    top: 0px;
    left: -20px;
}


/* search widget */

.search-widget {
    position: relative;
}

.search-widget input {
    height: 50px;
}

.search-widget button {
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #ff383f;
    color: #fff;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    width: 50px;
    transform: translateY(-50%);
}


/* blog categories */

.blog-categories ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}

.blog-categories ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.blog-categories ul li a {
    color: #333;
}

.blog-categories ul li a:hover {
    color: #ff383f;
}


/* blog tags */

.blog-tags a {
    background-color: #f5f5f5;
    padding: 4px 10px;
    display: inline-block;
    color: #333;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}

.blog-tags a:hover {
    background-color: #ff383f;
    color: #fff;
}


/* Recent post */

.recent-post-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.recnt_pst_imge {
    width: 20%;
    float: left;
    margin-right: 15px;
}

.recnt_pst_imge img {
    border-radius: 4px;
}

.recent-title {
    text-align: left;
    display: inline-block;
    width: 75%;
    float: left;
}

.recent-title>a {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0px;
    color: #2c2c2c;
    line-height: 22px;
}

.recent-title>p {
    font-size: 13px;
    color: #515050;
    margin-top: -8px;
    margin-bottom: 0px;
}


/* singal blog */

.singal-blog-section blockquote {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ff383f;
}

.singal-blog-section blockquote p {
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.singal-blog-section .post-share-options {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.singal-blog-section .post-share-options {
    position: relative;
    display: inline-block;
}

.singal-blog-section .post-share-options .share-tags {
    float: left;
}

.singal-blog-section .post-share-options .share-tags a:first-child {
    margin-left: 10px;
}

.singal-blog-section .post-share-options .share-tags a {
    position: relative;
    color: #222222;
    text-transform: uppercase !important;
    line-height: 1em;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.singal-blog-section .post-share-options .share-tags a:hover {
    background-color: #ff383f;
    color: #fff;
}

.singal-blog-section .post-share-options .share-tags a:last-child {
    margin-right: 0px;
}

.singal-blog-section .post-share-options .share-social {
    float: right;
}

.singal-blog-section .post-share-options .share-social a:first-child {
    margin-left: 10px;
}

.singal-blog-section .post-share-options .share-social a {
    position: relative;
    color: #222222;
    text-transform: uppercase !important;
    line-height: 1em;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.singal-blog-section .post-share-options .share-social a:hover {
    background-color: #ff383f;
    color: #fff;
}

.singal-blog-section .post-share-options .share-social a:last-child {
    margin-right: 0px;
}


/* Comments */

.list-comments {
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

h4.single-blog-inner-title {
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    padding: 6px 0px;
    position: relative;
    color: #333;
}

h4.single-blog-inner-title:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ff383f;
    top: 0px;
    left: -20px;
}

.comments li .comment {
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.comments .comment_imgg {
    width: 12%;
    float: left;
}

.comments .comment_imgg img.comment-avatar {
    border-radius: 4px;
}

.comments .comment_content {
    position: relative;
    width: 85%;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    float: right;
}

.comments li .comment strong.commenter-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    color: #8B8B8B;
}

.comments li .comment strong.commenter-title a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.comments li .comment span.comment-date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

.comments li .comment span.comment-reply a {
    transition: all 0.5s ease 0s;
    font-size: 11px;
    padding: 5px 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 4px;
    background-color: #333;
    text-transform: uppercase;
    color: #fff;
}

.comments li .comment span.comment-reply a:hover {
    background-color: #ff383f;
}

.comments li .comment p {
    margin-top: 7px;
    font-size: 14px;
}

.comments li .comment p:last-child {
    margin-bottom: 0px;
}


/* leave a comment form */

.leave-a-comment-form {
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.leave-a-comment-form input {
    border: 0px;
    height: 50px;
}

.leave-a-comment-form textarea {
    border: 0px;
}


/* ===================================
	14. Client
=================================== */

.client-item-logo {
    margin: 0px 0;
    opacity: 0.5;
    transition: ease all 0.3s;
    border: 1px solid #fff;
    -webkit-transition: ease all 0.3s;
}

.client-item-logo:hover {
    opacity: 1;
    border: 1px solid #ff383f;
}


/* ===================================
	15. Footer
=================================== */

.footer {
    background: #111;
}

.footer-area .footer-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 6px;
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
}

.footer-link li a {
    color: #ccc;
    padding-bottom: 8px;
    display: inline-block;
}

.footer-link li a:hover {
    color: #ff383f;
}

.footer-area p {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 20px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, .5);
}

.footer-contact li {
    color: #fff;
}

.footer-contact li a:hover {
    color: #ff383f;
}

.footer-copyright {
    background-color: #272727;
}

.footer-copyright p {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
}

.footer-social-icons li a {
    background-color: #272727;
    color: #ccc;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.footer-social-icons li a:hover {
    background-color: #ff383f;
    color: #fff;
}

.footer-instagram a img {
    max-width: 75px;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 4px;
}


/* ===================================
	16. Page Title
=================================== */

.page-title {
    position: relative;
    text-align: center;
}

.page-title h1 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
}

.page-title-bg {
    background-image: url(../img/bg/page-title-bg.jpg);
    background-position: center top;
    z-index: 0;
}

.page-title-center {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 25px 25px;
}

.breadcrumb-box .breadcrumb-item.active {
    color: #ccc;
}

.breadcrumb-box li {
    margin-right: 0px !important;
}

.breadcrumb-box li a {
    color: #ff383f;
}


/* ===================================
	17. FAQ's
=================================== */

.accordion-box .accordion-item .accordion-header .accordion-button i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-box .accordion-item .accordion-header .accordion-button .fa-eye {
    display: inline-block;
    color: #fff;
}

.accordion-box .accordion-item .accordion-header .accordion-button.collapsed .fa-eye {
    display: none;
}

.accordion-box .accordion-item .accordion-header .accordion-button.collapsed .fa-eye-slash {
    display: inline-block;
}

.accordion-box .accordion-item .accordion-header .accordion-button .fa-eye-slash {
    display: none;
}

.accordion-box .accordion-item {
    margin-bottom: 4px;
    border-radius: 0px;
    border: 0;
}

.accordion-box .accordion-item .accordion-header .accordion-button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    background-color: #ff383f;
    padding: 16px 16px !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
}

.accordion-box .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #272727;
    color: #fff !important;
}

.accordion-box .accordion-item .accordion-header {
    padding-right: 0px;
    padding-left: 0;
}

.accordion-box .accordion-item .accordion-body {
    line-height: 22px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}

.accordion-box .accordion-item .accordion-body:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
    top: -8px;
    left: 20px;
    transform: rotate(45deg);
}

.accordion-box .accordion-item .accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
    white-space: normal;
}

.accordion-box .accordion-item .accordion-button:after {
    display: none;
}

.have-any-question {
    background-color: #ff383f;
    border-radius: 4px;
    padding: 20px;
}

.have-any-question .form-control {
    font-size: 14px;
    height: auto;
    padding: 16px 10px;
    border: 0px;
    background-color: #f8f9fb;
    color: #2D2E33;
}


/* ===================================
	18. Contact Us
=================================== */

.map-area iframe {
    width: 100%;
    height: 200px;
    border: 0px;
}

.contact-info ul li a {
    color: #6C6D74;
}

.contact-info ul li i {
    color: #ff383f;
}

h4.contact-title {
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    padding: 6px 0px;
    position: relative;
    color: #333;
}

h4.contact-title:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ff383f;
    top: 0px;
    left: -20px;
}

.contact-form {
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.contact-form input {
    border: 0px;
    height: 50px;
}

.contact-form textarea {
    border: 0px;
}

.help-block.with-errors ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}

.contact-form1 {
    border: 1px solid #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.contact-form1 input {
    border: 0px;
    height: 30px;
}

.contact-form1 textarea {
    border: 0px;
}

.help-block.with-errors ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}


/* ===================================
	19. Newslatter
=================================== */

.newsletter-area {
    position: relative;
    background-image: url(../img/bg/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
}

.newsletter-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.newsletter-area .title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    padding-bottom: 6px;
}

.newsletter-area p {
    color: #fff;
}

.newsletter-area .form-control {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 50px;
    font-size: 13px;
    color: #ababab;
    background-color: #fff;
    border: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 10px 50px 10px 30px;
}

.newsletter-area .subscription-btn {
    border: 0px;
    color: #fff;
    background-color: #ff383f;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 50px;
    text-align: center;
}


/*--------------------------------------------------------------
	20. Terms And Conditions
--------------------------------------------------------------*/

.terms-and-conditions-single-content h3 {
    color: #ff383f;
    font-size: 22px;
}

.pagination1{ margin:10px 0; display:inline-block;}
.pagination1{padding-left:0;margin:20px 0;border-radius:4px}
.pagination1>li{display:inline}
.pagination1>li>a,.pagination1>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.pagination1>li:first-child>a,.pagination1>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination1>li:last-child>a,.pagination1>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}
.pagination1>li>a:focus,.pagination1>li>a:hover,.pagination1>li>span:focus,.pagination1>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination1>.active>a,.pagination1>.active>a:focus,.pagination1>.active>a:hover,.pagination1>.active>span,.pagination1>.active>span:focus,.pagination1>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}
.pagination1>.disabled>a,.pagination1>.disabled>a:focus,.pagination1>.disabled>a:hover,.pagination1>.disabled>span,.pagination1>.disabled>span:focus,.pagination1>.disabled>span:hover{color:#777;background-color:#fff;bor