<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@100;300;500&family=Roboto&display=swap" rel="stylesheet">




/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

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


/*** 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;
}


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

.btn.btn-primary {
    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;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 0px;
    padding: 0px 40px 0px 40px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none; 
    border-right:1px solid #BEBABA;
    margin-top: 15px; margin-bottom: 15px;
}

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

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.banner{}

.banner h2{color: #436871; font-size: 2rem; font-weight: bold}

.banner p{color: #FE0E02; font-size: 1rem; font-weight: bold}

.loginbuton{}
.loginbuton a{background-color:#dc3545;padding: 10px 21px 10px 20px;color: white;text-decoration: none;border-radius: 10px;}
.loginbuton a:hover{background-color:#0C346B; padding: 10px 21px 10px 20px;color: white;text-decoration: none;border-radius: 10px;}

.loginbuton i{margin-right: 5px;}
.navbarnew{
    background: rgb(7,31,62) !important;
background: linear-gradient(0deg, rgba(210,85,67,1) 0%, rgba(208,74,55,1) 11%, rgba(212,65,44,1) 75%)!important; 
font-family: 'Roboto', sans-serif;
}

.navbarmargin{margin-left:27%}

.heading{color: #0C346B; font-size: 2rem }
.hr{border-bottom: 2px solid #FE0E02; margin: 2px 0px 30px 0px; max-width: 113px; }
.headingorange {
    color: #FFAE00;
    font-size: 1rem;
}
.p{line-height: 35px}

.notification{}
.notification a{color: #A21905;}
.mr-1{margin-right: 5px}
.mr-2{margin-right: 10px}


.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #0C346B;
    border-bottom: 1px solid rgba(0,0,0,0.125); color: #fff; font-size: 1.2rem; text-align: center;
}

.caret{font-size: 1.2rem}

.bggray{background-color: #F3F0F0; padding: 10px;}

.bggray h1{color: #0C346B; font-size: 2.2rem; }

.hr2{border-bottom: 2px solid #FE0E02;  max-width: 200px; margin: 0 auto; }
.textp{color: #0C346B; font-family: 'Roboto', sans-serif; font-weight: 500; }
.borderright{border-right: 1px solid #707070; margin-right: 75px;}

.bggray2{background-image:url(../images/ban.png); background-repeat: no-repeat; padding: 10px; background-size: cover; height:auto}

.bgnew22{background-image:url(../images/img2.jpg); background-repeat: no-repeat; background-size: cover;  min-height: 202px}

.ml-2{margin-left: 20px;}
.headingnew{color: #881B01; font-family: 'Roboto', sans-serif; font-weight: bold}

.whitebgh1{color: #0C346B; font-size: 2.2rem; }

.cardbg{background-color: white; -webkit-box-shadow: -2px 10px 5px -3px rgba(189,182,189,1);
-moz-box-shadow: -2px 10px 5px -3px rgba(189,182,189,1);
box-shadow: -2px 10px 5px -3px rgba(189,182,189,1);}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
   
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        
.MultiCarousel .MultiCarousel-inner .item { float: left;}
        
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#fff; color:#666; -webkit-box-shadow: -2px 10px 5px -3px rgba(189,182,189,1);
-moz-box-shadow: -2px 10px 5px -3px rgba(189,182,189,1);
box-shadow: -2px 10px 5px -3px rgba(189,182,189,1); border: 1px solid #ddd;}
   
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    
.MultiCarousel .leftLst { left:0; }
   
.MultiCarousel .rightLst { right:0; }
    
        
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


.textp2{color: #0C346B; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 0.800rem; }


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 1px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .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;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 35%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    z-index: 1;
}

.carousel-inner h1{font-size:3.2rem; text-align: center; color: #FFF513 !important; }

.carousel-inner h5{font-size: 1.5rem; margin-top: 10px; line-height: 35px; text-align: center}

.logobanner{text-align: center; margin-top:1%}

.carousel-inner {
   
    height:500px;
}


#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
@media (max-width: 640px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
    }
    
    .carousel-indicators{top:25% !important; }
    .main{margin-top: -60% !important;}

    .loginbuton a{background-color:#FE0E02; padding: 5px 5px 5px 5px !important; color: white;}
.loginbuton a:hover{background-color:#0C346B; padding: 5px 5px 5px 5px!important; color: white;}
    
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
    }
    
    .carousel-indicators{top:27% !important; }
    .main{margin-top: -53% !important;}

    .loginbuton a{background-color:#FE0E02; padding: 5px 10px 5px 10px; color: white;}
.loginbuton a:hover{background-color:#0C346B; padding: 5px 10px 5px 10px; color: white}
    
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 30px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


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

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 25px;
    height: 25px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

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

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #D9D5D5 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

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

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

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


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration:none;
}

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

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    padding:5px 20px;
    font-size: 15px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: yellow;
}






.search{
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
         
       }

       .search input{

        height: 40px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
           margin-bottom: 10px;


       }


       .search input:focus{

        box-shadow: none;
        border: 2px solid blue;


       }

       .search .fa-envelope {

        position: absolute !important;
        top: 15px !important;
        left: 16px !important;

       }


       .search button{

        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: blue;

       }




.search2{
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
         
       }

       .search2 textarea {

        height:100px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
           margin-bottom: 10px;


       }


       .search2 textarea:focus{

        box-shadow: none;
        border: 2px solid blue;


       }

       

.search2 .fa-comment {

        position: absolute !important;
        top: 13px !important;
        left: 16px !important;

 }

       .search2 button{

        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: blue;

       }


.send{font-size: 1rem;}

.send a{background-color: #D5E12C; color: white; font-size: 1rem; padding: 10px 50px 10px 50px}

.cancel{font-size: 1rem;}

.cancel a{background-color: #E14A2C; color: white; font-size: 1rem; padding: 10px 50px 10px 50px}


.bgfooter{background-color: #0C346B;  }

.carousel-indicators{top:70%}

.main{margin-top: -10%;}

 .dtr-feature{padding:30px;}
    .mandotry{color:red;}
    .errorMsg{color:red; float:left; margin-top:1px;}
    h3, h4, h5,h6 {font-weight: bold;}