:root {
    --primary: #4294e3;
    --secondary: #8f12fd;
    --light: #f0f6ff;
    --dark: #262b47;
}
#icf-l1{
		width:75%;
  		height:auto;
	}
h1,
h2 {
    font-weight: 700 !important;

}
h3,
h4 {
    font-weight: 600 !important;
}
h5,
h6 {
    font-weight: 500 !important;
}
.text-primary-gradient {
    color: #ff5733;
}
.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.btn {
    transition: 0.5s;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.btn.btn-primary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    z-index: 1;
}
.btn.btn-primary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}
.btn.btn-primary-gradient {
    background: #ff5733;
}
.btn.btn-primary-gradient::after {
    background: #ff5733;
}
.btn.btn-primary-gradient:hover::after {
    opacity: 1;
}
.text-center {
    text-align: center !important;
    margin-bottom: 22px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 45px 0;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: 0;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    top: 0;
}
.navbar-light .navbar-brand h1 {
    color: #fff;
}
.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }
    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: var(--primary) !important;
    }
    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}
@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
}
.hero-header {
    padding: 16rem 0 16rem 0;
}
@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}
.feature-item {
    transition: 0.5s;
}
.feature-item:hover {
    margin-top: -15px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}
.pricing .nav {
    padding: 2px;
}
.pricing .nav-link {
    padding: 12px 30px;
    font-weight: 500;
    color: var(--dark);
    background: #fff;
}
.pricing .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px;
}
.pricing .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0;
}
.pricing .nav-link.active {
    color: #fff;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: 0.5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #fff !important;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.c-details {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.footer {
    background: #000 !important;
}
.t-details {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: 400;
    transition: 0.3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.footer .copyright a {
    color: var(--light);
}
.coach-img {
    max-width: 8rem;
    border-radius: 50%;
}
img {
    border-radius: 10px;
}
.login-box {
    top: 50%;
    left: 50%;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin-top: 10px;
}
.login-box h4 {
    margin: 0 0 20px;
    padding: 0;
    color: #ff5733 !important;
    text-align: center;
}
.login-box .user-box {
    position: relative;
}
.login-box .user-box input,
select,
textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    line-height: normal !important;
    margin-bottom: 10px;
    border: none;
    color: #757587;
    border-bottom: 1px solid #e5e7e9;
    outline: 0;
    background: 0 0;
}
.formselect {
    margin-bottom: 10px;
}
.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    color: #a6acaf;
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
    transition: 0.5s;
}
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #ff5936;
    font-size: 12px;
}
.formbtn {
    padding: 10px 30px;
}
.con {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-template-rows: auto 1fr auto;
}
.con1 {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 80px auto;
    grid-template-rows: auto 1fr auto;
}
.accordion {
    margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 20px;
    background: 0 0;
}
.t-p {
/*    color: rgb(193 206 216);*/
        padding: 10px 20px 10px 20px;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #ff5733;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: 0 0;
    padding: 0;
    margin: 2px;
}
.accordion .item .item-header h2 button {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left;
}
.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #eca300;
    background-color: #000;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0);
}
button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.nav-link {
    font-size: 20px;
}
h1 {
    font-size: 2rem !important;
    color: #ff5733 !important;
}
a {
    text-decoration: none !important;
}
p{
    color: black;
}
li{
    color: black;
}
span{
    color:#ff5733;
    font-weight: 600;
}
div{
    color: black;
}
html {
    scroll-behavior: smooth;
}
.teams .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
@media only screen and (min-width: 600px) {
    .teams .shadow-effect {
        width: 350px;
    }
}
@media only screen and (max-width: 600px){
    .hid{
        display: none;
    }
  #icf-l1{
		width:55%;
  		height:auto;
	}
  .textdubai
  {
    text-align:center!important;
  }
    .bannr
    {
        text-align: center!important;
        padding-top: 2rem!important;
        margin-top:-15px!important;

    }
    .bannr > h1
    {
        font-size: 1.5rem!important;
        font-weight: normal!important;
    }
    .bannr > h3
    {
        font-size: 0.99rem!important;
    }
    .coh h3
    {
        font-size: 25px!important;
        text-align: center;
    }
   /* .request
    {
        left:15%!important;
    }
*/
    .bannr > a
    {
        display: none;
    }
    .bannr > span
    {
        color:#ff5733!important;
    }
    .bannr > h4
    {
        font-weight: normal!important;
    }
    .g-5, .gy-5
    {
        --bs-gutter-y: 1rem!important;
    }
    .mb-4 {
        margin-bottom: 2rem!important;
    }
  .parasec1
  {
    text-align: center;
  }

}
#customers-teams .item {
    height: 470px !important;
    text-align: center;
    padding: 40px;
    margin-bottom: 80px;
    opacity: 0.5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-teams .item p {
    font-size: 16px;
}
#customers-teams .item h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
}
#customers-teams .item .title {
    font-size: 14px;
}
#pastexp {
    margin-top: 20px;
}
#customers-teams .item h5 {
    font-size: 15px !important;
    font-weight: 700 !important;
}
#customers-teams .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.teams .owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 170px;
    margin: 0 auto 17px;
    transition: transform 0.5s;
}
.teams .owl-carousel .owl-item .img-circle:hover {
    transform: scale(0.9);
}
#customers-teams.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sticky-top{
    background-color: rgba(0,0,0,.5)!important;
}
.WidgetTitle__Container-sc-173f1y-0{
    display: none;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



@charset "UTF-8";
[data-toggle=collapse] i:before {
  content: "";
}

[data-toggle=collapse].collapsed i:before {
  content: "";
}

#accordion .card-header {
  margin-bottom: 8px;
}
#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #ff5733;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
#accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: #ff5733;
  text-align: center;
  border-right: 1px solid transparent;
}
#accordion .accordion-title:hover {
  padding-left: 60px;
  background: black;
  color: #fff;
}
#accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}
#accordion .accordion-body {
  padding: 20px 20px;
}
#accordion .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#accordion .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
#accordion .accordion-body li:before {
  content: "";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #213744;
}

.ft-c{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}


.contact .info-box {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    border-radius: 4px;
}
.contact .info-box {
    color: #444;
    text-align: center;
    padding: 20px;
}
.contact .info-box i {
    font-size: 32px;
    color: #ff5733;
    border-radius: 50%;
    padding: 8px;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


.prg-sec{
    background-image: url(img/section2-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right !important;
    padding-right: 5px !important;
    padding-left: 100px !important;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }



  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
th{
  text-align: center !important;

}
td{
  text-align: center !important;
  padding: 10px 0!important;
}

.r-now{
  text-decoration: none;
  color: #ff5733 !important;
}

        .siq-msgbanr
        {
            line-height: 0.5;
        }
        .dib-mid
        {
            font-size: 18px;
        }
         .zsiq_floatmain
    {
        margin-bottom: 0% !important;
    }
        
@media only screen and (max-width: 900px)
{
    .siq-msgbanr span 
    {
        display: inline;
        line-height: 1.2rem;
        font-size: 15px;
    }
    .siq_noanim
    {
        margin-bottom: 50% !important;
    }
    #window-ribbon
    {
        height: 50% !important;
    margin-top: 107% !important;
    }
}

