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

Template Name:  Scalia - One Page Business Template
Author: MouriThemes
Version: 1.0
Design and Developed by: MouriThemes

NB: This is the main stylesheet of this theme.

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

/*
Table of content

1. Default css
2. Preloader css
3. Nav area css
4. Mouse Animate Icon css
5. Banner area css
6. About area css
7. Services area css
8. Portfolio area css
8. Statictic area css
10. Pricing table area css
11. Team area css
12. Blog area css
13. Testimonial area css
14. Contact area css
15. Client area css
16. Footer top area css
17. Footer bottom area css

*/


/*---------- 1. Default css starts ------------*/

html,body{
    height: 100%;
}

body{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #333333;
    font-weight: 600;
}

h3{
    font-size: 20px;
    text-transform: none;
}

p {
    letter-spacing: 0;
    line-height:1.8;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

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

ul,li{
    margin: 0;
    padding: 0;
}

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

.section-padding{
    padding: 80px 0;
}

.section-header{
    margin-bottom: 60px;
    text-align: center;
}

.section-header h2 {
    margin: 0 0 10px;
}

.section-header .line1 {
    height: 2px;
    width: 200px;
    background: #E74641;
    margin: auto;
}
.section-header .line2 {
    height: 2px;
    width: 150px;
    background: #E74641;
    margin: 15px auto;
}

/*---------Default css ends----------*/

/*-------------- 2. Preloader css starts ---------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #E84641;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}

/*---------- preloader css ends -------------*/

/*---------- 3. Nav area css starts -------------*/

.nav-area{
    height: 65px;
}

.nav-area.sticky_navigation{
    background: #ffffff;
    height: 65px;
}

.sticky_navigation{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out ;
    -ms-transition: all 0.4s ease-out ;
    -o-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
    -webkit-box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
}

.sticky_navigation .main-menu{
    margin-top: 0;
}

.sticky_navigation .navbar-brand, .sticky_navigation .navbar-brand span {
    color: #333333;
}

.sticky_navigation .navbar-brand:hover, .sticky_navigation .navbar-brand:focus, .sticky_navigation .navbar-brand span {
    color: #09B2C6;
}

.sticky_navigation .nav li a {
    color: #333333;
}

.sticky_navigation .nav li.active a{
    color: #E74641;
}

.sticky_navigation .navbar-brand:hover{
    color: #333333;
}

.main-menu{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-top: 10px;
}

.navbar{
    border:0;
    margin-bottom: 0;
}

.navbar-brand{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 25px;
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.navbar-brand span {
    font-size: 40px;
    font-weight: 900;
    color: #09B2C6;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
    color: #ffffff;
}

.navbar-right {
    padding-top: 5px;
}

.navbar-right li{
    display: inline-block;
    float: none;
}

.navbar-right li a{
    color: #ffffff;
    font-weight: 600;
    padding: 15px 10px;
}

.navbar-right li.active a{
    font-weight: bold;
    color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus{
    background: none;
}

.navbar-toggle .icon-bar{
    background: #E74641;
}

/*---------- Nav area css ends -------------*/

/*----------- 4. Mouse Animate Icon css Starts ------------------*/

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: -160px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -17px;
    display: block;
    z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

/* --------- Mouse Animate Icon css ends -------------- */

/* --------- 5. Banner area css starts -----------*/

.banner-area{
    background-image: url(../images/home/banner.jpeg); /*edit image*/
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
    height: 100%;
}

.banner-table{
    display: table;
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-table-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.welcome-text{
    color: #ffffff;
}

.welcome-text h2 {
    margin: 10px 0;
    font-size: 50px;
    font-weight: 700;
    font-family: inherit;
    word-spacing: 2px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 75px;
}

.welcome-text h3 {
    font-size: 30px;
    font-weight: 200;
    color: #ffffff;
    margin: 0;
    letter-spacing: 4px;
}
.welcome-des {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    letter-spacing: 1px;
    word-spacing: 2px;
}

canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}

.banner-btn a {
    background-color: #ffffff;
    color: #333333;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 2px;
    margin-right: 5px;
    margin-left: 5px;
}

.banner-btn a:hover{
    background: #E84641;
    color: #ffffff;
}

.banner-btn a.active{
    background: #E84641;
    color: #ffffff;
}

@media (max-width: 991px){
    .welcome-text{
        text-align: center;
        margin: 25px auto;
    }
}

/* --------------  Banner area css ends --------------- */

/*-------- 6. About area css starts-----------*/

.list-area i {
    color: #E84641;
}

.about-area .about-main h3{
    margin: 0 0 15px;
}

.about-area .single-about p {
    margin-bottom: 15px;
}

.about-area .about-main .button{
    margin-top:15px;
}

.about-area .about-main .button i {
    margin-left: 10px;
    font-size: 15px;
}

.about-video .single-video{
    position:relative;
}

.about-video .single-video img{
    width:100%;
}

.about-video .single-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0.3;
    visibility: visible;
    transition: 0.7s;
}

.about-video .single-video:hover:before{
    opacity:0;
    visibility:hidden;
}



.about-video .single-video i {
    background: #E84641;
}

.about-video .single-video:hover:after {
    margin-left: 0;
    margin-top: 0;
}

.about-video .single-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    cursor:pointer;
    width: 50px;
    transition: 0.9s;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.about-video .single-video:hover i{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
}

.list-area ul {
    list-style: none;
}

.list-area li {
    line-height: 30px;
}

.list-area li i {
    margin-right: 15px;
}

.about-main .banner-btn a {
    background-color: #E84641;
    color: #ffffff;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 2px;
}

/*-------- About area css ends -----------*/

/*----------- 7. Services area css starts --------------*/

.services-area{
    background: #f7f7f7;
}

.services-area .sin-services {
    padding: 30px;
}
.services-area .sin-services .service-icon {
    font-size: 36px;
    margin-bottom: 12px;
    color: #ee6767;
}
.services-area .sin-services h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.sin-services:hover {
/background: #E84641;
/color: #fff;
    transition: .7s;
}
.services-area .sin-services h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.sin-services .service-icon i {
    font-size: 36px;
    color: #E84641;
}

.sin-services:hover h6 {
/color: #fff;
}


/*-----------Services area css ends--------------*/

/*----------- 8. Statictic area css starts --------------*/

.statistic-area{
    background-image: url(../images/statistic/stats.jpeg); /*--- edit image ---*/
    -webkit-background-size:cover;
    background-size:cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
}

.statistic-area .sts-overlay {
    background: rgba(0,0,0,0.8);
}

.single-count i {
    color: #ffffff;
    font-size: 35px;
}

.single-count h2 {
    font-size: 50px;
    color: #E84641;
}

.single-count p {
    font-size: 18px;
    color: #ffffff;
}

/*----------- 8. Statictic area css ends --------------*/

/*----------- 9. Portfolio area starts--------------*/

#portfolio-section {
    padding-bottom: 0;
}

.project-item img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(232,70,65,0.7);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: crosshair;
}

.overlay .overlay-inner {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.overlay .overlay-inner h4 {
    color: #fff!important;
    margin-bottom: 0!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
}

.overlay .overlay-inner p {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    margin-top: 10px;
}

.project-item:hover .overlay .overlay-inner h4 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item:hover .overlay .overlay-inner p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item a:hover .overlay {
    opacity: 1;
}

ul.port-nav-list {
    padding: 0 0 50px 0;
    list-style: none;
    text-align: center;
}

ul.port-nav-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.port-nav-list li a {
    display: block;
    cursor: pointer;
    color: rgb(73, 73, 73);
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

ul.port-nav-list li a.active {
    color: #E84641;
}

.port-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.portfolio-items .port-items .single-port {
    overflow: hidden;
    margin-bottom: 25px;
}
.single-port{
    padding: 0;
}


/*-----------portfolio area ends--------------*/

/*------- 10. Pricing table area css starts--------*/

.pricing-area {
    background: #f7f7f7;
}
#pricing .col-md-3, #pricing .col-sm-6, #pricing .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}
#pricing .col-md-3:hover, #pricing .col-sm-6:hover, #pricing .col-xs-12:hover {
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
    z-index: 2;
    border: 0;
    transition: 0.5s all;
    border: none;
}

.single-table {
    background: #fff;
    transition: all 0.20s linear;
    z-index: 1;
}
.single-table .pricing-header {
    background: #4d4d4d;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 0;
}
.single-table .pricing-header h3 {
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    color: #fff;
}
.single-table .deal-area {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    color: #E84641;
    padding: 33px 15px;
}
.single-table .deal-area span {
    font-size: 14px;
    font-weight: normal;
}
.single-table ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}
.single-table ul li {
    padding: 8px 0;
    margin: 0 20px;
    border-bottom: 1px solid white;
    font-size: 15px;
}
.single-table .plan-submit {
    display: inline-block;
    text-decoration: none;
    margin: 20px 0 30px 0;
    padding: 10px 30px;
    border: 1px solid #E84641;
    color: #E84641;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .25s linear;
}
.single-table .plan-submit:hover {
    background: #E84641;
    color: #FFF;
    transition: all .25s linear;
}
.single-table:hover .pricing-header {
    background: #E84641;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;
}

/*------------- Pricing table area css ends--------*/

/*---------- 11. Team area css starts-----------*/

.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: #E84641;
    display: inline-block;
    position: absolute;
    top:10px;
    left:5px;
    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: #fff;
    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;
}

.single-team:hover .member-name{
    background: #E84641;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s ;
    -ms-transition: 0.9s ;
    -o-transition: 0.9s ;
    transition: 0.9s ;
}

/*---------- Team area css ends-----------*/

/*--------- 12. Blog area css starts ---------*/


.single-post {
    position: relative;
    background: #fff;
}
/*.single-post:before,
.single-post:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-5deg);
}
.single-post:after {
    transform: rotate(5deg);
    right: 10px;
    left: auto;
}*/

.post-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.post-meta a {
    font-family: 'Roboto', sans-serif;
    color: #898989;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
.post-body {
    border: 1px solid #b2b2b2;
    border-top: none;
    padding: 15px 15px 25px;
}
.post-body h4,
.post-body h4 a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #323232;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-decoration: none;
}
.post-body h4 a:hover {
    color: #E84641;
    text-decoration: none;
}
.post-body p {
    margin-bottom: 17px;
}
.read-more {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #626262;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-decoration: none;
}
.single-post:hover .read-more {
    color: #E84641;
    text-decoration: none;
}

/*----single blog ends---*/

/*--------- Blog area css ends ---------*/

/*-------- 13. Testimonial area css starts------------*/

.testimonial-area .section-header {
    margin-bottom: 30px;
}

.testimonial-area .section-header .sec-icon::before {
    background: #fff;
}

.testimonial-area .section-header .sec-icon::after {
    background: #fff;
}

.testimonial-area .section-header .line1 {
    background: #fff;
}
.testimonial-area .section-header .line2 {
    background: #fff;
}

.testimonial-area{
    background: url("../images/testimonial/2.jpeg"); /*edit image*/
    -webkit-background-size:cover;
    background-size:cover;
    background-position: center center;
    background-attachment:fixed;
    color: #fff;
    position: relative;
}

.testimonial-area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}


#testimonial-carousel .item p {
    width: 70%;
    margin: 0px auto;
    color: #babebc;
    cursor: e-resize;
    line-height: 30px;
}

#testimonial-carousel .item h5 strong {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial-area .section-header h2 {
    color: #ffffff;
}

.testimonial-area .section-header h3 {
    color: #ffffff;
}

#testimonial-carousel .item h6 {
    color: #fff;
    letter-spacing: 1px;
}

#testimonial-carousel .item {
    text-align: center;
    color: #fff;
}

#testimonial-carousel .item h5{
    color: #000000;
    margin-top: 20px;
}

#testimonial-carousel .item i {
    font-size: 45px;
    text-align: center;
    line-height: 45px;
    width: 100%;
    margin: 0px auto 30px;
    color: #000;
}

#testimonial-carousel .carousel-indicators {
    bottom: -45px;
}

#testimonial-carousel .carousel-indicators li {
    margin: 5px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.4s;
    border-color: #000000;
}

#testimonial-carousel .carousel-indicators .active {
    opacity: 1;
    background: #000000;
}

.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #ffffff !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #E84641 !important;
}



/*-------- 12. Testimonial area css ends------------*/

.contact-area{
    background-color: #ffffff;
}

.contact-area .form-control{
    border:2px solid #a2a2a2;
    box-shadow: none;
    padding: 6px;
    border-radius: 0;
    margin-bottom: 30px;
}

.right-contact {
    text-align: center;
}

.right-contact-text {
    margin-bottom: 25px;
}

.right-contact-text i {
    color: #E84641;
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-area textarea.form-control{
    border:2px solid #a2a2a2;
    padding: 6px;
    height: 250px;
    margin-bottom: 30px;
}

.btn.btn-send {
    background-color: #E84641;
    color: #ffffff;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 2px;
}

.right-contact-text h2 {
    margin-top: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 3px;
}

.right-contact-text p {
    line-height: 21px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #777;
}

/*------------- Contact area ends -------------*/

/*--------------15. Footer area starts -------------*/


.footer-area {
    background: #232323;
    color: #ffffff;
    padding: 30px 0;
}
.footer-area a{
    color: #E84641;
}

/*--------------- Footer area ends -------------*/