
body{

    margin:0;
    padding:0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
   

}

a{    color: #68b7fd; text-decoration: none;}

.header{

    width:100%;
    float:left;
    margin-bottom: 10px;
}


.social-icons {
  display: flex;
  gap: 15px;
  padding-block: 1%;

  justify-content: center;
  gap: 7%;
}

.social-icons a {
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  transition: color 0.3s;
}








.logo{

   width: 12%;
   float: left;
   text-align: center;
   margin-top: 20px;

}

.rt_text{

   width:80%;
   float:left;
   margin-top: 20px;

}

.img{

   position:relative;
   max-width:100%;
   height:auto;
   border:0;


}

.banner{

   width:100%;
   float:left;
   background-color: rgb(255, 184, 51);

}


.banner-left {
    width: 50%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-image{

   width: 100%;
   text-align: center;
}
.banner-right{

   width:50%;
   float:left; 
   margin-top: 30px;

}

h1{

   font-size: 36px;
   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   text-shadow: 1px 2px #a6a6a6;
   letter-spacing: 2px;

}
p{

    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    line-height: 1.5em;
 
   

}
img{

max-width:100%;

position:relative;
height:auto;
}


.section{

   width:100%;
   float:left;
   border-bottom: 1px solid #d9d8d8;


}

.section_left{
   width:45%;
   float:left;
   margin-bottom: 20px;
   margin-top: 10px;


}

.section_right{
    width:55%;
    float:left;

}

.imp{
    color: red;
    vertical-align: top;
}
.box{

    display: inline-block;
    width: 85%;
    height: 32px;
    border-radius: 5px 5px 5px 5px !important;
    border: 1px solid #cdcbcb;
    padding-left: 5px;
}

.submit{

    
    height: 32px;
    color: #fff;
    background-color: blue;
    overflow: hidden;
    box-sizing: content-box;
    background-color: rgb(2, 117, 216);
    border: rgb(2, 117, 216);
    border-style: solid;
    border-radius: 5px 5px 5px 5px !important;
    font-weight: bold;
    margin-left: 16px;
    cursor: pointer;
}
.form{
    margin-top:25px;

}

.section_left_text{
    font-size: 18px;
    padding-left: 50px;

}

#name{

   width: 22%;
   display: inline-block;
   


}

.vl{

   border-left: 2px solid #ffa500;
   height: 60px;
   position: absolute;
   left: 41%;
   margin-left: -3px;
   margin-top: 13px;
}


.text2{

   width:100%;
   float:left;
   margin-top: 40px;
   margin-bottom: 40px;
}

.text{


   font-size: 19px;
   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   line-height: 1.4em;
   color: #747171;
   padding-left: 50px;
}


.integration{
 
   width:100%;
   float:left;

}

.col1{

   width:50%;
   float:left;
   background-color: rgb(2, 117, 216);
   height: 456px;

}
.col2{

   width:50%;
   float:left;

}

h3{

   color: #fff;
   font-size: 30px;
   font-weight: bold;
   font-family: 'Ubuntu', sans-serif;
   padding-left: 60px;

}

li{
   font-size: 20px;
   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   color: #fff;
   line-height: normal;
   margin-left: 10px;

}

li::before{

   content: url("images/right-icon.png");
}
ul{
   list-style:none;

}

.centered {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer{

     width:100%;
     float:left;
 
}

.footer-heading{

    width:100%;
    float:left;
    margin-top: 30px;

}

.footer-images{

    width: 100%;
    float: left;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;

}

.footer-image-left{

    width:16.67%;
    float:left;
    text-align: right;

}

.footer-text-left{
  
   width: 16.67%;
   float: left;
   margin-top: -35px;
   padding-left: 30px;
 
}
.footer-image-middle{

    width:16.67%;
    float:left;
    text-align: center;
 

}

.footer-text-middle{
    width:16.67%;
    float:left;
    margin-left: -40px;
    margin-top: -35px;
 
}
.footer-image-right{
    width:15.67%;
    float:left;
    text-align: center;
 

}

.footer-text-right{
    width:16.67%;
    float:left;
    margin-left: -30px;
    margin-top: -35px;
 
}
.copyright{

    width: 100%;
    float: left;
    background-color: black;
}

.copyright-text{

   width: 80%;
   float: left;
   margin-top: 5px;
   margin-bottom: 5px;

}

.copyright-icons{

    width: 20%;
    float: left;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;

}

.ct_text{
    color:#fff;
    font-size:15px;
    padding-left: 60px;

}

h5{

   text-align: left;
   color: #333333;
   font-size: 19px;
   font-weight: normal;
   font-family: 'Ubuntu', sans-serif;

}

.footer-text-left > p{

   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   text-align: left;
   font-size: 20px;
   color: #68b7fd;
   margin-top: -28px;

}

.footer-text-middle> p {
   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   text-align: left;
   font-size: 20px;
   color: #68b7fd;
   margin-top: -28px;
}

.footer-text-right > p {
   font-family: 'Ubuntu', sans-serif;
   font-weight: normal;
   text-align: left;
   font-size: 20px;
   color: #68b7fd;
   margin-top: -28px;
}

 #form-button{

   color:#fff;
   display:inline-block;

}


/*RESPONSIVE*/


@media (min-width:200px) and (max-width: 357px){

 .header{

   max-width:100%;

}

  .logo{

   width:30%;
}

  .rt_text{

   width:70%;
   text-align:center;

}

  h1{

   font-size: 20px !important;
   margin-left: 10px;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   width:100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

   width:100%;

}

  .section{

   max-width:100%;
}

  .section_left{
    width:100%;

}

  .section_left_text{

   font-size:20px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

    max-width: 100%;
    text-align: center;
    margin-left: 30px;
}


  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}


   .integration{

    max-width:100%;

}

  .col1{

   width:100%;
   height:auto !important;

}


  .col1 > h3{

    line-height: 1em;
    font-size: 20px !important;
    margin-left: -26px;

}
  .col2{

   width:100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

  .footer-heading{

   max-width:100%;
}

  h3{

  text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   width:100%;
   text-align:center;
}

  .footer-text-left{

    width: 100%;
    padding: 0 !important;

}

  h5{
 
   text-align:center;


}
  .footer-text-left > p{

   text-align:center;
}

  .footer-image-middle{

   width:100%;
   text-align:center;
}

  .footer-image-right{

   width:100%;
   text-align:center;
}

  .footer-text-middle{

    width: 100%;
    margin-left: 0 !important;

}

  .footer-text-middle> p{

   text-align:center;
}



  .footer-text-right{

    width: 100%;
    margin-left: 0 !important;

}

 .footer-text-right > p{

   text-align:center;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}


  .vl{

   display:none;


}

  .button{
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 20px;;
}

 #name{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

}

  li{

    margin-left: -20px;
}

  #form-button{

   text-align:left;
   margin-left: 10px;

}

}
@media (min-width: 358px) and (max-width: 458px){



  .header{

   max-width:100%;

}

  .logo{

   width:20%;
}

  .rt_text{

   width:80%;
   text-align:center;

}

  h1{

   font-size: 20px !important;
   margin-left: 10px;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   width:100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

   width:100%;

}

  .section{

   max-width:100%;
}

  .section_left{
    width:100%;

}

  .section_left_text{

   font-size:20px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

   max-width:100%;
   text-align: center;
   margin-left:30px;
   
}


  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}
 

   .integration{

    max-width:100%;

}

  .col1{

   width:100%;
   height:auto !important;

}


  .col1 > h3{

    line-height: 1em;
    font-size: 20px !important;
    margin-left: -26px;

}
  .col2{

   width:100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

  .footer-heading{

   max-width:100%;
}

  h3{

   text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   width:100%;
   text-align:center;
}

  .footer-text-left{

    width: 100%;
    padding: 0 !important;

}

  h5{
 
   text-align:center;


}
  .footer-text-left > p{

   text-align:center;
}

  .footer-image-middle{

   width:100%;
   text-align:center;
}

  .footer-image-right{

   width:100%;
   text-align:center;
}

  .footer-text-middle{
  
    width: 100%;
    margin-left: 0 !important;

}

  .footer-text-middle> p{

   text-align:center;
}



  .footer-text-right{

    width: 100%;
    margin-left: 0 !important;

}

 .footer-text-right > p{

   text-align:center;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}


  .vl{
 
   display:none;

}

  .button{

   margin-left:0 !important;


}
  #form-button{


    text-align: left;
    margin-left: 10px;

}

  .form{


    margin-top:0! important;

}

  .button{

    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 20px;

}

  #name{
   float: none;
   width: 100%;
   margin-top: 10px;
   margin-bottom: 10px;


}

  li{

    margin-left: -20px;
}


}
@media (min-width: 459px) and (max-width: 598px){


  .header{

   max-width:100%;

}

  .logo{

   width:20%;
}

  .rt_text{

   width:80%;
   text-align:center;

}

  h1{

   font-size: 20px !important;
   margin-left: 10px;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   width:100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

   width:100%;

}

  .section{

   max-width:100%;
}

  .section_left{
    width:100%;

}

  .section_left_text{

   font-size:20px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

    width: 100%;
    text-align: center;
 
}


  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}



   .integration{

    max-width:100%;

}

  .col1{

   width:100%;
   height:auto !important;

}


  .col1 > h3{

    line-height: 1em;
    font-size: 20px !important;
    margin-left: -26px;

}
  .col2{

   width:100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

  .footer-heading{

   max-width:100%;
}

  h3{

  text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   width:100%;
   text-align:center;
}

  .footer-text-left{

    width: 100%;
    padding: 0 !important;

}

  h5{
 
   text-align:center;


}
  .footer-text-left > p{

   text-align:center;
}

  .footer-image-middle{

   width:100%;
   text-align:center;
}

  .footer-image-right{

   width:100%;
   text-align:center;
}

  .footer-text-middle{

    width: 100%;
    margin-left: 0 !important;

}

  .footer-text-middle> p{

   text-align:center;
}



  .footer-text-right{

    width: 100%;
    margin-left: 0 !important;

}

 .footer-text-right > p{

   text-align:center;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}

  .vl{

   display:none;

}

  .button{

    margin-left: 0 !important;
    margin-top: 10px;
    
    margin-bottom: 20px;

}

  .form{
   margin-top:0! important;

}

  #name{
   width: 55%;
   margin-top: 10px;
   margin-bottom: 10px;

}

  #form-button{

   width: 100%; 
    

}
  li{

    margin-left: -20px;
}



}


@media (min-width: 599px) and (max-width: 890px){

  .header{

   max-width:100%;

}

  .logo{

   width:20%;
}

  .rt_text{

   width:80%;
   text-align:center;

}

  h1{

   font-size: 20px !important;
   margin-left: 10px;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   width:100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

   width:100%;
   text-align:center;

}

  .section{

   max-width:100%;
}

  .section_left{
    width:100%;

}

  .section_left_text{

   font-size:20px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

    width:100%;
    margin: -9px 0px 20px 20px;
    text-align: center;
    
}


  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}

   .integration{

    max-width:100%;

}

  .col1{

   width:100%;
   height:auto !important;

}


  .col1 > h3{

   text-align:left;
   line-height:1em;

}
  .col2{

   width:100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

.footer-heading{

   max-width:100%;
}

  h3{

  text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   width:100%;
   text-align:center;
}

  .footer-text-left{

    width: 100%;
    padding: 0 !important;

}

  h5{
 
   text-align:center;


}
  .footer-text-left > p{

   text-align:center;
}

  .footer-image-middle{

   width:100%;
   text-align:center;
}

  .footer-image-right{

   width:100%;
   text-align:center;
}

  .footer-text-middle{

    width: 100%;
    margin-left: 0 !important;

}

  .footer-text-middle> p{

   text-align:center;
}



  .footer-text-right{

    width: 100%;
    margin-left: 0 !important;

}

 .footer-text-right > p{

   text-align:center;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}


  .vl{

   display:none;

}


  .button{

    margin-left: 10px !important;
    margin-top: 24px;

}

  .form{

   margin-top:0! important;

}

  #name{
  
   padding-left: 14px !important;
   width: 27%;

}

}

@media (min-width: 699px) and (max-width: 980px){



  .header{

   max-width:100%;

}

  .logo{

   width:20%;
}

  .rt_text{

   width:80%;
   text-align:center;

}

  h1{

   font-size: 25px !important;
   margin-left: 10px;
   margin-top: 20px;
   line-height: 1.3em;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   max-width: 100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

  max-width: 100%;
  text-align: center;

}

  .section{

   max-width:100%;
}

  .section_left{
    max-width:100%;

}

  .section_left_text{

   font-size:18px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

   max-width:100%;
}

  .vl{
   left:48% !important;

}
  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}

  .text > br{

   display:none;
}

   .integration{

    max-width:100%;

}

  .col1{

   max-width: 100%;
   height:auto !important;

}


  .col1 > h3{

   text-align:left;
   line-height:1em;

}
  .col2{

   max-width: 100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

.footer-heading{

   max-width:100%;
}

  h3{

  text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   max-width:100%;
   text-align:center;
}

  .footer-text-left{

    max-width: 100%;
    padding: 0 !important;
    margin-left: -20px !important;
    margin-top:-28px !important;

}

  
  .footer-text-left > p{

   
   font-size:17px !important;
   
}

  .footer-image-middle{

   max-width:100%;
   
}

  .footer-image-right{
  
   max-width:100%;
   text-align:center;
}

  .footer-text-middle{

    max-width: 100%;
    margin-left: -1px !important;
    margin-top:-28px !important;

}

  .footer-text-middle> p{

   font-size:17px !important;
}



  .footer-text-right{

    max-width: 100%;
    margin-left: -18px !important;
    margin-top:-28px !important;

}

 .footer-text-right > p{

  
      font-size: 17px !important;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}

.button{



    /* margin: 0 !important; */
    margin-top: 15px;
    /* padding-top: 10px; */
    margin-left: 2px;
    margin-bottom: 20px;

}

  .form{

    margin-left: 58px;

}

  h5{

   font-size:14px;
}


  #name{

   width:30%;

}

}


@media (min-width: 981px) and (max-width: 1223px){


  .header{

   max-width:100%;

}

  .logo{

   width:20%;
}

  .rt_text{

   width:80%;
   text-align:center;

}

  h1{

   font-size: 30px !important;
   margin-left: 10px;
   margin-top: 40px;
   line-height: 1.3em;

}

  .banner{
   max-width:100%;


}

  .banner-left{

   max-width: 100%;

}

  .banner > .banner-left > p{

   font-size:20px !important;
   padding-left: 18px !important;

}

  .banner br{

   display:none;

}

  .banner-image{

   max-width:100%;


}

  .banner-right{

  max-width: 100%;
  text-align: center;

}

  .section{

   max-width:100%;
}

  .section_left{
    max-width:100%;

}

  .section_left_text{

   font-size:18px !important;
   padding-left: 0 !important;
   text-align:center;
}

  .section_right{

   max-width:100%;
}

  .vl{

   left:48% !important;

}
  .text2{

   max-width:100%;
}

  .text{

   padding-left:10px !important;

}

  .text > br{

    display:none;
}

   .integration{

    max-width:100%;

}

  .col1{

   max-width: 100%;
   height:auto !important;

}


  .col1 > h3{

   text-align:left;
   line-height:1em;

}
  .col2{

   max-width: 100%;

}


  .background-img{

   max-width: 100%;
   height: auto;
   background-size: cover;

}

  .second-img{
   margin-top: -156px !important;
   max-width: 100%;
   left: 40%;

}

  .footer{

  max-width:100%;

}

.footer-heading{

   max-width:100%;
}

  h3{

  text-align:center;
}

  .footer-images{

   max-width:100%;
}

  .footer-image-left{

   max-width:100%;
   text-align:center;
}

  .footer-text-left{

    max-width: 100%;
    padding: 0 !important;
    margin-left: -20px !important;
    margin-top:-28px !important;

}

  
  .footer-text-left > p{

  
   font-size:17px !important;
   
}

  .footer-image-middle{

   max-width:100%;
   text-align:right;
}

  .footer-image-right{

   max-width:100%;
   text-align:center;
}

  .footer-text-middle{

    max-width: 100%;
    margin-left: 16px !important;
    margin-top:-28px !important;

}

  .footer-text-middle> p{

   font-size:17px !important;
}



  .footer-text-right{

    max-width: 100%;
    margin-left: -18px !important;
    margin-top:-28px !important;

}

  .footer-text-right > p{

   
   font-size:17px !important;
}

  .copyright{

  max-width:100%;

}

  .copyright-text{
   width:100%;
   text-align:center;


}

  .copyright-icons{

   width:100%;
   text-align:center;
}

  .ct_text{

   padding-left:10px;
}

  .button{

    /* margin: 0 !important; */
    margin-top: 15px;
    /* padding-top: 10px; */
    margin-left: 2px;
    margin-bottom: 20px;

}

  .form{

    margin-left: 58px;

}

  h5{

   font-size:14px;
}

  #name{

   width:30%;

}

}
.heading-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
   padding: 40px 40px 0px;
}
.heading-cards h2 {
  color: #000066;
  font-size: 32px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

.feature-card {
  background: #f9f5ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  flex: 1 1 calc(30% - 20px);
  max-width: calc(30% - 20px);  
  transition: transform 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon img {
  max-width: 80%;
  width: 100%;
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #fe6b1d;
  text-align: left;
}
.feature-card:hover .feature-title {
  color: #000066;
}

.feature-icon img:hover {
  transform: scale(1.1);
}
.feature-icon{
  overflow: hidden;
}
.feature-icon img {
    max-width: 30%;
}

.feature-icon img {


  transition: 0.5s;
}
.para-d {
  text-align: left;
  
}
.para-d p{
font-size: 16px;
line-height: 1.6em;
}
/* Responsive styles for smaller screens */
@media (max-width: 1080px) {
  .feature-card {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(50% - 20px);

  }
}
@media (max-width: 890px) {
  .feature-card {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(50% - 20px);

  }
}

@media (max-width: 640px) {
  .feature-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .feature-icon img:hover {
    transform: scale(1);
  }
  .heading-cards h2 {
    font-size: 20px;
}
}





