body{
    background-color: #f2f3f7;
    color: #334189;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
.clear{ 
    clear: both;
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}
img{
    max-width: 100%;
}
.btn:focus, .form-control:focus{
    box-shadow: none !important;
}
.navbar{
    height: auto !important;
}
.position-relative {
    position: relative !important;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background-color: initial!important;
}
hr{
    background: #00B0E2;
}
:focus {
    outline: none;
}
.s-pad{
    padding: 0 5px;
}
.l-pad{padding-left: 0}
.r-pad{padding-right: 0}
 .row{
    margin: 0 !important;
}
.sPad{
    padding: 0 5px;
}
@media (min-width: 1200px){
    .max-fluid {
        max-width: 1240px !important;
    }
}
/***** Header *****/
#header, #header .navbar{
    background: #fff !important;
}
#header .navbar .logo{
    position: relative;
    width: 180px;
    height: 45px;
}
#header .navbar .logo img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#header .navbar .navbar-nav{
    margin: 0 auto;
    text-align: center;
}
#header .navbar .navbar-nav li{
    padding: 0 6px;
}
#header .navbar .navbar-nav li a{
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}
#header .navbar .navbar-nav li.active a{
    color: #000;
}
/***** Header *****/
/***** Top Form *****/
#top_form{background: #ffffff73;}
#top_form .background_form{
    position: relative;
    width: 100%;
}
#top_form .background_form img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#top_form h3{
    margin: auto;
    padding: 40% 0  0 15%;
    font-size: 40px;
    color: #003240;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: 600;
}
#top_form span{
    color: #00B0E2;
}
#top_form .form{
    padding: 50px 25px;
    margin: 95px auto;
    background: #003240;
    border-radius: 20px;
    box-shadow: 3px 3px 8px #0032404A;
    max-width: 410px;
}
#top_form .form h5{
    color: #fff;
    text-align: center;
    font-size: 30px;
}
#top_form .form p{
    color: #CBCBCB;
    text-align: center;
    font-size: 25px;
}
#top_form .form .form-group{
    margin: 15px 0;
}
#top_form .form .form-group .form-control{
    color: #000000;
    height: 45px;
    border-radius: 10px;
}
#top_form .form .form-group .supmit-btn{
    color: #00B0E2;
    border: 2px solid #00B0E2;
    border-radius: 10px;
    float: right;
    margin: 20px 0 0;
    font-size: 19px;
    font-weight: 600;
}
/***** Top Form *****/
/***** Help *****/
#help{
    margin: 20px 10px;
    border: 2px dashed #00B0E2;
    padding: 20px 0;
}
#help .data{
    border-left: 2px solid #00B0E2;
    padding: 0 25px;
}
#help .data h3{
    color: #00B0E2;
}
#help .data h5{
    color: #000000;
}
#help .data p{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
#help .data a{
    color: #00B0E2;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
/***** Help *****/
/***** features *****/
#features{
    margin: 25px 0;
}
#features h3{
    color: #000000;
}
#features h5{
    color: #00B0E2;
    font-size: 22px;
}
#features .card{
    position: relative;
    border: 0;
    box-shadow: 3px 3px 6px #00324040;
    border-radius: 20px;
    width: 100%;
    height: 275px;
    margin: 20px 0;
    background: #00000038;
    text-align: center;
    padding: 15% 10% 0;
}
#features .card:hover{
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
#features .card img{
    position: absolute;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
}
#features .card:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease-in-out;
}
#features .card h5{
    color: #fff;
    font-size: 25px;
}
#features .card p{
    color: #fff;
}

/***** features *****/
/***** sites *****/
#sites{
    margin: 25px 0;
    padding: 50px 0;
    position: relative;
    background: #4848489e 0% 0% no-repeat padding-box;
}
#sites .bk-img{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: -1;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
}
#sites .overlay{background: #00000045;width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;right: 0;left: 0;z-index: 0;}
#sites h5{
    font-size: 30px;
    color: #fff;
    z-index: 2;
}
#sites h6{
    color: #00B0E2;
    font-size: 25px;
}
#sites p{
    color: #C5C5C5;
    font-size: 20px;
}
#sites .site-img{
    position: relative;
    width: 100%;
    height: 350px;
}
#sites .site-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#sites .owl-nav{
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
}
#sites .owl-next{
    right: 0;
    position: absolute;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    font-size: 36px;
    box-shadow: 0px 0px 8px #0032403D;
    color: #003240;
}
#sites .owl-prev{
    left: 0;
    position: absolute;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    font-size: 36px;
    box-shadow: 0px 0px 8px #0032403d;
    color: #003240;
}
#sites .owl-dots{
    display: none;
}
/***** sites *****/
/***** clients *****/
#clients{
    margin: 25px 0;
}
#clients h5{
    color: #000000;
    font-size: 30px;
}
#clients h6{
    color: #00B0E2;
    font-size: 25px;
}
#clients .item{
    padding-top:20px;
}
#clients .client-img{
    position: relative;
    width: 100%;
    height: 160px;
}
#clients .client-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
#clients .data{
    text-align: center;
}
#clients .data h6{
    color: #484848;
    font-size: 20px;
}
#clients .data p{
    color: #484848;
}
#clients .data a{
    color: #00B0E2;
    text-decoration: none;
    font-weight: 600;
}
#clients  .owl-dots{
    margin: 20px 0;
}
#clients  .owl-dot span{
    width: 15px;
    height: 15px;
}
#clients  .owl-dot.active span{
    background: #003240;
}
/***** clients *****/
/***** footer *****/
footer{
    background: #003240;
    padding: 25px 0;
}
footer .logo{
    text-align: center;
}
footer .logo-img{
    position: relative;
    width: 100%;
    height: 70px;
    margin: 20px 0;
}
footer .logo-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
footer .logo h4{
    color: #fff;
}
footer .logo p{
    color: #fff;
    letter-spacing: 4px;
}
footer h5{
    color: #fff;
    position: relative;
    margin-top: 20px;
}
footer h5::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #00B0E2;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li{
    color: #fff;
    padding: 7px 0;
}
footer ul li i{
    color: #00B0E2;
    padding: 0 5px;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover{
    color: #00B0E2;
    transition: all 0.5s ease-in-out;
}
footer ul.social li{
    display: inline-block;
    padding: 15px 5px;
}
footer .find-us{
    height: 160px;
}
footer .Copyright{
    margin: 0;
    text-align: center;
    color: #fff;
}
/***** footer *****/
.navbar-light{
    border-color: #fff;
}
.navbar-light .navbar-toggler{
    border: 0;
}
.navbar-light .navbar-toggler-icon{
    background-image: url(../img/menu.png)
}

/***** media query *****/
@media only screen and (max-width: 991px) {
    #top_form .background_form img{
        display: none;
    }
    #top_form h3{
        font-size: 40px;
        padding: 25px 0 0;
        text-align: center;
    }
    #top_form .form{
    margin: 20px auto;
    }
}
@media only screen and (min-width: 767px) {
    .md-none{
        display: none
    }
}
