html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Work Sans', sans-serif;
}
h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
h3 {
	font-size: 1.5rem;
}
h3, h5 {
	 font-family: 'Open Sans', sans-serif;
	 font-weight: 700;
	 color: #fff;
}
h4 {
	font-size: 25px;
	color: #000;
	font-weight: 600;
}
p {
	color: #22254B;
	font-size: 20px;
}
.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
}
.home-bg {
	position: relative;
	background: url(img/home_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.header {
	padding-top: 50px;
}
.hero {
	padding-top: 110px;
	text-align: center;
}
.hero h1 {
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 87%;
}
.hero h3 {
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	/*color: #9a9fc7;*/
	font-weight: 500;
	font-size: 27px;
	padding-top: 6px;
}
.hero h4:first-of-type {
	margin-top: 30px;
}
.btn-primary {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	background: #ee473b;
	border: 1px solid #ee473b;
	border-radius: 50px;
	padding: 15px 55px;
	letter-spacing: 0.02em;
	font-size: 20px;
	margin-top: 20px;

}
.btn-primary:hover {
	background: #2D93F4;
	border: 1px solid #2D93F4;
}
#verify_product .btn-primary {
	background: #22254B;
	border: 1px solid #22254B;
}
#verify_product .modal-content .btn-primary {
	background: #ee473b;
	border: 1px solid #ee473b;
}
.btn-secondary {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	background: none;
	border: 2px solid #C6C9D8;
	color: #C6C9D8;
	border-radius: 25px;
	padding: 8px 40px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.btn-secondary:hover {
	background: #C6C9D8;
	border: 2px solid #C6C9D8;
	color: #000;
}
.btn-outline {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	background: none;
	border: 2px solid #27B790;
	color: #27B790;
	border-radius: 25px;
	padding: 8px 40px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.btn-outline:hover {
	background: #27B790;
	border: 2px solid #27B790;
}
#verify_product .arabic-button .btn-primary {
	color: #fff;
	width: 225px;

}
.scroll {
	text-align: right;
	margin-top: 200px;
}
.menu {
    bottom: 15px;
}
.menu-wrap {
	 position: absolute;
	 bottom: 40px;
	 width: 100%;
}
.menu h5 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.white h5 a {
	color: #fff;
}
.white h5 a:hover {
	border-bottom: 2px solid #fff;
}
.red h5 a {
	color: #ee473b;
}
.red h5 a:hover {
	border-bottom: 2px solid #ee473b;
}
.green h5 a {
	color: #009F95;
}
.green h5 a:hover {
	border-bottom: 2px solid #469C94;
}
.blue h5 a {
	color: #377DC1;
}
.blue h5 a:hover {
	border-bottom: 2px solid #377DC1;
}
.orange h5 a {
	color: #fc851c;
}
.orange h5 a:hover {
	border-bottom: 2px solid #fc851c;
}
.light_gray h5 a {
	color: #8D8D8D;
}
.light_gray h5 a:hover {
	border-bottom: 2px solid #8D8D8D;
}
.menu h5 a:hover {
	text-decoration: none;
	padding-bottom: 7px;
	transition: 0.4s;
}
.icon {
	margin-bottom: 10px;
}
.blue {
	color: #2D93F4;
}
.blue_new {	
	color: #377DC1;
}
.orange {
	color: #EB622F;
}
.red {
	color: #EE473B;
}
.green {
	color: #27B790;
}
.light_gray {
	color: #8D8D8D;
}
.name_section {
	margin-bottom: 50px;
}
#brand_owner_view {
	background: #2D93F4;
	padding-bottom: 120px;
	padding-top: 70px;
}
#brand_owner_view h1 {
	color: #fff;
}

#brand_owner_view .testimonial_txt p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
#brand_owner_view .quotes {
	margin-bottom: 20px;
}
.rotate180 {
	transform: rotate(180deg);
}
.carousel-control-next, .carousel-control-prev {

	width: 23%;
	font-style: italic;
	font-size: 18px;
	opacity: 0.7;
}
.carousel-indicators {
	bottom: -70px;
}
.carousel-item {
	height: 640px;
}
.controles {
	padding-top: 50px;
}
.carousel-control-next {
	right: 38px;
}
.carousel-control-prev {
	left:  38px;
}
#verify_product {
	background: #0080c7;
	padding-bottom: 100px;
	padding-top: 70px;
}
#verify_product .name_section {
	margin-bottom: 0;
}
#connect_the_dots {
	background: #0B101A;
	padding-bottom: 160px;
	padding-top: 100px;
	color: #fff;
}

#connect_section {
	padding-bottom: 100px;
	padding-top: 70px;
}
#connect_section h3 {
	color: #ff2a1a;
}
#connect_section .line-blue {
	background: #ee473b;
}
.line-blue {
	width: 30px;
	height: 1px;
	background: #fff;
	margin-right: 0;
}
#connect_the_dots h4 {
	font-weight: 400;
	color: #9a9fc7;
	font-weight: 600;
	padding-bottom: 30px;
}
#connect_the_dots p {
	color: #fff;
	font-size: 21px;
	margin-top: 33px;
	font-weight: lighter;
	line-height: 115%;
}
.left-txt {
	padding-right: 50px;
}
.left-txt h4 {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
}
.services {
	margin-top: 25px;
}
#connect_the_dots .service-title {
	font-weight: 600;
	font-size: 19px;
	margin-top: 20px;
}
.service-description {
	color: #22254B;
	font-size: 14px;
}

.service-module {
	text-align: left;
	padding: 22px;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 42px;
}

#connect_the_dots .blue {
	color: #448ce9;
}
#connect_the_dots .orange {
	color: #EB8153;
}
#connect_the_dots .green {
	color: #009F95;
}
#benefits {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 160px;
	background: url(img/benefits_bg.svg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#benefits p {
	color: #000;
	font-size: 21px;
	margin-top: 0;
	font-weight: 400;
}
.services {
	padding-top: 80px;
}
.graphics {
	padding-top: 60px;
	padding-bottom: 50px;
}
.database {
	padding-top: 50px;
	padding-bottom: 50px;
}
.database_features {
	text-align: left;
}
#benefits .database_features p {
	font-size: 15px;
	margin-top: 10px;
}
.database_features h5 {
	font-size: 21px;
	font-weight: 700;
}
.database_features .title {
	padding-top: 15px;
}

.emphasize {
	margin-top: 33px;
	font-weight: lighter;
	color: #9a9fc7;
	text-align: center;
}

.animation p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.buttons {
	margin-top: 20px;
}
.line-white {
	width: 30px;
	height: 1px;
	background: #fff;
	margin-right: 0;
}
.white {
	color: #fff;
}
.right-txt {
	font-size: 16px;
	text-align: justify;
}
.right-txt ul {
	padding-left: 0;
}
.right-txt ul li {
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
	list-style-type: none;
	padding-bottom: 16px;
	padding-left: 45px;
}
#steps {
	background: #0B101A;
	color: #fff;
	padding-top: 90px;
	padding-bottom: 100px;
}
#steps h1 {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 10px;
	margin-top: 0;
}
#steps h3 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 160%;
	padding: 10px;
}
.steps_inner {
	margin-top: 70px;
	margin-bottom: 70px;
}
.long_description {
	margin-top: 110px;
}
.long_description p {
	color: #fff;
	font-size: 16px;
}
.quote {
	text-align: center;
	padding-top: 15px;
	position: relative;
}
.quotes-left {
	text-align: left;
    padding-left: 41px;
    margin-bottom: 15px;
}
.quotes-right {
	text-align: right;
    padding-left: 41px;
    margin-bottom: 9px;
}

.rectangule {
	position: absolute;
	right: 0;
	width: 267px;
	opacity: 0.5;
}
#testimonial_contact p {
	font-weight: 600;
	font-size: 19px;
}
.bag {
	text-align: center;
}
.bag .author_extra {
	font-size: 11px;
	text-align: center;
	padding-bottom: 30px;
}
#brand_owner_view .author, #transnational_pursuit .author {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
}
#brand_owner_view .author_extra, #transnational_pursuit .author_extra {
	color: #8CE8DF;
	margin-bottom: 0;
	font-size: 13px;
}
#transnational_pursuit .author_extra {
	color: #ffd0a7;
}
#brand_owner_view h3 {
	color: #fff;
}
#brand_owner_view .line-blue {
	background: #fff;
}
.connect  {
	font-size: 13px;
	color: #0D0D0F;
}
.contact {
	margin-top: 110px;
	margin-bottom: 150px;
}
.mail {
	font-size: 30px;
	color: #222549;
	padding-bottom: 20px;
}
.mail:hover {
	color: #1F2BD7;
}
#testimonial_contact .contact .phone {
	font-size: 30px;
	font-weight: 400;
}
.connect-contact {
	margin-top: 100px;
}

footer {
	background: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #C6C9D8;
}

footer .connect, footer .mail {
	color: #C6C9D8;
	font-size: 28px;	
	transition: 4s;
}
footer .connect, footer .mail:hover {
	color: #fff;
	transition: 4s;
}
footer .connect {
	font-size: 14px;
	margin-bottom: 20px;
}
.misce {
	margin-bottom: 30px;
}

.arabic .form-control {
	text-align: right;
}
.modal-header {
	border-bottom: none;
}
.modal-body {
	text-align: center;
	padding: 45px 80px;
	padding-top: 20px;
}
.modal-body h5 {
	margin-bottom: 45px;
	color: #0D0D0F;
}
.modal-body p {
	font-size: 16px;
}
.modal-body2 h5 {
	margin-bottom: 35px;
    color: #0D0D0F;
    font-size: 18px;
}
.modal-footer {
	border-top: none;
}
.modal-dialog {
	padding: 100px;
	padding-top: 0;
}
.forgot_password {
	text-align: right;
}
.forgot_password a {
	font-size: 14px;
	color: #393939;
}
.form-control {
	border-radius: 0;
	padding: 1.5rem .75rem;
}
.form-group .upload {
	float: left;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.form-control-file .button {
	background: none;
	border: 1px solid #fff;
}
.item {
	padding: 10px 30px 10px 40px;
}
.fendi {
	padding-right: 150px;
}
.list {
	padding-left: 0px;
	text-indent: -22px; /* key property */
    margin-left: 20px; /* key property */
}
.list li {
	list-style-type: none;
	padding-bottom: 15px;
}
.list li::before {
	content: "●";
    left: 0em;        
    font-size: 1.2em;  
    margin-right: 5px;   

}
.long_description .big {
	font-size: 23px;
}
.long_description .medium {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.left {
	padding-right: 50px;
	padding-left: 60px;
}
.right h6 {
	font-size: 18px;
}
@media (max-width: 1024px) { 
	.modal-dialog {
		padding: 0;
	}
	.modal-body {
		padding: 20px;
	}
	.scroll {
		margin-top: 75px;
	}
	.menu-wrap {
		height: 165px;
	}
	.home-bg {
		height: auto;
		padding-bottom: 60px;
	}
	.hero {
		padding-top: 60px;
	}
	.long_description .text-right {
    text-align: left !important;
    padding-left: 15px;
	}
	#benefits p {
		font-size: 17px;
	}
	#brand_owner_view .testimonial_txt p {
		font-size: 22px;
	}

@media (max-width: 768px) { 
	.header {
		padding-top: 35px;
	}
	.home-bg {
	position: relative;
	background: url(img/home_bgxs.jpg) no-repeat; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	h1, #steps h1 {
		font-size: 30px;
	}
	.btn-primary {
		padding: 8px 55px;
		font-size: 17px;
	}
	
	.hero {
		padding-top: 70px;
	}
	.hero h4 {
		font-size: 17px;
		margin-top: 10px;
	}
	#transnational_pursuit h1 {
		font-size: 60px;
		line-height: 80%;
    	margin-bottom: 60px;
	}
	.testimonial_txt {
		margin-top: 40px;
	}
	.item {
		margin-bottom: 23px;
		margin-top: 10px;
		padding: 5px;
	}
	.hero h1 {
		font-size: 32px;
    	line-height: 120%;
	}

	.hero h3 {
		font-size: 22px;
	}
	.modal-dialog {
		padding: 0;
	}
	.modal-body {
		padding: 20px;
	}
	.service-module {
		margin: 0;
		margin-bottom: 20px;
	}
	.services {
		padding-top: 30px;
	}
	.steps_inner .text-right {
		text-align: left !important;
		margin-bottom: 50px;
	}
	.long_description .text-right {
		text-align: left !important;
	}
	footer {
		text-align: center;
	}
	.connect {
		margin-top: 50px;
	}
	.menu h5 {
		line-height: 80%;
	}
	.menu h5 a {
		font-size: 11px;
	}
	.rectangule {
		right: 50px;
	}
	.hide-mobile {
	display: none;
	}
	.upload_btn {
		clear: both;
	}
	.carousel-item {
	height: auto;
	}
	.arabic-button {
		text-align: center;
		margin-bottom: 20px;
	}
	#verify_product .arabic-button .btn-primary {
	width: 300px;
	}
	#connect_section {
		padding-bottom: 40px;
	}
	footer h5 a {
	font-size: 11px;
	}
	.fendi {
	padding-right: 0;
	}
	.left {
		padding-left: 15px;
	}
}