/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
* {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
body{ font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:14px; color:#6f6f6f; font-weight: 400;line-height: 24px;}
a:hover {
    color: #00aff0;
}
:root {
    --primary: #00aff0;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

h1,
h2,
.font-weight-bold {
    font-weight: 500 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 500 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
}
.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}
.navbar-brand img{
    max-width: 250px;
}
.service-content-right {
    width: calc(100% - 60px);
}
.service-content-right h3{
    color: #fff;
}
.cssbuttons-io-button-black {
    background: #00aff0 !important;
    color: white !important;
    font-family: poppins !important;
    padding: 0.35em !important;
    padding-left: 1.2em !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: none !important;
    letter-spacing: 0.05em !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: inset 0 0 1.6em -0.6em #00aff0 !important;
    overflow: hidden !important;
    position: relative !important;
    height: 2.8em !important;
    padding-right: 3.3em !important;
    cursor: pointer !important;
    min-width: 194px;
}
.cssbuttons-io-button-black .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 6px;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #00aff0;
    right: 0.3em;
    transition: all 0.3s;
    white-space: nowrap;
}
.cssbuttons-io-button-black:hover .icon {
    width: calc(100% - 0.6em);
    justify-content: right;
}
.cssbuttons-io-button-black .hover-text {
    opacity: 0;
    transition: opacity 0.3s !important;
    position: absolute !important;
    left: 1.5em !important;
    color: black !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: poppins !important;
}
.cssbuttons-io-button-black:hover .hover-text {
    opacity: 1;
}
.elementor-element svg {
    width: 1em;
    fill: currentColor;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}
.fot-newsletter .btn-dark {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
}

@media (max-width: 767px){
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px 30px 15px 15px;
    top: 80px;
    z-index: 99;
}    
nav.navbar.navbar-expand-lg.bg-white.navbar-light.shadow-sm.px-5.py-3.py-lg-0 {
    padding: 15px 15px !important;
}
.home-blue-bg .col-6{
    max-width: 100%;
    width: 100%;
}
.service-content-right {
    margin-bottom: 20px;
}
.p-5 {
    padding: 20px !important;
}
.py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.px-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.pt-6 {
    padding-top: 30px;
}
.mb-5 {
    margin-bottom: 20px !important;
}

}
/*about page css*/

.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%;
}
.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
}
.margin-six-bottom {
    margin-bottom: 6%;
}

.width-90 {
    width: 90%;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}
.text-deep-pink, .btn.text-deep-pink {
    color: #00aff0;
}
.margin-10px-right {
    margin-right: 10px;
}
.alt-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.margin-seven-half-bottom {
    margin-bottom: 5.5%;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-light-gray h5 {
    font-size: 32px;
    line-height: 40px;
}
section {
    padding: 130px 0;
    overflow: hidden;
}
.btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323;
}
.btn.btn-rounded.btn-medium {
    padding: 6px 32px;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.width-80 {
    width: 80%;
}
.margin-35px-bottom {
    margin-bottom: 35px;
}
h5 {
    font-size: 32px;
    line-height: 40px;
}
.icon-medium {
    font-size: 35px;
}
.opacity-full-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.text-light-gray, .btn.text-light-gray {
    color: #d6d5d5;
    position: relative;
    z-index: 1;
}
.alt-font {
    position: relative;
}
.margin-40px-bottom {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

/*Service section*/
.feature-box-5 {
    padding-left: 75px;
}
.feature-box-5 i {
    position: absolute;
    top: 0;
    left: 0;
}
.margin-six-bottom {
    margin-bottom: 6%;
}
.margin-eight-bottom {
    margin-bottom: 8%;
}
.border-color-medium-dark-gray {
    border-color: #363636 !important;
}
.border-right {
    border-right: 1px solid;
}
.border-width-1 {
    border-width: 1px;
}
.text-white-2, .btn.text-white-2 {
    color: #FFF;
}
.text-extra-large {
    font-size: 20px;
    line-height: 26px;
}
.margin-20px-bottom {
    margin-bottom: 20px;
}
.padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
}
.padding-fifteen-all {
    padding: 15%;
}
.margin-25px-bottom {
    margin-bottom: 25px;
}
.required-error {
    border: 1px solid #ee2323 !important;
}
.medium-input, .medium-textarea, .medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}
.border-radius-4 {
    border-radius: 4px;
}
input, textarea, select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    color: inherit;
}
.btn.btn-dark-gray {
    background: #232323;
    border-color: #232323;
    color: #fff;
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {
    background: transparent;
    color: #232323;
}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}
.bg-white, .background-white {
    background-color: #fff;
}
.padding-ten-all {
    padding: 10%;
}
.border-radius-6 {
    border-radius: 6px;
}
.margin-35px-bottom {
    margin-bottom: 35px;
}
.margin-5px-bottom {
    margin-bottom: 5px;
}
img {
    max-width: 100%;
    height: auto;
}
.text-large {
    font-size: 18px;
    line-height: 26px;
}
.margin-25px-top {
    margin-top: 25px;
}
.border-radius-4 {
    border-radius: 4px;
}
.icon-round-medium {
    border-radius: 100%;
    display: table-cell;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}
.d-inline-block {
    display: inline-block!important;
}
.icon-medium {
    font-size: 35px;
}
.text-white-2, .btn.text-white-2 {
    color: #FFF;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.font-weight-700 {
    font-weight: 700;
}
.margin-four-bottom {
    margin-bottom: 4%;
}
.fot-newsletter input{
    margin: 0px;
}
@media (max-width: 767px){
    section.bg-light-gray {
        padding: 30px 20px !important;
    }   
    .width-90 {
        width: 100%;
    }
    section {
        padding: 40px 0;
        overflow: hidden;
    }
    .width-80 {
        width: 100%;
    }
    h5 {
        font-size: 18px;
        line-height: 1.5;
    } 
    .padding-40px-lr {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .contact-page .sm-margin-30px-bottom {
        margin-bottom: 30px;
    }
    .contact-page .btn.btn-dark-gray {
        width: calc(100% - 30px);
    }
    .padding-fifteen-all {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    section.bg-light-gray {
        padding: 30px 20px !important;
    }   
    .width-90 {
        width: 100%;
    }
    section {
        padding: 40px 0;
        overflow: hidden;
    }
    .width-80 {
        width: 100%;
    }
  
    .padding-40px-lr {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .contact-page .sm-margin-30px-bottom {
        margin-bottom: 30px;
    }
    .contact-page .btn.btn-dark-gray {
        width: calc(100% - 30px);
    }
    .padding-fifteen-all {
        padding: 20px;
    }
}