html
{
    scroll-behavior: smooth !important;
}

body
{
    /* background-color: #f7f9fb; */
    font-family: 'Rubik-Regular';
    scroll-behavior: smooth !important;
}
a
{
    color: inherit;
    text-decoration: none;
}
a:hover
{
    color: inherit;
    text-decoration: none;
}

.submenu
{
    background-color: #0092C5;
    color: white;
}



.submenuMob
{
   float: left;
    font-size: 14px;
    padding: 10px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Rubik-Regular';
}

.submenuEmail
{
    font-size: 14px;
    padding: 10px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Rubik-Regular';
    text-align: center;
}

.navbarSec
{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    min-height: 80px;
    background-color: white;
    
    position: sticky;
    top: 0;
    z-index: 1000;
}
.logosec
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.logo
{
    height: 50px;
}

.cartIcon
{
    margin: 0;
    margin-top:13px;
    font-size: 25px;
    float: right;
    margin-right: 15px;
}

.signIn
{
    float: right;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
}

.form-textbbox {
    display: block;
    width: 100%;
    padding: 15px;
    height: 45px;
    padding-left: 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}

.carousel-items {
    background: #eee;
}

.carousel-items:hover {
    cursor: grab;
}


.FeaturedC
{
    background-color: white;
    min-height: 300px;
}

.Featured
{
    border-radius: 10px;
   
}


.hoverEf
{
    transition: all .5s ease-in-out;
    border: 0.5px solid white;
}

.hoverEf:hover
{
    box-shadow: none !important;
    border: 0.5px solid #ff8629;
    transition: all .5s ease-in-out;
}

.courseImg
{
    width: 100%;
    border-radius: 10px  10px 0 0;
    transition: 0.8s all ease-in-out;
   
}
.courseMain
{
    width: 100%;
    border-radius: 10px  10px 0 0;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
}

.courseMain:hover img
{
    transform: scale(1.1);
}

.courseCategory
{
    font-size: 15px;
    float: left;
    margin: 15px;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    color: #495057;
    margin-bottom: 5px;
    width: 90%;
   
}

.courseName
{
    font-size: 16px;
    float: left;
    margin: 0px;
    margin-left: 5%;
    margin-right: 5%;
    font-family: 'Rubik-Medium';
    line-height: 23px;
    margin-bottom: 10px;
    width: 90%;
}

.courseRating
{
    font-size: 13px;
    float: left;
    margin: 0px;
    margin-left: 5%;
    width: 95%;

}

.coursePrice
{
    text-align: right;
    margin: 0px;
    margin-right: 5%;
    color: #495057;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.coursePrice strong
{
    color: black;
}

.subTitle
{
    font-size: 36px;
    font-family: 'Rubik-bold';
    margin-bottom: 0px;
}

.subContent
{
    margin: 0;
    font-size: 16px;
    font-family: 'Rubik-Regular';
    color: rgb(78, 78, 78);
}

.catsubContent
{
    margin: 0;
    font-size: 16px;
    font-family: 'Rubik-Regular';
    color: rgb(78, 78, 78);
    margin-left: 25%;
    margin-right: 25%;
}


.CategoryImg
{
    width: 100%;
    border-radius: 5px  5px 0 0;
}

.CategoryName
{
    font-size: 20px;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
    font-family: 'Rubik-Medium';
    line-height: 25px;
}


.serviceCard {
    width: 170px;
    height: 170px;
    overflow: hidden; 
    position: relative;
    border-radius: 200px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #ff8629;
    transition: 0.8s all ease-in-out;
}

.servCardH
{
    font-size: 18px;
    font-weight: 200;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px #161515;
    padding-left: 15px;
    padding-right: 15px;
}


.servCardSub
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub1
{
    width: 100%;
}

.serviceCard img {
    height: auto;
    width: 100% !important;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
}

.serviceCard:hover img {
    transform: scale(1.3);
}

.serviceCard:hover {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    transition: 0.8s all ease-in-out;
}





.Coursetextbox
{
    display: block;
    width: 100%;
    padding: 12px;
    min-height: 45px;
    padding-left: 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}


.CoursetextboxCode {
    display: block;
    width: 100%;
    padding: 12px;
    min-height: 45px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}

.CourseSelect
{
    display: block;
    width: 100%;
    padding: 13px;

    padding-left: 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}



.PackagesCov
{
    background-color: white;
}

.packageName
{
    font-size: 22px;
    font-family: 'Rubik-Medium';
    line-height: 23px;
    margin-bottom: 10px;
}

.categoryName
{
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #495057;
}

.packageCover
{
    border-radius: 5px;
    background-color: white;
}

.pacCar
{
    border-radius: 15px;
}

.packagePrice
{
    text-align: right;
    margin-top: 25px;
}


.packagePrice strong
{
    text-align: right;
    font-size: 26px;
    font-family: 'Rubik-Bold';
    line-height: 23px;
    margin-top: 25px;
}


.pacRating
{
    font-size: 13px;
    margin: 0px;
    margin-bottom: 25px;
}

.pacAmenity
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pacAmenity li
{
    display: inline-flex;
    padding-right: 25px;
    align-items: center
}

.pacAmenity li i
{
   font-size: 22px;
}

.pacDescH
{
    font-size: 22px;
    font-family: 'Rubik-Medium';
    padding-bottom: 10px;
    position: relative;
}


.pacDescH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 35px; 
    border-bottom: 5px solid #ff882d;
}


.includeList 
{
    list-style: none;
    padding: 0;
}

.includeList li::before {
    background-color: #ff882d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2px;
    height: 8px;
    width: 8px;
}

.includeList li
{
    padding-bottom: 10px;
}

button:disabled
{
    background-color: gainsboro !important;
}

.importantList
{
    list-style: none;
    padding: 0;
}

.importantList li::before {
    background-color: red;
    border-radius: 30%;
    content: "";
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2px;
    height: 8px;
    width: 8px;
}

.importantList li
{
    padding-bottom: 10px;
}

.activeT
{
    color:#ff882d;
}


.importH
{
    font-size: 22px;
    font-family: 'Rubik-Medium';
    padding-bottom: 10px;
    position: relative;
}


.importH::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 35px; 
    border-bottom: 5px solid red;
}


.cartH
{
    color: black;
    font-size: 18px;
    font-family: 'Rubik-Bold';
}


.cartV
{
    color: rgb(29, 29, 29);
    font-size: 15px;
    font-family: 'Rubik-Medium';
}

.cartSave
{
    color: rgb(28, 238, 116);
    font-size: 15px;
    font-family: 'Rubik-Regular';
}

.cartPay
{
    color: black;
    font-size: 15px;
    font-family: 'Rubik-Bold';
}

.cartoBtn
{
    width: 100%;
    max-width: 100%;
    color: black;
    text-decoration: none;
    background-color: #ff882d ;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    border: none;
    font-family: 'Rubik-Medium';
    padding-left: 0px;
    outline: none !important;
}


.enqBtn
{
    max-width: 100%;
    color: white;
    text-decoration: none;
    background-color: #ff882d ;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    border: none;
    font-family: 'Rubik-Medium';
    outline: none !important;
}

.applyBtn
{
    width: 100%;
    max-width: 100%;
    color: black;
    text-decoration: none;
    background-color: #ff882d ;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    border: none;
    font-family: 'Rubik-Medium';
    padding-left: 0px;
    outline: none !important;
}


.loadingSec
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: white;
}


.loading
{
    width: 100%;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.loadSub
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadSub img
{
    height: 160px;
}




.cartBtn
{
    width: 100%;
    max-width: 100%;
    color: black;
    text-decoration: none;
    background-color: #ff882d ;
    padding: 15px 50px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    border: none;
    font-size: 16px;
    font-family: 'Rubik-Medium';
    outline: none !important;
}

.cartCard
{
    border-radius: 5px;
}

.cartImg
{
    width: 100%;
    border-radius: 15px;
}


.CartcourseCategory
{
    font-size: 15px;
    margin: 0px;
    margin-top: 15px;
    color: #495057;
    margin-bottom: 0px;
   
}

.CartcourseName
{
    font-size: 16px;
    margin: 0px;
    font-family: 'Rubik-Medium';
    line-height: 23px;
    margin-bottom: 0px;
}


.Cartras
{
    font-size: 13px;
    margin: 0px;
    margin-top: 10px;
    color: #495057;
    margin-bottom: 0px;
}

.courseDetails
{
    font-size: 13px;
    float: left;
    margin: 0px;
    margin-left: 5%;
    color: #495057;
    margin-bottom: 8px;
}



.checkdiv
{
    font-size: 13px;
}



.form-control
{
    background-color: rgb(243, 243, 243) !important;
}

.proIcon
{
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 35px; 
    height:35px; 
    margin-left: 10px; 
    margin-top: 10px; 
    border-radius: 35px; 
    background-color: #ff882d ;
    color: white;
    float:right;
}



.proTitle
{
    color: black;
    font-size: 22px;
    font-family: 'Rubik-Bold';
}

.proOptions
{
    font-size: 19px;
    cursor: pointer;
}










.footerSec
{
    background-color: rgb(18, 18, 29);
    min-height: 50px;
}

.FooterSocialink
{
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.FooterSocialink li
{
  display:inline-block;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding: 10px 18px;
  color: #cacaca;
  margin: 0px;
  cursor: pointer;
  text-align: center;
  font-family: 'RedHatDisplay-SemiBold';
  margin-right: 10px;
  border-radius: 5px;
}

.footerAdrs
{
    color: #cacaca;
    text-align: center;
    margin-top: 15px;
    font-family: 'Rubik-Light';
    line-height: 30px;
}

.footerSec .subSocialink
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #ff8629;
} 
.footerSec .subSocialink li
{
    display:inline-block;
    font-size: 25px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    
}

.footerSec .pageLink li:hover
{
   color: white !important;
   transition: color .2s ease-in-out;
}

.copyright
{
    text-align: center;
    color: #cacaca;
    font-size: 15px;
    font-family: 'Rubik-Light';
}

.footerUl
{
    list-style: none;
    color: #cacaca;
    font-weight: 100;
    margin-top: 15px;
    padding: 0;
    text-align: center;
}

.footerUl li
{
   display: inline-block;
   padding: 5px 10px;
}




.footerAddress
{
    color: gray;
    line-height: 25px;
    padding-top: 15px;
    margin: 0px;
}

.footerAddress span
{
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}

.footerMoile
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


.footerEmail
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.footerAddressIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
}

.footerAddressIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 25px;
    margin-top: 5px;
}

.footerMoileIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
}

.footerEmailIcon
{
    color: gray;
    padding-top: 15px;
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
}

.pageLink
{
    list-style: none;
    color: gray;
    margin: 0px;
    padding: 0;
    margin-top: 5px;
    cursor: pointer;
}

.pageLink li 
{
   list-style: none;
   padding-top: 8px;
   font-size: 16px;
   transition: color .2s ease-in-out;
   
}






div.social-icon-bar {
    width: auto;
    position: absolute;
    top: 100%;
    right: 5%;
    /* -webkit-transform: translateY(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border-radius: 0 0 15px 15px;
    background-color: #ff882d;
    z-index: 10;
}

.social-icon-bar a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease;
    font-size: 25px;
}

.phone {
    color: black;
   
    padding-top: 10px;
    padding-bottom: 10px;
}

.phone:hover {
    color: white;
    transition: all 0.3s ease;
}

.whatsapp {
    color: black;
    border-left: 0.5px solid rgba(255, 255, 255, 0.2);
    border-right: 0.5px solid rgba(255, 255, 255, 0.2);
    padding-left: 10px;
    padding-right: 10px;
}

.whatsapp:hover {
    color: white;
    transition: all 0.3s ease;
}


.graduation {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.graduation:hover {
    color: white;
    transition: all 0.3s ease;
}




/* login */

.modal-content
{
    margin-top: 10%;
    height: auto;
}

.loginLogo
{
    width: 50px;
   
}
.logSec .logH{

    font-size: 23px;
    text-align: center;
}

.txtLogin
{
    border: 0.5px solid gray;
    width: 100%;
    border-radius: 10px;
}

.txtLoginCode
{
   
    border: 0.5px solid gray;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 10px;
}


.siginGoogle
{
    border: 1px solid #ff882d ;
    background-color: white;
    padding: 12px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}



.loginBtn {
    color: black;
    text-decoration: none;
    background: #ff882d ;
    border: 1px solid #ff882d ;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
    outline: none;
    border-radius: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}


@media (min-width: 576px){
    .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }

    #photoMod .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto;
    }

}


.ChanelP
{
    min-height: 500px;
    background-color: #f7f7f7;
    background-image: url(../images/business-meeting-office.jpg);
    background-size: cover;
}

.ChanelPImg
{
    width: 90%;
}

.ChanelPHead
{
    font-size: 35px;
    font-family: 'Rubik-Medium';

}

.moreBtn {
    color: white;
    text-decoration: none;
    background-color: #ff882d ;
    padding: 15px 50px;
    position: relative;
    border-radius: 25px;
    margin-top: 25px;
    border: none;
    font-size: 16px;
    font-family: 'Rubik-Medium';
    outline: none !important;
}

.btnSection
{
    margin-top: 35px;
}

.actionBtn
{
    max-width: 100%;
    color: white;
    text-decoration: none;
    background-color: #ff882d ;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    border-radius: 25px;
    text-align: center;
    border: none;
    font-family: 'Rubik-Medium';
    outline: none !important;
}


.submenu .subSocialink
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #ff882d;
    margin-top: 0px;
} 
.submenu .subSocialink li
{
    display:inline-block;
    font-size: 15px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    background-color: white;
    text-align: center;
    margin-right: 7px;
    border-radius: 3px;
}



.cart {
    display: flex;
    align-items: center;
    border: 1px solid #ff882d;
    border-radius: 15px;
    overflow: hidden;
}

.cart-btn {
    background-color: #ff882d;
    color: black;
    border: none;
    padding: 0px 8px;
    font-size: 20px;
    cursor: pointer;
}

.cart-btn:hover {
    background-color: #ff882d;
    outline: none;
}
.cart-btn:active {
    outline: none;
}
.cart-btn:focus {
    outline: none;
}

.quantity {
    margin: 0 10px;
    font-size: 13px;
    text-align: center;
}




.owl-nav {
    text-align: right;
    width: 100%;
}

.owl-nav .owl-next,  .owl-nav .owl-prev{
    background-color: #ff882d;
    border: 0;
    color: #fff;
    font-size: 20px;
    width: 30px;
    margin: 0px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

button:focus
{
    outline: none;
}

button:active
{
    outline: none;
}


.scrolling-wrapper {    
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border-radius: 15px 0 0 15px;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    padding-left: 15px;
    padding-right: 15px;
}
  
  
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper .sliders
{
    background-color: white;
    margin-right: 0%;
    display: inline-flex;
    margin-right: 35px;
    min-height: 150px;
    border-radius: 10px;
    cursor: pointer;
    white-space: normal;
    height: 100%;
    padding-bottom: 10px;
    border: 0.5px solid white;
    transition: all 0.2s ease-out;
}

.scrolling-wrapper .PackageSlider
{
    width: 28%;
}

.scrolling-wrapper .comboSlider
{
    width: 24%;
}

.scrolling-wrapper .sliders:hover
{
    box-shadow: none !important;
    border: 0.5px solid #ff8629;
    transition: all 0.2s ease-out;
}

.introV
{
    height: 400px;
    border-radius: 25px 25px 0 0;
}

.card-header
{
    background-color: white;
    border-bottom: 1px solid #0092C5;
}


/* about and contact */

.aboutpageCover
{
    background-image: url(../images/abts.jpg);
    background-size: cover;
    background-position: center bottom;
    min-height: 400px;
}


.aboutSecMain
{
    background-color: white;
    min-height: 500px;
    position: relative;
}


.abtHead
{
    font-size: 36px;
    padding: 10px 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Rubik-SemiBold';
}

.abtContent
{
    font-size: 16px;
    font-family: 'Rubik-Regular';
    line-height: 28px;
}

.abtImg
{
    width: 100%;
    border-radius: 15px;
    
}


.vissioContent
{
    color: rgb(43, 43, 43);
    font-size: 15px;
    line-height: 23px;
}


.vissioHead
{
    font-size: 30px;
    padding: 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    color: black;
}


.contactpageCover
{
    background-image: url(../images/CONTACTUS.jpg);
    background-size: cover;
    background-position: right center;
    height: 250px;
}




.contactInfo
{
    min-height: 450px;
}


.contactAddressIcon
{
    
    margin-top: 5px;
    height: 40px;
    
}


.contactMoileIcon
{
    margin-top: 0px;
    height: 40px;
}


.contactEmailIcon
{
    margin-top: 0px;
    height: 40px;
}


.contactEmail
{
    color: black;
    padding-top: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}


.contactFormHead
{
    font-size: 36px;
    padding: 0px;
    color: inherit;
    margin: 0px;
    cursor: pointer;
    font-family: 'Rubik-SemiBold';
}


.socialLinkContact
{
    list-style: none;
    color: black;
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
    padding-left: 0px;
}

.socialLinkContact li 
{
   list-style: none;
   padding: 15px;
   padding-left: 0px;
   font-size: 25px;
   display: inline-block
}


.contactInfo .form-control{
    outline: none;
    box-shadow: none;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #36363e;
    padding: 0px;
    height: 60px;
    resize:none;
    font-family: 'Rubik-Regular';
   
}

.contactInfo .form-control:focus{
    border-color: #ff882d;
    outline: none;
    box-shadow: none;
}


.contactInfo .btn {
    background-color: #ff882d;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-family: 'Rubik-Regular';
    padding: 10px 0px;
    outline: none;
    border: 0;
}

.teamName
{
    text-align: center;
    font-family: 'Rubik-SemiBold';
    font-size: 18px;
}

.teamDes
{
    text-align: center;
    font-family: 'Rubik-Italic';
    font-size: 13px;
    color: rgb(59, 59, 59);
}


.directorImgSec
{

    display:flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}


.directorImg
{
    width: 70%; 
    border-radius: 50%; 
    border: 10px solid #ff882d; 
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    transition: all 0.2s ease-out;
}

.directorImg:hover
{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
    transition: all 0.2s ease-out;
}

.directorP
{
    color: rgb(34, 31, 31);
    font-family: 'Rubik-Italic';
    font-size: 15px;
    line-height: 25px;
}



.profile-icon {
    position: relative;
    cursor: pointer;
}

.profile-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    right: 0px;
    top: 40px;
    border-radius: 10px;
}

.profile-dropdown a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.profile-dropdown a:hover {
    background-color: #ddd;
    border-radius: 10px;
}

.profile-icon:hover .profile-dropdown {
    display: block;
}

.reviewImg
{
    width: 40% !important;
    margin-left: 30%;
    border-radius: 50%;
    border: 2px solid white;
}
.reviewName
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
}

.reviewDetails
{
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    color: gray;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}


.requiredCheckbox {
    transform: scale(1.5);
}


.currencySec {
    position: relative;
    cursor: pointer;
}

.currency-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    right: 0px;
    top: 40px;
    border-radius: 10px;
}

.currency-dropdown a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.currency-dropdown a:hover {
    background-color: #ddd;
    border-radius: 10px;
}

.currencySec:hover .currency-dropdown {
    display: block;
}


.currency-dropdown ul {
    list-style: none;
    padding-left: 10px;
}

.currency-dropdown li {
    display: inline-flex;
    padding: 5px 15px;
    border: 0.5px solid #ff882d;
    border-radius: 10px;
    margin-right:10px ;
    margin-top: 10px;
}

.currency-dropdown li:hover {
    background-color: #ff882d;
}

.activeP
{
    background-color: #ff882d !important;
    color: white;
}


.datepicker td,th{
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}



.input-group {
    position: relative;
}

.input-group::before {
    content: attr(data-country-code);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.input-group input[type="number"] {
    padding-left: 60px; /* Adjust this value as needed to prevent overlapping */
}



.blogCover
{
    min-height: 350px;
    background-image: url(../images/Blog\ Banner.jpg);
    background-size: cover;
    background-position: center left;
}


.contactCoverSub
{
    min-height: 350px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactCoverHead
{
    font-family: 'Rubik-Bold';
    font-size: 45px;
    color: white;
}


.blogCatHead
{
    font-family: 'Rubik-SemiBold';
    font-size: 20px;
}

.blogCat
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.blogCat li
{
    padding: 15px;
    background-color: white;
    float: left;
    width: 100%;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.blogCat li:hover
{
    color: #ff882d;
}


.blogPostImage
{
    width: 100%;
    float: left;

}

.blogPostdata
{
    float: left;
    width: 95%;
    min-height: 80px;
    background-color: white;
    margin-top: -40px;
   
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}



.blogTitle
{
    font-family: 'Rubik-Medium';
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 26px;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}


.blogDetailsP
{
    font-family: 'Rubik-Regular';
    font-size: 15px;
    margin-bottom: 10px;
    color: rgb(99, 99, 99);
}

.blogpostDet
{
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.blogpostDet li
{
    font-family: 'Rubik-Regular';
    font-size: 13px;
    color: #222d35;
    display: inline;
    padding-left: 15px;
    padding-right: 35px;
    border-right: 0.5px solid rgba(0,0,0,0.1);

}

.reviewImg1
{
    width: 20% !important;
    margin-left: 40%;
    border-radius: 50%;
    border: 2px solid white;
}

.linedots
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    /* Add ellipsis at the end */
    text-overflow: ellipsis;
    white-space: normal;
}

.googleLogo
{
    height: 50px;
}

.reviewstar {
    font-size: 35px;
    font-family: 'Rubik-Medium';
}

.seoList li:hover {
    transition: all 0.2s ease-out;
    color: #ff882d !important;
}

.seoList li {
    transition: all 0.2s ease-out;
}



.serchSec
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 100px;
    z-index: 100;
}


.searchBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 5px;
    
}

.searchBox input
{
    width: 100%; 
    padding: 10px; 
    padding-left: 35px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #ff8629;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);

}

.searchBoxBtn
{
    height: 100%;
    position: absolute;
    background-color: #ff8629;
    border: none;
    color: white;
    text-align: center;
    padding: 10px 25px; 
    right:  0px;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}

.achivement
{
    background-image: url(../images/abts.jpg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
}

.achiveHead
{
    font-size: 35px;
    font-family: 'Rubik-Bold';
    text-align: center;
    margin: 0;
}

.achiveP
{
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #666;
}


.filterCatH
{
    font-size: 17px;
}

.filterBox
{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border: 0.5px solid #ff8629;
    border-radius: 5px;
}

.filterBox input
{
    width: 100%; 
    padding: 10px 15px;
    outline: none;
    border-radius: 5px;
    border: none;
}
.filterBtn
{
    height: 100%;
    position: absolute;
    background-color: #ff8629;
    border: none;
    color: white;
    text-align: center;
    padding: 10px 15px; 
    right:  0px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in;
    z-index: 100;
    cursor: pointer;
}

.filterCatH
{
    font-size: 17px;
}




.checkbox-button {
    cursor: pointer;
  }
  
  input[type=checkbox] {
      box-sizing: border-box;
      padding: 0;
  }
  
  input {
      font-size: 1rem;
      line-height: 1.5;
      padding: 11px 23px;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 0;
      outline: 0;
      background-color: transparent;
  }
  
  .checkbox-button__input {
      opacity: 0;
      position: absolute;
  }
  
  .checkbox-button__control {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 12px;
      vertical-align: middle;
      background-color: inherit;
      color: #ff8629;
      border: 1px solid #666;
  }
  
  .checkbox-button__input:checked+.checkbox-button__control:after {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      width: 10px;
      height: 10px;
      background-color: #ff8629;
  }
  
  .checkbox-button__input:checked+.checkbox-button__control {
      border-color: #ff8629;
  }
  
  .checkbox-button__control {
    transform: scale(0.75);
  }
  


  .filterB  {
    width: 100%;
    background-color: transparent;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.filterSec
{
    background-color: white;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow: auto;
}

.filterOpen
{
    transform: translate3d(0px, 0, 0px);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.downloadBtn {
    border: 1px solid #ff8629;
    color: black;
    text-decoration: none;
   background-color: #ff8629;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
    width: 100%;
    border-radius: 10px;
}

.downloadBtn:hover
{
    color: #ff8629;
    border: 1px solid #ff8629;
    background-color: transparent;
    background-image: none;
}









#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:100%;
    /* box-shadow: 2px 2px 30px rgba(0,0,0,0.1); */
    background-color: #ffffff;
    padding: 20px;
    /* margin: 15px; */
    cursor: pointer;
    border-radius: 15px;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
    padding-right: 25%;
}

 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 15px;
    }
}
@media(max-width:790px){
    .testimonial-box {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
    .client-comment p{
        font-size: 0.9rem;
        color: #4b4b4b;
        padding-right: 0;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}


.owlReview .card
{
    border-radius: 20px;
    padding-bottom: 15px;
}

.reviewproIcon
{
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 55px; 
    height:55px; 
    margin-right: 10px; 
    margin-top: 10px; 
    border-radius: 50px; 
    background-color: #ff882d ;
    color: white;
}



.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.star-rating .star {
    padding: 1px;
    color: #ddd;
    font-size: 20px;
    text-shadow: 0.05em 0.05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}
.star-rating .star.filled {
    color: #fd0;
}
.star-rating.readonly .star.filled {
    color: #666;
}
