@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Kiwi+Maru:wght@400;500&family=Playfair+Display:wght@600;700;800&family=Poppins:ital,wght@0,500;0,600;1,400&family=Roboto:wght@400;500;700&display=swap');

@font-face {
    font-family: proximanova;
    src: url(./fonts/Proxima\ Nova\ Font.otf);
  }


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navbar css start  */
.navbar ul li{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}


/* navbar li dropdown images */
.hover_transition a img{
    width: 17%;
    margin-right: 9px;
}
.get_text h3 {
    margin: 14px 0 10px;
}
#for_pad h3 {
    margin: 14px 0 10px;
}
#for_pad p a {
    color: #000;
    text-decoration: none;
}
.box_get:hover p a {
    color: #fff !important;
}

#our_services_drop{
    left: -21rem;
    width: 63rem;
  
}


.list-set a {
    font-size: 13px;
    font-weight: 500;
}

.dropddrop{
    width: 50rem;
}

.navbar-brand img{
  width: 84%;
}

.slider-text{
    padding-bottom: 192px;
}

.slider-text h5 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    background: #363636;
    width: 40rem;
    opacity: 0.8;
} 




/* bootstrap navbar css */
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
  }

/* 
  .navbar ul li a{
    color: #0c9cdd;
  } */



  /* GENERAL BUTTON STYLING */
  .hover_transition a,
  .hover_transition a::after {
   transition: all .5s ease-in;
}

.hover_transition a {
  background: none;
  border:none;
  color: #000000;
  display: block;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  width:100%;
}

.hover_transition a::before,
.hover_transition a::after {
  background: #15397e;
  content: '';
  position: absolute;
  z-index: -1;
}

.hover_transition a:hover {
  color: #f1f1f1;
}

/* BUTTON 1 */

/* BUTTON 2 */
.btn-6::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-6:hover:after {
  width: 100%;
}



/* header top  */
/*-----------header-top------------*/
.header-top {
    padding: 12px 0px 15px 0px;
    background: linear-gradient(to bottom,#150a33 0%,#1c0950 100%);
}
.left_info ul li {
    display: inline-block;
    margin-right: 37px;
}

.left_info a {
    color: #fffefe;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

.header-top ul li svg{
    color: #fff;
    margin-right: 6px;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}

.right_info p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    width: 140px;
    background: #1e4ba0;
    text-align: center;
    padding: 15px 14px 14px 14px;
    cursor: pointer;
}

/*DONATE BTN*/
  .right_info p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    margin: 0 auto;
    padding: 19px 6px; 
    /*button colors below*/
    background: linear-gradient(#1e4ba0, #10254c), linear-gradient(-60deg, #1e4ba0, #10254c);
    background-clip: padding-box, border-box;
    background-size: 100% 100%, calc(100% + var(--border-width) + var(--border-width)) calc(100% + var(--border-width) + var(--border-width));
    background-position: 0 0, calc(var(--border-width) * -1) calc(var(--border-width) * -1);
    border-radius: 2em;
    border: var(--border-width) solid transparent;
    /*button drop-shadow colors below*/
    box-shadow: 0 0.125em 0.25em #2968df, 0 0 2em #09265b;
    cursor: pointer;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  }
   /*button drop-shadow colors below on hover*/
  .right_info p:hover {
    box-shadow: 0 0.25em 0.75em #1e4ba0, 0 0.125em 2em #10254c;
    transform: translateY(-0.125em);
  }


.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}
.header-main {
    padding: 21px 0;
    border-top: 1px solid #424242;
}



  /* buttons slider */
  .sliderbuttons{
    background: beige;
    text-decoration: none;
    padding: 8px 28px 8px 29px;
    color: black;
    font-weight: 700;

  }

  .bton-cover {
    margin-top: 32px;
    margin-left: -57rem;
}
  
 .headings{
    margin-top: 33px;
 }

.headings h3{
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    color: #f26522;
    font-size: 45px;
    font-weight: 800;
}

.headings p {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}
  
/* Navbar css End */






/* Start a Businesses css Start */
section {
    display: flex;
    justify-content: center;
}

.card-container1, .card-container2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 28px;
}

div.price-circle {
    width: 120px;
    background: #15397e;
    height: 120px;
    border: 10px solid white;
    outline: 2px solid linear-gradient(to bottom,#150a33 0%,#1c0950 100%);
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
}

.price-circle::after {
    content: "hot";
    position: absolute;
    background-color: white;
    color: #15397e;
    border: 2px solid #15397e;
    border-radius: 50%;
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -10px;
}

div.price-circle2 {
    width: 122px;
    background-color: #141414;
    height: 120px;
    border: 10px solid white;
    outline: 2px solid black;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
}

p.price {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: -6px;
    margin-top: 15px;
    padding-bottom: -33ox;
    margin-bottom: 2px;
}

p.month {
    color: white;
    font-weight: 100;
    font-size: 0.7rem;
}

.cards {
    background: #15397e;
    color: white;
    width: 338px;
    align-items: center;
    text-align: center;
    padding: 60px 0 20px;
}

.card2 {
    background-color: rgb(255, 255, 255);
    color: #141414;
    width: 338px;
    align-items: center;
    text-align: center;
    padding: 60px 0 20px;
    border: 1px solid #141414;
}

.card-container1 ul li {
    font-size: 0.9rem;
    padding: 10px 0;
    list-style: none;
    border-top: 1px solid #00000073;
}

.card-container1 ul{
    padding-left: 0rem;
}

.card-container2 ul{
    padding-left: 0rem;
}


.card-container2 ul li {
    font-size: 0.9rem;
    padding: 10px 0;
    list-style: none;
    border-top: 1px solid #00000073;
}

h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

#last-li {
    border-bottom: 1px solid #00000073;

}

button {
    margin-top: 20px;
    color: black;;
    background-color: white;
    padding: 8px 15px;
    border-radius: 50px;
    border: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 0.5s ease;
}

.button2 {
    margin-top: 20px;
    color: rgb(255, 255, 255);
    background: rgb(21 57 126);
    padding: 8px 15px;
    border-radius: 50px;
    border: none;
    font-weight: bold;
    font-size: 0.9rem;
}

button:hover, .button2:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 500px) {
  section {
    flex-direction: column;
    align-items: center;
  }


}


.thirds-col{
    padding-top: 4rem;
}

.thirds-col h3{
    margin-bottom: 3rem;
}
/* Start a Businesses Css End */







/* our services Css Start */



  /* our services little bit css */
  #box_one_first{
    padding-bottom: 182px;
  }

  #box_one_two{
    padding-bottom: 139px;
  }

  #box_one_three{
    padding-bottom: 195px;
  }

  #box_one_four{
    padding-bottom: 154px;
  }


  #box_one_five{
    padding-bottom: 178px;
  }

  #part_list_Ptag{
    font-size: 22px; 
    font-weight: 700;
  }









/* our serivecs hover effects */

/* .hover-me {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .hover-me:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #0098dc;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }


  @keyframes example {
    0%   {border-left: 2px solid #ffffff;}
    25%  {border-left: 3px solid #ffe6e6;}
    50%  {border-left: 4px solid #8bd1f1;}
    100% {border-left: 5px solid #0098dc;}
}

.last-btn {
    text-align: center;
    margin-top: 49px;
}

.last-btn a{
    text-decoration: none;
    padding: 14px 32px 14px 32px;
    background: #15397e;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    
}


.last-btn a:hover{
    color: #f6fcff;
    background-color: #0098dc;
    transition: 0.4s ease-in;
}

*/


.all_service a{
    text-align: center;
    width: 190px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid;
    margin-top: 3rem;
    margin-bottom: 2rem;
} 



/* WELCOME TO YOUNG & RIGHT css Start */

.upper-text{
 
    margin-bottom: 61px;

}

.upper-text h2{
    font-size: 38px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-top: 45px;
}

.upper-text p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.right-image img {
  width: 100%;
  margin-top: -6rem;
  height: 33rem;
  margin-left: 6rem;
}


.main-text {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  margin-top: -22px;
}


.discussion {
  padding-top: 50px;
  padding-bottom: 64px;
  color: #ffff;
  padding-bottom: 60px;
  background: #15397e;
}


.apna-circle{
  background: #15397e;
    text-align: center;
    border-radius: 106px;
    width: 203px;
    height: 189px;
    padding: 10px;
    
    margin-left: 36px;

}
.circle-text p{
  text-align: center;
}

.apna-circle img{
    padding: 20px;
}

.box-circle{
    text-align: center;
}

.circle-text{
    margin-top: 17px;
    font-weight: 600;
    text-align: initial;
}


.upper-texts{
    text-align: center;
}

.upper-texts h3 {
  color: #f26522;
  font-size: 45px;
  font-weight: 800;
  font-family: 'Bebas Neue', cursive;
}

.upper-texts p{
    font-size: 21px;
    font-weight: 600;
}


/* WELCOME TO YOUNG & RIGHT End */



/* footer */
footer{
    color: #ffff;
    padding-top: 52px;
    background: linear-gradient(to bottom,#150a33 0%,#1c0950 100%);
}

footer ul li a{
    text-decoration: none;
    /* color: #fff; */
    /* color: #1e1241; */
    color: white;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: proximanova;
}

footer ul li a:hover{
    color: #f26522;
}

footer ul li{
    padding-bottom: 5px;
}



/* ragistration form */

/* form{
    width: 29vw;
    max-width: 768px;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
} */

/* label {
  margin-bottom: -4px;
  position: relative;
  border-bottom: 1px solid #ddd;
} */

/* form label input{
    width:100%;
    padding:10px 0px;
    margin-top:20px;
    border:none;
    outline:none;
    border: 1px solid black;
} */

/* 
input::placeholder{
    opacity:0;
} */

/* form label input span{
    position:absolute;
    top:0;
    left:0;
    transform:translateY(30px);
    font-size:0.825em;
    transition-duration:300ms;
} */
form button{
    padding:15px 0px; 
    margin-top:20px;
    background: #15397e;
    color: #fff;
    border: 1px solid #070707;
    cursor:pointer;
    border-radius:3px;
}

label:focus-within > span,
input:not(:placeholder-shown) + span{
    color:purple;
    transform:translateY(0px);
}


.register{
    position: absolute;
    background: #e0e7ea;
    top: 156px;
    right: 10px;
    z-index: 1;
}




/* About_us page css */
.top_banner {
    background-image: url(./images/banner.jpg);
    background-size: cover;
}


.top_banner .title_main h1{
    color: #fff;
    text-align: center;
    padding: 69px;
}



#about_us_text_area {
  margin-top: 4rem;
}


.heading_about h2{
    font-size: 49px;
    font-weight: 700;
    color: #15397e;
}

.down_text_about{  
    text-align: justify;
    font-size: 16px;
    font-family: sans-serif;
}


/* contact us page css  */
.get_in_touch h2{
    font-size: 46px;
    font-weight: 800;
    color: #15397e;
    font-family: sans-serif;
}

.get_in_touch{
    text-align: center;
}

.box_get{
    border: 1px solid;
    padding: 13px;
    text-align: center;
}

#for_pad{
padding-bottom: 23px;
}


.box_get:hover{
   background-color: #15397e;
   color: #fff;
   transition: .5s ease-in;
}



/* contact us with maps */

#map-canvas {
    width:100%;
  height:400px;
  right:0;
  top:0;
  bottom:0;
  overflow:hidden;
}


/* new contact */
/* 
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-contact .form-control {
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0;
}

.form-contact textarea {
    border-radius: 0;
    height: 100% !important;
}


.form-contact .form-group {
    margin-bottom: 30px;
} */



/* ragister with su */
.career_with_us{
    width: 90%;
    max-width: 800px;
    min-width: 400px;
    margin: 0 auto;
    padding-bottom: 2em;
    border-radius: 900px;
  }
  
  .career_with_us fieldset {
    border: none;
    padding: 1.5em 2em;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .career_with_us fieldset label {
    display: block;
    margin: 0.75rem 0.5em;
  }
  
  .career_with_us input,
  textarea,
  select {
    margin: 2px 0 0 0;
    width: 100%;
    min-height: 2em;
    font-family: Geneva;
    padding: 5px 5px;
    font-size: 0.9em;
  }
  
  #dropdowns {
    padding: 10px 4px;
    width: 40%;
    display: block;
  }
  .inline {
    width: unset;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
  }
  
  .career_with_us input[type="submit"] {
    display: block;
    width: 33%;
    margin: 1em auto;
    height: 3em;
    font-size: 18px;
    /* min-width: 300px; */
    background-color: #0c9cdd;
    color: white;
    border: 1px;
  }


  .career_with_us input[type="submit"]:hover {
   background-color: #15397e;
   transition: .5s ease-in;
  }

  .career_with_us input[type="text"],
  .career_with_us input[type="email"],
  .career_with_us input[type="number"]
   {
    height: 56px;
    font-size: 23px;
}


.career_women{
    margin-top: 8rem;
}


.career_headigs{
    text-align: center;
    margin-top: 20px;
}

.career_headigs h2{
    font-size: 48px;
    font-weight: 800;
    color: #15397e;
}

/* drag and drop  */
.drop-zone {
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    color:  #15397e;
    border: 1px solid black;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  /* drag and drop css end  */

  







  /* OUR SERVICES PAGE ONE */








  /* Top Banner ->Our services -> campany ragitration */

  
.left_part_content{
    padding: 58px 0;
    color: aliceblue;
}


.left_part_content h1{
  font-size: 30px;
  font-weight: 600;
}

.left_part_content p{
  font-size: 17px;
  text-align: inherit;
}

.left_part_content ul{
  font-size: 22px;
}

.company_ragiter_submit{
    margin-top: 1rem;
    margin-right: 2rem;

}


/* four Btn */
.four_btton {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px;
}


.one_btns{
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
}


/* picture and text part */

.text_part{
    font-size: 19px;
    margin-top: 1rem;
}


.part_list{
   align-items: justify;
}



/*  */
.text-form{
   text-align: center;
}

.text-form h3 {
  font-size: 37px;
  font-weight: 800;
  color: #f26522;
}
.form_text h2{
    font-size: 17px;
    margin-top: 12px;
}

.form_text p{
    font-size: 13px;
}

.form_text{
    margin-top: 24px;
}

.box_form{
    border: 1px solid;
    padding: 28px;
    cursor: pointer;
}

/* .form_img{
  text-align: center;
} */


.box_form:hover{
   background-color: #fff;
   color: #000000;
   transition: all .3s ease-in;
}



/*  */
.pvt_text{
    margin-top: 1rem;
}

.pvt_text h5{
    font-size: 25px;
    font-weight: 800;
    color: #000;
    width: 214px;
    padding: 7px;
}


.pvt_text p{
    text-align: justify;
}

/* #text_tq{
  background: #f5cb22;
     width: 277px;
}

#text_three{
  background: #f5cb22;
     width: 277px;
}

#text_four_fix{
  background: #f5cb22;
     width: 316px;
}


#text_five{
  background: #f5cb22;
     width: 177px;
} */






/* Faq */
.content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    padding: 0 60px 0 0;
    margin-top: 13rem;
  }
  
  .centerplease {
    margin: 0 auto;
    max-width: 270px;
    font-size: 40px;
  }
  
  .question {
    color: #fff;
    position: relative;
    background: #039add;;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width:100%;
    cursor: pointer;
  }
  
  .answers {
    font-weight:300;
    background: #f2f2f2;
    padding: 0px 15px;
    margin: 0px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
  }
  
  .questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 15px;
  }
  
  .plus {
    color:#fff;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  .questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .questions {
    display: none;
  }







  /* counter */
  .counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 84px 50px;
  }
  
  .counter {
    font-size: 70px;
    margin-top: -4px;
    font-family: 'Bebas Neue', cursive;
    color: #f5cb22;
  }
  
  @media (max-width: 580px) {
    body {
      flex-direction: column;
    }
  }


  .counter-container span{
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    margin-top: -21px;

  }
  
  .counter_gone{  
    background: #ffffff;
    padding-top: -20px;
    padding-bottom: 21px;
    margin-bottom: 7rem;
  }

  /* .counter_gone img{  
    position: absolute;
    right: 0px;
    margin-top: -19px;
    width: 31%;
    z-index: 1;
} */

  .box_counter{
    border: 1px solid black;
    border-radius: 21rem;
    height: 307px;
    text-align: center;
    background: #f9f9f9;
  }




  div.box_counter {
    width: 86%;
    background: #15397e;
    height: 278px;
    border: 10px solid white;
    outline: 1px solid black;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
}

.price-circle::after {
    content: "hot";
    position: absolute;
    background-color: white;
    color: #15397e;
    border: 2px solid #15397e;
    border-radius: 50%;
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -10px;
}


.headerLine {
  width: 160px;
  height: 4px;
  display: inline-block;
  background: #f26522;
}


.sectiontitle {
    background-position: center;
    margin: 105px 0px 34px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    min-height: 31px;
}



/* whats appp */
.floating_btn {
    position: fixed;
    bottom: 30px;
    width: 100px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
    left: 0;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }











  /* our services */
  
.threeholder {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 333px;
    margin-left: auto;
    margin-right: auto;
}

.threethree {
	height: 100%;
  background: #15397e;
	border-bottom: 15px solid #f26522;
	transition: all 0.25s;
  padding: 51px;
}
.threeone:hover {
	background: #0098dc;
}
.threeone:hover .circlepic {
	background: #5c5c5c;
}
.threeone:hover .circleborder{
		background: #333333;
}
.threeone:hover svg{
	fill:#f5cb22;
}
.threeholder h4 {
	width: 200px;
	text-align: center;
    font-size: 19px;
	margin-left: -55px;
	font-weight: bold;
	margin-top: 45px;
	text-align: center;
	color: white;
}
.threeholder p {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-left: -55px;
    margin-top: 20px;
    font-size: 13px;
    color: rgb(255 255 255);
    letter-spacing: 1px;
}
.threeone:hover h4 {
	color: black;
}
.threetwo:hover h4 {
	color: black;
}
.threethree:hover h4 {
	color: black;
}
.threeone:hover svg, .threetwo:hover svg, .threethree:hover svg {
	transition: all 0.65s;
	transform: rotateY(360deg);
}
.threetwo:hover {
	background: #f5cb22;
}
.threetwo:hover .circleborder{
		background: #333333;
}
.threetwo:hover svg{
	fill:#f5cb22;
}
.threethree:hover {
  background: #f26522;
}
.threethree:hover .circleborder{
		background: #333333;
}
.threethree:hover svg{
	fill:#f5cb22;
    margin-top: 14px;
}
.circleborder {
    position: absolute;
    top: 29px;
    width: 90px;
    height: 90px;
    background: #f5cb22;
    margin-left: 62.33333px;
    border-radius: 50%;
    text-align: center;
}
.circlepic {
	position:absolute;
	top:-10px;
	margin-top: 30px;
	width: 110px;
	height: 110px;
	background: #5c5c5c;
  margin-left: 52.33333px;
	border-radius: 50%;
}




/* limited liabitly partnership  */
#limit_part_04{
  padding-bottom: 104px;
}

#limit_part_01{
  padding-bottom: 110px;
}

#limit_part_02{
  padding-bottom: 67px;
}
#limit_part_03{
  padding-bottom: 163px;
}
#limit_part_04{
  padding-bottom: 67px;
}
#limit_part_05{
  padding-bottom: 178px;
}



/* nidhi company */
#nidhi_01{
  padding-bottom: 125px;
}

#nidhi_02{
  padding-bottom: 48px;
}

#nidhi_03{
  padding-bottom: 29px;
}

#nidhi_04{
  padding-bottom: 49px;
}

/* public limited company reagistration */
#public_lmtd_01{
  padding-bottom: 48px;
}
#public_lmtd_02{

}
#public_lmtd_03{
  padding-bottom: 67px;
}
#public_lmtd_04{

}


/* producer comapn6y */

#producer_comapny_01{
  padding-bottom: 3px;
}


/* nbfc  */
#nbfc_01{
  padding-bottom: 25px;
}

#nbfc_02{

}


/* faq man */

.quote-sec .quote-box .contact-no {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 30px;
  text-decoration: none;
}


.faqs-sec .faq-man:before {
  content: '';
  width: 300px;
  height: 300px;
  background: #ff4815;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  text-align: center;
  left: 40px;
  right: 102px;
  margin: 0 auto;
  top: -5%;
}


.p-relative {
position: relative;  
}

.image-fit {
  width: 81%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding-top: 1rem;  
  margin-left: 36px;
}

#iconn{
  font-size: 23px;
  position: absolute;
  color: green;
  margin-left: 3px;
  margin-top: 3px;
}



.section-header .section-heading .sub-heading:before {
  content: '\\';
}


.section-header .section-heading .sub-heading>span:before {
  margin-right: 10px;
}

.section-header .section-heading .sub-heading>span:after {
  margin-left: 10px;
}

.section-header .section-heading .sub-heading:after, .section-header .section-heading .sub-heading:before {
  content: '\\';
}


.bg-dark-blue {
  background-color: #15397e;
}

.quote-sec .quote-box {
  padding: 51px 24px 44px 50px;
  position: relative;
}


.section-header.left-heading {
  text-align: left;
  margin-left: 0;
}

.section-header {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.section-header .section-heading {
  position: relative;
}


.section-header .section-heading .sub-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.text-orange {
  color: #ff4815;
}



.quote-sec .quote-box .section-header .section-heading .title {
  font-size: 44px;
  margin-bottom: 0;
}

.section-header .section-heading .title {
  font-size: 50px;
}
.text-custom-white {
  color: #ffffff;
}

.text-custom-white  p{
  color: #ffffff;
}

.quote-sec{
  padding-top: 132px;
  margin-bottom: 40px;
}



* vedio sections */
.video-bg{
    width: 100%;
    height: 480px;
    position: relative;
    background: url(./img/working-process.jpg) 0 no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.video-list {
    position: absolute;
    z-index: 999;
    left: 50px;
    top: 70px;
}


.video-list h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}

.video-list ul li:before {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    background: url(./images/working-process.jpg) 0 no-repeat;
    width: 20px ;
    height: 20px ;
    background-size: cover;
}

.video-list ul {
    margin-top: 30px;
}

.video-list ul li {
    color: 2white;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    /* padding-bottom: var(--mt-10); */
    position: relative;
    padding: 9px 35px;
    color: #ffff;
}


.video-bg:after {
    background: rgb(0 0 0 / 47%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size:cover;
    border-radius: 20px;
}


.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
}

.vediio{
    margin-top: 4rem;
}





/* container price section left part */
.left_container_most {
  background-color: rgb(242 101 34);
  color: #ffffff;
  width: 276px;
  align-items: center;
  text-align: center;
  border: 1px solid #141414;
  margin-top: 281px;
  margin-left: 26px;
  border-radius: 7px;
}

.left_container_most ul {
  padding-left: 0rem;
}


.left_container_most ul li {
  font-size: 14px;
  padding: 10px 0;
  list-style: none;
  border-top: 1px solid #00000073;
  font-weight: 800;
}
#privatee{
  height: 350px;
  text-align: center;
}
#limited{
  height: 450px;
  text-align: center;
}
#producer{
  height: 450px;
  text-align: center;
}
#trust{
  height: 380px;
  text-align: center;
}
.private a{
  text-decoration: none;
  color: black;


}

#procedure{
  height: 600px;
  text-align: center;
}
.service{
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* background-image: url(../company/images/background5.avif);
  background-attachment: fixed;
  padding-top: 7rem;
    padding-bottom: 7rem; */
}
.services-part{
  height: 192px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-color: white;
  margin-top: 1rem;
}
.services-part:hover{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  background-color: #ed7944;
  transition: all .5s;
}
.services-part:hover h3{
  color: white;
  transition: all .3s;

}
.services-part h3{
  
  font-size: 17px;

}
.services-part a{
  text-decoration: none;
  color: black;
}
.services-part img{
  width: 35%;
  margin-top: 1rem;

}
.section-form{
  margin-bottom: 3rem;
  margin-top: 3rem;
  

}

#formm{
  background: #F9F9F9;
    padding: 25px;
    /* margin: 150px 0; */
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 0%);
 
    z-index: 1;
    top: 86px;
    right: 50px;
    /* width: 39vw; */
    /* max-width: 768px; */
    /* padding: 2vw; */
    padding: 7px 16px 21px 22px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 446px;
    margin-top: 3rem;
}


#formm h3 {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 9px;
  text-align: center;
  color: #15397e;
}
#formm input[type="text"], #formm input[type="email"], #formm input[type="number"], #contact input[type="url"], #contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#formm select, #formm button[type="submit"] {
  font: 400 16px/9px "Roboto", Helvetica, Arial, sans-serif;
  border-color: #cccccc;
  color: #6d6d6d;
}
#formm textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#formm button[type="submit"] {
  cursor: pointer;
  width: 35%;
  border: none;
  background: #f26522;
  color: #ffff;
  margin: 0 0 5px;
  padding: 14px;
  font-size: 22px;
  font-weight: 700;
}
/* .col-lg-2 {
  flex: 0 0 auto;
  width: 45.666667%;
} */

.map-section{
  
  /* margin-left: 20rem; */
  margin-top: 3rem;
}

.copyright {
    background: #000d32;
    padding: 15px;
}
.copyright p {
    display: inline-block;
    margin-bottom: 0;
}
.copy_by {
    float: left;
}
.designed_by {
    float: right;
}

/*  */






