*{
    margin: 0;
    padding: 0;
}
body{
    color: #010f86;
}
header{
    font-size: 18px;
    background: #fdfdfd;
    -webkit-transition: all 0.4s ease;
 	transition: all 0.4s ease;
}
header.sticky {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    background: #efc47D;
    text-align: left;
    padding-left: 20px;   
}
header h1{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky h1{
    font-size: 24px;
}

.header-banner .row{
    margin-left: 0;
    margin-right: 0;
}
.header-banner{
    margin-top: 100px;
}
.dropdown-menu{
    width: 205px;
}

.dropdown-item {    
    padding: .6rem 1.5rem;    
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.5;
}
.carousel-caption {
    top: 20%;
    text-align: left;
}
.carousel-caption h2 {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    padding-bottom: 40px;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn{
    border-radius: 20px;
}
.btn-margin{
    margin: 20px 0px;
}
.btn-blue{
    color: #fff;
    background-color: #050B3E;
    border-color: #ffffff;
    border-radius: 20px;
}
.btn-blue:hover{
    color: #fff;
    background-color: #101864;
    border-color: #d1d0d1;
    border-radius: 20px;
    background-color: #3a449f;
}
.fixed-top {
    background-color: #fdfdfd;    
    border-bottom: 1px solid #bbb8b8;
}
.img-logo{
	width: 3%;
}
.box{
    height: 160px;
}
.group h4{
    margin:20px 0px;
}
#loading {
    -webkit-animation: anim 10s infinite linear;
    animation: anim 10s infinite linear;
}

@-webkit-keyframes anim {
    from {-webkit-transform: rotateY(0deg);}
    to {-webkit-transform: rotateY(360deg);}
}

@keyframes anim {
    from {transform: rotateY(0deg);}
    to {transform: rotateY(360deg);}
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #050b3e;
}

/* Menu Bar start */
.navbar-light .navbar-toggler {
    color: #050B3E;
    border: 0px solid #333;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #050B3E;
    border-color: #08021b;
    border-radius: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #050B3E;
    border-color: #08021b;
    border-radius: 20px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/* Menu Bar end */
.carousel{
    margin-top: 116px;
}

.w-100{
    width: 100%;
}
.h-300{
    height: 300px;
}
section{
    padding: 40px 0px;
}
section h1{
    text-align: center;
    padding: 40px;
}
.margin{
	margin: 10px;
}
.moto{
    background-color: #e6e7ea;
    text-align: center;    
}
.moto-h1{
    padding: 40px 0px;
}
.products h4{
    text-align: center;
    margin-top: 20px;
}
.about img, .productdetails img{
    margin: 10px 0px;    
}
.about p{
    text-align: justify;
}
.about{
    background-color: #e6e7ea;    
}
.services li{
    list-style: none;
}
.services p{
    text-align: justify;
}
.team{
    background:#050b3e ;
    color: #fff;
    padding-bottom: 80px;
    text-align: center;
}
.team p{
    margin-top: 1rem;
}
.clients, .products{
    background:#e6e7ea ;
}
.clients img{
    width: 200px;
    height: 150px;
}
.contact .col-md-10{
    padding-left: 0px;
}
.download{
    background-color: #f1f1f1;
}
.owl-theme .owl-controls .owl-page span {
    background: #050b3e;
}
footer{
    color: #b6bfff;
	padding: 40px 0px;
	background-color: #050b3e;
}

.fa-2x {
    font-size: 1.6em;
}


.dropdown:hover>.dropdown-menu {
    display: block;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
    }
    @media (min-width: 979px) {
      ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
      }
    }


    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        background-color: #050B3E;
        border-radius: 20px;
    }

/*======== client gallery start ==========*/


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

/*========client gallery end ==========*/



/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) and (max-width : 480px){
        .w-100{
            height: 200px;
        }
        
        .navbar{
            display: flex;
            flex-direction: row;
        }
    	.navbar img{
            width: 10%;
        }
        .navbar h4{
            font-size: 14px;
        }
        .navbar-light .navbar-toggler {
            border: 0px solid #333;
        }
        .carousel {
            margin-top: 55px;
        }
        .carousel-caption {
            padding-top: 0px;
        }
         .carousel-inner {
            height: 170px;
        }
        .carousel-caption h2 {
            font-size: 25px;
            line-height: 2px;
            padding-bottom: 5px;
        }
        .owl-pagination{
            display: none;
        }
        .owl-wrapper{
            text-align: center;
        }
        .btn{
            font-size: .5rem;
        }
        .moto-h1 {
            padding: 10px 0px;
        }
        section h1 {
            margin: 25px;
        }
         h1{
            font-size: 24px;
            font-weight: 500;
        }
         h3, h4{
            font-size: 16px;
            margin-bottom: 20px;
        }  
        footer h1{
            font-size: 20px;
        }      
        footer img{
            width: 10%;
        }

        .header-banner {
            margin-top: 70px;
        }

        .img-team{
            display: none;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 481px) and (max-width : 768px){
    	.navbar{
            display: flex;
            flex-direction: row;
        }
    	.navbar img{
            width: 10%;
        }
        .navbar h4{
            font-size: 14px;
        }
        .navbar-light .navbar-toggler {
            border: 0px solid #333;
        }
        .carousel-inner {
            height: 170px;
        }
        .moto-h1 {
            padding: 10px 0px;
        }
        section h1 {
            margin: 25px;
        }
        footer h1{
            font-size: 20px;
        }
        footer h3{
            font-size: 16px;
        }
        footer img{
            width: 10%;
        }
        .header-banner {
            margin-top: 70px;
        }
		
        .img-team{
            display: none;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
       

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
       
    }