@charset "utf-8";
/* CSS Document */

/*  Universal CSS  */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: none!important;
	scroll-behavior: smooth;
}

:focus {
	outline: none;
	box-shadow: none!important;
}

::-moz-selection {
	color: white;
	background: #FF0000;
}
::selection {
	color: white;
	background: #FF0000;
}
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgb(255 0 0 / 30%);
    		box-shadow: inset 0 0 3px rgb(255 0 0 / 30%);
}
::-webkit-scrollbar-thumb {
	background-color: rgb(255 0 0);
	-webkit-box-shadow: inset 0 0 3px rgb(0, 0, 0, 0.5);
			box-shadow: inset 0 0 3px rgb(0, 0, 0, 0.5);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(255 0 0 / 30%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
input[type="number"] {
   -moz-appearance: textfield;
}
body {
	overflow-x: hidden;
	color: #606060;
	font-family: "Montserrat", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ol, ul {
  margin-bottom: 0;
}
p {
    font-size: 0.875rem;
	text-align: justify;
}
.courses, .about, .services, .who_we_serve, .franchisee, .student_love, .contact, .link_add, .vision, .mission, .testimonials, .contact_page, .contact_page_branches, .branch_page {
    padding-top: 4rem;
}
.student_love {
    padding-bottom: 4rem;
}
.main_heading {
    text-align: center;
    padding: 0 1rem 2rem;
}
.main_heading .main_head {
    line-height: 1;
    font-weight: 700;
    color: #0c005a;
    text-transform: uppercase;
}
.main_head_pattern {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_head_pattern span {
    line-height: 1;
    color: #ff0000;
    margin: 0 0.125rem;
}
.main_head_pattern span:first-child, .main_head_pattern span:last-child {
    width: 4rem;
    height: 0.175rem;
    background-color: #0c005a;
}
.main_heading .sub_head {
    display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #0c005a;
    content: "\f324";
    font-size: 0.875rem;
    padding-right: 1rem;
    font-family: "Font Awesome 5 Pro";
}
/* Scroll to Top CSS  */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #0c005a;
	width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    z-index: 9999;
    visibility: hidden;
}
#return-to-top.show {
	visibility: visible;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
    left: 10px;
    top: 5px;
    font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	transform: translateY(0px);
}
#return-to-top:hover {
	background: #ff0000;
	transform: translateY(5px);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px
}
.rocket-aniamtion {
	animation-name: rocket;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
}
/*  Button CSS  */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.btn span {
    transform: translateX(0.5rem);
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.btn i {
    transform: translateX(0.5rem);
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.btn:hover i, .btn:focus i {
	transform: translateX(1rem);
}
.main-btn, .outline-btn {
    border-radius: 5rem;
    background-color: #0c005a;
    color: #fff;
    font-size: 0.75rem;
	padding: 0.5rem 1.75rem;
}
.main-btn:hover, .main-btn:focus,
.outline-btn:hover, .outline-btn:focus {
	color: #fff;
}
.play-btn {
    border-radius: 50%;
    background-color: #606060;
    color: #fff;
    width: 3em;
    height: 3em;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
}
.play-btn span {
	transform: translateX(0);
}
.play-btn:hover {
	transform: scale(1.25);
	background-color: #0c005a;
	color: #fff;
}
.play-btn:before, .play-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #606060;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    animation: pulse-animation 1.5s ease-out infinite;
}
.play-btn:after {
	animation-delay: 0.4s;
}
.play-btn:hover:before, .play-btn:hover:after {
	animation: none;
	background-color: #0c005a;
}
.link-btn {
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0c005a;
    text-transform: uppercase;
}
.link-btn:hover, .link-btn:focus {
	color: #ff0000;
}
.outline-btn {
	background-color: transparent;
    border-color: #0c005a;
    color: #0c005a;
}
.outline-btn:hover, .outline-btn:focus {
	background-color: #ff0000;
	border-color: #ff0000;
}
.map_btn {
    padding: 0;
    margin-left: 0.5rem;
}
.map_btn i {
	transform: translate(0);
}
.map_btn:hover i, .map_btn:focus i {
	transform: translate(0);
	transform: scale(1.25);
	color: #ff0000;
}

/*  Navigation CSS  */

.navbar-brand, .navbar-toggler {
	z-index: 99;
}

.shrink {
    position: fixed !important;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9999;
    background: rgb(232 240 249 / 95%)!important;
    box-shadow: 0 3px 20px 0px rgb(96 96 96 / 0.2);
	animation: 1s ease-in-out 0s 1 normal both running slideInDown;
}
.navbar-brand img {
	width: 10rem;
}
.nav-link {
    font-size: 0.9rem;
    font-weight: 600;
	color: rgb(96 96 96)!important;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: rgb(12 0 90)!important;
}
.navbar-nav .nav-link.active {
    color: rgb(255 0 0 / 100%)!important;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    border: none;
    background: transparent !important;
	padding: 0rem;
}
.navbar-toggler .icon-bar {
	background-color: #2E2E2E;
	transform: rotate(0deg) translate(0px, 0px);
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}
.icon-bar:nth-child(2) {
	width: 15px;
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler:hover > .icon-bar:nth-child(2){
	width: 25px;
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler:active > .icon-bar:nth-child(2){
	width: 25px;
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
	-webkit-transition: ease all .15s;
			transition: ease all .15s;
}

/*  Banner CSS  */
#bannerCarousel .carousel-indicators {
    bottom: calc(10%);
    left: 16.5%;
    justify-content: flex-start;
    margin: 0;
}
#bannerCarousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #0c005a;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    		transition: all 0.6s ease;
}
#bannerCarousel .carousel-indicators li:hover, #bannerCarousel .carousel-indicators li:focus, #bannerCarousel .carousel-indicators li.active {
    background-color: #ff0000;
    border-color: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
    transform: scale(1.05);
	box-shadow: 0 0 0.5rem rgb(255 0 0);
}

.banner_text {
    padding: 4rem 0;
    text-align: center;
}
.banner_text h1, .contact_form h1, .branch_search h1 {
	font-weight: 700;
    color: #ff0000;
    text-transform: uppercase;
}
.contact_form h1 {
	line-height: 1;
	margin-bottom: 2rem;
}
.banner_text h1 span {
	font-weight: 700;
    color: #ff0000;
}
.banner_text h6, .contact_form h6, .branch_search h6 {
    font-weight: 600;
    display: flex;
	align-items: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: #0c005a;
}
.branch_search h6 {
	justify-content: center;
}
.banner_text h6 span, .contact_form h6 span, .branch_search h6 span {
	color: #ff0000;
    font-size: 1.25rem;
	margin-right: 0.5rem;
}
.banner_text p {
    padding: 2rem 0;
}

/*  Courses CSS  */

.course_box {
    text-align: center;
    margin-bottom: 1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.course_box img {
    transform: scale(0.85);
}
.course_box .course-title {
    color: #0C005A;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*  Services CSS  */

.service_card:hover > .services_content h5, .service_card:focus > .services_content h5 {
    color: #ff0000;
}

/*  Counter CSS  */

.service_counter {
    padding: 1.25rem;
    text-align: center;
}
.service_counter .icon {
    padding: 1.5rem;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #ff0000;
    border-radius: 50%;
    transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.service_counter:hover .icon, .service_counter:focus .icon {
	transform: translateY(-1rem);
	box-shadow: 0rem 1rem 1.25rem rgba(255, 0, 0, 0.35);
}
.service_counter .icon img {
    width: 75px;
}
.counter_part {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #ff0000;
    padding: 1rem 0;
}

.counter_part .counter {
    font-weight: 700;
}

/* Frenchisee CSS */

.franchisee_content ul li, .vision_content ul li {
    position: relative;
    padding-left: 1.5rem;
}
.franchisee_content ul li:not(:last-child), .vision_content  ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.franchisee_content ul li::before, .vision_content ul li::before {
    position: absolute;
    content: '\F0833';
    color: #ff0000;
    font-family: 'Material Design Icons';
    font-size: 1rem;
    line-height: 1;
    left: 0;
    top: 4px;
}

/*  Student's Love CSS  */

.student_card, .service_counter, .service_card {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 1px solid rgb(222 222 222);
    -webkit-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}
.student_card:hover, .student_card:focus,
.service_card:hover, .service_card:focus,
.service_counter:hover, .service_counter:focus {
    background-color: #e8f0f9;
    border-color: #e8f0f9;
    border-radius: 0.5rem;
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgb(96 96 96 / 25%);
}
.student_card img, .service_card img {
    width: 75px;
}
.student_card h5, .service_card h5 {
    color: #0C005A;
	font-weight: 600;
	margin: 1.5rem 0;
}
.student_card p {
	margin-bottom: 3rem;
}

/* Get In Touch CSS */
.get_in_touch {
	position: relative;
	background-image: url("../images/parallex_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 12rem 0;
}
.get_in_touch::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(96,96,96,0.75);
}
.get_in_touch > div {
	position: relative;
}
.cont_txt {
    padding-bottom: 1.5rem;
}

/*  Link & Address  */

.footer_link, .footer_address {
    margin-bottom: 2rem;
	text-align: center;
}
.footer_logo {
    padding-bottom: 2rem;
	text-align: center;
}
.footer_logo a img {
    width: 12.5rem;
}
.footer_link h6, .footer_address h6 {
    color: #0c005a;
    font-weight: 700;
    margin-bottom: 1rem;
	border-bottom: 2px solid;
    text-transform: uppercase;
}
.footer_link ul li {
    margin-bottom: 0.25rem;
}
.footer_link ul li a {
	display: flex;
	align-items: center;
    color: #606060;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.footer_link ul li a:hover, .footer_link ul li a:focus {
    color: #ff0000;
}
.footer_link ul li a i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.footer_link ul li a:hover i, .footer_link ul li a:focus i {
    margin-right: 1rem;
}
.footer_address ul li {
	position: relative;
	padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.footer_address ul li::before {
    position: absolute;
    color: #ff0000;
    font-family: 'Material Design Icons';
    font-size: 1rem;
	font-weight: 400;
    line-height: 1;
    left: 0;
    top: 0px;
}
.footer_address ul li.phone::before {
    content: '\F03F2';
}
.footer_address ul li.mail::before {
    content: '\F05F0';
}
.footer_address ul li.location::before {
    content: '\F0352';
}

/*  Footer CSS  */

.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid #dedede;
}
.social {
    padding: 0.5rem 0;
}
.social a {
    width: 2rem;
    height: 2rem;
	margin: 0 0.5rem;
	color: #606060;
    text-align: center;
    border: 1px dashed #606060;
    border-radius: 50%;
    line-height: 2rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}
.social a:hover, .social a:focus {
    color: #fff;
    border-color: #0c005a;
    background-color: #0c005a;
    transform: translateY(-5px);
    box-shadow: 0rem 0.5rem 1rem rgb(96 96 96 / 50%);
}
.copyright > p a {
	position: relative;
    text-decoration: none;
    color: #0c005a;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}
.copyright > p a::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #ff0000;
    -webkit-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}
.copyright > p a:hover, .copyright > p a:focus {
	color: #ff0000;
}
.copyright > p a:hover::after, .copyright > p a:focus::after {
	width: 100%;
}

/*  Inner Pages CSS  */

.inner_banner {
	position: relative;
    padding: 7rem 0 5rem;
	text-align: center;
    background: url("../images/inner_bannerbg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_banner_content h1 {
    color: #ff0000;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.inner_banner_content p {
    margin-bottom: 3rem;
}
.inner_banner_content .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

/*  About Page Testimonial Section CSS  */
.inner_testimonials {
	margin-bottom: 5rem;
}
.inner_testimonials .owl-item {
	padding: 1rem;
}
.testimonial_block {
    position: relative;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    min-height: 12.5rem;
	overflow: hidden;
    box-shadow: 0rem 0rem 1rem 0rem rgb(96 96 96 / 20%);
}
.testimonial_block::before {
    position: absolute;
    bottom: -2.5rem;
    right: -1rem;
    width: 50%;
    z-index: 1;
    content: url(../images/quotation.svg);
}
.testimonial_block .direct_comp, .testimonial_block .statement  {
	position: relative;
	z-index: 2;
}
.testimonial_block .direct_comp {
    margin-top: 3rem;
    line-height: 1;
}
.direct_comp .director {
    font-size: 0.875rem;
    color: #0c005a;
    font-weight: 500;
}
.direct_comp .company {
    color: #ff0000;
    font-weight: 600;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}
.inner_testimonials .owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.inner_testimonials .owl-nav button.owl-prev,
.inner_testimonials .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
	font-size: 0.75rem;
    color: #0c005a;
    border-radius: 50%;
    background: #e8f0f9;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.inner_testimonials .owl-nav button.owl-prev:hover,
.inner_testimonials .owl-nav button.owl-prev:focus,
.inner_testimonials .owl-nav button.owl-next:hover,
.inner_testimonials .owl-nav button.owl-next:focus {
	font-size: 0.875rem;
    color: #ffffff;
    background: #0c005a;
	box-shadow: 0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
}
.inner_testimonials .owl-nav button.owl-prev:hover,
.inner_testimonials .owl-nav button.owl-prev:focus {
	transform: translateX(-0.5rem);
	box-shadow: 0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
}
.inner_testimonials .owl-nav button.owl-next:hover,
.inner_testimonials .owl-nav button.owl-next:focus {
	transform: translateX(0.5rem);
	box-shadow: -0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
}

/*  About Page Team Section CSS  */

.team_card {
    height: 304px;
	cursor: pointer;
    position: relative;
}
.front, .back {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
    border-radius: 1rem;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: all 0.3s linear;
			transition: all 0.3s linear;
}
.front {
	overflow: hidden;
    box-shadow: inset 0rem 0rem 1rem 0rem #e8f0f9;
	-webkit-transform: rotateY(0deg);
			transform: rotateY(0deg);
}
.front img {
	border-radius: 1rem;
}
.back .name {
    line-height: 1;
    color: #0c005a;
    font-weight: 700;
    text-transform: uppercase;
}
.back p {
	font-size: 0.875rem;
}
.back .job {
	text-align: center;
    color: #ff0000;
    line-height: 1;
    font-weight: 500;
    margin: 0.5rem 0 1rem;
}
.back {
	padding: 1.5rem 1rem;
    box-shadow: 0rem 0rem 1rem 0rem #e8f0f9;
	-webkit-transform: rotateY(180deg);
			transform: rotateY(180deg);
}
.team_card:hover .front {
	-webkit-transform: rotateY(-180deg);
			transform: rotateY(-180deg);
}
.team_card:hover .back {
	-webkit-transform: rotateY(0deg);
			transform: rotateY(0deg);
}
.back .icons {
    display: flex;
	margin: 1rem 0;
    justify-content: space-evenly;
    align-items: center;
}
.back .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
    border-radius: 50%;
    font-size: 0.875rem;
	-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.back .icon:hover {
	color: #ffffff;
	font-size: 1rem;
	background-color: #ff0000;
	border: 1px solid #ff0000;
	box-shadow: 0 0.5rem 1rem 0rem rgba(266 0 0 / 50%);
	-webkit-transform: translateY(-0.5rem);
			transform: translateY(-0.5rem);
}
.back .btn.link-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
}
/*  About Page Team Section CSS Ends */

/*  Branch List Page CSS  */

.branch_search .main-btn {
	border-radius: 5rem!important;
}
.branch_search .main-btn i {
	transform: translateX(0);
}
.branch_search .main-btn:hover i, .branch_search .main-btn:focus i {
    transform: translateX(1rem);
}
.branch {
    position: relative;
	overflow: hidden;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
	text-align: center;
    box-shadow: 0rem 0rem 0.75rem 0rem rgb(12 0 90 / 15%);
}
.branch::before {
    position: absolute;
    bottom: -2.5rem;
    right: -2.5rem;
    width: 160px;
	z-index: 1;
    transform: rotate(-45deg);
    content: url(../images/water_mark.svg);
}
.branch > div {
	z-index: 2;
	position: relative;
}
.center_detail {
	margin-bottom: 2rem;
}
.center_detail img {
    width: 7rem;
    height: 7rem;
	margin-bottom: 1rem;
    border-radius: 50%;
}
.code_dir h5 {
    color: #0c005a;
	font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.code_dir h5 span {
    color: #ff0000;
}
.branch_detail .branch_name {
    color: #ff0000;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.branch_detail .location {
    color: #0c005a;
    font-size: 0.9rem;
    font-weight: 500;
}

/*  Contact Page CSS  */

.contact_form .input-group, .branch_search .input-group {
    margin-bottom: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 5rem;
    -webkit-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}
.contact_form .input-group:hover, .branch_search .input-group:hover {
	border-color: #ff0000;
}
.contact_form .input-group:focus-within, .branch_search .input-group:focus-within {
    border-color: #e7f0f8;
    background-color: #e8f0f9;
    box-shadow: 0rem 0rem 1rem 0rem rgb(231 240 248);
}
.contact_form .input-group > .form-control,
.contact_form .input-group > .form-select,
.branch_search .input-group > .form-control {
    font-size: 0.75rem;
    font-weight: 500;
    color: #0c005a;
	padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.contact_form .input-group > .form-select {
    background-size: 12px 12px;
	background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.contact_form .input-group .input-group-text, .branch_search .input-group .input-group-text {
    font-size: 1rem;
    color: #ff0000;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0.25rem 0.5rem;
}
.contact_form .form-check {
    padding-left: 2rem;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0;
}
.contact_form .form-check input {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.1em;
    border-color: #ff0000;
}
.contact_form .form-check-input:focus {
	border-color: #ff0000;
}
.contact_form  .form-check-input:checked[type="checkbox"] {
	border: 0;
}
.contact_branch {
    cursor: pointer;
    text-align: center;
    padding: 1.5rem 1rem;
	background-color: #ffffff;
    border: 1px solid rgb(220 220 220);
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.contact_branch p {
    text-align: center;
}
.contact_branch:hover, .contact_branch:focus {
	transform: translateY(-0.75rem) scale(1.01);
	border: 1px solid rgb(255 255 255);
	box-shadow: 0rem 0.75rem 0.75rem 0rem rgb(220 220 220 / 50%);
}
.contact_branch h3 {
    color: #0d015a;
    font-weight: 700;
    padding-bottom: 1rem;
}
.contact_branch p {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 500;
	margin-bottom: 0.5rem;
}
.contact_branch p i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    color: #ff0000;
}
.contact_branch .btn {
    margin-top: 4rem;
}

/*  Contact Page CSS Ends  */

/*  Responsive CSS  */

@media (min-width: 576px) {
	.footer_logo {
		padding-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	p {
		text-align: inherit;
		font-size: 1rem;
	}
	.main_heading {
		padding: 0 5rem 5rem;
	}
	.main_heading .sub_head {
		display: block;
		font-size: 0.875rem;
	}
	.banner_content {
		display: flex;
		align-items: center;
	}
	.banner_content > div {
		flex: 1;
	}
	.banner_text {
    	text-align: left;
		padding: 0;
	}
	.banner_text p {
		padding: 1rem 0 2.5rem;
	}
	.cont_txt {
		padding-bottom: 0;
	}
	.footer_logo a img {
		width: 15rem;
	}
	.footer_link, .footer_address {
		text-align: left;
	}
	#return-to-top {
    	width: 50px;
    	height: 50px;
	}
	#return-to-top i {
		left: 19px;
		top: 16px;
		font-size: 19px;
	}
	.inner_testimonials .owl-nav {
		width: 100%;
		display: flex;
		position: absolute;
		align-items: center;
		top: calc(50% - 25px);
		justify-content: space-between;
	}
	.inner_testimonials .owl-nav button.owl-prev,
	.inner_testimonials .owl-nav button.owl-next {
		opacity: 0;
		width: 50px;
		height: 50px;
		font-size: 1rem;
	}
	.inner_testimonials .owl-nav button.owl-prev {
		transform: translateX(-100%);
	}
	.inner_testimonials .owl-nav button.owl-next {
		transform: translateX(100%);
	}
	.inner_testimonials:hover .owl-nav button.owl-prev,
	.inner_testimonials:focus .owl-nav button.owl-prev {
		opacity: 1;
		transform: translateX(-50%);
	}
	.inner_testimonials:hover .owl-nav button.owl-next,
	.inner_testimonials:focus .owl-nav button.owl-next {
		opacity: 1;
		transform: translateX(50%);
	}
	.branch_search .main-btn i {
		transform: translateX(0.5rem);
	}
}

@media (min-width: 992px) {
	.btn i {
		font-size: 1.25rem;
	}
	.main-btn, .outline-btn {
		font-size: 0.9rem;
		padding: 0.75rem 3rem;
	}
	.main_heading {
    	padding: 0 10rem 5rem;
	}
	.course_box {
		margin-bottom: 4.5rem;
	}
	.banner_image {
    	position: relative;
    	margin-right: -4rem;
	}
	.about_image, .vision_image, .contact_image {
    	position: relative;
    	margin-right: -7.5rem;
	}
	.franchisee_image, .mission_image {
		position: relative;
		margin-left: -7.5rem;
	}
	.about_content .text-center {
    	text-align: left!important;
    	margin-top: 2rem;
	}
	.copyright {
		width: 100%;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.testimonial_block .direct_comp {
		position: absolute;
		bottom: 1rem;
	}
	.testimonial_block::before {
		width: 30%;
	}
	.branch {
		padding: 1.5rem;
		text-align: left;
	}
	.center_detail {
		display: flex;
		margin-bottom: 3rem;
		align-items: center;
	}
	.center_detail img {
		margin-right: 1rem;
		margin-bottom: 0;
	}
	.code_dir h5, .branch_detail .branch_name {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.logo_bg {
		position: absolute;
		left: -55px;
		top: -90px;
		width: 360px;
		z-index: -1;
		content: url(../images/logo_bg.svg);
	}
	.shrink {
    	padding: 1rem 0;
	}
	.navbar-brand img {
    	width: 16rem;
	}
	.navbar-nav .nav-item:not(:last-child) {
		margin-right: 1rem;
		position: relative;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		min-width: 10rem;
		padding: 0.5rem 0;
		margin: 0.125rem 0 0;
		font-size: 0.9rem;
		color: #606060;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		box-shadow: 0rem 0rem 1rem rgb(96 96 96 / 15%);
		border: 0;
		border-radius: 0.5rem;
	}
	.navbar .nav-item .dropdown-menu {
		display:block;
		opacity: 0;
		visibility: hidden;
		margin-top:0;
    	-webkit-transition: all 0.15s ease-in-out;
    			transition: all 0.15s ease-in-out;
	}
	.navbar .nav-item .dropdown-menu.fade-up {
		top:150%;
	}
	.navbar .nav-item:hover .dropdown-menu {
		opacity:1;
		visibility:visible;
		top:100%;
	}
	.dropdown-item {
		display: block;
		min-width: 15rem;
		width: 100%;
		padding: 0.5rem 1rem;
		clear: both;
		font-size: 0.9rem;
		font-weight: 500;
		color: #606060;
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	.banner_image {
    	position: relative;
    	margin-right: -7rem;
	}
	.contact_image {
    	margin-right: -15.5rem;
	}
	.main_heading {
    	padding: 0 15rem 5rem;
	}
	.login-btn {
		display: flex;
		align-items: center;
		padding: 0.5rem 2.5rem !important;
		background-color: #00E683;
		border-radius: 5rem;
		font-weight: 600;
		text-transform: uppercase;
		color: #fff !important;
		box-shadow: 0 0rem 1rem rgb(0 230 131 / 50%);
    	-webkit-transition: all 0.15s ease-in-out;
    			transition: all 0.15s ease-in-out;
	}
	.login-btn:hover, .login-btn:focus, .login-btn:active, .login-btn.active {
		color: #fff!important;
    	background-color: #FF0000;
    	border-color: #FF0000;
    	box-shadow: 0 0.5rem 1rem rgb(255 0 0 / 50%);
	}
	.login-btn::before, .login-btn::after {
		display: none;
	}
	.login-btn span {
		font-size: 18px;
    	line-height: 1;
    	transform: translateX(0.5rem);
    	-webkit-transition: all 0.15s ease-in-out;
    			transition: all 0.15s ease-in-out;
	}
	.login-btn:hover span, .login-btn:focus span, .login-btn:active span, .login-btn.active span {
    	transform: translateX(1rem);
	}
	.contact_form .input-group > .form-control,
	.contact_form .input-group > .form-select,
	.branch_search .input-group > .form-control {
		height: calc(2em + 1rem + 2px);
		font-size: 0.875rem;
	}
	.contact_form .input-group .input-group-text, .branch_search .input-group .input-group-text {
		font-size: 1.25rem;
		padding: 0.375rem 0.75rem;
	}
	.contact_form .input-group > .form-select {
		background-size: 16px 16px;
	}
	.contact_form .form-check {
		padding-left: 2.5rem;
		font-size: 0.875rem;
		font-weight: 600;
	}
	.contact_form .form-check input {
		width: 1rem;
		height: 1rem;
		margin-top: 0.125em;
	}
}

/*  Play Button Animation  */
@keyframes pulse-animation {
	0% {
		opacity: .8;
		transform: scale(1);
	}
	70% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
	}
}

/*  Scroll to Top Animation  */
@keyframes rocket {
	0% {
		transform: translateY(0%);
		opacity: 1;
	}
	100% {
		transform: translateY(-200%);
		opacity: 0;
	}
}

@media (max-width:1199.99px) {
	.navbar-collapse {
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		width: 20rem;
		position: fixed;
		overflow-y: auto;
		padding: 4rem 1rem 0rem;
		visibility: hidden;
		pointer-events: none;
		min-height: 100% !important;
		height: 100vh;
		background-color: #e8f0f9;
		transform: translateX(-100%);
		-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
		box-shadow: 2rem 0rem 5rem 0rem rgb(12 0 90 / 50%);
	}
	.navbar-collapse.show {
		opacity: 1;
		overflow: auto;
		pointer-events: all;
		visibility: visible;
		transform: translateX(0%);
	}
	.navbar-nav .dropdown-menu {
		margin-top: 0;
		padding: 0;
		border: 0;
		max-height: 10rem;
		overflow-y: auto;
		background-color: transparent;
	}
	.dropdown-item {
		position: relative;
		font-size: 0.9rem;
		padding: 0.5rem 1rem;
		font-weight: 500;
		color: #0c005a;
	}
}

/*added from abhishek*/
.offer-slider .owl-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 10px 0 0;
}

	.offer-slider .owl-nav button.owl-prev,
	.offer-slider .owl-nav button.owl-next {
		width: 35px;
		height: 35px;
		font-size: 0.75rem;
		color: #0c005a;
		border-radius: 50%;
		background: #e8f0f9;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.offer-slider .owl-nav button.owl-prev:hover,
		.offer-slider .owl-nav button.owl-prev:focus,
		.offer-slider .owl-nav button.owl-next:hover,
		.offer-slider .owl-nav button.owl-next:focus {
			font-size: 0.875rem;
			color: #ffffff;
			background: #0c005a;
			box-shadow: 0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
		}

		.offer-slider .owl-nav button.owl-prev:hover,
		.offer-slider .owl-nav button.owl-prev:focus {
			transform: translateX(-0.5rem);
			box-shadow: 0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
		}

		.offer-slider .owl-nav button.owl-next:hover,
		.offer-slider .owl-nav button.owl-next:focus {
			transform: translateX(0.5rem);
			box-shadow: -0.5rem 0rem 0.5rem 0rem rgb(12 0 90 / 50%);
		}


@media (min-width: 768px) {
	.offer-slider .owl-nav {
		width: 100%;
		display: flex;
		position: absolute;
		align-items: center;
		top: calc(50% - 25px);
		justify-content: space-between;
	}
		.offer-slider .owl-nav button.owl-prev,
		.offer-slider .owl-nav button.owl-next {
			opacity: 0;
			width: 50px;
			height: 50px;
			font-size: 1rem;
		}

		.offer-slider .owl-nav button.owl-prev {
			transform: translateX(-100%);
		}

		.offer-slider .owl-nav button.owl-next {
			transform: translateX(100%);
		}

	.offer-slider:hover .owl-nav button.owl-prev,
	.offer-slider:focus .owl-nav button.owl-prev {
		opacity: 1;
		transform: translateX(-50%);
	}

	.offer-slider:hover .owl-nav button.owl-next,
	.offer-slider:focus .owl-nav button.owl-next {
		opacity: 1;
		transform: translateX(50%);
	}
}
@media (min-width: 768px) {
	.offer-slider .owl-nav button.owl-prev {
		transform: translateX(-100%);
	}
}
.section-divider {
	padding: 80px 0;
}

.banner-list-wrapper {
	background-color: #d1e1f2;
	padding: 15px 15px;
	margin: 0 0 25px;
	border-radius: 10px;
}

.banner-list-single {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

	.banner-list-single img {
		width: 45px;
		margin-right: 5px;
	}

	.banner-list-single p {
		padding: 0;
		font-size: 14px;
		color: #163d87;
	}

.banner-cta-wrapper {
	padding: 0 0 30px;
}

.logo-block-wrapper {
	padding: 50px 0 0;
}

.logo-sec-block {
	background: #d1e1f2;
	border-radius: 10px;
	padding: 20px;
}

.logo-block-desc {
	border-right: solid 2px #0c005a;
}

	.logo-block-desc h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
		color: #0c005a;
	}

.logo-block-single {
	margin-right: 10px;
}


.bg-blue {
	background-color: #f4f2ff;
}

.heading {
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: #0c005a;
	font-weight: 700;
	margin: 0 0 35px;
	text-transform: uppercase;
	position: relative;
}

	.heading.pattern {
		position: relative;
	}

	.heading i {
		font-style: normal;
		color: #32abee;
	}

	.heading.pattern:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 160px;
		background-color: #000;
		height: 3px;
		right: 0;
		margin: 0 auto;
	}

	.heading.pattern:after {
		content: "\f005";
		position: absolute;
		bottom: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-family: 'Font Awesome 5 Pro';
		font-size: 15px;
		color: #f51d1d;
		animation: mdi-spin 2s infinite linear;
		background: #fff;
		width: 29px;
		line-height: 30px;
		border-radius: 50%;
	}

.bg-blue .heading.pattern:after {
	background-color: #f4f2ff;
}
.instrutor-info-each {
	position: relative;
	margin: 0 0 20px;
	padding: 32px 27px;
}

	.instrutor-info-each p {
		position: relative;
		z-index: 9;
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}

	.instrutor-info-each:before {
		position: absolute;
		top: 2px;
		left: 2px;
		right: 0;
		width: calc(100% - 6px);
		height: 94%;
		content: "";
		border-radius: 10px;
		background-color: #fff;
		z-index: 1;
		margin: 0 auto;
		-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.instrutor-info-each:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		border-radius: 10px;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#0c005a), to(transparent));
		background-image: linear-gradient(to right, #0c005a, transparent);
		z-index: 0;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.instrutor-info-each.right-border:before {
		left: 0;
		right: 2px;
	}

	.instrutor-info-each.right-border:after {
		background-image: linear-gradient(to left, #0c005a, transparent);
	}

.instruct-cap {
	position: absolute;
	background: #ffffff;
	color: #0c005a;
	padding: 10px 22px;
	border-radius: 10px;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
	border: solid 1px #787878;
	font-weight: 700;
}

	.instruct-cap .counter_part {
		padding: 0;
		font-size: 18px;
	}

	.instruct-cap.cap-1 {
		top: 0;
	}

	.instruct-cap.cap-2 {
		top: 50%;
		right: 0;
	}

	.instruct-cap.cap-3 {
		bottom: 0;
		left: 0;
	}

.wt-box-wraper {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}

@media(max-width:1366px) {
	.logo-block-desc h2 {
		font-size: 26px;
		line-height: 36px;
	}
}


@media(max-width:990px) {
	#bannerCarousel .carousel-indicators {
		left: 0;
		margin: 0;
		bottom: -45px;
		justify-content: center;
	}

	.section-divider {
		padding: 40px 0;
	}

	.banner:before {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 70%;
		width: 100%;
		height: 100%;
		background-size: 70%;
		background-position: top;
	}

	.heading {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.logo-block-desc {
		border-right: none;
		border-bottom: solid 2px #99a5b3;
		padding: 0 0 10px;
		text-align: center;
	}

	.img-wrapper.becom-intruct-thumb {
		text-align: center;
		margin: 55px 0;
	}

		.img-wrapper.becom-intruct-thumb img {
			width: 50%;
		}

	.instruct-cap.cap-1 {
		left: 19%;
	}

	.instruct-cap.cap-3 {
		left: 0;
	}

	.instruct-cap.cap-2 {
		right: 7%;
	}
}

@media(max-width:767px) {

	.banner-list-single {
		display: block;
		margin: 0 0 25px;
	}

		.banner-list-single img {
			margin: 0 0 5px;
		}

		.banner-list-single p {
			text-align: center;
		}

	.img-wrapper.becom-intruct-thumb img {
		width: 100%;
	}

	.instruct-cap {
		position: static;
	}
}

/*added for new registrion page*/

.Testimonials.rotate {
	transform: rotate(-6deg);
	margin-top: 0px;
	background-color: #fff;
	margin-top: 50px;
}

.Testimonials {
	background: #24ade3;
	margin-top: 113px;
	position: relative;
	box-shadow: 3px 2px 4px #ddd;
}
	.Testimonials.rotate2 {
		transform: rotate(3deg);
		margin-top: 50px;
	}

.Testimonials {
	background: #24ade3;
	margin-top: 113px;
	position: relative;
	box-shadow: 3px 2px 4px #ddd;
}

.inner-subbanner {
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-position: center center;
	margin: -35px 0 0;
	padding: 45px 0;
}

icons:before {
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	left: 30px;
	color: #24ade3;
	z-index: 9;
}

.candidate_name:before {
	content: "";
	font-family: FontAwesome;
}

.form-control {
	padding-left: 40px;
}

.icons {
	margin: 0 !important;
}

	.icons:before {
		font-family: FontAwesome;
		position: absolute;
		top: 10px;
		left: 30px;
		color: #24ade3;
		z-index: 9;
	}

.candidate_name:before {
	content: "";
	font-family: FontAwesome;
}

.candidate_email:before {
	content: "";
}

.candidate_title:before {
	content: "";
}

.candidate_mobile:before {
	content: "";
}

.candidate_location:before {
	content: "";
}

.resume_skills:before {
	content: "";
}

.candidate_function:before {
	content: "";
}

.resume_category:before {
	content: "";
}

.chosen-container-multi .chosen-choices {
	padding: 3px 30px;
}

.city:before {
	content: "";
}

.zip:before {
	content: "Zip";
}

.state:before {
	content: "";
}

.password:before {
	content: "";
}

.comment:before {
	content: "";
}

.icons:before {
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 15px;
	color: #ffffff;
	z-index: 9;
	height: 100%;
	width: 34px;
	background-color: #24ade3;
	text-align: center;
	line-height: 40px;
}

.form-control {
	height: 40px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #24ade3;
	border-radius: 0px;
	box-shadow: none;
}

/* new for course certificate css */

.banner-info .instruct-cap {
	position: relative;
	border: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

	.banner-info .instruct-cap .counter_part {
		color: #0c005a;
	}

.cources-each {
	padding: 15px 15px 100px;
	box-shadow: 0 5px 15px #cdcdcd;
	border-radius: 15px;
	background: #fff;
	transition: 0.3s all;
	margin: 0 0 30px;
	min-height: calc(100% - 30px);
	position: relative;
}

	.cources-each:before {
		content: "";
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90%;
		height: 50px;
		background: #c9c9c9;
		border-radius: 15px;
		z-index: -1;
	}

.cources-thumb {
	border-radius: 20px;
	overflow: hidden;
}

.cources-desc h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	color: #ff0017;
}

.cources-detail-each p {
	color: #0c005a;
	font-weight: 500;
}

.cources-desc {
	padding: 0 0 32px;
}

.cources-cta {
	position: absolute;
	bottom: 10px;
	width: 92%;
	margin: 0 auto;
	padding: 20px 0 0;
	border-top: solid 1px #adadad;
}

.cources-each:hover {
	background-color: #0c005a;
}

	.cources-each:hover .cources-desc h2 {
		color: #fff;
	}

	.cources-each:hover .cources-detail-each p {
		color: #fff;
	}

	.cources-each:hover .cources-detail-each img {
		filter: brightness(0) invert(1);
	}

	.cources-each:hover .main-btn, .outline-btn {
		background-color: #ffffff;
		color: #0c005a;
	}

	.cources-each:hover .cources-cta p {
		color: #fff;
	}

		.cources-each:hover .cources-cta p img {
			filter: brightness(0) invert(1);
		}

	.cources-each:hover:before {
		background: #9989ff
	}

.cource-widget-wrapper {
	background: #f1efff;
	text-align: center;
	padding: 15px;
	border-radius: 20px;
	position: sticky;
	top: 90px;
}

.cource-widget-each {
	margin: 0 0 15px;
}

.cource-widget-main {
	border-bottom: solid 1px #7e7e7e;
	margin: 0 0 15px;
}

	.cource-widget-main:last-child {
		border-bottom: none;
		margin: 0 0 15px;
	}

.logo-block-single img {
	width: 192px;
}

.logo-block-single {
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content: center;
}

@media(min-width:768px) {

	.logo-slider .owl-nav {
		width: 100%;
		display: flex;
		position: absolute;
		align-items: center;
		top: calc(50% - 25px);
		justify-content: space-between;
	}

		.logo-slider .owl-nav button.owl-prev,
		.logo-slider .owl-nav button.owl-next {
			opacity: 0;
			width: 50px;
			height: 50px;
			font-size: 1rem;
		}

		.logo-slider .owl-nav button.owl-prev {
			transform: translateX(-100%);
		}

		.logo-slider .owl-nav button.owl-next {
			transform: translateX(100%);
		}

	.logo-slider:hover .owl-nav button.owl-prev,
	.logo-slider:focus .owl-nav button.owl-prev {
		opacity: 1;
		transform: translateX(-50%);
	}

	.logo-slider:hover .owl-nav button.owl-next,
	.logo-slider:focus .owl-nav button.owl-next {
		opacity: 1;
		transform: translateX(50%);
	}
}

@media(max-width:990px) {
	.logo-slider .owl-nav {
		display: none;
	}
}

@media(min-width:1024px){
    .logo-slider .owl-nav button.owl-prev {
        transform: translateX(-100%);
        transition:0.2s all;
    }
.logo-slider .owl-nav button.owl-next {
        transform: translateX(100%);
        transition:0.2s all;
    }

.logo-slider:focus .owl-nav button.owl-prev .logo-slider:hover .owl-nav button.owl-prev {
        opacity: 1;
        transform: translateX(-50%);
    }

.logo-slider .owl-nav button.owl-prev, .logo-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    color: #0c005a;
    border-radius: 50%;
    background: #e8f0f9;
    border: none;
}

.logo-slider .owl-nav button:hover{
    color: #ffffff;
    background: #0c005a;
}
}
@media(max-width:990){
	.logo-slider .owl-nav {
		display: none;
	}
}





























