﻿/* google fonts 
    font-family: 'Playfair Display', serif;
    font-family: 'Indie Flower', cursive;
    font-family: 'Bad Script', cursive;
    font-family: 'Roboto', sans-serif;
*/

body, * {
    font-family: 'Roboto', sans-serif;
}

.nopadding {
    padding: 0px !important;
}

.pad60 {
    padding: 60px 0px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}
.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}
.m-pt0{
    padding-top: 0px !important
}
.mt-10{
    margin-top: 10px !important;
}
.D-nav {
    background: #000e35 !important;
    border: none !important;
}

.navbar-brand {
    height: auto !important;
    padding: 2px 15px !important;
}

.D-menu-link {
    margin-top: 22px !important;
    font-family: 'Roboto', sans-serif;
}

    .D-menu-link > li > a {
        padding: 10px 15px !important;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 14px;
        transition: 0.4s;
    }

        .D-menu-link > li > a.highlight {
            background-color: #41e0f2 !important;
            color: #fff !important;
            border-radius: 50px;
            padding: 7px 20px !important;
            margin-top: 3px;
            margin-left: 20px;
        }

            .D-menu-link > li > a.highlight i {
                margin-right: 5px;
            }

        .D-menu-link > li > a:hover {
            border-radius: 5px;
            transition: 0.4s;
        }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000e35 !important;
    background: none !important;
}

.home-banner {
    background: url(../images/Home-banner.jpg) no-repeat top center;
    background-size: 100%;
    background-attachment: fixed;
    min-height: 100vh;
    text-align: center;
    padding-top: 29vh;
}

    .home-banner p {
        font-family: 'Indie Flower', cursive;
        margin: 0px;
        font-size: 26px;
        color: #585858;
    }

    .home-banner h1 {
        font-family: 'Roboto', sans-serif;
        margin: 7px 0px;
        font-size: 50px;
        font-weight: 900;
        color: #000e35;
        text-transform: uppercase;
    }

        .home-banner h1 span {
            font-weight: 300;
        }

    .home-banner h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0px;
        font-size: 26px;
        font-weight: 300;
        color: #585858;
        line-height: 35px;
    }

a.big-btn-round {
    display: inline-block;
    margin: 40px 0px 10px 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 8px 10px 10px;
    background: #000e35;
    border: 2px dashed #000e35;
    border-radius: 100px;
    width: 100%;
    font-weight: 700;
    transition: 0.4s;
}

    a.big-btn-round span {
        font-weight: 300;
    }

    a.big-btn-round:hover, a.big-btn-round:focus {
        text-decoration: none;
        color: #000e35;
        background: none;
        border: 2px dashed #000e35;
        transition: 0.4s;
    }

#arrow-down {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
    transform: translateY(6px);
    animation-name: D-move;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes D-move {
    0% {
        transform: translateY(6px);
        opacity: 1;
    }

    50% {
        transform: translateY(3px);
        opacity: 0.4;
    }

    100% {
        transform: translateY(6px);
        opacity: 1;
    }
}

.main {
    padding: 100px 0px 60px 0px;
}

.home-about {
    text-align: center;
}

    .home-about h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0px;
        font-weight: 900;
        font-size: 35px;
        text-transform: uppercase;
        color: #a3a3a3;
    }

        .home-about h3 span {
            font-weight: 300;
        }

        .home-about h3 i {
            font-size: 30px;
            color: #000e35;
            margin: 0px 10px;
        }

    .home-about p {
        font-family: 'Roboto', sans-serif;
        margin: 10px 0px;
        font-size: 18px;
        color: #353535;
        font-weight: 300;
    }

.home-step {
    text-align: center;
    margin-bottom: 15px;
}

    .home-step:hover .d-zoom {
        transform: scale(1.2, 1.2);
        transition: 0.4s;
    }

    .home-step img {
        width: 70px;
        transition: 0.4s;
    }

    .home-step p {
        font-family: 'Indie Flower', cursive;
        font-size: 22px;
        color: #46a6ff;
    }

.home-video {
}

.round-image-full {
    width: 100%;
    border-radius: 10px;
}

p.text-content {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.color-red {
    color: #000e35 !important;
}

p.writting-text {
    font-family: 'Roboto', sans-serif;
    color: #000e35;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
}

    p.writting-text span {
        font-weight: 300;
        font-style: normal;
    }

.home-services {
    background: #f5f5f5;
    padding: 60px 0px;
}

.title-big {
    margin-bottom: 50px;
    text-align: center;
}

    .title-big h2 {
        margin: 0px;
        font-size: 40px;
        color: #000e35;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

        .title-big h2 span {
            font-weight: 700;
        }

    .title-big h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 17px;
    }

.home-service-box {
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 1px dashed #ddd;
    margin-bottom: 30px;
    transition: 0.4s;
}

    .home-service-box:hover {
        border: 1px solid #000e35;
        transition: 0.4s;
    }

    .home-service-box img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .home-service-box h2 {
        margin: 0px 0px 10px 0px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 300;
        color: #222;
    }

        .home-service-box h2 span {
            font-weight: 700;
        }

.get-quote {
    text-align: center;
    padding-top: 30px;
}

    .get-quote p {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

        .get-quote p span {
            font-weight: 500;
        }

.home-portfolio {
    padding: 60px 0px;
}

.gallery-box {
    padding: 15px !important;
    margin-bottom: 15px;
}

    .gallery-box img {
        width: 100%;
        border-radius: 4px;
        /* box-shadow: 0px 0px 15px #8e8e8e; */
        transition: 0.4s;
    }

    .gallery-box h3 {
        color: #333;
        font-size: 18px;
        margin: 15px 0px 5px 0px;
        transition: 0.4s;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

    .gallery-box p.tag {
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        font-weight: 300;
        margin: 0px;
        color: #333
    }

    .gallery-box img:hover {
        box-shadow: none;
        opacity: 0.8;
        transition: 0.5s;
    }

        .gallery-box a, .gallery-box a:hover, .gallery-box a:focus{
            text-decoration: none;
        }

.port-link {
    padding: 30px 0px 0px 0px !important;
}

    .port-link a.right {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #000e35;
        padding: 7px 20px;
        border-radius: 100px 0px 0px 100px;
        transition: 0.4s;
    }

        .port-link a.right:hover {
            text-decoration: none;
            color: #fff;
            transition: 0.4s;
            border-radius: 0px 100px 100px 0px;
        }

    .port-link a.left {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #000e35;
        padding: 7px 20px;
        border-radius: 0px 100px 100px 0px;
        transition: 0.4s;
    }

        .port-link a.left:hover {
            text-decoration: none;
            color: #fff;
            padding: 7px 40px 7px 20px;
            transition: 0.4s;
        }

.home-technology {
    padding: 60px 0px;
    background: url(../images/tech-bg.png) no-repeat center top #fff;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.tech-we-use {
    text-align: center;
    padding: 15px !important;
    margin-bottom: 20px;
}

    .tech-we-use h3 {
        color: #000e35;
        margin: 0px;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
    }

    .tech-we-use p {
        color: #adadad;
        margin: 8px 0px 10px 0px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
    }

    .tech-we-use img {
        max-width: 100px;
        transition: 0.4s;
    }

        .tech-we-use img:hover {
            transform: scale(0.9, 0.9);
            transition: 0.4s;
        }

.home-testimonials {
    padding: 60px 0px;
    background: #fbfbfb;
}

.client-speak {
    text-align: center;
    margin-bottom: 10px
}

h3.t-title {
    color: #000e35;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

    h3.t-title span {
        font-weight: 300;
    }

p.t-desc {
    margin: 7px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
/* Testimonial Slider Start */
.testimonial {
    margin: 0 20px 15px;
}

    .testimonial .testimonial-content {
        padding: 35px 25px 5px 50px;
        margin-bottom: 35px;
        position: relative;
    }

        .testimonial .testimonial-content:after {
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #d4d4d4;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

.testimonial-content .testimonial-icon {
    width: 35px;
    height: 40px;
    background: #cacaca;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #bbb8b8;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #444;
    line-height: 23px;
    margin: 15px 0;
}

.testimonial .title {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #03A9F4;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .post {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #777;
    margin-left: 5px
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #000e35;
    }
/* Testimonial Slider End */

.footer {
    background: #11141f;
    padding: 50px 0px
}
.footer-contact h3{
    font-size: 30px;
    font-weight:100;
    color: #fff
}
.footer-contact p, .footer-contact p a{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #fff
}
.footer-contact h6{
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    color: #7b7b7b
}
.footer-form{
    padding: 15px;
}
.footer-form label{
    font-weight: 300;
    color: #7b7b7b
}
.footer-form .form-control{
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #4a4e5a;
    color: #fff;
    padding-left: 0px;
    resize: none;
}
.footer-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #7b7b7b
}
.md-btn-my{
    background: #000e35;
    color: #fff;
    padding: 12px 26px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.4s;
}
.md-btn-my:hover, .md-btn-my:focus{
    opacity: 0.7;
    transition: 0.4s;
	outline: none
}
.footer-form h3{
    margin: 0px 0px 30px 0px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px
}
/* Media Queries */
@media only screen and (max-width: 767px){
    .navbar-toggle{
        border: none !important;
        margin-top: 18px !important;
    }
    .navbar-toggle .icon-bar{
        background-color: #41e0f2 !important;
        width: 35px !important
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 7px !important
    }
    .home-banner{
        padding-top: 20vh !important;
        min-height: initial !important;
        background: #fff
    }
    #arrow-down{
        display: none;
    }
    .home-banner p{
        font-size: 18px;
    }
    .home-banner h1{
        font-size: 45px
    }
    .m-mt-50{
        margin-top: 50px
    }
    .title-big h2{
        font-size: 26px
    }
    .home-technology{
        padding-bottom: 0px
    }
    .footer-contact{
        margin-top: 50px;
        text-align: center;
    }
    .D-menu-link > li > a.highlight{
        display: none;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: transparent !important;
    }
    .m-nopad{
        padding: 0px !important
    }
    .testimonial .testimonial-content{
        padding: 10px !important;
    }
    .testimonial{
        margin: 30px 20px 0px 20px !important;
    }
    .m-no-margin{
        margin: 0px !important;
    }
    .D-nav{
        border-bottom: 1px solid #ddd !important
    }
    .home-video{
        padding: 0px !important;
    }
    p.writting-text{
        font-size: 15px
    }
    .gallery-box h3 {
        font-size: 15px;
    }
    .gallery-box p.tag{
        font-size: 10px
    }
    .gallery-box{
        margin-bottom: 0px;
    }
}

/* captcha */
img#refresh{
    float:left;
    margin-top:30px;
    margin-left:4px;
    cursor:pointer;
}
#wrap{
    border:solid #CCCCCC 1px;
    width:203px;
    -webkit-border-radius: 10px;
    float:left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:3px;
    margin-top:3px;
    margin-left:80px;
}
