/*
    Template Name    : Xpertwash
	Description		 : Responsive HTML5 Cleaning Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Poppins
2. Common CSS
3. Loader CSS
4. Header
5. Main Menu
6. Slider
7. Features Sec
8. About Sec
9. How it works
10. Services Sec
11. Portfolio Sec
12. Our Team Sec
13. Testimonials Sec
14. Blog Sec
15. Contact Sec
16. Responsive CSS

/*
================================================
1. Fonts - Roboto and Poppins
================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
================================================
2. Common CSS
================================================
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}

a {
    color: #2d2e2e;
    transition: all 0.3s ease 0s;
}

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

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

.theme-color {
    color: #1C7DC3;
}

.btn,
.btn * {
    transition: all 0.3s ease 0s;
}

i {
    transition: all 0.4s ease-in-out 0s;
}

.transition3s {
    transition: all 0.3s ease-in-out 0s;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

li {
    list-style: outside none none;
}

.mb-30 {
    margin-bottom: 30px;
}

section {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.section-head {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.section-head h2 {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.section-head h2::after {
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.3);
    font-weight: 900;
    font-size: 90px;
    text-transform: uppercase;
    top: 0px;
    left: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-head-descarga {
    position: relative;
    z-index: 1;
    /* margin-bottom: 50px; */
}

.section-head-descarga p {
    color: #fff;
    font-size: 18px;
}

.section-head-descarga h2 {
    margin-top: 170px;
    position: relative;
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}

.section-head-descarga h2::after {
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.3);
    font-weight: 900;
    font-size: 90px;
    text-transform: uppercase;
    top: 0px;
    left: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sb-separator-outer {
    overflow: hidden;
    margin: -10px 0px;
}

.sb-separator-outer .sb-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
    background-color: #1C7DC3;
}

#scrollUp {
    border-radius: 50%;
    bottom: 100px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 1000 !important;
    background: #1C7DC3;
}

#scrollUp:hover {
    background: #000;
    color: #fff;
}

#scrollUp i {
    display: block;
    padding-top: 5px;
}

.no-padding {
    padding: 0;
}

.pad-b-10 {
    padding-top: 10px;
}

.bg-color2 {
    background: #f2f2f2;
}

.padding-20 {
    padding: 20px;
}

.border-left-four {
    border-left: 1px solid #e3e0e0;
}

.border-three {
    border: 1px solid #e3e0e0;
}

.margin-bottom3 {
    margin-bottom: 25px;
}

.mb-40 {
    margin-bottom: 40px !important;
}


/* Button Effects */

.btn-type-1 {
    background: #fff none repeat scroll 0 0;
    color: #01105a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 50px;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    border-bottom: 3px solid #1C7DC3;
}

.btn-type-1:hover {
    color: #fff;
    background: #01105a;
}

.btn-type-2 {
    background: #fff none repeat scroll 0 0;
    color: #1C7DC3;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    width: 60px;
    height: 60px;
    text-transform: capitalize;
    display: inline-block;
    border: transparent;
    border-radius: 50%;
}

.btn-type-2::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.btn-type-2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.btn-type-2:hover {
    color: #fff;
    background: #01105a;
}


/* btnIconRipple animation */

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}


/* btnIconRipple animation2 */

@-webkit-keyframes btnIconRipple2 {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}


/*
================================================
3. Loader CSS
================================================
*/

.preloader-area {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.sb-ripple {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}

.sb-ripple div {
    position: absolute;
    border: 4px solid #1C7DC3;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.sb-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/*
================================================
4. Header
================================================
*/

.header-top {
    padding: 35px 0 60px;
    position: relative;
    z-index: 99;
}

.header-contact-info-box i:before {
    font-size: 29px;
    line-height: 29px;
}

.header-contact-info {
    padding-left: 14px;
}

.header-contact-info h6 {
    margin-bottom: 0;
}

.header-top p:last-child {
    margin-bottom: 0;
}

.header-bottom {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.sb-nav {
    position: absolute;
    padding: 17px 20px 15px;
    margin-top: -40px;
    position-area: center;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.2);
    -webkit-transition: .4s;
    transition: .4s;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 44;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.2);
}

.sticky .sb-nav {
    margin-top: 0;
    box-shadow: inherit;
    border: none;
    padding: 0 20px;
    position: relative;
}

.sb-nav .navbar-nav .nav-link {
    padding: 12px 18px;
    font-size: 14px;
}

.search-form-wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 30px;
}

.search-form-btn {
    background: transparent;
    border: none;
    position: relative;
    left: -9px;
    top: 2px;
}

.search-form-wrap .form-control {
    border-color: #1C7DC3;
}

.search-form-wrap .form-control::placeholder {
    color: #1C7DC3;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.header-bottom.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-bottom.is-sticky .sb-nav {
    margin-top: 0;
    box-shadow: none;
    border: none;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: #1C7DC3;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    z-index: 9999;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}


/*
================================================
5. Main Menu
================================================
*/

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 1px;
}

.main-menu ul li a {
    display: inline-block;
}

.main-menu ul li:hover>a,
.main-menu ul li a.active {
    color: #fff;
    background: #1C7DC3;
}

.sb-nav .navbar-nav .nav-link {
    padding: 8px 18px 10px;
    font-size: 16px;
    font-weight: 600;
}

.main-menu .btn {
    -moz-user-select: none;
    background: #00bb2d none repeat scroll 0 0;
    border: 1px solid #00bb2d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 29px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.main-menu .btn:hover {
    background: transparent;
    color: #00bb2d;
    border: 1px solid #00bb2d;
}

.navbar-toggler {
    border: none !important;
    margin: 0px;
    padding: 0px;
}

.navbar-toggler:focus {
    outline: 0px;
}


/*
================================================
6. Slider
================================================
*/

.sb-slider-area {
    padding: 0;
}

.slid-bg-1 {
    background: url(../images/slide2.webp);
}

.slid-bg-2 {
    background: url(../images/slide3.webp);
}

.slid-bg-3 {
    background: url(../images/slide4.webp);
}

.sb-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.sb-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.sb-single-slider {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 770px;
}

.sb-single-slider .slid-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sb-single-slider .slid-bg:before {
    content: '';
    background: rgba(0, 0, 0, 0.65);
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.sb-slider-area-content {}

.sb-slider-area-content h4 {
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.sb-main-slider .active .sb-slider-area-content h4 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.sb-main-slider .active .sb-slider-area-content h4 span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-right: 20px;
}

.sb-slider-area-content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sb-main-slider .active .sb-slider-area-content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.sb-slider-area-content h2 b {
    color: #ff2782;
    text-transform: uppercase;
}

.sb-single-slider p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sb-main-slider .active .sb-single-slider p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.slider-area-btn .btn:first-child {
    margin-right: 40px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sb-main-slider .active .slider-area-btn .btn:first-child {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.slider-area-btn .btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sb-main-slider .active .slider-area-btn .btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.sb-main-slider .active .slider-area-btn .btn:hover,
.slider-area-btn .btn:hover {
    transition: all 300ms linear;
}

.sb-main-slider.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    border-radius: 8px !important;
    height: 10px;
    width: 8px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 4px;
    border-radius: 0;
    opacity: .5;
}

.sb-main-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 8px;
    height: 20px;
    border-radius: 8px;
}

.sb-main-slider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateY(-50%);
}

.sb-main-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    line-height: 1;
}

.sb-main-slider.owl-theme .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}


/*
================================================
7. Features Sec
================================================
*/

.feature-sec {
    padding: 80px 0 0;
}

.feature-sec .section-head {
    margin: 0;
}


/** Single features sec **/

.single-feature-box {
    display: grid;
    justify-self: center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 17.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.single-feature-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 8px;
}

.single-feature-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1C7DC3;
    z-index: -1;
    opacity: 0;
    border-radius: 8px;
}

.single-feature-box .readmore {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    color: #1C7DC3;
}

.single-feature-box .readmore:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1C7DC3;
    content: '';
    transition: 0.3s;
}


/**/

.single-feature-box1 {
    display: grid;
    justify-self: center;
    position: relative;
    z-index: 1;
    border-bottom: 8px;
    box-shadow: 0px 0px 17.4px 2.6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-feature-box1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    border-bottom: 8px;
}

.single-feature-box1:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1C7DC3;
    z-index: -1;
    opacity: 0;
    border-bottom: 8px;
}

.single-feature-box1 .readmore {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    color: #1C7DC3;
}

.single-feature-box1 .readmore:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1C7DC3;
    content: '';
    transition: 0.3s;
}


/**/

.single-feature-box,
.single-feature-box:after,
.feature-content h4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feature-box:hover:before {
    opacity: 0;
}

.single-feature-box:hover:after {
    opacity: 0.9;
}

.single-feature-box .feature-icon {
    display: inline-block;
    justify-self: center;
    background-color: #1C7DC3;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}

.single-feature-box:hover .feature-icon {
    background-color: #ffffff;
}

.single-feature-box:hover .feature-icon i {
    color: #1C7DC3;
}

.single-feature-box .feature-icon i:before {
    font-size: 35px;
    margin-left: 0;
}

.single-feature-box1,
.single-feature-box1:after,
.feature-content h4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feature-box1:hover:before {
    opacity: 0;
}

.single-feature-box1:hover:after {
    opacity: 0.9;
}

.single-feature-box1 .feature-icon {
    display: inline-block;
    justify-self: center;
    background-color: #1C7DC3;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    text-align: center;
    line-height: 80px;
    margin: 0 0 25px;
    color: #fff;
}

.single-feature-box1:hover .feature-icon {
    background-color: #ffffff;
}

.single-feature-box1:hover .feature-icon i {
    color: #1C7DC3;
}

.single-feature-box1 .feature-icon i:before {
    font-size: 35px;
    margin-left: 0;
}

.feature-content {
    text-align: center;
}

.feature-content h4 {
    display: flex;
    justify-content: center;
    position: relative;
    /* margin-bottom: 25px;
    padding-bottom: 10px; */
    font-size: 22px;
    line-height: 30px;
}

.feature-content p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.single-feature-box:hover,
.single-feature-box:hover h4 {
    color: #ffffff;
}

.single-feature-box:hover {
    background: #fff;
}

.single-feature-box1:hover,
.single-feature-box1:hover h4,
.single-feature-box1:hover a {
    color: #ffffff;
}

.single-feature-box1:hover {
    background: #fff;
}


/*
================================================
8. About Sec
================================================
*/

.about-sec {
    padding: 80px 0 100px;
}

.about-box-content {
    padding-right: 50px;
    margin-bottom: 30px;
}

.about-box-content .item-subtitle {
    font-size: 18px;
    color: #1C7DC3;
    font-weight: 500;
    margin-bottom: 8px;
}

.about-box-content .item-title {
    font-weight: 700;
    font-size: 22px;
}

.about-box-content p {
    margin: 0 0 20px 0;
    color: #646464;
    font-size: 16px;
}

.about-box-content .action-area {
    margin-top: 30px;
    background-color: #f8f8f8;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 60px;
}

.about-box-content .action-area .media {
    align-items: center;
}

.about-box-content .action-area .media .item-icon {
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #e83a15;
    border-radius: 50%;
    margin: 0 auto;
}

.about-box-content .action-area .media .item-icon i::before {
    font-size: 24px;
    color: #ffffff;
}

.item-icon-w {
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 60px;
    background-color: #00bb2d;
    border-radius: 50%;
    margin: 0 auto;
}

.item-icon-w i::before {
    font-size: 24px;
    color: #ffffff;
}

.media-body.space-md {
    margin-left: 20px;
}

.about-box-content .action-title {
    color: #444444;
}

.about-box-content .item-number a {
    font-size: 16px;
    color: #00045f;
    font-weight: 700;
}

.about-box-img {
    margin-bottom: 30px;
}

.about-box-img .item-img {
    position: relative;
    z-index: 1;
}

.about-box-img .item-img .main-img {
    position: relative;
    z-index: 1;
    text-align: right;
}

.about-box-img .item-img .main-img img {
    border-radius: 4px;
    width: 100%;
}

.about-box-img .item-img .sub-img {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -65px;
    border: 10px solid #ffffff;
    border-radius: 4px;
}


/*
================================================
9. How it works
================================================
*/

.works-section {
    background-image: url(../images/works-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    line-height: 1;
}

.works-section .col-lg-3:last-child .works-item-content::before {
    display: none;
}

.works-title {
    margin-bottom: 100px;
    text-align: left;
}

.works-title span {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.works-title h2 {
    font-size: 35px;
    color: #ffffff;
    margin: 15px 0 0 0;
}

.works-item-content {
    position: relative;
}

.works-item-content::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.works-item-content .works-number {
    position: relative;
    text-align: center;
    padding-top: 80px;
}

.works-item-content .works-number .number-btn {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
    z-index: 1;
}

.works-item-content .works-number .number-btn span {
    font-size: 18px;
    font-weight: bold;
}

.works-item-content .works-number .number-btn::after,
.works-item-content .works-number .number-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.works-item-content .works-number .number-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.works-item-content .works-number .number-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.works-item-content .works-number .number-btn:hover,
.works-item-content .works-number .number-btn:focus {
    background-color: #122e87;
    color: #ffffff;
    text-decoration: none;
}

.works-item-content h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.works-item-content p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 20px;
}

.works-item-content .works-btn {
    margin-top: 15px;
}

.works-item-content .works-btn .works-btn-one {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
    font-size: 14px;
}

.works-item-content .works-btn .works-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.works-item-content .works-btn .works-btn-one i {
    margin-left: 4px;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


/*
================================================
10. Services Sec
================================================
*/

.services-sec .section-head {
    margin: 0;
}

.single-service-sec::before {
    left: 0px;
}

.single-service-sec {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: 300ms;
    margin-top: 40px;
}

.single-service-sec::before,
.single-service-sec::after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 4px;
    width: 0px;
    background-color: #eee;
    transition: all 500ms ease;
}

.single-service-sec::after {
    right: 0px;
}

.single-service-sec:hover .icon {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
}

.single-service-sec:hover::before,
.single-service-sec:hover::after {
    width: 50%;
}

.single-service-sec .icon-wrapper i:before {
    font-size: 35px;
    margin: 0;
}

.single-service-sec::before,
.single-service-sec::after {
    background-color: #1C7DC3;
}

.single-service-sec .icon-wrapper i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 19px;
    color: #1C7DC3;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-service-sec .icon-wrapper {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 19px;
    color: #1C7DC3;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.icon-wrapper img {
    width: 25px;
}

.icon-box .icon.icon-type {
    display: block;
    text-align: left;
    height: auto;
    width: auto;
}

.single-service-sec h5,
.single-service-sec h5 a {
    transition: all 0.1s ease;
    font-weight: 700;
    height: 70px;
}

.single-service-sec:hover .works-btn-one {
    text-decoration: none;
    letter-spacing: 1px;
}

.single-service-sec .works-btn-one i:before {
    margin-left: 5px;
    font-size: 15px;
}


/*
================================================
11. Portfolio Sec
================================================
*/

.portfolio-area {
    background-color: #f5f6f6;
}

.portfolio-area .gallery-nav {
    text-align: center;
}

.portfolio-area .gallery-nav ul {
    margin-bottom: 60px;
}

.portfolio-area .gallery-nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.portfolio-area .gallery-nav ul li a {
    color: #333333;
}

.portfolio-area .gallery-nav ul li a.active {
    color: #1C7DC3;
}

.portfolio-area .gallery-container .item {
    margin-bottom: 30px;
    overflow: hidden;
    width: 30%;
}

.portfolio-area .gallery-container .item img {
    width: 100%;
    height: auto;
}

.portfolio-area .gallery-container .item .portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    opacity: 0;
    background: rgba(17, 17, 17, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-area .gallery-container .item:hover .portfolio-overlay {
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-area .gallery-container .item .portfolio-overlay ul li {
    width: 70px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-area .gallery-container .item .portfolio-overlay ul li a i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 25px;
    color: #00c0d6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content {
    position: absolute;
    left: 20px;
    bottom: -100px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-area .gallery-container .item:hover .portfolio-overlay .portfolio-item-content {
    bottom: 12px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content h4 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
}

.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content p {
    color: #ffffff;
}

#html5-watermark {
    display: none !important;
}


/*
================================================
12. Our Team Sec
================================================
*/

section.our-team-sec {
    background: url(../images/bannerAPP.jpg);
    background-position: 60%
}

.our-team-sec .section-head {
    margin: 0;
}



/** Single Team **/

.team-col {
    margin-top: 40px;
}

.team-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.team-img img {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}

.team-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    . width: 100%;
    height: 0%;
    /* background: rgba(0, 192, 214, 0.8);
    background: -moz-linear-gradient(0deg, rgba(16, 35, 104, 1) 0%, rgba(218, 218, 218, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16, 35, 104, 1) 0%, rgba(218, 218, 218, 0) 100%);
    background: linear-gradient(0deg, rgba(16, 35, 104, 1) 0%, rgba(218, 218, 218, 0) 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
}

.team-col:hover .team-img:before {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-img ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-col:hover .team-img ul {
    bottom: -5px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-img ul li {
    display: inline-block;
    margin: 0 5px;
}

.team-img ul li a i {
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-img ul li a i:hover {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-name {
    text-align: center;
    background: #102368;
    padding: 20px 20px;
}

.team-name h4 {
    line-height: 30px;
    margin-bottom: 0;
    color: #ffffff;
}

.team-name p {
    color: #f1f1f1;
    margin: 0;
}

.team-area.top-space-100 {
    padding-top: 100px;
}


/*
================================================
13. Testimonials Sec
================================================
*/

.testimonials-sec {
    background: #fff left top no-repeat;
    position: relative;
}

.testimonials-sec .owl-carousel {
    margin: 0px 0px;
    width: auto;
}

.testimonials-sec .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonials-sec .testimonial-block-four {
    margin: 0px 60px;
}

.testimonials-sec .owl-nav {
    display: none;
}

.testimonials-sec .owl-dots {
    position: absolute;
    right: 0px;
    top: -100px;
}

.testimonials-sec .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 8px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonials-sec .owl-dots .owl-dot.active,
.testimonials-sec .owl-dots .owl-dot:hover {
    background-color: #1C7DC3;
    width: 30px;
}

.testimonials-sec .owl-dots .owl-dot span {
    display: none;
}

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
}

.testimonial-block-four .inner-box .upper-content {
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 40px 30px 110px;
    background-color: #fff;
}

.testimonial-block-four .inner-box .upper-content .rating {
    position: absolute;
    right: -23px;
    top: 90px;
    border-radius: 50px;
    padding: 25px 18px;
    display: inline-block;
    background-color: #222222;
}

.testimonial-block-four .rating .fa,
.testimonial-block-four .rating .far {
    position: relative;
    color: #f96922;
    display: block;
    margin: 0 0 10px;
}

.testimonial-block-four .rating .far {
    margin: 0;
}

.testimonial-block-four .inner-box .upper-content .comment-icon {
    position: relative;
    color: #f96922;
    font-size: 60px;
    line-height: 1em;
}

.testimonial-block-four .inner-box .upper-content .text {
    position: relative;
    color: #0e0e0e;
    font-size: 17px;
    line-height: 1.8em;
    margin-top: 25px;
    padding: 0px 30px 0 0;
}

.testimonial-block-four .inner-box .upper-content .quote {
    position: absolute;
    left: 50%;
    top: 130px;
    color: #e8e8e8;
    font-size: 90px;
    line-height: 1em;
    margin-left: -40px;
}

.testimonial-block-four .inner-box .lower-content {
    position: relative;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: -60px;
}

.testimonial-block-four .inner-box .lower-content .lower-inner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 25px 30px 25px 170px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.testimonial-block-four .inner-box .lower-content .lower-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 133px;
    height: 133px;
}

.testimonial-block-four .inner-box .lower-content h3 {
    position: relative;
    color: #f96922;
    font-size: 24px;
    text-transform: uppercase;
}

.testimonial-block-four .inner-box .lower-content .designation {
    position: relative;
    color: #0e0e0e;
    font-size: 14px;
    margin-top: 0;
}


/*
================================================
14. Blog Sec
================================================
*/

.blog-sec {
    padding: 80px 0 180px;
}

.blog-sec .section-head {
    margin: 0;
}

.news-block-six {
    position: relative;
    /* margin-top: 40px; */
}

.news-block-six .inner-box {
    position: relative;
}

.news-block-six .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #1C7DC3;
}

.news-block-six .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-six .inner-box:hover .image img {
    opacity: 0.6;
    transform: scale(1.04, 1.04);
}

.news-block-six .inner-box .lower-content {
    position: relative;
    padding: 30px 35px 0px;
    /* margin-left: 35px;
    margin-right: 35px;
    margin-top: -40px; */
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.news-block-six .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block-six .inner-box .lower-content .post-meta li {
    position: relative;
    display: inline-block;
    color: #0e0e0e;
    font-size: 15px;
    line-height: 1.2em;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #777777;
}

.news-block-six .inner-box .lower-content .post-meta li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.news-block-six .inner-box .lower-content h3 {
    position: relative;
    font-size: 34px;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 12px;
}

.news-block-six .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-six .inner-box .lower-content h3 a:hover {
    color: #f96922;
}

.news-block-six .inner-box .lower-content .text {
    position: relative;
    color: #0e0e0e;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 0;
    margin-bottom: 18px;
}

.news-block-six .inner-box .lower-content .read-more {
    position: relative;
    color: #fda700;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-six .inner-box .lower-content .read-more:hover {
    color: #000000;
}

.news-block-six .inner-box .lower-content .author-box {
    position: relative;
    top: 30px;
    margin-bottom: -35px;
    background-color: #f5f5f5;
}

.news-block-six .inner-box .lower-content .author-box .box-inner {
    position: relative;
    padding-left: 110px;
    min-height: 80px;
    padding-top: 14px;
}

.news-block-six .inner-box .lower-content .author-box .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
}

.news-block-six .inner-box .lower-content .author-box .author-image img {
    width: 100%;
}

.news-block-six .inner-box .lower-content .author-box .author {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.news-block-six .inner-box .lower-content .author-box .author span {
    position: relative;
    color: #222222;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.news-block-six .inner-box .lower-content .author-box .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 18px;
    min-height: 80px;
    min-width: 60px;
    padding: 10px 5px 0px;
    text-align: center;
    background-color: #f96922;
}

.update-block {
    position: relative;
}

.update-block a {
    position: relative;
    color: #222222;
    font-size: 28px;
    padding: 18px 30px;
    display: block;
    text-align: center;
    border-radius: 50px;
    border: 2px dashed #fda700;
    font-family: 'Oswald', sans-serif;
}

.update-block a span {
    color: #fda700;
}

.news-block-six.style-two {
    margin-bottom: 100px;
}

.news-block-six.style-two .inner-box .lower-content h3 {
    font-size: 28px;
}


/*
================================================
15. Contact Sec
================================================
*/

.contact-sec {
    background: #f5f6f6;
    padding: 80px 0 50px;
}

.contact__form-panel .contact__form-panel-header h4 {
    font-size: 30px;
    margin-bottom: 17px;
    font-weight: 700;
}

.contact__form-panel {
    background-color: #fff;
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15);
}

.contact__form-panel .form-control {
    height: 60px;
    line-height: 60px;
    border: none;
    border: 2px solid #e7ebef;
    background-color: transparent;
    border-radius: 2px;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.contact__form-panel textarea.form-control {
    height: 110px;
    padding-top: 10px;
    line-height: 25px;
}

.contact__form-panel .btn {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: .2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact__form-panel .btn__primary {
    background-color: #1C7DC3;
    color: #fff;
    border: 2px solid #1C7DC3;
}

.contact-panel.space {
    margin-top: 100px;
}

.contact-panel .contact__panel-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 21px;
    font-weight: 700;
}

.contact-panel .contact__panel-list li {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-panel .contact__panel-list li i {
    width: 20px;
    color: #1C7DC3;
}

.contact-panel .contact__panel-list-2 li {
    line-height: 29px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright {
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #1C7DC3;
}

.copyright p,
.copyright a {
    color: #768598;
    text-align: center;
    margin: 0;
}

.copyright .color {
    color: #eee;
    font-weight: 600;
}


/*
================================================
16. Responsive CSS
================================================
*/

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 992px) and (max-width: 1199px) {

    .header-contact-info a,
    .header-contact-info p,
    .sb-nav .navbar-nav .nav-link {
        font-size: 13px;
    }
    .about-box-content .action-area {
        width: 100%;
    }
    .about-box-content {
        padding-right: 0;
    }
    .h-340{
        height: 400px !important;
    }
    .h5, h5{
        font-size: 1.10rem;
    }
    .section-head-descarga h2{
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    /** Header Top **/
    .header-top {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #f0f0f0;
    }
    .header-bottom {
        padding-top: 15px;
    }
    .header-contact-info-box i::before {
        font-size: 14px;
        line-height: 14px;
    }
    .header-bottom .logo {
        position: relative;
        z-index: 99;
        width: 100%;
    }
    .header-bottom .logo .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .header-bottom .logo .navbar-toggler span {
        width: auto;
        height: auto;
        font-size: 35px;
    }
    /** Naivgation **/
    .sb-nav {
        margin-top: 15px;
        position: relative;
    }
    /** Slider **/
    .sb-slider-area {
        margin-top: 95px;
    }
    /** How It works **/
    .works-item-content:before {
        display: none;
    }
    .about-box-content {
        padding-right: 0;
    }
    .about-box-content .action-area {
        width: 100%;
    }
    .header-contact-info a,
    .header-contact-info p,
    .sb-nav .navbar-nav .nav-link {
        font-size: 13px;
    }
    .h-340{
        height: 400px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /** Our Features **/
    .single-feature-box {
        padding: 20px 15px;
    }
    .single-service-sec h5, .single-service-sec h5 a {
        height: 100px;
    }
    .header-contact-info-box {
        justify-content: center !important;
    }
    .single-feature-box1 {
        padding: 20px 15px;
    }
    .feature-content h4 {
        font-size: 20px;
    }
    /** How It works **/
    .works-section {
        padding: 80px 0 50px;
    }
    .works-title {
        margin-bottom: 50px;
    }
    .works-item-content .works-number {
        padding-top: 60px;
        margin-top: 60px;
    }
    .works-item-content {
        margin-bottom: 30px;
    }
    /** Our Team **/
    .team-img img {
        width: 100%;
    }
    /** Blog Sec **/
    .blog-sec {
        padding: 80px 0;
    }
    .news-block-six {
        margin-bottom: 70px;
    }
    /** Contact Sec **/
    .contact-panel.space {
        margin-top: 20px;
    }
    .team-img img {
        width: 80%;
    }
    /** section **/
    .section-head-descarga h2 {
        margin-top: 80px;
        position: relative;
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
    }
    /** logo **/
    .logo .img-width {
        width: 11%;
    }
    .h-340{
        height: 300px !important;
    }

}

@media (max-width: 767px) {
    /** Common Styles **/
    .section-head h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .section-head h2::after {
        font-size: 48px;
    }
    /** Header Top **/
    .header-top {
        padding-left: 10px;
    }
    .header-contact-info p {
        font-size: 10px;
    }
    /** Slider **/
    .sb-slider-area-content h2 {
        font-size: 30px;
    }
    .sb-single-slider p {
        font-size: 16px;
    }
    /** How It works **/
    .works-title {
        margin-bottom: 30px;
    }
    .works-item-content {
        margin-bottom: 30px;
    }
    .works-item-content .works-number {
        padding-top: 60px;
        margin-top: 60px;
        margin-left: 10px;
    }
    /** About Sec **/
    .about-sec {
        padding: 20px 0 80px;
    }
    .about-box-content .item-title {
        font-size: 20px;
    }
    .about-box-content .action-area {
        padding: 16px 18px;
        margin: 5px 0 10px;
    }
    /** Works Title **/
    .works-title h2 {
        font-size: 26px;
        margin: 10px 0 0 0;
    }
    /** Portfolio **/
    .portfolio-area .gallery-nav ul li {
        padding-bottom: 8px;
    }
    .portfolio-area .gallery-container .item {
        width: 100%;
    }
    .portfolio-area .gallery-nav ul {
        margin-bottom: 30px;
    }
    /** Our Team **/
    .team-img img {
        width: 60%;
    }
    /** section **/
    .section-head-descarga h2 {
        margin-top: 80px;
        position: relative;
        font-weight: 700;
        font-size: 30px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
    }
    /** logo **/
    .logo .img-width {
        width: 15%;
    }
    /** Testimonials **/
    .testimonials-sec .testimonial-block-four {
        margin: 0px;
    }
    .testimonials-sec .inner-box .upper-content {
        padding: 25px 15px 25px;
        margin: 0 0 25px;
    }
    .testimonials-sec .inner-box .lower-content .lower-inner {
        padding: 15px;
    }
    .testimonials-sec .inner-box .lower-content {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0px;
    }
    .testimonial-block-four .inner-box .upper-content .rating {
        display: none;
    }
    .testimonials-sec .owl-dots {
        position: relative;
        top: 30px;
    }
    .testimonials-sec .inner-box .lower-content .lower-inner .image {
        position: relative;
        margin-bottom: 20px;
    }
    .testimonials-sec .inner-box .upper-content .text {
        padding: 0px;
    }
    /** Blog Sec **/
    .news-block-six .inner-box .lower-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 15px 0px;
    }
    .post-date {
        display: none;
    }
    /** Contact Us **/
    .contact-panel.space {
        margin-top: 20px;
    }
    .contact__form-panel {
        padding: 30px;
    }
    .sb-nav {
        position: relative;
    }

}
@media (max-width: 576px){
    .logo .img-width {
        width: 22%;
    }
    .sb-slider-area-content h2 {
        font-size: 30px;
    }
    .sb-slider-area-content h4 {
        font-size: 15px;
    }
    .single-service-sec h5, .single-service-sec h5 a {
        height: 100px;
    }
}

.brand-area {
    padding: 80px 0 0px;
}

.brand-thumb img {
    filter: grayscale(100%);
    transition: all 1s ease;
}

.brand-thumb img:hover {
    filter: invert(100%) sepia(92%) saturate(3758%) hue-rotate( -30deg) brightness(97%) contrast(141%);
}

.brand-area.style-five {
    background: #F1FAFF;
    padding: 90px 0 0px;
}

.dreamit-single-brand {
    padding: 21px 0;
    margin-bottom: 30px;
}

#status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.contact__form-panel .required-error,
.form-control .required-error {
    border: 1px solid red !important;
}

.required-error {
    color: red;
}

#status.alert-error {
    color: #fff;
    background-color: #D00A2B;
    border-color: red;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.grecaptcha-badge {
    z-index: 2147483647;
}

.width {
    width: 130%;
}

.img-width {
    width: 50%;
}

i.fas.fa-thumbs-up {
    margin-top: 15px;
}

i.fas.fa-check-circle {
    margin-top: 15px;
}

i.fas.fa-stopwatch {
    margin-top: 15px;
}

#mapDiv img {}

iframe {
    border-color: #1C7DC3;
}
.feature-content a::after{
    color: white;
}

section.our-team-sec2 {
    background: url(../images/bannerAPP.jpg);
    background-position: 60%;
    display: none;
}
.item-number span {
    font-weight: 700;
}
.quote-container {
    text-align: center;
    margin: 20px;
    font-family: 'Georgia', serif;
    color: #444;
  }

  .quote-text {
    font-size: 20px;
    font-style: italic;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 600px;
  }

  .quote-author {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
  }