*{
    margin: 0px; padding: 0px;
}

/*body{*/
/*  font-family: 'Poppins', 'Courier New', Courier, monospace;  */
   
/*}*/
 
.top_header{
    background:#bed0fc;
}

.header_number li{ display: inline-block; padding:0px; margin-top:6px; margin-bottom: 0;}
.header_number li a{ text-decoration: none;
    color: #3d4297;
    padding: 10px;}
.header_social{
    float: right;
}

.nav-item .nav-link img{ width: 30px; height: 30px;}

.navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: #834E97;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color:#834E97;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}




.news-wrap{
background: #a484d4;
padding: 3px;
}

.right-logo{
    margin-top: 0px; 
}

.right-logo ul li{width:120px;}

.right-logo ul li{
    display: inline-block;
    padding: 0px;
    margin-top: 0px;
}

.news-wrap .newsheader{
   background: linear-gradient(188deg,rgba(60, 66, 152, 1) 0%, rgba(171, 120, 212, 1) 100%, rgba(171, 120, 212, 1) 100%);
   padding: 2px;
   border-radius: 10px;
   border: 1px solid #fff;
}

.newsheader h4{
    color: #fff;
    font-weight: 300;
    padding:3px;
    margin-top: 2px;
}

.newsheader h4 img{ width: 28px; height:28px;
}
 

.intro h2{
    color: #4642a1;

}

.intro p{
color: #324796;
font-size: 17px;
text-align: justify;
}


.intro_right_pannel img{
   width: 300px;
   padding:6px;
   border-radius:25px;
}



 
.icon-list-items{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    line-height: 2;
}

.icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.icon-list-icon {
    padding-inline-end: 5px;
}

.icon-list-icon i {
    color: #324796;
    transition: color 0.3s;
}
.icon-list-text{ color: #324796}


.circle-logo:after{
    content: '';
    position: absolute;
    left: 91.3rem;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    margin-top: -21.1rem;
    border-radius: 50%;
}

.circle-logo img{
    margin-top: -38.5rem;
    margin-left: 21.5rem;
    position: relative;
    z-index: 10;
}

.intro button{
    width: 200px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #4642a1;
}

.intro button:hover{
    background:#4642a1a6;
}
.intro button a{
text-decoration: none;
color: #fff;
}
.products-sec{
     color: #4642a1;
} 


.wrapper {
        display: flex;
        align-items: center;
    }

.left-text h3 {
    font-family: sans-serif;
    font-weight: bold;
    margin-right: 20px;
    opacity: 0;
    transform: translateX(-30px);
    animation: titleSlideIn 1s ease-out forwards;
}

@keyframes titleSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
} 
    
.line {
    width: 0;
    height: 1px;
    background: #999797;
    margin-right: 20px;
    animation: lineGrow 0.8s ease-out forwards;
    animation-delay: 0.8s;
}

@keyframes lineGrow {
    to {
        width: 200px;
    }
}


    .group-container {
        position: relative;
        padding: 20px 30px;
        border-left: 2px solid #999797;
        border-top: 2px solid #999797;
        border-bottom: 2px solid #999797;
        width:70px;
        margin-top:2rem;
    }
 

.input-box {
    border: 1px solid #4642a1;
    padding: 6px 10px;
    margin-bottom: 10px;
    width: 250px;
    font-size: 16px;
    border-radius: 3px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease forwards;
}

.input-box:nth-child(1) { animation-delay: 0.3s; }
.input-box:nth-child(2) { animation-delay: 0.4s; }
.input-box:nth-child(3) { animation-delay: 0.5s; }
.input-box:nth-child(4) { animation-delay: 0.6s; }
.input-box:nth-child(5) { animation-delay: 0.7s; }
.input-box:nth-child(6) { animation-delay: 0.8s; }
.input-box:nth-child(7) { animation-delay: 0.9s; }
.input-box:nth-child(8) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box:last-child {
margin-bottom: 0;
}


.input-box a{
    text-decoration: none;
    color: #4642a1;
}



/*Right*/ 
    
    
.wrapper-right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
    
.line-right {
    width: 0;
    height: 1px;
    background: #999797;
    margin-left:20px;
    animation: lineGrow 0.8s ease-out forwards;
    animation-delay: 0.8s;
}
    

.group-container-right {
    position: relative;
    padding: 30px 20px;
    border-right: 2px solid #999797;
    border-top: 2px solid #999797;
    border-bottom: 2px solid #999797;
    margin-top:2rem;
    
}
 

.input-box-right {
    border: 1px solid #4642a1;
    padding: 6px 10px;
    margin-bottom: 10px;
    width: 280px;
    font-size: 16px;
    border-radius: 3px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease forwards;
}

.input-box-right:nth-child(1) { animation-delay: 0.3s; }
.input-box-right:nth-child(2) { animation-delay: 0.4s; }
.input-box-right:nth-child(3) { animation-delay: 0.5s; }
.input-box-right:nth-child(4) { animation-delay: 0.6s; }
.input-box-right:nth-child(5) { animation-delay: 0.7s; }
.input-box-right:nth-child(6) { animation-delay: 0.8s; }
.input-box-right:nth-child(7) { animation-delay: 0.9s; }
.input-box-right:nth-child(8) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box:last-child {
margin-bottom: 0;
}


.input-box-right a{
    text-decoration: none;
    color: #4642a1;
}

.research_development{
    margin-top:5rem;
}

.research_development h1{
    color: #4642a1;
}

.research_development p{
    text-align: justify;
    color: #324796;
    font-size: 17px; 
}

.research_development img{
    border-radius: 20px;
    border-left: 15px solid #5e5490;
    border-bottom: 15px solid #5e5490;
}
.about-sec{
    background-color: #ebe9e33b; 
}

.about-sec h1{
    color: #324796;
}

.about-sec p{
    color: #324796;
    font-size: 17px;
    text-align: justify;
}

.about-sec button {
    width: 200px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #4642a1;
}

.about-sec button:hover {
    width: 200px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #4642a1a6;
}

.about-sec button a {
    color: #fff;
    text-decoration: none;
    font-size:16px;
}

.pioneering h1{
    color:#4642a1;
}

.pioneering p{
     color: #324796;
    font-size: 20px;
    text-align: justify;
}

.pioneering li{
    list-style: none;
    padding:5px;
    color: #324796;
    font-size: 20px;
    text-align: justify;
    margin-left: -40px;
}
.ul_pioneering img{
    width: 30px;
    height: 30px;
}

.pioneering-box{
    background: #fff;
    border-radius: 30px;
    border:1px solid #324796;
    color: #a484d4;
}
 
.background-overlay{
    background-color: #324796;
    opacity: 0.8;
    padding: 60px; 
    margin-top : 100px;
    position: relative; 
}

.partner h4{
    color: #4642a1;
    margin-top: 6rem;
    font-weight:400;
 }
.partner h1{ 
    color: #4642a1; 
    margin-bottom: 6rem;
}

.galleria h1{ 
    color: #4642a1;
}
/*Galleria*/



@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
  overflow:hidden;
  padding:20px 0 ;
  /* background:white; */
  white-space:nowrap;
  position:relative;
}

.logos:before,
.logos:after{
  content:"";
  position:absolute;
  top:0;
  width:150px;
  height:100%;
  z-index:5;
}
.logos:before{
  left:0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after{
  right:0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
}


.logos:hover .logos-slide{
  animation-play-state:paused; 
}

.logos-slide{
  display:inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img{
    margin: 0 18px;
    margin-bottom:5rem;
}

.home_contactUs{
    background:#a484d4;
    padding-bottom: 3rem;
}



.contactUs_form{
    background-color: #fff;
    border-radius: 10px;
    padding:30px;
    margin-top:3rem;
}

.contactUs button{
    margin-top:2rem;
    width: 200px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #4642a1;
    color: #fff ;
}

.contactUs_pioneering{  
    margin-top:1rem;
    background: #4642a1; 
    border-radius: 10px;
    
}

.contactUs_pioneering {
    background-image: url(../images/toodle-icon.png); 
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.8;
    border-radius: 12px;
}

.contactUs_pioneering::before {
    content: "";
    background-color: #2D216FF5;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius:10px;
}

.contactUs_pioneering h3 {
    line-height: 50px;
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 400;
    padding:12px;
}

.counter
{ 
    text-align: center;
}

.counter-count
{
    font-size:40px; 
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p{
    font-size: 20px;
    color: #000000;
    line-height: 34px;
}


.footer-sec{
    background: #324796; 
}

.footer-logo img{
    width: 300px;
    
}

.usefulllink li{ 
   list-style: none;
}


.usefulllink li a{
    color: #fff; 
    text-decoration: none;
    margin-left: -33px; 
}

.social{ display:inline-flex;
list-style: none;}

.social img{
    width:50px;
    padding:2px;
}

.social img:hover{
    background: #17acf2;
    width:55px;
    padding: 6px;
    border-radius: 100%;
}

.footer-bottom{
    background: #5469b8;
}
 

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding:1px;
  transition: all 0.3s ease;
  color: white;
  
  
}

.icon-bar .twitter img, .youtube img, .linkedin img{
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    border-radius: 50%;
     
}
/* Style the social media icons with color, if you want */
 
.icon-bar .twitter a:hover{
  background: #55ACEE;
  color: white;
}
 

.icon-bar .linkedin a:hover {
  background: #007bb5;
  color: white;
}

.icon-bar .youtube a:hover{
  background: #bb0000;
  color: white;
}


.whatsapp-blink-icon {
    position: fixed;  
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #25d366; 
    color: #FFF;
    border-radius: 50%; 
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center; 
    animation: blinker 2.5s linear infinite; 
}

.whatsapp-blink-icon i{ color: #fff;}

/* Center the Font Awesome icon inside the container */
.my-float {
    margin-top: 5px; 
}

/* Define the blinking animation */
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*section-bredcrum*/

.pt-breadcrumb-style-2{
    background-image: url("../images/company-design-scaled.jpg"); 
}

.pt-breadcrumb-style-2 { 

    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
}
.pt-breadcrumb-style-2::before {
    content: "";
    background-color:#fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.geneaid_box    {
    padding: 20px;
    border: 1px solid #f32d2d;
    height: 100%;
}

.geneaid_logo img {
    width: 300px;
    margin-top: 6rem;
}


.parter_logo img{
    width: 300px;
}

.parter_box{
    background: #eed9f1;
    padding: 20px;
    border: 1px solid #e03ef9;
    height: 100%;
}

.parter_box h4{
    color: #324796;
}

.parter_box p{
    color: #324796;
    font-size: 18px;
}

.geneaid-style{
    background-image: url("../images/geneaid-breadcrum.jpg"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.geneaid-style::before {
    content: "";
    background-color:#241c52b8;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.geneaid-style .geneaid-title h1{ 
    line-height: 64px;
    color:#fff;
    font-size: 64px;
}

.geneaid-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.geneaid-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}



/*IonOpticks*/

.ionopticks-style{
    background-image: url("../images/ionopticks-breadcrum.jpg"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.ionopticks-style::before {
    content: "";
    background-color:#241c52b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.ionopticks-style h1{ 
    line-height: 64px;
    color:#fff;
    font-size: 64px;
}

.ionopticks-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.ionopticks-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}


.ionopticks_box {
    background: #18a78f26;
    padding: 20px;
    border: 1px solid #0d3f4b;
    height: 100%;
}

/*Cloud-Clone Corp*/

.cloud-clone-corp-style{
    background-image: url("../images/cloud-clone-corp-breadcrum.jpg"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.cloud-clone-corp-style::before {
    content: "";
    background-color:#241c52b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.cloud-clone-corp-style .cloud-clone-corp-title h1{ 
    line-height: 64px;
    color:#fff;
    font-size: 64px;
}

.cloud-clone-corp-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.cloud-clone-corp-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

/**/

.company-outline-style{
    background-image: url("../images/company-outline-breadcrum.png"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.company-outline-style::before {
    content: "";
    background-color:#241c52b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.company-outline-style .company-outline-title h1{ 
    line-height: 64px;
    color:#fff;
    font-size: 64px;
}

.company-outline-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.company-outline-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

/*End*/

.galleria-style{
    background-image: url("../images/galleria-breadcrum.png"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.galleria-style::before {
    content: "";
    background-color:#4c3f96b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.galleria-style .pt-breadcrumb-title {
    margin-bottom: 20px;
}

.galleria-style .pt-breadcrumb-title h1{ 
    line-height: 64px;
    color:#fff;
}

.galleria-style .pt-breadcrumb-container .breadcrumb {
    display: inline-block;
    margin: 0;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
    align-items: center;
    display: block;
}


.galleria-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.galleria-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

/*End*/

.pt-breadcrumb-style-1{
    background-image: url("../images/1.jpg"); 
}

.pt-breadcrumb-style-1 { 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}
.pt-breadcrumb-style-1::before {
    content: "";
    background-color:#4c3f96b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.pt-breadcrumb-style-1 .pt-breadcrumb-title {
    margin-bottom: 20px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1{ 
    line-height: 64px;
    color:#fff;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
    display: inline-block;
    margin: 0;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
    align-items: center;
    display: block;
}


.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

/*Solution Section*/

.solutions-style{
    background-image: url("../images/company-design-scaled.jpg"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.solutions-style::before {
    content: "";
    background-color:#2D216FF5;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.solutions-style h1{ 
    line-height: 64px;
    color:#fff;
    font-size:42px;
}
 

/*End*/


.partner{
    background-image: url("../images/world-imgae-dot.png"); 
    padding:20px 0px 40px;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}


.partner::before {
    content: "";
    /* background-color:#2D216FF5; */
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 


.company-outline-sec h1{
    color: #4642a1;
}

.company-outline-sec .companyOutline:after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: 150px;
    height: 3px;
    background-color: #424499;
    top: 23rem;
}

.company-outline-sec p{
    color: #324796;
    font-size: 20px;
    text-align: justify;
    margin-top: 2.5rem;
}


/*Product bg*/

.products-sec{
    background-image: url(../images/product-bg.jpg);
    padding: 12px 0px 50px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
}


.products-sec::before {
    content: ""; 
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

 

/*Product End*/

/*Contact Us*/
.contactus-style{
    background-image: url("../images/contact-breadcrum.png"); 
    padding: 80px 0;
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1;
}

.contactus-style::before {
    content: "";
    background-color:#241c52b8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.contactus-style .contactus-title h1{ 
    line-height: 64px;
    color:#fff;
    font-size: 64px;
}

.contactus-style .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.contactus-style .pt-breadcrumb-container .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}

.contact_leftside{
    padding: 30px;
    margin-top: 20px;
}

.contact_leftside h3{
    color: #4c3f96;
}

.contact_leftside h3+h5,p{
    color: #4c3f96;
}
.form-bg{
    padding: 30px;
    margin-top: 20px;
}

.form-bg p, .fa, a{
    text-decoration: none;
    color: #4c3f96;
}

.form-bg h5{
    color: #4c3f96;
}

.form-group label{
    color: #4c3f96;
}

/*Contact Us End*/


.vision h1{
    color: #4642a1;
    margin-top:5rem;
    margin-bottom:5rem;
}

.vision-box{
    border:2px solid #4642a1;
    border-radius:20px;
    height: 100%;
    box-shadow: #4642a1 0px 4px;
}

.vision-box:hover{
    border:2px solid #6dc3fc    ;
    border-radius:20px;
    height: 100%;
    box-shadow: #6dc3fc 0px 4px;
}


.vision-box h4{
    color: #4642a1;
    padding: 10px;
}

.vision-box p{
    color: #4642a1; 
    font-size:18px;
    text-align: justify;
    padding: 10px;
}



/*Product page*/
.products_images{
    background: #ffff;
    border: 1px solid #b9b9b9;
    padding: 30px;
}

.products_heading strong{
    color: #4C3F96;
    font-size: 14px !important; 
    font-family: "Nunito Sans", Sans-serif;
    
}
 
.td_color thead tr th {
    color: #fff;
    line-height: 22px;
    background-color: #4c3f96b8;
    text-align: left;
}
.td_color tr td:nth-child(1) {
    color: #000000 !important;
    font-weight: 500;
    font-size: 15px;
    border-color: #adadad !important;
}

 
.reaction_p{
    color: #4C3F96;
}
 
.tab-pane strong {
    color: #4C3F96;
    font-size: 16px !important;
    font-weight: 400;
}

.tab-pane h4{
    color: #4C3F96;
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.tab-pane p {
    margin-bottom: 8px !important;
    text-align: justify;
}

.tab-pane a{
    text-decoration: none;
    color: #4C3F96;
}

.related_product_sec h2{
    color: #4C3F96; 
    margin-bottom: 20px;
}

.related_product h5{
    margin-top: 10px;
     color: #4C3F96;  
}

.related_product a{
    text-decoration: none;
}
.related_product button{
    background: #324796;
    color: #fff;
    padding: 10px; 
    border-radius:50px; 
    margin-top: 10px;
    border: none; 
}

.highlight h1{
    color: #4642a1;
    margin-bottom:3rem;
}

.highlight h4{
    color: #4642a1;
     
}

.highlight iframe{
    width: 100%;
    height:90%;
}

.right-text h3 { font-family: sans-serif; font-weight: bold; margin-right: 20px; opacity: 0; transform: translateX(-30px); animation: titleSlideIn 1s ease-out forwards; }

 

@media only screen and (max-width: 1400px) {
     .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .newsheader h4 {
    color: #fff;
    font-weight: 300;
    padding: 0px;
    margin-top: 2px;
    font-size: 23px;
}
    .circle-logo img {
    margin-top: -27.5rem;
    margin-left: 15.5rem;
    position: relative;
    z-index: 10;
}
    .circle-logo:after {
    content: '';
    position: absolute;
    left: 68.3rem;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    margin-top: -15.6rem;
    border-radius: 50%;
}
    
}


@media screen and (min-width: 769px) { 
    .input-box a{
    text-decoration: none;
    color: #4642a1;
}

.input-box-right a{
    text-decoration: none;
    color: #4642a1;
}
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media only screen and (max-width: 768px) {
    .input-box a{
    text-decoration: none;
    color: #4642a1;
}

.input-box-right a{
    text-decoration: none;
    color: #4642a1;
}
    .top_header{display: none;}
    .right-logo{ display: none;}
   .navbar img{
    width: 256px;
   } 
    
   .news-wrap .newsheader {
    background: linear-gradient(188deg, rgba(60, 66, 152, 1) 0%, rgba(171, 120, 212, 1) 100%, rgba(171, 120, 212, 1) 100%);
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 191px;
}

.newsheader h4 {
    color: #fff;
    font-weight: 300;
    padding: 3px;
    margin-top: 2px;
    font-size: 18px;
}

.w-100 {
    width: 100% !important;
    height: 200px;
}

.solutions-sec .solutions-style h1 {
    line-height: 34px;
    color: #fff;
    font-size: 32px;
}

.solutions-style img{
    margin-top:10px;
    width: 280px;
}

.contactUs_pioneering h3 {
    line-height: 30px;
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px;
}

.about-sec button {
    width: 200px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #17acf2;
    margin-bottom: 4rem;
}

.pioneering-box {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #324796;
    color: #a484d4;
    margin-top: 20px;
}

.background-overlay {
    background-color: #324796;
    opacity: 0.8;
    padding: 12px; 
}
 

.circle-logo img{
    display: none;
}

.circle-logo::after{
    display: none;
}

/*section-bredcrum*/
.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
    line-height: 30px;
    color: #fff;
}

.company-outline-sec .companyOutline:after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: 150px;
    height: 3px;
    background-color: #424499;
    top: 16rem;
}

 .galleria a{
    padding: 10px;
 }


 .tab-pane p {
    margin-bottom: 8px !important;
    text-align: justify;
}

.whatsapp-blink-icon {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blinker 2.5s linear infinite; 
}

.icon-bar {
    position: fixed;
    top: 75%;
    transform: translateY(-50%);
}
 
 
 .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.left-text h3 {
    font-family: sans-serif;
    font-weight: bold;
    margin-right: 20px;
    opacity: 0;
    transform: translateX(-30px);
    animation: titleSlideIn 1s ease-out forwards;
}

.left-text h6{
    margin-top:2rem ;
}

.right-text h3 {
    font-family: sans-serif;
    font-weight: bold;
    margin-right: 20px;
    opacity: 0;
    transform: translateX(-30px);
    animation: titleSlideIn 1s ease-out forwards;
}

@keyframes titleSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
} 
    
.line {
    width: 0;
    height: 1px;
    background: #999797;
    margin-right: 20px;
    animation: lineGrow 0.8s ease-out forwards;
    animation-delay: 0.8s;
}

@keyframes lineGrow {
    to {
        width: 200px;
    }
}


    .group-container {
        position: relative;
        padding: 20px 30px;
        border-left: 2px solid #999797;
        border-top: 2px solid #999797;
        border-bottom: 2px solid #999797;
        width:70px;
        margin-top:2rem;
    }
 

.input-box {
    border: 1px solid #4642a1;
    padding: 6px 10px;
    margin-bottom: 10px;
    width: 250px;
    font-size: 16px;
    border-radius: 3px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease forwards;
}

.input-box:nth-child(1) { animation-delay: 0.3s; }
.input-box:nth-child(2) { animation-delay: 0.4s; }
.input-box:nth-child(3) { animation-delay: 0.5s; }
.input-box:nth-child(4) { animation-delay: 0.6s; }
.input-box:nth-child(5) { animation-delay: 0.7s; }
.input-box:nth-child(6) { animation-delay: 0.8s; }
.input-box:nth-child(7) { animation-delay: 0.9s; }
.input-box:nth-child(8) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box:last-child {
margin-bottom: 0;
}


/*Right*/ 
    
.wrapper-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
    
.line-right {
    width: 0;
    height: 1px;
    background: #999797;
    margin-left:20px;
    animation: lineGrow 0.8s ease-out forwards;
    animation-delay: 0.8s;
}
    

.group-container-right {
    position: relative;
    padding: 30px 20px;
    border-right: 2px solid #999797;
    border-top: 2px solid #999797;
    border-bottom: 2px solid #999797;
    margin-top:2rem;
    
}
 

.input-box-right {
    border: 1px solid #4642a1;
    padding: 6px 10px;
    margin-bottom: 10px;
    width: 250px;
    font-size: 16px;
    border-radius: 3px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease forwards;
}

.input-box-right:nth-child(1) { animation-delay: 0.3s; }
.input-box-right:nth-child(2) { animation-delay: 0.4s; }
.input-box-right:nth-child(3) { animation-delay: 0.5s; }
.input-box-right:nth-child(4) { animation-delay: 0.6s; }
.input-box-right:nth-child(5) { animation-delay: 0.7s; }
.input-box-right:nth-child(6) { animation-delay: 0.8s; }
.input-box-right:nth-child(7) { animation-delay: 0.9s; }
.input-box-right:nth-child(8) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box:last-child {
margin-bottom: 0;
}



}
/*Galleria*/
#customersCats{
   margin-top:1.2rem;
   height: 80px;
   font-size: 20px;
}

 
a.nav-link{
  color:#4c3f96;
}

 .margin_top_mobile{
      margin-top:10px ;
  }
  

.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Roboto', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
  max-height: 100vh !important;
  width: auto !important;
  max-width: auto !important;

}
 
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
   
  @media (max-width: 768px) {
      
    #customersCats {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  #customersCats .nav-item {
    flex: 0 0 auto;
  }
  
  #customersCats::-webkit-scrollbar {
    display: none;
  }
  #customersCats {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .margin_top_mobile{
      margin-top:10px ;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
     
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }  


.mfp-img {
 cursor: pointer; 
}
.mfp-force-scrollbars {
  &.mfp-wrap {
      overflow-y: auto;
      overflow-x: auto;
  }
  .mfp-img {
    max-width: none;
  }
  .mfp-close {
   position: fixed;
  }
  
}