@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Lato:wght@700&display=swap');
/* font-family: 'Inter', sans-serif;
font-family: 'Lato', sans-serif; */

body {
	font-family: 'Arialregular';
	background-color: #fff;
	color: #444444;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: 24px;
	line-height: 30px;
	color: #444444;
	margin: 0;
}
p a {
	text-decoration: none;
	color: inherit;
}

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

ul li,
ol li {
	font-size: 24px;
	line-height: 36px;
	color: #3A3A3A;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #EE0022;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

/*common style*/
.main-title {
	font-family: 'BodoniSvtyTwoITCTTBold';
	font-size: 48px;
	line-height: 65px;
	font-weight: 700;
	color: #FFFFFF;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0;
	text-transform: uppercase;
}

.section-title {
	font-family: 'BodoniSvtyTwoITCTTBook';
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #1D1D1D;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.section-small-title {
	font-family: 'Arialregular';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #444444;
}

.section-small-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

/*common style*/

/* buttons */
.btn-white {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height: 22px;
	border: 5px solid #FFFFFF;
	background-color: transparent;
	padding: 18px 36px;
	text-transform: uppercase;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
}

.btn-white:hover {
	background-color: #fff;
	color: #000000;
	border: 5px solid #FFFFFF;
}

/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.navbar {
	width: 100%;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: block;
	padding: 0;
}

.h-logo {
	padding: 44px 0 73px 0;
	text-align: center;
}

.navbar-brand {
	display: block;
	margin: 0;
	padding: 0;
}

.h-sign-up {
	padding: 15px 0 18px 0;
	background-color: #333333;
	/* position: relative; */
	text-align: center;
}

.h-sign-up p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #F2F2F2;
}

.h-sign-up a {
	/* display: block; */
	font-weight: 800;
}

.h-menu {
	border-bottom: 1px solid #DDDDDD;
	padding: 18px 0 17px 0;
}

header .h-menu {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

header.header-sticky .h-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	padding: 28px 0;
}

.h-menu .navbar-collapse {
	display: flex;
	align-items: center;
	justify-content: center;
}

.h-menu .navbar-nav .nav-item .nav-link {
	font-family: 'Arialregular';
	padding: 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1.5px;
	color: #000000;
	text-transform: uppercase;
}

.h-menu .navbar-nav .nav-item .nav-link:focus,
.h-menu .navbar-nav .nav-item .nav-link.active,
.h-menu .navbar-nav .nav-item .nav-link:hover {
	color: #EE0022;
	text-decoration: none;
}

.h-menu .navbar-nav .nav-item {
	margin: 0 22px;
}

.h-menu .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.h-menu .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/*banner start*/
.banner-wrp {
	position: relative;
}

.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(74px,48px);
	-webkit-transform: translate(74px,48px);
	-moz-transform: translate(74px,48px);
	-ms-transform: translate(74px,48px);
	-o-transform: translate(74px,48px);
}

.banner-image {
	margin: 15px 53px 0 53px;
	position: relative;
}

.banner-image::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(banner.png);
}

.banner-image img {
	width: 100%;
	height: 509px;
	object-fit: cover;
}

.banner-main {
	text-align: center;
}

.banner-main .main-title {
	max-width: 513px;
	width: 100%;
}

.banner-btn {
	padding-top: 40px;
}

.banner-btn .btn-white {
	padding: 12px 59px;
}
/*banner end*/

/*logo section start*/

.logo-slider {
	padding: 82px 0;
}

.logo-slider .logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px;
	height: 100px;
}

.logo-slider .logo-item a {
	display: block;
	
}

.logo-slider .slick-arrow {
	display: none !important;
}
/*logo section end*/

/*about section start*/
.about-wrp {
	padding: 20px 0 71px 0;
}

.about-main .about-right span {
	font-family: 'arialbold';
}

.about-left {
    margin-left: 130px;
}

.about-main .about-right {
	position: relative;
	margin: 0 0 0 10px;
}

.about-main .about-right p {
	line-height: 38px;
}

.about-main .about-right::before {
	content: "";
	position: absolute;
	top: -25px;
    left: -39px;
	background-image: url("../images/about-shape-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 46px;
}

.about-main .about-right::after {
	content: "";
	position: absolute;
	bottom: -25px;
    right: -39px;
	background-image: url("../images/about-shape-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 41px;
    height: 46px;
}

.about-left .section-small-title {
	position: relative;
	display: inline-block;
	margin-left: 10px;
    margin-top: 13px;
}

.about-left .section-small-title::before {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-size: 19px;
	font-weight: 900;
	position: absolute;
	top: 3px;
	right: -21px;
	width: 16px;
	height: 9px;
}
/*about section end*/

/*spotlight section start*/

.spotlight-wrp {
	padding: 71px 0 0 0;
}

.spotlight-main .row {
	margin: 0 -6px;
}

.spotlight-main .row > * {
	padding: 0 6px;
}

.spotlight-title {
	padding: 0 0 83px 0;
}

.spotlight-title .section-small-title {
	padding: 16px 0 0 0;
}

.spotlight-main .spotlight-block {
	height: calc(100% - 69px);
	margin-bottom: 69px;
}

.spotlight-block .detail {
	max-width: 326px;
	margin: 0 auto;
	padding-top: 15px;
}

.spotlight-block .detail h5 {
	font-family: 'arialbold';
	font-size: 25px;
	line-height: 30px;
	color: #212427;
	margin: 0;
}

.spotlight-block .detail p {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	padding: 5px 0 10px 0;
}

.spotlight-block .detail a {
	display: block;
	font-family: 'arialbold';
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	max-width: 169px;
	text-decoration: none;
	border-bottom: 3px solid #444444;
	margin: 0 auto;
}

.spotlight-block .detail a:hover {
	color: #EE0022;
	border-bottom: 3px solid #EE0022;
}
/*spotlight section end*/

/*location section start*/
.location-wrp {
	padding: 0 0 50px 0;
}

.location-main {
	margin: 0 9px;
}

.location-main .section-small-title {
	padding: 16px 0 50px 0;
}

.location-left .btn-white {
	border: 5px solid #333333;
	color: #333333;
	padding: 13px 49px;
	margin-top: 25px;
}

.location-left .btn-white:hover {
	background-color: #333333;
	color: #fff;
	
}

.location-left .map {
	margin: 0 6px 0 0;
}

.location-left .map iframe {
	width: 100%;
}

.location-table .block span,
.location-table .block p {
	font-family: 'Arialregular';
	font-size: 20px;
	line-height: 30px;
	color: #444444;
}

.location-right {
	margin: 0 0 0 -18px;
}

.location-table .block {
	display: flex;
	align-items: center;
	padding-bottom: 22px;
}

.location-main .row {
	margin: 0 -48px;
}

.location-main .row > * {
	padding: 0 48px;
}

.location-main .section-title {
	text-transform: uppercase;
}
/*location section end*/

/*get in touch start*/

.get-in-touch-wrp {
	padding: 50px 0 82px 0;
}

.get-in-touch-main {
	margin: 0 9px;
}

.get-in-touch-main > .row {
	margin: 0 -35px;
}

.get-in-touch-main > .row > * {
	padding: 0 35px;
}

.get-in-touch-form .form-group {
	margin-bottom: 20px;
}

.get-in-touch-form .form-group .form-label {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 18px;
	color: #555555;
	margin-bottom: 13px;
}

.get-in-touch-form .form-group .form-control {
	border-radius: 0px;
	border: 1px solid #EBEBEB;
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	resize: none;
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 18px;
	color: #555555;
	padding: 19px 10px;
}

.get-in-touch-form .form-group .form-control:focus {
	box-shadow: none;
}

.get-in-touch-form .btn-white {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 22px;
	background-color: #333333;
	color: #fff;
	border: 3px solid #333333;
	padding: 15px 33px;
	margin: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	margin-top: 5px;
}

.get-in-touch-form .btn-white:hover {
	background-color: transparent;
	color: #333333;
	border: 3px solid #333333;
}

.get-in-touch-visit {
	margin-bottom: 32px;
}

.get-in-touch-visit .detail p {
	font-family: 'arialbold';
	color: #1D1D1D;
}

.get-in-touch-visit .section-small-title {
	line-height: 34px;
}

.get-in-touch-visit a,
.get-in-touch-visit .phone,
.get-in-touch-visit .email {
	font-size: 20px;
	line-height: 34px;
	color: #444444;
	text-decoration: none;
}

.get-in-touch-visit .email a {
	border-bottom: 1px solid #444444;
}

.get-in-touch-visit a:hover {
	color: #EE0022;
}

.get-in-touch-visit .email a:hover {
	border-bottom: 1px solid #EE0022;
}

.get-in-touch-left .section-small-title {
	padding: 23px 0 14px 0;
}

.get-in-touch-left .section-title {
	text-transform: uppercase;
}

.get-in-touch-form .row {
	margin: 0 -10px;
}

.get-in-touch-form .row > * {
	padding: 0 10px;
}
/*get in touch end*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #FBFBFB;
	padding-top: 70px;
}

.footer-main {
	margin: 0 10px;
}

.footer-top {
	padding: 0 0 140px 0;
}

.footer-title {
	padding: 0 0 29px 0;
}

.footer-title h5 {
	font-family: 'arialbold';
	font-size: 12px;
	line-height: 14px;
	color: #1D1D1D;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
}

.footer-block ul {
	margin: 0;
	padding: 0;
}

.footer-block ul li a:hover {
	color: #EE0022;
}

.footer-block ul li a,
.footer-block ul li {
	font-family: 'Arialregular';
	list-style: none;
	font-size: 16px;
	line-height: 28px;
	color: #1D1D1D;
}

.footer-email .form-control {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 22px;
	color: #555555;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #1D1D1D;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	padding: 12px 10px 12px 0;
}

.footer-email .form-control:focus {
	box-shadow: none;
}

.footer-email .form-control::placeholder {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 22px;
	color: #555555;
}

.footer-bottom {
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #E8E8E8;
}

.footer-bottom-left {
	display: flex;
	align-items: center;
}

.footer-bottom-left .social-media {
	padding-left: 95px;
}

.footer-bottom-left .social-media ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-bottom-left .social-media ul li {
	list-style: none;
	margin: 0 15px;
}

.footer-bottom-left .social-media ul li a:hover {
	opacity: 0.8 ;
}

.footer-bottom-left .social-media ul li:first-child {
	margin-left: 0;
}

.footer-bottom-left .social-media ul li:last-child {
	margin-right: 0;
}

.footer-bottom-left .detail ul {
	display: flex;
	align-items: center;
}

.footer-bottom-left .detail ul {
	padding: 0;
	margin: 0;
}

.footer-bottom-left .detail ul li {
	margin: 0 5px;
}

.footer-bottom-left .detail ul li:first-child {
	margin-left: 0;
}

.footer-bottom-left .detail ul li:last-child {
	margin-right: 0;
}

.footer-bottom-left .detail p,
.footer-bottom-left .detail ul li {
	list-style: none;
	font-family: 'Arialregular';
	font-size: 14px;
	line-height: 28px;
	color: #1D1D1D;
}

.footer-bottom-right ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.footer-bottom-right ul li {
	list-style: none;
	margin: 0 8px;
}

.footer-bottom-right ul li:first-child {
	margin-left: 0;
}

.footer-bottom-right ul li:last-child {
	margin-right: 0;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*gallery section start*/

.gallary-wrp {
	padding: 52px 0;
}

.gallary-section {
	overflow: hidden;
}

.gallary-section #filters {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 63px 0;
}

.gallary-section #filters li {
	list-style: none;
	margin: 0 8px;
}

.gallary-section #filters li a:hover,
.gallary-section #filters li a.active {
	background-color: #333333;
	color: #F2F2F2;
}

.gallary-section #filters li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	padding: 8px 0;
	color: #333333;
	border: 1px solid #333333;
	width: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.gallary-section #filters li:first-child {
	margin-left: 0;
}

.gallary-section #filters li:last-child {
	margin-right: 0;
}

.gallary-section .element-item .detail {
	text-align: center;
}

.gallary-section .element-item .detail p {
	padding: 16px 0 14px 0;
}

.gallary-section .element-item .detail span,
.gallary-section .element-item .detail p {
	font-family: 'Arialregular';
	font-size: 16px;
	line-height: 18px;
	color: #1D1D1D;
}

.gallary-section .element-item .detail span {
	display: block;
	font-family: 'arialbold';
}

.gallary-section .image {
	height: calc(100% - 46px);
	margin-bottom: 46px;
}

.gallary-section .load_more .btn {
    font-size: 20px;
    line-height: 24px;
    padding: 11px 21px;
	background-color: transparent;
	border: 5px solid #333333;
	color: #333333;
}

.gallary-section .row {
	margin: 0 -12px;
}

.gallery-section .row > * {
	padding: 0 12px;
}

.gallary-section .section-title {
	padding-bottom: 16px;
}

.carouselTicker__item {
	border: none !important;
}

.logo-slider .carouselTicker__item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px;
}

.carouselTicker__wrap .carouselTicker__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.navbar-brand {
	max-width: 209px;
	width: 100%;
}