/*Frontend Design and developed by Cubix It Solutions*/
/* Developer Name : Aswin s */



/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
    color: #0473a7;

}

p {
    font-size: 12px;
    line-height: 28px;

}
h4{
    color: rgb(76, 76, 100);
}
img {
    width: 100%;
    overflow: hidden;
}

input:focus,
textarea:focus {
    outline: 1px !important;
    border: var(---seventh-color) solid 1px;
    box-shadow: none !important;
}

.main-container {
    width: 100vw;
}
.fa-bars{
    color: var(--textbig-color);
}
.fa-xmark{
    color: var(--textbig-color);
}

.submit-btn {
    background-color: var(--textbig-color);
    color: var(---sixth-color);
    width: 200px;
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.submit-btn:hover {
    background-color: var(--secondary-color);
    width: 200px;
    color: var(---fith-color);
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border-left: var(--first-color) 5px solid;
}

.menu-mob {
    margin-top: -30px;
    display: block;
    text-align: right;
    color: var(---seventh-color);
    font-size: 27px;
    margin-right: 20px;



}

#close-btn {
    display: none;
}

#close-btns {
    display: none;
}

/* mobile-nav */
.mobile-nav-wrapper {

    display: none;
    position: fixed;
    width: 100vw;
    left: 0;
    right: 0;
    z-index: 4;
    background: linear-gradient(to bottom, transparent, var(---seventh-color));
    height: 100vh;
    transition: top 0.3s;
}

.mobile-nav-wrappers {
    margin-top: -5px;
    display: none;
    position: fixed;
    width: 100vw;
    left: 0;
    right: 0;
    z-index: 4;
    background: linear-gradient(to bottom, transparent, var(--first-color));
    height: 100vh;
    transition: top 0.3s;

}

.mobile-nav {
    display: flex;
    flex-flow: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    background: var(--fourthtrasparent);
    border-bottom: var(--first-color) solid 3px;

    font-size: 14px;
    padding: 1rem;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-nav a {
    font-weight: 600;
    color: var(---fith-color);
    text-decoration: none;
    margin: 1rem 0;
    font-size: 14px;
}

.mobile-nav a:hover {
    font-weight: 600;
    color: var(--first-color);
    text-decoration: none;
    margin: 1rem 0;
    font-size: 14px;
}



.breadcrumb-new {
    padding-top: 50px;
    background-color: rgb(237, 237, 255);
    padding-bottom: 50px;
}

.breadcrumb-new h1 {
    color: var(--textbig-color);
}


/* color-section */
:root {
    --first-color: #ff5a0d;
    --secondary-color: #018ed1;
    --thirdcolor: #1cdcf6;
    --fourthtrasparent: #018fd1d2;
    ---fith-color: #fdfcfc;
    ---sixth-color: #ffffff;
    ---seventh-color: #6d6969;
    --textbig-color: #005f8b;


}



/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/


#preloader {
    background: #fbfbfb url('assets/images/loader-2.gif') no-repeat center;
    background-size: 28%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}



/* main-body-section starts */
/* header-section-starts */
/* header fixed */

#navbar-header {
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 4;
    top: -120px;
    width: 100vw;
    height: 70px;
    display: block;
    border-bottom: var(---fith-color) solid 2px;
    transition: top 0.3s;
    box-shadow: 1px 1px 6px 0.5px rgb(172 169 169);

}

.header-section {
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,90,13,1) 0%, rgba(159,110,87,1) 28%, rgba(1,143,209,1) 82%, rgba(1,142,209,1) 100%); */
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(255, 90, 13, 1) 0%, rgba(0, 95, 139, 1) 29%, rgba(0, 95, 139, 1) 100%);
    height: 30px;

}

.header-section i {
    color: var(---fith-color);

}

.header-section p {
    font-weight: 400;
    color: var(---fith-color);
    font-size: 12px;
}

.sub-header {
    background-color: var(---sixth-color);
    height: 70px;
}

/* .subheader-starts */
.logo-img {
    width: 23%;
}

.menutxt {
    font-weight: 500;
    color: var(--textbig-color);
}



/* .subheader-ends */

/* header-section-ends */



/* carousal-starts */
.carousel-caption {
    background-color: var(--fourthtrasparent);
    border-left: var(--first-color) 3px solid;
    border-bottom: var(---seventh-color) 1px solid;
    /* border-bottom: var(--secondary-color) 1px solid; */
    color: var(---sixth-color);
    border-radius: 21px 5px;
    


}



.carousel-caption h5 {
    font-size: 24px;
    font-weight: 600;

}

.carousel-caption p {
    font-size: 14px;
    font-weight: 400;

}
.carousel-section{
    height: 100%;
}
.carousel-item img{
    height: 350px;
    animation: zoom-in-zoom-out 18s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 01);
    }
    50% {
      transform: scale(1.1, 1.01);
    }
    100% {
      transform: scale(1, 2);
    }
  }


/* carousal-ends */
/* custom-section */
.custom-section{
   
    color: var(---fith-color);
    background-color:var(--textbig-color)
}
.custom-section h6 {
    font-size: 13px;
}


/* .shedule-section */
.shedule-section {
    z-index: 0;
    margin-top: 10px;
    /* background: url(assets/Images/lines.jpg) no-repeat; */
    background: url(assets/Images/shedule.gif) no-repeat;
    background-position: top left;
   background-size: 110px;
    height: 100px;
  

}

.shedule-section p {
    color: var(---seventh-color);
    font-weight: 400;
    font-size: 13px;

}

.shedule-section button {
    background-color: var(--secondary-color);
    color: var(---fith-color);
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 2px 20px;

}

.shedule-section button:hover {
    background-color: var(--fourthtrasparent);
    color: var(---fith-color);
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 2px 20px;
    border-left: var(--first-color) 5px solid;
    border-right: var(--first-color) 3px solid;
}

.shedule-section a {
    color: var(---sixth-color);
}

/* .shedule-section  ends*/

/* facts--section */
.facts-section {
    background-color: #e7f5fd;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.facts-section h5{
    color: var(--textbig-color);
    font-weight: 600
}

.box-facts {
    background-color: rgb(255, 253, 251);
    /* border-left: 5px solid var(--first-color);
    border-bottom: 5px solid var(--textbig-color); */
    border-radius: 10px 10px 15px 2px;
    transition: 1s
}
.box-facts i{
    color: var(--textbig-color);
    font-size: 35px;
}

.box-facts:hover {
    transform: scale(1.05);
    background-color: rgb(255, 255, 255);
    /* border-left: 5px solid var(--first-color);
    border-bottom: 5px solid var(--textbig-color); */
    border-radius: 10px 10px 20px 2px;
}

.box-facts img {
    width: 40%;
    height: 30%;
}

.box-facts h6 {
    color: var(--textbig-color);
}


/* facts--section ends*/
/* our-specialities-section-starts */
.our-specialities {
    background-image: url('assets/Images/5026563.png');
    background-repeat: no-repeat;
    margin-top: -10px;
    background-size: cover;


}



.small-head h5 {
    font-size: 13px;
    color: var(---seventh-color);
}

.big-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--textbig-color);
}

.card-img {
    width: 60px;
    color: var(---seventh-color);

}

.our-specialities .card-title {
    font-size: 16px;
    color: var(--textbig-color);
}

.our-specialities .card-text {
    color: var(---seventh-color);
}

.sideborder {
    /* border-left: var(--first-color) 2px solid;
    border-bottom: var(--textbig-color) 2px solid; */
    background: rgb(255,255,255);
background: linear-gradient(153deg, rgba(255,255,255,1) 0%, rgb(245, 252, 255) 100%);
}
.our-specialities .card :hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    
    }


/* our-specialities-section-ends */
/* box-section-starts */

.box-section {
    margin-top: -150px;
    background-color: var(---sixth-color);
    padding-bottom: 80px;

}

.box-content {
    background-color: var(--textbig-color);
    border-radius: 10px 70px;
    border-left: 5px solid var(--first-color);
    border-right: 5px solid var(--first-color);
    border-bottom: 2px solid var(--secondary-color);
    border-top: 2px solid var(--fourthtrasparent);
    color: var(---fith-color);
}

.box-content p {
    font-size: 12px;
    color: var(---sixth-color)
}

/* box-section-ends */

/* product specialities */
.light-blue {
    background-color: rgb(248, 248, 255);
}

.about-section {
   
    margin-bottom: 50px;
}

.img-about-spl {
    height: 80%;
    
    
}

.about-section .img-side {
    background-image: url(assets/Images/sidevector-1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
    
}

.ms-10 {
    margin-left: 120px;
}

.about-section h6 {
    color: var(--textbig-color);
}


/*  product specialities ends*/
/* sotware-solution-section-start */
.software-solution-section {
    
    background-color: #f8f5f4;
}


.software-solution-section h6 {

    color: var(--textbig-color);
    font-weight: 700;
}

.software-solution-section p {
    font-size: 14px;
    color: var(---seventh-color);
    font-weight: 500;
}

.itsolution-img {
    width: 100%;
}


/* sotware-solution-section-ends*/
/* testimonial-section */
.testimonial-section{
  
 background: rgb(255,255,255);
    background: linear-gradient(128deg, rgb(242, 248, 252) 0%, rgb(215, 241, 253) 100%); 

background-color: #e7f5fd;
}
.testimonial-section p{
    color: var(---seventh-color);
    font-size: 13px;
}
.testimonial-section h6{
    font-size: 18px;
    color: var(--textbig-color);
    font-weight: 600;
}

.testimonial-section b{
    color: var(--textbig-color);
}
.box-testi{
    background-color: white;
    height: 250px;
     /* /* border-left: 5px solid var(--first-color); */
    /* border-bottom: var(--textbig-color) 1px solid;  */
    
}
.review-name{
    color: var(--textbig-color);
    font-size: 14px;
    font-weight: 500;
}


/* testimonial-section ends */

/* <!-- brands-products-start --> */
.brands-products {
    background-color: #f3fbff;

}

.brands-products b {
    color: var(--textbig-color);
}

.brands-products p {
    color: var(---seventh-color);
    font-size: 13px;
}

/* <!-- brands-products-start ends--> */


/* getin-section-starts */
.getintouch-section b {
    color: var(--textbig-color);

}


/* getin-section-ends*/

/* footer-section starts*/
.footer-section {
    background-color: var(--textbig-color);
    color: white;
}

.foot-logo {
    height: 60px;
    width: 130px;
}

.footbox {
    background-color: var(---sixth-color);
    color: var(--textbig-color);
}

.footer-section .location p {
    font-size: 12px;
    line-height: 10px;
}
.footer-section .location h4{
    color: white;
}

.last-footer {
    background-color: var(---fith-color);

    color: var(--textbig-color);
}

.last-footer .first-i {
    font-size: 24px;
}

.last-footer p {
    font-size: 13px;
}

/* footer-section ends*/

/* main-body-section ends */


/* about page */
.about-body h6 {
    color: var(--textbig-color);
}

.about-body p {
    font-size: 13px;
    color: var(---seventh-color);
}

.box-about {
    background-color: rgb(252, 252, 252);

}

.about-body table {
    font-size: 12px;
    color: var(--textbig-color);
}







/* about page ends*/


/* products-page-starts */

.prd-img {
    width: 100px;
    height: 70px;
}

.products-section p {
    color: var(---seventh-color);
}

.products-section .card {
    border-radius: 10px 20px 5px 5px;
    border-left: 2px solid var(--textbig-color);
}

.products-section .card-title {
    color: var(--textbig-color);
    font-size: 17px;
}

.products-section .card-subtitle {
    font-size: 14px;
    color: var(---seventh-color);
}

.products-section .card-text {
    font-size: 12px;
}

.img-prd {
    width: 130px;
    height: 120px;
    margin-top: -20px;
    color: var(--textbig-color);
}

.prdct-text-section h6 {
    color: var(--textbig-color);


}

.prdct-text-section p {
    color: var(---seventh-color);
    font-size: 13px;
}



/* products-page-ends */


/* service-page starts */
.service-body h6 {
    color: var(--textbig-color)
}

.service-body p {
    color: var(---seventh-color);
    font-size: 14px;
}





/* service-page ends*/


/* career-page-starts */
.career-section h5 {
    color: var(--textbig-color);
}

.career-section h6 {
    color: var(--textbig-color);
}

.career-section p {
    font-size: 13px;
    color: var(---seventh-color);
}

.img-career {
    /* border-left: 5px solid var(--textbig-color); */
    border-radius: 30px 5px 30px;
    height: 300px;
}

/* opening-section */

.opening-section h6 {
    color: var(--textbig-color);
}

.opening-section h6 {
    font-size: 15px;
}

.box-opening {
    background-color: #f1eeee;
}

.card-view h5 {
    color: var(--textbig-color);
    font-size: 14px;
}

.card-view p {
    font-size: 14px;
    color: var(---seventh-color);
}



/* career-page-ends */


/* contact-page */
.contact-section h6 {
    color: var(--secondary-color);

}

.contact-section h1 {
    color: var(--textbig-color);
}

.contact-location h5 {
    color: var(--textbig-color);
}


.location-contact h6 {
    color: var(--textbig-color);

}

.location-contact h5 {
    color: var(--textbig-color);
}

.location-contact p {
    line-height: 6px;
    color: var(--textbig-color);
}



/* contact-page ends*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hide-sm {
        display: none;
    }
    .mob-display{
        display: block;
        
    }
    
    .carousel-section .carousel-inner img {
        height: 95vh;
    }
    .mob-display .carousel-inner H5 {
        font-size: 18px;
    }
    .mob-display .carousel-inner p {
        font-size: 11px;
    }
    .mob-display .carousel-inner img {
        height: 80vh;
    }
    .shedule-section {
        z-index: 0;
        margin-top: 10px;
        height: 80px;
        margin-bottom: 35px;


    }
    .shedule-section {
        z-index: 0;
        margin-top: 10px;
        /* background: url(assets/Images/lines.jpg) no-repeat; */
        background: url(assets/Images/shedule.gif) no-repeat;
        background-position: top left;
       background-size: 160px;
        height: 90px;
      
    
    }
    .brands-products img{
        width: 90%;

    }
    .carousel-caption {
        background-color: rgba(128, 128, 128, 0.411);
        border-left: var(--first-color) 3px solid;
        border-bottom: var(--textbig-color) 2px solid;
        /* border-bottom: var(--secondary-color) 1px solid; */
        color: var(---sixth-color);
        border-radius: 21px 5px;
        margin-bottom: 80px;
        
    
    
    }
    .carousel-indicators [data-bs-target] {
        border-radius: 150px;
        width: 20px;
        height: 5px;
    }
    .footer-section .location h4{
        color: white;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hide-sm {
        display: none;
    }
    .mob-display{
        display: block;
        
    }
    .mob-display .carousel-inner img {
        height: 70vh;
    }
    .mob-display .carousel-inner H5 {
        font-size: 18px;
    }
    .mob-display .carousel-inner p {
        font-size: 11px;
    }

    .shedule-section {
        z-index: 0;
        margin-top: 10px;
        /* background: url(assets/Images/lines.jpg) no-repeat; */
        background: url(assets/Images/shedule.gif) no-repeat;
        background-position: top left;
       background-size: 100px;
        height: 100px;
      
    
    }
    .brands-products img{
        width: 80%;
     
    }
    .footer-section .location h4{
        color: white;
    }
 
    

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hide-sm {
        display: block;
    }
    .mob-display{
        display: none;
    }
    .menu-mob {
        display: none;
    }
    .shedule-section {
        z-index: 0;
        margin-top: 10px;
        /* background: url(assets/Images/lines.jpg) no-repeat; */
        background: url(assets/Images/shedule1new.gif) no-repeat;
        background-position: top left;
       background-size: 150px;
        height: 100px;
      
    
    }
    .box-bird{
        background: rgb(255,255,255);
        background: linear-gradient(128deg, rgba(255,255,255,1) 0%, rgb(249, 249, 255) 100%);
        height: 200px;
        border-radius: 20px 5px 2px 20px;
    }

    .brands-products img{
        width: 100%;
        
    }
    .footer-section .location h4{
        color: white;
    }
    
    
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hide-sm {
        display: block;
    }
    .mob-display{
        display: none;
    }

    .menu-mob {
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hide-sm {
        display: block;
    }
    .mob-display{
        display: none;
    }

    .menu-mob {
        display: none;
    }
    .footer-section .location h4{
        color: white;
    }
}