/*
Theme Name: MATROOJ
Description: MATROOJ is a responsive WordPress theme.
Author: Tenpixel
Author URI: tenpixelui.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  corporate, business, responsive, classic, freelancing.
Text Domain: matrooj
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	background-color: #E2F7FD;
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	background-image: url(assets/images/main_photo.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	body {
		background-color: #E2F7FD;
		background-image: url(assets/images/main_photo_mb.png);
		/* background-size: cover; */
		background-position: top 100px center;
	}
}

ul,
ol,
li {
	list-style: none;
}

img,
fieldset {
	border: none;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
}

a:hover {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
	width: 100%;
}

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

embed,
iframe,
object,
video {
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

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

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

.alignright {
	margin: 10px 0px 30px 25px;
	display: inline;
}

.alignleft {
	margin: 5px 30px 10px 0px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}

.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 9pt;
}

input,
textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

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

input[placeholder],
[placeholder],
*[placeholder] {
	font-family: 'Heebo', sans-serif;
	color: inherit;
}

*::-webkit-input-placeholder {
	color: inherit;
}

*:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

*::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: inherit;
}

.pb-100 {
	padding-top: 70px;
	padding-bottom: 60px;
}

.dpn {
	display: none !important;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #2f5398;
	font-size: 22.5pt;
	font-weight: 500;
	padding-bottom: 25px;
	font-family: 'Heebo', sans-serif;
	line-height: 1;
}

.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
	color: #048d38
}

.entry-content h1 {
	font-size: 31.5pt;
	padding-bottom: 28px;
}

.entry-content h2 {
	font-size: 31.5pt;
}

.entry-content h3 {
	font-size: 27pt;
}

.entry-content h4 {
	font-size: 22.5pt;
}

.entry-content h5 {
	font-size: 19.5pt;
}

.entry-content h6 {
	font-size: 16.65pt;
}

.entry-content p {
	color: #333333;
	font-size: 12pt;
	line-height: 30px;
	padding-bottom: 17px;
}

.entry-content p a {
	color: #2f5398;
	border-bottom: 1px solid #2f5398;
}

.entry-content p a:hover {
	border-color: rgba(0, 0, 0, 0)
}

.entry-content p strong {
	font-weight: 700;
}

.tooltip_item {
	display: inline-block;
	position: relative;
}

.tooltip_item::after {
	content: '';
	height: 19px;
	background-color: #e9f7fd;
	position: absolute;
	left: -3px;
	right: -3px;
	top: 6px;
	z-index: -1;
}

.tooltip {
	width: 124px;
	height: 40px;
	background: rgb(35, 159, 116);
	background: -moz-linear-gradient(180deg, rgb(35, 159, 116) 30%, rgb(73, 185, 200) 90%);
	background: -webkit-linear-gradient(180deg, rgb(35, 159, 116) 30%, rgb(73, 185, 200) 90%);
	background: -o-linear-gradient(180deg, rgb(35, 159, 116) 30%, rgb(73, 185, 200) 90%);
	background: -ms-linear-gradient(180deg, rgb(35, 159, 116) 30%, rgb(73, 185, 200) 90%);
	background: linear-gradient(270deg, rgb(35, 159, 116) 30%, rgb(73, 185, 200) 90%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 2;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
}

.tooltip a {
	border: none !important
}

.tooltip .fa {
	font-size: 15pt;
	display: block;
	line-height: 1
}

.tooltip_item:hover>.tooltip {
	opacity: 1;
	visibility: visible;
}

.tooltip::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #33aa98;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
	z-index: 3;
}

.tooltip .fa {
	color: #fff;
}

.entry-content ul {
	padding: 1px 0 30px 35px;
}

.entry-content ul li {
	color: #333333;
	font-size: 12pt;
	line-height: 30px;
	padding-bottom: 6px;
	padding-left: 33px;
	position: relative;
}

.entry-content ul li::before {
	font-family: "FontAwesome";
	content: '\f00c';
	line-height: normal;
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 5;
	padding: 0;
	margin: 0;
	color: #048d38;
	font-size: 11.25pt;
}

.entry-content ul.list_style_center {
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 12px;
}

.entry-content ul.disc_style_item li {
	padding-left: 28px
}

.entry-content ul.disc_style_item li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #86d4f5;
	border-radius: 10px;
	top: 12px;
}

.blog_single_wrap ul.disc_style_item li::before {
	border-radius: 50%;
}

.entry-content ol {
	list-style-type: decimal;
	padding: 0 0 24px 42px;
}

.entry-content ol li strong {
	display: block;
	color: #048d38;
}

.entry-content ol li {
	list-style-type: decimal;
	color: #333333;
	font-size: 12pt;
	line-height: 30px;
	position: relative;
	padding-left: 5px;
	margin-bottom: 8px;
}

.entry-content ol li p {
	padding-bottom: 16px;
	font-weight: 400;
}

.entry-content ol.style-order-list li {
	color: #048d38;
	font-weight: 700;
}

.entry-content blockquote {
	padding: 6px 0 22px 0;
	color: #333333;
	font-style: italic;
	max-width: 770px;
	margin: 0 auto;
}

.entry-content blockquote p {
	padding-bottom: 0;
	color: #333333;
	font-size: 13.5pt;
	line-height: 31px;
}

.entry-content table.normal-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
}

.entry-content table.normal-table,
.entry-content table.normal-table th,
.entry-content table.normal-table td {
	color: #333333;
	font-size: 12pt;
	line-height: 30px;
	text-align: center;
	padding: 5px 0;
}

hr {
	border: none;
	background: #ccc;
	height: 1px;
	padding: 0;
	margin: 0 0 24px 0;
	outline: none;
}

.entry-content input[type='email'],
.entry-content input[type='text'] {
	width: 100%;
	height: 48px;
	color: rgba(51, 51, 51, 0.8);
	font-size: 12pt;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #f3fbfe;
	outline: none;
	padding: 5px 10px 5px 15px;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.entry-content textarea {
	width: 100%;
	border-radius: 5px;
	background: #f3fbfe;
	height: 110px;
	border: 1px solid #dddddd;
	color: rgba(51, 51, 51, 0.8);
	font-size: 12pt;
	padding: 10px 5px 5px 15px;
	outline: none;
	transition: 0.3s all;
	resize: none;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.entry-content .submit_button {
	width: 200px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 10pt;
	color: #fff;
	padding: 5px 15px 5px 15px;
	font-weight: 500;
	text-align: center;
	background: rgb(244, 150, 5);
	background: -moz-linear-gradient(0deg, rgb(244, 150, 5) 0%, rgb(253, 199, 35) 70%);
	background: -webkit-linear-gradient(0deg, rgb(244, 150, 5) 0%, rgb(253, 199, 35) 70%);
	background: -o-linear-gradient(0deg, rgb(244, 150, 5) 0%, rgb(253, 199, 35) 70%);
	background: -ms-linear-gradient(0deg, rgb(244, 150, 5) 0%, rgb(253, 199, 35) 70%);
	background: linear-gradient(90deg, rgb(244, 150, 5) 0%, rgb(253, 199, 35) 70%);
	outline: none;
	border: none;
	padding: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	-o-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
	-webkit-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
	-moz-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
	box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
}

.entry-content .submit_button:hover {
	background: rgb(253, 199, 35);
	background: -moz-linear-gradient(0deg, rgb(253, 199, 35) 0%, rgb(244, 150, 5) 70%);
	background: -webkit-linear-gradient(0deg, rgb(253, 199, 35) 0%, rgb(244, 150, 5) 70%);
	background: -o-linear-gradient(0deg, rgb(253, 199, 35) 0%, rgb(244, 150, 5) 70%);
	background: -ms-linear-gradient(0deg, rgb(253, 199, 35) 0%, rgb(244, 150, 5) 70%);
	background: linear-gradient(90deg, rgb(253, 199, 35) 0%, rgb(244, 150, 5) 70%);
}

.entry-content .submit_button .fa {
	padding-left: 32px;
	position: relative;
	top: 1px;
}

.news_photo img {
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;
}

.entry-content input[type='submit']:hover {
	opacity: 0.7;
}

.entry-content .submit {
	width: 180px;
	padding: 15px 0 0 0;
}

.preloader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.preloader .loader-spinner {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
	text-align: center;
}

.preloader .loader-spinner span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	line-height: 130px;
	font-size: 10.5pt;
	color: #2f5398;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.preloader .loader-spinner img {
	margin-top: 50px;
	margin-left: 25px;
}

.preloader .loader {
	border: 5px solid #fff;
	border-radius: 50%;
	border-top: 5px solid #68257e;
	border-right: 5px solid #68257e;
	border-bottom: 5px solid #68257e;
	width: 130px;
	height: 130px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.only_mobile_view {
	display: none
}


.center-content {
	width: 100%;
	/* max-width:1920px; */
	margin: 0 auto;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-space-between {
	display: flex;
	justify-content: space-between;
}

.justify-content-center {
	display: flex;
	justify-content: center;
}

.align-center {
	display: flex;
	align-items: center;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.row-reverse {
	flex-flow: row-reverse;
}

.flex-row-reverse {
	flex-flow: row-reverse;
}

.flex-row-none {
	flex-flow: inherit !important;
}

/* ===== */

#wrapper {
	direction: rtl;
	unicode-bidi: embed;
}

/* --header area start-- */

.header_container {
	border-bottom: 1px solid #707070;
	transition: all 0.4s;
}

.header_area {
	/* max-width: 1920px; */
	transition: all 0.4s;
}

.header_wrap {
	min-height: 140px;
	transition: all 0.4s;
}

.logo {
	/* width: 24.68%; */
	min-height: 140px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
	width: 474px;
}

.logo_max {
	max-width: 270px;
}



.phone_number p {
	font-size: 15.75pt;
	line-height: 19px;
	color: #707070;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.phone_number p a {
	color: #707070;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
}

.phone_number {
	padding-left: 30px;
}

.header_contact_wrap .fa {
	width: 20px;
}

.header_contact_number {
	padding-left: 140px;
	width: 75.81%;
	display: flex;
	justify-content: flex-end;
}


/* headaer end */
.main_container_wrap.is_stuck { padding-top: 120px;}
.asid_requests {
	/* width: 24.68%; */
	background: #FFFFFF;
	padding: 0 60px;
	min-height: 100vh;
	width: 474px;
}

.across_country_area_wrap {
	width: 75.81%
}


.requests_btn_wrap {
	max-width: 270px;
	padding-top: 42px;
	margin: 0 auto;
}
.submit-btn,
.requests_btn a {
	display: block;
	background-color: #C09130;
	color: #ffffff;
	text-align: center;
	font-size: 23.25pt;
	line-height: 45px;
	font-weight: 700;
	padding: 9px 18px 9px 18px;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s ease;
	max-width: 270px;
	margin: 0 auto;
}

.requests_content {
	padding-top: 36px;
}

.requests_content p {
	font-size: 14.25pt;
	line-height: 27px;
	color: #707070;
	text-align: center;
	padding-bottom: 24px;
	font-weight: 400;
}

.requests_btn a:hover {
	background-color: rgb(168, 122, 28);
}

.registration_area_mx {
	max-width: 312px;
	padding-bottom: 50px;
	margin: 0 auto;
	padding-top: 8px;
}

.registration_box {
	background: #e2f7fd;
	padding: 23px 14px 10px 14px;
}

.registration_box strong {
	display: block;
	text-align: center;
	font-size: 13.5pt;
	line-height: 21px;
	color: #707070;
	padding-bottom: 5px;
	font-weight: 700;

}

.registration_box span {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 12pt;
	color: #707070;
	line-height: 22px;
	width: 78%;
	margin: 0 auto;
}

.registration_form_area {
	border-top: 1px solid #707070;
	margin-top: 35px;
}

.enrollment_btn {
	border: 1px solid #707070;
	text-align: center;
	margin-top: 40px;
}
.enrollment_btn input,
.enrollment_btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0;
	font-size: 14.4pt;
	font-weight: 700;
	color: #707070;
	line-height: 18px;
}


.full_field_item .form_controll {
	border: none;
	outline: none;
	height: 24px;
	border-bottom: 1px solid #707070;
	width: 100%;
	font-size: 12pt;
	color: #707070;
	margin-top: 26px;
	text-align: right;
}

.aside_logo_area {
	padding-top: 90px
}

.aside_logo {
	max-width: 232px;

}

.aside_logo_area p {
	font-size: 9.75pt;
	line-height: 19px;
	color: #707070;
	font-weight: 400;
	padding-top: 14px;
}

.across_country_content {
	padding: 0px 80px 0px 140px;

}


.accross_item_area {
	width: 50%;
}

.accross_item_area:first-child {
	padding-left: 77px;
}

.accross_item_area:nth-child(2) {
	padding-right: 77px;
}


.accross_item_title {
	border-bottom: 2px solid #C09130;
	padding-top: 38px;
}

.accross_item_title h3 {
	color: #C09130;
	font-size: 15.75pt;
	font-weight: 700;
	line-height: 31px;
}


.accross_toggle_item_wrap {
	margin: 0 -8px;
	padding-top: 35px
}

.accross_toggle_item {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 24px;
}

.accross_toggle_content {
	background-color: #FFFFFF;
	position: relative;
}

.toggle_title {
	background-color: #C09130;
	position: relative;

}

.toggle_title::after {
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background-color: #C09130;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: 2;

}

.toggle_title h4 {
	font-size: 13.5pt;
	font-weight: 700;
	color: #FFFFFF;
	padding: 16px 14px 12px 10px;
	cursor: pointer;

}

.toggle_text {
	padding: 25px 18px 21px 10px;
	border-bottom: 4px solid #C09130;
}


.toggle_text ul li {
	font-size: 10.5pt;
	color: #707070;
	font-weight: 300;
}


.toggle_text p{
	font-size: 10.5pt;
	font-weight: 300;
	line-height: 20px;
	color: #707070;
	padding-top:15px;
}

.institute .accross_toggle_item{
	padding-bottom: 42px;
}

 
/* ==== =====pink body page============== */
.pink_body{
	background-color:#C091302C;
} 
.pink_body .accross_item_area.item_left .accross_item_title {
    border-bottom: 2px solid #8B8B8B;
}

.pink_body .accross_item_area.item_left .accross_item_title h3{
	color:#8B8B8B;
}

.pink_body .accross_item_area.item_left .accross_toggle_content .toggle_title {
		background-color: #8B8B8B;
}

.pink_body .accross_item_area.item_left .accross_toggle_content .toggle_title::after{
	background-color:#8B8B8B
}

.pink_body .accross_item_area.item_left .accross_toggle_content .toggle_text  {
    border-bottom: 4px solid #8B8B8B;
}



/* -=======institute page start=========- */
.institute .requests_btn_wrap{
	max-width: 100%;
}

.institute .requests_content p{
padding-bottom: 0px;
}
.institute .requests_content p:last-child{
	padding-bottom:24px;
}

.discounts_btn{
	padding-bottom:32px;
}
.discounts_btn a{
	display: block;
    background-color: #C09130;
    color: #ffffff;
    text-align: center;
    font-size:14.25pt;
    line-height: 25px;
    font-weight: 700;
    padding: 16px 18px 15px 18px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 auto;
	max-width: 238px;
	border-radius: 50px;
}

.institute .registration_box strong{
	font-size: 18.75pt;
	line-height: 29px;
}

.institute .registration_box span{
	width: 100%;
}

.institute .registration_box {
    background: #e2f7fd;
    padding: 23px 14px 18px 14px;
}



@media screen and (max-width: 1920px) {
	.header_contact_number {
		padding-left: 140px;
	}

	.across_country_content {
		padding: 0px 80px 0px 140px;
	}

	.accross_item_area:first-child {
		padding-left: 77px;
	}

	.accross_item_area:nth-child(2) {
		padding-right: 77px;
	}
}


@media screen and (max-width: 1680px) {
	.header_contact_number {
		padding-left: 100px;
	}

	.across_country_content {
		padding: 0px 60px 0px 100px;
	}

	.logo,
	.asid_requests {
		padding: 0 40px;
	}

	.accross_item_area:first-child {
		padding-left: 40px;
	}

	.accross_item_area:nth-child(2) {
		padding-right: 40px;
	}
}


@media screen and (max-width: 1480px) {
	.header_contact_number {
		padding-left: 30px;
	}

	.across_country_content {
		padding: 0px 30px 0px 30px;
	}

	.logo,
	.asid_requests {
		padding: 0 30px;
	}

	.accross_item_area:first-child {
		padding-left: 20px;
	}

	.accross_item_area:nth-child(2) {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1366px) {
	.header_contact_number {
		padding-left: 30px;
	}

	.across_country_content {
		padding: 0px 30px 0px 30px;
	}

	.logo,
	.asid_requests {
		padding: 0 30px;
		max-width: 400px;
	}

	.accross_item_area:first-child {
		padding-left: 20px;
	}

	.accross_item_area:nth-child(2) {
		padding-right: 20px;
	}

	.toggle_title h4 {
		font-size: 12pt;
	}
}

@media screen and (max-width: 1280px) {

	.logo,
	.asid_requests {
		padding: 0 20px;
	}

	.requests_btn a {
		font-size: 18.75pt;
	}

	.logo,
	.asid_requests {
		padding: 0 30px;
		max-width: 320px;
	}

	.accross_item_area:first-child {
		padding-left: 10px;
	}

	.accross_item_area:nth-child(2) {
		padding-right: 10px;
	}

	.across_country_content {
		padding: 0px 20px 0px 20px;
	}
}

@media screen and (max-width: 1080px){
	.toggle_title h4{
		font-size: 10pt;
	}
}

@media screen and (max-width: 991px) {

	.only_mobile_view {
		display: block;
	}

	.only_desktop_view {
		display: none;
	}



	.logo {
		width: auto;
		min-height: auto;
	}

	.header_wrap {
		background: #ffffff;
		align-items: flex-end;
		padding-bottom: 10px;
		min-height: 106px;
	}

	.logo_max {
		max-width: 186px;
	}

	.header_contact_number {
		padding-bottom: 20px;
		width: auto;
	}


	.logo {
		padding: 0 30px;
	}



	/* mobile view */

	.main_container_wrap {
		flex-direction: column-reverse;
	}

	.across_country_area_wrap {
		width: 100%;
	}
 .asid_requests {
		width: 100%;
		max-width: 100%;
		border-top: 1px solid #707070;
		padding: 0 20px;
	}

	.across_country_content {
		flex-direction: column;
	}

	.accross_item_area {
		width: 100%;
	}

	.accross_item_area:first-child {
		padding-left: 0px;
	}

	.accross_item_title h3 {
		text-align: center;
	}

	.toggle_title h4 {
		font-size: 9.75pt;
		text-align: center;
		padding: 9px 5px 8px 5px;
	}

	.toggle_text ul li {
		font-size: 10.5pt;
		font-weight: 400;
	}

	.toggle_title::after {
		width: 8px;
		height: 8px;
		bottom: -4px;
		visibility: hidden;
		opacity: 0;
	}

	.requests_btn_wrap {
		max-width: 100%;
	}

	.toggle_text {
		padding: 9px 10px 7px 10px;
		border-bottom: 2px solid #C09130;
		background-color: #fff;
	}

	.requests_btn a {
		background-color: #FFFFFF;
		color: #C09130;
		font-size: 21.75pt;
		line-height: 42px;
		padding: 11px 0px 11px 0px;
		max-width: 100%;
	}

	.requests_content p {
		font-size: 12pt;
		line-height: 19px;
		padding-bottom: 18px;
	}

	.requests_btn_wrap {
	    padding: 21px 20px 0px 20px;
	}

	.requests_content {
		padding-top: 12px;
	} 

	.accross_item_area:nth-child(2) {
		padding-right: 0px;
	}

	.accross_item_title {
		padding-top: 0px;
	}
	.accross_toggle_item{
		margin-bottom: 16px;
	}

	.accross_toggle_item_wrap{
		padding-top:30px;
	}

	.registration_area_mx{
		max-width: 100%;
		padding-top:0px;
		padding-bottom: 25px;
	}

	

	.registration_box_mb {
		padding: 0px 20px 22px 20px;
	}

	.registration_box{
		background-color: #FFFFFF;
	}

	.registration_box strong{
		font-size: 12.75pt;
	}
	.registration_box span{
		font-size: 11.25pt;
	}

	.registration_form_area {
		border-top:none;
	}
	.enrollment_btn input,
	.enrollment_btn a{
		font-size: 10.5pt;
	}

	.aside_logo_area {
		padding-top: 22px;
		border-top: 1px solid #707070;
		margin: 40px -20px  0px -20px;
		padding: 24px 30px 0px 30px;}

		.asid_requests{
			min-height: auto;
		}

		.requests_btn a:hover {
			background-color:rgba(255, 255, 255, 0.925);
		}
	

		.toggle_text{
			display: none;
		}

		.toggle_title.active::after{
			visibility: visible;
			opacity: 1;
		}


		/* =====pink body mobile================ */
		.pink_body .accross_item_area.item_left .accross_toggle_content .toggle_text {
			border-bottom: 2px solid #8B8B8B;
		}

		.discounts_btn a{
			font-size: 12pt;
			line-height: 21px;
			max-width: 202px;
		}

		.discounts_btn{
			padding-bottom: 8px;
		}

		.institute .toggle_title h4 {
			padding: 7px 5px 6px 5px;
			text-align: right;
		}
		.institute .toggle_title::after{
			right: 70px;
		}

		.toggle_text p {
			font-size: 10.5pt;
			padding-top:10px;
			font-weight: 400;}

			.institute .accross_toggle_item {
				padding-bottom: 0px;
			}

			.institute .accross_toggle_item_wrap {
				padding-top: 0px;
			}
			.institute .registration_box{
				background-color: #ffffff;
			}

			.institute .discounts_btn{
				padding-bottom: 32px;
			}

			.institute .registration_box_mb{
				padding-top:16px;
			}
			.institute .registration_box{
				padding: 16px 14px;
			}
			.institute .registration_box_mb {
				padding: 0px 20px 38px 20px;
			}

			.full_field_item .form_controll{
				font-size: 11.25pt;
			}

}

.header_container.header-sticky.is_stuck{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
	background-color:#fff;
	
}

.header_container.header-sticky.is_stuck .logo,
.header_container.header-sticky.is_stuck .header_wrap{
min-height: 106px;
}

@media screen and (max-width: 991px){
	.header_container.header-sticky.is_stuck .logo,
	.header_container.header-sticky.is_stuck .header_wrap{
	min-height: 70px;
	}	


	.header_container.header-sticky.is_stuck .logo{
		flex-direction: initial;
		align-items: flex-end;
	}

	.main_container_wrap.is_stuck {
		padding-top: 0px;
	}


}



/*===== NEW CSS =====*/
.matrooj_sidebar_template .elementor-widget-container > div {
	max-width: 100% !important;
	width: 100% !important;
}
.toggle_title h4 a { color: #fff; }

.only_card_item .accross_toggle_item_wrap {
	margin-left: -77px;
	margin-right: -77px;
}
.only_card_item .accross_toggle_item {
	padding-left: 77px;
	padding-right: 77px;
}
.error404 .page-title { text-align: center; padding: 100px 20px; }

@media screen and (max-width: 1366px) {
	.only_card_item .accross_toggle_item_wrap {
		margin-left: -20px;
		margin-right: -20px;
	}

	.only_card_item .accross_toggle_item {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.only_card_item .accross_toggle_item_wrap {
		margin-left: -10px;
		margin-right: -10px;
	}

	.only_card_item .accross_toggle_item {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.only_card_item .accross_toggle_item {
		width: 100%;
	}
}

/* Change 02-12-21 */
.submit-btn {
	font-size: 14pt;
	max-width: 270px;
	line-height: normal;
	padding:7px 18px 7px 18px;
	border: none;
	outline: none;
	border-radius: 30px;
	margin-top: 35px;
	width: 100%;
}

.requests_area_wrap_admin { 
	background-color: #fff !important;
	max-width: 400px;
	margin: 0 auto;
}
.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
}


.wpcf7 .enrollment_btn { border: none; }
.wpcf7 .enrollment_btn input { 
	border: 1px solid #707070;
	background: transparent;
}
.wpcf7-spinner { display: none; }
form.wpcf7-form.submitting .wpcf7-spinner { display: block; }