@font-face {
	font-family: Mollen Personal Use Regular;
	src: url('../../font/mollen-personal-use.regular.otf') format('OpenType');
}

@font-face {
	font-family: Georgina Regular;
	src: url('../../font/GeorginaDemo-Regular.ttf') format('TrueType');
}

@font-face {
	font-family: Qanelas Soft Medium ;
	src: url('../../font/RadomirTinkovQanelasSoftMedium.otf') format('OpenType');
}


ul.icons li {
    display: inline-block;
    padding: 0 0.75em 0 0;
}
ul.icons li a {
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #ffffff;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
	border: 2px solid #3664F7;
	font-size: 22px;
	color: #000;
}

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

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	background-color: #fff;
	font-family: Mollen Personal Use Regular;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	/* or 187% */
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d0a97e;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.title {
	 font-family: Qanelas Soft Medium;
	 text-transform: capitalize;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.03em;
	color: #11161B;
}

.text-blue {
	color: #3664F7!important;
}

.section {
	padding: 70px 0px;
}

.section-bottom {
	padding-bottom: 70px;
}

.section-top {
	padding-top: 70px;
}

.custom-container {
	padding: 0px 100px;
}


/*=============== 04. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 15px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 100%;
	background-image: url(../../images/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 45px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a,
.nav-white .navbar-nav>.nav-item>.nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height, or 156% */
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin-left: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #3664F7;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #3664F7;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #3664F7;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #3664F7;
}

.navbar-light .navbar-toggler {
	border-color: #fff;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #fff;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #3664F7!important;
	background-color: transparent;
}
.bg-white{
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
}

.bg-white .home-button a{
	box-shadow:4px 11px 20px rgb(54 100 247 / 20%)
}
.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #11161B;
}

.nav-white .navbar-nav>.nav-item.active>.nav-link,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #3664F7!important;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.home-button a {
	width: 166px;
	height: auto;
	border-radius: 6px;
	background-color: #ffffff;
	color: #3664F7!important;
	line-height: 1.5 !important;
	text-align: center;
	margin-left: 100px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.home-button a:hover {
	box-shadow:7px 11px 20px rgb(54 100 247 / 20%)
}
.nav-white .home-button a{
	box-shadow:4px 11px 20px rgb(54 100 247 / 20%)
}

/*=============== 04. Hero Section CSS =====================*/

.hero-section {
	height: 80vh;
	background: url(../../images/hero-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
.hero-section-career{
	height: auto;
	background: #000;
	padding-top:12vh;
}
.hero-section-career:before{
	display:none;
}
.hero-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.79) 30.13%, rgba(255, 255, 255, 0) 52.47%);
}

.hero-inner {
	height: 100%;
	position: relative;
}

.hero-dis {
	font-family: Georgina Regular;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 70px;
	letter-spacing: 0.03em;
	color: #11161B;
	padding-bottom: 45px;
}

.text {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
	/* or 140% */
	letter-spacing: 0.05em;
	padding-bottom: 45px;
	/* #11161B */
	color: #11161B;
	opacity: 0.7;
}

.btn-all a ,.btn-all{
	
	width: 228px;
	height: 60px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height, or 156% */
	text-align: center;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	/* #3664F7 */
	background: #3664F7;
	box-shadow: 7px 11px 20px rgba(54, 100, 247, 0.47);
	border-radius: 6px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border:none;
}

.btn-all a:hover ,.btn-all:hover{
	box-shadow: none;
}

.main-wrapper {
	background: #fff;
	margin: -100px 18% 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 30px 30px 0px 0px;
}

.main-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 360px;
	z-index: -1;
	background: #FFFFFF;
	box-shadow: 0px -50px 50px rgba(0, 0, 0, 0.06);
	border-radius: 30px 30px 0px 0px;
}

.line {
	margin: 10px 0;
}

.text-light-auto {
	opacity: 0.5;
	max-width: 800px;
	margin: 10px auto;
}

.box-head {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	/* or 144% */
	text-align: center;
	letter-spacing: 0.03em;
	/* #11161B */
	color: #11161B;
	margin: 30px 0;
	
	text-transform: capitalize;
}

.inner-box {
	margin-bottom: 90px;
}

.inner-box p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	/* or 179% */
	text-align: center;
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
}

.icon-box {
	width: 90px;
	height: 90px;
	background: rgb(54 100 247 / 10%);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.bgg-dark {
	background: rgb(54 100 247 / 2%);
}

.con-form input,
.con-form textarea {
	background: #FFFFFF;
	border: 1.5px solid rgb(17 22 27 / 10%);
	box-sizing: border-box;
	border-radius: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height, or 137% */
	width: 100%;
	
	letter-spacing: 0.05em;
	padding: 22px;
	color: #3664F7;
}

.con-form input:focus,
.con-form textarea:focus {
	border: 1.5px solid #3664F7;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.1);
}

::placeholder {
	color: #11161B;
}

.select-styled {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	width: 100%;
	background: #FFFFFF;
	border: 1.5px solid rgb(17 22 27 / 10%);
	box-sizing: border-box;
	border-radius: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height, or 137% */
	letter-spacing: 0.05em;
	padding: 22px;
	color: #11161B;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #201507 transparent transparent transparent;
	position: absolute;
	top: 32px;
	right: 15px;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 40px;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select .select-styled.active {
	border: 1.5px solid #3664F7;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.1);
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #d1d1d1 transparent transparent transparent;
	position: absolute;
	top: 35px;
	right: 30px;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 11px 5px rgba(0, 0, 0, .09);
	box-shadow: 0 11px 5px rgba(0, 0, 0, .09);
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	max-height: 250px;
	overflow: auto;
}

.select-options li {
	position: relative;
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	font-weight: 500;
	color: #4B050A;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0!important;
}

.select-options li:hover {
	color: #FF0308;
	background: #FDF4F5;
}

.select-options li[rel="hide"] {
	display: none;
}

.select-div {
	position: relative;
	z-index: 10;
}

.inner-box1 {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.12);
	border-radius: 10px;
	position: relative;
	padding: 20px;
	
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.inner-box1:hover {
	background: #11161B;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.08);
	border-radius: 10px;
}

.inner-box1 p {
	height: 100px;
	color: rgb(17 22 27 / 60%);
	margin-top: 20px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.inner-box1:hover p {
	color: #FFFFFF;
}

.img-box {
	position: absolute;
	right: 0px;
	top: -78px;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.08);
	border-radius: 15px 15px 0px 15px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #fff;
}

.box-head1 {
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-align: left;
	/* #11161B */
	padding-bottom: 20px;
	color: #11161B;
	border-bottom: 1px solid rgb(17 22 27 / 21%);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.inner-box1:hover .box-head1 {
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 21%);
}

.accordion .fa {
	margin-right: 17px;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
	text-decoration: none;
}

.card-header:first-child {
	border-radius: 0;
}

.card-header {
	padding: .75rem 0rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .0);
	border-bottom: 1px solid rgba(0, 0, 0, .0);
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .0);
	border-radius: 0;
	margin-bottom: 15px;
	transition: all .6s ease-out;
	cursor: pointer;
}

.card:focus .card-header h2,
.card:hover .card-header h2 {
	color: #3664F7;
}
[aria-expanded="true"]{
 color: #3664F7;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 30px;
}

.card-header h2 {
	text-transform: capitalize;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	/* #11161B */
	color: #11161B;
	transition: all .6s ease-out;
}

.card-body p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
	opacity: 0.5;
}

.contact-main {
	
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 60px;
	/* identical to box height, or 200% */
	padding-bottom: 15px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	position: relative;
	/* #11161B */
	margin-bottom: 25px;
	color: #11161B;
}

.contact-main:before {
	content: '';
	position: absolute;
	width: 125px;
	height: 2px;
	left: 0;
	bottom: 0;
	opacity: 0.1;
	/* #11161B */
	background: #11161B;
}

.con-text,
.contact-head {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	/* or 175% */
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
	margin-bottom: 20px;
}

.bgg-black {
	background: #11161B;
}


/* Defines the width of the carousel and centers it on the page */

.slick-carousel {
	margin: 0px auto;
}


/* The width of each slide */

.slick-slide {
	width: calc(33.33% - 20px);
}

.slick-list {
	padding: 30px 0px !important;
}


/* Color of the arrows */

.slick-next::before,
.slick-prev::before {}

.sec-title {
	position: relative;
}

.q-img1 {
	margin-bottom: -50px;
	margin-left: -70px;
}

.q-img2 {
	display: flex;
	justify-content: flex-end;
	margin-top: -50px;
	margin-right: -70px;
}

.s-inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.08);
	border-radius: 10px;
	padding: 35px;
	margin: 0 10px;
	cursor: pointer;
	transition: all .6s ease-out;
}

.s-inner:hover {
	box-shadow: 0px 0px 50px rgba(54, 100, 247, 0.2);
}

.s-details {
	margin-top: 20px;
}

.s-star {
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	letter-spacing: 0.05em;
	/* #3664F7 */
	color: #3664F7;
}

.s-name {
	
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	/* #11161B */
	margin-bottom: 10px;
	color: #11161B;
	transition: all .6s ease-out;
}

.s-inner:hover .s-name {
	color: #3664F7;
}

.s-inner:hover .s-des,
.s-inner:hover .texts {
	color: #11161B;
	opacity: 1;
}

.s-des {
	
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	/* identical to box height */
	letter-spacing: 0.02em;
	/* #11161B */
	transition: all .6s ease-out;
	color: #11161B;
	opacity: 0.4;
}

.slider {
	position: relative;
}

.texts {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	transition: all .6s ease-out;
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
	margin-bottom: 30px;
	opacity: 0.7;
	transition: all .6s ease-out;
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(17 22 27 / 10%);

}
.border-bottom {
    border-bottom: 1px solid rgb(222 226 230 / 20%)!important;
}
.border-top{
	 border-top: 1px solid rgb(222 226 230 / 20%)!important;
}

.foot-inner {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background: url('../../images/foot-bg.png');
}

.inner-box2 {
	border-radius: 10px;
	
}

.img-box2 {
	background-repeat: no-repeat !important;
	background-position: top !important;
	height: 225px;
	background-size: cover !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-size: 100%!important;
	border-radius: 10px 10px 0px 0px;
	margin-bottom:-20px;
}

.inner-box2:hover .white-b {
	border: 3px solid #3664F7;
}

.inner-box2:hover .box-head2 {
	color: #3664F7;
}

.inner-text {
	
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	transform: translate(0px, 10px);
	opacity: 0;
	/* #FFFFFF */
	transition: all .6s ease-out;
	color: #FFFFFF;
}

.inner-box2:hover .inner-text {
	transform: translate(0px, 0px);
	opacity: 1;
}

.white-b {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(54, 100, 247, 0.12);
	border-radius: 10px;
	padding: 20px;
	border: 3px solid #fff;
	transition: all .3s ease-out;
	cursor:pointer;
}
.white-b p{
	color:rgb(17 22 27 / 60%);
	transition: all .3s ease-out;
}
.inner-box2:hover .white-b p{
	color:rgb(17 22 27 / 100%);
}

.box-head2 {
	
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */
	letter-spacing: 0.02em;
	/* #11161B */
	color: #11161B;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.f_d_list a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height, or 156% */
	letter-spacing: 0.05em;
	/* #FFFFFF */
	color: #FFFFFF;
	margin-left: 30px;
}

.f_m,
.f_d ,.f_d a{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	/* identical to box height, or 179% */
	letter-spacing: 0.05em;
	color: #BDBDBD;
}
.country-name{
    font-size: 16px;
    color: #11161b;
    padding: 22px 18px;
    margin-bottom: 40px;
}
.country-name span{
	font-size:18px;
	margin-right:5px;
}
.error-msg{
	margin-top:20px;
}
.color-white{
	color:#fff !important;
}
.foot-main ul.icons li a{color:white;box-shadow:none;}

/*************/
.pb-4{
	padding-bottom:40px !important;	
}

.mb-4{
	padding-bottom:40px !important;	
}
#email_address {
    margin-bottom: 10px;
}
.subscriber-form {
	margin-bottom: 30px;	
}

.faq_content {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	letter-spacing: 0.05em;
	/* #11161B */
	color: #11161B;
	opacity: 0.5;
}
.read_more_link {
    color: #3664F7 !important;
}