@media  (max-width: 930px){
    .middle-mobile-no{
        font-size: 24px !important;
    }
    .middle-contact-us h1{
        font-size:30px !important;
    }
}


/* ====================================================
   General & Global Styles
=======================================================*/
@import url("https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700");
/* font-family: 'Khand', sans-serif; */
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
/* font-family: 'Oxygen', sans-serif; */
* {
    margin: 0;
    padding: 0; }

html {
    font-size: 18px; scroll-behavior: smooth; }

body {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #404040; }

.color {
    color: #00BCCC !important; }

h1, h2 {
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #212121; }

h3, h4 {
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121; }

h5, h6 {
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #212121; }

p:last-child {
    margin-bottom: 0; }

hr {
    border-top-width: 2px;
    border-top-style: solid;
    width: 40px;
    margin-left: 0;
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem; }

a {
    text-decoration: none; }

main {
    display: block; }

.text-center {
    text-align: center !important; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.relative {
    position: relative !important; }

.absolute {
    position: absolute !important; }

.center {
    margin: 0 auto !important; }

.left {
    left: 0 !important; }

.right {
    right: 0 !important; }

.size-12 {
    font-size: 0.75rem; }

.size-14 {
    font-size: 0.875rem; }

.size-16 {
    font-size: 1rem; }

.size-18 {
    font-size: 1.125rem; }

.size-21 {
    font-size: 1.313rem; }

.size-24 {
    font-size: 1.5rem; }

.size-32 {
    font-size: 2rem; }

.size-48 {
    font-size: 3rem; }

.size-64 {
    font-size: 4rem; }

.size-96 {
    font-size: 6rem; }

.text-important {

    text-transform: capitalize;
   
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 1.2; }

/* ====================================================
   END General & Global Styles
=======================================================*/

/* ====================================================
   Preloader - Area
=======================================================*/
.preloader-area {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    background-color: #00BCCC;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
    0%,
    100% {
    -webkit-transform: scale(0); }
50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
    0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }


/* ====================================================
   Background
=======================================================*/
.bg-white {
    background: #ffffff; }

.bg-grey {
    background: #fafafa; }

.bg-overlay-light,
.bg-overlay-dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.bg-overlay-light {
    background-color: rgba(255, 255, 255, 0.85); }

.bg-overlay-dark {
    background-color: rgba(0, 0, 0, 0.75); }

.bg-overlay-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 188, 204, 0.8); }

/* ====================================================
   END Background
=======================================================*/
/* ====================================================
   margin's
=======================================================*/
.pl-0 {
    padding-left: 0; }

.pr-0 {
    padding-right: 0; }

.pt-0 {
    padding-top: 0; }

.pb-0 {
    padding-bottom: 0; }

.p-all {
    padding: 5.556rem; }

.pl-p {
    padding-left: 5.556rem; }

.pr-p {
    padding-right: 5.556rem; }

.plr-p {
    padding-right: 5.556rem;
    padding-left: 5.556rem; }

.pt-p {
    padding-top: 5.556rem; }

.pb-p {
    padding-bottom: 5.556rem; }

.ptb-p {
    padding-bottom: 5.556rem;
    padding-top: 5.556rem; }

.p-all-80 {
    padding: 4.444rem; }

.pl-p-80 {
    padding-left: 4.444rem; }

.pr-p-80 {
    padding-right: 4.444rem; }

.plr-p-80 {
    padding-right: 4.444rem;
    padding-left: 4.444rem; }

.pt-p-80 {
    padding-top: 4.444rem; }

.pb-p-80 {
    padding-bottom: 4.444rem; }

.ptb-p-80 {
    padding-bottom: 4.444rem;
    padding-top: 4.444rem; }

.p-all-60 {
    padding: 3.333rem; }

.pl-p-60 {
    padding-left: 3.333rem; }

.pr-p-60 {
    padding-right: 3.333rem; }

.plr-p-60 {
    padding-right: 3.333rem;
    padding-left: 3.333rem; }

.pt-p-60 {
    padding-top: 3.333rem; }

.pb-p-60 {
    padding-bottom: 3.333rem; }

.ptb-p-60 {
    padding-bottom: 3.333rem;
    padding-top: 3.333rem; }

.m-all {
    margin: 5.556rem; }

.ml-p {
    margin-left: 5.556rem; }

.mr-p {
    margin-right: 5.556rem; }

.mlr-p {
    margin-right: 5.556rem;
    margin-left: 5.556rem; }

.mt-p {
    margin-top: 5.556rem; }
.mt-minus-p {
    margin-top: -29px; }
.mb-p {
    margin-bottom: 5.556rem; }

.mtb-p {
    margin-bottom: 5.556rem !important;
    margin-top: 5.556rem !important; }

/* ====================================================
   END Padding's
=======================================================*/
/* ====================================================
   Section's
=======================================================*/
.section-main {
    position: relative;
    z-index: 2;
    overflow: hidden; }

/* section title*/
.section-title h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
    letter-spacing: -1px;
    margin-right: 4.2rem; }

.section-title p {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1rem; }

.section-title-v2 h1 {
    margin-right: 0; }

.section-title-v2 p {
    position: relative;
    margin-top: 3.556rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    font-family: 'Oxygen', sans-serif;
    font-size: 1.1rem;
    width: 40%;
    line-height: 2rem;
    letter-spacing: 1px; }

.section-title p:first-letter {
    font-size: 1.4rem; }

.section-title-v2 .section-title-text {
    width: 100%;
    text-align: center; }

.section-title hr {
    width: 3.556rem;
    margin-top: 3.556rem;
    margin-bottom: 0; }

.section-title-v2 hr {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto; }

/* ====================================================
   END Section's
=======================================================*/
/* ====================================================
   Background Section's
=======================================================*/
.timeline-bg,
.thanks-bg,
.purchase-bg,
.detail-service-bg,
.other-service-bg,
.detail-proyect-bg,
.image-bg,
.image-bg-2,
.about-bg-v2,
.about-bg {
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed; }

.about-bg,
.about-bg-v2 {
    background-image: url(../img/sections/about_bg.jpg); }

.image-bg-2 {
    background-image: url(../img/sections/image_bg_2.jpg); }


.other-service-bg {
    background-image: url(../img/sections/other_service_bg.jpg); }



.thanks-bg {
    background-image: url(../img/sections/contact_bg.jpg); }


/* ====================================================
   End Background Section's
=======================================================*/
/* ====================================================
    Header
==================================================== */
.main-header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 66px;
    /*line-height: 66px;*/
    color: #ffffff;
    /*background-color: #0000006b;*/
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
    z-index: 1001; }

.main-header-top {
    top: 0;
    background-color: #333333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }

.main-header a {
    text-decoration: none;
    color: inherit; }

.header__logo {
    padding: 0 25px;
    float: left; }

/* menu ---- ---- */
.menu ul li {
    list-style: none; }

.menu > ul > li {
    display: inline-block;
    margin: 0; }

.menu ul li {
    position: relative; }

.menu {
    float: right; }
.menu a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid transparent;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease; }
.menu a:hover {
    color: #ffffff;
    border-bottom: 1px solid #00bccc; }

.menu > ul > li > .sub-menu {
    position: absolute;
    width: 150px;
    display: none; }

.menu > ul > li:hover > .sub-menu {
    display: block; }

.menu > ul > li > .sub-menu li {
    background-color: #333333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075); }

/* responsive ---- ---- */
@media only screen and (max-width: 1024px) {
    .header__logo {
        padding: 0;
        float: right; }

    .header__icon {
        position: realtive;
        display: inline-block;
        float: left;
        width: 66px;
        height: 66px;
        cursor: pointer; }
    .header__icon:after {
        content: '\f0c9';
        font-family: "FontAwesome";
        font-size: 36px;
        text-align: center;
        position: absolute;
        left: 0;
        display: block;
        width: 66px;
        height: 66px;
        background-color: #00bccc; }

    .header__icon__close:after {
        content: '\f00d';
        color: #fff; }

    .menu > ul > li {
        display: block; }

    .menu {
        position: fixed;
        left: 0;
        top: 126px;
        bottom: 0;
        background-color: #333333;
        width: 250px;
        z-index: 2001;
        transform: translate(-250px, 0px);
        -webkit-transform: translate(-250px, 0px);
        -moz-transform: translate(-250px, 0px);
        -o-transform: translate(-250px, 0px);
        -ms-transform: translate(-250px, 0px);
        transition: All 0.3s ease;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease; }
    .menu a {
        display: block;
        height: 50px;
        padding-left: 20px;
        text-align: left;
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.075); }

    .menu > ul > li:hover > .sub-menu {
        position: relative;
        display: block;
        width: 100%; }

    .menu > ul > li:hover > .sub-menu li {
        padding-left: 20px; }

    .main-header-top .menu {
        top: 66px; }

    .with--sidebar .menu {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px); } }
/* ====================================================
    End Header
==================================================== */

/* ====================================================
   Card's
=======================================================*/
.card {
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2.5rem 2.5rem;
    -webkit-transition: All 0.4s ease;
    transition: All 0.4s ease; }

.title-icon {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 1.25rem; }

.title-card {
    margin-bottom: 2.5rem;
    -webkit-transition: All 0.4s ease;
    transition: All 0.4s ease; }

.subtitle-card {
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0.5rem; }

.item-service a.more,
.card .more {
    text-decoration: none !important;
    text-transform: capitalize;
    -webkit-transition: All 0.4s ease;
    transition: All 0.4s ease;
    color: inherit;
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    display: none; }

.card:hover {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 99; }

.card:hover .title-card {
    color: #00BCCC; }

.item-service:hover a.more,
.card:hover .more {
    display: initial; }
.card{
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 99;
}

/* ====================================================
   END Card's
=======================================================*/
/* ====================================================
   about
=======================================================*/
#aboutSection .section-content p:last-child {
    margin-bottom: 0; }

/* ====================================================
   END about
=======================================================*/
/* ====================================================
   feacture
=======================================================*/
.feacture {
    position: relative;
    width: 100%;
    margin-top: 1.111rem;
    margin-bottom: 3.333rem; }

.feacture:first-child {
    margin-top: 0; }

.feacture.service {
    margin-top: 0;
    margin-bottom: 2.5rem; }

.feacture .icon {
    display: inline-block;
    font-size: 33px;
    color: #212121;
    position: absolute;
    padding-top: 8px;
    text-align: center;
    width: 64px;
    height: 64px;
    border: 1px solid #00BCCC;
    border-radius: 50%;
    line-height: normal;
}

.feacture .num {
    position: absolute;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    width: 70px;
    height: 70px; }

.feacture .num h1 {
    color: #00BCCC !important; }

.feacture .content {
    display: block;
    padding-top: 8px;
    margin-left: 100px; }

.feacture .content h4 {
    margin-bottom: 0; }

.feacture:hover .icon {
    background-color: #00BCCC;
    color: #ffffff; }

.feacture:last-child {
    margin-bottom: 0; }

/* ====================================================
   END feacture
=======================================================*/

/* ====================================================
   section image
=======================================================*/
.image-section {
    position: relative;
    width: 100%;
    min-height: 668px;
    overflow: hidden; }

.image-section .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%; }

.image-section .content h1 {
    display: inline-block;
    font-size: 58px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; }

.image-section .content h1.title-project {
    background-color: rgba(255, 255, 255, 0.35);
    padding: 8px 20px 0 20px;
    font-size: 5rem; }

.image-section .content p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff !important; }

/* ====================================================
   END section imagen
=======================================================*/
/* ====================================================
   other services
=======================================================*/
.services .section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.item-service {
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.item-service div.row {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.item-service:hover {
    background: white;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 999; }

.item-service-img {
    width: 100%;
    display: inline-block;
    padding: 0; }

/* ====================================================
   END other services
=======================================================*/

/* ====================================================
   clients
=======================================================*/
#clientsSection .section-content .logo {
    text-align: center;
    background-color: transparent; }

#clientsSection .section-content .logo.p-all {
    padding: 4.444rem; }

#clientsSection .section-content .logo img {
    width: 100%;
    height: 100%; }

#clientsSection .section-content .logo:hover {
    background: #00bccc;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 999; }

/* ====================================================
   END clients
=======================================================*/

/* ====================================================
   Gallery
=======================================================*/
.item-gallery {
    margin: 1rem;
    border: 1px solid #e9e9e9;
    position: relative; }

.item-gallery:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 9; }

.item-gallery-overlayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 188, 204, 0.8);
    z-index: 99;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0; }

.item-gallery:hover a .item-gallery-overlayer {
    opacity: 1; }

/* ====================================================
   END Gallery
=======================================================*/

/* ====================================================
   team
=======================================================*/
.item-team {
    border: 1px solid #dcdcdc;
    margin-left: 1.111rem;
    margin-right: 1.111rem;
    padding-left: 1.333rem;
    padding-right: 1.333rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    z-index: 99; }

.item-team:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.img-team {
    width: 200px;
    position: relative;
    margin: 0 auto 2.0rem auto; }

.content-team h1 {
    margin-bottom: 0; }

.content-team h6 {
    color: #969696;
    font-weight: 300;
    letter-spacing: 1px; }

.content-team p {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
.content-social{
    margin-top: -25px;
    float: right;
}
.content-social .icon-social {
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #00bccc;
    color: white;
}


.item-team:hover .icon-social {
    background-color: #00bccc;
    border: 1px solid #00bccc;
    color: #ffffff;
    -webkit-transition: opacity .6s, left .6s, right .6s, visibility .6s;
    transition: all .6s, left .6s, right .6s, visibility .6s; }

#owl-carousel-team .owl-nav {
    position: absolute;
    top: auto;
    bottom: -50px; }

#owl-carousel-team .owl-nav .owl-prev {
    position: initial;
    right: auto;
    left: auto; }

#owl-carousel-team .owl-nav .owl-next {
    position: initial;
    left: auto;
    right: auto; }

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px 15px; }

/* ====================================================
   end team
=======================================================*/
/* ====================================================
   works
=======================================================*/
.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%; }

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -75px; }

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -75px; }

.owl-theme .owl-nav [class*=owl-] {
    color: #212121;
    font-size: 14px;
    margin: 5px;
    padding: 14px 16px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #ffffff;
    font: normal normal normal 14px/1 FontAwesome;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    -webkit-transition: opacity .2s, left .5s, right .5s, visibility .2s;
    transition: all .2s, left .5s, right .5s, visibility .2s; }

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(0, 188, 204, 0.9);
    color: #FFF;
    text-decoration: none; }

.item-work-img {
    position: relative;
    width: 100%; }

.item-work-content {
    position: absolute;
    bottom: 0;
    padding: 25px 25px;
    background-color: rgba(0, 188, 204, 0.75);
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 99; }

.item-work-content i {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 25px; }

.item-work-content h5 {
    display: block;
    margin-left: 50px;
    margin-bottom: 0;
    line-height: 20px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px; }

.item-work-content p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #ededed;
    margin: 0 0 0 50px; }

.item-work-img .bg-overlay-light {
    background-color: rgba(255, 255, 255, 0.44);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 99; }

.item-work:hover .item-work-content {
    background-color: rgba(0, 188, 204, 0.85); }

.item-work:hover .bg-overlay-light {
    background-color: rgba(255, 255, 255, 0);
    z-index: 99; }

/* ====================================================
   END works
=======================================================*/
/* ====================================================
   thanks
=======================================================*/
.thanks {
    position: relative;
    height: 570px;
    width: 100%; }



.thanks h1 {
    color: #FFFFFF !important;
    z-index: 999; }

/* ====================================================
   end thanks
=======================================================*/
/* ====================================================
   contact
=======================================================*/
.infoOffice {
    position: relative;
    width: 100%;
    margin-bottom: 80px; }

.infoOffice i {
    display: inline-block;
    font-size: 42px;
    position: absolute;
    top: 9px; }

.infoOffice h4 {
    display: block;
    margin-left: 66px;
    margin-bottom: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;}

.infoOffice p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #fafafa;
    margin: 0 0 5px 66px; }

/* ====================================================
   end contact
=======================================================*/
/* ====================================================
   form
=======================================================*/
input.form-control,
select.form-control,
textarea.form-control {
    color: #212121;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-color: #393939;
    background: #FFFFFF;
    background: linear-gradient(left, #FFFFFF, #FFFFFF);
    background: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
    margin-bottom: 3.333rem;
    letter-spacing: 1px; }

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    color: #00bccc;
    border-color: #00bccc;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.btn-primary {
    color: #fff;
    background-color: #00BCCC; 
    border-color: #00BCCC; }

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.5rem .5rem;
    font-size: 0.75rem;
    /*border-radius: 42px;*/
    text-transform: uppercase;
    letter-spacing: 1px; }

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00bccc;
    border-color: #00bccc;
    background-image: none; }

.btn-primary:hover {
    color: #fff;
    background-color: #00bccc;
    border-color: #00bccc;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #00bccc;
    border-color: #00bccc; }

/* ====================================================
   end form
=======================================================
/* ====================================================
   footer
=======================================================*/
.footer-bottom {
    background-color: #00bccc;
    padding: 10px 0;
    /* text-align: left; */
    border-top: 1px solid #00bccc;}

.footer-bottom p {
    font-weight: 400;
    font-size: 11px;
    color:rgb(255, 255, 255);
    margin-bottom: 0;    padding-left: 24px; }

/* back to top */
.back-to-top-button {
    background-color: rgba(0, 188, 204, 0.25);
    border: none;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    height: 56px;
    width: 56px;
    min-width: 56px;
    padding: 0;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: normal;
    line-height: 36px;
    vertical-align: middle;
    margin: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    right: 45px;
    bottom: 45px;
    z-index: 5; }

.back-to-top-button:hover {
    background-color: #00bccc; }
footer h4{
    font-weight: 300;
    color: white;
    text-align: left;
}
.social1{
    background-color: #c73d3d;
    border-color:#686868 !important;
}
.social2{
    background-color: #9C27B0;
    border-color: #686868 !important;
}
.social3{
    background-color: #3d61c7;
    border-color: #686868 !important;
}

.social4{
    background-color: #fd0511;
    border-color: #686868 !important;
}
.social1 a{
   color: white;
}
.social2 a{
   color: white;
}
.social3 a{
   color: white;
}
.social4 a{
   color: white;
}
/* ====================================================
   end footer
=======================================================*/
