@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('themify-icons.css');
@import url('animate.css');
@import url('all.css');
@import url('responsive.css');

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%;
    
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
    overflow-x:hidden;
}

@media only screen and (max-width: 480px) {
    html {
        overflow-x: visible;
        overflow: visible;
    }
    
    .affix-top {
        background-color: #A1CAC0;
        box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.15) !important;
    }

    .caption-button {
        text-align: center;
    }

    .caption-title {
        text-align: center;
    }

    #caption_slide .carousel-indicators li {
        font-size: 12px !important;
    }

    .caption-desc {
        text-align: justify;
    }
    
    .faq-section {
        padding: 120px 10px 110px 15px !important;
    }
    
    .faq-title {
        font-size: 16px !important;
    }
    
    .pb-xs {
        padding-bottom: 300px;
    }
    
    #back-to-top:after {
        margin: 4px 0px 0px -5px !important;
    }
    
    #back-to-top {
        bottom: 20px !important;
        right: 25px !important;
    }
    
    .form-contact {
        padding: 30px !important;
    }
    
    .heading-contact {
        text-align: center;
    }
    
    .sub-heading-contact {
        text-align: center;
    }
    
    .logo {
        margin-top: -10px !important;
    }

    .box {
        -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1) !important;
        background-color: #ffffff !important;
        -webkit-transform: translateY(-5px) !important;
        transform: translateY(-5px) !important;
    }
    
    .box .box-icon img {
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
        -webkit-transition: 0.3s !important;
        transition: 0.3s !important;
    }

    .mt-5 {
        margin-top: 15px !important;
    }

    .pb-min-100 {
        padding-bottom: 100px;
    }

    .header-text h1 {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    .header-text p {
        text-align: justify;
    }

    .caption-title h2 {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    #faq h2 {
        font-size: 24px !important;
    }

    .page-title h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .mainmenu-area .navbar-toggle {
        margin-top: 20px !important;
    }

    .mainmenu-area #primary-menu {
        background-color: #A1CAC0 !important;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 150px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.overlay:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.gray-bg {
    background-color: #f2fefe;
}

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #2f60c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #138fc2;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}

.page-title {
    margin-bottom: 60px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

.box {
    padding: 50px 30px 20px 30px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
    overflow: hidden;
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.box h4 {
    text-transform: uppercase;
}

.box p {
    min-height: 110px;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

/* .box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
} */

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    /* margin-top: 8px; */
    margin-top: -8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    /* padding: 30px 15px; */
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    background-color: #A1CAC0;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.15) !important;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h1 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    /* padding: 65px 0px; */
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    /* -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1) */
}

.caption-slider .caption-photo.two {
    margin-top: 20px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


.testimonial {
    text-align: center;
    margin-top:10px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

.footer-area {
    padding-top: 120px;
    z-index: 1;
}

.footer-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1;
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #73aeaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#73aeaa), to(#A6D8BE));
    background: linear-gradient(to bottom, #73aeaa 0%, #A6D8BE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aeaa', endColorstr='#A6D8BE', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



/*******************************************/


.bg-gradient:before{
    background:#73aeaa;
    background:-moz-linear-gradient(45deg,#73aeaa 0%,#A6D8BE 100%);
    background:-webkit-linear-gradient(45deg,#73aeaa 0%,#A6D8BE 100%);
    background:-o-linear-gradient(45deg,#73aeaa 0%,#A6D8BE 100%);
    background:linear-gradient(45deg,#73aeaa 0%,#A6D8BE 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73aeaa',endColorstr='#A6D8BE',GradientType=1 );
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0
}


.bg-slant-light,.bg-slant-white{
    position:relative
}
.bg-slant-light:after,.bg-slant-white:after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-50px;
    height:200px;
    width:130%;
    background-color:#f2fefe;
    -webkit-transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    transform:rotate(-4deg);
    z-index:10
}
.bg-slant-light.pb_slant-reverse:after,.bg-slant-white.pb_slant-reverse:after{
    -webkit-transform:rotate(4deg);
    -ms-transform:rotate(4deg);
    transform:rotate(4deg);
    left:-100px;
    bottom:-140px
}

@media only screen and (max-width: 500px) {
    .bg-slant-light:after,.bg-slant-white:after{
        width:100%;
    }
    
    .bg-slant-light:after, .bg-slant-white:after {
        left: 0px !important;
        transform: rotate(0deg);
    }
    
    
    .clients-rows-xs {
        display: none;
    }
}

.pb-250 {
    padding-bottom: 250px!important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-140 {
    padding-top: 140px !important;
}

.shadow {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    
}

.price-table:hover {
    background-color: #ffffff;
    transform: scale(1.02);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.price-table:hover .hr-cst {
    border-top:1px solid #55A2BE;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.rounded-circle {
    border-radius: 50% !important;
}

.testimonial .quote {
    font-size: 130px;
    font-family: crimson text,Georgia,times new roman,Times,serif;
    color: #dee2e6;
    line-height: 0;
    top: 55px;
    position: absolute;
    left: 0%;
    z-index: -1;
}

.testimonial blockquote {
    font-family: crimson text,Georgia,times new roman,Times,serif;
    line-height: 1.7;
    color: #495057;
    font-size: 20px;
}

blockquote {
    border-left: none !important;
    font-style: italic;
}

.warning {
    color: #ffd500!important;
}

.stars-testimonial {
    font-size: 20px;
}

.heading {
    color: white;
    font-size: 18px;
    font-weight: 300;
    font-family: crimson text,Georgia,times new roman,Times,serif;
}

.price-table .list-unstyled li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}

.price-table .list-unstyled li:hover{
    background-color: #E4E4E4;
    border-left: 2px solid #55A2BE;
    cursor: pointer;
}

.faq-accordion .item>a{
    display:block;
    border-bottom:1px solid #e9ecef;
    padding:10px 0;
    position:relative;
    color:#495057 !important;
}
.faq-accordion .item>a:after{
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    font-family:ionicons;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content: '\002B';
}
.faq-accordion .item>a[aria-expanded=true]{
    /* color:#1d82ff !important; */
    color: #73aeaa !important;
    border-bottom:1px solid transparent
}
.faq-accordion .item>a[aria-expanded=true]:after{
    content: "\2212";
}
.faq-accordion .item>div *:last-child{
    margin-bottom:0
}

.faq-title {
    font-size: 22px;
    font-weight: 300 !important;
}

.py-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.faq-section {
    padding:9em 0;
    position:relative;
    display:block
}
@media(max-width:991px){
    .faq-section {
        padding:4em 0
    }
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.faq-title {
    font-size: 28px;
    font-weight: 300;
}

.cover-bg-opacity-8:before {
    opacity: .85;
}

.contact-bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.heading-contact {
    font-size: 40px!important;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.sub-heading-contact {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    max-width: 600px;
    float: left;
    letter-spacing: 1.5px;
}

.form-contact {
    padding: 50px;
    -webkit-box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);
    -moz-box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);
    box-shadow: 1px 11px 68px -20px rgba(0,0,0,.75);
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-white {
    background-color: #fff !important;
}

.contact-sign-up {
    font-weight: 300;
    margin-bottom: 3.5rem !important;
}

.form-control.reverse{
    background:#f2f2f2;
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease;
    border-color:#f2f2f2;
    box-shadow: none;
}
.form-control.reverse:focus,.form-control.reverse:active{
    background:0 0;
    border-color:#55A2BE!important
}
.form-control-outline{
    background:0 0
}
.form-control-outline:focus,.form-control-outline:active{
    background:0 0
}
.form-control-outline.light{
    color:#fff;
    border-color:rgba(255,255,255,.4)
}
.form-control-outline.light:focus,.form-control-outline.light:active{
    border-color:#fff
}
.form-control-outline.light::-webkit-input-placeholder{
    color:rgba(255,255,255,.5)
}
.form-control-outline.light:-ms-input-placeholder{
    color:rgba(255,255,255,.5)
}
.form-control-outline.light::placeholder{
    color:rgba(255,255,255,.5)
}
.form-control-outline.dark{
    color:#868e96
}

.contact-button {
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-p{
    font-size: 14px!important;
}

.mt-100 {
    margin-top: 100px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none; 
}
  
  .list-inline {
    padding-left: 0;
    list-style: none; 
}
  
  .list-inline-item {
    display: inline-block; 
}
    .list-inline-item:not(:last-child) {
      margin-right: 5px; 
    }

.love {
    color: #e74c3c;
    display: inline-block;
    font-size: 1.4em;
    position: relative;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-animation: love .5s infinite linear alternate-reverse;
    -moz-animation: love .5s infinite linear alternate-reverse;
    animation: love .5s infinite linear alternate-reverse;
}

@-webkit-keyframes love {
    to {
        -webkit-transform: scale(1.1);
    }
  }
  @-moz-keyframes love {
    to {
        -moz-transform: scale(1.1);
    }
  }
  @keyframes love {
    to {
        transform: scale(1.1);
    }
  }
/* 
.back-button {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-animation: back-button .5s infinite linear alternate-reverse;
    -moz-animation: back-button .5s infinite linear alternate-reverse;
    animation: back-button .5s infinite linear alternate-reverse;
}

@-webkit-keyframes back-button {
    to {
        -webkit-transform: scale(1.1);
    }
  }
  @-moz-keyframes back-button {
    to {
        -moz-transform: scale(1.1);
    }
  }
  @keyframes back-button {
    to {
        transform: scale(1.1);
    }
  } */

#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #444;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #f4f3f3;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    opacity: 0;
}

#back-to-top:after {
    content: "\005E";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 0px 0px -5px;
}


  /*SCROLBAR*/
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
  }
  
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #A1CAC0; 
  }
  
  ::-moz-selection {
    background-color: #A1CAC0;
    color: #fff; 
  }
  
  ::selection {
    background-color: #A1CAC0;
    color: #fff; 
  }
  
  -webkit-::-moz-selection {
    background-color: #A1CAC0;
    color: #fff; 
  }
  
  -webkit-::selection {
    background-color: #A1CAC0;
    color: #fff; 
  }
  
  ::-moz-selection {
    background-color: #A1CAC0;
    color: #fff; 
  }

    body::-webkit-scrollbar {
      background-color:rgba(0, 0, 0, 0.1);
  }

  .social-menu-footer {
      color: #337ab7;
  }

  .box-packets {
    max-width: 200px;
    box-shadow: -15px 10px 7px 0px rgba(0,0,0,0.2);
    margin-bottom: 25px;
  }

  .box-packets-active {
    max-width: 230px;
    box-shadow: -15px 10px 7px 0px rgba(0,0,0,0.2);
    margin: -60px 0 50px 0;
  }

  .box-packets:hover, .box-packets-active:hover {
      transform: scale(1.1);
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
  }

.mt-5 {
    margin-top: 5px;
}

.ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #73aeaa;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 25px;
    padding-top: 7px;
}

.other-opt {
    font-weight: 400;
    font-size: 16px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.help-block {
    margin-top: -15px;
}