body {font-family: 'Ubuntu', sans-serif !important;}

h1{font-family: Tahoma, sans-serif !important;}

p{font-family: 'Ubuntu', sans-serif !important;}

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



button:focus {
    outline: none !important;
    outline: none !important;
}



/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #000000; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#000000;
 border-radius:0px;
}

.left{
  float:left;
}

.right{
  float:right;
}

#panel-one{
  float:left;
  width:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-image: url(../img/main-banner.png);
  /* height:750px; 
  padding-bottom: 60px;*/
}

.logo-nav{
  float:left;
}

.logo-nav img{
	width:160px;
}

.tel-mail{
  float:right;
  padding-top:40px;
}

.tel{
  float:left;
  font-size:14px;
  font-weight:normal;
  color:white;
  padding-right:22px;
}

.mail{
  float:left;
  font-size:14px;
  font-weight:normal;
    color:white;
}

#panel-two{
  float:left;
  width:100%;
  padding-top:75px;
  padding-bottom:50px;
  background-size:cover;
  background-repeat:no-repeat;
  /* background-image: url(../img/bg-two.png); */
  background-color: #fff;
}

.invest-sec{
  float:left;
  width:100%;
  /* padding-top:100px; */
}

.invest{
  float:left;
  width: 28%;
  font-size: 44px;
  color: #14385c;
  font-weight:bold;
  margin-right:25px;
}

.invest span{
  float:left;
  width:100%;
  height:4px;
  background: rgb(81,57,230);
  background: linear-gradient(107deg, rgb(226 10 23) 0%, rgb(20 56 92) 100%);
}

.detail-panel{
  float:left;
  width:100%;
  margin-top: 25px;
}

.detail-panel h2{
  float:left;
  width:100%;
  color:white;
  font-size: 46px;
  font-weight:200;
  color: #000000;
  line-height: 61px;
  padding-top: 5px;
}

.detail-panel h2 span{
  font-weight:bold;
  font-style:italic;
  float:left;
  width:100%l
}

.detail-panel p{
  float:left;
  width:100%;
  padding-top: 13px;
  color: #000000;
  font-size:15px;
  line-height:30px;
  margin-bottom:29px;
}

.nav-one{
  float:left;
  width:197px;
  height:67px;
  border-radius:50px;
  color:white;
  font-size:16px;
  padding-left:30px;
  padding-right:22px;
  padding-top:5px;
  padding-bottom:5px;
  background: rgb(60,44,235);
  background: linear-gradient(107deg, rgb(20 56 92) 0%, rgb(166 24 44) 100%);
  padding-top:20px;
}

.nav-one:hover{
     background: linear-gradient(289deg, rgb(20 56 92) 0%, rgb(166 24 44) 100%);
    text-decoration: none;
}

.nav-one img{
  margin-left:20px;
}

.box-one{
  float:left;
  width:100%;
  margin-bottom:20px;
}

.formation-bg{
  float:left;
  width:100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #14385c;
  border-radius:10px;
  min-height: 180px;
  height: 100%;
}

.form-img{
  float:left;
  width:100%;
  margin-top: 5px;
}

.form-img img{
	width:68px;
}

.formation-bg h3{
  float:left;
  width:100%;
  font-size: 19px;
  font-weight:200;
  color:white;
  line-height: 28px;
  padding-top: 10px;
}

.v-office{
  margin-right:auto;
  margin-left:auto;
  width:255px;
  height: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #14385c;
  border-radius: 10px;
}

.v-office h3{
  float:left;
  width:100%;
  font-size: 21px;
  font-weight:200;
  color:white;
  line-height: 31px;
  padding-top: 10px;
}

#panel-three{
  float:left;
  width:100%;
  padding-top:45px;
  padding-bottom:45px;
}

#panel-three h2{
  float:left;
  width:100%;
  font-size:45px;
  font-weight:bold;
  color:#000000;
  text-align: center;
    line-height: 58px;
}

#panel-three p{
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 45px;
  color:black;
  font-size:15px;
  line-height: 28px;
  text-align: center;
  padding-top: 15px;
  float: left;
  width: 100%;
}

.choose-list{
  float:left;
  width:100%;
  color:black;
  padding-bottom: 30px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.choose-list h3{
    font-size: 23px;
    font-weight: bold;
    padding-right: 2px;
    color: #14385c;
    float: left;
    width: 10%;
    border-radius:50%;
    border:solid 1px #e20a17;
    height: 63px;
    text-align: center;
    line-height: 60px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.choose-listd{
  float:left;
  width:90%;
  font-size:15px;
  padding-left: 20px;
  line-height: 25px;
  padding-top: 5px;
}

.choose-list:hover{
  color:#e20a17;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.choose-list:hover h3{
  background-color: #e20a17;
  color:white; 
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

    box-shadow: 0px 15px 40px -17px rgba(0,0,0,0.36);
  -webkit-box-shadow: 0px 15px 40px -17px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 15px 40px -17px rgba(0,0,0,0.36);
}

.ed50{
  float:left;
  width:50%;
}

.ed50 h3{
  width:20%;
}

.ed50 .choose-listd{
  width:80%;
}

.pt18{
  padding-top:18px;
}

.pt12{
  padding-top:12px;
}

#panel-four {
    float: left;
    width: 100%;
    padding-top: 45px;
    padding-bottom:65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-three.png);
}

#panel-four h2{
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    color:white;
    text-align: center;
    line-height: 58px;
}

.sch-navigation{
  float:left;
  width:100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 55px;
}

.schedule-nav{
  background-color:white;
  color:black;
  font-weight: 500;
  font-size:14px;
  border-radius: 50px;
  padding: 13px;
  text-transform: uppercase;
  padding-left: 33px;
  padding-right: 33px;
}

.schedule-nav:hover{
  background-color:#2f0e68;
  color:white;
  text-decoration:none !important;
}

.package-sec{

}

.package-one{
  float:left;
  width:100%;
  border-radius:8px;
  background-color:white;
  padding-top:30px;
}

.package-icon{
  float:left;
  width:100%;
  text-align:center;
  margin-bottom:12px;
}

.package-tab{
  float:left;
  width:100%;
  text-align:center;
  margin-top: 5px;
}

.package-tab h3{
   border-radius:50px;
   text-align:center;
   color: white;
   background-color:#a40812;
   width: auto;
   /* float: left; */
   font-size: 15px;
   font-weight: 400;
   width: 270px;
   height: 35px;
   line-height: 33px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

.package-tab h4{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size: 20px;
  font-weight:bold;
  background-color:#e20a17;
  padding-top: 20px;
  padding-bottom: 17px;
  margin-top: -17px;
}
.new-bg{
        width: 100%;
    float: left;
    background-image: url(../img/d11.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.package-list{
  float:left;
  width:100%;
  padding-top:28px;
  padding-left:25px;
}

.package-list p{
  float:left;
  width:100%;
  color:#000;
  font-size:15px;
  font-weight:normal;
  padding-left: 31px;
  margin-bottom: 20px;
}

.package-list p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/mark.png) no-repeat center center;
    background-size: 23px 24px;
    left: 36px;
    margin-top: -3px;
    /* top: 5px; */
}

.rate{
  float:left;
  width:100%;
  color:#e20a17;
  font-size:40px;
  font-weight:bold;
  padding-bottom: 20px;
}

.rate span{
  font-weight:normal;
  font-size:25px;
  color:#e20a17;
}

.enq-nav{
  float:left;
  width:100%;
  text-align:center;
  color:white !important;
  font-size:27px;
  font-weight:200;
  padding-top:15px;
  padding-bottom:15px;
  background: rgb(43,25,186);
background: linear-gradient(299deg, rgba(43,25,186,1) 0%, rgba(126,13,41,1) 100%);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

.enq-nav:hover{
  text-decoration:none;
  background: rgb(43,25,186);
background: linear-gradient(124deg, rgba(43,25,186,1) 0%, rgba(126,13,41,1) 100%);
}


.enq-nav2{
  float:left;
  width:100%;
  text-align:center;
  color:white !important;
  font-size:27px;
  font-weight:200;
  padding-top:15px;
  padding-bottom:15px;
 background: rgb(126,13,41);
background: linear-gradient(148deg, rgba(126,13,41,1) 0%, rgba(43,25,186,1) 100%);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

.enq-nav2:hover{
  text-decoration:none;
  background: rgb(43,25,186);
background: linear-gradient(124deg, rgba(43,25,186,1) 0%, rgba(126,13,41,1) 100%);
}

.package-blue{
  background-color:#1a548d;
  width: 270px;
}

.dubai-colr{
  background-color:#14385c !important;
}

.dubai-rate{
  color:#14385c !important;
}

.dubai-rate span{
   color:#14385c !important;
}

#panel-five{
  float:left;
  width:100%;
  background-color:#ffffff;
  padding-top:55px;
  padding-bottom:55px;
}

#panel-five h2{
  float:left;
  width:100%;
  color:black;
  font-weight: bold;
  font-size:45px;
  margin-bottom: 30px;
}

#panel-five p{
  float:left;
  width:100%;
  color:black;
  font-size:15px;
  line-height: 30px;
  margin-bottom: 10px;
}

#panel-six{
  float:left;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg-four.png);
  padding-top: 30px;
  padding-bottom: 33px;
}

#panel-six h2{
  font-size: 36px;
  font-weight:200;
  text-align:center;
  color:white;
  line-height: 48px;
}

#panel-six h2 span{
  font-weight:bold;
}

.consultaion-nav{
  float:left;
  width:100%;
  text-align:center;
  margin-top: 20px;
}

.navigation-const{
  background-color:#2f1ee3;
    color: white;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    padding: 13px;
    padding-left: 33px;
    padding-right: 33px;
}

.navigation-const:hover{
  background-color:#3c2ceb;
  text-decoration: none !important;
}

#panel-six h3{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size: 32px;
  font-weight:200;
  padding-top: 28px;
}

#panel-seven{
  float:left;
  width:100%;
  padding-top: 45px;
  padding-bottom: 60px;
  background-color:#f8f8f8;
}

#panel-seven h2{
  float: left;
  width: 100%;
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 58px;
  /* padding-bottom: 50px; */
}

.logo-sec{
  float:left;
  width:100%;
  margin-bottom:35px;
}

.logo-bg{
  float:left;
  width:100%;
  border-radius:8px;
  background-color:white;
  padding:15px;
  text-align:center;
}

.logo-sec2{
  width:580px;
  margin-left:auto;
  margin-right:auto;
}

#footer{
  float:left;
  width:100%;
  background-color:#14385c;
  padding-top: 65px;
  padding-bottom: 40px;
}

.ftr-address{
  /*width:790px;*/
  margin-left:auto;
  margin-right:auto;
}

.branch-adrs{
  float:left;
  width:100%;
  border-radius: 15px;
  border: solid 1px rgb(255 255 255 / 34%);
  padding-top: 33px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.branch-adrs h2{
  float:left;
  width:100%;
  font-size: 25px;
  color:#ffffff;
  font-weight: 500;
  text-align: center;
}

.strip{
  width:52px;
  margin-left:auto;
  margin-right:auto;
  height:4px;
  border-radius:50px;
  background-color:#3525e7;
}

.sec-strip{
  float:left;
  width:100%;
  margin-top: 5px;
  margin-bottom: 19px;
}

.branch-adrs p{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size: 14px;
  line-height: 28px;
}

.red-bg{
  background-color:#e20a17;
}

.ftr-logo{
  float:left;
  width:100%;
  text-align:center;
  margin-top:35px;
  padding-bottom: 20px;
}

.ftr-logo img{
	width: 175px;
}

.logo-desc{
  float:left;
  width:100%;
  text-align:center;
  padding-left:15px;
  padding-right:15px;
  color:white;
  font-size:25px;
  line-height: 40px;
  font-weight:normal;
}

#copyright{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  background-color:#e20a17;
  font-size:15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.who-sec1{
  float:left;
  width:100%;
  margin-top:8px;
  margin-bottom:8px;
}

.who-bg{
  float:left;
  width:100%;
  text-align:center;
  background-color:white;
  border-radius:7px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  box-shadow: 0px 15px 40px -17px rgba(0,0,0,0.36);
  -webkit-box-shadow: 0px 15px 40px -17px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 15px 40px -17px rgba(0,0,0,0.36);
  padding: 15px;
  height: auto;
}

.who-bg h3{
  float:left;
  width:100%;
  text-align:center;
  color:#000000;
  font-size:17px;
    font-weight: 500;
}

.who-bg img{
  margin-bottom:8px;
}


.who-img{
  margin-top: 0;
  width: 72%;
  float: right;
}

.frm-sections{
  float:left;
  width:100%;
}

.form-bg{
  float:left;
  width:100%;
  background-color:white;
  border-radius:20px;
  margin-bottom: 25px;
}

.form-bg h2{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size: 16px;
  font-weight: 400;
  background-color: #c81735;
  padding: 14px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.form-bg form{
  float:left;
  width:100%;
 
}

.frm-fileds{
   padding:17px;
  padding-top: 12px;
}

.mct_form{
    border-bottom: 1px solid #b0aaaa;
    color: #000000;
    display: block;
    font-size: 14px;
    /* text-transform: uppercase; */
    height: 43px;
    margin-bottom: 15px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 2px;
    border-radius: 5px;
}

.frm-auto{
  height:auto;
}

.submit-nav{float: left;outline: none;width: 100%;background-color: #c81735;color: white;text-align: center;padding: 14px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;outline: none;font-size: 17px;border: none;margin-top: 14px;transition: all ease-in-out 0.5s;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;cursor:pointer;}

.submit-nav:hover{
      background-color: #14385c;
       transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.pic-form{
  float:left;
  width:100%;
}

.pic-form img{
  margin-top: -111px;
  width: 500px;
}

.frm-sections h1{
  float: right;
  width: 405px;
  color: white;
  font-size: 32px;
  font-weight: 200;
  line-height: 50px;
  padding-top: 30px;
}

.frm-sections h1 span{
  font-size: 43px;
  font-weight:bold;
}

.frm-sections h1::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 52px;
    background: url(../img/quote.png) no-repeat center center;
    background-size: 59px 50px;
    left: 258px;
    margin-top: -23px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.quote-img{
  float:left;
}
.formation-bg h6{
        float: left;
        width: 100%;
        padding-top: 13px;
        color: white;
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 29px
}
.v-office h6{
        float: left;
        width: 100%;
        padding-top: 13px;
        font-weight: 400;
        color: white;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 29px
}
.who-bg h6{
        float: left;
        width: 100%;
        color: black;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 10px;
}
.who-sec1 p b{
        font-size: 30px;
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#panel-seven p{
    float: left;
    width: 100%;
    color: black;
    padding: 0 70px;
    text-align:center;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 50px;
}
.package-list span{
        float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
