
body {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

a,
button,
.btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

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

a {
    color: #f01e4a;
}

a:focus,
a:hover {
    color: #cd0022;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #626262;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

::-webkit-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

::placeholder {
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}

.mark,
mark {
    background-color: #f01e4a;
    color: #ffffff;
    padding: 2px;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote p {
    color: inherit;
    font: inherit;
}

pre {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: inherit;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 10px;
    word-break: break-all;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*----------------------------------------
2. THEME DEFAULT CSS
------------------------------------------*/

.banner-area h1, .banner-area h2, .banner-area p{color:#fff;}

.wrapper {
    padding-top: 85px;
}

.navbar-brand>img {height:80px;}

section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

#services-section .single-service {min-height:470px;}

.light-space {
    padding: 30px 0;
}

.light-bg {
    background-color: #fafafa;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading > h1 {
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
	font-weight:600;
}

.section-heading > h1:after {
    background-color: #f01e4a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.section-heading > p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.overlay-dark .section-heading > h1,
.overlay-dark .section-heading > p {
    color: #fff;
}

.mb-40 {
    margin-bottom: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}

.btn {
    background-color: #f01e4a;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.btn-lg {
    font-size: 16px;
    padding: 20px 50px;
}

.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f01e4a;
    color: #f01e4a;
    padding-bottom: 11px;
    padding-top: 11px;
}

.btn.btn-lg.btn-bordered {
    padding-bottom: 16px;
    padding-top: 16px;
}

.btn.btn-sm.btn-bordered {
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-icon i {
    font-size: 16px;
    left: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.btn-icon:hover i {
    left: 2px;
}

.btn:hover,
.btn:focus {
    background-color: #cd0022;
    color: #fff;
}

.btn.btn-bordered:hover {
    background-color: #f01e4a;
    color: #fff;
}

.btn:active {
    background-color: #AC2925;
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 25px;
}

.button-group a:last-child {
    margin-right: 0;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.overlay-white:after,
.overlay-dark:after {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay-dark:after {
    background-color: rgba(0, 0, 0, 0.85);
}


/*----------------------------------------
3. BASIC MARGIN PADDING
------------------------------------------*/

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}




/*----------------------------------------
4. TRANSITION
------------------------------------------*/

a,
button,
.btn,
.single-feature,
.single-service,
.feature-icon i,
.service-icon i,
.single-feature a i,
.single-service a i,
.portfolio-item-description,
.single-price-table,
.price-value,
.single-member,
.back-to-top-btn,
.slick-dots,
.slick-prev,
.slick-next {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*----------------------------------------
5. BACK TO TOP
------------------------------------------*/

.back-to-top-btn {
    background-color: #f01e4a;
    border-radius: 2px;
    bottom: 25px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 25px;
    text-align: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 35px;
}

.back-to-top-btn.show {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999999;
}

.back-to-top-btn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.back-to-top-btn:hover,
.back-to-top-btn:focus {
    color: #fff;
}


/*----------------------------------------
6. HEADER
------------------------------------------*/

.navbar {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    min-height: 60px;
    padding: 10px 0;
    z-index: 9999;
}

.navbar.affix-top {
    padding: 5px 0;
}

.navbar.affix {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.navbar-brand,
.logo {
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus,
.logo:hover,
.logo:focus {
    color: #111;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.overlay-dark .navbar-brand,
.overlay-dark .logo {
    color: #fafafa;
}

.overlay-dark .navbar-brand:hover,
.overlay-dark .navbar-brand:focus,
.overlay-dark .logo:hover,
.overlay-dark .logo:focus {
    color: #fafafa;
}

.redX {
    color: #f01e4a;
}

.navbar-nav {
    padding: 16px 0;
}

.navbar-nav > li > a {
    color: #111;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f01e4a;
}

#cta-btn {
    background-color: #f01e4a;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
}

#cta-btn:hover,
#cta-btn:focus {
    background-color: #cd0022;
}

#cta-btn:active {
    background-color: #AC2925;
}


/*----------------------------------------
7. BANNER SECTION
------------------------------------------*/

.banner-area {
    background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
    height: calc(100vh - 100px);
    padding: 0;
    position: relative;
}

.banner-area.overlay-white::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-shadow: 2px 1px 1px #383838;
}

.banner-content h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.banner-content p {
    font-size: 18px;
    margin: 20px auto;
    width: 55%;
}

.banner-area .btn {
    margin-top: 30px;
}

.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.scroll-next > a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}

.scroll-next i {
    color: #f01e4a;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/

.hero-slider-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
}

.hero-slider-area .single-slide {
    height: calc(100vh - 100px);
    position: relative;
}

.hero-slider-area .overlay-white::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider-area .overlay-dark::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-slider-area .slide-one-bg {
    background: rgba(0, 0, 0, 0) url("img/gallary5.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-two-bg {
    background: rgba(0, 0, 0, 0) url("img/gallary11.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-three-bg {
    background: rgba(0, 0, 0, 0) url("img/gallary12.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .banner-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider-area .slick-prev {
    left: 25px;
}

.hero-slider-area .slick-next {
    right: 25px;
}

.hero-slider-area .slick-dots {
    bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}



/*----------------------------------------
10. FEATURES SECTION
------------------------------------------*/

.single-feature,
.single-service {
    padding: 30px;
    text-align: center;
}

.single-feature:hover {
    background-color: #fafafa;
}

.feature-icon,
.service-icon {
    margin-bottom: 30px;
}

.feature-icon i,
.service-icon i {
    font-size: 60px;
}

.single-feature h5,
.single-service h5 {
    margin-bottom: 20px;
    
}

.single-feature > p,
.single-service > p {
    margin-bottom: 20px;
}

.single-feature > a,
.single-service > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-feature a i,
.single-service a i {
    left: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    top: 1px;
}

.single-feature:hover,
.single-service:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.single-feature:hover .feature-icon i,
.single-service:hover .service-icon i {
    color: #f01e4a;
}

.single-feature a:hover i,
.single-service a:hover i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*----------------------------------------
11. ABOUT SECTION
------------------------------------------*/

#about-section {
    background-color: #f5f5f5;
}

.about-box h4,
.progress-box > h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.about-box p a {
    text-decoration: underline;
}

.single-progress {
    overflow: hidden;
}

.progress-title {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.progress {
    background-color: #eee;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 8px;
    margin-bottom: 30px;
    overflow: visible;
}

#about-section .single-progress:last-child .progress {
    margin-bottom: 0;
}

.progress-bar {
    background-color: #f01e4a;
    border-radius: 50px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    width: 0;
}

.progress-bar > span {
    bottom: 8px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
}

.social-menu {
    margin-top: 30px;
}

.social-menu a {
    background-color: #eee;
    border-radius: 50px;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.social-menu a:hover {
    background-color: #f01e4a;
    color: #fff;
}


/*----------------------------------------
12. SERVICES SECTION
------------------------------------------*/

.service-list {
    margin-bottom: 30px;
}

.service-list:last-child {
    margin-bottom: 0;
}

.single-service {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}


/*----------------------------------------
13. CALL TO ACTION
------------------------------------------*/

#call-to-action {
    background: rgba(0, 0, 0, 0) url("img/gallary5.jpg") no-repeat scroll center center / cover;
}

.cta-inner > p {
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.cta-inner h2 {
    margin: 5px 0 10px;
    text-transform: uppercase;
	color:#fff;
}


/*----------------------------------------
14. PORTFOLIO SECTION
------------------------------------------*/

.portfolio-item {
    width: 33.33333%;
}

.portfolio-item--width2 {
    width: 50%;
}

.portfolio-item--width3 {
    width: 66.6666667%;
}

.portfolio-item-content {
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.portfolio-item-content img {
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
	border: 1px solid #f01e4a;
}

.portfolio-item-content:hover img {
    transform: scale(1.2);
}

.portfolio-item-description {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}

.portfolio-item-content:hover .portfolio-item-description {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-item-description ul {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-description a {
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.portfolio-item-description a:hover {
    background-color: rgba(240, 30, 74, 0.8);
    color: #fff;
}

.portfolio-item-description > h6 {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0.3s;
}

.portfolio-item-content:hover .portfolio-item-description h6 {
    bottom: 10px;
    opacity: 1;
}

.portfolio-filter {
    margin-bottom: 10px;
}

.portfolio-filter a {
    background-color: #f01e4a;
    border-radius: 50px;
    color: #f5f5f5;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 15px;
    text-transform: uppercase;
}

.portfolio-filter a:hover,
.portfolio-filter .active > a {
    background-color: #cd0022;
    color: #fff;
}

.load-more {
    margin-top: 30px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


/*----------------------------------------
15. FUN FACTS
------------------------------------------*/

#fun-fact-section {
    background: rgba(0, 0, 0, 0) url("img/3.jpg") no-repeat scroll center center / cover;
}

.single-fact i {
    color: #f01e4a;
    display: block;
    font-size: 50px;
}

.single-fact > h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.single-fact h2 {
    color: #fff;
    font-size: 60px;
    margin: 25px 0;
    position: relative;
}

.counter:after {
    color: #f01e4a;
    content: "+";
    font-size: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*----------------------------------------
17. TEAM SECTION
------------------------------------------*/

.single-member {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.single-member:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.single-member img {
    width: 100%;
}

.member-description {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: -60px;
    left: 0;
    margin: 0 auto;
    padding: 20px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90%;
    z-index: 1;
}

.member-description h5 {
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-description p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-description .social-menu {
    margin-top: 10px;
}

.member-description .social-menu a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.member-description .social-menu a:hover {
    background-color: #333;
}

.single-member:hover .member-description {
    background-color: rgba(240, 30, 74, 0.9);
    bottom: 0;
}

.single-member:hover .member-description h5 {
    color: #fff;
}

.single-member:hover .member-description p {
    color: #fafafa;
}


/*----------------------------------------
18. TESTIMONIAL
------------------------------------------*/

.testimonial-inner {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0px 30px 30px;
    padding: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.slick-slide {
    outline: none;
}

.single-testimonial:hover .testimonial-inner {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.client-photo {
    left: 0;
    position: absolute;
    right: 0;
    top: -75px;
}

.client-photo img {
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 150px;
}

.testimonial-content {
    margin: 75px 0 30px;
}

.testimonial-content > p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.testimonial-inner:before,
.testimonial-inner:after {
    color: #f01e4a;
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
}

.testimonial-inner:before {
    content: "\f10d";
    left: 45px;
    top: 40px;
}

.testimonial-inner:after {
    content: "\f10e";
    right: 45px;
    bottom: 40px;
}

.client-intro > h4 {
    margin-bottom: 0;
}

.client-intro > p {
    font-weight: 300;
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    background-color: #fafafa;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
    top: calc(50% + 80px);
    -webkit-transform: translate(0px, calc(-50% - 40px));
    transform: translate(0px, calc(-50% - 40px));
}

.slick-prev:before,
.slick-next:before {
    color: #636363;
    font-family: FontAwesome;
    font-size: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #f01e4a;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li {
    height: 5px;
    margin: 0 3px;
    width: 20px;
}

.slick-dots li button {
    background-color: #fff;
    border: 0 none;
    height: 5px;
    padding: 0;
    text-indent: -99999px;
    width: 20px;
}

.slick-dots .slick-active button,
.testimonial-carousel .slick-dots .slick-active button {
    background-color: #f01e4a;
}

.testimonial-carousel .slick-dots li button {
    background-color: #ddd;
}


/*----------------------------------------
19. FEATURED CLIENTS
------------------------------------------*/

#featured-clients-section {
    background-color: #ececec;
}

.single-client-outer {
    display: table;
    height: 150px;
    width: 100%;
}

.single-client-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-client-inner img {
    max-width: 150px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-client-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*----------------------------------------
21. NEWSLETTER SUBSCRIPTION
------------------------------------------*/

.subscription-box > h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.subscription-box > p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.subscription-box input {
    border-radius: 50px;
    border-right: 0 none;
    padding: 15px 30px;
}

.subscription-box .input-group-btn:last-child > .btn {
    border-left: 1px solid transparent;
    margin-left: 0;
}

.email-submit-btn {
    font-size: 26px;
}


/*----------------------------------------
22. CONTACT
------------------------------------------*/
#request-quote { background: rgba(0, 0, 0, 0) url("img/gallary12.jpg") no-repeat fixed center center / cover;}
#request-quote h2 {color:#fff;}
#request-quote  p{color:#ccc;}
#contact-section {
    background: rgba(0, 0, 0, 0) url("img/4.jpg") no-repeat fixed center center / cover;
}

.contact-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 50px;
}

.contact-details {
    margin-bottom: 20px;
}

.single-contact {
    margin-bottom: 20px;
}

.single-contact i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 50px;
}

.single-contact address,
.single-contact p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.contact-form h5 {
    color: #fff;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.form-control:focus {
    border-color: #f01e4a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 30, 74, 0.6);
    outline: 0 none;
}

.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 12px 20px;
}

.contact-form .form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: 0 none;
}

textarea {
    resize: vertical;
}

.contact-send-message {
    color: #fff;
    margin-top: 10px;
}



.social-menu.footer-social-menu {
    margin-top: 20px;
}

.copyright {
    padding-top: 30px;
}

.copyright p {
    font-size: 14px;
    margin-bottom: 0;
  
}

