/*--- Font Face ---*/
@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Thin.eot');
    src: url('../fonts/Manrope3-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Thin.woff2') format('woff2'),
        url('../fonts/Manrope3-Thin.woff') format('woff'),
        url('../fonts/Manrope3-Thin.ttf') format('truetype'),
        url('../fonts/Manrope3-Thin.svg#Manrope3-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Light.eot');
    src: url('../fonts/Manrope3-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Light.woff2') format('woff2'),
        url('../fonts/Manrope3-Light.woff') format('woff'),
        url('../fonts/Manrope3-Light.ttf') format('truetype'),
        url('../fonts/Manrope3-Light.svg#Manrope3-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Regular.eot');
    src: url('../fonts/Manrope3-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Regular.woff2') format('woff2'),
        url('../fonts/Manrope3-Regular.woff') format('woff'),
        url('../fonts/Manrope3-Regular.ttf') format('truetype'),
        url('../fonts/Manrope3-Regular.svg#Manrope3-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Medium.eot');
    src: url('../fonts/Manrope3-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Medium.woff2') format('woff2'),
        url('../fonts/Manrope3-Medium.woff') format('woff'),
        url('../fonts/Manrope3-Medium.ttf') format('truetype'),
        url('../fonts/Manrope3-Medium.svg#Manrope3-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Semibold.eot');
    src: url('../fonts/Manrope3-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope3-Semibold.woff') format('woff'),
        url('../fonts/Manrope3-Semibold.ttf') format('truetype'),
        url('../fonts/Manrope3-Semibold.svg#Manrope3-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-Bold.eot');
    src: url('../fonts/Manrope3-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-Bold.woff2') format('woff2'),
        url('../fonts/Manrope3-Bold.woff') format('woff'),
        url('../fonts/Manrope3-Bold.ttf') format('truetype'),
        url('../fonts/Manrope3-Bold.svg#Manrope3-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope3';
    src: url('../fonts/Manrope3-ExtraBold.eot');
    src: url('../fonts/Manrope3-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope3-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope3-ExtraBold.woff') format('woff'),
        url('../fonts/Manrope3-ExtraBold.ttf') format('truetype'),
        url('../fonts/Manrope3-ExtraBold.svg#Manrope3-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

/*--- Common Css ---*/
*, *:after, *:before{
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box; 

	vertical-align: top;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
body {
    min-height: 100vh;
}

body, html {
	background: #fff none repeat scroll 0 0; 
	color: #4d4d4d;
	font-family: 'Manrope3';
	font-size: 18px; 
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}

figure {
	background: transparent none no-repeat scroll center center;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 100%;
}

img {
	max-width: 100%;
	outline: none;
	border: none;
}

svg {
    max-width: 100%;
    height: auto;
}

.picture img {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

strong, b, label {
	font-weight: 700;
	margin-bottom: 0px;
}

ul, ul li, ol, ol li {
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
    color: #4D4D4D;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	padding: 0px; 
	margin: 0px; 
	font-weight: 700;
}

h1, .h1 {font-size: 48px; line-height: 96px;}
h2, .h2 {font-size: 54px; line-height: 84px;}
h3, .h3 {font-size: 48px; line-height: 72px;}
h4, .h4, .quote-text p {font-size: 36px; line-height: 60px;}
h5, .h5 {font-size: 28px; line-height: 45px;}
h6, .h6 {font-size: 18px; line-height: 30px;}

a, a:focus, a:hover {
	text-decoration: none; 
	outline: none; 
}

p {
	color: #4D4D4D;
	margin: 0px 0px 1.25rem;
}

p:last-child, p:only-child {
	margin-bottom: 0px; 
}

p:empty {
    display: none; 
}

.quote-wrapper span {
    font-family: Manrope3;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 159.6%;
     padding-left: 40px;
     display: inline-block; width: 100%;
     position: relative;
     margin-bottom: 10px;
}
.quote-wrapper span::before {
    content: '';
    width: 5px;
    height: 59px;
    top: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
    display: inline-block;
    background: linear-gradient(180deg, #662282 0%, #FF3209 100%);
    position: absolute;
}

blockquote {
	font-size: 24px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
	position: relative;
}


input, textarea, button, select, option {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none; 
    outline: none; 
    border: none;
}

:hover, :visited, :active, :focus {
	outline: none !important; 
}

::-webkit-input-placeholder {color: #4d4d4d; opacity: 0.7; }
::-moz-placeholder {color: #4d4d4d; opacity: 0.7; }
:-ms-input-placeholder {color: #4d4d4d; opacity: 0.7; }
:-moz-placeholder {color: #4d4d4d; opacity: 0.7; }

::-moz-selection {color: #fff; background: #4d4d4d; }
::selection {color: #fff; background: #4d4d4d; }

header, section, footer {
	position: relative;
	display: inline-block; 
	width: 100%; 
}

.transition, ::before, ::after, .button, a, .link, #fp-nav.fp-right a, .main-nav, 
.section h5 span, .section a, .link-items, .section, .work-image img, .work-overlay {
	-webkit-transition: all 0.4s ease-in-out 0s; 
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;  
}

#fp-nav.fp-right a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.dark-part h1, .dark-part h2, .dark-part h3, .dark-part h4, .dark-part h5, .dark-part h6,
.dark-part p, .dark-part a {color: #fff;}

.color-blue {color: #6a2f85;} 
.color-red {color: #ff2a00;}

.thin {font-weight: 100;}
.light {font-weight: 300;}
.regular {font-weight: 400;}
.medium {font-weight: 500;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}
.extra-bold {font-weight: 800;}

[class*=" icofont-"], [class^="icofont-"] {line-height: inherit;}
.icofont-facebook {background-color: #fff; color: #4d4d4d;}

.bg-grey {background-color: #E5E5E5;}

main {margin-top: 150px;}

/*--- Padding Class ---*/
.padding-100 {padding: 100px 0px;}
.padding-t100 {padding-top: 100px;}
.padding-b100 {padding-bottom: 100px;}

.padding-50 {padding: 50px 0px;}
.padding-t50 {padding-top: 50px;}
.padding-b50 {padding-bottom: 50px;}

/*--- Loader ---*/
@-webkit-keyframes entry-loader {0% {width: 100% } to {width: 0 } }
@keyframes entry-loader {0% {width: 100% } to {width: 0 } }

.entry-loader::after, .entry-loader::before {-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-name: entry-loader; animation-name: entry-loader; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; content: ""; height: 100vh; right: 0; position: fixed; top: 0; width: 100%; }
.entry-loader::before {-webkit-animation-duration: .5s; animation-duration: .5s; background: #4d4d4d; -webkit-transition: .5s ease-in; transition: .5s ease-in; z-index: 1001; }
.entry-loader::after {-webkit-animation-duration: 1s; animation-duration: 1s; background: #f5f5f5; -webkit-transition: .3s ease-in; transition: .3s ease-in; z-index: 1000; }

.leave-loader:after,
.leave-loader:before {content: ""; height: 100vh; left: 0; position: fixed; top: 0; visibility: hidden; width: 0 }
.leave-loader:before {background: #4d4d4d; -webkit-transition: .5s ease-out; transition: .5s ease-out; z-index: 1001 }
.leave-loader:after {background: #f5f5f5; -webkit-transition: .2s ease-in; transition: .2s ease-in; z-index: 1000 }
.leave-loader.active:after, .leave-loader.active:before {visibility: visible; width: 100% }

/*--- Sidebar ---*/
.sidebar {position: fixed; top: 0px; height: 100%; width: 35px; z-index: 111;}
.sidebar.sidebar-left {left: 0px;}
.sidebar.sidebar-right {right: 5px;}
.sidebar > div {position: relative;}
.sidebar .side-top .link-tag {top: 10px;  bottom: inherit; left: 32px; -webkit-transform: translateY(0) rotate(90deg) translateY(0); -moz-transform: translateY(0) rotate(90deg) translateY(0); transform: translateY(0) rotate(90deg) translateY(0); }

.sidebar ul {margin-bottom: 10px;}
.sidebar ul li {margin-bottom: 5px;}

.link-tag {-webkit-transform: translateY(100%) rotate(-90deg) translateY(0px); transform: translateY(100%) rotate(-90deg) translateY(0px); -webkit-transform-origin: center; transform-origin: 0 0; position: absolute; bottom: calc(100% + 10px); white-space: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; line-height: 15px; }
.link-tag i {font-size: 10px; margin-left: 0px; color: rgb(230, 120, 35);}

.link-tag .link-items {overflow: hidden; line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 5px; margin-right: 5px;}
.link-tag .link-items a {color: #4d4d4d; white-space: nowrap; font-size: 12px; font-size: .75rem; pointer-events: all; text-decoration: none; line-height: 1; letter-spacing: .05em; margin: 0px 3px;}

.sidebar a {color: #4d4d4d;}

/*--- Owl Slider ---*/
#fp-nav.fp-right {position: absolute; bottom: 10px; right: 0px; margin: auto !important; width: 12px; z-index: 1; left: 0px; top: initial; }
#fp-nav ul li, .fp-slidesNav ul li {width: auto; height: auto; margin: 0px; padding: 0px;}
#fp-nav.fp-right a {border-radius: 50%; position: relative; z-index: 1; height: 4px; width: 4px; border: 0; background: #6a2f85 !important; margin: 7px 4px; float: left; }
#fp-nav.fp-right a.active {width: 12px; height: 12px; margin: 7px 0px; background-color: #ff2a00 !important; }
#fp-nav ul li a span {display: none !important;}

/*--- Animatioin ---*/
.container {max-width: 1114px; }

/*--- Header ---*/
header {position: fixed; top: 0px; left: 0px; width: 100%; z-index: 111; padding: 31px 30px 26px; background-color: #fff;}
header .brand-logo {position: relative; z-index: 11111;}
header .brand-logo a {display: inline-block;}
header.open {z-index: 1111;}
header.open::after {content: ''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #fff; z-index: 1111;}
header::before {content: ''; left: 64px; position: absolute; top: 0; background-color: #96c1a4; display: inline-block; height: 5px; right: 64px; display: none !important;}

.nav-toggle {background: none; border: none; height: 20px; margin: auto; outline: none; padding: 0; position: fixed; left: 0; right: 0; top: 30px; width: 30px; z-index: 11111; font-size: 16px; font-size: 1rem; }
.nav-toggle .menu-bar {background-color: #ff2a00; height: 2px; max-width: 30px; position: absolute; -webkit-transition: -webkit-transform .3s ease-in; transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; transition: transform .3s ease-in,-webkit-transform .3s ease-in; width: 100%; }
.nav-toggle .menu-bar:first-of-type {left: 3px; top: 0; -webkit-transform-origin: top left; transform-origin: top left; width: 21px; }
.nav-toggle .menu-bar:nth-of-type(2) {opacity: 1; top: 6px; left: 0; width: 30px; }
.nav-toggle .menu-bar:nth-of-type(3) {right: 3px; top: 12px; -webkit-transform-origin: bottom left; transform-origin: bottom left; width: 19px; }

.nav-toggle:hover .menu-bar:first-of-type {-webkit-transform: translateX(10px); transform: translateX(10px;); }
.nav-toggle:hover .menu-bar:nth-of-type(2) {-webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
.nav-toggle:hover .menu-bar:nth-of-type(3) {-webkit-transform: translateX(-10px); transform: translateX(-10px); }

.nav-toggle.is-active {height: 30px; }
.nav-toggle.is-active .menu-bar { max-width: 40px; }
.nav-toggle.is-active .menu-bar:first-of-type {left: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 40px; }
.nav-toggle.is-active .menu-bar:nth-of-type(2) {opacity: 0; }
.nav-toggle.is-active .menu-bar:nth-of-type(3) {bottom: 0; left: 0; top: auto; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); width: 40px; }
.nav-toggle.is-active:hover {-webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.main-nav {pointer-events: all; background-color: #fff; height: 100vh; left: 0; opacity: 0; position: fixed; top: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: .4s ease; transition: .4s ease; visibility: hidden; width: 100%; z-index: 500; overflow-y: scroll; }
.main-nav.is-active .main-nav-layout .main-nav-list a {opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
.main-nav .main-nav-layout {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; position: relative; width: 100%; padding: 112px 16px 2em; padding: 7rem 1rem 2em; }
.main-nav .main-nav-wrapper {margin-bottom: 5rem; }

.main-nav-list {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.main-nav-list > li a {color: #4d4d4d; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; font-size: 40px; font-weight: bold; letter-spacing: 1.6px; line-height: 60px; letter-spacing: .1rem; line-height: 1.5; opacity: 0; padding: 0; text-decoration: none; font-family: BuenosAires-SemiBold,sans-serif; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: .25s ease; transition: .25s ease; }

.main-nav-list > li a:hover, .main-nav-list > li:hover > a {color: #ff2a00;}
.main-nav-list > li:first-of-type a {-webkit-transition: .4s ease; transition: .4s ease; }
.main-nav-list > li:nth-of-type(2) a {-webkit-transition: .5s ease; transition: .5s ease; }
.main-nav-list > li:nth-of-type(3) a {-webkit-transition: .6s ease; transition: .6s ease; }
.main-nav-list > li:nth-of-type(4) a {-webkit-transition: .7s ease; transition: .7s ease; }
.main-nav-list > li:nth-of-type(5) a {-webkit-transition: .8s ease; transition: .8s ease; }
.main-nav-list > li:nth-of-type(6) a {-webkit-transition: .9s ease; transition: .9s ease; }

.dropdown-expand {position: relative; cursor: pointer; color: #ff2a00; margin-left: 16px; margin-left: 1rem; -webkit-transition: .5s ease; transition: .5s ease; width: 48px; height: 48px; margin-top: 3px; z-index: 10;}
.dropdown-expand::after, .dropdown-expand::before {position: absolute; left: 15px; content: " "; height: 24px; height: 1.5rem; bottom: 8px; bottom: .5rem; width: 2px; background-color: #ff2a00; -webkit-transition: .3s ease; transition: .3s ease; }
.dropdown-expand::after {-webkit-transform: rotate(0); transform: rotate(0); }
.dropdown-expand::before {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.dropdown-expand.dropdown-active::before {-webkit-transform: rotate(270deg); transform: rotate(270deg); }
.dropdown-expand.dropdown-active::after {-webkit-transform: rotate(90deg); transform: rotate(90deg); }

.dropdown-wrap {display: -webkit-box; display: -ms-flexbox; display: flex; position: unset; }
.dropdown-wrap .sub-menu {pointer-events: none; opacity: 0; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; background: none; background-color: rgba(0, 0, 0, 0); position: absolute; left: 50%; top: 23%; z-index: 11;}
.dropdown-wrap .sub-menu.non-touch::before {width: 92%; height: 100%; content: ""; position: absolute; left: -92%; top: 0; }
.dropdown-wrap .sub-menu.show {pointer-events: unset; opacity: 1; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; }
.dropdown-wrap .sub-menu:hover {pointer-events: unset; opacity: 1; -webkit-transition: opacity .5s ease; transition: opacity .5s ease;}
.dropdown-wrap .sub-menu li {margin-bottom: 16px;}
.dropdown-wrap .sub-menu li a {border: none; font-size: 20px; font-size: 20px; -webkit-transition: .25s ease; transition: .25s ease; font-weight: 300; line-height: 30px; }

.main-nav-contact:first-of-type {margin-bottom: 24px; margin-bottom: 1.5rem;}
.main-nav-contact .contact-comp p {font-size: 14px; font-size: .875rem; }
.contact-social a {margin-right: 50px; margin-right: 3.125rem; color: #4d4d4d;}
.contact-social a i {font-size: 32px; color: #4d4d4d; line-height: 35px; }
.contact-section  a {font-size: calc(1.05625rem + .675vw); text-transform: initial; color: #4d4d4d;}
.contact-section  a:hover {color: #4d4d4d;}
.contact-section  a:before {color: #4d4d4d;}

.main-nav.is-active {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);  visibility: visible; }

.home-page header:before {background-color: transparent;}
.home-page header {background-color: transparent;}
.home-page main {margin-top: 0px;}

/*--- Banner Section ---*/
.banner-section::before, .banner-section::after {content: ''; display: inline-block; width: 50%; height: 100%; position: absolute; top: 0px; bottom: 0px;}
.banner-section::before {background-color: #fff; left: 0px;}
.banner-section::after {background: transparent url('../images/logo-svg.svg') no-repeat scroll center bottom 0%; background-size: cover; right: 10%; width: 30%; height: 100vh;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s; 
}

.banner-slider {width: 100%;}
.slide-item  {width: 50%;}

.banner-video {position: absolute; top: 0px; right: 11%; width: 28%; height: 100vh;}
.banner-video video {width: 100%; height: 100%; object-fit: cover; max-width: 100%; max-height: 100%;}

.slide-item{padding: 95px 160px 25px;}
.slide-item .slide-content {max-width: 640px;}
.slide-item h3 {margin-bottom: 45px;}
.slide-item h5 + h5 {margin-top: 47px;}
.slide-item .link {margin-top: 40px; opacity: 0; color: #6a2f85;}

.section h3 {opacity: 0; transform: translate3d(-50px,0,0); -webkit-transition: opacity 0.4s ease-in-out 0s, transform 0s ease-in-out 0.4s; -moz-transition: opacity 0.4s ease-in-out 0s, transform 0s ease-in-out 0.4s; transition: opacity 0.4s ease-in-out 0s, transform 0s ease-in-out 0.4s; }
.section h5 span {opacity: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.section.active h3 {opacity: 1; transform: translate3d(0px,0,0); -webkit-transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s ease-in-out 0.4s; -moz-transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s ease-in-out 0.4s; transition: opacity 0.4s ease-in-out 0.4s, transform 0.4s ease-in-out 0.4s; }
.section.active h5 span:first-child {transition-delay: 0.5s; }
.section.active h5 span:nth-child(2) {transition-delay: 0.6s; }
.section.active h5 span:nth-child(3) {transition-delay: 0.7s; }
.section.active h5 span:nth-child(4) {transition-delay: 0.8s; }
.section.active h5 span:nth-child(5) {transition-delay: 0.9s; }
.section.active h5 span {opacity: 1; }
.section.active .link {opacity: 1; -webkit-transition: all 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0.9s; transition: all 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0.9s; }

/*.home-page .sidebar .link {color: #fff;}*/

.link {color: #4d4d4d; white-space: nowrap; text-transform: uppercase; font-size: 14px; line-height: 1; position: relative; letter-spacing: .05em; display: inline-block; cursor: pointer;}
.link:hover {letter-spacing: 0.1em;}

.link-border {margin-left: 70px;}
.link-border:before {content: ''; width: 40px; background-color:rgb(230, 120, 35); display: inline-block; position: absolute; left: -70px; top: 0px; bottom: 0px; margin: auto 0px; height: 1px; }
.link-border:hover::before {width: 60px; }

/*--- Title Section ---*/
.sub-title {font-size: 16px; letter-spacing: .1px; margin: 0 30px 30px; padding-left: 56px; padding-left: 3.5rem; position: relative; display: inline-block;}
.sub-title::before {background: #96c1a4; content: ""; height: 1px; left: 0; position: absolute; top: 48%; width: 38.4px; width: 2.4rem; }

.title-section h1 {margin-bottom: 23px;}

/*--- Content Section ---*/
.content-data {padding-top: 30px;}

/*--- Blog Section ---*/
.blog-section figure {padding-top: 66.666667%;}

/*--- Masonary Section ---*/
.masonary-section {padding: 30px 0px;}

.grid {margin: 0px -40px;}
.grid-sizer {width: 50%; height: 90px; }
.grid-sizer + .grid-item {padding-top: 160px;}
.grid-item {padding: 70px 40px; width: 50%;}

.work-box:hover .work-image img {opacity: 0;}
.work-box:hover .work-overlay {opacity: 1;}

.work-box h3, .work-box h5{color: #4d4d4d;}

.work-image {display: inline-block; width: 100%; padding-top: 100%; position: relative; margin-bottom: 20px;}
.work-image img {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-position: center; object-fit: cover; opacity: 1;}

.work-overlay {position: absolute; width: 100%; height: 100%; top: 0; left: 0px; background-color: #6a2f85; padding: 10% 7.5%; opacity: 0;}
.work-overlay .link {text-transform: initial; color: #fff; line-height: 1.8; white-space: pre-wrap;}
.work-overlay p:not(.link) {width: 80%; color: #fff; font-size: 1.8rem; line-height: 1.8;}

/*.grid-item:nth-child(2n + 1 ) .work-overlay{background-color: #ff2a00;}*/

.count {font-family: Manrope3; font-style: normal; font-weight: 300; font-size: 140px; line-height: 140%; }

.sub-tagline {margin-bottom: 30px; }

.gallery-section figure{ margin-bottom: 30px; }
.image-section img {width: 100%; height: 100%; object-fit: cover;}

.gallery-row figure {width: 100%; height: calc(100% - 30px);}
.mb-30 {margin-bottom: 30px;}

.padding-40 {padding: 40px;}

.quote-text {border: 1px solid #ff2a00;}
.quote-text p {text-align: justify; color: #343434;}
.quote-text h4, .quote-text h6 {color: #343434;}

.quote-image {max-width: 79px; display: inline-block;}

.green-box {padding: 15px 25px; background-color: #337f1d; color: #fff; font-size: 36px; line-height: 60px;}
.blue-box {padding: 15px 25px; background-color: #640096; color: #fff; font-size: 36px; line-height: 60px;}

.grey-box {height: calc(100% - 30px);}
.color-box {height: calc(100% - 30px); background-color: #992d13;}
.color-box p {color: #fff;}

.small, small {font-size: 60%; font-weight: 400; line-height: 100%;}

.text-section {background-color: #E5E5E5;;}
.text-section p {font-size: 36px; line-height: 60px;}
.text-section .border-left {border-left: 5px solid #F8F8F8 !important; padding-left: 30px; }

.arrow-list li {background: transparent url(../images/arrow.svg) no-repeat scroll left center; padding: 15px 0px 15px 60px; }
.arrow-list li.icon-1 {background-image: url(../images/icon-1.svg); }
.arrow-list li.icon-2 {background-image: url(../images/icon-2.svg); }
.arrow-list li.icon-3 {background-image: url(../images/icon-3.svg); }
.arrow-list li.icon-4 {background-image: url(../images/icon-4.svg); }
.arrow-list li.icon-5 {background-image: url(../images/icon-5.svg); }
.arrow-list li.icon-6 {background-image: url(../images/icon-6.svg); }

.about-data h4 {margin-bottom: 20px;}

.rerlated-section {padding-top: 0px;}
.rerlated-section .grid-item {padding-top: 0px !important;}
.rerlated-section h3.title {margin-bottom: 50px;}


.slide-content .link.link-border::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -85px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border: 1px solid 
    #ff2a00;
    margin: auto;
    border-radius: 42px;
}
.slide-content  .link-border {
    margin-left: 85px;
}

.about-section figure {margin-bottom: 20px;}
.about-section h5 {margin-bottom: 5px;}
.about-link {margin-top: 15px;}
.about-link a {color: #4d4d4d;}
.about-link a i {min-width: 30px; display: inline-block;}

.round-buton:hover {
    color: #4d4d4d;
}
.round-buton::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -85px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border: 1px solid 
    #ff2a00;
    margin: auto;
    border-radius: 42px;
}
.office .office-tel {
    display: block;
    font-size: 40px;
    font-size: 2rem;
    font-weight: 700;
    padding: 48px 0;
    padding: 3rem 0;
    text-decoration: none;
    line-height: 1;
    color: #4d4d4d;
}

p small {font-size: 80%;}

/*--- Footer ---*/
footer {background: #4d4d4d; padding: 50px 0px; width: 100%; color: #fff; }
footer h5, footer ul {width: 100%;}
footer .footer-link {margin: 40px auto 50px; display: inline-block;}
footer a.link {color: #fff;}
footer a.link:hover {color: #fff;}
footer ul li {margin: 0px 20px;}
footer ul li a i {font-size: 32px; color: #fff; line-height: 35px; }


.section {width: 100%; height: 100vh; display: inline-block; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; opacity: 0; visibility: hidden; background-color: transparent; }
.section.active {opacity: 1; visibility: visible; }


