.html, body {
  overflow-x: hidden;
}
.body {
  position: relative;
  margin:0;
  padding:0;
}
/***** BODY *****/

A.bgwhit {color:#fff;}
A.bgwhit:link {text-decoration: none; color:#fff;}
A.bgwhit:visited {text-decoration: none; color:#fff;}
A.bgwhit:hover {text-decoration: none; color:#fff;}
A.bgwhit:active {text-decoration: none; color:#fff;}


A.bgdark {color:#000;}
A.bgdark:link  {text-decoration: none; color:#000;}
A.bgdark:visited {text-decoration: none; color:#000;}
A.bgdark:hover {text-decoration: none; color:#07294D;}
A.bgdark:active {text-decoration: none; color:#000;}


strong {
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#333;
	line-height:29px;
	font-weight:300;
}


p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#030101;
	line-height:29px;
	font-weight:300;
}

h1 {
	font-family: 'Montserrat', sans-serif;	
	color:#0252A7;
	line-height:29px;
	font-weight:800;
	padding-bottom: 10px;
}

h2 {
	font-family: 'Montserrat', sans-serif;	
	color:#0252A7;
	line-height:29px;
	font-weight:600;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Montserrat', sans-serif;	
	color:#fff;
	line-height:29px;
	font-weight:600;
	padding-bottom: 10px;
}

.h3-head {
	font-family: 'Montserrat', sans-serif;	
	color:#0051A6;
	line-height:29px;
	font-weight:600;
	padding-bottom: 10px;
}
section#service {
  background-color: #F9F9F9;
  padding: 18px 0 0px;
}

h5 {
	font-family: 'Montserrat', sans-serif;	
	color:#000;
	line-height:33px;
	font-weight:500;
	padding-top: 10px;
	}


hr {	
    
    width: 75px;
    height: 3px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.h5-welcome {
	
	color: #3371C8;
	font-weight: 500;
}

/*navbar*/

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
/*.navbar-expand {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 20px 25px;
    pointer-events: initial;
    z-index: 2;
}
.navbar-sticky {
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px;
    -webkit-transition: all .15s ease-out 0s !important;
    transition: all .15s ease-out 0s !important;
}
.navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}
.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.05rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-sticky .navbar-brand-regular {
    display: none;
}
.navbar-sticky .navbar-brand-sticky {
    display: inline;
}
.navbar .navbar-brand-sticky {
    display: none;
}
.navbar-expand .navbar-nav {
    display: inline-block;
}
.navbar-expand .navbar-nav .nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.navbar-expand.navbar-sticky .navbar-nav .nav-link, .navbar-expand.navbar-light .navbar-nav .nav-link {
    color: #2c2e30;
}
.navbar-expand .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}*/

header {
    position: relative;
    z-index: 999;
}

.navbar-sticky {
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    -webkit-transition: all .15s ease-out 0s !important;
    transition: all .15s ease-out 0s !important;
}

.navbar-sticky.hidden {
    -webkit-transform: translate3d(0, -101%, 0) !important;
    transform: translate3d(0, -101%, 0) !important;
}

.navbar-sticky.visible {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.navbar-expand {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 20px 25px;
    pointer-events: initial;
    z-index: 2;
}

.navbar-expand.relative {
    position: relative;
}

.navbar-expand .navbar-nav {
    display: inline-block;
}

.navbar-expand .navbar-nav.toggle {
    display: none;
}

.navbar-expand .navbar-nav.toggle .toggle-icon {
    font-size: 20px;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky .navbar-brand-regular {
    display: none;
}

.navbar-sticky .navbar-brand-sticky {
    display: inline;
}

.navbar-sticky.hide {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}

.navbar-expand .navbar-nav .nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.navbar-expand .navbar-nav ul .nav-item {
    display: block;
}

.navbar-expand .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75);
}

.navbar-expand.navbar-sticky .navbar-nav .nav-link,
.navbar-expand.navbar-light .navbar-nav .nav-link {
    color: #2c2e30;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #2c2e30;
    padding: 0.625rem 1.25rem;
}

.dropdown .dropdown-menu {
    display: block;
    min-width: 14.375rem;
    margin: 0;
    padding: 0.625rem 0;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    line-height: 24px;
}

.dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.menu .items {
    width: calc(100% + 15px);
}

.menu .navbar-nav {
    line-height: 1;
}

.menu .dropdown .dropdown-menu {
    margin: 10px 0 15px 0;
    padding: 0 0 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    visibility: visible;
    opacity: 1;
}

.menu .dropdown .dropdown-menu.show {
    display: block;
}

.menu .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
}

.menu .nav-link {
    margin: 0 5px;
    padding: 10px 5px;
}

.menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    background: none;
    margin: 0 5px 16px;
    padding: 0;
}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2e30;
}
.navbar-expand .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}
.ml-lg-auto12 {
    padding: 9px 17px;
    border-radius: 28px;
    font-weight: 600;
    color: #2c2e30;
    text-decoration: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ml-lg-auto12:hover{
    background: linear-gradient(-45deg, #af52ed 0%, #8830df 100%);
    color: #2c2e30;
}
/*navbar end*/

/***** SUB ****/

#sub {
	 background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(20,9,121,0.9247899843531162) 0%, rgba(0,26,255,1) 100%);
background-image:url(../images/sub.jpg); 
	
	height:350px;
	width:100%;
}


.h1-sub {
	font-family: 'Montserrat', sans-serif;	
	color:#fff;
	line-height:29px;
	font-weight:800;
	margin-top:200px;	
}

.h5-about {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	line-height:32px;
	font-weight:400;
	letter-spacing:0.5px;
}

/***** BUTTON*****/

.btn-primary {
    color: #fff;
    background-color: #EC3724;
    border-color: #EC3724;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFC600;
    border: 1px solid #FFC600;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .775rem .95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/***** NAVBAR *****/
.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.05rem;
    line-height: inherit;
    white-space: nowrap;
}
.pb-5, .py-5 {
    padding-bottom: 0.9rem !important;
    color: #fff;
}
.pt-5, .py-5 {
    padding-top: 0.9rem !important;
}
.bg-light {
    background-color: transparent;
}

.bg-dark {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
	line-height:29px;
	font-weight:300;
	padding: 10px;
}

.sticky-top {
	position: fixed;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar {
	position: fixed;    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .8rem 1rem;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.navbar-fixed {
    top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

.navbar-light .navbar-nav .nav-link {
    color:#000;
    font-weight: 400;
}


/***** ABOUT *****/

#about {
	padding-top: 60px;
	padding-bottom: 60px;
}


/***** TRAINING *****/

#training {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 50px;
}

/* Included color classes.. 
	.red 
	.blue 
	.yellow 
	.green
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
figure.snip1281 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 300px;
  max-width: 350px;
  max-height: 220px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
figure.snip1281 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1281 img {
  opacity: 0.7;
  max-width: 100%;
}
figure.snip1281:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1281 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1281 h2,
figure.snip1281 span {
  margin: 0;
  width: 100%;
}
figure.snip1281 h2 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1281 span {
  color: #e6e6e6;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1281 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1281.blue:after {
  background-color: #2980b9;
}
figure.snip1281.blue span {
  color: #409ad5;
}
figure.snip1281.red:after {
  background-color: #c0392b;
}
figure.snip1281.red span {
  color: #d65548;
}
figure.snip1281.yellow:after {
  background-color: #f39c12;
}
figure.snip1281.yellow span {
  color: #f5b043;
}
figure.snip1281.green:after {
  background-color: #27ae60;
}
figure.snip1281.green span {
  color: #36d278;
}
figure.snip1281:hover img,
figure.snip1281.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip1281:hover:after,
figure.snip1281.hover:after {
  width: 100%;
}

/***** BEST *****/

#best {
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-best {
	background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
	
	padding: 30px;
	border-radius: 10px;
}

/***** PARTNER *****/

#partner {	
	padding-top: 40px;
	padding-bottom: 40px;
	border-top:8px solid #E9EAEA;
}


#partner-b {
	background-color: #F7F6F6;	
	padding-top: 40px;
	padding-bottom: 40px;	
}

/***** CONTACT *****/

.box-contact {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
}


/***** FOOTER *****/

#footer {
	background-color: #E3E4E5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.h3-footer {
	font-family: 'Montserrat', sans-serif;	
	color:#003597;
	line-height:30px;
	font-weight:700;
	font-size: 21px;
	padding-bottom: 5px;
}

.p-footer {
	font-family: 'Montserrat', sans-serif;	
	color:#000;
	line-height:30px;
	font-weight:400;
	font-size: 15.5px;
	padding-top: 7px;
}

.fa-top {
	color: #003597;
}


/***** testimonial *****/

#testi {
    background-image: linear-gradient(to right, rgb(37 57 107 / 100%), rgba(37, 57, 107, 1)),
                        url(../images/bg-testi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.box-testi {
	background-color:#fff;
	padding:30px;
}

.h1-testi {
	font-family: 'Montserrat', sans-serif;	
	color:#fff;
	line-height:55px;
	font-weight:900;
	font-size: 46px;
	
	
}	


/***** IGCSC *****/


.flip-card {
  background-color: #fff;
  width: 100%;
  height: 220px;
  perspective: 1000px;
 }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #0252A7;
  color: white;
  transform: rotateY(180deg);
  padding: 25px;
}


.h5-igcse {
  font-family: 'Montserrat', sans-serif;  
  color:#000;
  line-height:30px;
  font-weight:400;  
  padding-top: 7px;
}

.p-igcse {
   font-family: 'Montserrat', sans-serif;  
  color:#fff;
  line-height:28px;
  font-weight:300;  
  padding-top: 7px;
  font-size: 15px;
}


.box-course {
  background-color: #fff;
  padding: 30px;

}
.hbx {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #9e9e9e;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    transition: all .2s;
}
.hbx:hover{
    background: #0051A6;
}
.hbx i{
    font-size:25px;
}
.gbar {
   
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    background-color: #fbfbfb !important;
    border-left-color: #eaeaea !important;
    border-left-style: solid !important;
    border-right-color: #eaeaea !important;
    border-right-style: solid !important;
    border-top-color: #eaeaea !important;
    border-top-style: solid !important;
    border-bottom-color: #eaeaea !important;
    border-bottom-style: solid !important;
}
/***** conter *****/

.h1-counter {
  font-family: 'Montserrat', sans-serif;  
  color:#0330B1;
  font-size: 50px;
  line-height:28px;
  font-weight:800;  
  padding-top: 50px;
 
}

.p-counter {
  font-family: 'Montserrat', sans-serif;  
  color:#010F38;
  font-size: 18px;
  line-height:28px;
  font-weight:500;  
  padding-top: 7px;
 
}
/*****with css3****
section#home {
    background: #152858;
}
.contact-info h3 {
    color: #454545;
}
.contact-us li {
    list-style: none;
    border: 1px solid #454545;
    min-height: 180px;
    border-radius: 15px;
}*/
.content-text.media-body {
    color: #454545;
}
.bg_color_1 {
    background-color: #FC573B;
    padding: 78px 0 !important;
}
.bg_color_2 {
    background-color: #223B7B;
    padding: 58px 0;
}

/**********************************/

.mta_slide img {
    width: 100%;
}
.bg-purple{
    background: #8F2CD4;
}
.bg-blue{
    background: #24B5E3;
}
.bg-red{
    background: red;
}
.bdr {
    height: 2px;
    margin-bottom: 5px;
}
.redg{
  background-image: linear-gradient(to right, red , white);
}
.purpleg{
  background-image: linear-gradient(to right, #8F2CD4 , white);
}
.blueg{
  background-image: linear-gradient(to right, #24B5E3 , white);
}
.greeng{
  background-image: linear-gradient(to right, green , white);
}

.mta_slider {
    /*overflow: hidden;*/
    z-index: 15;
    margin-bottom: 60px;
}
/* the parent */
.mta_slide {
    margin: 0 -30px;
}
/* item */  
.mtabx{
    padding: 0 30px;
}
.simg {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 327px;
}
.mta_desc {
    background: #fff;
    color: #454545;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.mta_desc h3 {
    color: #454545;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 20px;
}
.mta_desc h5 {
    padding: 0;
    margin-top:0 ;
    font-size: 14px;
}
.uimg{
    margin-right: 15px;
}
.mta_desc h6 {
    color: #ccc;
    margin-bottom: 0;
    font-size: 14px;
}

.editorial1 {
  display: block;
  width: 100%;
  height: 120px;
  max-height: 120px;
  margin: 0;
  z-index: 5;
  top: 0;
  position: absolute;
  left: 0px;
  float: left;
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg class='editorial' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' viewBox='0 24 150 28 ' transform='rotate(180)'><defs><path id='gentle-wave' d='M-160 44c30 0 28-18 28-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z' /></defs><g class='parallax1'><use xlink:href='%23gentle-wave' x='80' y='3' fill='%23fff' /></g></svg>");
}

.editorial {
  display: block;
  width: 100%;
  height: 100px;
  max-height: 100px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg class='editorial' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' viewBox='0 24 150 28'><defs><path id='gentle-wave' d='M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z' /></defs><g class='parallax1'><use xlink:href='%23gentle-wave' x='50' y='3' fill='%23fff' /></g></svg>");
}
.uimg img {
    height: 50px;
}


/********clients***********/
.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
    text-align: center;
}
.client_section .box .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    position: relative;
    margin-bottom: -62.5px;
}
.client_section .box .img-box img {
    width: 100%;
    border-radius: 100%;
}
.client_section .box .detail-box {
    
    background-color: #cd660e;
    color: #ffffff;
    border-radius: 15px;
    padding: 85px 45px 15px 45px;
}
.client_section .box .client_info .client_name h5 {
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
    color: #f5e0c0;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}
.client_section .box .client_info i {
    font-size: 24px;
}
.client_section .box p {
    margin-top: 15px;
    color:#fff;
}
.client_section .carousel-indicators li {
    background-color: #0252A7;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
}
.client_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #f8842b;
}
ol.carousel-indicators {
    bottom: -20px !important;
}
table:not(.shop_table)>thead{
    background: #003298;
}
.wpb_wrapper tr:hover {
  background-color: #003298;
  color:#fff;
}
.timer_box {
    background: #e9e6e6;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
}
ul.vc_tta-tabs-list {
    list-style: none;
    padding: 0;
    font-size: 13px;
    border-top: 1px solid #e1e1e1;
}
.vc_tta-tabs-list li {
    background: #8dc73d;
    padding: 7px 20px;
    border-bottom: 1px solid #b4eb68;
}
.vc_tta-tabs-list li a {
    color: #ebffd0;
}
.vc_active {
    background: #b4eb68 !important;
}
.vc_tta-tabs-list li.vc_active a{
    color: #486c17 !important;
}
.vc_tta-tabs-list li:hover a{
    color: #486c17 !important;

}
.vc_tta-tabs-list li:hover{
    background: #b4eb68 !important;
}

ul.nav {
    list-style: none;
    padding: 0;
    font-size: 13px;
    border-top: 1px solid #e1e1e1;
}
.nav li {
    background: #f4524d;
    
    border-bottom: 2px solid #f3443f;
    width: 100%;
}
.nav li a {
    color: #ebffd0;
    text-transform: uppercase;
}
.active.nav-link {
    background: #fff;
    color: #f3443f !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    
}
.nav li.active a{
    color: #f3443f !important;
}
.nav li a:hover{
    border: none;

}
.nav li:hover{
    background: #f3443f !important;
    border: none;
}
.anglia{
/*    background-image: url(../images/anglia1.jpeg) !important;*/
    position: relative;
}
.graylay{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    right: 100%;
}
/************accordion****************/
    #main {
  margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 2px;
    border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #F8F8F8;
    color: #222;
    padding: 15px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #003298;
    color: #fff;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
}

#main #faq .card .collapsing {
/*  background: #FFE472;*/
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
    background: #F8F8F8;
    line-height: 30px;
    color: #222;
}
.nav-link:hover {
    background: linear-gradient(-45deg, #af52ed 0%, #8830df 100%);
    border-radius: 25px;
}
li.nav-item {
    margin-right: 16px;
    font-family: 'Poppins', sans-serif;
}

/**********************************/
@media screen and (max-width: 767px) {
    .mta_slide {
        margin: 0 -10px 0 0;
    }
    .mtabx {
        padding: 0 0 0 10px;
    }
    .simg {
        height: 230px;
    }
}
