body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#headercss {
         background-color: #04204e !important;
   
}
.navbar-expand-lg{
         border-bottom: 1px solid #dadce0!important;
}
.navbar-toggler {
    
    background-color: #04204e;
    color: rgba(21, 2, 2, 0.98);
}

.navbar-toggler-icon {


    margin-right:0px !important;
}

#headercss .nav-item {
        font-weight: 300;
        font-family: serif;
        color: #fff;
}

.navbar-nav .nav-link j {
        color: #fff;
}

.fas {
        color: #fff;
}

.navbar-brand img {
        width: 270px;
        height: 90px;
        padding: 5px;
}

.bg-dark {
        background-color: #fff !important;
}

.navbar-dark {
        font-weight: bold;
        font-family: monospace;
        font-size: 30px;
}

.navbar-dark .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #04204e !important;
}

.navbar-dark .navbar-nav .nav-item {
        margin: 0 15px;

}
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #4bab30 !important;
    }
  
    .dropdown-menu {
        font-weight: 700;
        font-family: monospace;
        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid #dadce0!important;
    }
        .dropdown-menu .dropdown-item:hover {
            color: #4bab30 !important;
        }



.carousel-item img {
    width: auto;
    height: 500px;
   
}

.carousel-caption {
    margin-bottom: 160px;
    color: #fff;
    font-family: Elephant;
    background: rgba(0,0,0,0.05);
}
.carousel-caption h4 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        
}
.carousel-caption h3 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold;
        color:#fff;
}
.carousel-caption h4 span{
        color:#FFA500;
    
}

.carousel-caption h3 span {
       
        color:#FFA500;
        
    }

.menu-image img {
    width: 260px;
    margin-top:-22px;
}

/* About us Style*/
.aboutus p {
    font-size: 18px;
    
}

h1 {
    
    margin-top:15px;
    font-family: elephant;
    font-size: 40px;
    color: #04204e;
   
    text-transform: uppercase;
    text-align: center;
    }
    
    h2 {
        margin-top: 15px;
        font-family: elephant;
        font-size: 25px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

.menu-image {
        text-align: center !important;
        padding: 0px 0px 8px 0;
}



/* Services style */
.services {
        margin-top:20px;

}
    .services p {
        font-size: 18px;
        
    }

    .services .card {
        display: flex;
        flex-wrap: wrap;
        width: 325px;
        justify-content: center;
        align-content: flex-start;
        border: 1px solid #dadce0;
        box-shadow: 0 2px 6px 0 rgba(32, 33, 36, .28);
        
    }
.services .card .card-img-top {
        height: 200px;
    }
.services .row .col{
    width:auto;
    margin-bottom:4%;
}

.services .card:hover {
        border: 2px solid #0062cc;
        box-shadow: 0 2px 6px 0 rgba(32, 33, 36, .28);
        transform:scale(1.04);
        transition:0.7s;
}
.services .card-body {
        padding: 16px 13px;
        background-color: #fff;
        text-align:center;
 }

.services .card-body .card-title {
        color: #04204a;
        font-weight: 700;
}
.services .card-body .card-text {
        color: #061a37;

}

.services .btn-primary {
        color: #fff;
        background-color: #04204a;
        border-color: #0062cc;
 }

.services .btn-primary:hover {
        color: #fff;
}

/*web Design*/
.webdesignhead{
    position:relative;
    width:100%;
    height:400px;
    background-color:#04204e;
}
.webdesign p {
    font-size: 18px;
    
}



/* What we do */
.whychooseus {
    background-image: url(../../Logo/backgroud.jpg);
      background-size: auto;
     
    
   
}
.whychooseus p{
        color:#fff;
    }
    .rounded-circle {
        width: 60px;
        height: 60px;
        border: 1px solid #04204e;
        text-align: center;
        font-size: 30px;
        padding: 10px;
        background: #04204e;
        color: #fff;
        font-family: Elephant;
        
    }
.whychooseus h5{
    color:#fff;
}
.whychooseus .indexchooseus{
    width:100%;
    height:auto;
    background:rgba(0,0,0, 0.6);
}
.Patnershipimg{
    height:200px;
    width:300px;
}
.Patnershipimg img{
    width:100%;
    height:100%;
}
/*Team css*/
.team .card {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: center;
    align-content: flex-start;
    border: 1px solid #dadce0;
}
.team .row  .col .card .card-img-top {
    height: 300px;
}
.card-img-top img{
    height: 100%;
    width: 100%;
}

.team .card:hover {
        border: 2px solid #0062cc;
        box-shadow: 0 2px 6px 0 rgba(32, 33, 36, .28);
}

.team .card-body {
        padding: 1.25rem .9rem;
        text-align: center;
   
}

    .team .card-body .card-title {
        color: #061a37;
        font-weight: 700;
        font-family: 'Merienda';
    }
.team .card-body .card-text {
        color: #061a37;
        font-weight: 400;
}
.team .col{
    margin-bottom:40px;
}


/* Copyright style */
.copyright {
        height: 40px;
        background-color: #061a37;
        line-height: 40px;
}

.copyright p {
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
}
.googlemap {
        margin-top: 40px;
}
/*login css */
.locallogincls::after{
    position:absolute;
    content:"";
    width:250px;
    margin-top:30px;
    margin-left:-55%;
    border:1px solid #dadce0;

}
.externallogin::before {
    position: absolute;
    content: "";
    width: 145px;
    background: Black;
    margin-top: 30px;
    margin-left: 10%;
    border: 1px solid #dadce0;
}
    main {
    position: absolute;
}


/* App Developement*/
.appdev .appdevelopment {
    background-color: #04204e;
   }
.appdevelopment {
    position: relative;
    height: 400px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: central;
    overflow: hidden;
}
    .appdevelopment::before {
       
        position: absolute;
        top: -20px;
        bottom: 30%;
        left: 2px;
        content: " ";
        background-image: url(../../images/mobileappafter.png);
        border-radius: 10px;
        width: 32%;
        height: 70%;
        transform: rotate(-65deg);
    }

    .appdevelopment::after {
        position: absolute;
        bottom: -3%;
        right: 2px;
        content: " ";
  
        background-image: url(../../images/mobileappafter.png);
        border-radius: 10px;
        width: 32%;
        height: 70%;
        transform: rotate(-65deg);
    }

.appdev .middletext{
    position: absolute;
    top: 45%;
    left: 36%;
    text-align:center;
    
    }

.appdev .middletext h3{
  
    text-transform:uppercase;
    font-family:Elephant;
    text-align:center;
    color:#fff;
    font-size:30px;
  
 
}
.appdev p {
    font-size: 18px;
    line-height: 35px;
    text-align:left;
}
/* client  style */


/* Footer style */
.footer {
    margin-top: 40px;
    padding: 30px 0 5px;
    background-color: #04204a;
}

    .footer h5 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 10px;
        shape-margin: 20px;
    }


    .footer .col p a:hover {
        color: greenyellow;
    }

    .footer p {
        color: #ffffff30;
        margin-bottom: 7px;
    }

    .footer .white p a {
        color: #fff;
    }

    .footer .col p {
        color: #fff;
        line-height: 28px;
        font-weight: 600;
    }


    @media only screen and (max-width: 600px) {
        body {
           margin:0;
          padding:0;

        }
        .navbar-brand img {
            width: 200px;
            height: 70px;
            padding: 2%;
            margin-right:20%;
        }

        h1 {
          font-size: 15px;
          font-weight:400;
        }

        h2 {
            font-size: 11px;
            font-weight: 400;
        }
        .indexchooseus h5{
            font-size:14px;
        }

        .carousel-item img{
            width: 100%;
            height:300px;
        }
        .carousel-caption {
            text-align:center;
            color: #fff;
            font-family: poppins;
            margin-bottom:15%!important;
        }

            .carousel-caption h4 {
                
                font-size: 25px;
                text-transform: uppercase;
                font-weight: bold;
                color: #fff;
            }

            .carousel-caption h3 {
            margin:0;
            padding:0;
                font-size: 15px;
                text-transform: uppercase;
                font-weight: bold;
                color: #fff;
            }
            

       .menu-image img{
           width:200px;
           height:auto;
           margin-top:2px !important;
       }


        .services .card {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .copyright {
            display: block;
        }

        iframe {
            height: 400px;
            max-width: 40%;
        }

       
        .indexchooseus .row {
            display: block !important;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            align-content: center;
        }
        .rounded-circle{
            width:35px;
            height:35px;
            font-size:14px;
            padding:8px;
            margin-bottom:-20px;
            margin-left:-25px;
            z-index:555;
            
        }
        .item{
        
        width: 350px;
        height: 200px;
        }


        #owl-demo .item img {
            display: block;
            width: 100%;
            height: 100%;
            padding:50px;
        }

        
    }




    @media only screen and (min-width: 680px) {
        .copyright {
            display: block;
        }

        iframe {
            height: 400px;
            max-width: 50%;
        }

        .dropdown-menu {
            border: none;
        }
        /*.indexchooseus .row {
            display:block;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            align-content: center;
        }


        .indexchooseus .rounded-circle {
            width: 50px;
            height: 50px;
            font-size: 20px;
            padding: 8px;
            margin-left: -45px;
            margin-bottom: -36px;
            z-index:1;
        }*/
       
        
     }

    @media only screen and (min-width: 320px) and (max-width: 400px) {
        .copyright {
            display: block;
        }
        .services .card {
            display: flex;
            flex-wrap: wrap;
            width: 300px;
            justify-content: center;
            align-content: flex-start;
            flex-direction: inherit;
        }
            .team .card {
            margin-left:auto;
            margin-right:auto;
        }
            iframe {
            height: 300px;
            max-width: 100%;
        }

        .dropdown-menu {
            border: none;
        }
    }

    @media only screen and (min-width: 400px) {
        .copyright {
            display: block;
        }



        iframe {
            height: 300px;
            max-width: 100%;
        }

        .dropdown-menu {
            border: none;
        }
        
    }

@media only screen and (min-width: 768px)and (max-width: 1024px) {

    .team .card {
        display: flex;
        flex-wrap: wrap;
        width: 300px;
        justify-content: center;
        align-content: flex-start;
        flex-direction: inherit;
    }

    .services .card {
        display: flex;
        flex-wrap: wrap;
        width: 300px;
        justify-content: center;
        align-content: flex-start;
        flex-direction: inherit;
    }

    .rounded-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

