﻿/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

::-webkit-input-placeholder { /* Edge */
    color: #edf6ff;
    opacity: 0.5;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #edf6ff;
    opacity: 0.5;
    font-size: 12px;
}

::placeholder {
    color: #edf6ff;
    opacity: 0.5;
    font-size: 12px;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 14px;
    color: #676a6c;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

.navy-bg, .bg-primary {
    background-color: var(--site-orange) !important;
    color: #ffffff;
}

.font-weight-light {
    font-weight: 300 !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.font-13 {
    font-size: 13px;
}

.btn {
    border-radius: 3px;
    font-size: inherit;
}

h3 {
    font-size: 16px;
}

.navy-bg,
.bg-primary {
    background-color: #2ea3f2;
    color: #ffffff;
}

.navbar-fixed-top {
    background: #fff;
    transition-duration: 0.4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030;
    padding: 0;
}

.landing-page button:focus {
    outline: 0;
}

.btn.btn-xs {
    font-size: 12px;
    padding: 4px 10px;
}

.btn.btn-orange {
    background-color: var(--site-orange);
    color: #fff;
}

.landing-page .gray-section {
    background: #f4f4f4;
    margin-top: 60px;
    overflow: hidden;
}

.landing-page span.navy {
    color: #1ab394;
}

.landing-page p.text-color {
    color: #676a6c;
}

.landing-page a.navy-link {
    color: #1ab394;
    text-decoration: none;
}

    .landing-page a.navy-link:hover {
        color: #179d82;
    }

.landing-page section p,
.landing-page section li {
    color: #333;
    font-size: 13px;
}

.landing-page address {
    font-size: 13px;
}

.landing-page h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid var(--site-orange);
}

.landing-page .navbar {
    padding: 0rem;
}

.landing-page .navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}

    .landing-page .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

.landing-page .navbar-primary.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
}

.landing-page .navbar-primary {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

    .landing-page .navbar-primary .nav li a {
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 0.5px;
        font-size: 14px;
        padding: 15px 20px;
        position: relative;
    }
.dropdown-item {
    padding: .25rem 1.5rem !important;
}
/*.dropdown-toggle::after {
    position: absolute;
    top: 16px;
    right: 7px;
}*/

    .landing-page .navbar-primary .navbar-nav > li .nav-link.active,
    .landing-page .navbar-primary .navbar-nav > li .nav-link.active:hover,
    .landing-page .navbar-primary .navbar-nav .dropdown-menu .dropdown-item.active,
    .landing-page .navbar-primary .navbar-nav .dropdown-menu .dropdown-item.active:hover {
        color: #2ea3f2;
    }

.dis-center {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: left;
}

.dis-end {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}

.text-orange {
    color: var(--site-orange) !important;
}

body.landing-page {
    color: #676a6c;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    background-color: #fff;
    --site-orange: #F26621;
}

.landing-page .features-text, .landing-page .features-block {
    margin-top: 40px;
}

.landing-page .features h2 {
    color: #000;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}

.contact-mail h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.mb-60 {
    margin-bottom: 60px;
}

.landing-page .navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}

.landing-page .navbar-primary .navbar-nav > .active > a,
.landing-page .navbar-primary .navbar-nav > .active > a:hover {
    background: transparent;
    color: #000;
    border-top: 6px solid #1ab394;
}

.landing-page .navbar-primary .navbar-nav > li > a:hover,
.landing-page .navbar-primary .navbar-nav > li > a:focus {
    color: #007bff;
    background: inherit;
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #000;
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #000;
}

.landing-page .navbar-default.navbar-scroll {
    background-color: #fff;
}

.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
}

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
    background: #179d82;
    color: #fff;
}

.landing-page .header-back.one {
    background: url('../images/home-bg.png') 50% 0 no-repeat;
}

.landing-page .header-back.two {
    background: url('../img/header_two.jpg') 50% 0 no-repeat;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*.landing-page .carousel {
    height: 550px;
}*/

.landing-page .carousel-caption {
    z-index: 10;
}

.landing-page .carousel .item {
    height: 550px;
    background-color: #777;
}

.landing-page .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px;
}

.landing-page .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.landing-page .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .landing-page .carousel-fade .carousel-inner .active.left,
    .landing-page .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.landing-page .carousel-fade .carousel-control {
    z-index: 2;
}

.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
    background: none;
}

.landing-page .carousel-control {
    width: 6%;
}

.landing-page .carousel-inner .container {
    position: relative;
    overflow: visible;
}

.landing-page .carousel-inner {
    overflow: visible;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: center;
    width: 100%;
    padding: 0;
    height: 100%;
}

.landing-page .carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}

.landing-page .carousel-indicators {
    padding-right: 60px;
}

.landing-page .carousel-caption h1 {
    text-align: left;
    font-size: 32px;
    font-weight: 300;
    text-shadow: none;
    margin: 0;
    width: 500px;
}

.landing-page .caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

    .landing-page .caption-link:hover {
        text-decoration: none;
        color: inherit;
    }

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: #676a6c;
}

    .landing-page .navbar-scroll.navbar-default .nav li a:hover {
        color: var(--site-orange);
    }

.landing-page .navbar-default .nav li a {
    color: #fff;
}

    .landing-page .navbar-default .nav li a:hover {
        color: var(--site-orange);
    }

.landing-page .navbar-default .nav li .dropdown-menu a {
    color: #000;
}

    .landing-page .navbar-default .nav li .dropdown-menu a:hover, .landing-page .navbar-default .nav li .dropdown-menu a.active {
        background-color: transparent;
        color: var(--site-orange);
    }

.landing-page .navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}

.landing-page .nav.navbar-right {
    flex-direction: row;
    position: relative;
}

.landing-page .nav > li.active {
    border: none;
    background: inherit;
}

.landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
}

.landing-page .navbar-default .navbar-nav > li .nav-link.active,
.landing-page .navbar-default .navbar-nav > li .nav-link.active:hover {
    border-top: 6px solid var(--site-orange);
}

.landing-page .navbar-fixed-top {
    border: none !important;
}

    .landing-page .navbar-fixed-top.navbar-scroll {
        border-bottom: 1px solid #e7eaec !important;
    }

.landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
}

.landing-page .header-back {
    height: 470px;
    width: 100%;
}

.landing-page .navbar .navbar-nav > li > a {
    padding-top: .4rem;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.landing-page .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
    background: #179d82;
    color: #fff;
}

.landing-page .navbar-default .navbar-brand {
    color: #fff;
    height: 70px;
    display: block;
    font-size: 14px;
    background: #fff !important;
    padding: 20px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    margin-top: -16px;
}

.landing-page .btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
    background-color: #179d82;
    border-color: #179d82;
    color: #FFFFFF;
}

.landing-page .sales-col p a {
    color: var(--site-orange);
}

.landing-page .sales-col p a:hover {
    color: var(--site-orange);
    opacity: 0.7;
}

.landing-page .pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
}

    .landing-page .pricing-plan.selected {
        transform: scale(1.1);
        background: #f4f4f4;
    }

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        border-top: 1px solid #e7eaec;
        text-align: center;
        color: #aeaeae;
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        color: var(--site-orange);
    }

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
}

.landing-page li.pricing-title {
    background: var(--site-orange);
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.read-more a, .read-more input {
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-orange);
    background: var(--site-orange);
    text-decoration: none;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #1D293F;
}

.landing-page .testimonials p {
    color: #fff;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
}

.site-footer {
    background: #f4f4f4;
    padding: 5px 0;
    height: 40px;
}

.ptb-60 {
padding-top:60px;
padding-bottom:60px;
}
.pb-60 {
padding-bottom:60px;
}
.top-strip .nav-item .nav-link {
    font-size:13px;
    border-top:inherit;
}
.icons {
    margin: 3px 0 0;
}

embed, iframe, object, video {
    max-width: 100%;
}


/*BOTTOM SCROLL TOP BUTTON*/

#return-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 8px;
        top: 1px;
        font-size: 14px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 3px;
        }

/*Slick Slider*/

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}