/*--------------------------------------------------------------
# CSS Document
--------------------------------------------------------------*/

/* Tungsten URL CSS for LIVE "https://cloud.typography.com/6060236/7538192/css/fonts.css" */
@import url("https://cloud.typography.com/6060236/7538192/css/fonts.css");
@import url("https://fonts.googleapis.com/css?family=Khand:500");
body, html {
	font-family: myriad-pro, Arial;
	font-size: 18px;
	font-weight: 500;
	color: #4c0519;
	padding: 0;
	margin: 0;
}
p {
	margin-bottom: 1rem;
}
.h1, .h2 {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	margin: 0 0 1rem;
}
.h1 {
	font-size: 4.5rem;
	line-height: 4.5rem;
}
.h2 {
	font-size: 4rem;/*line-height: 4rem;*/
}
.h3, .h4, .h5 {
	font-weight: 900;
	margin: 0 0 1rem;
}
a {
	color: #000000;
	font-weight: 400;
	outline: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
a:hover, a:focus {
	color: #007cc3;
	text-decoration: none;
}
.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: inherit;
}
/*--------------------------------------------------------------
# Half grid bottom space - Desktop
--------------------------------------------------------------*/

iframe[name=google_conversion_frame] {
	display: none;
}
.bottom-space > [class*="col-"] {
	margin-bottom: 25px;
}
/*--------------------------------------------------------------
# Moadal - Desktop
--------------------------------------------------------------*/

#videoModal .modal-body {
	padding: 0;
}
/*#videoModal .modal-dialog {
	margin: 130px auto;
}*/
#videoModal button.close {
	position: absolute;
	font-size: 50px;
	color: #fff;
	top: -15px;
	right: -40px;
	opacity: 1;
}
/*--------------------------------------------------------------
# Hover Shutter animation - Desktop
--------------------------------------------------------------*/

a.btn-shutter {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.25rem 1rem;
	margin: 1.11rem 1rem 0 auto;
	font-size: 0.889rem;
	letter-spacing: 0.1em;
}
a.btn-shutter:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFFFFF;
	z-index: -1;
}
a.btn-shutter:hover {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #000000;
}
a.btn-shutter:focus {
	background-color: #FFFFFF;
	color: #000000;
}
a.btn-shutter:hover:before {
	width: 100%;
}
/*--------------------------------------------------------------
# Black txt Hover Shutter animation - Desktop
--------------------------------------------------------------*/

a.btn-shutter-black {
	color: #000000;
	border: 1px solid #000000;
}
a.btn-shutter-black:before {
	background-color: #000000;
}
a.btn-shutter-black:hover {
	border: 1px solid #000000;
	background-color: transparent;
	color: #ffffff;
}
a.btn-shutter-black:focus {
	background-color: #000000;
	color: #ffffff;
}
a.btn-shutter-black:hover:before {
	width: 100%;
}
/*--------------------------------------------------------------
# Coral txt Hover Shutter animation - Desktop
--------------------------------------------------------------*/

a.btn-shutter-coral {
	color: #4c0519;
	border: 1px solid #4c0519;
}
a.btn-shutter-coral:before {
	background-color: #4c0519;
}
a.btn-shutter-coral:hover {
	border: 1px solid #4c0519;
	background-color: transparent;
	color: #ffffff;
}
a.btn-shutter-coral:focus {
	background-color: #4c0519;
	color: #ffffff;
}
a.btn-shutter-coral:hover:before {
	width: 100%;
}
/*--------------------------------------------------------------
# Border_Switch_Effect - Desktop
--------------------------------------------------------------*/

a.border_switch_effect {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	margin-top: 15px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	outline: medium none;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
a.border_switch_effect::before {
	left: 2px;
	top: 0;
	transform: rotate(90deg);
	transform-origin: 0 0 0;
}
a.border_switch_effect::before, a.border_switch_effect::after {
	background-color: #fff;
	content: "";
	height: 2px;
	pointer-events: none;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 45px;
}
a.border_switch_effect::after {
	bottom: 0;
	right: 2px;
	transform: rotate(90deg);
	transform-origin: 100% 0 0;
}
a.border_switch_effect:hover::before, a.border_switch_effect:focus::before {
	left: 50%;
	transform: rotate(0deg) translateX(-50%);
}
a.border_switch_effect:hover::before, a.border_switch_effect:hover::after, a.border_switch_effect:focus::before, a.border_switch_effect:focus::after {
	opacity: 1;
}
a.border_switch_effect:hover::after, a.border_switch_effect:focus::after {
	right: 50%;
	transform: rotate(0deg) translateX(50%);
}
/*--------------------------------------------------------------
# Brackets_Effect - Desktop
--------------------------------------------------------------*/

a.brackets_effect {
	color: #fff;
	font-weight: 400;
}
a.brackets_effect:hover, a.brackets_effect:focus {
	color: #333333;
}
a.brackets_effect::before, a.brackets_effect::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
a.brackets_effect::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
a.brackets_effect::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
a.brackets_effect:hover::before, a.brackets_effect:hover::after, a.brackets_effect:focus::before, a.brackets_effect:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*--------------------------------------------------------------
# Separator - Desktop
--------------------------------------------------------------*/

.separator {
	background-color: #e0e0e0;
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Background Color CSS - Desktop
--------------------------------------------------------------*/

.bg-white {
	background-color: #FFFFFF !important;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-grey {
	background-color: #ededed !important;
}
.bg-sapphire {
	background-color: #061838 !important;
}
.bg-sapphire-medium {
	background-color: #0F9FFA !important;
}
.bg-sapphire-light {
	background-color: #92D1FF !important;
}
.bg-sapphire-lbg {
	background-color: #BEE3FF !important;
}
.bg-coral {
	background-color: #4C0519 !important;
}
.bg-coral-medium {
	background-color: #F16C51 !important;
}
.bg-coral-light {
	background-color: #FBC2BA !important;
}
.bg-coral-lbg {
	background-color: #FCDDD6 !important;
}
.bg-topaz {
	background-color: #2F1113 !important;
}
.bg-topaz-medium {
	background-color: #DF9926 !important;
}
.bg-topaz-light {
	background-color: #EAC8A5 !important;
}
.bg-topaz-lbg {
	background-color: #ECE1CE !important;
}
.bg-jade {
	background-color: #09321D !important;
}
.bg-jade-medium {
	background-color: #00B28F !important;
}
.bg-jade-light {
	background-color: #A8D7CD !important;
}
.bg-jade-lbg {
	background-color: #D8E7DA !important;
}
.bg-amethyst {
	background-color: #372261 !important;
}
.bg-amethyst-medium {
	background-color: #963596 !important;
}
.bg-amethyst-light {
	background-color: #D0B5D5 !important;
}
.bg-amethyst-lbg {
	background-color: #E6DBE6 !important;
}
.bg-onyx {
	background-color: #3F3F3F !important;
}
.bg-onyx-medium {
	background-color: #7E7E7E !important;
}
.bg-onyx-light {
	background-color: #B8B8B8 !important;
}
.bg-onyx-lbg {
	background-color: #DADADA !important;
}
/*--------------------------------------------------------------
# Color CSS - Desktop
--------------------------------------------------------------*/

.color-white {
	color: #ffffff !important;
}
.color-black {
	color: #000000 !important;
}
.color-highlight {
	color: #d65c3a !important;
}
.color-sapphire-d {
	color: #061838 !important;
}
.color-sapphire-m {
	color: #0F9FFA !important;
}
.color-sapphire-l {
	color: #92D1FF !important;
}
.color-sapphire-lbg {
	color: #BEE3FF !important;
}
.color-coral-d {
	color: #4C0519 !important;
}
.color-coral-m {
	color: #F16C51 !important;
}
.color-coral-l {
	color: #FBC2BA !important;
}
.color-coral-lbg {
	color: #FCDDD6 !important;
}
.color-topaz-d {
	color: #2F1113 !important;
}
.color-topaz-m {
	color: #DF9926 !important;
}
.color-topaz-l {
	color: #EAC8A5 !important;
}
.color-topaz-lbg {
	color: #ECE1CE !important;
}
.color-jade-d {
	color: #09321D !important;
}
.color-jade-m {
	color: #00B28F !important;
}
.color-jade-l {
	color: #A8D7CD !important;
}
.color-jade-lbg {
	color: #D8E7DA !important;
}
.color-amethyst-d {
	color: #372261 !important;
}
.color-amethyst-m {
	color: #963596 !important;
}
.color-amethyst-l {
	color: #D0B5D5 !important;
}
.color-amethyst-lbg {
	color: #E6DBE6 !important;
}
.color-onyx-d {
	color: #3F3F3F;
}
.color-onyx-m {
	color: #7E7E7E;
}
.color-onyx-l {
	color: #B8B8B8;
}
.color-onyx-lbg {
	color: #DADADA;
}
/*--------------------------------------------------------------
# Border CSS - Desktop
--------------------------------------------------------------*/

.border-sapphire, .border-coral, .border-topaz, .border-jade, .border-amethyst, .border-onyx {
	padding: 20px;
	margin-bottom: 20px;
}
.border-sapphire {
	border: 1px solid #0f9ffa;
}
.border-coral {
	border: 1px solid #f16c51;
}
.border-topaz {
	border: 1px solid #df9926;
}
.border-jade {
	border: 1px solid #00b28f;
}
.border-amethyst {
	border: 1px solid #963596;
}
.border-onyx {
	border: 1px solid #7e7e7e;
}
.border-sapphire-t {
	border-top: 1px solid #0f9ffa;
	padding-top: 15px;
}
.border-sapphire-r {
	border-right: 1px solid #0f9ffa;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-sapphire-b {
	border-bottom: 1px solid #0f9ffa;
	padding-bottom: 15px;
}
.border-sapphire-l {
	border-left: 1px solid #0f9ffa;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-coral-t {
	border-top: 1px solid #f16c51;
	padding-top: 15px;
}
.border-coral-r {
	border-right: 1px solid #f16c51;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-coral-b {
	border-bottom: 1px solid #f16c51;
	padding-bottom: 15px;
}
.border-coral-l {
	border-left: 1px solid #f16c51;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-topaz-t {
	border-top: 1px solid #df9926;
	padding-top: 15px;
}
.border-topaz-r {
	border-right: 1px solid #df9926;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-topaz-b {
	border-bottom: 1px solid #df9926;
	padding-bottom: 15px;
}
.border-topaz-l {
	border-left: 1px solid #df9926;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-jade-t {
	border-top: 1px solid #00b28f;
	padding-top: 15px;
}
.border-jade-r {
	border-right: 1px solid #00b28f;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-jade-b {
	border-bottom: 1px solid #00b28f;
	padding-bottom: 15px;
}
.border-jade-l {
	border-left: 1px solid #00b28f;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-amethyst-t {
	border-top: 1px solid #963596;
	padding-top: 15px;
}
.border-amethyst-r {
	border-right: 1px solid #963596;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-amethyst-b {
	border-bottom: 1px solid #963596;
	padding-bottom: 15px;
}
.border-amethyst-l {
	border-left: 1px solid #963596;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-onyx-t {
	border-top: 1px solid #7e7e7e;
	padding-top: 15px;
}
.border-onyx-r {
	border-right: 1px solid #7e7e7e;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.border-onyx-b {
	border-bottom: 1px solid #7e7e7e;
	padding-bottom: 15px;
}
.border-onyx-l {
	border-left: 1px solid #7e7e7e;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -15px;
}
.border-nouse {
	border: 0px solid;
	/*padding-left: 15px;*/
	padding-right: 15px;/*margin-right: -15px;*/
}
/*--------------------------------------------------------------
# Fontweight - Desktop
--------------------------------------------------------------*/

.fontweight300 {
	font-weight: 300;
}
.fontweight400 {
	font-weight: 400;
}
.fontweight500 {
	font-weight: 500;
}
.fontweight600 {
	font-weight: 600;
}
.fontweight700 {
	font-weight: 700;
}
.fontweight900 {
	font-weight: 900;
}
/*--------------------------------------------------------------
# None - Desktop
--------------------------------------------------------------*/

.none {
	display: none;
}
/*--------------------------------------------------------------
# Block - Desktop
--------------------------------------------------------------*/

.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
/*--------------------------------------------------------------
# Arrow Animation - Desktop
--------------------------------------------------------------*/

.left-arrow, .left-arrow:hover {
	color: #FFFFFF;
}
.left-arrow img.arrow-move {
	position: relative;
	left: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.left-arrow:hover img.arrow-move {
	left: 5px;
}
/*--------------------------------------------------------------
# Contact Ribbon - Desktop
--------------------------------------------------------------*/

.contact {
	background-color: #d65c3a;
	color: #fff !important;
	font-size: 12px;
	height: 40px;
	line-height: 23px;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	width: 100px;
	z-index: 999;
	text-decoration: inherit;
}
.contact::before {
	background-color: rgba(214, 92, 58, 0.6);
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 19px;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	width: 120px;
	z-index: -1;
	text-decoration: inherit;
}
.contact_none {
	visibility: hidden;
}
/*--------------------------------------------------------------
# Move to top scroll - Desktop
--------------------------------------------------------------*/

.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1;
}
/*--------------------------------------------------------------
# Ribbon - Desktop
--------------------------------------------------------------*/

.ribbon {
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Progressbar - Desktop
--------------------------------------------------------------*/

/*.progressbar {
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 2px;
	z-index: 1110;
}
.progressbar .width {
	background-color: #92D1FF;
	height: 2px;
	width: 0;
}*/
/*--------------------------------------------------------------
# Margin CSS - Desktop
--------------------------------------------------------------*/

.m0 {
	margin: 0 !important;
}
.mt0, .my0 {
	margin-top: 0 !important;
}
.mt1, .my1 {
	margin-top: 0.5rem !important;
}
.mt2, .my2 {
	margin-top: 1rem !important;
}
.mt3, .my3 {
	margin-top: 1.5rem !important;
}
.mt4, .my4 {
	margin-top: 2rem !important;
}
.mt5, .my5 {
	margin-top: 2.5rem !important;
}
.mt6, .my6 {
	margin-top: 3rem !important;
}
.mb0, .my0 {
	margin-bottom: 0 !important;
}
.mb1, .my1 {
	margin-bottom: 0.5rem !important;
}
.mb2, .my2 {
	margin-bottom: 1rem !important;
}
.mb3, .my3 {
	margin-bottom: 1.5rem !important;
}
.mb4, .my4 {
	margin-bottom: 2rem !important;
}
.mb5, .my5 {
	margin-bottom: 2.5rem !important;
}
.mb6, .my6 {
	margin-bottom: 3rem !important;
}
.mt100, .my100 {
	margin-top: 100px !important;
}
.mb100, .mb100 {
	margin-top: 100px !important;
}
/*--------------------------------------------------------------
# Padding CSS - Desktop
--------------------------------------------------------------*/
 
.p0 {
	padding: 0 !important;
}
.pt1, .py1 {
	padding-top: 0.5rem !important;
}
.pt2, .py2 {
	padding-top: 1rem !important;
}
.pt3, .py3 {
	padding-top: 1.5rem !important;
}
.pt4, .py4 {
	padding-top: 2rem !important;
}
.pt5, .py5 {
	padding-top: 2.5rem !important;
}
.pt6, .py6 {
	padding-top: 3rem !important;
}
.pb1, .py1 {
	padding-bottom: 0.5rem !important;
}
.pb2, .py2 {
	padding-bottom: 1rem !important;
}
.pb3, .py3 {
	padding-bottom: 1.5rem !important;
}
.pb4, .py4 {
	padding-bottom: 2rem !important;
}
.pb5, .py5 {
	padding-bottom: 2.5rem !important;
}
.pb6, .py6 {
	padding-bottom: 3rem !important;
}
.ptb15 {
	padding: 15px 0 !important;
}
.ptb100 {
	padding: 100px 0 !important;
}
/*--------------------------------------------------------------
# Contact us Iframe CSS - Desktop
--------------------------------------------------------------*/

.iframe-contact-ht {
	height: 810px;
	width: 100%;
	/*margin-top: 20px;*/
	border: 0;
}
/*--------------------------------------------------------------
# Equal Height CSS - Desktop
--------------------------------------------------------------*/

.eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
	content: normal;
}
.eq-height .eqh-box {
	position: relative;
	height: 100%;
	padding-bottom: 2.8rem;
	overflow: hidden;
}
.eq-height .eqh-box img {
	max-width: none;
	-webkit-transform: translate3d(-15px, 0px, 0px);
	transform: translate3d(-15px, 0px, 0px);
	transition: all 0.35s ease 0s;
	width: calc(100% + 10px);
}
.eq-height .eqh-box:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn-bottom {
	position: absolute !important;
	bottom: 0px;
}
/*--------------------------------------------------------------
# Modal CSS - Desktop
--------------------------------------------------------------*/

.explore-popup.modal {
	padding-right: 0 !important;
}
.explore-popup.modal .h2 {
	line-height: 4rem;
}
.explore-popup.modal .modal-header {
	border: 0;
}
.explore-popup.modal .modal-body {
	padding: 0;
}
.explore-popup .modal-content {
	border-radius: 0;
	border: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
}
.explore-popup .modal-dialog {
	margin: 0 auto;
	width: 100% !important;
	height: 100%;
}
ul.explore-popup-ul {
	padding-left: 15px;
	list-style-type: none;
}
ul.explore-popup-ul > li {
	position: relative;
	margin-bottom: 25px;
}
ul.explore-popup-ul > li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 10px;
	padding-right: 0.5em;
	position: absolute;
	top: 8px;
	left: -15px;
}
.explore-popup .close {
	font-size: 50px;
	text-shadow: none;
	opacity: 1;
	margin-right: 20px;
}
.bg-white .close, .bg-white .explore-popup-ul > li::before {
	color: #F16C51;
}
/*#popup1 .close, #popup3 .close, #popup5 .close, #popup7 .close, #popup1 ul.explore-popup-ul > li::before, #popup3 ul.explore-popup-ul > li::before, #popup5 ul.explore-popup-ul > li::before, #popup7 ul.explore-popup-ul > li::before {
	color: #F16C51;
}*/
/*#popup2 .close, #popup4 .close, #popup6 .close, #popup8 .close, #popup2 ul.explore-popup-ul > li::before, #popup4 ul.explore-popup-ul > li::before, #popup6 ul.explore-popup-ul > li::before, #popup8 ul.explore-popup-ul > li::before {
	color: #FFFFFF;
}*/
.explore-popup .sign {
	position: absolute;
	right: 150px;
}
.explore-popup .line-box-arrow {
	position: absolute;
	top: 30px;
	width: 250px;
}
.explore-popup .box-plus {
	position: absolute;
	bottom: 30px;
	width: 75px;
}
.align-top {
	margin-top: 200px;
}
/*--------------------------------------------------------------
# Common CSS - Desktop
--------------------------------------------------------------*/

section {
	padding: 100px 0;
	position: relative;
}
.flex-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100%;
}
.big-txt {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.pos-txt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 75px 0;
}
.align-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
.love15-caption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.love15-caption .owl-prev {
	left: -35px;
}
.love15-caption .owl-next {
	right: -35px;
}
.behind-txt {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 90px;
	line-height: 80px;
	margin: 0 0 20px;
}
.behind-txt span {
	display: block;
}
.behind-head {
	font-size: 26px;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.behind-para {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 20px;
}
.behind-author-name {
	/*font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	letter-spacing: 1px;*/
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0;
}
.slider-head {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	text-align: right;
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 20px;
}
.slider-sub-head {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	margin-top: 100px;
	font-size: 30px;
	letter-spacing: 3px;
}
#counter {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}
/*--------------------------------------------------------------
# Header - Desktop
--------------------------------------------------------------*/

.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #F16C51 !important;
}
.navbar-brand {
	padding: 0 15px;
	height: 66px;
}
header {
	/* background-color: rgba(65,32,32,0.7); */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
header, header .flex-wrapper {
	height: 75px;
}
header .flex-wrapper .navbar-collapse {
	flex: 1;
}
header .navbar-default ul.navbar-nav {
	padding: 0;
	margin: 8px 0px;
}
header .navbar-default ul.navbar-nav > li:after {
	position: absolute;
	top: 10px;
	right: 0;
	content: "|";
	/* margin: 0 8px; */
	color: #fff;
}
header .navbar-default ul.navbar-nav > li:last-child:after {
	margin: 0;
	content: "";
}
.bg-strip {
	/*background-color: rgba(65,32,32,0.7);*/
	background-color: rgba(76, 5, 25, 0.9);
	transition: all 0.3s ease-in-out 0.3s;
}
/* header #trigger-overlay i {
	color: #FFFFFF;
	font-size: 30px;
} */
.tungusten-font {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
header.love15-header .navbar-default .navbar-nav > li > a, header.love15-header .navbar-default .navbar-nav > li:after {
	color: #4C0519;
}
header.love15-header .bg-strip.navbar-default .navbar-nav > li > a, header.love15-header .bg-strip.navbar-default .navbar-nav > li:after {
	color: #FFFFFF;
}
.play-store a {
	display: inline-block
}
.play-store img {
	width: auto !important
}
.play-store .gplay {
	margin-left: 15px;
}
.love15-sml-text {
	position: absolute;
	left: 35%;
	bottom: -60px;
}
/*--------------------------------------------------------------
# Section 1 - Desktop
--------------------------------------------------------------*/

#hero_slider {
	padding: 0;
}
.text-wrapper {
	text-align: right;
}
.sub-text {
	font-size: 25px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.yt-mtb {
	margin-bottom: 25px;
}
.ctrl-top {
	margin-top: 100px;
}
.caption-txt, .hero-txt {
	font-size: 80px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.caption-txt span {
	display: block;
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 2.2;
}
.owl-item {
	overflow: hidden;
}
.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	/*background-color: #d6d6d6;*/
    
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	/*background-color: #869791;*/
    
	color: white;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;/**display: inline;*/
}
.owl-theme .owl-dots {
	bottom: 20px;
	position: absolute;
	width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
	cursor: pointer;
	height: 16px;
	margin: 0 16px;
	position: relative;
	width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	box-shadow: 0 0 0 2px white inset;
	overflow: hidden;
	transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	height: 100%;
	left: 0;
	outline: medium none;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
	height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
	background-color: #fff;
	bottom: 0;
	box-shadow: 0 0 1px #fff;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: height 0.3s ease 0s;
	width: 100%;
	border-radius: 50%;
}
/* End */
/*.owl-theme .owl-dots .owl-dot span { 
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background-color: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #869791;
}*/
.owl-prev, .owl-next {
	background-repeat: no-repeat;
	width: 31px;
	height: 56px;
	text-indent: -9999px;
	position: absolute !important;
	top: 200px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-prev {
	background-image: url(/content/dam/infosys-web/en/roland-garros/Images/left.png);
	left: 30px;
}
.owl-next {
	background-image: url(/content/dam/infosys-web/en/roland-garros/Images/right.png);
	right: 30px;
}
/*--------------------------------------------------------------
# Section 2 - Desktop
--------------------------------------------------------------*/

#next-rg-20 {
	position: relative;
}
.big-txt {
	font-size: 80px;
	line-height: 70px;
}
#next-rg-20 label, #next-rg-20 h3, #next-rg-20 p {
	margin: 0;
}
#next-rg-20 label, #next-rg-20 h3 {
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
#next-rg-20 label {
	font-size: 20px;
	letter-spacing: 5px;
}
#next-rg-20 h3 {
	font-size: 38px;
	letter-spacing: 1px;
}
/*--------------------------------------------------------------
# Section 4 - Desktop
--------------------------------------------------------------*/

.experience-next {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.experience-next img.slider-ctrl, .visible-mob-480 {
	display: none;
}
video#herovideo {
	width: 100%;
	height: 100vh;
	position: relative;
	transform: scale(1.3);
	overflow: hidden;
}
.experience-next .owl-theme .owl-dots {
	bottom: 50px;
}
/*--------------------------------------------------------------
# Section 5 - Desktop
--------------------------------------------------------------*/
#love15 .big-txt {
	font-size: 250px;
	line-height: 200px;
	color: #933621;
}
#love15 .sub-head {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 5px;
}
/*--------------------------------------------------------------
# Section 6 - Desktop
--------------------------------------------------------------*/
 
#social-hub {
	background-image: url(/content/dam/infosys-web/en/roland-garros/Images/2020/sec5-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.social-hub-txt {
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# BLOGS - Desktop
--------------------------------------------------------------*/

.d-flex {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}
#blogs {
	padding: 150px 0 100px;
}
#blogs .img-wrapper img {
	position: absolute;
	top: 0;
}
#blogs .bottom-space > [class*="col-"] {
	margin-bottom: 50px;
}
.box-wrapper_img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.box-wrapper_img img {
	margin-right: 15px;
}
.box-wrapper {
	padding: 20px;
	border-radius: 15px;
}
/*--------------------------------------------------------------
# Footer - Desktop
--------------------------------------------------------------*/

footer {
	background: #f8f8f8 none repeat scroll 0 0;
	border-top: 5px solid #d8d8d8;
	color: #333;
	position: relative;
}
footer .ptb50 {
	padding: 50px 15px;
}
.ftr-head {
	color: #000000;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 0;
}
ul.footer-txt > li:first-child {
	margin-top: 20px;
}
ul.footer-txt > li {
	margin-bottom: 10px;
}
ul.footer-txt > li > a {
	color: #777777;
	font-size: 16px;
	font-weight: 400;
}
.bottom-footer {
	padding: 15px 0px;
	background-color: #fff;
}
.bottom-footer p {
	margin: 0;
}
.country {
	position: relative;
	z-index: 1;
}
.up-arrow, .down-arrow {
	position: relative;
	margin-left: 100px;
	z-index: -1;
}
.up-arrow:before, .down-arrow:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #333;
	font-size: 18px;
	/*position: absolute;*/
	top: 2px;
	left: 0;
}
.up-arrow:before {
	content: "\f0d8";
}
.down-arrow:before {
	content: "\f0d7";
}
.select-country > a {
	border: 1px solid #7E7E7E;
	padding: 5px 15px;
	display: inline-block;
	color: #7E7E7E;
}
.select-country > a:hover, .select-country > a:focus {
	color: #7E7E7E;
	text-decoration: none;
}
.option-country {
	display: none;
}
.open-country {
	display: block;
	position: relative;
}
.country-align {
	position: absolute;
	top: -238px;
	background-color: #fff;
	color: #fff;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
	color: #7E7E7E;
	padding: 10px 15px;
	display: block;
}
.country-align > li > a:hover {
	background: #63b0ff;
	color: #fff;
}

@media all and (min-width: 1920px) {
/*--------------------------------------------------------------
# Section 4 - Desktop
--------------------------------------------------------------*/

.experience-next, video#herovideo {
	height: 82vh;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
/*--------------------------------------------------------------
# Section 4 - Desktop
--------------------------------------------------------------*/

.experience-next, video#herovideo {
	height: 60vh;
}
}

@media all and (max-width: 1024px) {
/*--------------------------------------------------------------
# Hover Shutter animation - Desktop
--------------------------------------------------------------*/

a.btn-shutter {
	color: #000;
}
a.btn-shutter::before {
	width: 100%;
}
a.btn-shutter-coral {
	color: #fff;
}
/*--------------------------------------------------------------
# border_switch_effect - Tablet
--------------------------------------------------------------*/

a.border_switch_effect {
	padding: 0;
}
a.border_switch_effect::before {
	left: 50%;
	transform: rotate(0deg) translateX(-50%);
}
a.border_switch_effect::before, a.border_switch_effect::after {
	opacity: 1;
}
a.border_switch_effect::after, a.border_switch_effect::after {
	right: 50%;
	transform: rotate(0deg) translateX(50%);
}
/*--------------------------------------------------------------
# Brackets_Effect - Tablet
--------------------------------------------------------------*/

a.brackets_effect::before, a.brackets_effect::after {
	opacity: 1;
}
a.brackets_effect:hover, a.brackets_effect:focus {
	color: inherit;
}
a.brackets_effect::before {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
a.brackets_effect::after {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*#love15-hero .pos-txt, #innovation-bg .pos-txt, #behind-bg .pos-txt {
	position: relative !important;
}
.align-top {
	margin-top: 0px;
}*/
.align-bottom {
	display: block;
}
#innovation-bg .text-right {
	text-align: left;
}
#innovation-bg .big-txt, .slider-head {
	margin-bottom: 15px;
	font-size: 140px;
	line-height: 110px;
}
.slider-head {
	text-align: left;
}
#innovation-bg p {
	font-size: 30px;
}
.love15-caption .owl-next, .love15-caption .owl-prev {
	top: 400px !important;
}
.love15-caption .owl-prev {
	left: 0;
}
.love15-caption .owl-next {
	right: 0;
}
#behind-bg {
	background-color: #ededed;
}
#behind-bg .pos-txt {
	position: relative;
}
.behind-txt {
	font-size: 80px;
	line-height: 70px;
}
.behind-head {
	font-size: 50px;
	margin: 0;
}
.behind-para {
	font-size: 40px;
	margin: 0;
}
/*.behind-author-name {
	font-size: 30px;
}*/
/*--------------------------------------------------------------
# Section 1 - Tablet
--------------------------------------------------------------*/

.sub-text {
	font-size: 32px;
	letter-spacing: 5px;
}
.hero-txt {
	font-size: 130px;
	margin-bottom: 10px;
	line-height: 110px;
	letter-spacing: 1px;
}
.yt-mtb {
	margin-bottom: 75px;
	margin-top: 100px;
}
/*.caption-txt {
	font-size: 70px;
	line-height: 60px;
}*/
.owl-prev {
	left: 5px;
}
.owl-next {
	right: 5px;
}
/*.slider-image {
	right: -137px;
}*/
/*#hero_slider, .slider {
	height: auto;
}
.repeated-css {
	height: 600px;
}*/
 
/*--------------------------------------------------------------
# Section 2 - Tablet
--------------------------------------------------------------*/
.center-align-sm-xs {
	text-align: center;
}
.center-align-sm-xs [class*="col-"] {
	margin-bottom: 150px;
}
#next-rg-20 label {
	font-size: 40px;
}
#next-rg-20 .pos-txt {
	margin-top: 100px;
}
#next-rg-20 .big-txt {
	margin-bottom: 150px !important;
}
#next-rg-20 h3 {
	font-size: 90px;
	line-height: 80px;
}
#next-rg-20 p {
	font-size: 25px;
	margin: 25px 0;
}
/*--------------------------------------------------------------
# Section 3 - Tablet
--------------------------------------------------------------*/
#match-centre .pos-txt {
	position: relative;
}
#match-centre .hero-txt {
	font-size: 90px;
	margin-bottom: 30px !important;
	line-height: 80px;
}
/*--------------------------------------------------------------
# Section 4 - Tablet
--------------------------------------------------------------*/
.experience-next {
	overflow: visible;
	height: auto;
}
/*.experience-next .pos-txt {
	margin-top: 100px;
}*/
.experience-next .flex-wrapper {
	display: block;
}
.caption-txt {
	font-size: 120px;
	line-height: 100px;
}
.caption-desc {
	font-size: 22px;
}
.caption-txt span {
	font-size: 32px;
}
.experience-next .owl-theme .owl-dots {
	bottom: 50px;
}
video#herovideo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.3);
}
/*--------------------------------------------------------------
# Section 5 - Tablet
--------------------------------------------------------------*/
#love15 .pos-txt {
	position: relative;
}
/*--------------------------------------------------------------
# Section 9 - Tablet
--------------------------------------------------------------*/
 
}

@media all and (max-width: 992px) {
/*--------------------------------------------------------------
# Common CSS - Tablet
--------------------------------------------------------------*/
  
.h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.h2 {
	font-size: 2.8rem;
}
.eq-height [class*="col-"] {
	margin-bottom: 1.4rem;
}
#innovation-bg .big-txt, .slider-head {
	font-size: 100px;
	line-height: 80px;
}
#innovation-bg p {
	font-size: 25px;
}
header.love15-header .navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
.love15-sml-text {
	left: 30%;
}
.love15-caption .owl-next, .love15-caption .owl-prev {
	top: 200px !important;
}
/*--------------------------------------------------------------
# Contact us Iframe CSS - Tablet
--------------------------------------------------------------*/

.iframe-contact-ht {
	height: 1000px;
}
/*--------------------------------------------------------------
# Modal CSS - Tablet
--------------------------------------------------------------*/

.explore-popup.modal .h2 {
	line-height: 2.5rem;
}
/*--------------------------------------------------------------
# navbar collapse to toogle
--------------------------------------------------------------*/

.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-right .dropdown-menu {
	left: auto;
	right: auto;
}
.navbar-default .navbar-collapse {
	background-color: #4c0519;
	border-color: transparent;
	margin-top: 10px;
	margin-left: -30px;
	margin-right: -30px;
}
.bg-strip.navbar-default .navbar-collapse {
	background-color: transparent;
	margin-top: 0px;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 0;
}
header .navbar-default ul.navbar-nav {
	width: 100%;
	margin: 0;
	padding: 0 30px;
}
header .navbar-default ul.navbar-nav > li::after {
	content: "";
}
header button.navbar-toggle {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Ribbon - Tablet
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Section 1 - Tablet
--------------------------------------------------------------*/

.caption-txt {
	font-size: 100px;
	line-height: 90px;
}
.hero-txt {
	font-size: 100px;
	line-height: 80px;
}
.yt-mtb {
	margin-bottom: 55px;
	margin-top: 55px;
}
/*--------------------------------------------------------------
# Section 2 - Tablet
--------------------------------------------------------------*/
#next-rg-20 .big-txt {
	margin-bottom: 70px !important;
}
#next-rg-20 h3 {
	font-size: 70px;
	line-height: 70px;
}
#next-rg-20 p {
	font-size: 22px;
	margin: 15px 0;
}
#next-rg-20 label {
	font-size: 30px;
}
.center-align-sm-xs [class*="col-"] {
	margin-bottom: 70px;
}
/*--------------------------------------------------------------
# Section 3 - Tablet
--------------------------------------------------------------*/
#love15 .sub-head {
	font-size: 30px;
}
/*--------------------------------------------------------------
# Section 4 - Tablet
--------------------------------------------------------------*/
	
/*.big-txt {
	font-size: 40px;
	line-height: 40px;
}*/
/*--------------------------------------------------------------
# Section 5 - Tablet
--------------------------------------------------------------*/
	 
/*--------------------------------------------------------------
# Section 7 - Tablet
--------------------------------------------------------------*/
	 
/*--------------------------------------------------------------
# Section 9 - Tablet
--------------------------------------------------------------*/
 
/*--------------------------------------------------------------
# Footer - Tablet
--------------------------------------------------------------*/
    
.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}
ul.social_icons {
	text-align: left;
}
.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}
ul.social_icons {
	text-align: left;
}
}

@media all and (max-width: 768px) {
/* iPads (portrait) ----------- */
/*--------------------------------------------------------------
# Global CSS - Tablet
--------------------------------------------------------------*/
    

}

@media all and (max-width: 767px) {
/* Mobile (Landscape) ----------- */
/*--------------------------------------------------------------
# Common CSS - Mobile
--------------------------------------------------------------*/
    
.text-center-xs {
	text-align: center;
}
.h1 {
	font-size: 2.8rem;
	line-height: 2.8rem;
}
.h2 {
	font-size: 2.25rem;
}
/*.caption-txt {
	font-size: 50px;
	line-height: 50px;
}*/
.hero-txt {
	font-size: 110px;
	line-height: 90px;
}
.sub-text {
	font-size: 22px;
}
.spirit-innovation .ctrl-top {
	margin-top: -200px;
}
#innovation-bg .big-txt, .slider-head {
	font-size: 110px;
	line-height: 90px;
}
#innovation-bg p {
	font-size: 22px;
}
.hidden-mob-480 {
	display: block !important;
}
.slider-sub-head {
	margin: 20px 0 0 0;
}
header .navbar-default ul.navbar-nav {
	padding: 0 15px;
}
.love15-sml-text {
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translateX(-50%);
}
.love15-caption .owl-next, .love15-caption .owl-prev {
	bottom: unset !important;
	top: 250px !important;
}
/*--------------------------------------------------------------
# Contact us Iframe CSS - Mobile
--------------------------------------------------------------*/

.iframe-contact-ht {
	height: 1100px;
}
/*--------------------------------------------------------------
# Contact Ribbon - Mobile
--------------------------------------------------------------*/
    
.contact {
	/* background-color: #fff; */
	/* color: #000!important; */
	font-size: 12px;
	height: 40px;
	line-height: 23px;
	padding: 10px 8px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	width: 35px;
	z-index: 999;
}
.contact::before {
	/* background-color: rgba(255, 255, 255, .6); */
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 10px;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	width: 55px;
	z-index: -1;
}
.contact .fa-envelope-o {
	font-size: 18px;
}
/*--------------------------------------------------------------
# Margin CSS - Mobile
--------------------------------------------------------------*/

.mt-xs-0 {
	margin-top: 0;
}
.mt-xs-5 {
	margin-top: 5px;
}
.mt-xs-10 {
	margin-top: 10px;
}
.mt-xs-25 {
	margin-top: 25px;
}
.mt-xs-50 {
	margin-top: 50px;
}
.mb-xs-0 {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Padding CSS - Mobile
--------------------------------------------------------------*/	

.p0-xs {
	padding: 0;
}
.pt-xs-20 {
	padding-top: 20px;
}
/*--------------------------------------------------------------
# navbar collapse to toogle
--------------------------------------------------------------*/

header button.navbar-toggle {
	margin-right: 15px;
}
/*--------------------------------------------------------------
# Section 1 - Mobile
--------------------------------------------------------------*/

.slider-overlay-black, .slider-overlay-white, .slider-overlay-sapphire, .slider-overlay-coral, .slider-overlay-topaz, .slider-overlay-jade, .slider-overlay-amethyst, .slider-overlay-onyx {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider-overlay-black {
	background-color: rgba(0, 0, 0, 0.45);
}
.slider-overlay-white {
	background-color: rgba(255, 255, 255, 0.45);
}
.slider-overlay-sapphire {
	background-color: rgba(6, 24, 56, 0.45);
}
.slider-overlay-coral {
	background-color: rgba(76, 5, 25, 0.45);
}
.slider-overlay-topaz {
	background-color: rgba(47, 17, 19, 0.45);
}
.slider-overlay-jade {
	background-color: rgba(9, 50, 29, 0.45);
}
.slider-overlay-amethyst {
	background-color: rgba(55, 34, 97, 0.45);
}
.slider-overlay-onyx {
	background-color: rgba(63, 63, 63, 0.45);
}
.owl-theme .owl-dots {
	bottom: 10px;
}
/*--------------------------------------------------------------
# Footer - Mobile
--------------------------------------------------------------*/
 
ul.footer-txt {
	margin-top: 10px;
}
ul.footer-txt > li:first-child {
	margin-top: 0;
}
.pull-left-xs {
	float: left !important;
	margin-top: 20px;
}
}

@media all and (max-width: 640px) {
/* Mobile (Landscape) ----------- */
	
.spirit-innovation .ctrl-top {
	margin-top: -100px;
}
.hero-txt {
	font-size: 100px;
}
#next-rg-20 h3 {
	font-size: 60px;
	line-height: 60px;
}
#next-rg-20 .big-txt {
	margin-bottom: 50px !important;
}
#next-rg-20 .pos-txt {
	margin-top: 20px;
}
#match-centre .hero-txt {
	font-size: 80px;
	line-height: 70px;
}
.love15-sml-text {
	max-width: 80px;
	bottom: -90px;
}
}

@media all and (max-width: 480px) {
/* Mobile (Landscape) ----------- */
	/*--------------------------------------------------------------
# Contact us Iframe CSS - Mobile
--------------------------------------------------------------*/

.iframe-contact-ht {
	height: 865px;
}
.caption-txt, .hero-txt {
	font-size: 40px;
	line-height: 40px;
}
.spirit-innovation .ctrl-top {
	margin-top: 100px;
}
.hero-txt {
	margin-bottom: 0;
}
.yt-mtb {
	margin-bottom: 25px;
	margin-top: 25px;
}
.sub-text {
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 0;
}
#next-rg-20 .pos-txt {
	margin-top: 0;
}
#next-rg-20 .big-txt {
	margin-bottom: 30px !important;
}
#next-rg-20 h3 {
	font-size: 34px;
	line-height: 30px;
}
#next-rg-20 label {
	font-size: 22px;
}
#next-rg-20 p {
	font-size: 18px;
	margin: 0;
}
.center-align-sm-xs [class*="col-"] {
	margin-bottom: 30px;
}
#match-centre .hero-txt {
	margin-bottom: 10px !important;
	font-size: 40px;
	line-height: 40px;
}
.caption-txt span {
	font-size: 22px;
}
.caption-desc {
	font-size: 18px;
}
#love15 .big-txt {
	font-size: 70px;
	line-height: 70px;
}
#love15 .sub-head {
	font-size: 22px;
	line-height: 25px;
	margin: 12px 0 !important;
	letter-spacing: 2px;
}
.ctrl-ht-480 {
	height: 1880px;
	width: 100%;
}
.experience-next img.hidden-lg, .hidden-mob-480 {
	display: none !important;
}
.experience-next img.slider-ctrl, .visible-mob-480 {
	display: block;
}
#innovation-bg .big-txt, .slider-head {
	font-size: 40px;
	line-height: 40px;
}
#innovation-bg p {
	font-size: 18px;
}
#counter {
	bottom: -40px;
}
.behind-txt {
	font-size: 40px;
	line-height: 40px;
}
.behind-head {
	font-size: 30px;
}
.behind-para {
	font-size: 25px;
}
/*.behind-author-name {
	font-size: 20px;
}*/
.love15-caption .owl-next, .love15-caption .owl-prev {
	top: 100px !important;
}
.love15-sml-text {
	max-width: 70px;
	bottom: -70px;
}
/*--------------------------------------------------------------
# Footer - Mobile
--------------------------------------------------------------*/
.breadcrumb > li {
	display: block;
	margin-bottom: 10px;
}
.breadcrumb > li + li::before {
	content: " ";
}
}

@media all and (max-width: 360px) {
/* Mobile (portrait) ----------- */
}

@media all and (max-width: 320px) {
/* Mobile (portrait) ----------- */
}
