
.bg_image{
    background-image: url('../img/bgimage.jpg');
    background-size: cover;
    width: 100%;
    margin: 67px 0px;
    padding: 20px 0px;

}

.bg-imgage4{
    background-image: url('../img/dot-pattern.jpg');
    background-size: auto;
    padding-bottom: 10px;
    position: relative;
    clear: both;
    overflow: hidden;
    padding:50px 0px;
}
.textimonialdesign{
    background-image: url('../img/about-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding:50px 0px;
}
.missionandvision{
    background-image: url('../img/bg-image2.jpg');
    background-size: cover;
    width: 100%;
    margin: 67px 0px;
    padding: 20px 0px;

}
.textmonial{
    font-size: 14px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-15{
    margin:50px 0px
}
.image_why img{
	height: 79px;
    margin-bottom: 15px;
}

.paragrahph_trust p{
    color: #fff;
}
.paragrahph_trust p:nth-child(2){
    font-size: 20px;
    width: 60%;
    margin: auto;
    text-align: center;
    position: relative;
}
.why_choose_us_content .col-md-4{
    margin-bottom: 35px;
}
.website_project .image_why{
    width: 100%;
    height: 100%;

}
.website_project .image_why img{
    transition: 0.5s linear all;
    overflow: hidden;
    width: 100%;height: 100%;    margin-bottom: 0px;
}
.website_project_link .col-md-3{
    margin-bottom: 15px;
}
.website_link h3{
    text-align: center;
        background: #032b47;
        margin-bottom: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
}
.website_link h3 a{
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    margin: 10px;
    display: inline-block;
    color: #fff;
}
.project_links{
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 10px;overflow: hidden;
}
.project_links .image_why{

}
.project_links .image_why:hover img{
    transform: scale(1.1)rotate(2deg);  
}
.mobile_appication_image{
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
}
.mobile_appication_image .image_why{
    width: 100%;
    margin: auto;
}
.mobile_appication_image .image_why img {
    transition: 0.5s linear all;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    
    object-fit: cover;
    animation: toptobottom 10s linear infinite;
}
@keyframes toptobottom{
    0%{
        object-position: top;
    }
    50%{
        object-position: bottom;
    }
    100%{
        object-position: top;
    }
}
.why_choose_us_content .image_before{
        position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.why_choose_us_content .image_why img{
    padding: 15px;

}
.why_choose_us_content .image_before:before{
    position: absolute;
    display: inline-block;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px dashed #000;
    padding: 10px;
    border-radius: 50%;
    animation:rounded 0.5s linear infinite;
}
@keyframes rounded{
    100%{
/*        transform: rotate(360deg);*/
    }
}
.tagline{
    font-size: 15px;
}
.headingproject{
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
    text-align: center;
    padding: 12px 24px;
    color: #fff;
    background-color: #032b47;
    border-radius: 6px;
}
.headingproject:before{
      content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    display: inline-block;
    width: 148px;
    height: 39px;
    background: #0E2E50;
    transform: skew(10deg, 0deg);
    z-index: -1;
}
.headingproject:after{
       content: "";
    position: absolute;
    left: 0px;
    bottom: -11px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue-color);
    animation:lefttoright 9s linear infinite;
}
@keyframes lefttoright{
    0%{
        left: 0px;
    }
    25%{
        left:148px;
    }
    50%{
        top: -12px;
        left: -10px;
    }
    75%{
        top:15px;


    }

}

.mobileproject{
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
    text-align: center;
    padding: 16px 24px;
    color: #fff;
    background: #032b47;
    border-radius: 8px; 
}
.mobileproject:before{
      content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    display: inline-block;
    width: 100%;
    height: 39px;
    background: #032b47;
    transform: skew(10deg, 0deg);
    z-index: -1;
}
.mobileproject:after{
       content: "";
    position: absolute;
    left: 0px;
    bottom: -11px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue-color);
    animation:righttoleft 9s linear infinite;
}

@keyframes righttoleft{
      0%{
        left: 0%;
    }
    25%{
        left:100%;
    }
    50%{
        top: -12px;
        left: -10px;
    }
    100%{
        top:30px;


    }
}

/* neww css */
.btn-square .svg-inline--fa{
  color:#fff;
}
.headericon{
    margin-right: 15px;
}
/********** Template CSS **********/
.col-md-4 .card{
    margin:10px
}
:root {
    --primary: #032b47;
    --light: #F3F6F8;
    --dark: #0E2E50;
}
.img-new img{
    width:100%;
}
.contactinfo label{
    display:block
}
.contactinfo{
    margin-left:15px;
}
.card-image{
    height: 275px;
    overflow: hidden;
}
.card-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    object-position: bottom;
}
.border-radius-20{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}
.content h3{
    margin-top:10px
}
.bg-primary {
    background-color: #032b47 !important;
}
.btn-primary {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
}

/* .sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
} */

/* .sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
} */

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

/* .sticky-top.navbar .navbar-brand img {
    max-height: 68px;
} */

@media (max-width: 991.98px) {
    /* .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    } */

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    /* .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    } */

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }
    
    /* .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF;
    } */

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: .5s;
    }
/* 
    .sticky-top.navbar .navbar-nav .nav-link::before {
        background: var(--primary);
    } */

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        bottom: -1px;
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    /* .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    } */

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    background-size: contain;   
    margin-bottom: 6rem;
    padding: 12rem 0 9rem 0;
    background: url(../img/shape-bottom.png) center bottom no-repeat;
}

.page-header {
    margin-bottom: 6rem;
    padding: 12rem 0 6rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: var(--primary);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}