

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800|Poppins:100,200,300,400,400i,500,600,700,800,900);
.footerEmail {
    display: -webkit-inline-box !important;
    margin: 0 -19px 0 -17px!important;
    position: relative!important;
    top: -7px!important;
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/preloader.gif)
}

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

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

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

a:focus {
    outline: 0 solid
}
.logo{    
    max-width: 100%;
    width: 250px;
}
@media(max-width:768px){
    .logo{
        width:230px;
    }
}

img {
    max-width: 100%;
    height: auto
}
.title{
    color:red !important;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #545454
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333
}

a:hover {
    text-decoration: none;
    color: #f75457
}

p {
    color: #777;
    line-height: 30px;
    font-size: 16px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset!important
}

.btn-xs {
    padding: 0rem 1rem;
    line-height: 2rem
}

.btn-sm {
    padding: 0rem 1.5rem;
    line-height: 2.5rem;
    font-size: 14px
}

.btn-default {
    padding: 0rem 2rem;
    line-height: 2.5rem
}

.btn-md {
    line-height: 3rem;
    padding: 0rem 2rem
}

.btn-lg {
    padding: 0rem 2.5rem;
    line-height: 3.5rem;
    font-size: 15px
}

.btn-pink {
    background: #f75457;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.btn-pink:hover {
    background: #e34547;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #545454;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.btn-white:hover {
    background: #f5f5f5
}

.btn-green {
    background: #01c559;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.btn-green:hover {
    background: #059144;
    color: #fff
}

.btn-blue {
    background: #01abff;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.btn-blue:hover {
    background: #0393da;
    color: #fff
}

.btn-orange {
    background: #ff5601;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.btn-orange:hover {
    background: #d54a03;
    color: #fff
}

.section-padding {
    padding: 50px 0 85px;
    overflow: hidden
}

.section-padding-gray {
    background: #f2f5f8;
    padding: 100px 0 85px;
    overflow: hidden
}

.section-padding-ash {
    background: #f4f3f3;
    padding: 100px 0 85px;
    overflow: hidden
}

.section-padding-ash-deep {
    background: #ebeaea;
    padding: 100px 0 85px;
    overflow: hidden
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.no-shadow {
    box-shadow: none!important
}

blockquote:before {
    content: "\f0b1";
    font-family: 'Icofont';
    float: left;
    margin-right: 10px;
    color: #f75457;
    font-size: 28px
}

blockquote {
    color: #777;
    font-style: italic;
    font-size: 16px;
    line-height: 30px
}

input,
textarea {
    outline: none;
    box-shadow: none!important
}

textarea {
    height: 100px
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.menu-1 {
    background: #fff;
    box-shadow: 0 0 10px #c4c4c3;
    padding: 15px 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif
}

.menu-1 ul li {
    margin: 0 10px
}

.dropdown-toggle::after {
    display: none!important
}

.menu-1 .collapse ul>li:hover>a {
    color: #f75457!important
}

.navbar-fixed-top {
    background-color: #fff!important;
    box-shadow: 0 0 10px #333;
    padding: 10px 10px 10px;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #333;
    background: #fff
}

.navbar-fixed-top .navbar-nav>li>a:hover {
    color: #f75457;
    background: #fff
}

.banner-1 {
    background-image: url(images/banner-1.png);
    background-attachment: fixed;
    min-height: 805px;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    text-align: left;
    color: #fff
}

.banner-1 .text-cont {
    margin: 165px 0 0 0
}

.banner-1 .text-cont h1 {
    font-size: 48px;
    color: #525252;
    font-weight: 300!important;
    line-height: 60px
}

.banner-1 .text-cont p {
    font-size: 16px;
    color: #777;
    line-height: 30px
}

.caption-1 {
    background: #ff5601;
    border-radius: 5px;
    padding: 35px;
    margin: 165px 0 0 0;
    overflow: hidden
}

.caption-1 h4 {
    color: #fff;
    font-weight: 500;
    margin: 0
}

.caption-1 a:hover {
    color: #ff5601
}

.home-1-title h2 {
    font-weight: 200;
    text-align: center
}

.home-1-title h2 span {
    font-weight: 700
}

.home-1-title hr {
    max-width: 50px;
    border-color: #01c559;
    border-width: 3px;
    margin-bottom: 65px
}

.home-1-section-1-item {
    margin: 15px auto;
    overflow: hidden
}

.home-1-section-1-item h4 {
    margin: 20px 0 15px;
    font-size: 18px;
    color: #545454
}

.home-1-section-2 {
    position: relative;
    min-height: 900px;
    padding-bottom: 0px!important
}

.home-1-section-2-img-cont {
    background: url(images/home-1-img-cont.png) no-repeat 0 0;
    min-height: 782px
}

.home-1-section-2-img-cont img {
    margin: 50px 0 0 0
}

.home-1-section-2-text-cont {
    margin: 20%;
    margin-top: 200px
}

.home-1-section-2-text-cont h3 {
    font-weight: 300
}

.home-1-section-3-text-cont {
    margin: 20%
}

.home-1-section-3-text-cont h3 {
    font-weight: 300
}

.home-1-testimonial-cont {
    margin: 15px auto
}

.home-1-testimonial-cont .item {
    float: left;
    margin: 15px 0;
    background: #fff;
    padding: 53px 25px;
    border-radius: 5px
}

.home-1-testimonial-cont .testimonial-cont {
    background: #fff;
    overflow: hidden
}

.home-1-testimonial-cont .testimonial-cont .testimonial-client-img {
    color: #fff;
    border-radius: 50px;
    padding: 6px 10px 0 0;
    height: 75px;
    width: 75px;
    font-size: 38px;
    float: left
}

.home-1-testimonial-cont .testimonial-cont .testimonial-client {
    float: left;
    width: 70%;
    margin: 14px 0 0 0
}

.home-1-testimonial-cont .testimonial-cont .testimonial-client h6 {
    margin-bottom: 3px
}

.home-1-testimonial-cont .testimonial-cont .testimonial-client p {
    font-size: 13px;
    font-weight: 600
}

.home-1-pricing {
    background: #fff;
    padding: 53px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 15px 0;
    overflow: hidden;
    text-align: center
}

.home-1-pricing h6 {
    font-size: 18px;
    font-weight: 600
}

.home-1-pricing h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 30px 0
}

.home-1-pricing h2 span {
    font-size: 18px;
    font-weight: 400;
    color: #797777
}

.footer {
    background: #222328;
    padding: 100px 0 0 0
}

.footer-item {
    margin: 0 0 30px 0;
    overflow: hidden
}

.footer-item img {
    margin: 0 0 30px 0
}

.footer-item p {
    color: #ccc;
    font-size: 15px
}

.footer-item h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px 0
}

.footer-item ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden
}

.footer-item ul li {
    color: #ccc;
    line-height: 30px
}

.footer-item ul li a {
    color: #ccc;
    font-size: 15px
}

.footer-item ul li a:hover {
    color: #f75457
}

.footer-item ul li a:before {
    color: #f75457;
    content: "\eb79";
    font-family: Icofont;
    float: left;
    margin-right: 10px
}

.footer-item ul li i {
    color: #f75457;
    font-size: 20px
}

.footer-item .subscribe-form {
    border: 0 solid #E9E9E9;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0
}

.footer-item .subscribe-text {
    border: none;
    outline: none;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 15px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #ccc;
    background: #2f2f2f
}

.footer-item .subscribe-btn {
    border: none;
    outline: none;
    height: 45px;
    background: #2f2f2f;
    line-height: 45px;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 4px 0 0 9px;
    width: 55px;
    color: #f75457;
    font-size: 26px
}

.footer-bottom {
    border-top: 1px solid #3d3d40
}

.footer-bottom p {
    color: #ccc;
    margin: 30px 0;
    text-align: center
}

ul.social li {
    float: left;
    margin: 0 10px 0 0
}

ul.social li a i {
    color: #ccc;
    font-size: 16px;
    margin: 0 0 50px 0
}

ul.social li a:before {
    display: none!important
}

ul.social li a:hover i {
    color: #f75457
}

.carousel-caption {
    bottom: 30%
}

.carousel-item img {
    background-size: cover;
    background-position: center;
    width: 100%
}

.banner-2 h2 {
    font-size: 72px;
    color: #fff
}

.banner-2 h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-style: italic
}

.home-2-title {
    text-align: center
}

.home-2-title h6 {
    color: #777;
    font-style: italic;
    font-weight: 500
}

.home-2-title h2 {
    color: #2f2f2f;
    font-size: 36px
}

.home-2-title hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px;
    margin-bottom: 65px
}

.home-2-section-1-item {
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    margin: 15px 0;
    border-radius: 5px;
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.home-2-section-1-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.home-2-section-1-item img {
    border-radius: 5px 5px 0 0
}

.home-2-section-1-item-text {
    padding: 30px 20px
}

.home-2-section-1-item-text h5 {
    font-size: 18px;
    color: #2f2f2f
}

.home-2-section-2-item-img img {
    border-radius: 10px;
    box-shadow: 0 30px 40px 0 rgba(28, 30, 35, .2)
}

.home-2-section-2-item-text {
    margin: 30px 0
}

.home-2-section-2-item-text h6 {
    color: #777;
    font-weight: 500;
    font-size: 16px
}

.home-2-section-2-item-text h3 {
    font-weight: 700;
    font-size: 24px
}

.home-2-section-3 {
    background: url(images/home-2-sec-3.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.home-2-section-3-text h6 {
    font-weight: 600;
    font-size: 17px;
    color: #fff
}

.home-2-section-3-text h2 {
    font-size: 48px;
    color: #fff
}

.home-2-section-3-text p {
    color: #fff
}

.home-2-counter {
    margin: 15px auto;
    overflow: hidden
}

.home-2-counter h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px
}

.home-2-counter h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.home-2-section-3 .video-btn {
    margin: 170px 50px;
    text-align: center
}

.home-2-section-3 .video-btn a i {
    color: #f75457;
    font-size: 100px;
    text-align: center
}

.home-2-section-4-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.home-2-section-4-item .title-icon-cont {
    overflow: hidden;
    display: inline-block
}

.home-2-section-4-item .title-icon-cont:hover {
    color: #f75457
}

.home-2-section-4-item .title-icon-cont i {
    font-size: 48px
}

.home-2-section-4-item .title-icon-cont h5 {
    font-weight: 600;
    margin-top: 10px
}

.section-padding-faq {
    background: url(images/map.png) #212529 no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 85px;
    overflow: hidden
}

.section-padding-faq .home-2-title h6,
.section-padding-faq .home-2-title h2 {
    color: #fff
}

.card-header {
    background: #f75457;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border-bottom: none;
    border-radius: 0
}

.card-header a {
    color: #fff!important;
    text-decoration: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer
}

.card {
    margin: 5px 0;
    border-radius: 5px;
    border: none
}

.card-block {
    padding: 25px 18px;
    color: #777;
    font-size: 14px;
    line-height: 26px
}

.home-2-section-clients {
    padding: 50px 0 50px;
    overflow: hidden;
    background: #f0f0f0
}

.home-2-section-clients-cont {
    padding: 30px 0
}

.home-2-section-clients-cont img {
    margin: 0 auto
}

.menu-2 {
    padding: 15px 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.menu-2 ul li {
    margin: 0 10px
}

.menu-2 .collapse ul>li:hover>a {
    color: #f75457!important
}

.banner-3 {
    background-color: #f4f3f3
}

.banner-3 .text-cont {
    padding: 250px 0
}

.banner-3 img {
    padding: 150px 0;
    max-width: 85%
}

.home-3-section-1 h2 {
    font-size: 30px
}

.home-3-section-2-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 10px;
    margin: 15px auto;
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.home-3-section-2-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.home-3-section-2-item .icon-cont {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    padding: 25px;
    margin: 0 auto 20px auto
}

.home-3-section-2-item .icon-cont i {
    font-size: 35px
}

.home-3-section-3 {
    background: url(images/home-3-section-3.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 85px;
    overflow: hidden
}

.home-3-section-3 h2 {
    color: #fff
}

.home-3-section-4-item {
    margin: 15px auto;
    overflow: hidden
}

.home-3-section-4-item i {
    font-size: 70px;
    color: #f75457
}

.home-3-section-4-item h2 {
    font-size: 36px;
    font-weight: 600
}

.home-3-section-4-item h6 {
    font-size: 18px;
    color: #777;
    font-weight: 500
}

.home-3-section-5 {
    background: #f4f3f3 url(images/map-2.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 85px;
    overflow: hidden
}

.home-3-section-5-form .input-style {
    border-radius: 5px;
    padding: 23px 15px;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc
}

.home-3-section-5-form .btn-subscribe {
    font-weight: 600;
    border: none;
    border-radius: 5px;
    background: #f75457;
    color: #fff;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.home-3-section-5-form .btn-subscribe:hover {
    background: #e34547;
    color: #fff
}

.home-3-section-6 .img-video-cont {
    position: relative
}

.home-3-section-6 .img-video-cont i {
    position: absolute;
    color: #f75457;
    font-size: 100px;
    padding: 25% 40%
}

.home-3-section-6 .img-fluid {
    border-radius: 10px
}

.home-3-section-6-item {
    margin: 15px auto;
    overflow: hidden
}

.home-3-section-6-item .item-text {
    width: 74%
}

.home-3-section-6-item i {
    font-size: 36px;
    color: #f75457
}

.home-3-section-6-item p {
    font-size: 14px;
    line-height: 24px
}

home-3-section-7-contact {
    margin: 15px auto
}

.home-3-section-7-contact h5 {
    font-size: 24px
}

.home-3-section-7-contact h3 {
    font-size: 48px;
    color: #f75457
}

.home-3-section-7-item {
    margin: 15px auto;
    overflow: hidden
}

.home-3-section-7-item .icon-cont {
    padding: 25px 0
}

.home-3-section-7-item i {
    font-size: 48px;
    color: #f75457
}

.home-3-section-7-item h5 {
    font-size: 18px
}

.top {
    background-color: #222;
    color: #fff;
    padding: 10px 0
}

.top-left {
    float: left;
    color: #fff;
    margin: 0 25px 0 0
}

.top-left i {
    color: #f75457
}

.top-left a {
    color: #fff;
    font-size: 12px
}

.top-left a:hover {
    color: #f75457
}

.top-right a {
    float: right;
    color: #fff;
    margin: 0 15px 0 0
}

.top-right a:hover {
    color: #f75457
}

.banner-4 h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 600
}

.banner-4 h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.banner-4 .btn-pink {
    background: #f75457;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15)
}

.banner-4 .btn-pink:hover {
    background: #e34547;
    color: #fff
}

.home-4-title {
    text-align: center
}

.home-4-title h6 {
    color: #777;
    font-weight: 500
}

.home-4-title h2 {
    color: #2f2f2f;
    font-size: 36px
}

.home-4-title hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px;
    margin-bottom: 65px
}

.home-4-section-1 .img-video-cont {
    margin-bottom: 30px
}

.home-4-section-1 .img-video-cont img {
    box-shadow: 0 30px 40px 0 rgba(28, 30, 35, .2);
    border-radius: 10px
}

.home-4-section-1 h5 {
    font-weight: 500
}

.home-4-section-1 ul {
    list-style-type: none;
    padding: 0
}

.home-4-section-1 ul li {
    color: #545454;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600
}

.home-4-section-1 ul li:before {
    color: #f75457;
    content: "\eb55";
    font-family: Icofont;
    float: left;
    margin-right: 10px
}

.home-4-section-1-bottom {
    margin: 50px auto 0;
    overflow: hidden
}

.home-4-section-1-item {
    margin: 15px auto;
    overflow: hidden
}

.home-4-section-1-item .icon-cont {
    padding: 20px 0 0 0
}

.home-4-section-1-item .item-text {
    width: 69%
}

.home-4-section-1-item i {
    font-size: 48px;
    color: #f75457
}

.home-4-section-1-item h5 {
    font-size: 18px;
    font-weight: 600
}

.home-4-section-2-item {
    overflow: hidden;
    margin: 15px auto
}

.home-4-section-2-item-text-icon-cont {
    height: 80px;
    width: 80px;
    border: 1px solid #f75457;
    border-radius: 50px;
    background: #f75457;
    float: left;
    margin: 0 15px;
    padding: 23px
}

.home-4-section-2-item-text-icon-cont i {
    font-size: 30px;
    color: #fff
}

.home-4-section-2-item-text {
    width: 75%;
    float: left
}

.home-4-section-2-item-text h5 {
    font-size: 18px;
    font-weight: 600
}

.home-4-section-3 {
    background: url(images/map.png) #212529 no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 85px;
    overflow: hidden
}

.home-4-section-3 .home-4-title h6 {
    color: #fff;
    font-weight: 500
}

.home-4-section-3 .home-4-title h2 {
    color: #fff;
    font-size: 36px
}

.home-4-section-3-cont {
    background: #fff;
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    margin: 15px 0;
    overflow: hidden
}

.home-4-section-3-cont .client-img {
    float: left
}

.home-4-section-3-cont .client-info-text {
    float: left;
    margin: 15px 0 0 15px
}

.home-4-section-3-cont .client-info-text h6 {
    font-weight: 500;
    font-size: 18px
}

.home-4-section-3-cont .client-info-text h6 span {
    font-weight: 500;
    font-size: 14px;
    color: #777
}

.home-4-section-4-item {
    background: #fff;
    padding: 30px;
    text-align: center;
    margin: 15px auto
}

.home-4-section-4-item h6 {
    color: #777;
    font-size: 16px;
    font-weight: 500
}

.home-4-section-4-item h2 {
    color: #2f2f2f;
    font-size: 36px;
    font-weight: 800
}

.home-4-section-4-item h2 span {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500
}

.home-4-section-4-item .home-4-section-4-item-features {
    padding: 30px 35px;
    width: 100%;
    margin: 0 auto
}

.home-4-section-4-item .home-4-section-4-item-features p {
    text-align: left
}

.home-4-section-4-item .home-4-section-4-item-features p i {
    float: right;
    margin: 10px;
    color: #f75457
}

.home-4-section-4-item-border {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.home-4-section-4-blog {
    background: #fff;
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.home-4-section-4-blog-text {
    padding: 30px 20px
}

.home-4-section-4-blog-text h5 {
    font-size: 18px;
    font-weight: 600
}

.home-4-section-4-blog-text h6 {
    font-size: 13px;
    font-weight: 500
}

.home-4-section-4-blog-text h6 a {
    margin: 0 15px 0 0;
    color: #777
}

.home-4-section-4-blog-text h6 a:hover {
    margin: 0 15px 0 0;
    color: #f75457
}

.home-4-section-4-blog-text h6 i {
    color: #777
}

.home-4-section-4-subscribe {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.home-4-section-4-subscribe-form {
    margin: 69px auto
}

.home-4-section-4-subscribe-form .input-style {
    padding: 23px 15px;
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.home-4-section-4-subscribe-form .btn-subscribe {
    font-weight: 600;
    border: none;
    border-radius: 5px;
    background: #f75457;
    color: #fff;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .15);
    width: 100%
}

.home-4-section-4-subscribe-form .btn-subscribe:hover {
    background: #e34547;
    color: #fff
}

.banner-5 {
    background: url(images/index-5.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.banner-5 .text-cont {
    text-align: center;
    color: #fff;
    margin: 250px auto
}

.banner-5 .text-cont h1 {
    color: #fff;
    font-size: 70px
}

.banner-5 .text-cont p {
    color: #fff
}

.banner-5 .text-cont .btn-pink {
    border-radius: 5px
}

.menu-5 {
    padding: 15px 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.menu-5 ul li {
    margin: 0 10px;
    color: #fff
}

.menu-5 ul li a.nav-link {
    color: #000
}

.navbar-fixed-top-1 {
    background-color: #fff!important;
    box-shadow: 0 0 10px #333;
    padding: 10px 10px 10px;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top-1 ul li {
    margin: 0 10px;
    color: #fff
}

.navbar-fixed-top-1 ul li a.nav-link {
    color: #777
}

.navbar-fixed-top-1 ul li a.nav-link:hover {
    color: #f75457
}

.navbar-fixed-top-1 .collapse ul>li:hover>a {
    color: #f75457!important
}

.home-5-title h6 {
    color: #777;
    font-weight: 500
}

.home-5-title h2 {
    color: #2f2f2f;
    font-size: 30px;
    margin-bottom: 30px
}

.home-5-title hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px;
    margin: 10px 0 25px 0
}

.home-5-section-2 {
    background: #f4f3f3;
    padding: 100px 0 0;
    overflow: hidden
}

.home-5-section-2-text {
    margin: 50px 0;
    overflow: hidden
}

.home-5-section-2-text .nav-tabs {
    border: none;
    margin: 50px 0 0 0
}

.home-5-section-2-text .nav-tabs .nav-link {
    padding: 10px 15px;
    color: #fff;
    background: #7b7b7b;
    border: none;
    margin: 0 5px 20px 0;
    border-radius: 0;
    font-weight: 600
}

.home-5-section-2-text .nav-tabs .nav-link.active {
    background: #f75457;
    color: #fff
}

.home-5-section-3-item {
    margin: 15px 0 15px 0;
    overflow: hidden
}

.home-5-section-3-item .icon-cont {
    float: left;
    width: 20%
}

.home-5-section-3-item .icon-cont i {
    font-size: 36px;
    color: #f75457
}

.home-5-section-3-item .text-cont {
    float: left;
    width: 75%
}

.home-5-section-4-item {
    position: relative;
    width: 100%;
    margin: 15px 0
}

.home-5-section-4-item img {
    display: block;
    width: 100%;
    height: auto
}

.home-5-section-4-item-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #f75457
}

.home-5-section-4-item:hover .home-5-section-4-item-text {
    opacity: 1
}

.home-5-section-4-item .home-5-section-4-item-text h5 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.home-5-section-4-item:hover .home-5-section-4-item-text h5 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.home-5-section-5 {
    background: url(images/home-5-sec-5.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden
}

.home-5-section-5-cont .testimonial-cont {
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .06);
    overflow: hidden
}

.home-5-section-5-cont .testimonial-cont blockquote {
    text-align: center;
    color: #fff
}

.home-5-section-5 .testimonial-cont .testimonial-client-img {
    color: #fff;
    border-radius: 50px;
    padding: 6px 10px 0 0;
    height: 75px;
    width: 75px;
    font-size: 38px;
    float: left
}

.home-5-section-5 .testimonial-cont .testimonial-client {
    float: left;
    width: 70%;
    margin: 14px 0 0 0
}

.home-5-section-5 .testimonial-cont .testimonial-client h6 {
    margin-bottom: 3px;
    color: #fff
}

.home-5-section-5 .testimonial-cont .testimonial-client p {
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

.home-5-section-5 .item {
    float: left
}

.home-5-section-5 .testimonial-info {
    margin: 7% 0 0 35%;
    overflow: hidden
}

.home-5-section-6-title {
    margin: 15px 0;
    overflow: hidden
}

.top-2 {
    background-color: #222;
    color: #fff;
    padding: 10px 0
}

.top-2-left {
    float: left;
    color: #fff;
    margin: 0 15px 0 0
}

.top-2-left i {
    color: #f75457
}

.top-2-left a {
    color: #fff;
    font-size: 13px
}

.top-2-left a:hover {
    color: #f75457
}

.top-2-right a {
    float: right;
    color: #fff;
    margin: 0 15px 0 0
}

.top-2-right a:hover {
    color: #f75457
}

.top-2-right span {
    float: right;
    color: #fff;
    margin: 0 25px 0 10px
}

.banner-6 h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600
}

.banner-6 h2 span {
    font-size: 48px;
    color: #fff;
    font-weight: 100
}

.banner-6 p {
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.home-6-title h2 {
    font-size: 28px;
    font-weight: 600
}

.home-6-title p {
    margin: 0 0 60px
}

.home-6-section-1-item {
    text-align: center;
    margin: 30px auto;
    overflow: hidden
}

.home-6-section-1-item i {
    font-size: 36px;
    color: #f75457
}

.home-6-section-1-item h5 {
    font-size: 18px;
    margin: 20px 0 10px 0
}

.home-6-section-2-text {
    text-align: right;
    margin: 100px 0
}

.home-6-section-2-text h2 {
    font-size: 120px;
    color: #f75457
}

.home-6-section-3-item {
    margin: 30px 0;
    overflow: hidden
}

.home-6-section-3-item .icon-cont i {
    font-size: 36px;
    color: #f75457
}

.home-6-section-3-item .icon-cont span {
    color: #b9b8b8;
    font-size: 24px;
    font-weight: 600
}

.home-6-section-3-item h5 {
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: 600
}

.home-6-section-3-form-cont {
    background: #fff;
    padding: 30px 15px;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.home-6-section-3-form-cont h5 {
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: 600
}

.home-6-section-3-form-cont .form-group {
    margin-bottom: 2rem
}

.home-6-section-3-form-cont .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: transparent;
    outline: 0;
    color: #495057;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.home-6-section-4 {
    background: url(images/home-6-section-4.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden
}

.home-6-section-4-item {
    margin: 15px 0;
    overflow: hidden
}

.home-6-section-4-item .icon-cont {
    float: left;
    margin: 10px 0 0 0
}

.home-6-section-4-item .icon-cont i {
    font-size: 48px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 5px 20px 0 0
}

.home-6-section-4-item .text-cont {
    float: left;
    margin: 0 0 0 20px
}

.home-6-section-4-item .text-cont h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.home-6-section-4-item .text-cont h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.menu-7 {
    padding: 15px 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.menu-7 ul li {
    margin: 0 10px;
    color: #fff
}

.menu-7 ul li a.nav-link {
    color: #fff
}

.navbar-fixed-top-2 {
    background-color: #fff!important;
    box-shadow: 0 0 10px #333;
    padding: 10px 10px 10px;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top-2 ul li {
    margin: 0 10px;
    color: #777
}

.navbar-fixed-top-2 ul li a.nav-link {
    color: #777
}

.navbar-fixed-top-2 ul li a.nav-link:hover {
    color: #f75457
}

.navbar-fixed-top-2 .collapse ul>li:hover>a {
    color: #f75457!important
}

.banner7 h2 {
    color: #fff;
    font-size: 60px
}

.banner7 p {
    color: #fff;
    font-size: 22px
}

.home-7-title h6 {
    color: #777;
    font-weight: 500
}

.home-7-title hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px
}

.home-7-title h2 {
    color: #2f2f2f;
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: 600
}

.home-7-section-1 hr {
    margin: 10px 0 25px 0!important
}

.home-7-section-1 h2 {
    margin-bottom: 30px;
    line-height: 30px
}

.home-7-section-1-item {
    position: relative
}

.home-7-section-1 .text-cont {
    background: #fff;
    padding: 50px;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    width: 49%;
    display: inline-block;
    margin: 30px 0 0 0;
    position: absolute;
    z-index: 30
}

.home-7-section-1 .img-cont {
    width: 50%;
    display: inline-block;
    margin: 0 0 0 40%
}

.home-7-section-2-item {
    text-align: center;
    margin: 15px auto
}

.home-7-section-2-item i {
    font-size: 48px;
    color: #f75457
}

.home-7-section-2-item h5 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600
}

.portfolioFilter {
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 15px 10px;
    color: #545454
}

.portfolioFilter a {
    color: #777;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase
}

.portfolioFilter a.current {
    color: #f75457;
    font-weight: 700
}

.portfolioContainer a img {
    margin: 15px auto;
    width: 100%;
    height: 100%
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

/*.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out
}
*/
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, .6)
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.home-7-section-4 {
    background: url(images/home-7-section-4.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden
}

.home-7-section-4 h2 {
    color: #fff;
    line-height: 48px;
    margin-bottom: 30px
}

.home-7-section-5-item {
    background: #fff;
    padding: 80px 35px;
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.home-7-section-5-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.home-7-section-5-item ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px
}

.home-7-section-5-item ul li {
    color: #777;
    line-height: 30px
}

.home-7-section-5-item ul li:before {
    color: #f75457;
    content: "\f0f3";
    font-family: Icofont;
    float: left;
    margin-right: 10px
}

.home-7-section-5-item h6 {
    font-size: 18px;
    color: #777;
    font-weight: 600
}

.home-7-section-5-item h2 {
    font-size: 72px;
    color: #f75457;
    font-weight: 500
}

.home-7-section-6 {
    margin: -100px 0 0 0
}

.home-7-section-6-cont {
    background: #f75457;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.home-7-section-6-item {
    margin: 15px auto;
    overflow: hidden
}

.home-7-section-6-item .icon-cont {
    float: left;
    width: 20%;
    padding: 30px 0 0 0
}

.home-7-section-6-item .icon-cont i {
    color: #fff;
    font-size: 50px
}

.home-7-section-6-item .text-cont {
    float: left;
    width: 79%
}

.home-7-section-6-item .text-cont h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.home-7-section-6-item .text-cont p {
    color: #fff;
    margin: 0;
    line-height: 24px;
    font-size: 14px
}

.inner-banner {
    background: url(images/banner-title2.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: 100% 90%;
}

.inner-banner .text-cont {
    text-align: center;
    color: #fff;
    margin: 50px auto 50px auto;
	text-shadow: 2px 2px 10px #000;
}

.inner-banner .text-cont h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase
}

.inner-banner .text-cont p,
.inner-banner .text-cont p a {
    color: #fff
}

.inner-banner .text-cont p a:hover {
    color: #f75457
}

.co-section-1-text {
    overflow: hidden;
    margin: 15px auto
}

.co-section-1-text h2 {
    font-size: 24px;
    font-weight: 600
}

.co-section-1-text hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px;
    margin: 0 0 30px 0
}

.co-section-2-item {
    overflow: hidden;
    margin: 25px auto
}

.co-section-2-item .nav-tabs {
    border: 1px solid #ccc
}

.co-section-2-item .nav-tabs li {
    border-right: 1px solid #ccc;
    font-weight: 600
}

.co-section-2-item .nav-tabs .nav-link.active {
    border: 1px solid #f75457;
    background: #f75457;
    color: #fff;
    border-radius: 0
}

.co-section-2-item .nav-tabs .nav-link {
    padding: 15px 30px
}

.co-section-2-item .tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 30px 15px
}

.co-section-2-item .co-section-2-item-cont .progress {
    border-radius: 0;
    height: 2px
}

.co-section-2-item .co-section-2-item-cont .progress .progress-bar {
    background: #f75457
}

.co-section-2-item .co-section-2-item-cont p {
    margin-bottom: 5px
}

.co-section-2-item .co-section-2-item-cont p span {
    color: #545454;
    font-weight: 600
}

.co-section-2-item .co-section-2-item-cont {
    overflow: hidden;
    margin: 0 auto 30px
}

.co-section-3-item {
    overflow: hidden;
    margin: 15px auto;
    padding: 30px 15px;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #fff;
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.co-section-3-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.co-section-3-item h5 {
    font-size: 18px;
    font-weight: 600
}

.co-section-3-item ul {
    list-style-type: none;
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    padding: 0
}

.co-section-3-item ul li {
    margin: 0 auto;
    padding: 0 6px
}

.wwp-section-1-left {
    text-align: right;
    background: #f75457;
    padding: 100px 30px
}

.wwp-section-1-left h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin: 25px 0
}

.wwp-section-1-left h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0
}

.wwp-section-1-left p {
    color: #fff;
    margin: 50px 0
}

.wwp-section-1-right {
    width: 95%;
    padding: 50px 0 30px
}

.wwp-section-1-right-item {
    overflow: hidden;
    margin: 15px auto
}

.wwp-section-1-right-item .icon-cont {
    float: left;
    width: 20%
}

.wwp-section-1-right-item .icon-cont i {
    color: #f75457;
    font-size: 36px;
    margin: 0 auto
}

.wwp-section-1-right-item .text-cont {
    float: left;
    width: 79%
}

.wwp-section-1-right-item .text-cont h5 {
    font-size: 18px;
    font-weight: 600
}

.wwp-section-1-right-item .text-cont h6 {
    font-size: 14px;
    font-weight: 600
}

.wwp-section-2-text {
    margin: 15px auto;
    overflow: hidden
}

.wwp-section-2-text h3 {
    font-weight: 600;
    font-size: 24px
}

.wwp-section-2-ing-cont {
    height: 300px;
    width: 300px;
    border-radius: 200px;
    background: #fff;
    margin: 0 auto
}

.wwp-section-2-ing {
    max-width: 70%;
    height: auto;
    margin: 30% 15%
}

.wwp-section-3-item {
    text-align: center;
    background: #fff;
    padding: 0 0 10px 0;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.wwp-section-3-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.wwp-section-3-item h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px
}

.wwp-section-3-item h6 {
    font-size: 12px;
    color: #777;
    font-weight: 500
}

.wwa-section-1-item {
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #fff
}

.wwa-section-1-item-text {
    padding: 40px 10px 30px;
    overflow: hidden
}

.wwa-section-1-item .icon-cont {
    float: left;
    width: 17%
}

.wwa-section-1-item .icon-cont i {
    color: #f75457;
    font-size: 36px;
    margin: 0 auto
}

.wwa-section-1-item .text-cont {
    float: left;
    width: 80%
}

.wwa-section-1-item .text-cont h5 {
    font-size: 18px;
    font-weight: 600
}

.wwa-section-1-item .text-cont h6 {
    font-size: 14px;
    font-weight: 600
}

.wwa-section-2 h2 {
    text-transform: uppercase;
    color: #363636;
    font-size: 60px
}

.wwa-section-2 h2 span {
    text-transform: uppercase;
    color: #f75457;
    font-size: 60px
}

.wwa-section-2 h3 {
    color: #363636;
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto;
    line-height: 40px
}

.wwa-section-3 h2 {
    text-transform: uppercase;
    color: #363636;
    font-size: 36px
}

.wwa-section-3 h2 span {
    text-transform: uppercase;
    color: #f75457;
    font-size: 50px
}

.wwa-section-3 h3 {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    margin: 30px auto;
    line-height: 40px
}

.wwa-section-3-text {
    overflow: hidden
}

.wwa-section-3-img {
    position: relative;
    text-align: center
}

.wwa-section-3-img .overlay {
    position: absolute;
    z-index: 25;
    bottom: 25%;
    left: 35%
}

.services-section-1-item {
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #fff;
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.services-section-1-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.services-section-1-item-text {
    padding: 40px 10px 30px;
    overflow: hidden
}

.services-section-1-item .icon-cont {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 11px 13px;
    margin: -65px 0 0 0;
    position: absolute;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #fff
}

.services-section-1-item .icon-cont i {
    color: #f75457;
    font-size: 25px;
    margin: 0 auto
}

.services-section-1-item .text-cont {
    float: right;
    width: 90%;
    margin: 0 15px 0 15px
}

.services-section-1-item .text-cont h5 {
    font-size: 18px;
    font-weight: 600
}

.services-section-1-item .text-cont h6 {
    font-size: 14px;
    font-weight: 600
}

.contact-1-cont {
    margin: 15px auto
}

.contact-1-cont h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 35px
}

.contact-1-cont .form-control {
    border-radius: 50px;
    padding: 15px 25px
}

.contact-2-map .map {
    border: 0;
    width: 100%;
    height: 450px
}

.contact-3-info {
    margin: 15px 0 15px 40px
}

.contact-3-info h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 35px
}

.contact-item {
    margin-bottom: 20px;
    overflow: hidden
}

.contact-icon {
    float: left;
    margin-right: 20px
}

.contact-icon a {
    border: 1px solid #ededed;
    border-radius: 30px;
    color: #848484;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    transition: .3s
}

.contact-icon-text h6 {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding-top: 19px;
    margin-bottom: 0
}

.sidebar-item {
    overflow: hidden;
    margin: 15px auto 50px auto
}

.sidebar-item h4 {
    font-size: 20px;
    font-weight: 600
}

.sidebar-item hr {
    max-width: 50px;
    border-color: #f75457;
    border-width: 3px;
    margin-bottom: 20px;
    margin-left: 0
}

.sidebar-item .box-search {
    position: relative
}

.sidebar-item .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #101010;
    padding: 5px 15px;
    height: 45px
}

.sidebar-item .btn {
    position: absolute;
    padding: 0rem 1rem;
    right: 3px;
    background: transparent;
    border: none;
    box-shadow: none;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
    color: #f75457
}

.sidebar-item ul {
    list-style-type: none;
    padding: 0
}

.sidebar-item ul li {
    line-height: 24px;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0
}

.sidebar-item ul li:before {
    color: #f75457;
    content: "\eb79";
    font-family: Icofont;
    float: left;
    margin-right: 10px
}

.sidebar-item ul li a {
    color: #777
}

.sidebar-item ul li a:hover {
    color: #f75457;
    margin-left: 5px
}

.sidebar-item ul li span {
    color: #363636;
    font-weight: 600;
    float: right;
    margin-left: 15px
}

.blog-details-social ul {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.blog-details-social ul li {
    margin: 0 auto;
    padding: 0 6px
}

.blog-details-comments {
    overflow: hidden;
    background: #fff;
    padding: 60px 15px 30px;
    margin: 50px auto
}

.blog-details-comments h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px
}

.blog-details-comments hr {
    max-width: 80px;
    border-color: #f75457;
    border-width: 3px;
    margin-bottom: 50px;
    margin-left: 0
}

.blog-details-comments .comment {
    position: relative;
    font-size: 14px;
    padding: 30px 30px 30px 30px;
    background-color: #f7f7f7;
    overflow: hidden;
    margin: 30px auto
}

.blog-details-comments .comment .comment-left {
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 10px 20px 0
}

.blog-details-comments .comment .comment-right {
    float: left;
    width: 78%;
    margin: 0 0 0 10px
}

.blog-details-comments .comment .comment-right h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.blog-details-comments .comment .comment-right p {
    font-size: 14px;
    line-height: 24px
}

.blog-details-comments .comment .comment-right h6 {
    font-size: 14px;
    font-weight: 500
}

.blog-details-comments .reply {
    margin-left: 70px
}

.blog-details-form {
    background: #fff;
    padding: 60px 15px;
    overflow: hidden
}

.blog-details-form h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px
}

.blog-details-form hr {
    max-width: 80px;
    border-color: #f75457;
    border-width: 3px;
    margin-bottom: 50px;
    margin-left: 0
}

.blog-details-form .form-control {
    border-radius: 50px;
    padding: 15px 25px
}

.error-page-cont {
    margin: 15px auto;
    text-align: center
}

.error-page-cont h1 {
    font-size: 150px;
    color: #f75457;
    font-weight: 600
}

.error-page-cont h3 {
    font-size: 24px;
    font-weight: 600
}

#countdown {
    list-style-type: none;
    padding: 0;
    overflow: hidden
}

#countdown li {
    float: left;
    text-align: center;
    background: #f75457;
    margin: 15px 15px 15px 15px;
    padding: 30px 0;
    border-radius: 5px;
    width: 200px
}

#countdown li h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 600
}

#countdown li h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.cs-page {
    background: url(images/coming-soon.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden
}

.cs-page img {
    margin: 0 auto 120px auto
}

.cs-page h2 {
    font-size: 36px;
    color: #fff
}

.cs-page h5 {
    font-size: 18px;
    color: #fff;
    margin: 30px auto;
    font-weight: 500;
    line-height: 30px
}

.footer-cs {
    background: #222328;
    padding: 20px;
    overflow: hidden
}

.footer-cs .footer-text {
    text-align: center;
    color: #fff
}

.footer-cs .footer-text p {
    margin: 0
}

.services-section-2-item {
    overflow: hidden;
    margin: 15px auto;
    box-shadow: 0 17px 35px rgba(74, 74, 115, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #fff;
    transition: transform 0.3s ease;
    transform: translateY(7px)
}

.services-section-2-item:hover {
    transition: transform 0.3s ease;
    transform: translateY(-7px)
}

.services-section-2-item img {
    margin-top: 30px;
    margin-bottom: 0
}

.services-section-2-item-text {
    padding: 40px 10px 30px;
    overflow: hidden
}

.services-section-2-item .text-cont {
    float: right;
    width: 90%;
    margin: 0 15px 0 15px
}

.services-section-2-item .text-cont h5 {
    font-size: 18px;
    font-weight: 600
}

.services-section-2-item .text-cont h6 {
    font-size: 14px;
    font-weight: 600
}


#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;

  transition: 0.2s;
  padding: 15px 5px;
  height: auto;
}


#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #869791;
}
