﻿/*Global styles*/
*:focus {
    outline: none;
}

.btn {
    border-radius: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #091841;
    min-height: 100vh;
    overflow-x: hidden;
}

.form-control.is-invalid + .is-invalid {
    font-size: 80%;
    color: #dc3545;
}

#Navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 1030;
    max-height: 100vh;
    /*box-shadow: 0 2px 15px #D6F6F9;*/
}

    #Navbar .navbar-logo {
        height: 45px;
    }

    #Navbar .navbar-nav .nav-link {
        color: #314F72;
        text-align: center;
        margin-left: 10px;
    }

    #Navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    #Navbar .dropdown-item {
        word-wrap: break-word !important;
    }

#Footer {
    color: #001657;
    background: #FFFFFF;
}

    #Footer a {
        color: #001657;
    }

        #Footer a:hover, #Footer a:focus {
            color: #30CCDB;
            text-decoration: none;
        }

    #Footer .demo-container {
        position: relative;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7eeff7+0,38dbea+100 */
        background: rgb(126,239,247); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(126,239,247,1) 0%, rgba(56,219,234,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(126,239,247,1) 0%,rgba(56,219,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(126,239,247,1) 0%,rgba(56,219,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eeff7', endColorstr='#38dbea',GradientType=1 ); /* IE6-9 */
        color: #FFFFFF;
        padding: 1rem 1.5rem;
        margin-bottom: 20px;
    }

        #Footer .demo-container .btn {
            background: #FFFFFF;
            color: var(--primary);
        }

            #Footer .demo-container .btn:focus, #Footer .demo-container .btn:hover {
                box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25)
            }

    #Footer .footer-logo {
        max-width: 100%;
        max-height: 80px;
        margin-bottom: 1rem;
    }

    #Footer .footer-info {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #Footer .page-list {
        list-style: none;
        text-align: right;
        padding: 0px;
    }

        #Footer .page-list li {
            display: inline-block;
            padding-left: 2rem;
        }

    #Footer .container {
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0,22,87,0.1);
    }

    #Footer .copyright {
        text-align: center;
        padding: 2rem;
        padding-bottom: 1rem;
    }

    #Footer .developer {
        font-size: 12px;
        text-align: right;
        padding-bottom: 1rem;
        padding-right: 1rem;
        font-weight: bold;
    }

#PageHeader {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7fafc+0,ffffff+99 */
    background: rgb(215,250,252); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(215,250,252,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(215,250,252,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(215,250,252,1) 0%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7fafc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-top: calc(3rem + 60px);
}

    #PageHeader p {
        line-height: 30px;
    }

#Cover {
    color: #08255a;
    padding-top: 60px;
    background: url('../images/bg-01.png') no-repeat left bottom;
    background-size: 60%;
    padding-bottom: 5rem;
    /*background-size: cover;
    background-position: center bottom;*/
    /*background: rgb(196,251,255); 
    background: -moz-linear-gradient(-45deg, rgba(196,251,255,1) 0%, rgba(48,204,219,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(196,251,255,1) 0%,rgba(48,204,219,1) 100%); 
    background: linear-gradient(135deg, rgba(196,251,255,1) 0%,rgba(48,204,219,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4fbff', endColorstr='#30ccdb',GradientType=1 );*/
}

    #Cover svg {
    }


#WhyUs {
    /*background: #EFFDFF;*/
    /*    background: rgb(178,245,249); 
    background: -moz-linear-gradient(top, rgba(178,245,249,1) 0%, rgba(138,244,252,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(178,245,249,1) 0%,rgba(138,244,252,1) 100%); 
    background: linear-gradient(to bottom, rgba(178,245,249,1) 0%,rgba(138,244,252,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5f9', endColorstr='#8af4fc',GradientType=0 ); */
}

    #WhyUs .list > div {
        height: 100%;
    }

    #WhyUs .list .item {
        height: 100%;
        text-align: center;
        margin-bottom: 3rem;
        border-radius: 1rem;
    }

    #WhyUs .list > div img {
        width: 30%;
        margin-bottom: 2rem;
    }

#WhyUsText {
    background: #EFFDFF;
}

    #WhyUsText p {
        line-height: 30px;
    }

#Clients {
    background: #FFFFFF;
    margin-bottom: 3rem;
}

    #Clients #ClientSlider .country {
        font-weight: 500;
        text-align: center;
    }

    /*#Clients #ClientSlider img {
        box-shadow: 0 8px 15px #D6F6F9;
        border-radius: 1rem;
    }*/

    #Clients .slick-prev:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' stroke='rgb(48, 204, 219)' fill='none' stroke-width='2' preserveAspectRatio='xMidYMid meet'><circle cx='12' cy='12' r='10'></circle><polyline points='12 8 8 12 12 16'></polyline><line x1='16' y1='12' x2='8' y2='12'></line></svg>");
    }

    #Clients .slick-next:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' stroke='rgb(48, 204, 219)' fill='none' stroke-width='2' preserveAspectRatio='xMidYMid meet'><circle cx='12' cy='12' r='10'></circle><polyline points='12 16 16 12 12 8'></polyline><line x1='8' y1='12' x2='16' y2='12'></line></svg>");
    }

#WhatWeDo {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    #WhatWeDo .row > div {
        text-align: center;
    }

        #WhatWeDo .row > div img {
            max-width: 100%;
            max-height: 300px;
            margin-bottom: 3rem;
            margin-top: 2rem;
        }

#About {
    padding-top: 60px;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092c62+0,050f40+100 */
    background: rgb(9,44,98); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(9,44,98,1) 0%, rgba(5,15,64,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(9,44,98,1) 0%,rgba(5,15,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(9,44,98,1) 0%,rgba(5,15,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092c62', endColorstr='#050f40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    #About p {
        line-height: 30px;
    }

#Mission {
    background: #EFFDFF;
    margin-bottom: 3rem;
}

    #Mission p {
        line-height: 30px;
    }

#Testimonial {
    margin-bottom: 3rem;
}

    #Testimonial .carousel-indicators {
        position: relative;
    }

        #Testimonial .carousel-indicators li {
            background-color: var(--primary);
            height: 10px;
            width: 10px;
            border-radius: 100px;
            border: none;
        }

    #Testimonial .carousel-control-prev, #Testimonial .carousel-control-next {
        display: inline;
        position: static;
    }

#Services {
    background: url(../images/BG.jpg);
    background-size: contain;
    padding-bottom: 3rem;
}

    #Services .container > .row {
        position: relative;
        padding: 2rem;
        background: #FFFFFF;
        border-radius: 2rem;
        box-shadow: 0px 7px 12px 0px rgba(48,205,219,0.19);
        margin-bottom: 3rem;
    }

        #Services .container > .row .anchor {
            position: absolute;
            left: 0px;
            top: -60px;
        }

#Contact .contact-info {
}

    #Contact .contact-info > div {
        text-align: center;
    }

        #Contact .contact-info > div a {
            color: #091841;
            text-decoration: none;
        }

            #Contact .contact-info > div a:hover, #Contact .contact-info > div a:focus {
                color: var(--primary);
            }

        #Contact .contact-info > div .title {
            font-weight: bold;
        }

        #Contact .contact-info > div > i {
            background: var(--primary);
            color: #FFFFFF;
            border-radius: 100px;
            margin-bottom: 10px;
            color: #FFF;
            font-size: 25px;
            vertical-align: middle;
            padding-top: 28px;
            width: 80px;
            height: 80px;
        }

#Contact .contact-form {
    padding-top: 5rem;
    margin-bottom: 3rem;
}

    #Contact .contact-form .form-control {
        border-radius: 20px;
    }

#Connect {
    margin-bottom: 3rem;
}

    #Connect .card {
        border: none;
        border-radius: 1rem;
        box-shadow: 0px 7px 12px 0px rgba(48,205,219,0.19);
    }

    #Connect .links a {
        color: var(--primary);
    }

@media (max-width: 576px) {
    #Services .container > .row {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    #Cover {
        background: url(../images/bg-01.png) no-repeat left top;
        background-size: 100%;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-3 {
        font-size: 3.5rem;
    }

    #Footer .demo-container {
        text-align: center;
    }

    #Footer .page-list li {
        display: block;
        text-align: left;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    #Navbar {
        overflow-y: auto;
    }
}

.wow {
    animation-duration: 2s;
}
