@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
	font-display: swap;
}

/* @font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Medium.ttf);
	font-display: swap;
} */

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.woff);
	font-display: swap;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}

@media (min-width: 1300px) {
	.top-head-border > .container,
	.section_header > .container,
	.popular_courses-sec > .container {
		max-width: 1330px;
	}
	.home_banner {
		background-position: left 600px bottom -2px !important;
		/* background-size: contain; */
	}
}

@media (min-width: 1800px) {
	.home_banner {
		background-position: right -2px bottom -2px !important;
	}
}


* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	letter-spacing: 0;
	box-sizing: border-box;
	font-family: Montserrat-Regular;
}
.review-section .slick-slide img {
    display: initial;
}
.button-first {
	transition: all 1s;
}
.button-first:hover {
    background: #002163;
	color: #fff !important;
}
.slider-transitioning video, .slick-current video {
    visibility: visible; /*Resolves phantom video rendering in IE 11*/
}
.carousel {
    width:100%;
}

.slick, .slick-wrapper {
  width: 100%;
}

p {
	line-height: 23px;
}

a:hover {
	text-decoration: none;
}
a:focus,
select:focus {
	outline: none !important;
}
.btn:focus,
.btn-primary:focus {
	box-shadow: none !important;
}
button {
	outline: none;
	cursor: pointer;
	border: none;
	font-family: Montserrat-Regular;
}
input:focus {
	outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::placeholder {
	font-size: 14px;
}
textarea:focus {
	outline: none;
}
select {
	border: none;
}
option {
	background: white;
	color: black;
}
button:focus {
	outline: none;
}
input[type="submit"] {
	cursor: pointer;
}

.iti {
	width: 100%;
}

.iti--allow-dropdown input[type="tel"] {
	margin-bottom: 15px !important;
}
.iti__selected-flag {
	height: 45px;
	padding-left: 16px;
}

input[type="tel"] + label.error {
	top: -9px;
}

.fb-600 {
	font-family: Montserrat-Bold;
}
li {
	font-family: Montserrat-Regular;
}
.fs-16 {
	font-size: 16px;
}

.fs-23 {
	font-size: 23px;
}

.fb-600 {
	font-weight: 600;
}
.fc_blue {
	color: #002163 !important;
}
.fc_light_blue {
	color: #63b7c1;
}
.fc_orange {
	color: #e2151b;
}
.w-135 {
	width: 135px !important;
}
.w-165 {
	width: 165px !important;
}
.submit_bg-red {
	background-color: #e2151b !important;
	padding-left: 0 !important;
}
.fc-c9 {
	color: #c9c9c9;
}
.fs-50 {
	font-size: 50px;
}
.fs-40 {
	font-size: 40px;
}
.fs-18 {
	font-size: 18px;
}
.fs-15 {
	font-size: 15px;
}
.fs-25 {
	font-size: 25px;
}
.fs-14 {
	font-size: 14px;
}
.fs-17 {
	font-size: 17px;
}
.fs-20 {
	font-size: 20px;
}
.fs-16 {
	font-size: 16px;
}
.fs-30 {
	font-size: 30px;
}
.fs-13 {
	font-size: 13px;
}
/***line heights**/

.lh-18 {
	line-height: 18px;
}
.lh-20 {
	line-height: 20px;
}
.lh-22 {
	line-height: 22px;
}
.lh-23 {
	line-height: 23px;
}
.lh-24 {
	line-height: 24px;
}
.lh-25 {
	line-height: 25px;
}
.lh-27 {
	line-height: 27px;
}
.lh-28 {
	line-height: 28px;
}
.lh-33 {
	line-height: 33px;
}
.lh-30 {
	line-height: 30px;
}
.lh-38 {
	line-height: 38px;
}
.lh-40 {
	line-height: 40px;
}
.lh-45 {
	line-height: 45px;
}
.lh-49 {
	line-height: 49px;
}
.lh-55 {
	line-height: 55px;
}
/***colors**/

.fc-blue {
	color: #002163;
}
.bg_blue {
	background: #002163;
}
.fc-red {
	color: #e2151b;
}
.bg_white {
	background: white;
}
.fc-white {
	color: white !important;
}
.bg-red {
	background-color: #e2151b !important;
}
.fc-25 {
	color: #252525;
}
.fc-5a {
	color: #5a5a5a;
}
.fc-77 {
	color: #777777;
}
.fc-black {
	color: black;
}
textarea {
	resize: none;
	overflow: auto;
}

/* Global Components */

.social_icon-bg-white.social-icons {
	background: gray;
}
.red_outline {
	border: 1px solid red;
	padding: 10px 25px 10px 25px;
	background: white;
}
.bg_red {
	width: 130px;
	background: #e2151b;
	height: 48px;
	border-radius: 50px;
}
.bg-red_white {
	background: #e2151b;
	color: white;
	padding: 10px 35px 10px 35px;
	height: 47px;
}
.red-bg-ask_section {
	background: #e2151b;
}

.clr_orange a {
	color: #e2151b;
}
.center {
	text-align: center;
}
.red-bg-ask_section {
	background: #e2151b;
}
.red_dots li {
	list-style-type: none;
	display: flex;
	margin-bottom: 15px;
}
.red_dots li:before {
	content: "\00b7";
	font-size: 66px;
	line-height: 18px;
	vertical-align: middle;
	color: #e2151b;
	margin-right: 10px;
}
.w_273 input {
	width: 273px;
}
.w_245 input {
	width: 245px;
	border: none;
	height: 45px;
	color: black;
	padding-left: 16px;
	background: white;
}

.input_type textarea {
	width: 100%;
}
.input_type::placeholder {
	font-size: 14px;
	color: #828282;
}
.social_icon-bg-blue i {
	font-size: 22px;
	line-height: 19px;
	padding: 13px;
	border-radius: 30px;
	height: 47px;
	width: 47px;
}
.social-icons a {
	margin: 0;
}
i.fa.fa-facebook.bg_blue.fc-white {
	line-height: 17px;
	padding: 16px;
	height: 47px;
	width: 47px;
}

.input_type3.w_325 input {
	width: 325px;
	height: 45px;
	padding-left: 20px;
	background: white;
	border: 1px solid white;
}
.w_325 input {
	width: 325px;
}
.border-radius input:focus {
	border-radius: 25px;
}
input:focus,
.input_type3.w_325 input:focus {
	outline: none;
	border: 1px solid;
}
.border-rad-25 {
	border-radius: 25px;
}

.social_icon-bg-white.social-icons a:not(:last-child) i {
	margin-right: 10px;
}
.social_icon-bg-white.social-icons i {
	border-radius: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
	padding: 6px 6.5px;
}
ul.red_dots li {
	width: calc((100% / 2) - 3px);
	display: inline-flex;
	word-break: break-all;
}

select::-ms-expand {
	display: none;
}

.slider_tile#tile-1 {
	width: 100%;
}

.slide-white-bg {
	--color: red;
	--hover: white;
}

.slide-white-bg {
	transition: 0.45s;
}

/***** red bg **/

.slide-red-bg {
	--color: #8fc866;
	--hover: #e2151b;
}

/***blue sliding**/

.red-bg-ask_section .button_style7 {
	position: relative;
	top: 0px;
}
.slide-blue-bg {
	--color: #8fc866;
	--hover: #002163;
}

.slide-blue-bg {
	transition: 0.45s;
}

.button-4 {
	width: 130px;
	height: 45px;
	background: #e2151b;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	color: white;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.button-4 a {
	color: white !important;
	transition: all 0.5s ease;
	z-index: 2;
	position: relative;
}
.eff-4 {
	width: 140px;
	height: 45px;
	left: -140px;
	top: 0;
	background: #002163;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}

.button-5 {
	width: 130px;
	height: 45px;
	background: #ccd2e0;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.button-5 a {
	transition: all 0.5s ease;
	z-index: 2;
	position: relative;
	color: #002163;
}
.eff-5 {
	width: 140px;
	height: 45px;
	left: -145px;
	top: 0;
	background: #002163;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}

.nav-tabs .nav-item {
	margin-bottom: 0px;
}

.slider_tile#tile-1 .nav-tabs.slider_tile-1,
.slider_tile#tile-1 .nav-tabs.slider_tile-2 {
	position: relative;
	border: none !important;
	padding-left: 0;
	padding-right: 0px;
}

.slider_tile#tile-1 .nav-tabs.slider_tile-1 li a,
.slider_tile#tile-1 .nav-tabs.slider_tile-2 li a {
	position: relative;
	margin: 1px !important;
	border: none;
	border-radius: 0;
	color: #252525;
	height: 40px;
	padding: 10px;
	border-radius: 40px;
	transition: all .5s ease;
}
.slider_tile#tile-1 .nav-tabs.slider_tile-1 li a:focus,
.slider_tile#tile-1 .nav-tabs.slider_tile-2 li a:focus {
	outline: none;
}
.slider_tile#tile-1 .nav-tabs.slider_tile-1 a:hover,
.slider_tile#tile-1 .nav-tabs.slider_tile-1 .active,
.slider_tile#tile-1 .nav-tabs.slider_tile-2 a:hover,
.slider_tile#tile-1 .nav-tabs.slider_tile-2 .active {
	background: #002163 !important;
	color: #fff !important;
	font-family: Montserrat-Bold;
}
.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	opacity: 1;
	line-height: 13px;
}
.slick-prev:before {
	content: "\f104";
}
.slick-next:before {
	content: "\f105";
}
.slick-prev-disabled:before,
.slick-next-disabled:before,
button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled {
	display: none !important;
}

button.slick-prev.slick-arrow {
	z-index: 1;
	left: 0;
}

button.slick-next.slick-arrow {
	right: 0;
}

.social-icons {
	display: inline-flex;
}

.first {
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.fourth {
	border: none !important;
	color: #fff;
	background-image: linear-gradient(
		45deg,
		#002163 50%,
		transparent 50%
	) !important;
	background-position: 100% !important;
	background-size: 400% !important;
	transition: background 500ms ease-in-out !important;
}
.fifth {
	border-color: #8e44ad;
	border-radius: 0;
	color: #8e44ad;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color 150ms ease-in-out;
}
.fifth:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #e2151b;
	z-index: -1;
	transition: width 180ms ease-in-out;
}
.clients_tab-img img {
	width: 130px;
	text-align: center;
}
li.nav-item.slick-slide.slick-cloned {
	margin-right: 30px;
}
.div1 div {
	display: none;
}
.slick-dot-orange .slick-dots li.slick-active button:before {
	color: red;
}
.slick-dot-orange .slick-dots li button:before {
	color: #d02626de;
}
.slick-dot-blue .slick-dots li.slick-active button:before {
	color: #002163;
}
.slick-dot-blue .slick-dots li button:before {
	color: #262bd0e3;
}

#enquiry_modal, #enquiry_request {
	background-color: rgba(0, 0, 0, 0.25);
}



#enquiry_modal .modal-dialog .modal-content {
	border: 0px;
	border-radius: 0;
}

#enquiry_modal .modal-header {
	padding: 13px;
	border-radius: 0px !important;
}

#enquiry_modal h5 {
	width: 100%;
}

#enquiry_modal .modal-header .close, #enquiry_request .modal-header .close {
	position: absolute;
	top: 7.5px;
	right: 15px;
	color: white;
	background: #e2151b;
	opacity: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#enquiry_modal span.end-arrow {
	line-height: 0px !important;
}

#enquiry_modal .form-control {
    width: 100% !important;
    margin: auto !important;
    background-color: #f5f5f7;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 14px 0px 0px 29px;
    color: #777777;
}
#enquiry_modal .bg_light input {
	height: 55px;
	padding-left: 30px;
	background: #f5f5f7;
	border: none;
	font-size: 14px;
	width: 100%;
}

#enquiry_modal .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

#enquiry_modal .pop-up-modal-btn {
	padding: 20px 0px 40px 0px;
}

#enquiry_modal .pop-up-modal-btn input.submit_bg-red {
	height: 50px;
	width: 165px !important;
}
#enquiry_request .modal-content {
	border-radius: 7px;
}

/***button css**/
button.button_style1 {
	border: 1px solid red;
	color: #e2151b;
	padding: 10px 25px 10px 25px;
	border-radius: 25px;
	background: white;
}
button.button_style2 {
	background: white;
	padding: 10px 10px 10px 10px;
	height: 45px;
	width: 158px;
	font-weight: 600;
	color: #002163;
	border: 1px solid #09416a;
	border-radius: 20px;
}
button.button_style3 {
	width: 130px;
	background: #e2151b;
	height: 45px;
	border-radius: 50px;
	color: white;
	font-weight: 600;
}
button.button_style4 {
	width: 123px;
	height: 37px;
	background: #002163;
	border-radius: 9px 9px 9px 9px;
	color: white;
}
button.button_style5 {
	background: #e2151b;
	color: white;
	padding: 10px 35px 10px 35px;
	height: 47px;
}
button.button_style6 {
	width: 130px;
	background: #ccd2e0;
	height: 45px;
	border-radius: 50px;
	font-family: Montserrat-Bold;
	color: #002163;
	padding: 10px 10px 10px 10px;
}
button.button_style7 {
	background: white;
	padding: 10px 10px 10px 10px;
	height: 45px;
	width: 158px;
}

.submit_bg-red:active {
	background: #002163 !important;
	transition: 0.5s;
}

.button-5:active a {
	color: #fff;
}

.button-5:active .eff-5 {
	left: 0;
}

.button-4:active .eff-4 {
	left: 0;
}

.button-4:active a {
	color: #fff;
}

.slide-blue-bg:active {
	border-color: var(--active);
	color: #fff;
}

.slide-blue-bg:active {
	box-shadow: inset 12em 0 0 0 var(--active);
}

.slide-red-bg:active {
	border-color: var(--active);
	color: #fff;
}

.slide-red-bg:active {
	box-shadow: inset 9em 0 0 0 var(--active);
}

.slide-white-bg:active {
	color: #e2151b !important;
	border: 1px solid red;
}

.slide-white-bg:active {
	box-shadow: inset 10em 0 0 0 var(--active);
}

.button_style7:active {
	color: white;
	border: 2px solid #fff7f7;
	background: none;
}

.btn_actions:active {
	color: #fff;
	outline: 0;
}
.first:active {
	box-shadow: 0 0 40px 40px #e74c3c inset;
}
.fourth:active {
	background-position: 0 !important;
}
.fifth:active {
	color: #fff;
}
.fifth:active:after {
	width: 110%;
}

.advantage_common.advantages_section .advantages_section-tab li a:hover {
	background-color: #e2151b;
}
.advantage_common.advantages_section .advantages_section-tab li a:hover img {
	filter: brightness(0) invert(1);
}

.slick-prev,
.slick-next {
	background-color: #e2151b !important;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

.slick-prev:active,
.slick-next:active {
	color: transparent;
	outline: none;
	background: #002163 !important;
}
.submit_bg-red {
	transition: all 0.5s;
}

/* Header Section Start */

.header {
	padding-top: 25px;
}
.header-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
section.top-head-border {
	border-bottom: 1px solid #e4e4e4;
	padding: 7px 0px 5px 0px;
}

.langualge_selector {
	width: 125px;
	padding: 10px 0px 9px 0px;
}
.langualge_selector label select {
	width: 100%;
	cursor: pointer;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/right-chevron.svg) no-repeat;
	background-position: 100% 53%;
}
.category_btn {
	height: 45px;
	background: #b2bcd0;
	font-size: 14px;
	font-family: "Montserrat-Bold";
	text-align: center;
}

.second-level-menu > li:hover {
	background: #cccccc;
}
.second-level-menu {
	position: absolute;
	top: 45px;
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	display: none;
	background: #fff;
	border: solid 1px #e3e3e3;
}

ul.second-level-menu a {
	margin: 0;
	padding: 10px;
}
.second-level-menu i {
	position: absolute;
	right: 10px;
	top: 16px;
	color: #002163;
	font-size: 13px;
}
.search-container input {
	background: #EBEDF2;
	width: 100%;
	height: 45px;
	padding-left: 52px;
	border: none;
}
.top-level-menu a {
	padding: 14px 0px;
	color: #002163;
	text-decoration: none;
	display: block;
	position: relative;
}

.top-level-menu a:hover {
	color: #000000;
}
ul.third-level-menu a {
	padding: 6px 20px !important;
}

ul.third-level-menu.fourth-level {
	height: 375px;
	overflow-y: scroll;
}

ul.third-level-menu.fivth-level {
	height: 294px;
	overflow-y: scroll;
}

ul.third-level-menu.fourth-level::-webkit-scrollbar,
ul.third-level-menu.fivth-level::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

ul.third-level-menu.fourth-level::-webkit-scrollbar-thumb,
ul.third-level-menu.fivth-level::-webkit-scrollbar-thumb {
	background-color: #002163;
	border-radius: 20px;
}

.third-level-menu {
    position: absolute;
    left: 199px;
    top: -.5px;
    width: 420px;
    height: 100% !important;
    list-style: none;
    display: none;
    background-color: #fff;
    border: solid 1px #e3e3e3;
}
.top-header .navbar {
	padding: 0px;
	background: inherit;
	float: right;
}

.third-level-menu > li:hover {
	background: #cccccc;
}
.top-header .navbar-light .navbar-nav .nav-link {
	color: #252525;
	padding: 10px;
}

/* search css */

 .autocomplete-suggestions {
	text-align: left;
	border: 1px solid #999;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff;
	overflow: auto;
  }
 .autocomplete-suggestion {
	padding: 5px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
  }
	 .autocomplete-selected {
	background: #f0f0f0;
  }
	.autocomplete-suggestions strong {
	color: red !important;
  }
 .autocomplete-group {
	padding: 2px 5px;
  }
.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
  }

.search-container button {
	width: 60px;
	height: 45px;
	background: #002163;
	position: absolute;
	top: 0;
	right: 0;
}

.search-container button i {
	font-size: 18px;
}

.search-container input::placeholder {
	color: #777777;
}
.top-level-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-level-menu i.fa.fa-bars {
	padding-right: 7px;
	font-size: 17px;
}
.top-level-menu > li:hover {
	background: #cccccc;
}
.top-level-menu li:hover > ul {
	display: inline;
}

#mobilenavigation::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

#mobilenavigation::-webkit-scrollbar-thumb {
	background-color: #002163;
	border-radius: 20px;
}

.mobile_menubar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.mobile_menubar a {
	color: #252525;
	padding: 15px 35px;
	text-decoration: none;
	font-size: 16px;
	display: block;
	transition: 0.3s;
	background-color: transparent;
	font-family: Montserrat-Regular;
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
}
.mobile_menubar a:hover {
	color: #e2151b;
}
#MainMenu i.fa.fa-caret-down {
	margin-top: 3px;
	float: right;
}
.list-group-item:first-child {
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
}
.list-group-item {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.mobile_menubar a[data-toggle="collapse"] + div > a.list-group-item {
	padding-left: 45px;
}

.mobile_menubar .list-group-submenu > a.list-group-item[data-parent] {
	padding-left: 55px;
}

.mobile_menubar .closebtn {
	position: absolute;
	top: 8px;
	right: 16px;
	font-size: 30px;
	padding: 0px 15px;
	transition: all 0.25s ease;
	color: #fff;
	color: #e2151b;
}

.mobile_menubar .closebtn:hover {
	transform: rotate(90deg) scale(1.3);
}

.mobmenu_icon {
	float: right;
	font-size: 18px;
	cursor: pointer;
	font-family: "Montserrat-Bold";
	color: #002163;
}
/*Header Section End*/

/*Footer Section Start*/

.section_footer .bgs-footer {
	background-color: #252525;
}
.section_footer .social-media a {
    background: #fff;
    padding: 7px 8px;
    border-radius: 5px;
}
.section_footer .social-media a:not(:last-child) {
	margin-right: 20px;
}
.section_footer .social-media a.facebook{
    padding: 7px 10px;
}
.section_footer .social-media a:hover {
	background: #1b9de7;
}
.section_footer .fa {
    vertical-align: middle;
    color: #000;
    font-size: 22px;
}
.section_footer .popular_page {
	border-top: 1px solid #3a3a3a;
}
.section_footer .ul_popular li, .section_footer .ul_popular-terms li {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-right: 65px;
}
.section_footer .ul_popular.ul_popular_resources li {
	padding-right: 35px;
}
.section_footer .ul_popular li:not(:last-child):after, 
.section_footer .ul_popular.ul_popular_resources li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 2px;
	height: 15px;
	background: #3a3a3a;
	top: 5px;
	right: 30px;
}
.section_footer .ul_popular.ul_popular_resources li:not(:last-child):after{
	right: 15px;
}
.section_footer .developedby{
	color: #e2151b !important;
}
.section_footer {
	background: #000000;
	color: white;
}
.section_footer ul {
	list-style: none;
}
.section_footer .footer_col .col-md-3 {
	word-break: break-all;
}
.section_footer .footer_col h4 {
	margin-bottom: 20px;
}
.section_footer .footer_col li {
	margin-bottom: 13px;
}
.section_footer .footer_col a {
	color: white;
	margin: 0;
	font-weight: 500;
	font-family: Montserrat-Regular;
}
.section_footer .footer_col a:hover {
	color: #e2151b;
}
.section_footer .footer_col form {
	position: relative;
}
.section_footer .footer_col input {
	width: 100%;
	height: 45px;
	padding-left: 20px;
	font-size: 14px;
}
.section_footer .footer_col button {
	background: #002163;
	position: absolute;
	height: 45px;
	width: 50px;
	right: 0;
	top: 0;
}
.section_footer .footer_col label.error {
	top: 3px;
}
.section_footer .footer_col p {
	font-family: Montserrat-Regular;
	line-height: 25px;
}
section.sticky_footer {
    background: #000;
    Color: #fff;
    padding: 10px 0px; 
    border-top: .5px solid rgb(255 255 255 / 66%);
}
.footer_sticky-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
section.sticky_footer .fa-question-circle-o {
    font-size:22px !important;
}

/*Footer Section End*/

/*Banner Section Start*/
.pt-80 {
	padding-top: 80px;
}
.pb-50 {
	padding-bottom: 50px;
}
.home_banner {
	background-image: url(../image/bg-ban.svg);
	background-repeat: no-repeat;
}
.home_banner_buttons button {
	margin-right: 15px;
}
.home_banner .carousel-indicators {
	margin-left: 2.5%;
	right: auto;
	bottom: -40px;
}
.home_banner .carousel-indicators .active {
	background-color: #002163;
}

.home_banner .carousel-indicators li {
	background-color: #a3afc7;
}
.home_banner h2 {
	margin-bottom: 15px;
}
.home_banner p {
	margin-bottom: 25px;
}
.home_banner .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/*Banner section End*/

.section_course-listing .button-4 {
	width: 150px;
}

/*Popular Courses Section start*/

section.popular_courses-sec {
	padding-top: 60px;
	background: #f7f8fa;
	padding-bottom: 50px;
}

.popular_courses-sec-card {
	padding-top: 50px;
}

.popular_courses-sec h2 {
	text-align: center;
	margin-bottom: 37px;
}
.popular_courses-sec div#tile-1 {
	width: 100%;
	padding: 0px 15px 0px 15px;
}

.popular_courses-sec .nav-item {
	margin-right: 15px;
}

.popular_courses-sec #tile-1 .nav-tabs li a {
	padding: 12px 5px 12px 5px;
}

.course_card h3 {
	font-size: 18px;
	color: #252525;
	line-height: 25px;
	font-family: Montserrat-Bold;
}
.course_card img {
	margin-right: 10px;
	width: 16px;
	position: relative;
	top: -2px;
}

.course_card {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001a;
	height: 100%;
	position: relative;
	border-radius: 20px;
}

.course_card .course_card-base {
	padding: 20px 20px 0 20px;
}

.course_card hr {
	margin: 5px 0 0 0;
	transition: all 0.25s linear;
}

.course_card:hover hr {
	border: 1px solid #e2151b !important;
}

.course_card p.d-flex.align-items-center {
	margin-bottom: 7.5px;
}

.course_card span.fb-600.fc_blue {
	margin-right: 8px;
}

.card-foot {
	background-color: #f5f5f7;
	padding: 15.5px 20px;
}

.course_card:hover .card-foot hr {
	background: green;
	transition: width 1s;
	border: 1px solid #e2151b !important;
}
.popular_courses-sec-card .col-md-6 {
	margin-bottom: 40px;
}
/*Popular Courses SEction End*/

.ruby-wrapper i.fa.fa-bars {
	font-size: 18px;
	color: #002163;
	/* font-weight: 400; */
	margin-right: 10px;
}

a#drp_link:after {
	content: "\f078";
	font: normal normal normal 10px/1 FontAwesome;
	right: 15px;
	top: 10px;
	height: 34px;
	padding: 10px 0px 0px 8px;
	color: #252525;
	/* position: absolute; */
	pointer-events: none;
}

.clearfix {
	clear: both;
}

.read_more {
	color: #e2151b;
	font-size: 15px;
	cursor: pointer;
}

.counter-bx p {
	margin-bottom: 0px;
	margin-top: 8px;
	color: #000000;
}

section.counter-sec {
	background-image: url(../../assets/image/webp/review.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 82px;
	position: relative;
	overflow: hidden;
}

section.counter-sec:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00133a;
	opacity: 0.95;
}

section.counter-sec h3 {
	margin-bottom: 15px;
}

.row.courses_counter-sec {
	margin-top: 25px;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 10px;
	padding: 21.5px 0px;
	background: #ffffff 0% 0% no-repeat padding-box;
	margin-left: 0px;
	margin-bottom: 82px;
}

.counter-bx {
	border-right: 1px solid #c9c9c9;
}

.counter-sec .col-md-5.text-right img {
	text-align: end;
	position: absolute;
	left: 30px;
	bottom: -1px;
}

section.affordable_section {
	padding-top: 60px;
	padding-bottom: 90px;
}

section.affordable_section h3 {
	margin-bottom: 15px;
}

section.affordable_section p {
	margin-bottom: 0;
}

section.affordable_section img {
	margin-bottom: 25px;
	width: 52px;
	height: 52px;
}

section.affordable_section h4 {
	margin-bottom: 21px;
	max-height: 25px;
}

.affordable_section-col1 {
	border: 1px solid #0021631c;
	border-radius: 10px;
	transition: 0.4s;
	height: 100%;
	padding: 22.5px 35px;
}


.affordable_section .row {
	padding-top: 40px;
}


.advantages_section-tab .tab {
	padding: 13px 0px 0px 0px;
	background-color: white;

	box-shadow: 0px 0px 10px #0000001a;
	border-radius: 10px 10px 10px 10px;
}

/* Style the buttons inside the tab */
.advantages_section-tab .tab button {
	display: block;

	width: 100%;
	border: none;
	outline: none;

	cursor: pointer;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
/* .advantages_section-tab .tab button:hover {
    background-color: #ddd;
} */

/* Create an active/current "tab button" class */
.advantages_section-tab .tab button.active img,
.advantages_section-tab button.tablinks.advantage_button3.active img,
.advantages_section-tab button.tablinks.advantage_button5.active img {
	content: url("../../assets/image/advan-h1.svg");
}

.advantages_section-tab button.tablinks.advantage_button2.active img,
.advantages_section-tab button.tablinks.advantage_button4.active img {
	content: url("../../assets/image/advan-h2.svg");
}

/* Style the tab content */
.advantages_section-tab .tabcontent {
	float: left;
	padding: 26px 72px 0px 70px;
	width: 85%;
	border-left: none;
	/* word-break: break-all; */
}

.dot-hover {
	position: absolute;
	top: -15px;
	left: 1px;
	opacity: 0;
	transition: 0.4s;
	width: auto !important;
	height: auto !important;
}

.dot:hover .dot-hover {
	opacity: 1;
	transition: 0.4s;
}

section.advantages_section {
	background: #ebedf3;
	padding-top: 70px;
	padding-bottom: 55px;
}

.advantages_section-tab {
	margin-top: 60px;
	margin-left: -82px;
}

.advantages_section-bg {
	padding: 45px 120px 113px 45px;
	border-radius: 10px;
}

.advantages_section-tab .tab button {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 20px;
	background: none;
}

.our_trainer-section-img img {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100px;
}

.profile_box-1 {
    border: 1px solid #ebebeb;
    padding: 28px 0px 12px 0px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 0 5px #0000000d;
    margin: 5px;
    height: auto;
}

.certifications .slick-track, .trainer_section-carousel .slick-track{
    display: flex;
}
.certifications .slick-initialized .slick-slide {
    margin: 0 5px;
    height: auto;
}

section.our_trainer-section h6 {
	margin-top: 15px;
	margin-bottom: 0;
}

section.our_trainer-section p {
	margin-bottom: 10px;
}

.our_trainer-section-trainer_foot.text-center {
	/* padding: 0px 15px 5px 15px; */
	padding: 15px 15px 5px 15px;
    border-top: 1px solid #00000038;
    margin-top: 10px;
}

.our_trainer-section hr {
	margin-top: 10px;
	border-top: 1px solid #00000038;
}

.our_trainer-section .social_icon-bg-white.social-icons {
	background: none;
}

/*.our_trainer-section .social_icon-bg-white.social-icons i {*/
/*    padding: 5px;*/
/*}*/

.our_trainer-section i.fa.fa-facebook.bg_white.fc_blue {
	line-height: 24px;
	padding: 0px;
	height: 23px;
	width: 23px;
}

section.our_trainer-section {
	padding-top: 60px;
	padding-bottom: 80px;
}

.view-all-trainer-sec {
	padding-top: 30px;
}

.our_trainer-section .social_icon-bg-white.social-icons i {
	font-size: 13px;
}

section.our_trainer-section h2 {
	margin-bottom: 30px;
}

.our_trainer-section .hvrbox * {
	box-sizing: border-box;
}

.our_trainer-section .hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.our_trainer-section-ratings.text-center i {
	color: #f9d000;
	font-size: 17px;
}

.our_trainer-section .hvrbox img {
	max-width: 100%;
}

.our_trainer-section .hvrbox .hvrbox-layer_bottom {
	display: block;
}

.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 50%;
}

.profile_box-1:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}

.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179);
	/* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}

.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

.wrapper {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

h2 {
	font-family: sans-serif;
	color: #fff;
}

ul.red_dots1 li:before {
	content: "•";
	color: red;
	margin-right: 10px;
	font-size: 50px;
	line-height: 16px;
}

ul.red_dots1 li {
	list-style: none;
	text-align: left;
	font-size: 13px;
	/* line-height: 25px; */
	color: #5a5a5a;
	display: flex;
	margin-bottom: 6px;
}

section.certifications h2 {
	margin-bottom: 50px;
}

/*.carous-image img {
    width: auto;
        margin: 0 auto;
}
.certifications ul li {
    color: #5a5a5a;
    font-size: 13px;
    text-align: left;
}
.certificate_carousel-1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000001A;
    border: 1px solid;
    padding: 29px 35px 35px 26px;
}

section.certifications li:before {
    content: '\00b7';
    font-size: 66px;
    line-height: 8px;
    vertical-align: middle;
    color: #e2151b;
    margin-right: 10px;
}
section.certifications li{
    list-style: none;
}*/
.certificate_section {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 0 10px #0000001a;
    padding: 29px 24px 15px;
    min-height: 365px;
}

.certificate-image {
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.certifications {
	background: #ebedf3;
	padding-top: 56px;
	padding-bottom: 76px;
}

.certificate_section h5 {
	margin-top: 22px;
	margin-bottom: 16px;
	min-height: 46px;
}

/* section.home_corporate-section {
	padding-top: 66px;
	padding-bottom: 66px;
} */

section.home_corporate-section h2 {
	margin-bottom: 15px;
}

.clients_carousel {
	padding-top: 14px;
}

.clients_carousel .slick-carousel {
	margin: 0 auto;
	width: 100%;
}

.slick-slide:focus {
	outline: none;
	border: none;
}
/* .clients_carousel .slick-slide {
	width: 100px !important;
} */

.clients_carouse .slick-next::before,
.clients_carouse .slick-prev::before {
	color: blue;
}

.clients_carousel h3 {
	margin-bottom: 35px;
}

.row.clients-view_btn {
	margin-top: 52px;
	padding-left: 22px;
}

.review-section-image img {
	width: 100px;
	border-radius: 58%;
}

.review-section-image.text-center {
	background: #002163;
	height: 100%;
	padding-top: 39px;
	padding-bottom: 30px;
	padding-left: 26px;
	padding-right: 26px;
}

.review-section-image.text-center h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.review-section-image .social_icon-bg-white.social-icons {
	background: none;
}

.review-section-image .social_icon-bg-white.social-icons {
	padding-top: 13px;
}

section.review-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00133a;
	opacity: 0.95;
}

section.review-section {
	background-image: url(../../assets/image/webp/review.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	position: relative;
}

.content-review {
	background: white;
	height: 100%;
	padding-left: 0;
	padding: 53px 43px 28px 28px;
}

.review-view_btn {
	margin-top: 40px;
	padding-bottom: 70px;
}

.articles_listing-course .review-view_btn {
	padding-bottom: 0px;
}

.articles_listing-box {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 10px #0000001a;
	height: 100%;
	position: relative;
}

/* .review_section_col {
	display: inline-flex;
} */

.review-section h2 {
	z-index: 1;
	position: relative;
	margin-bottom: 40px;
}

.articles_listing-content {
	padding: 0px 26px 0px 26px;
	position: relative;
}

.articles_listing-content .fc-red {
	padding-top: 15px;
	margin-bottom: 10px;
}

.article-hovering button {
	width: 100%;
	height: 40px;
	bottom: -40px;
	background: #002163;
	color: white;
	font-size: 14px;
}

.article-hovering i {
	position: absolute;
	right: 24px;
	top: 13px;
	font-size: 18px;
	transition: 0.5s;
}

/*.article-hovering {
    position: relative;
}*/
.article-hovering:hover i {
	margin-right: 5px;
	transition: 0.5s;
	color: #ff00009c;
}

.articles_listing-box:hover .article-hovering {
	opacity: 1;
	transition: 0.5s;
}

section.articles_listing {
	padding-top: 65px;
	padding-bottom: 60px;
}

section.articles_listing h2 {
	margin-bottom: 40px;
}

.home-contact .input_group input {
	height: 55px;
	color: black !important;
	padding-left: 30px;
	background: #f5f5f7 0% 0% no-repeat padding-box;
	border: none;
	margin-bottom: 20px;
}

.home-contact .input_group textarea {
	width: 100%;
	height: 99px;
	color: black !important;
	background: #f5f5f7 0% 0% no-repeat padding-box;
	border: none;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.home-contact input.submit_bg-red {
	width: 165px;
	height: 55px;
	border: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

section.home-contact {
	background: #d9dbe1;
}

section.home-contact form {
	/* text-align: center; */
	background: white;
	padding: 38px 56px 32px 56px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 5px #0000001a;
	position: relative;
	top: -67px;
}

section.home-contact h4 {
	background: #002163;
	color: white;
	text-align: center;
	height: 60px;
	padding: 11px 0px;
	position: relative;
	top: -60px;
}

.home-contact h4:before {
	content: "";
	z-index: 99;
	width: 9px;
	height: 0px;
	border-style: solid;
	border-width: 22px 26px 28px 0;
	border-color: transparent #002163 transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	position: absolute;
	left: 90px;
	top: 38px;
	bottom: 0;
	/*-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
    filter: drop-shadow(-2px 1px 2px rgba(0, 0, 0, 0.20));*/
	transform: rotate(-90deg);
}

.home-contact form label,
.home-contact form input,
.home-contact form button {
	border: 0;
	margin-bottom: 3px;
	display: block;
	width: 100%;
}
.home-contact form label {
	margin-top: -10px;
	margin-bottom: 20px;
}
.home-contact form input {
	box-sizing: border-box;
}

.home-contact form .error {
	color: #ff0000;
}

.home-contact .article-reference {
	margin-top: 15px;
}

.home-contact .article-reference a {
	color: #e67e22;
}

.contact-image img {
	position: absolute;
	bottom: 67px;
	left: 0;
}

section.home-contact {
	background: #d9dbe1;
	padding-bottom: 16px;
}

.input_group::placeholder {
	color: #777777;
	font-size: 1px !important;
}

.home_banner_buttons {
	display: inline-flex;
}

.sticky {
	position: fixed;
	top: 0;
	width: 81%;
	background: #80808012;
	z-index: 999;
}

div#myHeader .navbar {
	background: none;
}

.home-contact button.submit_bg-red.fc-white.w-163 {
	width: 165px;
	height: 55px;
	border: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 45px;
	left: 30px;
	z-index: 999;
	font-size: 18px;
	border: none;
	outline: none;
	width: 50px;
	height: 50px;
	color: white;
	cursor: pointer;
	background: #002163;
	border-radius: 13px;
	padding: 8px 10px 10px 11px;
	opacity: 0.7;
	transform-origin: bottom left;
	will-change: transform;
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	-webkit-transition: background-color 0.1s ease-out, opacity 0.1s ease-out,
		-webkit-transform 0.2s ease-out;
	transition: background-color 0.1s ease-out, opacity 0.1s ease-out,
		-webkit-transform 0.2s ease-out;
	transition: background-color 0.1s ease-out, transform 0.2s ease-out,
		opacity 0.1s ease-out;
	transition: background-color 0.1s ease-out, transform 0.2s ease-out,
		opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
}

#myBtn:active {
	opacity: 1;
}

button#myBtn:active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.profile_box-1:active hr {
	border-color: #002163;
	transition: 0.4s;
}

ol.carousel-indicators li {
	cursor: pointer;
}

/***about us**/

.advantages_section-bg h1 {
	padding-bottom: 10px;
}

.advantage_common.advantages_section .advantages_section-tab li img {
	width: 30px;
}

.advantage_common.advantages_section .advantages_section-tab li {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.advantage_common.advantages_section .advantages_section-tab li a {
	background: #d6e4ff;
	width: 60px;
	height: 60px;
	margin: 5px auto;
	padding: 15px;
	border-radius: 50%;
}

.advantage_common.advantages_section .advantages_section-tab .tab {
	width: 106px;
	height: auto;
}

.advantage_common.advantages_section
	.advantages_section-tab
	.nav-pills
	.nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #e2151b;
}

.advantage_common.advantages_section .advantages_section-tab .active img {
	filter: brightness(0) invert(1);
}

.advantage_common.advantages_section div#advantages-tab-1 {
	padding: 26px 82px 0px 43px;
}

/***about us css**/

section.about-page-section-banner {
	margin-bottom: -3px;
}

.about_banner-content {
	padding-top: 113px;
	padding-left: 90px;
}

.about_banner-content h1 {
	margin-bottom: 10px;
	color: black;
}

.about_button {
	padding-top: 11px;
}

.about_banner img {
	padding-top: 20px;
}

.clients_carousel .slick-arrow {
	display: none !important;
}

.corporate_course-listing {
	background: #ebedf3;
}

section.about_banner,
section.header-2-bg {
	background: #f7f8fa;
}

.social_icon-bg-white.social-icons i:hover {
	background: #002163 !important;
	color: white !important;
}

/* FAQ */
.section_faq .nav-tabs .nav-item {
	margin-bottom: 0px !important;
}

.bg-gray {
	background-color: #f7f8fa !important;
}

.bg-white {
	background-color: #fff !important;
}

.iconbg {
	width: 16px;
	height: 16px;
	background-image: url(../../assets/image/bg-sprites.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
.iconbgprofile {
	background-position: 0px 0px;
}
.iconbgclock {
	background-position: -18px 0px;
}
.iconbgstar {
	background-position: -54px 0px;
}
.iconbglive {
	background-position: -34px 0px;
}
.section_faq #main .card {
	margin-bottom: 18px;
	border: 0;
}

.section_faq #main .card .card-header {
	border: 0;
	border-radius: 5px;
	padding: 0;
	background-color: transparent;
}

.section_faq #main .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	color: #021632;
	padding: 21px 20px 20px;
}

.section_faq #main .card .card-header .btn-header-link:after {
	content: "\00D7";
	background: #e2151b;
	font-family: "FontAwesome";
	padding: 10.5px;
	color: #fff;
	line-height: 15px;
	border-radius: 50%;
	width: 35px;
	font-weight: bold;
	font-size: 25px;
	height: 35px;
	position: absolute;
	right: 14px;
	top: 15px;
}

.section_faq #main .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
	background: transparent;
	transform: rotate(180deg);
	color: #444040;
	font-weight: 100;
	font-size: 27px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.section_faq #main .card .card-header .btn-header-link.collapsed {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #00216380;
	color: #000 !important;
	font-weight: 100 !important;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
	line-height: 23px;
	font-family: "Montserrat-regular" !important;
}

.section_faq #main .card .card-header .btn-header-link[aria-expanded="true"] {
	color: #002163;
	font-size: 18px;
	line-height: 22px;
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 50px;
	font-family: "Montserrat-Bold";
	padding-bottom: 15px;
}

.section_faq .card-body {
	padding: 0px 100px 33px 50px;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 25px;
}

.section_faq .red-bg-ask_section {
	border-radius: 5px;
	padding: 21.5px 45px;
}

.section_faq .slider_tile#tile-1 .nav-tabs.slider_tile-1 {
	padding-right: 3px;
}

.section_faq .slider_tile#tile-1 .nav-tabs.slider_tile-1 .active {
	font-family: "Montserrat-Bold";
}

.courses_counter-sec .counter-bx:nth-child(4) {
	border-right: 0px;
}

/***su faq **/
.course_listing-faq {
	background: #ebedf3;
}

.section_faq .card {
	background: rgba(10, 33, 99, 5%) !important;
}
.course_listing-faq
	.section_faq
	#main
	#faq
	.card
	.card-header
	.btn-header-link.collapsed,
.course_listing-faq
	.section_faq
	#main
	#curriculum
	.card
	.card-header
	.btn-header-link.collapsed {
	border-radius: 5px;
	background: #fff 0% 0% no-repeat padding-box;
}

.course_listing-faq .red-bg-ask_section {
	display: none;
}

.course_listing-faq .section_faq.pt-5.mt-5 {
	margin-top: 0 !important;
}
/***landing courses css**/

section.course_landing-banner h1 {
	margin-bottom: 7px;
}
.course-banner-content {
	margin-bottom: 25px;
}
.about-enquiry_btns button {
	margin-right: 10px;
}

.icon-sec-course {
	display: inline-flex;
	padding: 8px 0px;
}
.icon-content {
	padding-left: 10px;
}
.landing-course-counter {
	padding-top: 33px;
}
section.course_landing-banner {
	background: #f5f5f7;
	padding-bottom: 30px;
	padding-top: 50px;
}
.landing-course-counter.courses_counter-sec {
	background: transparent;
	box-shadow: none;
}
section.course-landing-overview a {
	font-size: 16px;
	font-family: "Montserrat-Bold";
	line-height: 38px;
	color: #252525;
	background: #f5f5f7;
	margin-right: 2px;
	border-radius: 0px !important;
	border: none !important;
	min-width: 180px;
	text-align: center;
}
.course-landing-overview a.nav-link.active {
	background-color: #e2151b !important;
	color: white;
}
.course-landing-overview .nav-tabs {
	border-bottom: none;
}
section.course-landing-overview {
	padding-top: 60px;
	padding-bottom: 53px;
}
.content-course-lan-tab {
	padding-top: 26px;
}
.enquiry-course-lan textarea {
	padding-left: 16px;
	color: black;
	border: 1px solid #d0dcf3;
	height: 100px;
	padding-top: 11px;
}
.enquiry-course-lan input, .enquiry-course-lan select{
    margin-bottom: 15px;
}
.enquiry-course-lan {
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 10px #0000001a;
}
.enquiry-course-lan button {
	width: 135px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}
label.error {
	color: red;
	position: relative;
	top: -3px;
}
section.course-landing-schedule {
	background: transparent linear-gradient(161deg, #002163 0%, #1a7d79 100%);
    background: transparent -webkit-linear-gradient(161deg, #002163 0%, #1a7d79 100%);
	padding-top: 54px;
	padding-bottom: 82px;
}
.schedule-filter .selectdiv:last-child {
	margin-right: 0px;
}
.schedule-para {
	padding-top: 10px;
}

.icon-sec-course:hover span {
	color: #e2151b;
	transition: 0.3s;
}

.selectdiv label {
	margin-bottom: 0px;
}

/***accordian**/


.course-landing-schedule .collapsible-link {
	width: 100%;
	position: relative;
	text-align: left;
}

.course-landing-schedule .card {
	background: none;
	border: none;
	margin-bottom: 15px;
}
.course-landing-schedule .fa-info-circle {
	cursor: pointer;
}

.schedules p {
	margin-bottom: 0;
	/* padding: 11px; */
}
.course-landing-schedule .card-header {
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	/* cursor: pointer; */
}

.schedule-content span {
	color: #e2151b;
	font-size: 14px;
	vertical-align: middle;
	/* line-height: 30px; */
	font-family: "Montserrat-Bold";
	padding-right: 6px;
}
.course-landing-schedule .card-body {
	background: white;
}

.course-landing-schedule .card-header .card-heading.collapsible-link {
    background-color: rgba(204, 184, 184, .15);
	border-radius: 10px;
	margin: 0;
	padding: 20px 0px 30px 0px;
}
.course-landing-schedule .card-header h3 {
	padding: 0px 40px;
}
.course-landing-table .table_method {
	color: #97fffb;
}
.course-landing-schedule
	.card-header
	.card-heading.collapsible-link[aria-expanded="true"]
	> div,
.course-landing-schedule
	.card-header
	.card-heading.collapsible-link[aria-expanded="false"]
	> h3 {
	display: none;
}

.course-landing-schedule
	.card-header
	.card-heading.collapsible-link[aria-expanded="false"]
	> div,
.course-landing-schedule
	.card-header
	.card-heading.collapsible-link[aria-expanded="true"]
	> h3 {
		 display: flex; 
		 align-items: center; 
		 justify-content: center; 
}

.course-landing-schedule .collapsible-link[aria-expanded="true"]::before {
	color: black;
}

.course-landing-schedule
	.card-header
	.card-heading.collapsible-link[aria-expanded="true"] {
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	margin: 0;
	padding-top: 20px;
}
.schedule_content-details {
	border-radius: 10px;
	background-color: #fff;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 20px;
}
.schedule_content-details ul li {
	list-style: none;
}
.schedule_content-details .spans {
    margin-bottom: 5px;
}
.schedule_content-details .filling_fast::after {
    content: 'Filling Fast';
    position: absolute;
    width: 100px;
    background: #e2151b;
    color: white;
    font-size: 12px;
    top: 0;
	left: 0;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
}
.course-landing-schedule .card-body {
	padding: 0 40px 15px 40px;
	border-radius: 0px 0px 10px 10px;
}

.open {
	position: absolute;
	top: -34px;
	font-size: 50px;
}

a.fc-red {
	text-decoration: underline;
}

a.fc-red:hover {
	color: #002163;
}
.course-landing-schedule input,
.course-landing-schedule textarea {
	border: none;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}

.course-landing-schedule input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.course-landing-schedule input::-webkit-outer-spin-button,
.course-landing-schedule input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.course-landing-schedule .input-group {
	clear: both;
	margin: 15px 0;
	position: relative;
}

.course-landing-schedule .input-group .button-minus,
.course-landing-schedule .input-group .button-plus {
	font-weight: bold;
	height: 38px;
	padding: 0;
	width: 38px;
	/*position: relative;*/
}

.course-landing-schedule .input-group .quantity-field {
	position: relative;
	height: 40px;
	text-align: center;
	width: 50px;
	display: inline-block;
	font-size: 16px;
	resize: vertical;
	background: #0c4a6d;
	color: white;
    pointer-events: none;
}

input.button-plus {
	border-radius: 0px 5px 5px 0px;
}
input.button-minus {
	border-radius: 5px 0px 0px 5px;
}

.course-landing-schedule .button-plus {
	left: -13px;
}

.course-landing-schedule input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}
.course-landing-schedule .input-group input[type="button"] {
	background-color: #9db6c4;
	/*min-width: 38px;*/
	width: auto;
	transition: all 300ms ease;
	/* background: #0C4A6D 0% 0% no-repeat padding-box; */
	/* border-radius: 5px 0px 0px 5px; */
	height: 40px;
	width: 40px;
}
.inline-2,
.inline-3 {
	display: inline-flex;
}
.discount-percent {
    border: 1px solid #e2151b;
    border-radius: 8px;
	width: fit-content;
}
.course-landing-schedule button.button_style2 {
	height: 40px;
	font-size: 14px;
	margin-left: 5px;
}

del.price, ins.offer {
	color: #252525;
	font-size: 14px;
	font-family: "Montserrat-Regular";
	text-decoration-color: #e2151b;
}
ins.offer {
	font-size: 16px;
	text-decoration: none;
}
.inline-3 img {
	background: #09416a;
	padding: 13px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.fc-red {
	color: #e2151b;
}
/* .participant {
	padding-right: 29px;
} */
.ask-sec {
	padding-top: 15px;
	padding-left: 20px;
}

.ask-sec .participant a {
	display: block;
}
.ask-sec .participant a:hover span {
	color: #002163;
}

section.course-curriculum.section_faq .btn-header-link[aria-expanded="true"] {
	color: #252525 !important;
	font-family: "Montserrat-Regular" !important;
}
.course-curriculum .card {
	background: #f5f5f7 0% 0% no-repeat padding-box !important;
	border: 1px solid #e1e1e1 !important;
	border-radius: 0px;
}
section.course-curriculum.section_faq a.btn-header-link.collapsed {
	border: none !important;
}

section.course-curriculum.section_faq .btn-header-link.collapsed:after {
	content: "\f067" !important;
	font-size: 10px !important;
	position: absolute !important;
	top: 15px !important;
}

a.btn-header-link.link-2:after {
	content: "\f068" !important;
	background: none !important;
	font-size: 10px !important;
	position: absolute !important;
	top: 25px !important;
	color: #252525 !important;
}

.course-curriculum .card-body {
	padding: 12px 90px 33px 50px !important;
}
.course-curriculum .btn-header-link {
	padding-left: 40px !important;
}
.curriculum-heading.text-center {
	padding: 0px 60px 0px 60px;
}
section.course-curriculum.section_faq {
	padding-top: 60px;
}
section.course-landing-overview a:hover {
	background: #e2151b;
	color: white;
	
}
section.benifts {
	background: transparent linear-gradient(126deg, #002163 0%, #1a7d79 100%) 0%
		0% no-repeat padding-box;
}
section.benifts li {
	color: #d5d5d5;
	list-style: none;
	line-height: 20px;
	display: inline-flex;
	/* margin-left: 20px; */
	margin-bottom: 35px;
}
section.benifts li img {
	margin-right: 20px;
}
.benifts ul {
	padding-right: 93px;
	padding-top: 30px;
}
.benifits-img {
	margin-top: 3px;
	/* display: flex;
	justify-content: center; */
}

.advantages_courselanding {
	padding-top: 25% !important;
	margin-top: -20%;
}

.course-certificate img {
	padding-left: 19px;
}
.course-land-img img {
	position: relative;
	left: -55px;
}

.copied-advantages-sec .advantage_common {
	background: #f5f5f7;
}
.copied-advantages-sec .advantages_section-bg {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001a;
}
.col-md-6.col-lg-5.col-sm-12.contact_form button {
	height: 55px;
}
.curriculum-heading h1 {
	padding-bottom: 15px;
}
.spans {
	margin-bottom: 20px;
}

.price_span {
	margin-top: -7px;
}

.corporate_course-landing .slick-dots {
	position: absolute;
	bottom: -50px;
}
.corpo-slider h3 {
	margin-bottom: 30px;
}

.corporate_course-landing .corporate_listing-carousel {
	margin: 0 auto;
	width: 100%;
}

.corporate_course-landing .slick-slide:focus {
	outline: none;
	border: none;
}
.corporate_course-landing .slick-slide {
	padding: 18px;
	padding-left: 0;
}
.corporate_course-landing .slick-dots li {
	margin: 0px;
}
.corporate_course-landing .slick-dots li button:before {
	font-size: 38px;
	font-weight: bold;
	color: #e2151b;
}
.corporate_course-landing .slick-dots li.slick-active button:before {
	opacity: 1;
}

section.corporate_course-landing {
	padding-bottom: 56px;
	padding-top: 52px;
}
.corpo-content h2 {
	margin-bottom: 22px;
}
.corpo-content p {
	margin-bottom: 25px;
}
.corporate_course-landing input::placeholder {
	color: #5a5a5a;
}
.enquiry-course-lan h4 {
	margin-bottom: 15px;
}
.trainer-corporate-sec ul.red_dots li {
	width: auto;
	display: flex;
	margin-bottom: 10px;
	word-break: break-all;
}
.trainer-corporate-sec h2 {
	margin-bottom: 15px;
}
.schedules .spans {
	margin-bottom: 0;
	font-family: Montserrat-Regular;
}

/***trainers in course landing***/
.corpo-slide {
	border: 1px solid #ebebeb;
	padding: 20px 0px 0px 0px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #0000000d;
	height: 100%;
	margin: 0 10px;
}
.corpo-left-overlay {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.image-corpo {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.overlay-corpo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 85%);
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.5s ease;
	transform: scale(0);
}

.corpo-slide:hover .overlay-corpo {
	transform: scale(1) rotate(360deg);
}

.text-corpo {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.text-corpo .social_icon-bg-white.social-icons {
	background: none;
}
.text-corpo .social_icon-bg-white.social-icons i {
	font-size: 13px;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.corpo-slide h6 {
	margin-top: 10px;
	color: black;
}
/* .trainer-corporate-sec {
	padding-right: 40px;
} */

.trainer_listing-carousel .slick-prev,
.trainer_listing-carousel .slick-next {
	height: 40px;
	width: 40px;
}
.trainer-corporate-sec .slick-prev:before,
.trainer-corporate-sec .slick-next:before {
	font-size: 18px;
}
.section-faq-course-lan div#tile-1 {
	width: 100%;
}
.section-faq-course-lan .tab-content {
	padding: 0 !important;
}

.trainer-corporate-sec li,
.free-content li {
	font-size: 15px;
	color: #5a5a5a;
}

.free-content p {
	text-align: center;
	color: #252525;
}
.free-content li {
	margin-bottom: 30px;
}
.free-content ul {
	margin-top: 50px;
}

section.content {
	padding: 70px 0;
}
section.trainers-course-landing {
	padding: 63px 0px 70px 0;
}

/* Section Certification Process */

section.certification_process-landing {
	background: transparent linear-gradient(160deg, #002163 0%, #1a7d79 100%) 0%
		0% no-repeat padding-box;
	padding: 50px 0px;
	position: relative;
}

.process_descriptions p {
	color: white !important;
	font-size: 13px;
	/*text-align: center;*/
}

.certification_process-landing .process-sec > div .circle_portion {
	height: 50%;
	position: relative;
	margin: 0 auto;
}

.certification_process-landing .circle span {
	font-size: 44px;
	font-family: "Montserrat-Bold";
	color: white;
	position: absolute;
	top: 61%;
	border: 10px solid #e2151b;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	left: 50%;
	text-align: center;
	padding: 6%;
	transform: translate(-50%, -50%);
}

.certification_process-landing .circle svg {
	width: 135px;
	height: 135px;
	position: relative;
	margin-top: 3px;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%) rotate(13deg);
}

.certification_process-landing .process-sec .circle svg {
	transform: translateX(-50%) rotate(3deg) rotateY(180deg);
}

.certification_process-landing .process-sec .circle__spin circle {
	stroke-width: 2px;
	stroke-dasharray: 200, 30;
	fill: none;
	stroke: #fff;
}

.certification_process-landing
	.process-sec
	> div.last-div
	.circle__spin
	circle {
	stroke-dasharray: 100, 0;
}

.certification_process-landing .process-sec > div.last-div.row_odd {
	margin-right: auto;
}

/* Gallery*/

section.gallery-landing-course {
	background: #f5f5f7;
	padding-top: 50px;
	padding-bottom: 30px;
}
section.gallery-landing-course h2 {
	margin-bottom: 25px;
}

.gallery-landing-course #tabs {
	color: black;
	font-family: "Montserrat-Regular";
}

.gallery-landing-course #tabs h6.section-title {
	color: #eee;
}

.gallery-landing-course #tabs .nav-tabs .nav-link {
	border: none;
	max-width: 260px;
	height: 50px;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	background-color: #002163;
	padding: 13px 5px;
	text-align: center;
}

.gallery-landing-course #tabs .nav-link.active {
	color: #5a5a5a;
	background-color: #fff;
}

.gallery-landing-course .main.row .gallery_slider_thumb .slick-list {
	margin: 0 -6px;
}

.gallery-landing-course .main.row .gallery_slider_thumb img {
	width: 100%;
	padding: 0px 6px;
	height: 145px;
	margin: 0 auto;
	margin-bottom: 6px;
}
.gallery-landing-course #nav-video .main.row .gallery_slider_thumb img {
	margin-bottom: 12px;
}

.gallery-landing-course .main.row {
	padding-top: 10px;
}

.gallery-landing-course .main.row .gallery_big_image img {
	width: 100%;
}

.gallery-landing-course #nav-tab {
	border-bottom: none;
}

.gallery-landing-course .tab-content > .tab-pane {
	display: block;
	height: 0;
}
.gallery-landing-course .tab-content > .active {
	height: auto;
	overflow: hidden;
}

.gallery-landing-course #nav-gallery .slick-slide > div > div,
.gallery-landing-course #nav-video .slick-slide > div {
	position: relative;
}

.gallery-landing-course #nav-gallery.active .slick-slide > div > div::after,
.gallery-landing-course #nav-video.active .slick-slide > div::after {
	content: "";
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 6px;
	height: calc(100% - 6px);
	width: calc(100% - 12px);
	background: url(../image/full-size.svg), rgba(0, 0, 0, 50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
	transform: scale(0);
	transition: all 0.2s ease;
}

.gallery-landing-course #nav-video.active .slick-slide > div::after {
	height: calc(100% - 12px);
}

.gallery-landing-course
	#nav-gallery.active
	.slick-slide
	> div
	> div:hover::after,
.gallery-landing-course #nav-video.active .slick-slide > div:hover::after {
	transform: scale(1);
}

.overlay img {
	width: 35px !important;
	height: 35px !important;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay {
	background: #4443433b;
	position: absolute;
	top: 0;
	width: 95%;
	height: 100%;
	opacity: 0;
}
.slick-slide:hover .overlay {
	opacity: 1;
}

/***course landing faq**/
section.faq_course-landing {
	padding-top: 65px;
	padding-bottom: 70px;
}

section.faq_course-landing .section_faq div#tile-1 {
	width: 95%;
	margin: 0;
}

.corpo-slide .our_trainer-section-trainer_foot p {
	margin-bottom: 5px;
}

.faq_course-landing .slick-initialized .swipe-tab-content {
	position: relative;
	min-height: 365px;
}

.faq_course-landing .slick-initialized .swipe-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: none;
	border: 0;
	color: #252525;
	cursor: pointer;
	text-align: center;
}
/*.faq_course-landing .slick-initialized .swipe-tab:hover {
  color: #000;
}*/
.faq_course-landing .slick-initialized .swipe-tab.active-tab {
	font-family: Montserrat-Bold;
	background: #e2151b;
	border-radius: 25px;
	color: white;
}

.faq_course-landing .main-container {
	padding: 25px;
}
.sub-header {
	padding-top: 50px;
}
.hide-1 {
	display: none !important;
}
/*.course-landing-schedule .card{
    cursor: pointer;
}*/
.course-certificate img {
	max-width: 80px;
}

.text-editor .tab-content p {
	/* padding-right: 40px;*/
	color: #5a5a5a;
	line-height: 23px;
	margin-bottom: 15px;
	font-size: 15px;
}
.text-editor .tab-content h1 {
	color: #002163;
	font-family: Montserrat-Bold;
	font-size: 50px;
	line-height: 58px;
}
.text-editor .tab-content h2 {
	color: #002163;
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 48px;
}
.text-editor .tab-content h3 {
	font-size: 30px;
	line-height: 38px;
	font-family: Montserrat-Bold;
	color: #002163;
}
.text-editor .tab-content h4 {
	font-size: 25px;
	line-height: 33px;
}
.text-editor .tab-content h5 {
	font-size: 18px;
	line-height: 25px;
}
.text-editor .tab-content h6 {
	font-size: 17px;
	line-height: 23px;
}

.text-editor .tab-content ul li,
.text-editor .tab-content ol li {
	list-style: none;
	text-align: left;

	/* line-height: 25px; */
	color: #5a5a5a;
	display: flex;
	margin-bottom: 6px;
}
.text-editor .tab-content li::before,
.text-editor .tab-content ol li::before {
	content: "•";
	color: red;
	margin-right: 10px;
	font-size: 50px;
	line-height: 16px;
}
.text-editor .tab-content img {
	max-width: 200px;
	max-height: 200px;
}
.social_icon-bg-white.social-icons div {
	margin-right: 6px;
}

/******images--vedios with popup**/
.image-pop-header {
	border-bottom: none;
}
button.close.image-pop-close {
	padding: 10px;
}

.images-schedule div {
	display: inline;
}

/*Corporate CSS Start*/
.clipped-image {
	background: url(../../assets/image/white-cover.png);
	/* height: 100%;
	width: 100%; */
	background-repeat: no-repeat !important;
	background-size: cover;
	z-index: 9999;
}
.corporte-content h1 {
	margin-bottom: 25px;
}

.clipped-image img {
	z-index: -999;
	position: relative;
	width: 100%;
}
section.corpo-image-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}
.clipped-image2 img {
	background-image: url(../../assets/image/img-sec.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 108% 14%;
}
.corpo-enq-form .input-grp1 {
	margin-bottom: 20px;
}

.corpo-enq-form .input-grp1 .iti--allow-dropdown input[type="tel"] {
	margin-bottom: 0 !important;
}

.clents-work .bg-client {
	background-image: url(../../assets/image/one.png);
	min-height: 100%;
	background: linear-gradient(0deg, #002163e0, #002163eb),
		url(../../assets/image/one.png);
	background-size: cover;
}
.corpo-enq-form button {
	height: 45px;
	font-size: 14px;
	margin-bottom: 10px;
}
.clents-work textarea {
	height: 114px;
	padding: 16px;
	border: 1px solid #d0dcf3;
}
.corpo-enq-forms .input-grp1:nth-child(even) {
    margin-right: 0%;
}
.corpo-enq-form h4 {
	margin-bottom: 40px;
}
.bg-box {
	box-shadow: 0px 0px 10px #0000001a;
	padding: 3%;
}
section.clents-work {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.clents-work .slide-item {
    padding: 5px;
}
.bg-line p {
	color: #5a5a5a;
	font-size: 15px;
	line-height: 25px;
}
.hit-icon {
	width: 100px;
	height: 100px;
	background: white;
	margin: auto;
	border-radius: 50%;
	box-shadow: 3px 4px 5px #e3e3e3;
	position: relative;
	transition: all 0.5s ease;
}

.hit-icon svg {
	fill: #002163;
	transition: all 0.5s ease;
}

.bg-line svg {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.bg-line > div:hover .hit-icon {
	background: #002163;
}

.bg-line > div:hover .hit-icon svg {
	fill: #fff;
}

.bg-line > div:nth-child(1) svg,
.bg-line > div:nth-child(4) svg {
	left: 10px;
}

.img-content-works {
	padding-top: 20px;
}

.corporate-courses .swipe-tab.slick-slide {
	background: #002163;
	vertical-align: middle;
	line-height: 34px;
	font-size: 20px;
	color: white;
	margin-left: 1px;
	height: 50px;
	text-align: center;
	padding: 7px;
}
.corporate-courses .slick-active.active-tab {
	border: 1px solid black !important;
	background: white !important;
	color: #002163 !important;
}
.corporate-courses .slick-track {
	margin: 0;
}


/*Corporate CSS End*/

/* Trainers-listing */

.section_trainer-list {
	background-color: #f7f8fa;
	position: relative;
	overflow: hidden;
}

.section_trainer-list img.trainers-img {
	position: relative;
	z-index: 1;
}
.section_trainer-list img.trainers_img-1 {
	position: absolute;
	top: 35%;
	right: 55px;
	z-index: 0;
}
.section_trainer-list .trainers_list-img {
	position: absolute;
	left: 60%;
}
.section_trainer-list .trainers_img-1 {
	animation: trainers 5s infinite;
}

@keyframes trainers {
	0% {
		top: 50px;
	}
	50% {
		top: 125px;
	}
	100% {
		top: 50px;
	}
}

.section_trainers-listing {
	background-color: #f7f8fa;
}

.section_trainers-listing .trainers_listing-carousel, 
.our_trainer-section .trainer_section-carousel {
	margin: 0 auto;
	width: 100%;
}

.trainer_section-carousel .slick-dots {
    bottom: -40px;
}

.section_trainers-listing .slick-slide:focus {
	outline: none;
	border: none;
}

.trainer_section-carousel button.slick-prev.slick-arrow {
    left: -8px;
}

.trainer_section-carousel button.slick-next.slick-arrow {
    right: -8px;
}

.section_trainers-listing .slick-dots li {
	margin: 0px;
}
.section_trainers-listing .slick-dots li button:before {
	font-size: 13px;
	font-weight: bold;
	color: #e2151b;
}
.section_trainers-listing .slick-dots li.slick-active button:before {
	opacity: 1;
}

.our_trainer-section .profile_box-card {
	margin-bottom: 30px !important;
}

.section_trainers-content .red_dots li {
	margin-bottom: 25px;
}

/* Trainers-listing Ends */

/* Trainers Profile */

.section_trainers-profile {
	background-color: #f7f8fa;
}
.section_trainers-profile .trainers-profile-img {
	border-radius: 50%;
	width: 100%;
}
.section_trainers-profile .trainers-span span:not(:first-child) {
	padding-left: 10px;
}
.section_trainers-profile .trainers-span span {
	border-right: 1px solid;
	padding-right: 10px;
}
.section_trainers-profile .trainers-span span:last-child {
	border-right: none;
}
.section_trainers-profile .social-icons a {
	margin: 0;
	margin-right: 20px;
}
.section_trainers-profile i.fa.fa-facebook.bg_blue.fc-white {
	line-height: 15px;
	padding: 14px;
	height: 40px;
	width: 40px;
}
.section_trainers-profile i {
	font-size: 20px;
	line-height: 18px;
	padding: 12px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	transition: all 0.5s;
}
.section_trainers-profile i.fa.fa-facebook.bg_blue.fc-white:hover,
.section_trainers-profile i.fa.fa-twitter.bg_blue.fc-white:hover,
.section_trainers-profile i.fa.fa-instagram.bg_blue.fc-white:hover,
.section_trainers-profile i.fa.fa-linkedin.bg_blue.fc-white:hover {
	background: #fff;
	color: #002163 !important;
}

.section_trainers-listing.trainers-slider {
	background-color: #fff;
}

.section_counter .section_counter-sec {
	background-color: #002163;
	border-radius: 10px;
	padding: 28.5px 0;
}
.section_counter .section_counter-sec > div:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.section_counter .section_counter-sec .section_counter-bx {
	color: #cecece;
}
.section_counter .profile-tabs {
	background-color: #f7f8fa;
}
ul.red_dots li:before {
	line-height: 8.5px;
}
.section_counter .profile .nav-tabs {
	border: none;
}
.section_counter .profile .nav-item {
	min-width: 200px;
	text-align: center;
	font-family: Montserrat-Bold;
}
.section_counter .profile .nav-link {
	background: #002163;
	border: none;
	padding: 15px;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	border-radius: initial;
	margin: 0 0.5px;
}

.section_counter .profile .nav-link.active {
	background-color: #f7f8fa;
	color: #002163;
}

.section_counter .profile .slick-dots li button:before {
	font-size: 20px;
}
.section_trainers-advantage.advantages_section {
	background: #fff;
	padding-top: 0;
	padding-bottom: 65px;
}
.section_trainers-advantage .advantages_section-bg {
	box-shadow: 0px 0px 10px #0000001a;
}
.our_trainer-section.similar-trainers {
	background-color: #f7f8fa;
}
.our_trainer-section.similar-trainers .red-bg-ask_section {
	border-radius: 5px;
	padding: 40px;
}

.our_trainer-section.similar-trainers .red-bg-ask_section .fourth,
.course-landing-schedule.course-similar .red-bg-ask_section .fourth {
	border: none;
}

.section_trainers-content ul.red_dots li {
	width: calc((100% / 2) - 3px);
}

.course-landing-schedule.course-similar .red-bg-ask_section {
	border-radius: 5px;
	padding: 25px 0px 25px 0px;
}

.course-landing-schedule.course-similar {
	background: #f7f8fa !important;
	padding-bottom: 10px !important;
}

.course-landing-schedule.course-similar
	.card-header
	.card-heading.collapsible-link {
	background: #09416a;
}
.filling_top::after {
    content: 'Filling Fast';
    position: absolute;
    width: 100px;
    background: #e2151b;
    color: white;
    font-size: 12px;
    top: 0px;
    text-align: center;
    left: 0;
    border-radius: 10px 0px 10px 0px;
}
.course-landing-schedule.course-similar button.button_style2 {
	background: rgba(255, 255, 255, 0);
}

.course-landing-schedule.course-similar
	.card-header
	.card-heading.collapsible-link[aria-expanded="true"],
.course-landing-schedule.course-similar .card-body {
	background: #dfe6ec;
}

.selectdiv {
	margin-bottom: 20px;
}

.selectdiv label,
.selectdiv select {
	width: 100%;
}

.course-landing-schedule .selectdiv select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 40px;
	padding: 0px 40px 0px 19px;
	color: white;
	cursor: pointer;
	border-radius: 25px;
	background: url(../image/white-chevron.svg), #e2151b;
	background-repeat: no-repeat;
	background-position: 90% 52%;
	background-size: 9px;
}

/* Register Page */

.section_register .form-control {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 25px;
	font-size: 14px;
	line-height: 22px;
	background-color: #f7f8fa;
	color: #252525 !important;
	border: none;
	border-radius: 0px;
	margin-bottom: 33px !important;
	box-shadow: none;
	height: 55px !important;
}
.section_register .form-control::placeholder,
.section_register .form_coupon-code::placeholder {
	color: #252525 !important;
}
.section_register .input_type input {
	cursor: pointer;
	height: 55px;
	padding-left: 25px;
	color: #000;
	border: none;
	background-color: #f7f8fa;
}
.section_register .input_type.w_273 {
	position: relative;
}
.section_register .submit_bg-red {
	position: absolute;
	top: 0;
	right: 0;
}
.section_register select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../image/right-chevron.svg), #f7f8fa;
	background-repeat: no-repeat;
	background-position: 95% 52%;
	background-size: 10px;
}
.section_register a.fc-red {
	text-decoration: none;
}
.section_register .register-content {
	background-color: #002163;
	top: 50px;
	z-index: 0;
}
.section_register .register-table {
	display: table;
}
.section_register .register-row {
	display: table-row;
}
.section_register .register-column {
	display: table-cell;
	padding: 9px;
	font-size: 15px;
	line-height: 28px;
}
.section_register label.error {
	color: red;
	position: relative;
	top: -25px;
}
.section_register .w_273 label.error,
.corpo-enq-form label.error,
.corpo-enq-form input[type="tel"] + label.error {
	top: 3px;
}
.section_register .iti.iti--allow-dropdown {
	width: 100%;
}
.section_register .iti__selected-flag {
	height: 55px;
	outline: none;
}
.section_register .iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}
.section_register .iti--allow-dropdown input[type="tel"] {
	margin-bottom: 15px !important;
}
.section_register .iti--allow-dropdown input[type="tel"]::placeholder {
	color: #b4b4b4 !important;
}
.section_register .form-checkbox input {
	display: none;
}
.section_register .form-checkbox label {
	position: relative;
	padding-left: 35px;
}
.section_register .form-checkbox label:before {
	content: "";
	-webkit-appearance: none;
	border: 1px solid #807979;
	padding: 9px;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 1.3px;
}
.section_register .form-checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 7.5px;
	width: 6px;
	height: 13px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* About Page */

.about-choose-us-section .about-choose-card-part {
	border-top: 4px solid #002163;
	box-shadow: 0px 0px 10px #0000001a;
	margin-bottom: 5px !important;
	text-align: center;
}
.about-choose-us-section {
	background-color: #f7f8fa;
}
.about-choose-us-section .bg-white.about-choose-card-part-content {
	height: calc(100% - 100px);
	box-shadow: 0px 0px 10px #0000001a;
}
.about-h-cont {
	height: 100%;
}
.about-choose-us-section .moretext {
	display: none;
  }
.about-tab-our-advantage-section .box {
	max-height: 250px;
}
.about-tab-our-advantage-section .about-tab-globe-part .box {
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 66px 0px;
}
.about-tab-maintenance-part .box,
.about-tab-smartphone-part .box {
	box-shadow: 0px 0px 10px #00000029;
	height: 100%;
}
.about-tab-our-advantage-section .about-tab-maintenance-part .box {
	border-radius: 66px 0px;
}
.about-tab-our-advantage-section .about-tab-smartphone-part .box {
	border-radius: 0px 66px;
}
.about-tab-our-advantage-section .nav-tabs .nav-link {
	border: none;
}
.about-tab-our-advantage-section .nav-tabs {
	border-bottom: none;
}

.about-tab-our-advantage-section .about-on-btn, 
.about-choose-us-section .moreless-button {
	cursor: pointer;
}


.about-tab-our-advantage-section .about-on-btn.active.show > .box {
	background-color: #002163;
	color: #fff;
}

.about-tab-our-advantage-section .about-schedule-btn {
	border-radius: 5px;
}

.about-on-btn.active.show svg{
	fill: #fff;
}
.about-on-btn svg{
	fill: red;
	width: 60px;
	height: 60px;
}

.about-map-section .map-bg {
	background-image: url("../image/world-map.svg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.read-ab-m {
	color: #e2151b;
	font-size: 15px;
	line-height: 25px;
}
.read-ab-m:hover {
	color: #002163;
}

.about-schedule-btn.red-bg-ask_section {
	border-radius: 5px;
}

.locations_base {
	width: 0;
	height: 0;
	position: relative;
}

.about-map-section .location-details h2 {
	font-family: Montserrat-Regular;
}

.about-map-section .location-details {
	width: 250px;
	background-color: #ffff;
	position: absolute;
	padding: 15px 45px 6px 25px;
	box-shadow: 0px 0px 10px #0000001a;
	top: 50px;
	left: -207.5px;
	display: none;
}

.about-map-section .location-details::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	height: 20px;
	width: 20px;
	background: #fff;
	box-shadow: -3px -3px 5px #0000001a;
	transform: rotate(45deg);
}

.about-map-section .locations_base img:hover + .location-details {
	display: block;
}

.locations_base.location-icon-1 {
	left: 205px;
top: 100px;
}
.locations_base.location-icon-2 {
top: 169px;
left: 245px;
}

.locations_base.location-icon-3,
.locations_base.location-icon-4,
.locations_base.location-icon-5,
.locations_base.location-icon-6 {
	right: 0;
	margin: 0 auto;
}
.locations_base.location-icon-3 {
    left: -20px;
    top: 135px;
}
.locations_base.location-icon-4 {
	left: 190px;
	top: 230px;
}

.locations_base.location-icon-5 {
	left: 290px;
	top: 300px;
}

.locations_base.location-icon-6 {
	left: 360px;
	top: 90px;
}

.map-carousel {
	margin: 0 auto;
	width: 100%;
}

.map-carousel .slick-slide {
	padding: 10px;
}

.map-responsive .map-box {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    min-height: 315px;
}

/* Resources Page */

form[name="form_advice"] input + label.error,
form[name="corporate_enquiry"] input + label.error {
	top: -15px;
}
form[name="form_advice"] textarea + label.error,
form[name="corporate_enquiry"] textarea + label.error,
form[name="corporate_enquiry"] select + label.error {
	top: 3px;
}

.article-landing-box .form-control {
	width: 273px;
	padding-left: 16px;
	color: black;
	border: 1px solid #d0dcf3;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0px;
	margin: auto;
	box-shadow: none;
}

.resources-card-box-section .email-subsription {
	height: 140px;
	margin: auto;
}

.email-subsription .footer_col label.error {
	top: 3px !important;
}

#resources-btn-view-all {
	border-radius: 23px !important;
}

.article-landing-box select {
	height: 45px !important;
	font-size: 14px;
	color: #777777 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(../image/chevron-red.svg), #fff;
	background-repeat: no-repeat;
	background-position: right 16px top 53%;
}

.resource-card {
	box-shadow: 0px 3px 6px #00000029;
	height: 100%;
	position: relative;
	border-radius: 10px;
}
.card-img-top {
	border-radius: 0;
}

.resources-card-box-section .articles-content .course-tab {
	margin-bottom: 30px;
}

.resources-card-Category {
	height: 30px;
	position: absolute;
	background: #e2151b !important;
	color: #fff !important;
	left: 10px;
	border-radius: 40px;
	bottom: 185px;
	line-height: 30px;
	min-width: 150px;
	max-width: 250px;
	text-align: center;
}

.card-body h5 {
	padding: 0px 25px 8px 25px;
	color: #000;
	transition: all 0.3s ease;
}

.resource-card:hover .resources-card-Category {
	background: #002163 !important;
	animation: bumb 0.5s;
}

.resource-card:hover .card-body h5 {
	color: #002163;
}

.resource-card .card-body h5:hover {
	color: #e2151b;
}

@keyframes bumb {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.05);
	}
	75% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}

.read-art {
	text-align: end;
	padding-right: 24px;
	padding-bottom: 20px;
}

.read-art a {
	font-size: 15px;
	position: relative;
	padding-right: 20px;
	line-height: 38px;
	color: #e2151b;
	transition: all 0.5s ease;
}

.read-art a::after {
	content: "\f054";
	position: absolute;
	font-family: "FontAwesome";
	right: 0;
	font-size: 11px;
	top: -7.5px;
	color: #e2151b;
	transition: all 0.5s ease;
}

.read-art a:hover {
	color: #002163;
	padding-right: 25px;
}

.read-art a:hover::after {
	right: -5px;
	color: #002163;
}

.card-body img {
	padding-left: 12px;
}

.resources-view-all-btn-section button.button_style5 {
	padding: 10px 26.5px 10px 26.5px;
	height: 45px;
}

/* Articles Landing */

.article-landing-banner-section li.nav-item {
	font-size: 14px !important;
}

.article-landing-banner-section .slider_tile-1 .active {
	font-family: "Montserrat-Bold";
}

.article-landing-about-content p {
	font-size: 15px;
	color: #5a5a5a;
	margin-bottom: 10px;
}

.article-landing-about-content .red_dots li, .article-landing-about-content ul li {
    width: auto;
    color: red;
    margin-bottom: 10px;
    word-break: break-word;
    list-style: initial;
    font-size: 15px;
}
.article-landing-about-content .red_dots li:before,
.article-landing-about-content li:before {
	line-height: 13px;
}
.article-landing-about-content h5 {
	font-size: 16px;
	line-height: 19px;
	color: #e2151b;
	font-family: "Montserrat-Bold";
}
/*.article-landing-about-content li:before{
	  content: "\00b7";
    font-size: 66px;
    line-height: 18px;
    vertical-align: middle;
    color: #e2151b;
    margin-right: 10px;
}*/
.article-landing-comment-section input::placeholder,
.article-landing-comment-section textarea::placeholder {
	color: #5a5a5a;
	font-size: 14px;
}

.name_substring span {
	font-size: 20px;
	font-family: "Montserrat-Bold";
	color: white;
	height: inherit;
	width: inherit;
}
.name_substring.name_substring2 {
	height: 25px;
	width: 25px;
}
.name_substring {
	background: #e2151b;
	height: 45px;
	width: 45px;
	border-radius: 5px;
}

.article-landing-box a {
	text-decoration: none;
	transition: all 0.5s ease;
}
.article-landing-box a:hover {
	color: #002163;
	text-decoration: underline;
}
.related-articles .related_articles-list:not(:last-child) {
	border-bottom: 1px solid #7070704a;
}
.related-articles .related_articles-list:last-child {
	padding-bottom: 0 !important;
}

.related-articles a {
	font-size: 16px;
	color: #000000;
}
.related-articles a:hover {
	color: #e2151b;
}

.article-landing-box-section-part::-webkit-scrollbar {
	width: 6px;
}

.article-landing-box-section-part::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #8080803d;
	border-radius: 10px;
}

.article-landing-box-section-part::-webkit-scrollbar-thumb {
	background: #002163;
	border-radius: 10px;
}

.article-landing-box-section-part::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.article-landing-previous-comments-section button {
	border-radius: 0;
}

.article-landing-banner-section li span {
	display: contents;
}

.article-landing-banner-section .article-landing-box,
.resources-card-box-section .article-landing-box {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #0000000d;
	border: 1px solid #e3eaf7;
	opacity: 1;
}
.article-landing-banner-section .article-landing-box .form-control {
	padding-left: 16px;
	color: black;
	border: 1px solid #d0dcf3;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0px;
	margin: auto !important;
}

.article-landing-banner-section
	.article-landing-box
	input.submit_bg-red.fc-white.w-135 {
	width: 135px !important;
}
/* .article-landing-banner-section #article-landing-enquiry-box {
	height: 100px;
} */
.email-subsription {
	height: 140px;
	width: 100%;
}
.email-subsription .footer_col input {
	width: 100%; 
   height: 45px;
   padding-left: 20px;
}
.email-subsription .footer_col button {
    position: absolute;
    height: 45px;
    width: 50px;
    background-color: #e2151b;
    right: 0px;
    top: 0px;
}

.email-subsription form {
    position:relative;
}

.article-landing-banner-section .related-articles {
	margin-top: 40px;
}

.articles-landing-pre-next-arrow a {
	transition: all 1s ease;
}

.article-landing-banner-section .articles_nav-arrows svg {
	height: 16px;
	width: 25px;
	transform: translateY(3px);
	transition: 0.5s ease;
}

/* .article-landing-banner-section .articles_nav-arrows.arrow-left svg {
	margin-right: 5px;
} */

.article-landing-banner-section .articles_nav-arrows.arrow-right svg {
	/* margin-left: 5px; */
	transform: translateY(3px) rotate(180deg);
}

.articles-landing-pre-next-arrow a:hover {
	color: #e2151b;
	fill: #e2151b;
	transition: 0.1s ease;
}

.article-landing-banner-section a.arrow-left:hover svg {
	transform: translateY(3px) translateX(-10px);
}

.article-landing-banner-section a.arrow-right:hover svg {
	transform: translateY(3px) rotate(180deg) translateX(-10px);
}

.article-landing-comment-section textarea,
.comment-reply-form textarea {
	height: 125px;
	padding-left: 16px;
	color: black;
	border: 1px solid #d0dcf3;
	padding: 16px;
	border-radius: 0px;
}

.actions_like i,
.actions_dislike i {
	color: #a6a6a6;
	transform: translateY(2px);
}

.actions.active i,
.actions.active span {
	color: #e2151b;
}

.actions_dislike i {
	transform: translateY(2px) rotate(180deg);
}

.comments_base:not(:last-child) {
	border-bottom: 1px solid #707070;
}
.replies_base:not(:last-child),
.reply_base:not(:last-child) {
	padding-bottom: 0.1px;
}
.replies_base:not(:last-child)::after,
.reply_base:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	width: 87%;
	height: 0px;
	border-bottom: 1px solid #70707040;
}
.reply_base:not(:last-child)::after {
	width: 81%;
}
.reply-btn {
	text-align: end;
}
.article-landing-banner-section
	.article-landing-comment-section
	.input_type
	.form-control:focus, .clents-work textarea:focus {
	border: 1px solid #000000;
}
.article-landing-banner-section .article-landing-comment-section #comment-btn {
	width: 200px;
	height: 45px;
}
.article-landing-banner-section .article-landing-previous-comments-section {
	margin-top: 45px;
}
.article-landing-banner-section .slick-next {
	right: -16px;
}

.article-landing-banner-section
	.article-landing-previous-comments-section
	.replay-comment-section {
	border-left: 1px solid #707070;
	margin-left: 67px;
	margin-top: 26px;
	margin-bottom: 20px;
}
.article-landing-previous-comments-section .articles-landing-hr-line {
	border-top: 1px solid #70707040;
}
.article-landing-previous-comments-section .articles-landing-hr-line-gray {
	border-top: 1px solid #707070;
}

.article-landing-banner-section #article-landing-slider .nav-item {
	margin-bottom: 0px !important;
}
.article-landing-previous-comments-section #articles-landing-hr-line-id {
	margin-left: 93px;
}
#second-inside-comment-section {
	margin-left: 118px;
	margin-top: 41px;
	margin-bottom: 30px;
}

.clr-blcl-li li {
	color: black !important;
}

#article-landing-box-id-card .iti--allow-dropdown input[type="tel"] {
	margin-bottom: 16px !important;
}
.article-resources-category-section .iti__selected-flag,
#article-landing-box-id-card .iti__selected-flag {
	height: 45px;
	padding-left: 16px;
}

#enquiry_modal .iti--allow-dropdown input[name="number"] {
	padding-left: 60px;
	margin-bottom: 25px !important;
}

#enquiry_modal .iti__selected-flag {
	height: 55px;
}

.article-landing-box a[aria-expanded="true"] {
	display: none;
}

/* Testimonials */

.section_testimonials-banner {
	background-color: #f5f5f7;
}
.testimonial-banner {
	position: relative;
}
.testimonial-banner img {
	width: 90%;
}

.testimonial-banner img:nth-child(2) {
	position: absolute;
	left: 0;
}

.section_testimonials-banner .row.courses_counter-sec {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.desktop_testimonals {
	display: block;
}
.mobile_testimonals {
	display: none;
}

.section_testimonials .slider_tile#tile-1 .nav-tabs.slider_tile-1 .active,
.section_testimonials .slider_tile#tile-1 .nav-tabs.slider_tile-1 a:hover {
	font-family: Montserrat-Bold;
}

.section_testimonials .slider_tile#tile-1 .nav-tabs.slider_tile-1 li a {
	color: #5a5a5a;
	font-size: 17px;
}
.section_testimonials .testimonials-content li {
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.section_testimonials .testimonials-content li a {
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	color: #002163;
	font-size: 15px;
}
.section_testimonials .testimonials-content li a.active,
.section_testimonials .testimonials-content li a:hover {
	background-color: #002163;
	color: #fff !important;
}
.section_testimonials .testimonials-content-tabs li.nav-item:nth-child(3) {
	width: calc(100% / 3);
}
.section_testimonials .testimonials-content-tabs li.nav-item {
	width: calc(100% / 4.5);
}
.section_testimonials .testimonials-content-tabs a {
	color: #5a5a5a;
	line-height: 38px;
	font-size: 17px;
	padding: 15px;
}

.section_testimonials .testimonials-content-tabs a.active,
.section_testimonials .testimonials-content-tabs a:hover {
	color: #002163;
	font-family: Montserrat-Bold;
}
.section_testimonials .testimonials_tab-pane p {
	margin-bottom: 10px;
	color: #5a5a5a;
}
.section_testimonials .testimonials_tab-pane {
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	padding: 30px 15px 15px 15px;
}
.section_testimonials .slick-next,
.section_testimonials .slick-prev {
	top: 20px;
	right: -14px;
}
.section_testimonials .slick-prev {
	left: -14px;
}
.section_testimonials #course_tabs .nav-item.course-tab {
	display: none;
}

.section_testimonials .slick-slide {
	margin: 0 10px;
}

.section_testimonials .slick-list {
	margin: 0 -10px;
}

/* Contact Us */

.section_contact-us {
	overflow: hidden;
}
.section_contact-us .contact-table {
	display: table;
	padding-left: 49px;
}
.section_contact-us .contact-column {
	padding: 5px 7px;
}
.section_contact-us .details-mail,
.section_contact-us .details-location {
	padding-left: 55px;
}
.section_contact-us .contact-row {
	display: table-row;
}
.section_contact-us .contact-column {
	display: table-cell;
	font-size: 15px;
	line-height: 31px;
}
.contact-address .contact_icons {
	width: 34px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.section_contact-us .contact-address img {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section_contact-us button.button_style5 {
	background: #e2151b;
	color: white;
	width: 163px !important;
	border-radius: 25px;
	padding: 10px 30px 10px 30px;
	height: 50px;
}
.section_contact-us .iti {
	width: 100%;
}
.section_contact-us .form-control {
	width: 100%;
	padding: 0px 23px;
	font-size: 15px;
	line-height: 19px;
	color: #acacac;
	background-color: #fff;
	border-radius: 23px;
	border: none;
	height: 45px;
	margin-bottom: 20px;
}
.section_contact-us .form-control:focus {
	border-color: initial;
	box-shadow: none;
	outline: none;
	border: none;
	color: #acacac;
}
.section_contact-us select.form-control {
	height: 45px !important;
}
.section_contact-us textarea.form-control {
	height: auto;
	padding-top: 10px;
	overflow: hidden;
}
.section_contact-us .form-control::placeholder,
.section_contact-us textarea.form-control::placeholder {
	color: #acacac;
	font-size: 15px;
}
.section_contact-us .iti__selected-flag {
	height: 43px;
	outline: none;
	left: 10px;
}
.section_contact-us .iti--allow-dropdown input[type="tel"] {
	margin-bottom: 20px !important;
	padding-left: 60px;
}

.section_contact-us input[type="tel"] + label.error {
	top: 7.5px;
}

.section_contact-us select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../image/chevron-red.svg) #f7f8fa;
	background-repeat: no-repeat;
	background-position: 94% 52%;
	background-size: 10px;
}
.section_contact-us .contact-form {
	background-image: url(../image/Group224.png);
	height: 680px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.section_contact-us .contact-email {
	display: block;
	word-break: break-all;
}
.section_contact-us .contact-email:hover,
.section_contact-us .contact-call:hover {
	color: #e2151b;
}

@keyframes wave {
	/* 0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(160deg);
	}
	100% {
		transform: rotate(360deg);
	} */

	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
.section_contact-us .contact_circle:before {
	content: "";
	position: absolute;
	right: 0;
	z-index: 0;
	background: linear-gradient(137deg, #002163 15%, #e2151b 100%);
	animation: wave 5s infinite linear;
	/* border-radius: 60% 100% 100% 60% / 92% 88% 70% 69%; */
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.section_contact-us .contact_circle::after {
	content: "";
	position: absolute;
	right: 0%;
	z-index: 9;
	height: 125px;
	width: 125px;
	border-radius: 50%;
	background: linear-gradient(318deg, #002163 0%, #e2151b 100%);
}
.section_contact-us label.error {
	color: red;
	position: relative;
	padding-left: 25px;
	top: -15px;
	width: 250px;
}

/* Corporate Page - Advantages Section */

.advantages-corpo .uix-tabs:not(.uix-tabs--rotation) {
	box-shadow: 0px 3px 6px #0000001a;
}
.advantages-corpo .uix-tabs:not(.uix-tabs--rotation) .uix-tabs__marker {
	background: #212121;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: 0.1s ease-in-out;
}
.advantages-corpo .uix-tabs .uix-tabs__content {
	display: none;
	text-align: left;
}
.advantages-corpo .uix-tabs .uix-tabs__content.active {
	display: block;
}
.advantages-corpo .uix-tabs .uix-tabs__nav > ul {
	padding: 0;
	margin: 0;
}
.advantages-corpo .uix-tabs .uix-tabs__nav > ul > li {
	position: relative;
	display: block;
	transition: 0.1s ease-in-out;
	list-style: none;
	float: left;
	box-shadow: inset 1px 0px 0px 0px rgba(230, 230, 230, 1);
	background: #f7f7f7;
	min-width: 7.5rem;
}
.advantages-corpo .uix-tabs .uix-tabs__nav > ul > li > a {
	position: relative;
	padding: 0.625rem 1rem;
	display: block;
	text-align: center;
}
.advantages-corpo .uix-tabs .uix-tabs__nav > ul > li.active {
	background: #fff;
}
.advantages-corpo .uix-tabs .uix-tabs__nav > ul::after {
	content: "";
	display: block;
	clear: both;
}
.advantages-corpo .uix-tabs.uix-tabs--center {
	box-shadow: none;
}
.advantages-corpo .uix-tabs.uix-tabs--center .uix-tabs__nav > ul {
	font-size: 0;
	display: block;
	width: 100%;
	text-align: center;
	box-shadow: 0px 3px 6px #0000001a;
}
.advantages-corpo .uix-tabs.uix-tabs--center .uix-tabs__nav > ul li {
	font-size: 1rem;
	display: inline-block;
	float: none;
}
.advantages-corpo .uix-tabs.uix-tabs--rotation .uix-tabs__nav {
	position: relative;
	margin: 0 auto;
}
.advantages-corpo .uix-tabs.uix-tabs--rotation .uix-tabs__nav > ul {
	box-sizing: border-box;
	position: relative;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.advantages-corpo .uix-tabs.uix-tabs--rotation .uix-tabs__nav > ul > li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	width: 100px;
	height: 100px;
	background: none;
	box-shadow: none;
	z-index: 2;
	top: 0;
	left: 50%;
	min-width: inherit;
}
.advantages-corpo .uix-tabs.uix-tabs--rotation .uix-tabs__nav > ul > li > a {
	width: 100px;
	height: 100px;
	line-height: 80px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0px 3px 6px #0000001a;
}

.advantages-corpo
	.uix-tabs.uix-tabs--rotation
	.uix-tabs__nav
	> ul
	> li.active
	> a {
	height: 120px;
	width: 120px;
}

.advantages-corpo .uix-tabs__nav > ul > li svg {
	fill: #002163;
	height: 50px;
	width: 50px;
	margin-top: 50%;
	transform: translateY(-38%);
}

.advantages-corpo .uix-tabs__nav > ul > li.active svg {
	fill: #e2151b;
}

.advantages-corpo .uix-tabs .circle__spin {
	position: absolute;
	left: -10px;
	top: -20px;
	width: 400px;
	height: 400px;
}

.advantages-corpo .uix-tabs .circle__spin img {
	position: absolute;
	left: 45%;
	top: 51%;
	transform: translate(-50%, -50%);
}

.advantages-corpo .uix-tabs .circle__spin svg {
	width: 100%;
	height: 100%;
}

.advantages-corpo .uix-tabs .circle__spin circle {
	stroke-width: 12px; /* control the dashes width */
	stroke-dasharray: 3, 11; /* control the dashes spacing */
	fill: none;
	stroke: #002163;
}

/* Extra Pages */

.privacy-policy-content h1 {
	color: #002163;
	font-size: 40px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
}

.privacy-policy-content h2 {
	color: #002163;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.privacy-policy-content h3 {
	font-size: 15px;
	font-family: Montserrat-Bold;
}

.privacy-policy-content p {
	font-size: 15px;
	color: #5a5a5a;
	line-height: 25px;
}

.privacy-policy-content ul {
	padding-left: 20px;
	margin-top: 13px;
}

.privacy-policy-content ::marker {
	font-size: 18px;
	line-height: 8px;
	vertical-align: middle;
	color: #e2151b;
	margin-right: 10px;
}

.privacy-policy-content ul li {
	font-size: 15px;
	color: #5a5a5a;
	line-height: 25px;
}


.section_cart.course-landing-schedule {
	background: #f5f5f7 !important;
}
.section_cart.course-landing-schedule .inline-1 {
	vertical-align: middle;
	display: flex;
	align-items: baseline;
}
.section_cart.course-landing-schedule .inline-1 button{
	color: #0c4a6d;
}
.section_cart.course-landing-schedule .schedule-content {
    padding: 30px 0px 30px 50px;
}
.section_cart.course-landing-schedule .schedule-content span {
    color: #e2151b;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
    font-family: "Montserrat-Regular";
    padding-right: 0px;
}
.section_cart.course-landing-schedule .schedule-content .spans {
    font-family: "Montserrat-Bold";
	font-size: 16px;
    line-height: 30px;
}
.section_cart.course-landing-schedule .schedule-content .inr {
	font-size: 20px !important;
}


.button-enquiry {
    padding: 13px 25px;
        background: #e2151b;
        border-radius: 25px;
        text-align: center;
        cursor: pointer;
        color: white;
        transition: all 1s ease;
}
.button-enquiry.enquiry {
   padding: 14px 40px;
    background: #ccd2e0;
    color: #002163;
}
.button-enquiry:hover {
    background: #002163 !important;
        color: #fff !important;
}




#enquiry_modal2, #enquiry_request {
	background-color: rgba(0, 0, 0, 0.25);
}

#enquiry_modal2 .modal-dialog .modal-content {
	border: 0px;
	border-radius: 0;
}

#enquiry_modal2 .modal-header {
	padding: 13px;
	border-radius: 0px !important;
}

#enquiry_modal2 h5 {
	width: 100%;
}

#enquiry_modal2 .modal-header .close, #enquiry_request .modal-header .close {
	position: absolute;
	top: 7.5px;
	right: 15px;
	color: white;
	background: #e2151b;
	opacity: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#enquiry_modal2 span.end-arrow {
	line-height: 0px !important;
}

#enquiry_modal2 .form-control {
    width: 100% !important;
    margin: auto !important;
    background-color: #f5f5f7;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 14px 0px 0px 29px;
    color: #777777;
}
#enquiry_modal2 .bg_light input {
	height: 55px;
	padding-left: 30px;
	background: #f5f5f7;
	border: none;
	font-size: 14px;
	width: 100%;
}

#enquiry_modal2 .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

#enquiry_modal2 .pop-up-modal-btn {
	padding: 20px 0px 40px 0px;
}

#enquiry_modal2 .pop-up-modal-btn input.submit_bg-red {
	height: 50px;
	width: 165px !important;
}


#enquiry_modal2 .iti--allow-dropdown input[name="number"] {
	padding-left: 60px;
	margin-bottom: 25px !important;
}

#enquiry_modal2 .iti__selected-flag {
	height: 55px;
}






#enquiry_modal3, #enquiry_request {
	background-color: rgba(0, 0, 0, 0.25);
}

#enquiry_modal3 .modal-dialog .modal-content {
	border: 0px;
	border-radius: 0;
}

#enquiry_modal3 .modal-header {
	padding: 13px;
	border-radius: 0px !important;
}

#enquiry_modal3 h5 {
	width: 100%;
}

#enquiry_modal3 .modal-header .close, #enquiry_request .modal-header .close {
	position: absolute;
	top: 7.5px;
	right: 15px;
	color: white;
	background: #e2151b;
	opacity: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

#enquiry_modal3 span.end-arrow {
	line-height: 0px !important;
}

#enquiry_modal3 .form-control {
	width: 100% !important;
	margin: auto !important;
	background: #f5f5f7;
	font-size: 14px;
	border: none;
	border-radius: 0px;
	padding: 14px 0px 0px 29px !important;
	color: #777777;
}

#enquiry_modal3 .bg_light input {
    height: 55px;
    padding-left: 30px;
    background: #f5f5f7;
    border: none;
    font-size: 14px;
    width: 100%;
}

#enquiry_modal3 .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

#enquiry_modal3 .pop-up-modal-btn {
	padding: 20px 0px 40px 0px;
}

#enquiry_modal3 .pop-up-modal-btn input.submit_bg-red {
	height: 50px;
	width: 165px !important;
}


#enquiry_modal3 .iti--allow-dropdown input[name="number"] {
	padding-left: 60px;
	margin-bottom: 25px !important;
}

#enquiry_modal3 .iti__selected-flag {
	height: 55px;
}


.more_details {
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 11px;
    color: #002163;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    height: 30px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
}

.more_details span {
    padding-top:2px;
}

.testimonials_tab-paned {
    display: none;
}

.certifications .slick-slide img {
    display: initial;
	max-width: 100%;
}

.certifications_slider button.slick-prev.slick-arrow{
    left: -8px;
}
.certifications_slider button.slick-next.slick-arrow {
    right: -8px;
}

.certifications .slick-initialized .slick-slide {
    margin: 0 5px;
}

.home_corporate-section .slick-slide {
    margin-right: 15px;
    border: 1px solid #3333;
}

.our_trainer-section .moretexts {
    display: none;
}

.resources_category {
    display: none;
}

.footer_sticky-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

section.sticky_footer {
    background: #000;
    Color: #fff;
    padding: 10px 0px; 
    border-top: .5px solid rgb(255 255 255 / 66%);
}


section.sticky_footer .fa-question-circle-o {
    font-size:22px !important;
}

.banner-corporate {
    background-image: url(../../assets/image/corporate_new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 0%;
}

.section_footer .moretextes {
    display: none;
}
.section_footer .moreless-buttones {
    cursor: pointer;
}

.slider_popular-course .slick-slide {
	margin: 0px 10px;
	height: auto;
 }
 .slider_popular-course button.slick-next.slick-arrow {
	 right: -10px;
 }
 .slider_popular-course .button.slick-prev.slick-arrow {
	 left: -10px;
 }

 section.our_trainer-section p.profile {
    min-height: 42px;
    margin-top: 10px;
    padding: 0px 5px;
}

.course_card-base p.lh-22 {
    min-height: 40px;
}

.course_card h3 {
    font-size: 18px;
    color: #252525;
    line-height: 25px;
    font-family: Montserrat-Bold;
    min-height: 50px;
}

.more_details i {
    font-size: 40px !important;
}

.section_footer .country_image {
    width: 32px;
    height: 32px;
}

.more_details .fa-angle-down:before {
    color: #fff;
}

.modal-body select.form-control:not([size]):not([multiple]) {
    height: 55px;
    padding: 0px 45px 0px 29px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/chevron-red.svg) #f7f8fa;
    background-repeat: no-repeat;
    background-position: 94% 52%;
    background-size: 10px;
    background-color: #fff;
}

	.input_type select {
		padding: 0px 40px 0px 16px !important;
		 -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(../image/chevron-red.svg) #f7f8fa;
		background-repeat: no-repeat;
		background-position: 94% 52%;
		background-color: #fff;
		background-size: 10px;
		font-size:15px;
	}
	.form-control:focus {
		box-shadow: none !important;
	}

	section.course-landing-overview .enquiry-course-lan a {
		padding: 0;
		font-family: 'Montserrat-Regular';
		line-height: initial;
		color: red;
		background: transparent;
		font-size: 15px;
	}

	.clents-work .bg-client .section_register .form-checkbox input:checked + label:after {
		border: solid #fff;
		border-width: 0 2px 2px 0 !important;
	}

	.clents-work .bg-client .corpo-enq-form a.fc-red:hover {
		color: #fff;
	}

	.clents-work .bg-client .section_register .form-checkbox input:checked + label:after,
.section_contact-us .section_register .form-checkbox input:checked + label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
}


#enquiry_modal .bg_light input {
	height: 55px;
	padding-left: 30px;
	background: #f5f5f7;
	border: none;
	font-size: 14px;
	width: 100%;
}

.input_type select {
	height: 45px !important;
    padding: 0px 40px 0px 16px !important;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/chevron-red.svg) #f7f8fa;
    background-repeat: no-repeat;
    background-position: 94% 52%;
    background-color: #fff;
    background-size: 10px;
    font-size:15px;
}

.input_type input, .input_type select {
	height: 45px;
	padding-left: 16px;
	color: black;
	border: 1px solid #d0dcf3;
	width: 100%;
	border-radius: 0;
	outline:none;
}

.form-check-input {
    height: 30px !important;
    width: 20px !important;
    margin-top: 0 !important;
}
.enquiry_check label#check-error {
    top: 66px;
}
.enquiry_schedule label#check-error {
    left:20px;
}
.section_contact-us .check_contact label.error::before {
    background: transparent;
}
.check_corporate label#check-error {
    position: relative;
}
.form-check-input.error ~ .labrl_check{
   position: relative;
    top: -27px;
}

label#check-error {
    top: 50px;
    position: absolute;
    left: 0px;
}

.group-discount-part{
	position: absolute;
    right: 33%;
    top: -17px;
    padding: 2px 12px;
    color: #28a745;
}
@media (max-width:500px){
	.group-discount-part {
	    position: absolute;
	    right: 20%;
	    top: -17px;
	}
}
.bg-wrong{
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #be123c !important;
}
.border-course{
	border: 1px solid #82BFF6;
	border-radius: 8px;
}
.email-right{
	margin-right: 70px;
}
.border-calls{
	margin:15px 5px;
}
.border-calls a{
	color:#374151;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding:10px;
}
.border-calls a:hover{
	color:#1b9de7;
	border: 1px solid #1b9de7;
}
@media (max-width:350px){
	.border-calls a{
		font-size: 11px;
	}
}