/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{margin: 0; padding: 0;}
body{
    color:rgb(31, 30, 30);
    font-size:18px !important;
    font-family: 'Noto Sans', sans-serif !important;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    letter-spacing: 1px;
}

.text-mudcolor{
    color: #ba9f30 !important;
}

.text-blue-color{
    color: #12095c !important;
}

.text-blue-color-dark{
    color: #211c50 !important;
}

.bg-blue-color-dark{
    background: #211c50 !important;
}

.bg-mud-color{
    background: #ba9f30 !important;
}

.bg-blue-color{
    background: #12095c !important;
}

.text-red-color{
    color: #811f1f !important;
}

.bg-red-color{
    background: #811f1f !important;
}

/***************Button***********************/
.btn{
    width: 200px !important;
}

.blue-btn{
    border-radius: 7px;
/*    background: #211c50;*/
/*    background: rgba(33, 28, 80, 1.0) !important;*/
    color: #eeeeee !important;
    padding: 7px;
    text-decoration: none;
    font-size: .8em;
    transition: all 500ms ease-in-out;
    background: #1e3c72;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #12095c, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #12095c, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.blue-btn:hover{
/*    background: rgba(33, 28, 80, .95) !important;*/
    background: #811f1f !important;
    color: #ffffff;
}

.mud-btn{
    background: #ba9f30 !important;
}

.mud-btn:hover{
/*    background: rgba(33, 28, 80, 1.0) !important;*/
    background: #811f1f !important;
    color: #ffffff !important;
}

/*****************header*********************/

/*header{
    background: rgba(186, 159, 48, .1);
}*/

.navbar-brand img{
    width: 220px;
}

.nav-item{
    padding-right: 14px;
/*    font-weight: 500;*/
}

.nav-link, .dropdown-item{
        text-transform: uppercase;
        font-size: .8em !important;
        color: #000000 !important;
/*        border-radius: 7px;*/
/*        line-height: 64px;*/
        font-weight: 500 !important;
        transition: all 1s ease !important;

    }

.nav-link:hover, .dropdown-item:hover{
    color: #ba9f30  !important;
    transform: translateY(-4px);
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}



#c-dropdown-menu{
    position: absolute;
    margin: 10px;
    list-style: none;
    text-align: left;
    padding: 4px;
    opacity: 0;
    z-index: 99;
}

#c-dropdown-menu li{
    padding: 2px;
    text-transform: uppercase;
    font-size: .8em !important;
    font-weight: 500 !important;
}

#c-dropdown-menu a:hover{
    color: #ee0000;
}

#productsnav:hover #c-dropdown-menu{
    opacity: 1;
}

#downloadnav:hover #c-dropdown-menu{
    opacity: 1;
}

/*****************Glass*********************/
.dark-glass{
    position: absolute;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*****************Spacing*********************/
.spacing{
	padding: 0 0 30px 0;
}

.bm-section{
	padding: 96px 0px;
}


/***************Section Heading ***************/
.section-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.section-heading h3{
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 1.6em;
}

.section-heading h3 span:nth-child(2){
/*    font-size: .9em;*/
    font-weight: 700;
    color: #ba9f30;
    border-bottom: 4px dashed #1a328d;
    padding-bottom: 4px;
}



.section-heading p{
    margin-top: 8px;
    font-size: 0.85em;
    padding-top: 16px;
    padding-bottom: 32px;
    width: 80%;
    text-align: center;
}

/****************top Panel**********************/
.top-panel{
/*    background: #ec1f28;*/
/*    background: #ba9f30;*/
    color: #fff;
/*    padding: 2px;*/
    line-height: 30px;
    height: 30px;
    font-size: .8em;
    font-weight: 500;
    background: #1e3c72;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #12095c, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #12095c, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.top-panel p{
    font-size: .8em;
}

/*****************Slider*********************/
.carousel-item{
    position: relative;
    overflow: hidden;
}

.carousel-caption{
    text-align: left !important;
    left: 50px !important;
/*    left: var(--bs-gutter-x,.75rem) !important;*/
    top: 5% !important;
    right: unset !important;
    bottom: unset !important;
/*    background: rgba(240, 240, 240, .7);*/
/*    border-radius: 7px;*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    padding: 24px 24px;
    width: 500px;
    color: #080808 !important;
}

.carousel-caption h1{
    font-weight: 400 !important;
}

.carousel-caption .lead{
    font-size: 1rem !important;
}
/*****************Slider*********************/
/*
.carousel-item{
    position: relative;
    overflow: hidden;
}

.carousel-caption{
    text-align: left !important;
    left: 80px !important;
    top: 35% !important;
    right: unset !important;
    bottom: unset !important;
    background: rgba(240, 240, 240, .7);
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 24px 24px;
    width: 500px;
}

.carousel-caption .carousel-item-heading{
    border-left : 10px solid #ba9f30;
    padding-right: 16px;

}

.carousel-caption small{
    font-size: 1em;
    letter-spacing: 2px;
    padding: 0px 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-caption h3{
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 10px 0px 10px;
    margin: 8px 0px;
}

.carousel-caption p{
    color: #050505;
}*/

#hero_mob{display: none;}

.hero_title1{
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 10%;
    font-size: 2em;
    color: #0b1b4e;
    font-weight: 600;
}

.card-body{
    color: #000 !important;
}

.ribbon-first{  
    text-transform: capitalize;
    background: #2BC0E4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAECC6, #2BC0E4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAECC6, #2BC0E4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ribbon-first h1{
    font-weight: 500;
}

.about-right-section{
    padding-left: 80px !important;
}

.about-right-section h3{
    text-align: left !important;
    color: #211c50;
    font-size: 2em;
    width: 80%;
    font-weight: 800 !important;
}

.about-right-section .first-para{
  margin-top: 16px;
  font-size: 1.2em !important;
  font-weight: 500;
}

.about-right-section .last-para{
  font-size: .85em !important;
}

.about-right-section #iso{
    width: 72px;
}

.about-right-section #mahada{
    width: 120px;
}

.about_section{
/*    background: #211c50 !important;*/
    /*background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(33,28,80,1) 50%, rgba(7,117,139,1) 100%);
    color: rgba(255, 255, 255, 0.6);*/
/*    text-align: center;*/
}

.about_section img{
/*    width: 240px;*/
}

.about-right-section p{
    font-size: 1.0em !important;
    text-align: left;
    width: 80%;
/*    padding-left: 100px;*/
}



.greet-head h3{
    font-weight: 800;
/*    color: #f9f0f0;*/
    font-size: 2em !important;
    line-height: 100%;
    vertical-align: middle;
/*    padding-top: 20%;*/
}

#directordiv{
    
}

#directorimg img{
    width: 200px !important;
    height: 200px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 4px 4px 6px #ccc;
    border-radius: 50%;
    border: 1px solid blue;
}

#directordetail{
    padding: 12px 44px;
}

.launch_banner_mobile{
        display: none;
    }
    .launch_banner{
        display: block;
    }


.choose-us{
/*    background: #f0f8ff;*/
}

.choose-us .card-text{
    padding: 12px 24px;
    font-size: .8em;
    text-align: center;
    color: #aaa;
}

.choose-us .card{
    position: relative;
    border: none !important;
    transition: all 500ms ease-in-out;
    margin: 4px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.choose-us .card .card-image
{
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 220px;
    z-index: 1;
/*    background-image: url('../images/strategy.jpg');*/
/*    background-color: #ba9f30;*/
/*    background-color: #211c50;*/
    background-color: #130b58;
    background-blend-mode: luminosity;
}

.core_value_icon{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    right: 0;
    width: 100px;
    height: 100px;
    background: hsla(0, 0%, 100%, 0.3);
    line-height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-size: 44px;
    z-index: 2;
    transition: all 500ms ease-in-out;
}

.core_value_icon i{
    vertical-align: middle;
    line-height: 100px;
}

.choose-us .card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-10px);
}

.choose-us .card:hover .core_value_icon {
    background: #fff;
/*    color: #211c50;*/
    color: #ba9f30;
}

/*Product Section*/
.product-page-banner{
    padding: 100px 0;
    background-image: url('../images/banner_product.jpg');
    background-color: #130b58;
    background-blend-mode: soft-light;
}

.product-page-banner .breadcrumb{
    justify-content: center;
}


.product-section{
/*    background: #eee;*/
/*background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);*/
}

.product-section .card{
    border: none !important;
    transition: all 500ms linear;
}

.product-section #product-link{
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.product-section .product-image img{
/*    width: 300px !important;*/
    width: 80%;
    padding: 8px;
    transition: all 400ms linear;
}

.product-section .card-title{
    font-weight: 300 !important;
}

.product-section .card-title:hover{
    color: #ba9f30 !important;
    font-weight: 600 !important;
}

.product-section .card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-10px);
}

.product-section .card:hover .card-title{
    color: #ba9f30 !important;
    font-weight: 600 !important;
}

.bannernewsletter{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
    padding: 48px;
}

.bannernewsletter p{
    font-weight: 700;
    font-size: 2em;
    text-align: left;
}

.bannernewsletter .form-group{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.bannernewsletter .form-control{
    padding-top: 12px;
    padding-bottom: 12px;
}

.bannernewsletter button{
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* *************Product **********************/
#productpic{
    border: 1px solid #eee;
    text-align: center;
    padding: 12px;
}


/****************** about us ****************/
.about-page-banner {
    padding: 100px 0;
    background-image: url(../images/aboutbanner.jpg);
    background-color: #130b58;
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-page-banner .breadcrumb{
    justify-content: center;
}


#about-page-head{
    font-size: 2em;
}

.leadership-card{
    border: unset !important;
}

/*****************Contact*********************/
.head_contact h3 {
    font-size: 24px;
    margin: 0 0 -2px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 2px solid #ba9f30;
    color: #0c4c91;
}
.head_contact {
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(228, 234, 247);
    color: #000 !important
}
.wrap_contact_text p {
/*    padding-bottom: 40px;*/
}
.comment-form.contact-form .contact-form-el {
    margin-bottom: 27px;
}
.comment-form input[type="text"],.comment-form input[type="number"], .comment-form textarea, .comment-form input[type="email"] {
    width: 100%;
    padding: 11px;
}
.comment-form button {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
/*    letter-spacing: 1px;*/
    color: rgb(255, 255, 255);
/*    padding: 14px 50px;*/
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
/*    background: rgb(58, 84, 133);*/
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.comment-form button:hover {
	color: rgb(255, 255, 255);
	background: #cf5e03;
	}
.comment-form textarea {
    height: 160px;
}
.comment-form input[type="text"],.comment-form input[type="number"], .comment-form textarea, .comment-form input[type="email"] {
    color: rgb(119, 119, 119);
    box-shadow: rgba(10, 10, 10, 0.1) 0px 1px 2px inset;
    backface-visibility: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224) rgb(227, 227, 227) rgb(240, 240, 240);
    border-image: initial;
    transition: all 0.2s linear 0s;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.wrap_contact_info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap_contact_info form{
    width: 80%;
}



/********Quotation Popup************/
.quote1{
    position: fixed;
    right: -75px;
    top: 300px;
    z-index: 10;
    font-weight: bold;
    text-decoration: none;
    transform: rotate(270deg);
    font-weight: bold;
  
  }
  .quote_email{
      background: #3e2c60;
      color: #fff;
      text-decoration: none;
  }
  .quote_email:hover{
    text-decoration: none;
    background: #2b1c46;
    color: #eee;
    }
  
   .quote_whatsapp{
      background: #04c315;
      color: #fff;
  }
  .quote_whatsapp:hover{background: #32923b;color: #fff;}
  
   .quote_dialer{
      background: #3347b7;
      color: #fff !important;
  }
  .quote_dialer:hover{background: #242f6d;color: #fff;}
  
  .modal-content{
      background: url(../images/quote.jpg) #fff;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .modal-header{
      border-bottom: 0px solid #dee2e6;
  }
  .modal-body{
      margin-top: 60px; 
  }
  .modal-content label{
      font-size: 0.9em;
      color: #104c81;
  }
  .modal-content input, .modal-content textarea{
      border : none;
      border-bottom: 1px solid #104c81;
      font-size: 0.8em;
  }
  
  .modal-content button{
      font-size: 0.9em;
      float: right;
  }
  
  .modal-content ::placeholder{
      /*color: #25b8e5;*/
      font-size: 0.9em;
  }

#exampleModal .form-group{
    margin-bottom: 14px;
}


/*****************footer************************/
.footer-section{
    background-color: #12095c;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*.footer-section img{
    width: 72px;
}*/


.f-row{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.f-col{
    flex-basis: 25%;
    padding: 10px;
}

.f-col:nth-child(2), .f-col:nth-child(3){
    flex-basis: 15%;
}

.f-about img{
    width: 80px;
    margin-bottom: 30px;
}

.f-about p{
    font-size: 14px;
}

.f-col p{
    font-size: 15px;
}

.f-col h3{
    width: fit-content;
    margin-bottom: 32px;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
}

.f-col h4{
    width: fit-content;
    margin-bottom: 40px;
    font-size: 1em;
    font-weight: 600;
    position: relative;
}

.f-col .email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0px;
}

.f-col ul{
    padding-left: unset !important;
}

.f-col ul li{
    list-style: none;
    margin-bottom: 12px;
}

.f-col ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.f-col ul li a:hover{
    text-decoration: none;
    color: #ee0000;
}

.f-col form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.f-col form .fa{
    font-size: 18px;
    margin-right: 10px;
}

.f-col form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
    font-size: 14px;
}

.f-col form:hover{
    border-bottom: 1px solid #ee0000;
}

.f-col form button{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.f-col form button .fa{
    font-size: 16px;
    color: #ccc;

}

.f-col .social-icons i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    transition: all 200ms linear;
}

.f-col .social-icons i:hover{
    color: #ee0000;
    background: transparent;
    font-weight: 800;
}


footer{border-top: 3px solid #2c75b9; padding: 5px 0px; font-size: .8em !important}
.social ul li i{padding: 7px 0px; font-size: 14px;}

.linked{
    padding: 1px 6px; 
    display: inline-block;
    color: #002060;
    font-weight: bold; 
    text-transform: uppercase;
    text-decoration: none;
}

.linked:hover{color: #009688;;}
.copyright{padding-top: 5px;}
.powered{text-align: right;}

@media screen and (max-width: 767px)
{

    .about-right-section {
             padding-left:  var(--bs-gutter-x, .75rem) !important; 
        }

	.powered{text-align: center; padding: 5px 0px 0px 0px;}	
	.copyright{text-align: center;}

    .feature-section{
        padding-left:12px;
    }

    .launch_banner_mobile{
        display: block;
    }
    .launch_banner{
        display: none;
    }

    .technical-specs-tb{
        font-size: 0.7em;
    }

    #smalltext{
        font-size: 0.5em !important;
    }

    #directordiv{
        text-align: center;
    }

    #directordetail{
        text-align: center;
    }

    .f-col{
        flex-basis: 100%;
    }

    .f-col:nth-child(2), .f-col:nth-child(3){
        flex-basis: 100%;
    }
  
}



/* Portrait Mode */

@media (orientation: portrait) {
    .top-panel{
        display: none;
    }
    #navbarNav{
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        min-height: 70vh;
/*        background: #fff;*/
/*        background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        z-index: 99;
        transition: none;
        padding: 36px 12px;
        border-bottom: 2px solid #ba9f30;
    }
    .nav-item{
        padding-right: unset;
    }
    .nav-link, .dropdown-item{
        font-size: 1.2em !important;
        margin: 6px;
    }

    .dropdown-menu{
        border: none !important;
    }
    #hero {
      display: none;
    }
    #hero_mob{
        display: block;
    }
    .hero_title1{
        position: absolute;
        z-index: 99;
        top: 68%;
        left: 10%;
        font-size: 1.2em;
        color: #0b1b4e;
        font-weight: 600;
    }
    #hero_btn{
        max-width: 50%;
        /* height: 7px; */
        font-size: 1em;
    }
    .carousel-caption{
        top: 2% !important;
        left: 0 !important;
        width: 100% !important;
    }
    .quote1{
        right: -40px !important;
    }
    .launch_banner_mobile{
        display: block;
    }
    .launch_banner{
        display: none;
    }

    .head_contact h3{
        border-bottom: none !important;
    }

    .about-right-section {
            padding-left:  var(--bs-gutter-x, .75rem) !important; 
        }

    .wrap_contact_info form{
        width: 100%;
    }
  }