@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}
body {
	font-weight: 400;
	/*font-family: Roboto, sans-serif;*/
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: 'Poppins', sans-serif;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #cd5052;
	text-decoration: none;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
a:hover {
	text-decoration: none;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
a:active, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
button:focus {
	outline: none;
}
p {
	margin-bottom: 0px;
}
*:focus {
	outline: none;
	box-shadow: none;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-400 {
	font-weight: 400;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus, .form-control:focus {
	box-shadow: none;
}
.container {
	max-width: 1240px;
}

.sticky {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 13px -2px rgb(3 3 3 / 14%);
    transition: 0.7s;
}
.sticky .logo img{
	width: 190px;
	transition: 0.7s;
}
.sticky nav.menu ul li a{
	padding: 15px 0;
	transition: 0.7s;
}

header {
	position: fixed;
	width: 100%;
	top: 0px;
	/*box-shadow: 0 0px 5px rgb(0 0 0 / 20%);*/
	z-index: 999;
	background-color: #139bab;
}
header .logo img {
	width: 200px;
	transition: 0.7s;
}
header nav.menu ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
header .header-inner {
	position: relative;
}
header .hea-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;*/
}
.header-right-info{
	float: right;
    margin-bottom: -58px;
    position: relative;
    z-index: 999;
    right: 0%;
    top: -8px;
}
.header-right-info ul{
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0px;
}
.header-right-info ul li a{
	padding-left: 12px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.header-right-info ul li a:hover{
	color: #55edff;
}
.header-right-info ul li a i{
	background-color: green;
    width: 35px;
    height: 35px;
    border-radius: 100%;
	border: solid 2px green;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.header-right-info ul li a i:hover{
	border: solid 2px #ffffff;
	background-color: transparent;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.hea-inner .menu{
	padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}
header nav.menu ul li {
	display: inline-block;
	padding: 0 10px;
}
header nav.menu ul li ul {
	padding-top: 15px;
}
header nav.menu ul li ul li {
	padding: 0px;
	display: block
}
header nav.menu ul li ul li a {
	padding: 3px 0px;
	font-size: 13px;
	line-height: 21px;
	text-transform: capitalize;
	color: #666666;
	font-weight: 400;
}
header nav.menu ul li a.dropdown-item {
    color: #212529;
    padding: 5px 15px;
    font-weight: 400;
}
header nav.menu ul li a.dropdown-item:hover {
    color: #139bab;
    padding: 5px 15px;
    font-weight: 400;
}
header nav.menu ul li:hover ul li a:after{ display:none;}
header nav.menu ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	padding: 0px 10px;
	display: inline-block;
	font-weight: 600;
	position:relative;
	transition: 0s !important;
	letter-spacing: 0.5px;
}
header nav.menu ul li a:hover, .df-active {
	color: #139bab !important;
    background-color: #ffffff;
    transition: 0s !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
}
header nav.menu ul li a.active {
	color: #139bab;
    font-weight: 600;
    /* font-size: 17px; */
    /* text-shadow: 0px 0px 3px #000000; */
    background-color: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
}
header nav.menu ul li.new-megamenu:hover a:after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top:90px;
    left: 0px;
    content: '';
    z-index: 9999;
    width: 10px;
    margin: 0 auto;
    right: 0px;
}

header nav.menu ul li.new-dropdown:hover a:after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top:90px;
    left: 0px;
    content: '';
    z-index: 9999;
    width: 10px;
    margin: 0 auto;
    right: 0px;
}

header nav.menu .new-megamenu-wrap {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	background: #252525;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	visibility: hidden;
	opacity: 0;
}
header nav.menu .new-megamenu-wrap {
}
.header nav.menu li.new-dropdown.last-element ul {
	right: 0;
	left: auto;
}
header nav.menu li.new-dropdown {
	position: relative;
}
header nav.menu li.new-dropdown ul {
	position: absolute;
	left: -73px;
	top: 100px;
	width: 250px;
	background: #fff;
	padding: 20px 25px;
	visibility: hidden;
	opacity: 0;
	z-index: -9;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
	-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
	border-bottom: 5px solid #139bab;
}
header nav.menu li.new-dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
.megamenu-top {
	background: #fff !important;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
	-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
	border-bottom: 5px solid #139bab;
}
header nav.menu li.new-megamenu:hover .new-megamenu-wrap {
	visibility: visible;
	opacity: 1;
	z-index: 98;
}
header nav.menu li.new-megamenu {
	position: inherit;
}
.dropCarotBox {
	height: 20px;
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: -20px;
	left: 0;
}
.dropCarotBox .carotIcon {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	top: 10px;
	left: 496px;
	display:none;
}
.test-series .dropCarotBox .carotIcon {
	left: 603px;
}
.books .dropCarotBox .carotIcon {
	left: 106px;
}
.more .dropCarotBox .carotIcon {
	left: 106px;
}
.submit .dropCarotBox {
	height: 65px;
	top: -37px;
	left: 0;
}
.submit .dropCarotBox .carotIcon {
	top: 28px;
	left: 143px;
}
header nav.menu li.new-dropdown.submit ul {
	top: 75px;
}
header nav.menu .new-megamenu-single {
	padding: 0px;
	-webkit-box-flex: 100;
	-webkit-flex-grow: 100;
	-moz-flex-grow: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	padding-left: 15px;
}
.btn-submit {
	background-color: transparent;
	font-size: 11px;
	padding: 3px 20px 1px;
	color: #333333;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 15px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	text-align: center;
	outline: none;
}
.btn-submit.qr {
	border-radius: 4px 0px 0px 4px;
	border-right: 0px;
	padding: 3px 8px 1px;
	margin-right: -4px;
}
.btn-submit.qr:hover {
	border-right: 0px;
}
header nav.menu ul li .btn-submit a {
	padding: 0px;
	line-height: 14px;
	font-size: 11px;
}
header nav.menu ul li:hover .btn-submit a:after{display:none;}

header nav.menu ul li.new-dropdown:hover .btn-submit a::after{display:none;}

.header-cont{
	padding-right: 0px !important;
}
.btn.focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
.btn-submit p {
	text-transform: uppercase;
}
.btn-submit img {
	width: 18px;
	margin-bottom: 0px;
}
.btn-submit span {
	font-size: 11px;
	display: block;
}
.btn-submit:hover {
	color: #179bab;
}
header nav.menu ul li ul li a.btn-login {
	background-color: #179bab;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 5px 0px;
}
header nav.menu ul li ul li a.signup {
	color: #179bab;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
header nav.menu ul li ul li {
	font-size: 14px;
}
header nav.menu li.cr-megamenu>a::after {
	content: "\eb73";
	font-family: Icofont;
	padding-left: 3px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}
header nav.menu li.cr-dropdown>a::after {
	content: "\eb73";
	font-family: Icofont;
	padding-left: 3px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}
.login-button{
	position: relative;
    right: 2%;
	display: flex;
	align-items: center;
}
.login-button a{
	display: flex;
	font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    align-items: center;
    padding: 0px;
    letter-spacing: 0.5px;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	margin-right: 30px;
	padding: 2px 20px;
	border: solid 2px #ffffff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
.login-button a:last-child{
	margin-right: 0px;
}
.login-button a:hover{
	color: #139bab;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	background-color: #ffffff;
}
.login-button a i{
	color: #ffffff;
	font-size: 18px;
	padding-right: 5px;
	margin-top: 2px;
	display: none;
}
.phone-number-header{
	display: flex;
	font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    align-items: center;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	margin-right: 30px;
	padding: 2px 5px !important;
	border: solid 2px #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-o-border-radius: 100% !important;
	-ms-border-radius: 100% !important;
	justify-content: center;
}
.phone-number-header i{
	display: block !important;
	padding-right: 0px !important;
}
.phone-number-header:hover i{
	color: #139bab;
}
.topslider {
	margin-top: 75px;
}
#banner .item {
	height: 450px;
}
#banner.owl-carousel.owl-theme .owl-nav .owl-next {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(../images/banner-arrow.png);
	float: right;
	background-position: 0 0;
	margin-right: 0px;
	background-position: right;
	font-size: 0px;
	margin-right: 35px;
}
#banner.owl-carousel.owl-theme .owl-nav .owl-prev {
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(../images/banner-arrow.png);
	float: left;
	background-position: 0 0;
	margin-left: 0px;
	background-size: auto 100%;
	font-size: 0px;
	margin-left: 35px;
	transform: rotate(180deg);
}
#banner.owl-carousel.owl-theme .owl-nav .owl-prev{
	top: 43%;
	position: absolute;
	z-index: 1;
	left: -30px;
}
#banner.owl-carousel.owl-theme .owl-nav .owl-next{
	top: 43%;
	position: absolute;
	z-index: 1;
	right: -30px;
}
.section-padding {
	padding: 50px 0px;
}
.rounded-xl {
	border-radius: 1rem;
}
.err-class {
	display: block;
	margin-top: -2rem;
	margin-bottom: .5rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




/*banner main*/
.banner-main{
	margin-top: 64px;
	/*padding: 80px 0px 0px 0px;*/
	/*background: rgb(19 155 171);*/
    /*background: linear-gradient(
185deg, rgb(39 158 180) 0%, rgba(38,157,179,1) 35%, rgba(34,156,177,1) 100%);	*/
}
.banner-main .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
.banner-first{
	padding-top: 60px;
	background-color: rgb(19 155 171);
}
.banner-main .row{
	margin-left: 0px;
	margin-right: 0px;
}
.banner-main .owl-nav{
	display: none;
}
.banner-main .owl-dots{
	display: none;
}

.add-buton{
	position: relative;
}
.add-buton a{
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #ffffff;
    color: #139bab;
    /*border: solid 1px #ffffff;*/
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
}
.add-buton a:hover{
	background-color: #139bab;
	color: #ffffff;
}
.banner-second{
	height: 100%;
	width: 100%;
}
.banner-second img{
	object-fit: fill;
	height: 598px;
}
.banner-left-text {
    padding-left: 19%;
    padding-top: 50px;
}
.banner-left-text h2{
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.banner-left-text p{
	font-size: 18px;
	color: #ffffff;
	padding: 20px 0px;
	letter-spacing: 0.5px;
}
.banner-left-text span{
	background-color: #1e8a97;
	padding: 5px 15px 5px 10px;
	color: #ffffff;
	border-radius: 3px;
	letter-spacing: 0.5px;
	font-size: 16px;
}
.lg-outer.lg-thumb-open .lg-thumb-outer{
	display: none;
}
#lg-counter{
	display: none;
}
.lg-actions{
	display: none;
}
.banner-buttons{
	display: flex;
	align-items: center;
	margin-top: 30px;
	list-style: none;
}
.banner-buttons li{
	margin-right: 30px;
}
.banner-buttons a{
	background-color: transparent;
	color: #ffffff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 15px;
    font-weight: 500;
}
.banner-buttons li:last-child{
	margin-right: 0px;
}
.banner-buttons .banner-download{
	background-color: #ffffff !important;
	color: #159aa9;
}
.banner-buttons a i{
	padding-right: 5px;
}

/*banner main end*/

.mocktest {
	padding: 40px 0px 40px;
	background-color: #f0f4f5;
}

.all-title{
	width: 100%;
	padding-bottom: 30px;
	font-size: 40px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #333333;
	margin-bottom: 0px;
}
.mocktest .card {
	padding: 30px;
	text-align: center;
	border-radius: 0px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0px 0px 17px 1px #dedede;
	-webkit-box-shadow: 0px 0px 17px 1px #dedede;
	-moz-box-shadow: 0px 0px 17px 1px #dedede;
	-ms-box-shadow: 0px 0px 17px 1px #dedede;
	margin-bottom: 30px;
}
.mocktest .card:hover {
	box-shadow: 0px 0px 15px 1px #d4d4d4;
	-webkit-box-shadow: 0px 0px 15px 1px #d4d4d4;
	-moz-box-shadow: 0px 0px 15px 1px #d4d4d4;
	-ms-box-shadow: 0px 0px 15px 1px #d4d4d4;
}
.mocktest .card.card2 {
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.video-sec{
	border: solid 10px rgb(23 155 171 / 14%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-top: -13px;
	box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 15%);
	-ms-box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 15%);
}
.mocktest .card h2 {
	font-size: 26px;
	line-height: 38px;
	padding: 12px 0px 10px;
	font-weight: 600;
	margin: 0px;
	color: #333333;
	margin-bottom: 0px;
}
.mocktest .card img {
	width: 60px;
}
.curfamily {
	margin: 0px;
	background: #ea3234;
	background-image: -webkit-linear-gradient(to right top, #ea3234, #dd419a, #8c75d7, #0091d4, #179bab);
	background-image: -moz-linear-gradient(to right top, #ea3234, #dd419a, #8c75d7, #0091d4, #179bab);
	background-image: -ms-linear-gradient(to right top, #ea3234, #dd419a, #8c75d7, #0091d4, #179bab);
	background-image: linear-gradient(to right top, #ea3234, #dd419a, #8c75d7, #0091d4, #179bab);
	/*background: -moz-linear-gradient(-45deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
	background: -webkit-linear-gradient(-45deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
	background: linear-gradient(135deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3234', endColorstr='#179bab', GradientType=1 );*/
	padding: 50px 0px;
}

/*mockup hover effect css start*/
.mock-hovr-effect{
	margin-left: 0px;
}
.square-flip {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	transform: perspective(1000px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/*border:1px solid #efefef;*/
	position: relative;
	float: left;
	/*margin: 20px 0px;*/ 
}

.square-flip {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

.square,
.square2 {
	width: 100%;
	height: 100%;
}

.square {
	background-size: cover;
	background-position: center center;
	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.square-flip .square {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	z-index: 1;
	box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 15%);
	-ms-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 15%);
	-o-box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 15%);
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}

/*.square-flip:hover .square {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
}

.square2 {
	background-size: cover;
	background-position: center center;
	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.square-flip .square2 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	z-index: 1;
}

.square-flip:hover .square2 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
	-ms-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
	-o-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #139baa;
}
*/

/*Square content*/

.square-container {
	padding: 20px 15px;
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transform: translateY(-50%) translateX(0px) scale(1);
	-ms-transform: translateY(-50%) translateX(0px) scale(1);
	transform: translateY(-50%) translateX(0px) scale(1);
	transform-style: preserve-3d;
	z-index: 2;
}
.square-container img{
	width: 50px;
	text-align: center;
	display: block;
	margin: auto;
}
.square-container h2{
	font-size: 26px;
    line-height: 28px;
    padding: 12px 0px 10px;
    font-weight: 600;
    margin: 0px;
    color: #333333;
    margin-bottom: 0px;
}
.square-container p{
	color: #333333;
	font-size: 14px;
	letter-spacing: -0.5px;
}


.all-exams-inbox{
	max-width: 1200px;
    margin: auto;
    padding: 50px 0px 0px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px #00000026;
    overflow: hidden;
}

/*.square-flip:hover .square-container {
	-webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
	-ms-transform: translateY(-50%) translateX(-650px) scale(.88);
	transform: translateY(-50%) translateX(-650px) scale(.88);
	transform-style: preserve-3d;
}*/

/*.square-container2 {
	padding: 20px;
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	transform-style: preserve-3d;
	z-index: 2;
}
.square-container2 p{
	color: #ffffff;
	font-size: 14px;
}
.square-flip:hover .square-container2 {
	-webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	-ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	transform-style: preserve-3d;
}
*/
/*Elements*/

.flip-overlay {
	display: block;
	/*background: rgba(0, 0, 0, 0.5);*/
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	top: 0;
}

.align-center {
	margin: 0 auto;
}

/*ADD SHADOWS OPTIONAL*/

.square-flip .square .boxshadow,
.square-flip .square .textshadow,
.square-flip .square2 .boxshadow,
.square-flip .square2 .textshadow {
	-ms-transition: 0.60s;
	transition: 0.60s;
	-webkit-transition: 0.60s;
}

.square-flip .square .boxshadow {
	-webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square .textshadow {
	-webkit-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip:hover .square .boxshadow,
.square-flip:hover .square .textshadow {
	-webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.square-flip .square2 .boxshadow {
	-webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.square-flip .square2 .textshadow {
	-webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.square-flip:hover .square2 .boxshadow,
.square-flip:hover .square2 .textshadow {
	-webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}
/*mockup hover effect css end*/

/*all exams preparation start*/
.all-exams-main{
	background-color: #f0f4f5;
	padding: 40px 0px;
}
.all-courses-main{
	overflow-x: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
}
.all-courses-main::-webkit-scrollbar {
  width: 10px;
}
.all-courses-main::-webkit-scrollbar:horizontal {
  height: 10px;
}
.all-courses-main::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
  border-radius: 10px;
}
.all-courses-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(204, 204, 204, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.courses-box{
	padding: 0px;
	flex-wrap: nowrap;
}
#govt-preparation-slide{
	position: relative;
}
.all-exams-main .owl-nav{
	margin-top: -30px;
}
.all-exams-main .owl-nav.disabled{
	display: block;
}
#govt-preparation-slide .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -22px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}
#govt-preparation-slide .owl-nav .owl-prev, .owl-next i {
    font-size: 31px;
    background-color: #139bab;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}
#govt-preparation-slide .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -22px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
}

.all-exams{
	margin-bottom: 15px;
	/*background-color: #ffffff;*/
	padding: 10px 15px;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 3px 15px 0px rgb(78 78 78 / 20%);
	-webkit-box-shadow: 0px 3px 15px 0px rgb(78 78 78 / 20%);
	-moz-box-shadow: 0px 3px 15px 0px rgb(78 78 78 / 20%);
	-ms-box-shadow: 0px 3px 15px 0px rgb(78 78 78 / 20%);*/
}
.all-exams i{
	width: 80px;
	height: 80px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	display: flex;
    align-items: center;
    margin: auto;
    /*box-shadow: inset 0px 0px 15px 0px rgb(142 142 142 / 30%);
    -webkit-box-shadow: inset 0px 0px 15px 0px rgb(142 142 142 / 30%);
    -moz-box-shadow: inset 0px 0px 15px 0px rgb(142 142 142 / 30%);
    -ms-box-shadow: inset 0px 0px 15px 0px rgb(142 142 142 / 30%);*/
}
.all-exams i img{
	width: 100%;
}
.all-exams h2{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	color: #333333;
}

/*all exams preparation end*/


/*our staffing css start*/
.staffing-main{
	padding: 30px 0px;
	position: relative;
	background-color: #f0f4f5;
}

.staffing-main .owl-carousel .owl-nav{
	font-size: 60px;
}
.staffing-main .owl-carousel .owl-nav.disabled{
	display: block !important;
}
.staffing-main .owl-carousel .owl-nav .owl-prev{
	position: absolute;
    top: 31%;
    left: -1.5%;
    background-color: #129bac;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
/*.staffing-main .owl-carousel .owl-nav .owl-prev:hover{
	background-color: #ed1c23;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}*/
.staffing-main .owl-carousel .owl-nav .owl-prev span{
	position: relative;
    top: -4px;
}
.staffing-main .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 31%;
	right: -1.5%;
	background-color: #129bac;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 300;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.staffing-main .owl-carousel .owl-nav .owl-next:hover{
	background-color: #ed1c23;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.staffing-main .owl-carousel .owl-nav .owl-next span{
	position: relative;
    top: -4px;
    right: -2px;
}

.customers-teams .item {
text-align: center;
padding: 0px 10px;
/*opacity: .2;*/
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.customers-teams .item p{
	font-size:12px;
}
.customers-teams .item h2{
	font-size:25px !important;
	font-weight:500 !important;
}
.customers-teams .item .title{
	font-size:14px;
}
#pastexp{
	margin-top:20px;
}
.customers-teams .item h5{
	font-size:18px !important;
	font-weight:600 !important;
}
.customers-teams .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    -moz-transform: scale3d(1.0, 1.0, 1);
    -ms-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.teams .owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 180px;
    max-height: 180px;
    margin: 15px auto 17px;
    transition: transform .5s;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    /*padding: 10px 5px 0px 5px;*/
    padding: 0px;
}
.teams .owl-carousel .owl-item .img-circle:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.customers-teams.owl-carousel .owl-dots .owl-dot.active span,
.customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgba(23, 155, 171, 0.5);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    -moz-transform: translate3d(0px, -50%, 0px) scale(0.7);
    -ms-transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.customers-teams.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.customers-teams.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
.customers-teams.owl-carousel .owl-dots .owl-dot span {
    background: rgba(23, 155, 171, 0.5);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
	margin-top:50px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    -moz-transform: translate3d(0px, -50%, 0px) scale(0.3);
    -ms-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
    -ms-transition: all 250ms ease-out 0s;
    width: 20px;
	outline: none;
	border-radius:50% !important;
}
.owl-dot, .owl-dot:active, .owl-dot:focus { 
	outline: 0 !important;
}

@media only screen and (max-width: 1000px){
	.customers-teams.owl-carousel .owl-dots .owl-dot span {
	height:20px;
	width:20px;
	margin-top:30px;
	}
}

 #teamsocial {
   align-items: center;
	 justify-content: center;
	 display: flex;
	 margin:10px auto;
	 margin-top:20px;
  
}
  #teamsocial #socialicon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 width:40px;
	 height: 40px;
	 margin: 0 0.5rem;
	 border-radius: 50%;
	 cursor: pointer;
	 font-size: 1.5rem;
	 text-decoration: none;
	 transition: all 0.3s ease;
	
}
  #teamsocial #socialicon:hover {
	 font-size: 2rem;
	 width:50px;
	 height: 50px;
}

/*our staffing css end*/


/*our clients logo*/
.our-clients-main{
	padding: 40px 0px 80px 0px;
	background-color: #eff4f5;
}
.featured-logo{
	max-width: 800px;
	margin: auto;
}
.featured-logo ul{
	list-style: none;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
.featured-logo ul li{
	flex: 1 1 auto;
	margin-right: 20px;
	padding: 0px 15px;
	/*border: solid 1px #f0f4f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #f0f4f5;
	-webkit-box-shadow: 0px 0px 10px 0px #f0f4f5;
	-moz-box-shadow: 0px 0px 10px 0px #f0f4f5;
	-ms-box-shadow: 0px 0px 10px 0px #f0f4f5;*/
}
.featured-logo ul li span{
	display: flex;
    width: 125px !important;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.featured-logo ul li:last-child{
	margin-right: 0px;
}
.featured-logo ul li img{
	width: 100%;
}

/*our client logo end*/


/*student testimonials start*/
.testimonials-main {
  position: relative;
  padding: 40px 0px 20px 0px;
  background-color: #f0f4f5;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
} 
#customers-testimonials .owl-stage{
	display: flex;
}
#customers-testimonials .owl-stage-outer{
	display: flex;
}
#customers-testimonials .owl-carousel.owl-drag .owl-item{
	display: flex;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  height: 100%;
}
#customers-testimonials .shadow-effect{
	display: flex;
}
.testimonials-main .owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.testimonials-main .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.testimonials-main .owl-carousel {
  position: relative;
}
.testimonials-main .owl-carousel .owl-next,
.testimonials-main .owl-carousel .owl-prev {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  height: 100%;
  position:absolute;
  top: -4%;
	
}
/*.testimonials-main .owl-carousel .owl-next:hover {
width: 200px;
background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.4));
transition:  0.5s;
}
.testimonials-main .owl-carousel .owl-prev:hover{
	width: 200px;
	 background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.4));
	transition:  0.5s;
}*/
.testimonials-main .owl-carousel .owl-prev {
  left: -17px;
  text-align: left;
}
.testimonials-main .owl-carousel .owl-next {
  right: -17px;
  text-align: right;
}
.testimonials-main .owl-carousel .owl-nav button i{
	font-size: 35px;
	background-color: #129bac;
	color: #ffffff;
	padding: 15px 10px;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 2px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
} 
.testimonials-main .owl-carousel .owl-nav button i:hover{
	background-color: #ed1c23;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.testimonials-main .all-title{
	padding-bottom: 10px;
}

.testimonials-main .slide-content{
	margin: 25px 0px;
	background-color:#fff;
	padding: 20px 20px 10px 20px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	box-shadow: 0px 0px 20px 5px #dedede;
    -webkit-box-shadow: 0px 0px 20px 5px #dedede;
    -moz-box-shadow: 0px 0px 20px 5px #dedede;
    -ms-box-shadow: 0px 0px 20px 5px #dedede;
}
.testimonials-main .active-5 img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.35;
}
.testimonials-main .quote {
	width:100%;
	margin:auto;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.testimonials-main .quote .student-iamg{
	margin-right: 15px;
	width: 40px;
}
.testimonials-main .quote .student-detils h5{
	font-size: 16px;
	font-weight: 600;	
	margin-bottom: 5px;
}
.testimonials-main .quote .student-detils p{
	font-size: 15px;
	font-weight: 400;
	padding-top: 0px;
	text-align: left;
}
.slide-subtext p{
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 20px;
}

/*student testimonials end*/

.Preparation-main{
	width: 100%;
    padding: 20px;
    background-color: #eff4f5;
}
.Preparation-main img{
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 0px 0px 10px 0px #00000042;
	-webkit-box-shadow: 0px 0px 10px 0px #00000042;
	-moz-box-shadow: 0px 0px 10px 0px #00000042;
	-ms-box-shadow: 0px 0px 10px 0px #00000042;
}

.curfamily h3 {
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 600;
}
.curfamily p {
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	padding: 20px 0px;
	font-weight: 400;
}
/* .two-section-main{
	background: rgb(19 155 171);
    background: linear-gradient(
1deg, rgb(19 155 171) 10%, rgb(224 243 246) 75%, rgb(240 244 245) 100%);background-color: #f0f4f5;
} */
.subscribe {
	padding: 40px 0px 40px 0px;
	background-color: #f0f4f5;
}
.subscribe .card {
	/*border-radius: 10%;
	box-shadow: 0px 0px 20px 5px #dedede;
	-webkit-box-shadow: 0px 0px 20px 5px #dedede;
	-moz-box-shadow: 0px 0px 20px 5px #dedede;
	-ms-box-shadow: 0px 0px 20px 5px #dedede;*/	
	text-align: center;
	padding: 20px;
	background-color: transparent;
	border: none;
}
/*.subscribe .card:hover {
	box-shadow: 0px 0px 15px 1px #d4d4d4;
}*/
.subscribe .card h5 {
	font-size: 32px;
	color: #333333;
	line-height: 48px;
	font-weight: 600;
	margin: 10px 0px 0px;
}
.subscribe .card p {
	line-height: 22px;
	color: #333333;
}
.subscribe .card .text-all {
	margin-top: auto;
	margin-bottom: auto;
}
.subscribe .card img {
	height: 88px;
}
.hindiext {
	padding: 60px 0px 340px;
}
.hindiext h1 {
	font-size: 36px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
.green {
	color: #179bab
}
.red {
	color: #e92629
}
/*footer start*/
.defe-footer-main{
    background-color: #f0f4f5;
    padding: 60px 0px 50px 0px;
}
.defe-footer-right{
    width: 100%;
}
.defe-footer-right h2{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.1px;
    color: #000000;
}
.defe-footer-right h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.1px;
    padding: 20px 0px;
    color: #000000;
}
.defe-footer-right p {
    background-color: #139bab;
    padding: 5px 25px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
}
.defe-footer-right ul {
    padding-top: 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    list-style: none;
}
.defe-footer-right ul li{
    margin-right: 40px;
}
.defe-footer-right ul li:last-child{
    margin-right: 0px;
}
.defe-footer-right ul li a img{
    width: 180px;
}
/*footer end*/
footer {
	background-color: #179bab;
	padding: 30px 0px 0px;
	position: relative
}
footer h6 {
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
}
/*.hidinmo h6{
	padding-left: 80px;
}*/

footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer ul li {
	margin: 0px;
	padding: 5px 0px;
	display: block;
}
footer ul li a {
	font-size: 14px;
	color: #ffffff
}
footer ul li a:hover {
	color: #ffffff;
}
footer .sociallink h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}
footer .sociallink a img {
	width: 30px;
	margin-right: 10px;
}
.copyright {
	padding: 10px 0px;
	background-color: #058898;
	margin-top: 30px;
}
.copyright p {
	font-size: 14px;
	line-height: 26px;
	margin: 0px;
	color: #ffffff;
}
.copyright p a {
	color: #ffffff;
}
footer .contact li {
	padding: 4px 0px;
}
footer .contact li a {
	line-height: 20px;
}
footer .contact li img {
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 5px
}
footer .contact p {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.foter-app-icons{
	display: flex;
	align-items: center;
}
.foter-app-icons a{
	margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}
.foter-app-icons a:last-child{
	margin-right: 0px;
}
.foter-app-icons img{
	width: 65%;
	border-radius: 5px;
}
.up-arrow a {
	position: relative;
	height: 40px;
	z-index: 99;
	bottom: 10px;
}
.login-page {
	max-width: 800px;
	width: 100%;
	padding: 0px;
}
.login-page .fancybox-close-small {
	color: #ffffff;
	opacity: 1;
	font-size: 18px;
}
.login-reg-panel {
	position: relative;
	text-align: center;
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	height: 440px;
	background: #179bab;
	background: -moz-linear-gradient(45deg, #179bab 49%, #ea3234 49%);
	background: -webkit-linear-gradient(45deg, #179bab 49%, #ea3234 49%);
	background: linear-gradient(45deg, #179bab 49%, #ea3234 49%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179bab', endColorstr='#ea3234', GradientType=1 );
}
.white-panel {
	background-color: rgba(255,255, 255, 1);
	height: 360px;
	position: absolute;
	width: 50%;
	right: calc(50% - 50px);
	transition: .3s ease-in-out;
	z-index: 0;
	box-shadow: 0 0 10px 2px #00000096;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border-radius: 10px;
}
.login-reg-panel input[type="radio"] {
	position: relative;
	display: none;
}
.login-reg-panel {
	color: #ffffff;
}
.login-reg-panel #label-login{
	border: 1px solid #ffffff;
	padding: 5px 5px;
	width: 208px;
	display: block;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
}

.login-page .register-info-box a {
	border: 1px solid #ffffff;
	padding: 5px 5px;
	width: 208px;
	display: block;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
	color:#ffffff;
}


/*.register-modal{
	position: relative;
}*/
.register-modal .modal-dialog{
	max-width: 320px;
}
.register-modal .modal-header{
	border-bottom: none;
}
.register-modal .modal-header .close{
	width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 14px;
    padding: 0px;
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
.register-modal .modal-header .close span{
	width: 40px;
    height: 40px;
    display: block;
    margin-top: 12px;
    line-height: 22px;
}
.register-modal .modal-header .close:hover {
    background-color: transparent !important;
    color: #000000 !important;
}
.register-modal .modal-body h2{
	font-size: 16px;
    color: #000000;
    padding-right: 30px;
    margin-top: -38px;
    margin-bottom: 0px;
}

.login-reg-panel img {
	width: 150px;
    margin-bottom: 15px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.login-info-box {
	width: 30%;
	padding: 0 50px;
	top: 38%;
	left: 0;
	position: absolute;
	text-align: left;
}
.register-info-box {
	width: 38%;
    padding: 0 0px;
    top: 25%;
    right: 0;
    position: absolute;
}
.register-info-box h2 strong{
	display: block;
}
.register-info-box h2{
	font-size: 18px;
    text-align: center;
    line-height: 28px;
}
.right-log {
	right: 50px !important;
}
.login-show h2{
	text-align: center;
	margin-bottom: 25px;
}
.login-show p{
	padding-bottom: 0px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-bottom: -5px;
}

.login-show h4{
	padding-top: 105px;
    font-size: 12px;
    color: #000000;
}
.login-show h4 span{
	font-weight: 600;
}
.login-show, .register-show {
	z-index: 1;
	display: none;
	opacity: 0;
	transition: 0.3s ease-in-out;
	color: #242424;
	text-align: left;
	padding: 30px;
}
.register-show {
	height: 360px;
}
.show-log-panel {
	display: block;
	opacity: 0.9;
}
.register-show button img {
	width: 20px;
}
.login-show input[type="text"], .login-show input[type="password"] {
	width: 100%;
	display: block;
	margin: 15px 0;
	padding: 5px 15px;
	border: 1px solid #b5b5b5;
	outline: none;
	border-radius: 22px;
}
.login-show input[type="button"] {
	max-width: 150px;
	width: 100%;
	background: #179bab;
	color: #ffffff;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 22px;
	float: right;
	cursor: pointer;
}
.login-show a {
	display: inline-block;
	padding: 10px 0;
}
.register-show input[type="text"], .register-show input[type="password"] {
	width: 100%;
	display: block;
	margin: 8px 0;
	padding: 5px 15px;
	border: 1px solid #b5b5b5;
	outline: none;
}
.register-show input[type="button"] {
	max-width: 150px;
	width: 100%;
	background: #179bab;
	color: #f9f9f9;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	float: right;
	cursor: pointer;
}
.credit {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #3B3B25;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 99;
}
.login-page a {
	text-decoration: none;
	color: #179bab;
}
.batch .details {
	margin-top: 80px;
	background-color: #e0e0e0;
	padding: 60px 0px 60px;
}
.batch .details .card {
	border-radius: 0px;
	padding: 28px 20px 0px 50px;
	border: 0px;
}
.batch .details .card h1 {
	font-size: 25px;
	line-height: 35px;
	color: #333333;
	padding-bottom: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
.batch .details .card .stars {
	padding: 0px 0px 15px;
}
.batch .details .card .stars .fa-star {
	color: #179bab;
	font-size: 18px;
}
.batch .details .bnnerImg img {
	border: 15px solid #ffffff;
	border-right: 0px;
}
.batch .details .card ul {
	margin: 0px;
	padding: 0px;
}
.batch .details .card ul li {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-transform: uppercase;
}
.batch .details .card ul li {
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	padding-left: 20px;
}
.batch .details .card .rate {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 500;
}
.batch .details .card .rate span {
	color: #e92629;
}
.batch .details .card ul li:before {
	width: 8px;
	height: 8px;
	background-color: #e92629;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0px;
	top: 8px;
}
.btn-buy {
	background-color: #e92629;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
	margin-right: 30px;
	margin-top: 40px;
}
.btn-buy:hover {
	background-color: #179bab;
	color: #ffffff
}
.btn-buy.details {
	background-color: transparent;
	border: 1px solid #e92629;
	color: #e92629;
}
.btn-buy.details:hover {
	background-color: #e92629;
	border: 1px solid #e92629;
	color: #ffffff;
}
.btn-buy img {
	width: 24px;
	margin-right: 5px;
	vertical-align: middle
}
.batch .discription {
	padding: 40px 0px 0px;
}
.batch .discription .card {
	padding: 0px;
}
.batch .discription .card h2 {
	font-size: 22px;
	color: #333;
	padding: 20px 0px 0px;
	margin: 0px;
}
.batch .discription .card p {
	line-height: 28px;
	font-size: 16px;
}
.bnnerImg2 iframe {
	width: 100%;
	height: 508px;
	border: 10px solid #ffffff;
	margin: 0px 0px -7px 0px;
	padding: 0px;
}
.buy-form {
	max-width: 361px;
	width: 100%;
	padding: 0px;
	border-radius: 5px;
}
.buy-form .fancybox-button svg {
	color: #e92629;
	opacity: 1
}
.buy-form .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 5px;
	top: 5px;
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	opacity: 1;
	font-size: 16px;
}
.buy-form .fancybox-close-small:hover {
	background-color: #e92629;
}
.buy-form .fancybox-button:hover svg {
	color: #ffffff;
}
.buy-form form {
	padding: 20px 15px 30px;
}
.buy-form h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 15px 0px;
	background-color: #e0e0e0;
	font-weight: 600;
}
.buy-form .form-control {
	border-radius: 0px;
	font-size: 14px;
	border: 0px;
	border: 1px solid #e2e2e2;
}
.buy-form form .btn-primary {
	border-radius: 0px;
	background-color: #179bab;
	font-size: 14px;
}
.buy-form form .sb-btn {
	margin-top: 20px;
	text-align: center
}
.buy-form form .btn-submit {
	background-color: #179bab;
	padding: 12px 40px;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
}
.form-control:focus {
	border-color: #ced4da;
}
.notific {
	margin-top: 80px;
	background-color: #e0e0e0;
	padding: 60px 0px 60px;
}
.notific h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.notific h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	padding-bottom: 5px;
	font-weight: 600;
	margin-bottom: 0px;
}
.latebatch{
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	padding-bottom:0px;
	font-weight: 600;
	margin-bottom: 0px
	
}


.notific a {
	color: #179bab;
}
.notific h6 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 500;
	
}
.notific h5 {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}
.boder-bottom {
	border-top: 1px dashed #eaeaea;
	border-bottom: 1px dashed #eaeaea;
}
.notific .card {
	border-radius: 0px;
	border: 0px;
	padding: 15px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
	transition: all .15s ease-in-out;
}
.notidetails .notific .card:hover {
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
.notific .card:hover {
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 15%);
}
.notific .card p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.notific .card .table th, .notific .card .table td {
	border-top: 0px;
	border-bottom: 1px dashed #dee2e6;
	padding: 10px 0px;
}
.notific .card .table th {
	width: 30%;
}
.notific .card .btn-reamore {
	background-color: #e92629;
	padding: 7px 13px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid #e92629
}
.notific .card .btn-reamore:hover {
	background-color: #179bab;
	color: #ffffff;
	border: 1px solid #179bab;
}
.freeExam {
	max-width: 361px;
	width: 100%;
	padding: 0px;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
}
.freeExam .modal-header {
	background-color: #e0e0e0;
}
.freeExam h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.freeExam .form-control {
	border-radius: 0px;
	font-size: 14px;
	border: 0px;
	border: 1px solid #e2e2e2;
}
.freeExam .btn-primary {
	border-radius: 0px;
	background-color: #179bab;
	font-size: 14px;
}
.freeExam .sb-btn {
	margin-top: 20px;
	text-align: center
}
.freeExam .btn-submit {
	background-color: #179bab;
	padding: 12px 40px;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
}
.freeExam .form-control:focus {
	border-color: #ced4da;
}
.freeExam .modal-header .close {
	position: absolute;
	right: -22px;
	top: -4px;
	margin: 0px;
	padding: 5px 10px;
	opacity: 1;
	background-color: #fff;
	border-radius: 50%;
	color: #e92629;
}
.freeExam .modal-header .close:hover {
	background-color: #e92629;
	color: #ffffff;
}
.notific .mb-3 {
	margin-bottom: 16px !important
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	background: #E92628;
	color: #fff;
}
.border-bottom {
	border-bottom: 1px dashed #eaeaea !important;
}
.notific .card .applicaion p {
	padding-bottom: 5px;
}
.notific a.btn-click {
	background-color: #e92629;
	padding: 7px 13px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid #e92629
}
.notific a.btn-click:hover {
	background-color: #179bab;
	border: 1px solid #179bab;
	color: #ffffff
}
.blog-sec {
	margin-top: 64px;
	background-color: #e0e0e0;
	padding: 60px 0px 60px;
}
.blog-lft-space{
	padding-left: 30px;
}
.blog-sec h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.blog-sec h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	padding-bottom: 5px;
	font-weight: 600;
	margin-bottom: 0px;
}
.blog-sec a {
	color: #179bab;
}
.blog-sec h6 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 20px;
}
.blog-sec h5 {
	font-size: 18px;
	line-height: 26px;
	color: #179bab;
	font-weight: 600;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 10px;
	position: relative;
}
.blog-sec h5:before {
	content: "";
	position: absolute;
	height: 22px;
	width: 2px;
	left: -16px;
	top: 2px;
	background-color: #e92629;
}
.blog-sec h3 {
	font-size: 18px;
	line-height: 30px;
	color: #ea3234;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.blog-sec .card {
	border-radius: 0px;
	border: 0px;
	padding: 15px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
	transition: all .15s ease-in-out;
}
.blog-sec .card:hover {
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 15%);
}
.blog-sec .leftbox .card:hover {
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
.blog-sec .card p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}
.blog-sec ul {
	margin: 0px;
	padding: 0px;
}
.blog-sec ul li {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 5px;
	font-weight: 400;
}
.blog-sec ul li a {
	color: #333333;
}
.blog-sec ul li a:hover {
	color: #179bab;
}
.blog-sec .card .btn-reamore {
	background-color: #e92629;
	padding: 7px 13px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid #e92629
}
.blog-sec .card .btn-reamore:hover {
	background-color: transparent;
	color: #e92629;
	border: 1px solid #e92629;
}
.blog-sec .leftbox .card ul {
	margin: 0px;
	padding: 0px;
}
.blog-sec .leftbox .card ul li {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}
.careers {
	margin-top: 64px;
	padding: 60px 0px 60px;
}
.careers .career-sec h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.careers .career-sec h2 {
	font-size: 18px;
	line-height: 30px;
	color: #179bab;
	padding-bottom: 5px;
	font-weight: 600;
	margin-bottom: 0px;
}
.careers .career-sec .card {
	border-radius: 0px;
	border: 0px;
	padding: 15px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}
.careers .career-sec .card .bg-gray {
	background-color: #f7f7f7;
	padding: 8px 15px;
	margin: 5px 0px 10px;
}
.careers .career-sec .card .bg-gray p {
	color: #666666;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
	text-transform: uppercase
}
.careers .career-sec .card .bg-gray p strong {
	display: block;
	font-weight: 600;
	text-transform: capitalize;
}
.careers .career-sec .card .bg-gray a {
	display: block;
	text-transform: capitalize;
	color: #666666;
	font-weight: 600
}
.careers .career-sec a.calan {
	background-color: #e92629;
	padding: 7px 13px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 10px;
}
.careers .career-sec a.calan2 {
	background-color: transparent;
	padding: 7px 13px;
	font-size: 14px;
	color: #e92629;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #e92629
}
.careers .career-sec a.calan2:hover {
	background-color: #e92629;
	color: #ffffff
}
.careers .career-sec a.calan:hover {
	background-color: #179bab;
	color: #ffffsff
}
.careers .career-sec .card p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 0px;
}
.contact-sec {
	margin-top: 64px;
	background: #ea3234;
	background: -moz-linear-gradient(-45deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
	background: -webkit-linear-gradient( -45deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
	background: linear-gradient( 135deg, #ea3234 50%, #ea3234 50%, #179bab 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3234', endColorstr='#179bab', GradientType=1 );
	padding: 60px 0px 60px;
}
.contact-sec h1 {
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: left;
}
.contact-sec .contacnu a {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}
.contact-sec .card {
	padding: 30px;
	max-width: 480px;
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 15%);
	margin: 0px auto;
}
.contact-sec .card h2 {
	font-size: 32px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.contact-sec h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;
}
.contact-sec p {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.cabg {
	background-color: #e0e0e0
}
.contact-sec .card .form-control {
	border-radius: 0px;
	font-size: 14px;
	border: 0px;
	border: 1px solid #e2e2e2;
}
.contact-sec .card .btn-primary {
	border-radius: 0px;
	background-color: #179bab;
	font-size: 14px;
}
.contact-sec .card .sb-btn {
	margin-top: 20px;
	text-align: center
}
.contact-sec .card .btn-submit {
	background-color: #179bab;
	padding: 12px 40px;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
}
.contact-sec .card .form-control:focus {
	border-color: #ced4da;
}
.contact-sec .conicon img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle
}
.contact-sec .conicon a {
	font-size: 16px;
	color: #ffffff;
}
.contact-sec .social {
	margin-top: 30px;
}
.contact-sec .social img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle
}
.contact-sec .social h3 {
	margin-bottom: 10px;
}
.contact-sec .homicon {
	margin-top: 30px;
}
.contact-sec .homicon img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle
}
.map {
	margin-bottom: -5px;
}
.map .mapsize {
	width: 100%;
	height: 400px;
	border: 0px;
}
.terms {
	margin-top: 64px;
	background-color: #e0e0e0;
	padding: 60px 0px 60px;
}
.terms h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.terms h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	font-weight: 600;
	margin: 10px 0px;
}
.terms .card {
	border-radius: 0px;
	border: 0px;
	padding: 15px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}
.terms .card p {
	font-size: 14px;
	line-height: 22px;
	color: #666666
}
.terms .card ul li {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #666666;
	position: relative;
	padding-left: 20px;
}
/*.terms .card ul li:before {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0px;
	top: 5px;
	content: '';
	background-color: #179bab;
	border-radius: 50%;
}*/
.privec-polcy {
	margin-top: 64px;
	background-color: #e0e0e0;
	padding: 60px 0px 60px;
}
.privec-polcy h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.privec-polcy h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	font-weight: 600;
	margin: 10px 0px;
}
.privec-polcy .card {
	border-radius: 0px;
	border: 0px;
	padding: 15px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}
.privec-polcy .card p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 10px;
}
.terms .card p strong{
	display: block;
    padding-bottom: 10px;
}
.terms .card ul li ol{
	padding-top: 10px;
	
}
.privec-polcy ol{
	padding-left: 15px;
}
.privec-polcy ol li{
	padding-top: 5px;
}

.faq-main{
	margin-top: 100px;
}
.faq-banner{
	width: 100%;
	padding: 0px 0px;
}
.faq-banner img{
	width: 100%;
	border-radius: 30px;
}

.faqs-filter-btns{
	margin-bottom: 20px;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;
}
.faqs-filter-btns .btn {
  	text-transform: uppercase;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #179bab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1px solid #bbb;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 10px;
}
.faqs-filter-btns .active {
	background-color: #139bab;
    color: #ffffff;
    border-color: #139bab;
}
.faqs-filter-box .card:not(.a) {
	display:none;
}

#accordion{
	max-width: 1000px;
	margin: auto;
}
.faqs {
	margin-top: 20px;
	background-color: #ffffff;
	padding: 10px 0px 60px;
}

.faqs h1 {
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding: 25px 0px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.faqs h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	font-weight: 600;
	margin: 10px 0px;
}
.faqs .card {
	border-radius: 22px;
	border: 0px;
	padding: 0px;
	-webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%);
}
.faqs .card p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 10px;
}
.faqs .card-header {
	padding: 0px;
	border-bottom: none;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
}
.faqs .card-header .btn-link {
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 30px 8px 15px;
	background-color: #139bab;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
}
.faqs .card-header .btn-link.collapsed{
	background-color: #f4f4f4;
    color: #000000;
}
.faqs .card-header .btn-link:hover {
	text-decoration: none !important;
}
.faqs .card-header .btn-link.focus, .faqs .card-header .btn-link:focus {
	text-decoration: none;
}
.faqs .card-body {
	background-color: rgba(23, 155, 171, 0.01);
}
.faqs .card-body p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding-bottom: 8px;
}
.faqs .card-body p:last-child{
	padding-bottom: 0px;
}
.faqs .card-body ul{
	padding-left: 15px;
}
.faqs .card-body ul li{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding-bottom: 2px;
}
.faqs .card-body ul li:last-child {
    padding-bottom: 0px;
}

.collapse:before{
	content: "\2212";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
}
.collapsed:before{
	content: "\002b";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
}

.quircod {
	margin-top: 64px;
	background-color: #fdfdfd;
	padding: 0px 0px 100px;
}
.quircod .quircod-sec {
	background-color: #04b7cd;
	padding: 40px 0px 180px;
}
.quircod .quircod-sec h1 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase
}
.quirebox {
	margin-top: -130px;
}
.quirebox .bg-white {
	max-width: 919px;
	width: 100%;
	margin: 0px auto;
	border-radius: 3px;
	box-shadow: 0px 0px 17px 1px #dedede;
}
.quirebox .bg-white .card {
	padding: 64px 60px 40px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 0px
}
.quirebox .bg-white h2 {
	color: #525252;
	font-size: 28px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 52px;
}
.quirebox .bg-white ol li {
	list-style: decimal;
	margin-left: 24px;
}
.quirebox .bg-white ol li {
	font-size: 18px;
	line-height: 28px;
	color: #525252;
	padding-bottom: 18px;
}
.quirebox .bg-white a {
	bottom: 66px;
	font-size: 14px;
	line-height: 1;
	color: #04b7cd
}
.quirebox .bg-white .signchek input {
	margin-right: 6px;
}
.quirebox .bg-white .bg-gray {
	background-color: #f9f9f9;
	padding: 60px 60px 60px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.orderlist .video {
	width: 280px;
	height: 208px;
}
.profitxt .prfiimg {
	width: 125px;
	height: 125px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.profitxt .prfiimg img {
	max-width: 100%;
}
.profitxt h5 {
	font-size: 20px;
	line-height: 24px;
	padding: 15px 0px 5px;
	text-align: center;
	color: #666666;
	font-weight: 600;
	margin-bottom: 0px;
}
.profitxt a {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	display: block;
	margin-bottom: 0px;
	font-weight: 500;
}
.profitxt a.pasworebtn {
	background-color: #179bab;
	padding: 8px 0px;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
	margin: 20px 0px 20px;
}
.profitxt a.pasworebtn:hover {
	background-color: #12717c
}
.quise .notific h5 {
	font-size: 16px;
	line-height: 24px;
	color: #179bab;
	margin-bottom: 15px;
}
.quise .notific p {
	padding-bottom: 5px;
}
.quise .notific p strong {
	color: #179bab;
}
.quise .notific ul li {
	list-style: square;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 8px;
	margin-left: 30px;
}
.quise .notific ul li a {
	color: #179bab;
	font-weight: 700;
}
.quise .notific .qizbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: border-box;
	border: 1px solid #eaeaea;
	box-shadow: 0 1px 3px 0 rgb(160 159 159 / 10%);
}
.quise .notific .qissection {
	padding: 20px 0px 40px;
}

.quise.latebatch .notific .qissection {
	padding: 10px 0px 0px;
}
.quise .notific .qissection h4 {
	font-size: 24px;
	line-height: 24px;
	color: #179bab;
	margin-bottom: 15px;
	font-weight: 500;
}
.quise .notific .qissection .qiztext {
	padding: 0px 15px 10px;
	display: block
}
.quise .notific .qissection .qiztext h6 {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 10px;
}
.quise .notific .qissection .qizbox:hover {
	cursor: pointer;
	box-shadow: 0 4px 12px 0 rgb(48 48 48 / 10%);
}
.abodescrip {
	margin-top: 64px;
	background-color: #e0e0e0;
	padding: 40px 0px 40px;
}
.abodescrip .card {
	padding: 20px 30px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
	border: 0px;
	border-radius: 0px;
}
.abodescrip .card h2 {
	font-size: 22px;
	line-height: 30px;
	color: #179bab;
	font-weight: 600;
	margin-bottom: 10px;
}
.abodescrip .card p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: 400;
	margin-bottom: 0px;
}
.abodescrip .card ul {
	margin: 0px;
	padding: 0px;
}
.abodescrip .card ul li {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #333333;
	padding-left: 23px;
}
.abodescrip .card ul li:before {
	width: 8px;
	height: 8px;
	top: 7px;
	left: 0px;
	position: absolute;
	content: '';
	background-color: #179bab;
	border-radius: 50%;
}
.gallery {
	background-color: #179bab;
	padding: 40px 0px 60px;
}
.gallery h2 {
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.gallery img {
	border: 5px solid #ffffff;
}
.gallery img:hover {
	box-shadow: 0 4px 12px 0 rgb(48 48 48 / 10%);
}
.appload {
	margin-top: 64px;
	background-color: #e0e0e0;
	padding: 20px 0px 20px;
}
.appload .appimg img {
	width: 150px;
	margin-bottom: 20px;
}
.appload .btn-download {
	background-color: #179bab;
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
}
.appload .btn-download:hover {
	background-color: #ea3234
}
.appload .btn-download i {
	color: #ffffff;
	font-size: 24px;
	margin-right: 5px;
}
.appload .slidtxt a {
	font-size: 42px;
	color: #179bab !important;
	font-weight: 600;
	line-height: 46px;
	margin: 15px 0px 30px;
	text-transform: uppercase
}
.careers.listsup {
	margin-top: 88px;
	background-color: #e0e0e0;
	padding: 0px;
}
.careers.listsup .career-sec h2 {
	font-size:16px;
	line-height:22px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px;
	color:#000;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.careers.listsup .career-sec .profitxt h2 {
	font-size:16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px;
	color: #333333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bordertop{border-top: 1px solid #}

.careers.listsup .career-sec p {
	font-size: 12px;
	line-height:20px;
	padding: 10px 0px 0px;
	margin: 0px;
	color:#000;
	font-weight: 500;
	white-space: nowrap
}
.careers.listsup .career-sec .imgbath img {
	width: 49px;
    height: 49px;
    border-radius: 50%;
}
.careers.listsup .career-sec .card {
	padding:0px;
}
.careers.listsup .career-sec .profitxt .card{max-height:77vh; overflow-y:auto; overflow-x:hidden}

.p-22 {
	padding: 10px 15px 10px 10px;
}
.careers.listsup .border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.careers.listsup .vidosize {
	width: 100%;
	height:60vh;
	border:0px;
	background-color:#000;
}
.scrollright{ 
overflow-y:auto;
overflow-x:hidden;
max-height:82vh;
padding-right:10px;
}
.scrollright a:hover .row.p-22{ background-color:#f5f5f5; }
.scrollright a.active .row.p-22{ background-color:#f5f5f5; }
.careers.listsup .career-sec .card.profitxt a:hover .row.p-22{ background-color:#f5f5f5; }
.careers.listsup .thumbnil .vidosize{width:180px; height:110px;}
.imgbath2 {width: calc(100% - 100px);}
.imgbath.col2{ width:60px; }
.col3{ width:200px; }
.imgbath3 {width: calc(100% - 200px);}
.sreno{width:20px;  background-color:#d4cfcf; margin-right:15px; text-align:center; padding:5px; font-size:12px; line-height:12px;}
.postdate{width:150px; text-align:right; padding:5px; font-size:12px; line-height:12px; white-space:nowrap; }
.totalime{ width:50px; background-color:#d4cfcf; text-align:center;  font-size:12px; line-height:12px; padding:5px;}
.videoimg .p-22{padding: 10px 15px 4px 10px;}
.default{text-align:center;}
.default img{width:600px;}
.moheader{display:none;}
.menicon{display:none;}
.mobiheder{display:none;}
.imgmo{display:none;}
.deskhid{display:none;}
.quick-contact .media-body p{line-height:14px; margin-bottom:0px;}
.livetext{ background-color:#e92629; padding:3px 10px; margin-left:10px; }
.careers.listsup .career-sec .livetext  p{font-size:12px; color:#ffffff; margin-bottom:0px; padding:0px; line-height:normal; text-transform:uppercase; position:relative; padding-left:10px; margin-top:1px;  }
.careers.listsup .career-sec .livetext  p:before{ width:10px; height:10px; background-color:#ffffff; border-radius:50%; position:absolute; left:-5px; top:2px; content:'';}
.nav.allsub{margin-bottom:20px; overflow-x:auto; flex-wrap:nowrap;}
.nav.allsub li{margin-right:10px; margin-bottom:10px;}
.nav.allsub li a.nav-link{display: block;
    padding: .2rem 0.7rem;
    background: white;
    margin: 0 2px;
    border-radius: 25px; white-space:nowrap; color:#000}
.nav.allsub li a.nav-link.active{background-color:#179bab; color:#ffffff; }
.nav.allsub li a.nav-link:hover{background-color:#179bab; color:#ffffff;}

.nav.allsub {

  overflow-x: auto;
  flex-wrap:nowrap;
}

.nav.allsub::-webkit-scrollbar {
  width:1em;
  height:5px;
}

.nav.allsub::-webkit-scrollbar-track {
  border-radius:5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.nav.allsub::-webkit-scrollbar-thumb {
  border-radius:5px;
  background-color: #000000;
  outline:1px solid slategrey;
}

.nav.allsub::-webkit-scrollbar:vertical {
  display: none;
}

.nav.allsub::-moz-scrollbar {
  width:1em;
  height:5px;
}

.nav.allsub::-moz-scrollbar-track {
  border-radius:5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.nav.allsub::-moz-scrollbar-thumb {
  border-radius:5px;
  background-color: #000000;
  outline:1px solid slategrey;
}

.nav.allsub::-moz-scrollbar:vertical {
  display: none;
}

.vidosiz{max-width:600px; width:100%; max-height:330px;}
.titinam{display:none;}
.register-info-box2{display:none;}
.logtext{display:none;}

.p-4.smhidpa{padding:15px 0px;} 
.forget{display:none;}


.app-banner-main{
	width: 100%;
	background-color: #eeeeee;
	padding: 30px 0px;
	margin-top: 64px;
}
.app-banner-content h1{
	font-size: 55px;
	color: #333333;
	line-height: 65px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.app-banner-content h1 span{
	color: #139bab;
}
.app-banner-content p{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}
.google-app-icon{
	display: flex;
	align-items: center;
}
.google-app-icon a img{
	filter: grayscale(1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.google-app-icon a:first-child{
	margin-right: 30px;
}
.google-app-icon a:hover img{
	filter: brightness(1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.map-top-txt{
	padding: 10px 20px; color: #000000; margin-bottom: 0px;
}


/*steps*/
.the-process-wrapper {
  background-color: #eeeeee;
  padding: 50px 0px;
}
.the-process-wrapper .container{
	max-width: 1390px;
	margin: auto;
}
.process-align{
	padding-bottom: 50px;
}
.the-process-wrapper h2 {
  	padding-bottom: 10px;
	font-size: 30px;
	margin-bottom: 0px;
}
.the-process-wrapper p {
  font-size: 18px;
}
.line-one{
	/*padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);*/
}
.steps{
	color: #ffffff !important;
}
.line-imag{
  margin-left: 25px;
}
.process-align h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 40px;
}
.process-steps h2{
	color: #000000;
	padding-top: 20px;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.process-steps p{
	font-size: 15px;
	text-align: center;
	color: #333333;
}
.step-line-img{
	position: relative;
}
.step-line-img img{
	box-shadow: 0px 0px 0px 0px #000000;
    width: 90%;
    margin: auto;
    display: block;
}
.step-line-img i{
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.steps{
	position: absolute;
	left: 10px;
    top: -10px;
	background-color: #139baa;
	color: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: solid 2px #ffffff;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*.line-one{
	position: relative;
}*/
/*.line-one:after{
	content: "";
    position: absolute;
    right: 6%;
    top: 20%;
    width: 150px;
    height: 32px;
	background: url(../images/line1.png);
}
.line-two{
	position: relative;
}
.line-two:after{
	content: "";
    position: absolute;
    right: 4%;
    top: 18%;
    width: 150px;
    height: 26px;
	background: url(../images/line2.png);
}*/

.mobile-frame-slider .all-title{
	color: #ffffff;
	padding-bottom: 50px;
}
.mobile-frame-slider{
	width: 100%;
	padding: 20px;
	font-weight: 500;
	background-color: #f0f4f5;
	/*background: rgb(19 155 171);
    background: linear-gradient( 
180deg, rgb(19 155 171) 25%, rgb(224 243 246) 70%, rgb(240 244 245) 100%);*/
}

.mobile-features-inner{
	padding: 20px;
	background-color: #139bab;
	border-radius: 30px;
}


.phone-description{
	width: 100%;
	padding: 0px 10px 0px 20px;
}
.desc-main{
	padding: 10px 30px;
    border-left: solid 3px #cccccc;
    height: 100%;
    margin-left: 20px;
    position: relative;
/*    background-color: #f0f4f5;*/
    display: flex;
    align-items: center;
}
.desc-main:after{
	content: "\00BB";
    position: absolute;
    top: 45%;
    background-color: #ffffff;
    padding: 15px 0px;
    border-radius: 100%;
    left: -22px;
    width: 40px;
    font-size: 45px;
    height: 40px;
    color: #cccccc;
    line-height: 6px;
    text-align: center;
    border: solid 1px #c3c3c3;
}
.phone-description p{
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.phone-description h2{
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	padding: 5px 0px 20px 0px;
}
.phone-description ul{
	list-style: disc !important;
}
.phone-description ul li{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 15px;
	color: #ffffff;
	padding-left: 20px;
	position: relative;
}
.phone-description ul li:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 100%;
}

/*filter css start*/
.filter-section{
	padding: 25px 0px 40px 0px;
}

.sort-header{
	display: flex !important;
	align-items: center;
}
.sort-header h2{
	font-size: 18px;
	font-weight: 400;
	padding-right: 20px;
	color: #000000;
	width: 200px;
	margin-top: -15px;
}
.sort-header ul li a{
	font-weight: 600;
	text-transform: capitalize !important;
	font-size: 14px;
}
.filter-section h1 {
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    color: #000000;
    font-size: 20px;
    display: none;
}
.filter-section nav {
    display: block;
    width: 100%;
    padding: 0px 0px 30px 0px;
}
.filter-section ul {
   list-style: none; 
}
.filter-section nav > ul > li {
    display: inline-block;
    margin-bottom: 25px;
}
.filter-section nav > ul > li > a {
    text-transform: uppercase;
    padding: 10px 30px;
    margin-right: 10px;
    margin-left: 0px;
    text-decoration: none;
    color: #179bab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1px solid #bbb;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.filter-section .hidden {
    display: none;
}
.filter-section nav > ul > li.current a{
	color: #fff;
}
.filter-section nav > ul > li > a:hover, .current a {
    color: #fff;
    background-color: #179bab;
}
#gallery{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.filter-section #projects > ul > li {
    /*flex: 1 1 auto;*/
    margin-right: 80px;
    margin-left: 80px;
    margin-bottom: 50px;
    width: 20%;
    height: auto;
    border-radius: 22px;
    box-sizing: border-box;
    position: relative;
    /*opacity: 0.7;*/
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    /*padding: 5px;*/
    /*border: solid 1px rgb(19 155 171 / 18%);*/
	box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
}
/*.filter-section #projects > ul > li:nth-child(3n+3){
	margin-right: 0px;
}*/
.filter-section #projects > ul > li:hover {
    opacity: 1;
    /* box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%); */
}
.filter-section img {
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}
.filter-section .gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 34 38 / 94%);
    padding: 40px 10px;
    display: none;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
    overflow: auto;
}
.filter-section .gallery > img {
    max-height: 100%;
    width: auto;
    margin: 0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.course-iamg{
	overflow: hidden;
	position: relative;
	display: block;
}
.course-iamg img{
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.course-iamg:hover img{
	transform: scale(1.1);
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.filter-section .close{
	opacity: 1;
}
.filter-section .close i {
    position: fixed;
    top: 10px;
    right: 30px;
    height: 40px;
    width: 40px;
    background-color: #000000;
    border-radius: 100%;
}
.filter-section .bar {
    display: block;
    position: absolute;
    top: 19px;
    width: 20px;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    left: 11px;
    margin: auto;
}
.filter-section .bar:first-child {
    transform: rotate(-45deg);
}
.course-desc{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px;
}
.course-button{
	padding: 0px 0px 0px 0px;	
}
.course-button .buy-button{
	display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #179bab;
    padding: 8px 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border: none;
	outline: none;
}
.course-button .buy-button:hover{
	background-color: #ec1c23;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.plus-minus{
	display: flex;
	align-items: center;
	position: fixed;
	top: 10px;
	right: 70px;
}
.plus-minus a {
    background-color: #000000;
    margin-right: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.plus-minus a i {
    font-size: 16px;
    color: #ffffff;
}
.zoom-out{
	max-width: 50%;
}

.course-desc h2{
	text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 20px;
    /*display: flex;
	align-items: center;*/
	color: #e82023;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	width: 95px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
/*.course-desc h2 a{
	
}
.course-desc h2 a:hover{
	color: #e82023;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;	
}*/
.course-desc p{
	text-align: right;
    font-size: 14px;
    padding: 0px 0px;
    color: #8c8c8c;
    font-style: italic;
    font-weight: 500;
    flex: 1;
}
.course-desc h4{
	text-align: center;
	font-size: 32.8px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #000000;
}
.course-desc h4 sub{
	font-size: 14px;
}


/*bloc css start*/
.blog-banner{
	width: 100%;
	height: 290px;
	background-size: cover;
	background-position: center;
	margin-top: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-banner h1{
	width: 100%;
	text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
	text-transform: uppercase;
}

.blog-main{
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}
.blog-main .container{
	max-width: 1400px;
}
.blog-box{
	width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 4px #cccccc;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 30px;
}
.blog-img{
	overflow: hidden;
	border-radius: 0px 0px 30px 30px;
}
.blog-img img{
	width: 100%;
	overflow: hidden;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.blog-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.blog-down-content{
	width: 100%;
	padding: 34px 42px 20px;
}
.blog-name h3{
	margin-bottom: 0px;
	line-height: 10px;
}
.blog-name h3 a{
	text-align: center;
    font-size: 10px;
	color: #139bab;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-name h3 a:hover{
	color: #139bab;
}
.blog-name h2{
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.blog-name h2 a{
	font-weight: 500;
    font-size: 24px;
	color: #000000;
	text-transform: uppercase;
}
.blog-name h2 a:hover{
	color: #139bab;
}

.blog-content-main{
	padding-top: 10px;
}
.blog-content-main p{
	font-size: 15px;
	line-height: 24px;
	color: #696969;
	display: block;
	text-align: left;
	padding-bottom: 15px;
}
.blog-content-main ul{
	list-style: disc !important;
	padding-bottom: 20px;
	padding-left: 30px;
}
.blog-content-main ul li{
	font-size: 15px;
    line-height: 24px;
    color: #696969;
    display: block;
    text-align: left;
	position: relative;
	padding: 2px 0px;
}
.blog-content-main ul li:after{
	content: "";
    position: absolute;
    top: 8px;
    left: -16px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: transparent;
    border: solid 1px #707070;
}
.blog-content-main ul li a{
	color: #139bab;
}
.blog-content-main ul li a:hover{
	color: #096c78;
}

.blog-read-more a{
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	background-color: #139bab;
	margin-top: 30px;
	padding: 6px 20px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.8px;
}
.blog-read-more a:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s cubic-bezier(.18,.89,.32,1.48);
    -moz-transition: all .5s cubic-bezier(.18,.89,.32,1.48);
    transition: all .5s cubic-bezier(.18,.89,.32,1.48);
    z-index: 5;
}
.blog-read-more a:hover:after{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s cubic-bezier(.39,.58,.57,1);
    -moz-transition: all .2s cubic-bezier(.39,.58,.57,1);
    transition: all .2s cubic-bezier(.39,.58,.57,1);
}
.blockquote{
	border-left: solid 5px #cccccc;
	padding-left: 20px;
	margin: 10px 0px 20px 0px;
}
.blockquote p{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 0px;
}
.blog-like-social{
	padding-top: 30px;
	display: flex;
	align-items: center;
}
.blog-like{
	flex: 1;
}
.blog-like ul{
	list-style: none;
	display: flex;
}
.blog-like ul li{
	line-height: 14px;
	font-size: 12px;
}
.blog-like ul li a{
	padding: 0px 10px;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
}
.blog-like ul li a i{
	padding-right: 5px;
}
.blog-like ul li a:hover{
	color: #139bab;
}
.blog-social ul{
	list-style: none;
	display: flex;
}
.blog-social ul li{
	line-height: 14px;
}
.blog-social ul li a{
	padding: 0px 20px;
	font-size: 13px;
	color: #989898;
	font-weight: 400;
	text-decoration: underline;
}
.blog-social ul li a:last-child{
	padding-right: 0px;
}
.blog-social ul li a:hover{
	color: #139bab;
}


/*blog right sidebar start*/
#sidebarWrap {
    /* height: 700px; */
    width: 100%;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
#sidebar {
    max-width: 383px;
    min-height: 650px;
	padding: 0px 30px 37px;
    position: absolute;
    /*box-shadow: 0px 0px 15px 4px #cccccc;
	-webkit-box-shadow: 0px 0px 15px 4px #cccccc;
	-moz-box-shadow: 0px 0px 15px 4px #cccccc;
	-ms-box-shadow: 0px 0px 15px 4px #cccccc;*/
	background-color: #ffffff;
	border-radius: 30px;
}
#sidebar.fixed {
    position: fixed;
    top: 85px;
}
.blog-right-box h3{
	font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 0px;
    font-weight: 600;
}

.best-blog{}
.best-blog ul{
	list-style: none;
	padding: 20px 0px;
}
.best-blog ul li{
	display: block;
	padding-bottom: 10px;
}
.best-blog ul li a{
	font-size: 14px;
	color: #139bab;
	font-weight: 500;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
}
.best-blog ul li a:hover{
	color: #000000;
	font-weight: 700;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
}

.director-about{
	width: 100%;
	display: block;
	border-bottom: solid 1px #cccccc;
	padding: 15px 0px 15px 0px;
}
.director-about:last-child{
	border-bottom: none;
}
.director-about p{
	font-size: 15px;
    line-height: 24px;
    color: #696969;
    display: block;
    text-align: left;
	padding: 20px 0px;
}
.director-about .sign-img{
	float: right;
	width: 90px;
}

/*blog right sidebar end*/


/*blog css end*/

/* career css starts */
.large-font {
	font-size: 3.5rem;
}
.employee-benefits .card {
	border-left: none;
	border-right: none;
	border-radius: 0px;
	padding-bottom: 10px;
    padding-top: 10px;
}
.employee-benefits .card-header {
	background-color: transparent;
	border-bottom: none
}
.employee-benefits .btn-link {
	font-size: 1.25rem;
	color: black;
	padding-left: 0px;
}
.employee-benefits .card-body {
	font-size: 1.05rem;
}
.careers h1 {
	font-size: 2.7rem;
	line-height: 4.5rem;
}
.careers .btn {
	background-color: #ffffff;
    color: #139bab;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 25px;
    letter-spacing: -0.1px;
    font-weight: 700;
    border-color: #139bab;
    padding: 17px 20px;
    display: block;
    max-width: 250px;
    text-align: center;
}
.careers .carousel-inner {
	border: 7px solid white;
	border-radius: .7rem;
}
.careers .carousel-indicators {
	bottom: 10px;
}

/*course page loader */

.loader {
	transform: translate3d(-50%, -50%, 0);
  }
  
  
  #gallery .not_available {
	text-align: center;
	  width: 100%;
  }
  .dot {
	width: 24px;
	height: 24px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	animation: slide 1s infinite;
  }
  .dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #32aacc;
  }
  .dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #64aacc;
  }
  .dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #96aacc;
  }
  .dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #c8aacc;
  }
  .dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #faaacc;
  }
  @-moz-keyframes slide {
	0% {
	  transform: scale(1);
	}
	50% {
	  opacity: 0.3;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	}
  }
  @-webkit-keyframes slide {
	0% {
	  transform: scale(1);
	}
	50% {
	  opacity: 0.3;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	}
  }
  @-o-keyframes slide {
	0% {
	  transform: scale(1);
	}
	50% {
	  opacity: 0.3;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes slide {
	0% {
	  transform: scale(1);
	}
	50% {
	  opacity: 0.3;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	}
  }
  /*course page loader */


  

@media(max-width:1510px){
	.login-button{
		right: 2%;
	}
	header nav.menu ul li{
		padding: 0 7px;
	}
	header nav.menu ul li a{
		padding: 0px 8px;
	}
}

@media(max-width:1440px){
	.login-button{
		right: 2%;
	}
	header nav.menu ul li{
		padding: 0 5px;
	}
	header nav.menu ul li a{
		padding: 0px 6px;
	}
}

@media(max-width:1350px){
	.login-button{
		right: 1% !important;
	}
	.hea-inner .menu{
		padding-left: 40px;
	}

}

@media(max-width:1290px){
	.login-button{
		right: 2% !important;
	}
	.login-button a{
		margin-right: 15px;
		padding: 2px 15px;
	}
}

@media (max-width: 1250px){
	.filter-section{
		padding: 20px 15px 50px 15px;
	}
	header nav.menu ul li{
		padding: 0px 5px;
	}
	.login-button a{
		padding: 2px 10px;
		margin-right: 15px;
	}
	header .logo img{
		width: 160px;
	}
	.hea-inner .menu{
		padding-left: 30px;
	}
	header nav.menu ul li a{
		padding: 0px 5px;
	}
}

@media (max-width: 1180px){
	header nav.menu ul li {
	    padding: 0 2px;
	}
	.login-button a{
		font-size: 13px;
		padding: 2px 8px;
    	margin-right: 10px;
	}
	.hea-inner .menu{
		padding-left: 20px;
	}
}

@media (max-width: 1100px){
	.login-button{
		right: 0% !important;
		padding-right: 15px;
	}
	header nav.menu ul li a{
		padding: 0px 5px;
	}
	header .logo img{
		width: 180px;
	}
	.login-button{
		display: none;
	}
}

@media (max-width: 1010px){
	.hea-inner .menu{
		padding-left: 25px;
	}
	.login-button a {
		padding: 2px 10px;
		margin-right: 15px;
	}
}

@media (max-width: 992px){
	.blog-banner{
		height: 220px;
	}
	.blog-banner{
		margin-top: 30px;
	}
	.blog-down-content{
		padding: 30px;
	}
	.blog-name h2{
		margin-bottom: 0px;
	}
	.blog-name h2 a{
		font-size: 25px;
	}
	.blog-content-main{
		padding-top: 20px;
	}
	.login-button{
		right: 50px !important;
	}
}

@media (max-width: 768px){
    .filter-section #projects > ul > li {
        width: 35%;
        margin-right: 15px;
    }
    .sort-header h2{
    	padding-right: 10px;
    	font-size: 16px;
    }
    .filter-section nav > ul > li > a{
    	font-size: 13px;
    	padding: 8px 15px;
    }
    .filter-section .gallery > img{
    	max-width: 100%;
    	margin: 15px auto;
    }
    .filter-section .close i{
    	top: 10px;
    }
    .video-sec{
    	margin-top: 15px;
    }
	.blog-banner{
		height: 190px;
	}
	.blog-down-content{
		padding: 30px 15px;
	}
	.blog-comment{
		padding: 8px 0px;
	}
	.blog-comment ul li a{
		font-size: 13px;
		padding: 0px 5px;
	}
	.blog-banner h1{
		margin-bottom: 0px;
		font-size: 40px;
	}
	.defe-footer-right ul li {
	    margin-right: 10px;
	}
	.defe-footer-right ul li a img {
	    max-width: 120px;
	}
	.banner-second img{
		height: auto;
		margin-top: 27px;
	}
}
@media (max-width: 576px) {
	.careers h1 {
		line-height: 3.5rem;
	}
    .filter-section #projects > ul > li {
        width: 100%;
        margin-right: 0px;
    }
    .filter-section nav{
    	padding-bottom: 10px;
    }
    .sort-header{
    	display: block !important;
    }
    .sort-header h2{
    	padding-bottom: 10px;
    }
    .sort-header ul li{
    	margin-bottom: 20px;
    }
    .blog-main{
    	padding: 50px 0px 30px 0px;
    }
	.blog-banner{
		height: 160px;
	}
	.blog-banner h1{
		font-size: 30px;
	}
	.blog-main .col-lg-8.col-md-8.col-sm-7{
		padding: 0px;
		order: 2;
	}
	#sidebar{
		position: relative !important;
		max-width: 100%;
		top: 0px !important;
		padding: 10px 30px 20px;
	}
	.blog-lft-space {
	    padding-left: 15px;
	    margin-bottom: 40px;
	    order: 1;
	}
	.blog-like ul li a{
		padding: 0px 5px;
	}
	.blog-social ul li a{
		padding: 0px 10px;
	}
	.faqs-filter-btns{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.faqs-filter-btns .btn{
		font-size: 13px;
	}
	.login-show h4{
		padding-top: 100px;
	}
	.register-modal .modal-dialog{
		margin: auto;
	}
	.defe-footer-right ul {
	    padding-top: 20px;
	    justify-content: center;
	}
	.defe-footer-right {
	    padding-top: 20px;
	    text-align: center;
	}
	.defe-footer-right h2 {
	    font-size: 25px;
	}
	.defe-footer-right h4 {
	    font-size: 14px;
	}
	.defe-footer-right p {
	    font-size: 14px;
	}
}
/*filter css end*/