*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

hr{
    margin: 5px 0px !important;
    opacity: 0 !important;
}


header{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    padding: 10px 0px;
    z-index: 10;
}
.call1{
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #92278F;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #92278F;
    font-size: 20px;
}

.menu ul {
    display: flex;
    gap: 20px;
    align-items: center !important;
    margin-left: 235px;
    margin-bottom: 0px;
}

.menu li {
    list-style: none;
}
.menu li a {
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #3C3C3C;
    padding-left: 10px;
    padding-right: 10px;
}
.menu li a:hover{
    color: #92278F;
}

.menu{
    transition: .5s ease-out;
}

#toggle{
    display: none;
    float: right;
}

.menu.show{
    z-index: 99;
    right: 0% !important; 
}
.bh{
    font-weight: 800;
    background-color: #103668;
    color: #ffffff;
    padding: 15px 50px;
    border: 1px solid #103668;
    font-size: 20px;
    /*border-radius: 10px;*/
}
#toggle{
    font-weight: 400;
    background-color: #92278F;
    color: #ffffff;
    padding: 9px 15px;
    border: 1px solid #92278F;
    font-size: 20px;
    border-radius: 8px;
}
.h-logo img{
    width: 100px;
}





/*--------------- for menu ------------------------*/




@import url('../../../../css2');

@import url('../../../../css2-1');

@import url('../../../../css2-2');


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
/*    font-family: 'Poppins', sans-serif !important;*/
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    height: auto;
   /* position: relative; */
    color: #fff !important;
    z-index: 11111 !important;
   /* box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);  */
   background-color: #CB4253;
   padding-top: 40px;
}

.inner-headr-sec{
    background-color: #fff;
    margin-bottom: -58px;
    z-index: 10;
    position: relative;
}




/*Main header start*/
.main-header-section {
    width: 100%;
    background: transparent;
    z-index: 11111 !important;
    /*position: absolute;*/
    top: 50px;
    left: 0;
    transition: 0.5s ease;
    padding-top: 0px;
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
/*    justify-content: center;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
/*
    padding-right: 40px;
    padding-left: 5%;
*/
    /*    justify-content: space-between;*/
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.header_left-column {
    max-width: 360px;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-logobox {
    display: none;
}

/*
.logobox {
    width: 30%;
}
*/

.navbar-brand {
    max-width: 240px;
    margin-right: 0 !important;
    padding: 0 0 !important;
}
/*.main-header-section{
    padding: 10px;
}*/

.navbar-brand img {
    width: 100%;
    height: auto;
    padding: 10px;
}


.header_right-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_header-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #2acaa6;
    padding: 0 15px;
}

.header_group-button {
    display: flex;
}


.chat-button .btn1 {
    height: 79px;
    border-radius: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat-button .btn1:hover {
    color: #01cd61;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat_iconbox {
    width: 50px;
    height: 50px;
    /*
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
*/
}

.chat_iconbox img {
    width: 100%;
    height: auto;
}

.chat_iconbox i {
    color: #01cd61;
    font-size: 40px;
}

.chat_content {
    margin-left: 10px;
}

.chat-heading1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    text-align: left;
}

.chat-heading2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    text-align: left;
}

.joinus-button .btn1 {
    height: 79px;
    font-size: 20px;
    border-radius: 0;
    padding: 12px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinus-button .btn1 span {
    margin-left: 5px;
}

.joinus-button .btn1 span i {
    font-size: 16px;
}
.browchure_button .btn1{
    color: #3ab54a;
    background: transparent;
    border: 1.5px solid #8a8a8a;
}

.get-in-touch .btn1:hover{
    background: #fff;
    border: 1.5px solid #fff;
}
.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 25px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #3ab54a;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #3ab54a;
    border-radius: 30px;
}

.btn1:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
    background: #111;
    border: 1.5px solid #111;
}

.btn2 {
    color: #000000;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #3ab54a;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #3ab54a;
    border-radius: 30px;
}

.btn2:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
    background: #000000 !important;
    border: 1.5px solid #000000 !important;
}

.blink {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    border: none;
    color: #000;
    border: 1.5px solid #103668;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
    50% { background-color: #103668; -webkit-box-shadow: 0 0 40px #103668; }
    100% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
    50% { background-color: #103668; -webkit-box-shadow: 0 0 40px #103668; }
    100% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
    50% { background-color: #103668; -webkit-box-shadow: 0 0 40px #103668; }
    100% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
  }
  
  @keyframes glowing {
    0% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
    50% { background-color: #103668; -webkit-box-shadow: 0 0 40px #103668; }
    100% { background-color: #103668; -webkit-box-shadow: 0 0 3px #103668; }
  }

.contact-area {
    display: flex;align-items: center;
}


/*   starting section 1   */


.sec1{
    background-image: linear-gradient(90deg, #103668e6 50%, #103668e6 70%), url(../images/bannerbg1.png);
    padding-top: 100px;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}
.sec1 img{
    width: 97%;
}
.sec1 h2{
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #fff;
}
.sec1 p{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 30px;
}
.bnrbtn1{
    background-color: #CB4253;
    color: #fff;
    padding: 15px 50px;
    border: 2px solid #CB4253 ;
}
.bnrbtn2{
    background-color: #cb425200;
    color: #fff;
    padding: 15px 50px;
    border: 2px solid #ffffff ;
    margin-left: 20px;
}





/* ------------------- starting section 2---------------------*/





.sec2{
    padding: 50px;
}
.container2-1{
    background-image: linear-gradient(160deg, #103668e6 40%, #103668c5 70%);
    padding: 50px 30px;
    border-radius: 10px;
}
.container2-1 h3{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.container2-1 h2{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.container2-1 p{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.container2-2{
    padding-left: 20px;
}
.container2-2 h4{
    font-size: 25px;
    color: #CB4253;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}
.container2-2 h2{
    font-size: 38px;
    font-weight: 800;
    color: #535353;
}
.container2-2 p{
    color: #393939;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    width: 140%;
}

.container2-2-c a{
   width: 220px;
   text-align: center;
   padding: 10px 40px;
   background-color: #CB4253;
   color: #fff; 
   border: 2px solid #CB4253 ;
   font-size: 18px;
   margin-top: 30px;
}
.container2-3 img{
    margin-top: 145px;
    width: 110%;
    margin-left: -20px;
}





/*  starting infinity slider  */





.secslider{
    margin-top: -34px;
}
 *,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
 
}

.wrapper {
  
  width: 100%;
  max-width: 2500px;
  margin-inline: auto;
  height: 217px;
  position: relative;
  overflow: hidden;
  /*mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );*/
}
.wrapper1 {
  margin-top: 2rem;
  height: 217px;
}
.wrapper2{

  height: 289px;
}

@keyframes scrollLeft {
  to {
    left: -450px;
  }
}

@keyframes scrollRight {
  to {
    right: -600px;
  }
}

.itemLeft{
  width: 444px;
  height: 100px;
  background-color: #e11d48;
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
.itemRight {
  width: 590px;
  height: 289px;
  background-color: #e11d48;
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(384px * 8), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(512px * 8), calc(100% + 200px));
  animation-name: scrollRight;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}
.itemLeft img{
  width: 100%;
}
.itemRight img{
  width: 100%;
}





/*      starting section 5      */  

.sec5{
    padding: 50px;
}
.sec5 h2{
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.dash1 {
    height: 5px;
    background-color: #103668;
    width: 130px !important;
    margin-bottom: 40px;
}
.sec5 p{
    color: #393939;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    width: 750px;
    margin: auto;
    margin-bottom: 40px;
}
.sec5box{
    border: 1px solid #F6DDDB;
    
}
.b3{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #103668;
    color: #ffffff;
    padding: 11px 13px;
    font-size: 18px;
    width: 100%;
    height: 100%;
    border: 0px;
}
.b4{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #CB4253;
    color: #ffffff;
    padding: 11px 13px;
    font-size: 18px;
    width: 100%;
    height: 100%;
    border: 0px;
}
.sec5bb{
    padding: 3px !important;
}
.sec5box h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;   
    padding: 25px 5px;
    color: #103668;
}
.b6{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #CB4253;
    color: #ffffff;
    padding: 13px 50px;
    border: 1px solid #CB4253;
    font-size: 20px;
    margin-top: 40px;
}
.sec5pc{
    margin-bottom: 30px;
}






/*     starting section 6 img blk section    */






.sec6{
    padding: 70px ;
    background-color: #E9E9E9;
    padding-bottom: 200px;
}
.sec6 h2{
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
   
 }
 .dash2{
    height: 5px;
    background-color: #CB4253;
    width: 130px;
    margin: auto;
}
 .sec6con{
    display: grid;
    place-items: center;
}
.sec6 p{
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    width: 700px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
}
.sec6conbox{
    box-shadow: 0px 0px 5px 1px rgb(233, 233, 233);
    margin: 15px;
    padding: 20px;
}
.sec6conbox img{
    width: 100%;
}




/*         starting section 7 / Counter section          */





.sec7 {
    padding: 0px 50px 50px;
    background-color: #ffffff;
}

.sec7rap {
    padding: 50px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    /*background-color: #EBAC29;*/
    margin-top: -135px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -5%);
    
    /* right: 50%; */
}
.sec7box{
    box-shadow: 0px 0px 10px #c3c3c3;
}

.b1 h3 {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
}
.b2 h3 {
    font-size: 60px;
    font-weight: 800;
    color: #103668;
}

.b1 h5 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
.b2 h5 {
    font-size: 22px;
    font-weight: 600;
    color: #103668;
}
.b1{
    background-color: #CB4253;
    padding: 40px;
    padding-left: 40px !important;
}
.b2{
    background-color: #ffffff;
    padding: 40px;
    padding-left: 40px !important;
}




/* ----------------------------- starting section 8 ------------------------------*/


.sec8{
    padding: 50px;
    padding-top: 150px;
}
.sec8 h2{
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
   
 }
.client_slider_con{
    padding-top: 30px;
}




/*   ----------------------------- starting section 10 ------------------------------*/




/*     starting section 9     */




.sec9{
    background-image: linear-gradient(90deg, #103668e6 50%, #103668e6 70%), url(../images/bannerbg1.png);
    padding: 50px;
}
.sec9 h2{
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
   
}
.dash3 {
    height: 5px;
    background-color: #CB4253;
    width: 130px !important;
    margin-bottom: 40px;
}
.sec9 p{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    width: 750px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}
.sec9box1{
    background-color: #F6DDDB;
    padding: 50px !important;
}
.sec9box1 h2{
    color: #D0544A;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
}
.sec9box1 p{
    color: #3C3C3C;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    width: 80%;
}

.sec9bb{
    background-color: #F6DDDB;
}
.sec9blb{
    padding: 50px !important;
}
.sec9blb img{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    
}
.sec9c h4{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
}
.sec9c h5{
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
}
.sec9c{
    padding-bottom: 20px;
}
.sec9fc{
    background-color: #D0544A;
    text-align: center;
}
.b7{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 13px 50px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2px;

}
.form-control{
    height: 70px;
    margin-bottom: 25px;
    border: 2px solid #fff !important;
    border-radius: 0px !important;
    background-color: #ffffff00 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
    padding-left: 20px !important;
}
.textarea{
    height: 180px;
    margin-top: -25px;
    border-radius: 0px;
    background-color: #ffffff;
    
}
.input-box ::placeholder {
    color: #fff !important;
}
input ::placeholder{
    font-size: 20px;
    font-weight: 500;
    color: red;
}










/* --------------------------- starting footer ---------------------------*/






footer {
    background-image: linear-gradient(#103668de, #103668de), url(..//images/bannerbg1.png);
    background-size: cover;
}

.fuc {
    padding: 50px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.fc1 img{
    width: 80%;
}

.fuc h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.fuc p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    width: 350px;
}

.fc1 ul {
    margin: 0px;
}

.fc1 li {
    display: inline;
    padding-right: 17px;
}

.fc1 li a {
    font-size: 30px;
    color: #ffffff;

}

.fcm h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 20px;
}

.fcm li {
    display: block;
    padding-bottom: 15px;
}

.fcm ul {
    padding-left: 0px !important;
}

.fcm li a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;

}

.fc4 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 20px;
}

.fimg i{
    font-size: 30px;
    color: #103668;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 13px;
}

.fimg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px;
}

.fimg h5 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 10px;
}


.fp {
    background-color: #000000;
    color: #ffffff;
    padding: 30px;
    font-size: 20px;
}
.fline{
    width: 100px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 20px;
}
.fcm1{
    border-left: 2px solid #ffffff;
    padding-left: 30px !important;
}




/* ------------------------------------------------------- starting about us page css ----------------------------------------------*/


*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}



.content-heading2 {
    color: #103668;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
}


.left-contentbox-details {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}




/*About page start*/



.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: linear-gradient(#103668de, #103668de), url(..//images/bannerbg1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 300px 0px 250px !important;
}

.about_page-sec1{
    padding-top: 90px;
    padding-bottom: 90px;
}
.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}


.about-content h1 {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}

.about-content .breadcrumb-item a {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 22px;
}

.about-content .breadcrumb-item.active {
    color: #ffffff !important;
}

.about-content .breadcrumb-item.active a {
    color: #ffffff !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox {
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row {
    margin-top: 10px;
}

.experiencebox {
    padding: 20px;
    background: #08b1b6;
}

.experiencebox .list-content {
    color: #fff;
}

.experiencebox .list-iconbox i {
    color: #fff;
}

.team_box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    background-color: #f2f2f2;
}
.team_imgbox i{
    color: #00acff;
    font-size: 40px;
    margin-bottom: 20px;
}
.member_name {
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
    transition: 0.3s ease-in-out;
}
.member_position {
    color: #777;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 25px;
    transition: 0.3s ease-in-out;
}

.kar_logobox{
    width: 250px;
    height: auto;
}
.kar_logobox img{
    width: 100%;
    height: auto;
}

/*About page end*/




.offcanvas-body .form-box{
    padding-left: 20px;
    padding-right: 20px;
}





/*--------------------------------------------------------------End About us section ---------------------------------------------------------------*/


/* -----------------------------------------------------------Starting Contact us Page ----------------------------------------------------------------*/







.csec1{
    padding: 280px 0px 200px;
    background-image: linear-gradient(#103668de, #103668de), url(..//images/bannerbg1.png);
    background-size: cover;
    background-position: center center;
}
.csec1rap{
    text-align: center;
}
.csec1rap h1 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10;
}
.csec1rap h5 {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}



/*       starting section 2         */



.csec2{
    padding: 50px;
}
.cfb {
    font-weight: 400;
    background-color: #103668;
    color: #ffffff;
    padding: 13px 40px;
    border: 0px;
    border-radius: 8px;
    font-size: 22px;
    margin-top: 15px;
    float: left;
}
.csec2rc h2 {
    color: #103668;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10;
}
.csec2rc h4 {
    color: #103668;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10;
}
.csec2rc{
    padding-left: 50px !important;
}
.csec2lc{
    background-color: #103668;
    padding: 70px 30px;
    border-radius: 18px;
}
.csec2lc h4{
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}
.csec2lc p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
}
.ab1{
    margin-top: 30px;
}




.fimg i{
    font-size: 30px;
    color: #103668;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 13px;
}

.fimg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 10px;
}

.fimg h5 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 10px;
}

.contactfrm .form-control{
    height: 70px;
    margin-bottom: 25px;
    border: 2px solid #103668 !important;
    border-radius: 0px !important;
    background-color: #ffffff00 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #103668 !important;
    font-family: "Poppins", sans-serif !important;
    padding-left: 20px !important;
}
.contactfrm .input-box ::placeholder {
    color: #103668 !important;
}

.form-control::placeholder {
    color: #103668 !important;
 }

 .placeholder_white::placeholder {
    color: #FFFFFF !important;
 }
.contactfrm .textarea{
    height: 180px;
    margin-top: -25px;
    border-radius: 0px;
    background-color: #ffffff;
    
}





/*---------------------------------------------------------------------------End Contact Us Page-----------------------------------------------------*/



/* --------------------------------------------------starting product category page---------------------------------------*/


.pbanner{
    width: 100%;
    height: auto;
    position: relative;
    background-image: linear-gradient(#103668de, #103668de), url(..//images/bannerbg1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px 100px !important;
}
.product-code{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
}
.content-details{
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
}
.pcimg img{
    width: 100%;
    border-radius: 20px;
}
.pccont{
    padding-left: 30px !important;
}
.pcat{
    margin-top: 50px;
}
.button-group a{
    border: 2px solid #024478;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    color: #024478;
    background-color: #ffffff;
    margin-right: 20px;
}
.button-group a:hover{
    border: 2px solid #024478;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    background-color: #024478;
    margin-right: 20px;
}
.our-category-section{
    padding: 50px;
    margin-top: 30px; 
}
.heading-1{
    text-align: center;
    font-size: 43px;
    color: #5C5C5C;
    font-weight: 500;
    padding-bottom: 10px;
}
.heading-2{
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
    text-align: center;
}
.card-imgbox2 img{
    border-radius: 0px !important;
}
.card-content2{
    display: flex;
    justify-content: space-between;
    margin: 5px !important;
}
.card-heading2 a{
    border: 2px solid #024478;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    color: #024478;
    background-color: #ffffff;
    display: block ruby;
}
.card-button2 a{
    border: 2px solid #024478;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  background-color: #024478;
  display: block ruby;
}





/* ---------------------------------------------product category page ending -----------------------------------------------*/

/* --------------------------------------------- product detail page starting ----------------------------------------------*/




.ppsec1rap{
    margin-top: 50px;
}
.ppsec1rap h1{
    color: #024478;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
}
.ppsec1rap h3{
    color: #024478;
    font-size: 25px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
}
.ppsec1rap p{
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    line-height: 25px;
}
td{
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    line-height: 25px;
}
.sec3b1 a{
    border: 2px solid #024478;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px 0px 0px 0px;
    color: #024478;
    background-color: #ffffff;
    margin-top: 30px !important;
}
.sec3b1{
    margin-top: 50px;
}
.pd {
    padding-left: 40px !important;
}
