@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/******************** Common ********************/
body {
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
}

:focus {
	outline: none;
}

.error-field p{
	margin-bottom: 0 !important;
	color: red !important;
	font-size: 12px !important;
}

.home-title-description {
	font-size: 14px;
}

.dashboard-child {
	width: 100%;
	padding: 15px 0;
}

.innerpage-main {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}

.innerpage-main-padding {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
}

.page-without-scroll~.footer-main {
	position: absolute;
	bottom: 0;
}

.page-without-scroll {
	width: 100%;
}

.astric {
	color: red;
}

.inner-page-heading {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.fa-file-pdf {
	color: #ad0b00;
}


.fa-file-excel {
	color: #206f43;
}

.fa-file-word {
	color: #295394;
}

/******************** Header ********************/
.header-master {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.header-main {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.header-contact {
	display: flex;
	flex-direction: row;
	justify-content: end;
	font-size: 14px;
}

.header-mobile,
.header-email {
	padding: 0 15px;
}

.header-mobile {
	border-right: 1px solid #ccc;
}


/******************** Navigation ********************/
.brand img {
	width: 127px;
}

/******************** Home Banner ********************/
.banner-container {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
    z-index: 99;
}

.slider {
	position: relative;
	background: #333;
	color: white;
}

.slick-slide {
	height: 400px;
}

.slideCopy-container {
	position: relative;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -180px;
}

.slideCopy-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
	background: red;
	color: black;
}

.slick-prev {
	left: 20px;
	color: black;
	z-index: 1000;
}

.slick-next {
	right: 20px;
	z-index: 1000;
}

.slick-dots li button::before {
	font-size: 15px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
}

.banner-1 {
	background-image: url('../images/banner/banner-1.jpg');
}

.banner-2 {
	background-image: url('../images/banner/banner-2.jpg');
}

.banner-3 {
	background-image: url('../images/banner/banner-3.jpg');
}

/******************** Home About ********************/
.about-container {
	float: left;
	width: 100%;
	padding: 80px 0 50px 0;
}

.about-description {
	font-size: 14px;
}

/******************** Home Services ********************/
.service-container {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
	background-color: #dfdfdf;
}

.home-service {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.home-service-div {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 15px;
}

.service-div {
	display: flex;
}

.service-icon {
	width: 25%;
	padding-right: 15px;
}

.home-service-icon{
	width: 65px;
}

.service-content {
	width: 75%;
}

.service-title {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #4242ff;
}

.service-small-description {
	width: 100%;
	font-size: 14px;
}

/******************** Home - News ********************/
.news-container {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
}

.home-latestnews-div {
	width: 32.4%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 15px;
}

.latestnews-description p{
	font-size: 14px;
}

.latestnews-norecordfound {
	width: 100%;
	font-size: 16px;
}

.view-all-news {
	width: 100%;
	text-align: right;
}


/******************** About Us ********************/
.about-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-section img {
	max-width: 100%;
	height: auto;
}

.sec-title {
	position: relative;
	z-index: 1;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #8e408f;
	font-weight: 500;
	margin-bottom: 15px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1.28em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 18px;
}

.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 3px;
	background-color: #d1d2d6;
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 35px;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.text-center h2:before {
	left: 50%;
	margin-left: -25px;
}

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
}

.list-style-one li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 18px;
	padding: 0px;
	color: #ff2222;
	font-weight: 600;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.6;
	font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
	color: #44bce2;
}

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 0.02em;
	background-color: #8e408f;
}

.btn-style-one:hover {
	background-color: #0794c9;
	color: #ffffff;
}

.about-section {
	position: relative;
	padding: 120px 0 70px;
}

.about-section .content-column {
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column {
	position: relative;
	padding-left: 30px;
}

.about-section .text {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.about-section .list-style-one {
	margin-bottom: 45px;
}

.about-section .btn-box {
	position: relative;
}

.about-section .btn-box a {
	padding: 15px 50px;
}

.about-section .image-column {
	position: relative;
}

.about-section .image-column .text-layer {
	position: absolute;
	right: -110px;
	top: 50%;
	font-size: 325px;
	line-height: 1em;
	color: #ffffff;
	margin-top: -175px;
	font-weight: 500;
}

.about-section .image-column .inner-column {
	position: relative;
	padding-left: 80px;
	padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
	position: absolute;
	bottom: 16px;
	z-index: 1;
	background: orange;
	padding: 10px 15px;
	left: 96px;
	width: calc(100% - 152px);
	border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
	font-size: 16px;
	letter-spacing: 6px;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 400;
}

.about-section .image-column .inner-column:before {
	content: '';
	position: absolute;
	width: calc(50% + 80px);
	height: calc(100% + 160px);
	top: -50px;
	left: -3px;
	background: transparent;
	z-index: 0;
	border: 44px solid #8e408f;
}

.about-section .image-column .image-1 {
	position: relative;
	top: 25px;
}

.about-section .image-column .image-2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
	box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
	border-radius: 46px;
}

.about-section .image-column .video-link {
	position: absolute;
	left: 70px;
	top: 170px;
}

.about-section .image-column .video-link .link {
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/******************** Latest News ********************/
.latestnews-innerpage-main {
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
}

.latestnews-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.latestnews-div {
	width: 49%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 15px;
}

.latestnews-flag {
	width: 25%;
}

.latestnews-flag img {
	width: 100%;
}

.latestnews-country {
	font-size: 16px;
	font-weight: 600;
}

.latestnews-details {
	width: 80%;
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.latestnews-title {
	font-size: 16px;
	font-weight: 500;
}

.latestnews-date {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #8e408f;
}

.latestnews-description {
	width: 100%;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 5px 0;
	line-height: 1.5;
	font-size: 14px;
}

.latestnews-description p{
	font-size: 14px !important;
}

.latestnews-readmore {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #295394;
}

/******************** Latest News - Details ********************/
.news-title-details {
	font-size: 18px;
	font-weight: 500;
}

.newsdetail-date-country {
	font-size: 14px;
	color: #b5b5b5;
}

/******************** Sign Up ********************/
.sign-up-form {
	margin: 25px auto;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 25px;
}

.sign-up-heading {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}

.sign-up-heading b {
	color: #89426b;
}


/******************** Login ********************/
.login-form {
	margin: 25px auto;
	width: 40%;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 25px;
}

.sign-in-heading {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

/******************** Change Password ********************/
.change-password-inner {
	width: 40%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.change-password-heading {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

/******************** Forgot Password ********************/
.forgot-password-inner {
	width: 40%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 6px;
}

.forgot-password-text {
	font-size: 16px;
	width: 100%;
	margin: 15px 0;
	font-weight: 500;
}

/******************** Visa Solution ********************/
.inner-page-heading {
	width: 100%;
	text-align: center;
	margin: 50px 0 15px 0;
}

.visa-requirement-content {
	float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 16px !important;
    text-wrap: wrap !important;
    overflow-x: hidden;
}

.visa-requirement-details{
	font-size: 14px !important ;
}

.visa-requirement-details .main {
	float: left;
	width: 100%;
	/* padding: 1.5rem 0; */
}

.visa-requirement-details .main:first-child {
	border-top: 0;
	/* padding: 0 0 1.5rem 0; */
}

.visa-requirement-details .heading {
	float: left;
	width: 100%;
	/* font-weight: 600; */
	font-size: 1.6rem;
}

.visa-requirement-details .main ul li {
	line-height: 1.8;
}

.consulate-details .heading {
	float: left;
	width: 100%;
	font-weight: 600;
	margin: 1rem 0;
}

.consulate-details .heading {
	float: left;
	width: 100%;
	margin: 1rem 0;
}

.consulate-details .mobile {
	float: left;
	width: 100%;
	margin: .5rem 0;
}

.consulate-details .fax {
	float: left;
	width: 100%;
	margin: .5rem 0;
}

.consulate-details .email {
	float: left;
	width: 100%;
	margin: .5rem 0;
}

.consulate-details .web {
	float: left;
	width: 100%;
	margin: .5rem 0;
}

.consulate-details .title {
	font-weight: 600;
}

.email-solution {
	float: left;
	width: 100%;
	margin-top: 1.5rem;
}

.email-solution input,
.email-solution button {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.email-solution label {
	font-size: 1.4rem;
	font-weight: 600;
}

.email-solution .modal {
	top: 10rem;
}

.input-email input {
	font-size: 14px;
}

.u-btn {
	all: unset;
	cursor: pointer;
}

.visa-solution-search {
	font-weight: 600;
	background-color: #d1b0d1;
	padding: 15px 0;
	color: #333;
}

.search-btn button {
	margin-top: 32px;
	line-height: 0;
}

.visarequirement-heading {
	font-size: 18px;
	font-weight: 600;
}

.solution-jurisdiction {
    float: left;
    width: 100%;
	margin: 15px 0;
}

.visa-form-file {
	padding: 15px;
}

.requirement-imp-note {
	color: red;
}

#visa_requirement{
	float: left;
	width: 100%;
}

.jurisdiction-content ul, .jurisdiction-content p{
	margin-left: 15px;
}

.visa_requirement{
    font-family: 'Roboto', sans-serif !important;
}

.jurisdiction-content *{
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}


.visa-requirement-details *{
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}


/******************** Visa Solution - Email ********************/
.chatbox {
	bottom: -7em;
	position: fixed;
	right: 1em;
	transform: translatey(23.5em);
	transition: all 300ms ease;
	width: 20em;
	font-size: 14px;
}

.chatbox--is-visible {
	transform: translatey(0);
}

.chatbox__header {
	background: #050505;
	cursor: pointer;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chatbox__header-cta-text {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

.chatbox__header-cta-icon {
	color: #fff;
	margin-right: 0.75em;
}

.chatbox__header-cta-btn {
	background: none;
	border: none;
	color: #aaa;
	padding: 0.5em;
	transition: all 300ms ease;
}

.chatbox__header-cta-btn:hover {
	color: #fff;
}

.chatbox__display {
	background: #ededed;
	height: 30em;
	overflow: auto;
	padding: 0.75em;
}

.chatbox__display-chat {
	background: #fff;
	border-radius: 0.5em;
	color: #666;
	font-weight: 300;
	font-size: 1.6;
	line-height: 1.5;
	padding: 0.75em;
	text-align: justify;
}

.chatbox__form {
	display: flex;
}

.chatbox__form-input {
	border: none;
	color: #222;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 1.25em 1em;
	width: 100%;
}

.chatbox__form-input:required {
	box-shadow: none;
}

.chatbox__form-submit {
	background: none;
	border: none;
	color: #aaa;
	padding: 1em;
}


/******************** Contact Us ********************/
.right_conatct_social_icon {
	background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
	padding: 50px 0px;
}

.contact_inner {
	background-color: #fff;
	position: relative;
	box-shadow: 20px 22px 44px #cccc;
	border-radius: 25px;
}

.contact_field {
	padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
	height: 100%;
}

.contact_field h3 {
	color: #000;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 10px
}

.contact_field p {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.contact_field .form-control {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
	font-size: 13px;
	letter-spacing: 1px;
}

.contact_info_sec {
	position: absolute;
	color: #fff;
	background-color: #2d2d2d;
	right: 1px;
	top: 18%;
	height: 340px;
	width: 340px;
	padding: 40px;
	border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.info_single {
	margin: 30px 0px;
}

.info_single i {
	margin-right: 15px;
}

.info_single span {
	font-size: 14px;
	letter-spacing: 1px;
}

button.contact_form_submit {
	background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
	border: none;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	margin-top: 25px;
	border-radius: 35px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
}

.socil_item_inner li {
	list-style: none;
}

.socil_item_inner li a {
	color: #fff;
	margin: 0px 15px;
	font-size: 14px;
}

.socil_item_inner {
	padding-bottom: 10px;
}

.map_sec {
	padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
	color: #000;
	text-align: center
}

.map_inner p {
	font-size: 13px;
}

.map_bind {
	margin-top: 50px;
	border-radius: 30px;
	overflow: hidden;
}

.form-field-divs{
	width: 100%;
}

.contact_field form input, .contact_field form textarea{
	margin-bottom: 0;
}

.contact_field form label{
	margin-bottom: 0;
}

.form-field-divs{
	margin-bottom: 15px;
}


/******************** Profile ********************/
.my-profile {
	width: 30%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 6px;
}

.profile-img img{
	width: 300px;
}

.profile-heading {
	font-size: 20px;
	text-align: center;
	width: 100%;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.users-name {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 0;
}

.profile-btns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.profile-btns a {
	width: 50%;
	text-align: center;
	text-decoration: underline;
}

.logout {
	width: 100%;
	padding: 5px;
	margin: 15px 0;
	border: 1px solid #a160a1;
	background-color: #a160a1;
}

.logout a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}


/******************** Footer ********************/
.footer-main {
	float: left;
	width: 100%;
	background-color: #d1b1d1;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}


/******************** Bootstrap ********************/
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #803c6c;
	border: 1px solid #803c6c;
}

/******************** Select 2 ********************/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	font-weight: 500 !important;
}


/******************** Menu ********************/
:root {
	--white-100: hsl(206, 5%, 100%);
	--white-200: hsl(206, 5%, 90%);
	--white-300: hsl(206, 5%, 80%);
	--white-400: hsl(206, 5%, 65%);
	--white-500: hsl(206, 5%, 45%);
	--black-100: hsl(210, 21%, 12%);
	--black-200: hsl(210, 21%, 9%);
	--black-300: hsl(210, 21%, 6%);
	--black-400: hsl(210, 21%, 3%);
	--black-500: hsl(210, 21%, 1%);
	--night-100: hsl(217, 27%, 20%);
	--night-200: hsl(217, 27%, 16%);
	--night-300: hsl(217, 27%, 12%);
	--night-400: hsl(215, 27%, 8%);
	--night-500: hsl(215, 27%, 4%);
	--pink-100: hsl(326, 85%, 90%);
	--pink-200: hsl(327, 87%, 80%);
	--pink-300: hsl(329, 86%, 70%);
	--pink-400: hsl(330, 81%, 60%);
	--pink-500: hsl(333, 71%, 50%);
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
		0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.navigation-menu *,
.navigation-menu *::before,
.navigation-menu *::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 100%;
	box-sizing: inherit;
	scroll-behavior: smooth;
	height: -webkit-fill-available;
}

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: clamp(1rem, calc(0.97rem + 0.14vw), 1.09rem);
	font-weight: normal;
	line-height: 1.5;
	color: var(--black-300);
	background-color: var(--white-100);
}

main {
	overflow: hidden;
}

a,
button {
	cursor: pointer;
	user-select: none;
	border: none;
	outline: none;
	background: none;
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideRight {
	0% {
		opacity: 1;
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

.section {
	margin: 0 auto;
	padding: 6rem 0 2rem;
}

/* .container {
	max-width: 75rem;
	height: auto;
	margin-inline: auto;
	padding-inline: 1.5rem;
} */

.centered {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1rem;
}

.btn {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	user-select: none;
	border-radius: 0.25rem;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.btn-primary {
	padding: 0.75rem 1.5rem;
	color: var(--white-100);
	background-color: var(--pink-500);
	box-shadow: var(--shadow-medium);
}

.btn-darken {
	padding: 0.75rem 1.5rem;
	color: var(--white-100);
	background-color: var(--night-300);
	box-shadow: var(--shadow-medium);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	margin: 0 auto;
	background-color: var(--white-100);
	box-shadow: var(--shadow-medium);
}

.darkmode .header {
	background-color: var(--night-300);
}

.brand {
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--pink-500);
	text-transform: uppercase;
	order: 1;
}

.darkmode .brand {
	color: var(--pink-300);
}

.navbar {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 4rem;
	margin: 0 auto;
}

.navbar-left {
	display: flex;
	align-items: center;
	flex: 0 0 17%;
}

.navbar-center {
	display: flex;
}

.navbar-right {
	display: flex;
	flex: 0 0 17%;
	align-items: center;
	justify-content: flex-end;
	column-gap: 1.5rem;
}

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

	.navbar-left,
	.navbar-right {
		flex: 0 0 auto;
	}

	.navbar-right {
		align-items: center;
	}

	.navbar-center {
		flex: 0 0 100%;
		order: 3;
		align-items: center;
	}
}

@media only screen and (max-width: 992px) {
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 75%;
		height: 100%;
		z-index: 100;
		overflow: hidden;
		transform: translate(-100%);
		background-color: var(--white-100);
		transition: all 0.4s ease-in-out;
	}

	.menu.is-active {
		transform: translate(0%);
	}

	.darkmode .menu {
		background-color: var(--night-300);
	}
}

.menu-header {
	display: none;
	box-shadow: var(--shadow-medium);
}

.menu-item {
	display: inline-block;
	line-height: 1.5;
	padding-right: 1.25rem;
}

.menu-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--black-300);
	text-transform: capitalize;
	transition: all 0.25s ease;
}

.menu-link>i.bx {
	font-size: 1.35rem;
	margin-left: 0.25rem;
	transform: rotate(90deg);
}

.darkmode .menu-link {
	color: var(--white-100);
}

.menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	font-size: 1.45rem;
	color: var(--black-300);
	transition: all 0.25s ease;
}

.darkmode .menu-icon {
	color: var(--white-100);
}

@media only screen and (min-width: 993px) {
	.menu-dropdown:hover>.submenu {
		opacity: 1;
		visibility: visible;
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 992px) {
	.menu-header {
		position: relative;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 4rem;
		z-index: 110;
		visibility: hidden;
		background: transparent;
	}

	.menu-header.is-active {
		visibility: visible;
		background-color: var(--white-100);
	}

	.menu-header.is-active>.menu-arrow {
		display: block;
	}

	.darkmode .menu-header.is-active {
		background-color: var(--night-100);
	}

	.menu-arrow {
		display: none;
		cursor: pointer;
		width: 3rem;
		height: 4rem;
		text-align: center;
	}

	.menu-arrow>i.bx {
		font-size: 1.5rem;
		line-height: 4rem;
		color: var(--black-300);
		transition: all 0.25s ease;
	}

	.darkmode .menu-arrow>i.bx {
		color: var(--white-100);
	}

	.menu-title {
		font-family: inherit;
		font-size: inherit;
		font-weight: 500;
		line-height: inherit;
		text-transform: capitalize;
		color: var(--black-300);
	}

	.darkmode .menu-title {
		color: var(--white-100);
	}

	.menu-inner {
		height: 100%;
		margin-top: -3rem;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.menu-item {
		display: block;
		line-height: 1;
		padding-inline: 0;
	}

	.menu-link {
		justify-content: space-between;
		height: 2.5rem;
		line-height: 2.5rem;
		padding-inline: 1.25rem;
	}

	.menu-link>i.bx {
		margin-left: 0.5rem;
		transform: rotate(0deg);
	}
}

.submenu {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 1.75rem;
	padding: 1rem 2rem;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	border-radius: 0.25rem;
	border-top: 2px solid var(--pink-400);
	background-color: var(--white-100);
	box-shadow: var(--shadow-medium);
	transition: all 0.25s ease-in-out;
}

.darkmode .submenu {
	border-top: 2px solid var(--pink-300);
	background-color: var(--night-300);
}

.submenu-inner {
	flex: 0 0 25%;
	padding: 0 1rem;
}

.submenu-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0;
	color: var(--pink-500);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.darkmode .submenu-title {
	color: var(--pink-300);
}

.submenu-item {
	display: block;
	line-height: 1;
	margin: 0 auto;
}

.submenu-link {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	padding: 0.75rem 0;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--black-300);
	transition: all 0.25s ease-in-out;
}

.darkmode .submenu-link {
	color: var(--white-100);
}

.submenu-image {
	display: block;
	width: 100%;
	height: auto;
	margin-block: 0.5rem;
	object-fit: cover;
}

@media only screen and (max-width: 992px) {
	.submenu {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		min-width: auto;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		box-shadow: none;
		transform: translateX(0%);
	}

	.submenu.is-active {
		display: block;
	}

	.submenu-inner {
		flex: 0 0 100%;
		padding: 0rem;
	}

	.submenu-list {
		margin-bottom: 1rem;
	}

	.submenu-link {
		display: block;
	}

	.submenu-image {
		margin-top: 0;
	}
}

.megamenu {
	left: 50%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transform: translateX(-50%);
}

.megamenu-column-1 {
	left: 86%;
	max-width: 15rem;
	width: 100%;
	height: auto;
}

.megamenu-column-4 {
	display: flex;
	flex-wrap: wrap;
	max-width: 62rem;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.megamenu {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		min-width: auto;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		transform: translateX(0%);
		box-shadow: none;
	}
}

.switch {
	position: relative;
	display: block;
	cursor: pointer;
	user-select: none;
	margin-right: 0.5rem;
}

.switch-light,
.switch-dark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in;
}

.switch-light {
	font-size: 1.3rem;
	visibility: visible;
	color: var(--black-300);
}

.darkmode .switch-light {
	font-size: 0rem;
	visibility: hidden;
}

.switch-dark {
	font-size: 0rem;
	visibility: hidden;
	color: var(--white-100);
}

.darkmode .switch-dark {
	font-size: 1.3rem;
	visibility: visible;
}

.overlay {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.45s ease-in-out;
}

@media only screen and (max-width: 992px) {
	.overlay.is-active {
		opacity: 1;
		visibility: visible;
	}
}

.burger {
	position: relative;
	display: block;
	cursor: pointer;
	width: 1.6rem;
	height: 1rem;
	margin-right: 1rem;
	opacity: 0;
	visibility: hidden;
	background: transparent;
}

@media only screen and (max-width: 992px) {
	.burger {
		opacity: 1;
		visibility: visible;
	}
}

.burger-line {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 1;
	border-radius: 1rem;
	background: var(--black-400);
}

.darkmode .burger-line {
	background: var(--white-100);
}

.burger-line:nth-child(1) {
	top: 0px;
}

.burger-line:nth-child(2) {
	top: 0.5rem;
	width: 70%;
}

.burger-line:nth-child(3) {
	top: 1rem;
}


@media only screen and (max-width: 1200px) {
	/******************** Banner ********************/
	.banner-container {
		height: 300px;
	}

	.slideCopy-container {
		background-position: 0;
	}

	.slick-slide {
		height: 300px;
	}

	/******************** Home - About ********************/
	.about-container{
		padding: 50px 0 50px 0;
	}

	/******************** Home - Service ********************/
	.home-service {
		grid-template-columns: repeat(3, 1fr);
	}

	/******************** Home - News ********************/
	.latestnews-content {
		flex-direction: row;
	}

	.home-latestnews-div {
		width: 49%;
	}

	.latestnews-description p{
		font-size: 14px;
	}
}


@media only screen and (max-width: 998px) {
	/******************** Banner ********************/
	.banner-container {
		height: 300px;
	}

	.slideCopy-container {
		background-position: 0;
	}

	.slick-slide {
		height: 300px;
	}

	/******************** Home - About ********************/
	.about-container{
		padding: 50px 0 50px 0;
	}

	/******************** Home - Service ********************/
	.home-service {
		grid-template-columns: repeat(3, 1fr);
	}

	/******************** Home - News ********************/
	.latestnews-content {
		flex-direction: row;
	}

	.home-latestnews-div {
		width: 49%;
	}

	/******************** Latest News ********************/
	.latestnews-div {
		width: 49%;
	}

	/******************** Contact Us ********************/
	.contact_info_sec {
		position: absolute;
		color: #fff;
		background-color: #2d2d2d;
		right: 0;
		top: 0;
		height: auto;
		width: 100%;
		padding: 40px;
		border-radius: 0;
	}

	.contact_field {
		padding: 15px;
		margin-top: 315px;
	}

	/******************** Profile and Change Password ********************/
	.my-profile, .change-password-inner, .forgot-password-inner{
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	/******************** Banner ********************/
	.banner-container {
		height: 300px;
	}

	.slideCopy-container {
		background-position: 0;
	}

	.slick-slide {
		height: 300px;
	}

	/******************** Home - About ********************/
	.about-container{
		padding: 50px 0 50px 0;
	}

	/******************** Home - Service ********************/
	.home-service {
		grid-template-columns: repeat(1, 1fr);
	}

	.home-service-div {
		height: 170px;
	}

	/******************** Home - News ********************/
	.latestnews-content {
		flex-direction: column;
	}

	.home-latestnews-div {
		flex-direction: column;
		width: 100%;
	}

	.latestnews-flag img {
		width: 40%;
		margin: 0 auto;
	}

	.latestnews-country {
		width: 100%;
		text-align: center;
	}

	.latestnews-flag {
		display: flex;
    	align-items: center;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

	.latestnews-details {
		width: 100%;
		padding: 10px 0;
		margin-left: 0;
	}

	/******************** About Us ********************/
	.about-mobile-sec1{
		margin-top: 100px;
	}

	/******************** Latest News ********************/
	.latestnews-div {
		width: 100%;
		flex-direction: column;
	}

	/******************** Contact Us ********************/
	.contact_info_sec {
		position: absolute;
		color: #fff;
		background-color: #2d2d2d;
		right: 0;
		top: 0;
		height: auto;
		width: 100%;
		padding: 40px;
		border-radius: 0;
	}

	.contact_field {
		padding: 15px;
		margin-top: 315px;
	}

	/******************** Login and Profile ********************/
	.login-form, .my-profile, .change-password-inner, .forgot-password-inner{
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	/******************** Banner ********************/
	.banner-container {
		height: 200px;
	}

	.slideCopy-container {
		background-position: 0;
	}

	.slick-slide {
		height: 200px;
	}

	/******************** Home - About ********************/
	.about-container{
		padding: 50px 0 50px 0;
	}

	/******************** Home - Service ********************/
	.home-service {
		grid-template-columns: repeat(1, 1fr);
	}

	.home-service-div {
		height: 170px;
	}

	/******************** Home - News ********************/
	.latestnews-content {
		flex-direction: column;
	}

	.home-latestnews-div {
		flex-direction: column;
		width: 100%;
	}

	.latestnews-flag img {
		width: 40%;
		margin: 0 auto;
	}

	.latestnews-country {
		width: 100%;
		text-align: center;
	}

	.latestnews-flag {
		display: flex;
    	align-items: center;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

	.latestnews-details {
		width: 100%;
		padding: 10px 0;
		margin-left: 0;
	}

	/******************** About Us ********************/
	.sec-title h2 {
		font-size: 22px;
	}

	.about-section .image-column .inner-column {
		padding-left: 0px;
	}

	.about-section .image-column .inner-column:before {
		width: calc(100% + 0px);
		height: calc(100% + 160px);
	}

	.about-section .image-column .inner-column .author-desc {
		left: 50px;
		width: calc(100% - 100px);
	}

	.about-section .content-column .inner-column {
		padding-left: 0;
	}

	/******************** Contact Us ********************/
	.contact_info_sec {
		position: absolute;
		color: #fff;
		background-color: #2d2d2d;
		right: 0;
		top: 0;
		height: auto;
		width: 100%;
		padding: 40px;
		border-radius: 0;
	}

	.contact_field {
		padding: 15px;
		margin-top: 315px;
	}

	.contact_form_inner{
		position: relative;
    	top: 50px;
	}

	.contact_field form{
		float: left;
		width: 100%;
		height: 400px;
	}
}