*{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
    /*border:1px solid red;*/
}
 
html{
    height:15px;
}

.flex-box{
    display:flex;
    justify-content: space-between;
}

.flex{
    display: flex;
    justify-content: flex-start;
}

.stroke{
  box-shadow: 0 4px 8px rgba(0, 0, 139, 1);
}


.caller{
    position:fixed;
     top: 30%;
    right:0;
    background:#F26422;
    color:#fff;
    z-index:2000;
    padding:0.5rem 1rem;
    text-decoration:none;
    font-size:1rem;
    transform:translatex(67%);
    transition:0.5s ease;
    border-radius:0.5rem 0;
}

  .caller i{
      font-size:1.2rem;
      margin-right:0.5rem;
  }

.caller:hover{
    color:#fff;
     transform:translatex(0%);
}

 
.scroll{
    width: 50px;
    height: 50px;
    background:#E5761D;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index:200;
    border-radius: 100%;
}
 
.scroll i {
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
}

.reright{
    margin:top:1.5rem;
}

.myflex{
    display:flex;
    justify-content:center;
    align-items:center;
}

.whatsapp {
    width: 50px;
    height: 50px;
    background-color:#32cc24;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index:200;
    border-radius: 100%;
}

.whatsapp i {
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
}

/* Banner starts here */

.back-btn{
     opacity:25;
    
    color:#fff;
    position: absolute;
    top:60%;
    left:2rem;
    height:45px;
    width:45px;
    font-size:1.5rem;
    transform: translatex(30px);
    z-index: 10;
  }

.next-btn{
    opacity:25;
    color:#fff;
    position: absolute;
    top:60%;
    right:2rem;
    height:45px;
    width:45px;
    font-size:1.5rem;
    transform: translatex(-30px);
    z-index: 10;
  }

.carousel-caption{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width:100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
 
.carousel-inner .image{
    width:100%;
    height:88vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:4rem;
   position:relative;
}

.carousel-inner .img1{
    background-image: url(../img/banner-1.webp);
}

.carousel-inner .img2{
    background-image: url(../img/banner-2.jpg);
}

.carousel-inner .img3{
    background-image: url(../img/banner-3.webp);
}

.carousel{
    width:100%;
    margin:0 auto;
    position: relative;
    padding-top:4rem;
}

.carousel-content{
    position:absolute;
    width:100%;
    height:88vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel .content{
    width:70%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
}

.carousel-content h2{
    font-size: 3rem;
    line-height:4rem;
    color:#fff;
    font-weight:800;
}

.carousel-content p{
    font-size: 1.2rem;
    color:#fff;
    margin-top:0.7rem;
    margin-bottom: 1.5rem;
}

.company{
    width:100%;
    text-align:center; 
    font-size:2.5rem; 
     
    font-weight:800;
    display:inline-block;
    position:relative;
    top:1rem;
}

.company span{
    color:#086491;
    font-family:sans-sarif;
    font-weight:600;
     font-size:4rem;
}

.company i{
    color:#086491;
    font-family:lato;
    font-weight:600;
}

/* form-section starts here  */

.form-section{
    width:100%;
    background: linear-gradient(135deg,#086491,#c7c7c7);
    /*position: relative;*/
    /*top: -1.5rem;*/
}

.relative{
    position:relative;
    top:-1rem;
}

.form-section .inner{
    width:90%;
    margin:0 auto;
    padding:2rem 0;
}

.form-section .left{
    width:100%;
    height:100vh;
    color:#fff;
    position: relative;
}

.form-section .left .content{
    width:100%;
    position: absolute;
    bottom:25%;
    left:0;
}

.form-section .inner .right input{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    border:1px solid #392a57;
    border-radius:0.5rem;
    padding:0.5rem 1rem;
 }
 
 .form-section .inner .right .more{
     border:1px solid #086491;
 }

.full-width{
    width:100%;
}

.city{
   width:100%;
}

.form-section .inner .right input::placeholder{
    position:relative;
    left:0.5rem;
}

.focus:focus{
    border:1px solid  #F16623;
    background: none;
    outline:none;
}

.form-section .inner .right{
    width:100%;
    background-color: #fff;
    padding-top:2rem;
    padding-bottom:2rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
    border-radius: 1rem;
    margin-left:10%;
    position: relative;
}

.form-section .inner .right label{
    margin-bottom:0.5rem;
    margin-top:0.5rem;
}
 
.disabled{
    color:gray;
}

.checked{
    margin-right:1rem;
     margin-top:1rem;
}

#checkbox{
    position:relative;
    top:5rem;
}

.disabled a{
    color:#392a57;
    margin-bottom:2rem;
}

.form-section .left .content h2{
    font-size: 3rem;
    font-weight:700;
}

.form-section .left .content h2 span{
    color:#F16623;
    font-family: "Poppins", sans-serif;
    margin-top:1rem;
    margin-bottom: 1rem;
}

.form-section .left .content p{
    font-size: 1rem;
    font-weight: 600;
    margin-top:1.5rem;
}


/*at-bg starts here */

.at-bg{
    width:100%;
}

.at-bg{
    width:100%;
    height:80vh;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    /*background-repeat:no-repeat;*/
}

.image1{
        background-image: url(../img/at-a.jpg);
}
.image2{
        background-image: url(../img/at-b.jpg);
}
.image3{
        background-image: url(../img/at-c.png);
}

.image4{
        background-image: url(../img/at-4.jpeg);
}

.hidecarousel{
    display:none;
}

#search{
    width:40%;
    margin:0 auto;
    padding:1rem 0;
    border-radius:2rem;
    margin-top:1rem;
    margin-bottom:2rem;
}

.position{
    width:100%;
    padding-top:11rem;
}

.padding-contact{
    padding-top:10rem;
}

.position input::placeholder{
    text-align:center;
}
.position h3{
    font-size:2.5rem;
    color:#392a57;
    margin-top:1rem;
    font-weight:700;
}

/* Why choose us starts here */

.choose{
    width:96%;
    padding:4rem 2rem;
    padding-bottom:0rem;
    overflow:hidden;
}

.choose .img-content .content{
    position:relative;
    top:0.5rem;
    left:1rem;
    
}

.choose .image{
   width:50%;
   margin:0 auto;
}

.choose .img-content{
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.8);
    padding:0rem 1.5rem;
    height:160px;
    border-radius:1rem;
}

.choose .title{
    width:98%;
    margin:0 auto;
}

.choose .img-content .content h5{
    font-size:1.3rem;
    font-weight:700;
    color:#392A57;
}

.choose .top{
    margin-top:4rem;
    margin-bottom:3rem;
} 

.choose .right{
    margin-left:2rem;
}

.choose img{
    width:90px;
    height:90px;
    objcet-fit:cover;
    position:relative;
    top:1rem;
}

.choose h3{
    font-size: 2.5rem;
    font-weight:700;
    margin-bottom:1rem;
}

/*FAQ starts here*/

.faq{
    width:100%;
    padding:4rem 0;
}

.faq .inner{
    width:100%;
}

.box{
    width:100%;
}

.faq-container {
    width:100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item {
    width:100%;
    margin-bottom: 10px;
    font-size: 1rem;
}

 
.faq-question {
    width: 100%;
    text-align: left;
    color: #000000;
    padding: 15px;
    border:none;
    background: none;
    border-bottom: 1px solid #392a57;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 600;
    transition:.3s ease all;
}

.faq-question .plus {
    font-size: 20px;
    transition:.3s ease all;
}

.faq-answer {
    display: none;
    background-color:none;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 15px;
    text-align: left;
    transition:.3s ease all;
}

.faq .control{
    width:100%;
    border-bottom:1px solid #392a57;
}

.faq h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.faq .control button{
    border:none;
    padding:1rem;
    width:100%;
    font-size: 1rem;
    font-weight: 700;
    
}

.box{
    display: none;
}
 
.visible{
    display: block;
}

.active-button{
    background-color: #086491;
    color:#fff;
}

.mytable strong{
   color: #086491;
}

.faq img{
    width:100%;
    margin-top:7rem;
}

/* Testimonial part starts here */

.testimonial{
    width:100%;
    padding:5rem 0;
    background-color: #f7f7f7;
}

.testimonial .inner{
    width:82%;
    margin:0 auto;
}

.testimonial h3{
    width:80%;
    margin:0 auto;
    font-size: 2rem;
    margin-bottom:2rem;
    font-weight: 700;
}

.testimonial .owl-theme{
    width:100%;
}

.testimonial .item img{
    width:80%;
}

/* Switch-part starts here */
 
.switch{
    width:100%;
    background: #086491;
    color:#fff;
    padding:4rem 0;
}

.switch .left{
    width:85%;
    margin: 0 auto;
}

.switch .right{
    width:85%;
    margin: 0 auto;
}

.switch .left .content{
    text-align: right;
    border-right: 5px solid #fff;
    position: relative;
    padding:3rem 2.5rem;
}

.switch .right .content{
    text-align: left;
    border-left: 5px solid #fff;
    padding-left: 3rem;
    position: relative;
    left:-1.82rem;
    padding:3rem 2.5rem;
}

.switch .left img{
    width:15%;
    margin-bottom:1rem;
}

.switch .right img{
    width:15%;
    margin-bottom:1rem;
}
 
.switch  p{
    font-size: 17px;
}

.switch h4{
    font-size:1.8rem;
    font-weight:800;
}

.switch  i{
    font-size:1.1rem;
    position:relative;
    top:0.2rem;
}

.switch .title{
    width:100%;
    margin-bottom: 1.5rem;
}

.switch .title h3{
    font-size: 2.5rem;
    font-weight:800;
}
 

.switch .left .content::after{
    content: "";
    position:absolute;
    right:-1.1rem;
    top:4rem;
    width:2rem;
    height:2rem;
   background: linear-gradient(135deg, #086491, #c7c7c7);
    border-radius: 100%;
    z-index: 1;
}

.switch .right .content::before{
    content: "";
    position:absolute;
    left:-1.1rem;
    top:3.5rem;
    width:2rem;
    height:2rem;
   background: linear-gradient(135deg, #086491, #c7c7c7);
    border-radius: 100%;
    z-index: 1;
}


/* Video part starts here */

.video{
    width:100%;
}

.video .inner{
    width:100%;
    padding:3rem 0;
}

.video h3{
    width:100%;
    font-size:2rem;
    text-align: center;
}

.vedio .left{
    width:100%;
}

.video .left{
    margin-top:4rem;
}

.video .right img{
    width:100%;
    margin-top:4rem;
}

.video .right{
    width:80%;
    margin:0 auto;
    margin-left:2rem;
}
 

/*myth-part starts here */


.myth{
    width:100%;
    background: linear-gradient(135deg,#086491,#c7c7c7);
    padding:4rem 0;
}

.myth hr{
    height:2px;
    background:#392a57;
    width:30%;
    margin:0 auto;
}

.accordion{
    width:82%;
    margin:0 auto;
}

.accordion-button p{
    position:relative;
    top:0.5rem;
}

.myth .title{
    color:#fff;
    width:100%;
   
}

.myth .title h3{
     font-size:2.5rem;
    font-weight:700;
    margin-bottom:1rem;
}

.myth .inner{
    width:82%;
    margin:0 auto;
}

.myth .inner .accordion-item{
    margin-top:2rem;
    border-radius: 0.5rem;
    padding:0;
}

.myth .inner .answer{
    
}

/*myth-part ends here */


.img-txt{
    width:100%;
background-color: #F1F1F1;
    
}

.img-txt .inner{
    width:90%;
    margin:0 auto;
    padding:4rem 0;
}

.img-txt .inner h3{
    font-size: 2.4rem;
    font-weight: 700;
}

.img-txt .inner p{
    font-size: 1rem;
    margin-bottom:2rem;
}

.img-txt .item{
    width:100%;
    position: relative;
}

.img-txt .item img{
    width:20%;
    border-radius: 50%;
    margin-left:2rem;
}

.img-txt .item .content{
    position:relative;
    top:1.3rem;
    left:1rem;
}

.img-txt .item .image{
    width:100%;
}

.img-txt .item p{
    background-color: rgb(185, 185, 185);
    color:#000000;
    padding:2rem 3rem;
    position: relative;
    border-radius:1rem;
}

.img-txt .item p::after{
    content:"";
    width:45px;
    height:45px;
    background-color: rgb(185, 185, 185);
    position: absolute;
    bottom:-0.5rem;
    left:5rem;
    transform: rotate(45deg);
}

.img-txt .item .content h4{
    font-size:1.2rem;
    font-weight: 600;
}
.img-txt .item .content span{
    font-size:1rem;
    font-weight:400;
    position: relative;
    top:-0.5rem;
}



/*Profit starts here */


.profit{
    width:100%;
        background: linear-gradient(135deg,#392a57,#5abe98);
}

.profit .title{
    width:100%;
    margin:0 auto;
    padding-top:4rem;
         border-top: 1px solid #dfdfdf;
 
}

.profit .title h3{
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom:2.5rem;
    color:#fff;
}

.profit .inner{
    width:82%;
    margin:0 auto;
    padding-bottom:4rem;
    padding-right:0;
}

.profit .content-title .image{
    width:60px;
    height:60px;
    border-radius: 50%;
    background-color: #392a57;
    justify-content: center;
    position: relative;
    left:45%;
}

.profit .image img{
    width:60%;
    position: relative;
    top:0.7rem;
}

.profit .inner .adjust{
    position: relative;
    top:0.8rem;
}

.profit .inner .system{
    padding:4rem 0rem;
    padding-left: 1.5rem;
    border-radius: 0.5rem;
    background-color:#ffff;
    margin-top:2rem;
    box-shadow: 5px 5px 10px 5px rgba(44, 35, 46, 0.5);
}

.profit .inner .inner-content{
    width:100%;
}

.profit .inner .inner-content .content{
     border:1px solid #392a57;
     padding:2rem 1.5rem;
     height:40vh;
     border-radius: 0.5rem;
     background: #392a57;
     color:#fff;
}
 

.profit .inner .content ul{
    padding-left:0;
}

.profit .inner .content-title {
    width:60%;
    margin:0 auto;
}

.profit .inner .content-title h4{
    font-size: 2rem;
    font-weight: 700;
    margin-top:1rem;
    margin-bottom: 1rem;
    color:#392a57;
}

.profit .inner .content p{
    margin-bottom:2rem;
}

.profit .inner .content h5{
    font-size: 1.5rem;
    color:#fff;
    font-weight: 700;
    text-align: center;
}

.profit .inner .content ul li{
    list-style: none;
    font-size:1rem;
    margin-top:1rem;
}
 
.profit .inner i{
    
    font-weight: 800;
    font-size: 1.1rem;
    margin-right:0.5rem;
}
 

.profit .left i{
    color:#FBB042;
}
 
.profit .middle i{
    color:green;
}

.profit .right i{
    color:red;
}


/* ========About part starts here===========*/


/* Breadcrumb-starts here  */


.breadcrumb{
  width:100%;
  background-color:#086491;
  background-position: center top;
  padding-top:10rem;
}

.breadcrumb .inner{
  width:100%;
  color:#fff;
}

.breadcrumb .inner h2{
  font-size:2rem;
  margin-top:1rem;
  font-weight:800;
}

.breadcrumb .inner a{
  color:#ffff;
  text-decoration: none;
}


/* mission-part starts here  */

.mission{
    width:100%;
    padding:2rem 0;
    padding-bottom:0;
    padding-top:10rem;
}

.mission .inner{
    width:100%;
}

.mission .right img{
    width:60%;
    margin-left:30%;
}

.mission .inner h3{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom:1rem;
    margin-top:2rem;
    text-align:center;
}
 

.mission .bottom h3{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom:1rem;
    margin-top:2rem;
    text-align: center;
    color: #ffffff;
}

.mission .inner .left  p{
    font-size: 1rem;
    margin-bottom:2rem;
}

.mission .bottom{
    
    background:#086491;
    padding:2rem;
    border-radius: 0.5rem;
}

.mission .bottom ul li{
    margin-top:2rem;
    color:#fff;
}

/*Vital starts here */

.vital{
  width:100%;
  margin-top:3rem;
}

.vital .image{
    width:100%;
    border-radius: 1rem;
}

.vital img{
    width:100%;
    border-radius: 1rem;
}

.vital .title{
    width:70%;
    margin:0 auto;
}

.vital .title h3{
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom:1.5rem;
}

.expert{
    width:100%;
    margin:0 auto;
    background:#086491;
    border-radius: 1rem;
    padding:2rem 0;
    text-align: center;
    margin-top:3rem;
}

 .expert .content{
    width:82%;
    margin:0 auto;
}

.expert h3{
    font-size: 3.5rem;
    font-weight: 800;
    color:#fff;
}

.expert p{
    font-size: 1rem;
   color:rgb(173, 173, 173);
}


/*PM surya starst here */


.surya-pg-1{
    width:100%;
    padding-top:12.5rem;
    padding-bottom:1rem;
}

.surya-pg-1 .content{
    width:99%;
    margin:0 auto;
    overflow:hidden;
}

.surya-pg-1 .content h2{
    color:#392a57;
     font-size:2rem;
     font-weight:700;
     text-align:center;
     /*animation: moveRight 5s linear infinite;*/
}

/*@keyframes moveRight {*/
/*  0% {*/
/*    transform: translateX(0);*/
/*  }*/
/*  50% {*/
/*    transform: translateX(500px);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(0);*/
/*  }*/
/*}*/
/*}*/

.surya-pg-1 h4{
    font-size:1.7rem;
    color:#14532D;
}

.surya-pg-1 p{
    font-size:1rem;
    text-align:justify;
}

.mytable{
    width:100%;
    margin:0 auto;
     background:#fff;
     /*padding-bottom:5rem;*/
}

.mytable .inner{
    width:82%;
    margin:0 auto;
    /*padding-top:2rem ;*/
}
 

.mytable img{
    width:100%;
    margin-bottom:2rem;
}

.mytable .table{
    width:82%;
    margin:0 auto;
    text-align:center;
    font-size:1rem;
    margin-bottom:4rem;
}

.mytable .table tr{
    border:2px solid #000000;
}

.mytable .table th{
    width:33.3%;
    background:#f1f1f1;
}

.mytable .title{
    width:70%;
    margin:0 auto;
    
}
 
.mytable h4{
    font-size:1.8rem;
    /*margin-bottom:rem;*/
    margin-top:3rem;
    line-height:2.5rem;
    font-weight:700;
    text-align:center;
}

#faq {
    margin-top:2.5rem;
}

#faq h4{
    font-size:1.2rem;
    margin-bottom:1rem;
    margin-top:1rem;
    text-align:left;
    line-height:1.8rem;
}

.mytable ul li{
    margin-top:1.5rem;
    
}

.mytable ol li{
    margin-top:1.5rem;
      
}

.mytable p{
    line-height:1.8rem;
     
}

 

.scheme{
    width:100%;
    padding:1rem 0;
    background-color:whitesmoke;
}

.scheme .inner{
    width:82%;
    margin:0 auto;
}

.scheme .card{
    border:1px solid #fff;
    padding:1rem;
    background:#086491;
}

.scheme .card P{
    font-size: 1rem;
    font-weight:700;
    color:#fff;
}

.numbered-list {
    list-style-type: none; /* Remove default bullets */
    counter-reset: item;   /* Create a counter named "item" and set it to 0 */
}

.numbered-list li {
    counter-increment: item;  
    margin-bottom: 10px;    
    position: relative;
    font-size:1rem;
    color:#fff;
}

.numbered-list li::before {
    content: counter(item) ".";  
    position: absolute;         
    left:-1.5rem;          
    font-weight: bold;
}

.scheme .eligible{
    width:100%;
    padding:2rem 0;
    margin-left:0.2rem;
    background-color: rgb(188, 183, 183);
    margin-top:3rem;
    margin-bottom:3rem;
    border:1px solid gray;
}

.scheme .eligible h4{
    font-size:1.7rem;
    color:#14532D;
}

.scheme .eligible .content{
    padding:1rem;
}

.scheme .eligible .content2{
    padding:1rem;
}

.scheme .application{
    width:82%;
    margin:0 auto;
    padding:2rem 0;
}

.scheme .application h4{
    font-size:1.7rem;
    color:#14532D;
    margin-bottom:2rem;
    margin-top:2rem;
}

.scheme .application h5{
    font-size:1.3rem;
    color:#14532D;
    margin-bottom:1rem;
    background-color: #F0FDF4;
    display: inline;
    padding:0.8rem 1rem;
    border-bottom:3px solid #14532D;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.scheme .application hr{
    background-color: gray;
    width:100%;
    height:1px;
    position:relative;
    top:-4px;
}

.scheme .application ul{
    margin-left:1rem;
}

.scheme .application ul li{
    list-style: none;
    font-size:1rem;
    margin-top:1rem;
}

.scheme .application p{
    font-size: 1rem;
}

.scheme .application p a{
    text-decoration: none;
    color:#14532D;
    font-weight: 700;
}

.scheme .application span{
    font-weight: 600;
}

.meeting{
    width:100%;
    padding:1rem 0;
}

.meeting .title{
    width:82%;
    margin:0 auto;
}

.meeting .title h3{
    font-size: 2rem;
    margin-top:2rem;
    margin-bottom:1rem;
    font-weight: 700;
}

.meeting .title p{
    font-size:1rem;
    margin-bottom:2rem;
}

.meeting .inner{
    width:100%;
    margin:0 auto;
}

.meeting .inner img{
    width:100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.meeting .inner h5{
    font-size: 1.5rem;
    margin-top:1rem;
}

.meeting .inner p{
    /*color:rgb(173, 173, 173);*/
}

/*contact-part starts here*/

/*.contact{*/
/*    width:100%;*/
/*    background-image: url(../img/contact-bg.png);*/
/*    background-position: center top;*/
/*    background-size: cover;*/
/*    color:#fff;*/
/*    padding:5rem 0;*/
/*    position: relative;*/
/*    top:-1rem;*/
/*}*/

/*.contact .inner{*/
/*    width:82%;*/
/*    margin:0 auto;*/
/*}*/

/*.contact .inner .left label{*/
/*    margin-top:1.5rem;*/
/*    margin-bottom:0.5rem;*/
/*}*/

/*.contact .inner .left {*/
/*    width:80%;*/
/*}*/

/*#email{*/
/*    width:95%;*/
/*    display:inline;*/
/*}*/

/*#name{*/
/*    width:95%;*/
/*    display:inline;*/
/*    margin-left:5%;*/
/*}*/

/*.name{*/
/*    margin-left:0.8rem;*/
/*}*/

/*.form-group{*/
/*    width:100%;*/
/*}*/

/*.contact .inner input{*/
/*    background: none;*/
/*    border:none;*/
/*    border-bottom: 1px solid whitesmoke;*/
/*    border-radius: 0;*/
/*    color:#fff;*/
/*}*/

/*.contact .inner input::placeholder{*/
/*    color:rgb(173, 173, 173);*/
/*}*/

/*.contact .inner input:focus{*/
/*    outline: 0;*/
/*}*/
 
/*.contact .inner textarea{*/
/*    background: none;*/
/*    border:none;*/
/*    border-bottom: 1px solid whitesmoke;*/
/*    border-radius: 0;*/
/*}*/

/*.contact .inner textarea::placeholder{*/
/*    color:rgb(173, 173, 173);*/
/*}*/

/*.contact .inner .left button{*/
/*    width:100%;*/
/*    height:2.5rem;*/
/*    border:none;*/
/*    background:#F16623;*/
/*    font-size: 1rem;*/
/*    border-radius:1rem;*/
/*    color:#fff;*/
/*    margin-top:1.8rem;*/
/*}*/

/*.contact .inner .right i{*/
/*    color:#5abe98;*/
/*}*/

/*.contact .inner .right h3{*/
/*    font-size: 3rem;*/
/*    margin-bottom:2rem;*/
/*}*/

/*.contact .inner .right h5{*/
/*    font-size:1.5rem;*/
/*    margin-left:0.4rem;*/
/*}*/

/*.contact .inner .right p{*/
/*    color:rgb(173, 173, 173);*/
/*    margin-bottom:1.5rem;*/
/*}*/

/*.contact .inner .right a{*/
/*    color:#fff;*/
/*    text-decoration: none;*/
/*}*/



/* Testimonial part starts here */

.img-txt2{
    width:100%;
}
.contact-form{
    padding-top:10rem;
}

.img-txt2 .inner{
    width:90%;
    margin:0 auto;
    padding:2rem 0;
    padding-top:0;
}

.img-txt2 .inner h3{
    font-size: 2.4rem;
    font-weight: 700;
}

.img-txt2 .inner p{
    font-size: 1rem;
    margin-bottom:2rem;
}

.img-txt2 .item{
    width:100%;
    position: relative;
}

.img-txt2 .item img{
    width:20%;
    border-radius: 50%;
    margin-left:2rem;
}

.img-txt2 .item .content{
    position:relative;
    top:1.3rem;
    left:1rem;
}

.img-txt2 .item .image{
    width:100%;
}

.img-txt2 .item p{
    background-color: rgb(185, 185, 185);
    color:#000000;
    padding:2rem 3rem;
    position: relative;
    border-radius:1rem;
}

.img-txt2 .item p::after{
    content:"";
    width:45px;
    height:45px;
    background-color: rgb(185, 185, 185);
    position: absolute;
    bottom:-0.5rem;
    left:5rem;
    transform: rotate(45deg);
}

.img-txt2 .item .content h4{
    font-size:1.2rem;
    font-weight: 600;
}
.img-txt2 .item .content span{
    font-size:1rem;
    font-weight:400;
    position: relative;
    top:-0.5rem;
}
.testimonial2{
    width:100%;
    padding:3rem 0;
 background-color: #f7f7f7;
 
}

.testimonial2 .inner{
    width:82%;
    margin:0 auto;
}

.testimonial2 h3{
    width:80%;
    margin:0 auto;
    font-size: 2rem;
    margin-bottom:2rem;
    font-weight: 700;
}

.testimonial2 .owl-theme{
    width:100%;
}

.testimonial2 .item img{
    width:80%;
}

.errors{
    /*padding:1rem 0;*/
    color:#ff0000;
}

.show{
    display:block;
}
 
 
/* only content starts here  */

.only-content{
  width:100%;
  padding:3rem 0;
}

.only-content .h-title{
    margin-top:8rem;
}

.only-content .inner{
    width:95%;
    margin:0 auto;
}

.only-content img{
    width:100%;
    margin-top:1rem;
    margin-bottom:1.5rem;
}

.only-content h1{
    font-size:2.5rem;
    margin-top:1.5rem;
     margin-bottom:1.5rem;
    text-align:center;
    color:#086491;
}

.only-content h4{
    display:flex;
    justify-content: space-between;
}
.normal{
   transform:rotate(0deg);
   position:relative;
    top:0.5rem;
}

.hover{
    position:relative;
    top:-0.1rem;
    transform:rotate(180deg);
}

 
.only-content h4{
    font-size: 1.3rem;
  font-weight: 700;
  margin-bottom:1rem;
   margin-top:1rem;
  /*color: #086491;*/
}

.only-content  ul li{
    margin-top:1rem;
}

.only-content h3{
  font-size: 1.5rem;
  font-weight: 700;
   margin-top:1.4rem;
  color: #086491;
  /*display:inline-block;*/
  text-align:center;
}

.only-content p{
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: justify;
}

  .success{
    width:400px;
     height:600px;
    text-align:center;
    position:absolute;
    top:10%;
    left:55%;
    color:#FFFF;
    padding:8px 0;
    z-index:9999;
    font-weight:700;
}

  .alert{
    width:400px;
    height:600px;
    background:yellow !important;
    text-align:center;
    position:absolute;
    top:10%;
    left:55%;
    color:red;
    padding:8px 0;
    z-index:9999;
}

 
