

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}
html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:  "Inter", sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}
#WidgetControl4{display:block !important;}
/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}

.table-responsive{overflow:hidden; display:inline-table;}
#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/
a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}



.side-menu {
  width: 14em;
  height: auto;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
  font-weight:700;
  text-transform:uppercase;
  position: fixed;
  top: 40%;
  bottom:0;
  right: -11em;
  z-index: 9999;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* height: 225px; */
  border-radius: 10px;
  background: #ffffff;
}
.side-menu ul li {display:block;/* background-color: #333; */padding: 10px;position: relative;-webkit-transition: -webkit-transform 0.5s,     background-color .5s, color .5s;transition: transform .5s, background-color .5s, color .5s;}
/*the colors of the different columns*/
.side-menu ul li{}


.side-menu ul li a {display:block;color: #1c3988;text-decoration: none;margin: 25px 0px;border-radius: 10px;}
.side-menu ul li span {
  display:block;
  position: absolute;
  font-size: 18px;
  height: 2em;
  top:0;
  bottom: 0px;
  margin:0 auto;
  padding: 8px 14px;
  left: 0px;
  color: #1c3988;
}







.team-item {position: relative;margin-bottom: 30px;overflow: hidden;}
.team-img {position: relative;background: #f8f9fa;}
.team-img img {width: 100%;}
.team-text {position: relative;padding: 25px 15px;text-align: center;background: #1c3988;transition: .5s;}
.team-text h2 {font-size: 20px;font-weight: 600;color: #fff;transition: .5s;}
.team-text p {margin: 0;color: #fff;}
.team-item:hover .team-text {background: #000;}
.team-item:hover .team-text h2 {color: #fff;letter-spacing: 1px;}
.team-social {position: absolute;width: 100px;top: 0;left: -50px;display: flex;flex-direction: column;font-size: 0;}
.team-social a {position: relative;left: 0;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #fff;}
.team-item:hover .team-social a:first-child {background: #00acee;left: 50px;transition: .3s 0s;}
.team-item:hover .team-social a:nth-child(2) {background: #3b5998;left: 50px;transition: .3s .1s;}
.team-item:hover .team-social a:nth-child(3) {background: #0e76a8;left: 50px;transition: .3s .2s;}
.team-item:hover .team-social a:nth-child(4) {background: #3f729b;left: 50px;transition: .3s .3s;}

.topBar {
    background: rgb(28 57 136 / 16%);
    font-size: 13px;
    text-align: center;
    padding: 4px 30px;
    position: relative;
    transition: all 0.2s 
ease-in-out;
}
.topBar a{color: #1c3988;font-weight:600;font-size: 15px;}
.topBar::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 30px solid transparent;
}
.topBar::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
}

p {
     /*font-weight: 300;*/
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.ser-bx {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.ser-bx .img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 5px;
}
.ser-bx .img .icon {
    width: 70px;
    height: 70px;
    background: #ff6d73;
    margin: 0 auto;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ser-bx .img .icon span {
    color: #fff;
}

.ser-bx .text h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}
.ser-bx .text p {
    margin-bottom: 0;
    font-size: 15px;
}
.ser-bx:hover .img .icon {
    opacity: 1;
}

.ser-bx:hover .text p {
    color: rgba(255, 255, 255, 0.8);
}



img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
.RadDock .rdContent { font: inherit !important;}
#widgetsControl, #widgetsControl_C{height:inherit !important;}
button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding: 50px 0 0;
}

#header {
    padding: 5px 0;
    /*height: 92px;*/
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 margin: 0 20px;
 width: 350px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family:  "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.body-fx #HeaderControl {
    height: 90px;
    float: Left;
    position: fixed;
    width: 41.66666667%;
    padding: 0;
    padding-left: 0;
    background: #fff;
    z-index: 99;
    text-align: left;
    transition: 0.5s;
    /* height: 68px !important; */
    top: 0;
}
.body-fx #MenuControl {
    height: 90px;
    float: Right;
    position: fixed;
    right: 0;
    width: 58.33333333%;
    padding: 0;
    padding-right: 0;
    background: #fff !important;
    transition: 0.5s;
    top: 0;
    /* height: 68px !important; */
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.banner_section img{width:100%;height:700px;}
.banner_section:before {
    background: #00000052;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.banner_section {position:relative;
    /*width: 100%;
    float: left;
    background-image: url(../image/bnnr-bg.jpg);
    height: 100vh;
    background-size: contain;
    padding: 120px 0px 90px 0px;
    background-repeat: no-repeat;
    background-size: 100%;*/
}

.banner_taital {
    width: 100%;
    float: left;
    background-color: #626975;
    border-radius: 20px;
    padding: 20px 20px;
}
.banner-content{
    position: absolute;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    color: #112139;
    z-index:1;
    height: 100%;
    align-items: center;
    display: flex;
    transform: translate(-50%, -50%);
    z-index: 99;
    }
.banner-content h1{font-size: 54px;line-height: 66px;font-weight:bold;color:#eee;text-transform: capitalize;}
.banner-content h2{letter-spacing:3px; line-height:35px; font-size:25px; min-height:120px; color:#8ebb3e; font-weight:bold;}
.banner-bx{color:#fff;padding: 20px 0;}
.banner-bx .fa{font-size:50px; line-height:50px; width:60px; height:60px; text-align:center; float:left;margin-right: 10px;}
.about_section {
    width: 100%;
    padding-bottom: 100px;
    /*background-color: #112139;
    margin-top: 70px;*/
}
.img-responsive{max-width:100%;}
.banner-btm{background:#8ebb3e;position: absolute; margin: 0 auto; right: 0; left: 0; bottom: 0px; }
.about_taital {
    width:100%;
    /*float: right;
    margin-top: 120px;*/
    padding-top: 45px;
}
#EventCalenderControl a{font-size:14px !Important;}
#WhatsNewControl{margin-top:30px;}
.about_text {
    text-align: left;
    font-weight: 700;
    margin: 0;
    font-size: 34px;
    color: #1c3988;
    margin-bottom: 30px;
    position: relative;
    /* left: 20px; */
}
.about_text span{
    color: #1c3988;
}
.about_text:after{
    position: absolute;
    content: '';
    width: 100px;
    /* background: #0b0b0b; */
    height: 2px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -10px;
    }

.about_section_2{width: 100%;}



.about_text_2 {
    position:relative;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #112139;margin-bottom: 30px;
    /*border-bottom: 1px solid #49bcfe;*/
    text-align: center;
}
.about_text_2:before{position:absolute; content:''; width:150px; height:2px; background:#112139;left:0; right:0; margin:0 auto; bottom:0px;}
.contact_text_2 {
    width: 24%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #49bcfe;
    text-align: center;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.about_taital p{
    text-align:justify;
    font-size: 16px;
    color: #333;
    margin-left: 0px;
    padding-top: 10px;
}

.about_bt {
    width: 150px;
    float: left;
    font-size: 19px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #8ebb3e;
    height: 50px;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
}

.about_bt a {
    color: #fff;
}
.about_img {
    width: 100%;
    float: left;
}
.about_img img{border-radius: 20px; border: 9px solid #8ebb3e;}
.about_main{ width: 100%; float: left; margin-bottom: 80px; }
.our_section .container {}
.our_text {
    /*width: 26%;*/
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #fff;
    /*border-bottom: 1px solid #49bcfe;*/
    text-align: center;
}

.our_text :after {content: '';
    width: 150px;
    height: 2px;
    background: #112139;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;}

.client_long_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #040403;
    text-align: center;
    padding-top: 40px;
}

.padding_top_0 {
    padding-top: 50px;
}

.ser-bx .fa{
    width: 100%;
    float: left;
    text-align: center;
}
.ser-bx{padding:30px 0; position:relative;}

.ser-bx h2{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;text-transform: uppercase;
}

.ser-bx p{
    font-size: 16px;
    color: #eee;
    text-align: center; padding:0;
}
.ser-bx  p.rd-mr {
    text-align: center;
    border: 1px solid #8ebb3e;
	background:#fff;
    padding: 10px;
    max-width: 50%;
    color: #8ebb3e;
    margin: 0 auto;
    position: relative;
    /*top: 10px;*/
    border-radius: 5px; transition:.4s;
}
.ser-bx  p.rd-mr:hover {background: #8ebb3e;}
.ser-bx  p.rd-mr:hover a{color:#fff;}
.ser-bx  p.rd-mr a{font-weight:bold; color: #8ebb3e;}
.ser-icn {}
.ser-icn .fa{color:#fff; font-size:60px;}
.seemore_bt {width: 50%; font-size: 20px; color: #fffcf4;  border-radius: 5px; background-color: #041d2c; height: 50px; margin-top: 40px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}

.seemore_bt a {
    color: #ffffff;
}

.seemore_bt a:hover {
    color: #fffcf4;
    background-color: #8ebb3e;
    padding: 13px 41px;
    border-radius: 4px;
}

.project_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-size: 100%;
    margin-top: 70px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

.partner_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fffcf4;
    font-weight: bold;
}

.lorem_ipsum_text {
    width: 61%;
    float: left;
    color: #fffcf4;
    font-size: 18px;
    margin-left: 0;
}

.choice_main {
    width: 100%;
    float: left;
}

.choose_bt {
    width: 18%;
    float: left;
    background-color: #8ebb3e;
    color: #fffcf4;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    padding-top: 14px;
}

.choose_bt a {
    color: #ffffff;
}
.choose_bt a:hover{ 
	color: #000; 
}

.our_price_section{
	width: 100%;
	float: left;
}

.our_price{
    width: 20%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #0b0e13;
    border-bottom: 1px solid #49bcfe;
    text-align: center;
}

.price_section_2{
	width: 100%;
	float: left;
	margin-top: 50px;
}

.beginner {
    width: 100%;
    float: left;
    background-color: #022431;
    border-radius: 15px;
    height: auto;
    padding: 40px 30px;
}

.free_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #8ebb3e;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
}

.access_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fffcf4;
	margin-left: 0px;
	margin-top: 0px;
}

.beginner_text{
	width: 100%;
	float: left;
	color: #fffcf4;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.plan_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #fffcf4;
	margin-left: 0px;
	margin-top: 0px;
}

.select_boton{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.select_bt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fffcf4;
    background-color: #03164c;
    padding: 10px 0px;
    border-radius: 10px;
}

.select_bt a {
    color: #fffcf4;
}
.select_bt a:hover {
    color: #fffcf4;
    background-color: #8ebb3e;
    padding: 16px 28px;
    border-radius: 7px;
}

.premium{
    width: 100%;
    float: left;
    background-color: #03164c;
    border-radius: 15px;
    height: auto;
    padding: 40px 30px;
}

.premium_bt{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fffcf4;
    background-color: #8ebb3e;
    padding: 10px 0px;
    border-radius: 10px;
}

.premium_bt a {
    color: #fffcf4;
}
.premium_bt a:hover{ 
	color: #000; 
}

.contact_section {
    width: 100%;
    float: left;
    margin-top: 90px;
}


.background_bg{
	width: 100%;
	float: left;
    height: auto;
    background-image: url(../image/contact-bg.jpg);
    background-size: 100% 100%;
}

.contact_bg {
    width: 82%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
}

.email-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
    margin-bottom: 10px;
}
.email-bt::placeholder, .massage-bt::placeholder {
    color:#999;}
.massage-bt {
    background: transparent;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #fffcf4 !important;
    width: 100%;
    height: 85px;
    font-size: 20px;
    padding: 20px 20px 20px 0px;
}

.send_bt {
    width: 30%;
    float: left;
    background-color: #8ebb3e;
    color: #fffdf6;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
}
.send_bt:hover {background-color:#041d2c;}
.send_bt:hover  a{color:#fff;}
.send_bt a { font-weight:bold; color: #041d2c;}
.map_addres .fa{font-size:25px; width:60px; height:60px; float: left; line-height:60px; color:#0b0b0b; background:#fff;text-align: center; margin-right: 10px;}
.footer_section {
    width: 100%;
    float: left;
    background: url(../Image/footer-bg.jpg);
    height: auto;
    padding-bottom: 20px;
}
.footer_section img{margin:10px auto;background: #fff;border-radius: 5px;}
.ft-links a{
	color:#fff;
	font-size: 16px;
}
.ft-links{margin-top:30px;}
.ft-link p, .ft-link p a{color:#fff;margin: 45px 0;font-size: 16px;}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
    width: 65%;
    margin: 0 auto;
}

.abt-bnr-tp{margin-top: -20px;position:relative;margin-bottom: 30px;}
.abt-bnr-tp .tp-img {position: relative;padding:0;height: 350px;width:100%;}
.abt-bnr-tp .tp-img img{height:100%;width:100%;/* aspect-ratio: 16/7; */object-fit: cover;}
.abt-bnr-tp .innr-pg{position: absolute;color: #f0f2f2;top: 40%;z-index: 9;left:0;right:0;padding:20px;margin:0 auto;}
.abt-bnr-tp .innr-pg h2{ color: #f0f2f2; font-weight: 600; font-size: 45px; text-transform: uppercase; text-align: center;}
.abt-bnr-tp .tp-img{position:relative;}
.abt-bnr-tp .tp-img::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;/* background: #2e4a7069; */background: rgb(28 57 136 / 32%);}


.ft-link{border-bottom:1px #000 solid;}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e05306;
    color: #fff;
    border: 0px;
}

.addres_text {
    width: 10%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fcf8f9;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
}

.map_addres {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffcf4;
    line-height: 24px;
}

.social_icon {text-align: right;}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}


.social_icon li {
    display: inline-block;
    padding: 5px;
    border-radius:50%;
    margin: 1px;
    transition:.4s;
}

.social_icon li .fa{width:30px;height:30px;font-size:20px;line-height:30px;text-align:center;color: #fff;}
.social_icon li:hover .fa{ color:#fff;}
.copyright_text{font-size: 16px;color: #fffcf4;text-align: left;margin-top: 10px;padding:20px 0 0;}
.copyright_text a { color: #fffcf4; }


@media(max-width:991px){
	.banner-content{/*position:relative; padding-top: 0;*/    padding-top: 70px;}
	.banner-btm{position:relative;}
	#header{text-align:center;}
	.top-nav-lft ul li:nth-child(2){display:none;}
	
	
}
@media(max-width:767px){
	.banner-content{display:none;}
	.our_section{background: #013a5d;}
	.top-nav{display:none;}
	
}



