@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,900&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
*{
    font-family: 'Nunito', sans-serif;
    margin: 0px;
    box-sizing: border-box;
   
}
body{
    margin: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}
html
{
    box-sizing: border-box;
    overflow-x: hidden;   
}

:root 
{
    /* background color */
    --primary-color:#021832;
    --secondary-color:#75D8FF;
    --bg-color:#f4f4f4;
    --bg-white:#fff;
    --bg-black:#000;

    /* text style */
    --primary-font: 'Nunito', sans-serif;
    --primary-text:#3E3E3E;
    --secondary-text:#75D8FF;
    --text-white:#fff;
    --text-black:#151515;
    --text-gray:#e4e4e4;
    --text-footerpara:#adb5bd;
    --btn-color:#f8f9fc ;

  



}

.h-100
{
    height: 100%;
}

body{
    font-family: var(--primary-font);
    background-color: var(--bg-white);
}

a
{
    text-decoration: none;;
}
button{
    font-size: 20px;
}

/* h3{
    color: #3E3E3E;
} */

/* ::-webkit-scrollbar
{
    width: 375rem;
}

::-webkit-scrollbar-track
{
    background-color: var(--secondary-color);
}

::-webkit-scrollbar-thumb
{
    background-color: var(--primary-color);
} */

.section
{
    padding: 3.125rem 0;
}

/* .main-btn
{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
} */

h1{
    font-size: 3.75rem;
    line-height: 4.25rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    
}

h3{
    margin-bottom: 1.875rem;
    line-height: 2.875rem;
    font-weight: 600;
    font-size: 30px;
    color: var(--primary-text);
    margin-bottom: 16px;
}

h3 span{
    color: var(--secondary-color);
}

h5{
    font-size:20px;
    line-height: 1;
    color: var(--primary-text);
    font-weight: 400;
}

h6
{
    font-size: .875rem;
    color: var(--primary-text);
    margin-bottom: .9375rem;
    text-transform: uppercase;
    font-weight: 300;

}

p{
    font-size:18px;
    color: var(--text-black);
    line-height: 1.6325rem;
}

.section-title:after
{
content: '';
background-image: url();
background-position: center center;
background-repeat: no-repeat;
display:block;
margin-top: -0.9375rem;
height: .9375rem;

}


.header-wrapper .navbar
{
    padding: .9375rem 0;
    background-color: var(--bg-white);
    /* background-color: #0630BD; */
    -webkit-box-shadow: 0 .5rem .375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 .5rem .375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s ;

    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s ;
}
.header-wrapper .navbar .navbar-brand img{
    width:200px;
    height: auto;
}

.header-wrapper .navbar-toggler{
    border: 0;
    color: var(--primary-text);
    line-height: 2;
}

.header-wrapper .navbar-toggler:focus{
   box-shadow: none;
}

.header-wrapper .nav-item
{
    margin: 0 .625rem;
}

.header-wrapper .nav-item .nav-link
{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-text);
    display: inline-block
}

.header-wrapper .nav-item .nav-link:hover,
.header-wrapper .nav-item .nav-link:active
{
    color: var(--secondary-text);
}

.navbar.header-scrolled
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .85);
    -webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
    
    animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown
{
    0%
    {
        top:-30%;
    }

    50%
    {
        top:-15%;
    }

    100%
    {
        top:0;
    }
}

/************************************************************ Banner style starts **************************************/
#demo h3
{
    color: var(--bg-white);
    text-align: left;
    line-height: 4.5rem;
   
}

#demo h3 span
{
   font-size: 80px;
}

#demo p
{
    color:var(--bg-white);
    text-align: left;
}

.banner-img1 img
{
   height: auto;
   /* width: 500px; */
}

.font-banner
{
    font-size: 42px;
}

.carousel-caption {
    position: absolute;
    right:0;
    bottom: 1.25rem;
    left:0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.width-bannerImg
{
    width: 100%;
    height: auto;
}

.banner-text
{
    display: flex;
    align-items: center;
}

.btn-requestDemo
{
    background-color:var(--btn-color);
    border-radius: 5px;
    color: var(--text-black);
    padding: 8px 16px;
    /* -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3); */
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}


.btn-requestDemo:hover
{
       background-color:#d4daed ;
}



.banner-text .button-div
{
    text-align: left;
}

.Logo-name
{
    padding-right: 15px;
}

.banner-image
{
    width: 100% !important;
    height: auto;
}

.carousel-caption {
    
    bottom: 9px !important;
    padding-bottom: 0rem;

   
}

/* .carousel-caption {
   
    bottom:0rem;
    padding-bottom:0rem;
    
} */

/* .banner-text h3{
    margin-top: -20px;
} */

/* Banner style ends */



/***************************** Features style starts*******************************/



.about-wrapper{
    padding-top:40px;
}

.about-wrapper h4{
    padding-top: 20px;
}

.about-wrapper p{
    color:#8492A6;
}

.box-shadow
{
    /* box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2); */
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    /* box-shadow: 0 5px 10px rgba(154,160,185,.07), 0 15px 40px rgba(166,173,201,.3); */
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    transition: 0.3s;

}

.Feature-content
{
    padding: 15px;
}

.feature-box
{
    display: flex;
    align-items: stretch;
    margin-bottom: 20px
}

.feature-box img
{
    margin-top: 15px;
}

.section-heading span
{
color: #06A3DA;
font-weight: 800;
}

.section-heading h3
{
    color:#3E3E3E;
    font-weight: 600;
    
}

.box-shadow:hover
{
    transform:translateY(-10px)
}

.feature-image
{
    width: 100;
    height: auto;
}

/***************************** Benifits style starts*******************************/

.benifits-wrapper
{
    padding-top: 40px;
    background-color: #F6F5FA;
}

.benifit-text img
{
height: 24px;
width: 24px;
}

.benifits
{
    display: flex;
    /* align-items: center; */

}

.benifits img{
    margin-right: 10px;
    margin-top: 5px;
}

.benifits p{
    color:#8492A6;
}

/***************************** Form-section style starts*******************************/

.form-box img
{
    width: 100%;
    height: auto;
}

.form-wrapper
{
    padding-top: 40px; 
}

.form-container
{
    border-radius: 10px;
     background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    margin-bottom: 20px;
    padding: 40px 20px;
    background-color: #002399;
}

.form-img-container
{
    display: flex;
    justify-content: flex-end;
}

.form-img-container img
{
    width: 500px;
    height: auto;
}

.form-box
{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-left: 30px;
    
}

.btn-div
{
    display: flex;
    justify-content: center;
}

.btn-div button
{
    width: 60%;
}

.btn-div .btn-primary
{
    background-color:#2F55D4;
    border-color:#2F55D4;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
    
}

.btn-div .btn-primary:hover
{
    background-color:#2443ac;
    border-color:#2443ac;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
    
}

 .benifit-image
     {
        width:100%;
        height: auto;
     }


/***************************** LeadmanagerBenifit Section1 style starts*******************************/

.LeadmanagerBenifit-wrapper
{
    padding-top: 40px;
}

.leadmanager-img1 img{
    width:500px;
    height: auto;
}

/* .LeadmanagerBenifit-wrapper .leadmanager-img1
{
width: 500px;
height: auto;
} */

/* .LeadmanagerBenifit-wrapper h3{
    text-align: center;

} */

.LeadmanagerBenifit-wrapper p{

    color: #8492A6;

}

/* .leadmanager-content h3{
    padding-left: 40px;
   

} */

.leadmanager-content p{
    padding-left: 0px;

}

/***************************** LeadmanagerBenifit Section2 style starts*******************************/

.ContentNew-wrapper
{
    padding-top: 40px; 
}

.ContentNew-wrapper .leadmanager-img2 img{

    width: 500px;
    height: auto;

}

.ContentNew-wrapper p{
    color: #8492A6; 
}

.leadmanager-img2 img
{
width:100%;
height: auto;
}

/***************************** Integration style starts*******************************/

.Integration-wrapper .Integration{
    padding-top: 40px; 

}

.Integration-wrapper{

    background-color:#002399;

}

.Integration-wrapper .container{
    padding:40px 0px;
}

.Integration-wrapper .Integration-heading h3
{
   color:#53CDFD;
   
}

.Integration-wrapper .Integration-heading h3 span
{
   color:var(--bg-white);
   padding-right: 10px;
}

.integration-content img
{
    width: 80px;
    height: auto;
}

.integration-content h5{
    color: var(--bg-white);
    padding-top: 15px;
}

.margin-both
{
    margin: 20px 15px;
}

.integration-box
{
    padding-top: 20px;
}


/***************************** Train with Section style starts*******************************/
.Study-wrapper
{
    padding-top: 40px; 
 
}

.TrainWith p
{
color: #8492A6;
}

.study-method
{
    background-color:#F1F1F1;
    padding: 10px;
   text-align: center;
    height: auto;
    border-radius: 8px;
}

.study-method img{
    width: 80px;
    height: auto;
}

.mb-0
{
    margin-bottom: 0;
}

.requestBtn a
{
    margin-top: 20px;
    margin-left: 10px;
    background-color:#2F55D4;
    border-color:#2F55D4;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);

}

.requestBtn a:hover{

    background-color:#2443ac;
    border-color:#2443ac;
}

.study-method p{
    color:#000;
    padding-top: 10px;
}

.study-image img
{
  width: 500px;
  height: auto;
}

.study-image
{
    display: flex;
    justify-content: center;
}

/***************************** Footer Section style starts*******************************/

.Footer-wrapper .logo-image img
{
width:200px;
height: auto;
}

.Footer-wrapper .logo-image p
{
color:var(--text-footerpara);
margin-top: 1.5rem;
margin-bottom:1rem;
}

.footer-top
{
    background-color:#202942;
    padding: 60px 0px;

}

/* .logo-image a
{
    padding-top: 30px;
} */

.social-img{
    width: 50px !important;
    height: auto;
}

.Footer-wrapper .logo-image .social ul
{
    padding-left: 0px !important;
}

.social ul
{
list-style-type: none

}

.social ul li 
{
    margin-right:15px;
}



#footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color:#adb5bd;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #adb5bd;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color:var(--bg-white);
  }

  #footer .footer-top .footer-links h3{
    color:#f8f9fc !important;
    font-size:20px;
    font-weight: 500;
    line-height: 1.5;
  }


  #footer .images-footer .img-style
  {
    width:auto;
    height:68px;
  }

  #footer .images-footer
  {
       display: flex;
  }

  .margin-right-img
  {
    margin-right: 20px;
  }

  #footer .footer-bottom
{
    background-color:#202942;
    border-top: 1px solid #283353;
}

#footer .footer-bottom .copyright
{
    padding: 40px 0px;
}

#footer .footer-bottom .copyright p{
    margin-bottom: 0px !important;
    color: #adb5bd;

    
}




/* media qwery section starts */

/* Responsive section start */
@media (max-width:1199px) {
    /* header */
    .header-wrapper .navbar-expand-lg .navbar-nav
    {
        align-items: center;
    }

    .header-wrapper .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px;
        font-size: .875rem;
    }

    
    /* .navbar-expand-lg .navbar-nav{
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px;
        font-size: .875rem;
    } */
    
}

@media (max-width:1201px) {
    /* header */
    .header-wrapper .navbar-expand-lg .navbar-nav
    {
        align-items: center;
    }

    .header-wrapper .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px;
        font-size: .875rem;
    }

    #demo h3 {
        color: var(--bg-white);
        text-align: left;
        line-height: 1.5rem;
    }

    #demo h3 span {
        font-size: 40px;
    }

    .font-banner {
        font-size: 28px;
    }
    
    /* .navbar-expand-lg .navbar-nav{
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px;
        font-size: .875rem;
    } */
    
}


@media (max-width:991px) {
    /* custom css */
    .section{
        padding: 1.875rem 0px;
    }

    /* navbar */

    .header-scrolled
    {
        height: auto;
    }

    .header-wrapper .menu-navbar-nav
    {
        text-align: center;
        /* background-color: var(--bg-dark-blue); */
        padding-bottom:.9375rem;
    }

    .header-wrapper .nav-item .nav-link
    {
        margin-top: .9375rem;
    }

}


@media (max-width:767px) {

    /* custom css */
    h1{
       font-size: 1.875rem;
       line-height: 2.5rem;
    }

    h3{
        font-size: 1rem;
        line-height: 2.1875rem;
     }
     h5{
        font-size:1.25rem ;
     }
     p {
         font-size: .8125rem;
         line-height: 1.5rem;
     }

      #footer .images-footer
     {
          display:block;
     }

     #footer .margin-top-img
     {
        margin-top: 20px;
     }

    
     .Study-wrapper .study-method
     {
        margin-top: 20px;
     }
     /* .benifit-image
     {
        width: 300px;
     } */

     .form-box {
       
        margin-left:0px;
    }

    .d-none{
        display: none;
    }

    .button-div .btn-requestDemo{
        font-size:10px !important;
    }

    .word-break
    {
        word-break: break-all;
    }
    
    .header-wrapper .navbar .navbar-brand img {
        width: 150px;
    }

    #demo h3 span {
        font-size:28px;
    }

    .width-bannerImg
    {
        width: auto;
    }

    #demo h3 {
        
        line-height: 1.6;
    }

    .carousel-caption {
        top: 7px;
        position: absolute;
        right: 0;
        /* bottom: 1.25rem; */
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .banner-text .button-div
{
    text-align:center;
}

/* .margin-banner-image
{
    margin-top: 20px;
} */

.contentBenifits h3{
    text-align: center;

}

.leadmanager-content p {
    padding-left:0px;
}

.leadmanager-content p {
    padding-left:0px !important;
}

.leadmanager-content h3
{
text-align: center;
}
.font-banner {
    font-size: 21px;
}

.font-banner
{
    text-align: center !important;
    margin-bottom: 0px;
}

#demo p {
    color: var(--bg-white);
    text-align: center;
}

.display-none
{
    display: none !important;
}

.study-image {
    display:none;
    
}

.bg-color
{
    background-color: #F6F5FA;
}

.banner-img1 img {
    height: auto;
    max-width: 300px;
}



   
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .leadmanager-content h3
{
text-align: center;
}

.contentBenifits h3{
    text-align: center;
}

.requestBtn
{
    margin-bottom: 20px !important;
}

.requestBtn a
{
    margin-bottom: 20px;
}

/* .width-bannerImg
{
    width: auto;
} */

.carousel-caption {
    top: -12px !important;
    position: absolute;
    right: 0;
}

#demo h3 {
    
    line-height: 1.6;
}

.font-banner
{
    text-align: center !important;
    margin-bottom: 0px;
}


.carousel-caption {
    top: 10px;
    position: absolute;
    right: 0;
 


   }

   #demo h3 span {
    font-size: 36px;
}
.font-banner {
    font-size: 30px;
}

#demo p {
    color: var(--bg-white);
    text-align:center;
}
.banner-text .button-div {
    text-align:center;
}

.bg-color
{
    background-color:#F6F5FA;
}

/* .study-image {
    display:none;
    
} */
.banner-img1 img {
    height: auto;
    max-width:392px;
}

}


/* @media (min-width:1200)
{
    #demo h3 span
    {
       font-size: 80px !important;
    }
    
    .font-banner
    {
        font-size: 42px !important;
    }


    #demo h3 {
        color: var(--bg-white);
        text-align: left;
        line-height: 4.5rem !important;
    }

    p {
        font-size: 18px !important;
        color: var(--text-black);
        line-height: 1.6325rem !important;
    }
    
} */


@media only screen and (min-device-width: 768px) and (max-device-width:991px)
{
    #demo h3 {
        color: var(--bg-white);
        text-align: left;
        line-height: 2.5rem !important;
    }
    .font-banner {
        font-size: 25px !important;
    }
    #demo h3 span {
        font-size: 44px !important;
    }
}


/* @media (min-width:768px)

{ 
    #demo h3 {
        color: var(--bg-white);
        text-align: left;
        line-height: 1.5rem;
    }
    .font-banner {
        font-size: 25px;
    }
    #demo h3 span {
        font-size: 44px;
    }
} */

/* @media (min-width:992px)
{
    #demo p {
        color: var(--bg-white);
        text-align: left;
        font-size: 23px;
    }
    #demo h3 span {
        font-size: 52px !important;
}
.font-banner {
    font-size: 35px !important;
}
} */



/* changes new for images */

.footer p {
    color: #adb5bd !important;
}


.w-img {
    width: 100px !important;
    height: auto !important;
    display: block;
    border-radius: 8px;
}

.zoom-in-zoom-out1 {
    margin: 24px;
    width: 50px;
    height: 50px;
    background: green;
    /* animation: zoom-in-zoom-out 10s ease-out 1; */
    animation-name: zoom-in-zoom-out;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: ease-out;
    /* animation-iteration-count: infinite; */
}



/* --------------------------------------------------------------------------------------------------------------- */

@media (max-width:992px) {
    .w-img {
        width: 70px !important;
        height: auto !important;
        display: block;
    }
}




/* ------------------------------------------------------------------------------------------------------------------------------- */

.image-container {
    /* width: 300px;
      height: 200px;
      overflow: hidden;
      margin: 20px;
      border: 2px solid #ddd;
      border-radius: 8px;
      opacity: 1; */
    transition: opacity 1s ease-in-out;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s ease-in-out;
}
@media (min-width:1024px) {
    .banner-img1 img {
        height: auto;
        max-width: 399px;
    }
}

@media (min-width:1200px) {
    .banner-img1 img {
        height: auto;
        max-width: 500px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .banner-img1 img {
        height: auto;
        max-width: 300px;
    } 
}    
