/*
Theme Name: Klassic
Theme URI: Brainium
Author: Brainium Information Technologies Pvt. Ltd.
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/* transition: all 0.3s ease-in; */
}

p,
span,
ul,
li,
ol,
strong,
div,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	/* font-family: 'Playfair Display', serif; */
}

h1 {
	font-size: 50px;
	line-height: 48px;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	color: #111648;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #077E98;
}

img {
	max-width: 100%;
}

h2.all-sub-title {
	font-size: 42px;
	font-weight: 400;
}

h2.all-sub-title strong {
	font-weight: 600;
}

a {
	text-decoration: none;
}

/*
html {
    overflow: hidden;
    height: 100%;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    perspective: 1px;
    transform-style: preserve-3d;
}
*/
/* ::-webkit-scrollbar {
    width: 3px;
    height:5px;
    background: transparent;
    background: #0d121d;
}
::-webkit-scrollbar-track {
    border-radius: 15px;
}
::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #0d121d;
} */
@media (min-width: 1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1300px;
	}
}

/* html {
    scroll-behavior: smooth;
  } */
body {
	/* padding: 0px 7px; */
}

body {
	overflow-x: hidden;
}

/* header */
header {
	/* background: #fff; */
	/*    padding: 10px 0;*/
	/* position: sticky; */
	position: sticky;
	top: 0;
	z-index: 999;
}

.header_top_info {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.header_top_info a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #002A3A;
	text-decoration: none;
	transition: all 0.3s ease-in;
}

.header_top_info a:hover {
	color: #002A3A;
}

.navbar {
	align-items: center;
	justify-content: space-between;
}

.navBlock ul li {
	margin: 10px 16px;
}

.navBlock ul li a {
	/* font-family: "Poppins", sans-serif; */
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #002A3A;
	transition: all 0.3s ease-in;
}

.navBlock ul li a.active,
.navBlock ul li a:hover {
	color: #FE5000;
}

.header_top_right a {
	color: #05C3DE;
	/* font-family: "Poppins", sans-serif; */
	font-family: "Poppins", sans-serif;
}

.logoBg {
	flex: 0 150px;
	position: relative;
}

.header_outer_top {
	background: #fff;
}

.navbar {
	align-items: flex-start;
}

.header_info {
	padding: 15px 0px;
}

.social_content {
	display: flex;
	gap: 4px;
}

.social_content a {
	color: #002A3A;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #002A3A;
	text-align: center;
	border-radius: 50%;
	line-height: 0px;
	margin-left: 0px;
	transition: all 0.3s ease-in;
}

.social_content a:hover {
	color: #fff;
	background-color: #002A3A;
}

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

.homebanner {
	background: url(assets/images/topbg.png) no-repeat center top;
	background-size: cover;
}

.homebanner {
	height: 1060px;
	position: relative;
	/* overflow: hidden; */
	margin-top: -99px;
	z-index: 20;
}

.homebanner video {
	object-fit: cover;
	width: 100%;
	height: 123%;
	position: relative;
	top: 0;
	left: 0;
}

.banner_info {
	position: relative;
}

.homebanner_text {
	position: absolute;
	left: 0px;
	top: 0;
	padding: 15% 0% 0;
	width: 100%;
}

.productsection {

	position: relative;
	margin-top: -5px;
}

.banner_text {
	position: relative;
	z-index: 10;
}

.banner_add {
	position: absolute;
	left: 0px;
	bottom: -252px;
	z-index: 120;
	width: 425px;
}

.banner_add_sepopt {
	position: absolute;
	left: 360px;
	bottom: 119px;
	width: 127px;
}

.container {
	position: relative;
}

.banner_des {
	border-left: 1px solid #002A3A;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #002A3A;
	position: absolute;
	right: 0px;
	top: 31px;
	width: 250px;
	padding-left: 20px;
}

.downarrow {
	position: absolute;
	right: 0px;
	top: 92%;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	/* identical to box height, or 10px */
	text-align: right;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	/* White */
	color: #FFFFFF;
	display: flex;
	align-items: center;
	z-index: 100;
	cursor: pointer;
}

.downarrow a {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 13px 9px;
	width: 36px;
	height: 60px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-left: 13px;
	box-shadow: 0px 0px 5px #00000042;
	transition: all 0.3s ease-in;
}

.bginfo {
	background: url(assets/images/bluebackground.png) repeat;
}

.aboutinfo {
	/* background: url(assets/images/bluebackground.png) repeat ; */
	padding: 220px 0 150px;
	position: relative;
	z-index: 100;
}

.about_content_add {
	padding: 34px 0 0;
}

.about_content_add {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prod_add {
	width: 39%;
	margin: 1%;
	position: relative;
}

.ins_pic_opt {
	position: absolute;
	left: 5%;
	top: 5%;
}

.prod_add:nth-child(1) {
	top: 100px;
}

.proj_add {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
	border: 6px solid #FFFFFF;
	box-shadow: 0px 56.4528px 56.4528px -28.2264px rgb(0 42 58 / 50%);
	border-radius: 30px;
}

.whoweare_des {
	padding: 202px 0 0;
}

.whoweare_des h3 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.whoweare_des {
	padding: 190px 0 0;
	text-align: center;
	max-width: 1033px;
	margin: 0px auto;
}

.whoweare_des p {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 145%;
	text-align: center;
	/*color: #002A3A;*/
	color: #fff;
}

.heading_opt {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	padding: 20px 0 0;
}

.heading_opt a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.heading_opt a {
	padding: 16px 0px;
}

.aboutinfo_add {
	position: relative;
	background: url(assets/images/bluebackground.png) repeat;
	/* z-index: 1; */
	/* overflow: hidden;
    height: 500px; */
}

/* .aboutinfo_add video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    bottom: 0;
    left: 0;
} */
/*  */
.line {
	position: relative;
}

.line-mask {
	position: absolute;
	top: 0;
	right: 0;
	/* background: url(assets/images/bluebackground.png) no-repeat 0 0 !important; */
	opacity: 0.65;
	height: 100%;
	width: 100%;
	z-index: 2;
	filter: opacity(0.5);
}

/*  */
.heading_opt.showmobile_sep {
	display: none;
}

.aboutinfo_des {
	position: relative;
	z-index: 10;
	padding-bottom: 669px;
}

.aboutinfo_add video {
	object-fit: cover;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bluebackground_top {
	position: absolute;
	top: -8%;
	width: 100%;
}

.bluebackground_top img {
	width: 100%;
}

.bluebackground_bottom {
	position: absolute;
	bottom: -102px;
	width: 100%;
}

.bluebackground_bottom img {
	width: 100%;
}

.productsection {
	background: #0d121d;
	padding: 100px 0px;
	position: relative;
}

.productsection:after {
	position: absolute;
	right: 3%;
	bottom: 39%;
	contain: "";
	content: "";
	background: url(assets/images/Klassic_doted.png) no-repeat center top;
	background-size: 100%;
	width: 210px;
	height: 90px;
}

.product_add_item::nth-of-type(odd) {}

.product_add_item:nth-of-type(even) {
	/* background-color:#fff; */
	flex-direction: row-reverse;
}

.product_add_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	position: relative;
}

.product_text {
	flex: 0 45%;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.product_text p {
	color: #FFFFFF;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: 200%;
}

.product_text h2 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-feature-settings: 'liga' off;
	color: #FFFFFF;
}

.product_img {
	flex: 0 48%;
	position: relative;
}

.product_img .product_sep {
	position: absolute;
	right: -68px;
	bottom: -54px;
}

.product_add_item:nth-of-type(even) .product_img .product_sep {
	position: absolute;
	left: -50px;
	bottom: -85px;
	right: inherit;
}

.product_wrap {
	max-width: 1070px;
	margin: 0px auto;
}

.product_img img {
	width: 100%;
}

.product_add_item:nth-child(3) .product_sep {
	bottom: 51px;
	right: -94px;
}

.ourproduct_view {
	background: #fff;
	padding: 70px 0px;
}

.ourproduct_topcont {
	text-align: center;
	position: relative;
}

.ourproduct_topcont h2 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #002A3A;
	position: absolute;
	top: 45%;
	left: 1%;
}

.ourproduct_tabsection .nav-link {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #002A3A;
	transition: all 0.3s ease-in;
}

.ourproduct_tabsection .nav-tabs {
	border-bottom: 0px;
	text-align: center;
	justify-content: center;
	padding: 30px 0 0;
}

.ourproduct_tabsection .nav-tabs .nav-link {
	outline: 0px !important;
	background: transparent !important;
	border: 0px !important;
	border-bottom: 2px solid transparent !important;
}

.ourproduct_tabsection .nav-tabs .nav-link.active,
.ourproduct_tabsection .nav-tabs .nav-link:hover,
.ourproduct_tabsection .nav-tabs .nav-item.show .nav-link {
	background-color: transparent;
	border-color: transparent;
	color: #FE5000 !important;
	border-bottom: 2px solid #FE5000 !important;
}

.product_item_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0;
}

.product_item_add {
	background: #FAFAFA;
	box-shadow: inset -2px -2px 0px #ffffff;
	padding: 20px;
	text-align: center;
	flex: 0 33.3%;
}

.product_item_add h3 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #002A3A;
	padding: 30px 0 0 0
}

.product_item_add h3 a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #002A3A;
}

.product_item_add p {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #002A3A;
}

.product_item_img {
	position: relative;
}

.prod_hover {
	position: absolute;
	left: 17%;
	top: 0px;
	z-index: 100;
	/* width: 100%; */
	opacity: 0;
}

.product_item_img:hover .prod_hover {
	opacity: 1;
}

.ourproduct_view .heading_opt a {
	color: #002A3A
}

.ourproduct_info .heading_opt {
	margin: 30px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: transparent;
}

.our_partners_info {
	display: flex;
	justify-content: space-between;
	max-width: 1045px;
	margin: 0px auto;
	align-items: center;
	flex-direction: column;
}

.heading_info2 h2 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 110%;
	color: #002A3A;
}

.heading_info2 h2 span {
	display: block;
}

.heading_info2 {
	flex: 0 46%;
}

.our_partners_add {
	/* flex: 0 50%;
	width: 43%; */
}

.our_partners_add img {
	/* margin-left: 30px; */
}

.our_partners {
	margin-bottom: 100px;
}

.followusinfo {
	margin-bottom: 100px;
	/*padding-top: 50px;*/
}

.followusinfo h2 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	color: #002A3A;
}

.followusinfo .our_partners_info {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0px auto;
	flex-direction: column;
	text-align: center;
}

.followusinfo .our_partners_info h2 {
	margin-bottom: 15px;
}

.followusinfo .our_partners_info h2 span {
	display: block;
}

.followusinfo .social_content a {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	margin: 0px 2px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	transition: all 0.3s ease-in;
}

.followusinfo .social_content {
	margin: 20px 0 28px;
}

.followusinfo .social_content a:hover {
	background-color: #FE5000;
	border-color: #FE5000;
}

.followusinfo .heading_opt a {
	color: #002A3A
}

.followusinfo p {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #002A3A;
}

.footer_outer {
	background: #060D1B;
	padding: 0px 0px 30px;
}

/*  */
.flip-box {
	background-color: transparent;
	width: 100%;
	height: 350px;
	perspective: 1000px;
	/* Remove this if you don't want the 3D effect */
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.no_flip_img .flip-box:hover .flip-box-inner {
	transform: rotateY(0deg) !important;
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in;


}

.flip-box-front {
	/* background-color: #bbb; */
	color: black;
}

/* Style the back side */
.flip-box-back {
	transform: rotateY(180deg);
	/* opacity: 0; */
}

.product_item_add {
	transition: all 0.5s ease-in;

}

/* .product_item_add:hover .flip-box-front{
	opacity: 0;
}
.product_item_add:hover .flip-box-back{
	opacity: 1;
} */
/*  */
.productsection {
	position: relative;
	z-index: 1;
}

.ourproduct_topcont {
	/* position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100vh; */
}

.gmglogo_info {
	padding: 60px 0 16px;
}

.footer_cont {
	display: flex;
	padding: 30px 0 0;
}

.footer_cont h3 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	/* identical to box height, or 18px */
	letter-spacing: 0.02em;
	/* White */
	color: #FFFFFF;
}

.footer_cont p {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	/* or 18px */
	letter-spacing: 0.02em;
	/* White */
	color: #FFFFFF;
}

.footer_cont_info {
	flex: 0 46%;
}

.copy_right_info {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
	align-items: baseline;
}

.copy_right_text {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	/* identical to box height, or 18px */
	letter-spacing: 0.02em;
	/* White */
	color: #FFFFFF;
}

.copy_right_text a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	/* identical to box height, or 18px */
	letter-spacing: 0.02em;
	/* Klassic Cyan */
	color: #05C3DE;
	transition: all 0.3s ease-in;
}

.copy_right_link ul {
	display: flex;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.copy_right_link ul li {
	margin-left: 15px;
}

.copy_right_link ul li a {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #05C3DE;
	transition: all 0.3s ease-in;
}

.footer_outer a:hover {
	color: #FE5000;
}

/* .product_sep {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 15.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
}
 */
.our_partners_info {
	max-width: initial !important;
}

.owl-carousel.owl-theme {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.followusinfo .social_content a {
	line-height: inherit !important;
	display: flex;
	align-items: center;
	text-align: center;
}

.social_content {
	display: flex;
	justify-content: center;
}

.wave2 img {
	position: relative;
	margin-top: -7px;
}





@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate(1px, 0px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		-webkit-transform: translate(0px, 2px) rotate(0deg);
	}

	40% {
		-webkit-transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		-webkit-transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		-webkit-transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		-webkit-transform: translate(2px, 1px) rotate(-1deg);
	}

	80% {
		-webkit-transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		-webkit-transform: translate(1px, 1px) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(1px, 0px) rotate(0deg);
	}
}

.downarrow {
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}

.ourproduct_topcont,
.prod_pic {
	/* -webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate; */
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-7px);
	}
}

.our_partners_info {
	position: relative;
	margin-top: 30px !important;
}

.footer_addimg {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.footer_addimg img {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 15.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
}

.moreprod_info .product_item_wrap {
	padding: 0px;
}

div#moreText {
	display: none;
}

.prod_add {
	cursor: pointer;
}

.showmobile_sep {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

.bluebackground_bottom {
	display: none;
}

.moblink {
	display: none;
}

.moblink2 {
	display: none;
}

.def_linkopt,
.def_linkopt2 {
	position: relative;
}

.def_linkopt:after,
.def_linkopt2:after {
	content: "";
	position: absolute;
	left: -13px;
	top: 18px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.def_linkopt:before,
.def_linkopt2:before {
	content: "";
	position: absolute;
	right: -13px;
	top: 18px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.def_linkopt:hover {
	color: #002A3A;
}

/* .def_linkopt:hover:after {
    background: #002A3A;
}
.def_linkopt:hover:before {
    background: #002A3A;
} */
.def_linkopt2:after {
	background: #002A3A;
}

.def_linkopt2:before {
	background: #002A3A;
}

/* .def_linkopt2:hover{color: #FE500;} */
.heading_info2 {
	flex: 0 72% !important;
}

a {
	text-decoration: none !important;
}

.our_partners_add .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0px auto;
}

.our_partners_add .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -38px;
	left: 0px;
}

.wave2 img {
	width: 100%;
}

.followusinfo .our_partners_add {
	flex: 100%;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	border: 0px;
	outline: 0px;
}

.mobPrivacy {
	display: none;
}

.mobilelogoopt {
	display: none;
}

button.navbar-toggler {
	border: 0px;
	outline: 0px;
	box-shadow: 0px 0px 0px transparent;
	transition: all 0.3s ease-in;
}

button.navbar-toggler {
	border: 0px;
	outline: 0px;
	box-shadow: 0px 0px 0px transparent;
	transition: all 0.3s ease-in;
}

.scrolled .header_info {
	background: #0d121d;
	border-radius: 6px 6px 0 0;
}

.scrolled .social_content a {
	color: #fff;
	border: 1px solid #fff;
}

.scrolled .navBlock ul li a {
	color: #fff;
}

img.hoverheaderlogo {
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 11px;
	/* width: 96px; */
}

.scrolled img.hoverheaderlogo {
	opacity: 1;
}

.scrolled .desktoplogo {
	opacity: 0;
}

ul#myTab {
	flex-wrap: inherit;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}

.mobbg_weve {
	display: none;
}

/*  */
.inner_content_des {
	margin: 80px 14%;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	/* or 24px */
	letter-spacing: 0.02em;
	color: #000000;
}

.inner_content_des h3 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.inner_content_des p {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
	padding: 0px 0 15px;
	margin: 0px;
}

.inner_content_des ul {
	padding: 0px;
	margin: 0px 0px 15px;
}

.mobimg {
	display: none
}

.fade-in-section {
	opacity: 0;
	transform: translateY(20vh);
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 1.2s ease-out;
	will-change: opacity, visibility;
}

.fade-in-section.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}


/*bounce up animation for the subject*/

.bounce-up .subject {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bounce-up.in-view .subject {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}







/*  */
.body-wrapper {
	/* height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 5px; */
}

.parallax2 {
	position: relative;
	min-height: 300px;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	z-index: -1;
}

.parallax2>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	background-position: center;
	background-size: cover;
	filter: contrast(1.2);
}

.parallax2>h2 {
	position: relative;
	z-index: 1;
}

.parallax2 .background {
	transform: translateZ(-6px) scale(2) rotate(-5deg);
	opacity: 0.6;
}

.parallax2 .foreground {
	transform: translateZ(-5px) scale(1.5) rotate(2deg);
	opacity: 0.8;
	width: 50%;
}

.addpic {
	/* The image used */
	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.privacy_policy_banner h1 {
	font-family: 'Playfair Display', serif !important;
	text-transform: uppercase;
}

.privacy_policy_banner h1 span {
	margin-left: 225px;
}


@media (min-width:1400px) {

	.homebanner video {

		/* height: 100%; */

	}

	.aboutinfo_des {
		padding-bottom: 682px;
	}

	.homebanner {
		height: 926px;
		position: relative;
		margin-top: -99px;
		z-index: 20;
	}

	.bluebackground_top {
		top: -10%;
	}
}


@media (min-width:2000px) {
	.homebanner_text {
		padding: 11% 0 0;
	}

	.homebanner video {
		height: 100vh;
	}

	.aboutinfo {
		padding: 13% 0 8%;
	}

	.bluebackground_top img {
		padding: 20% 0 0;
	}

	.bluebackground_top {
		top: -10%;
		overflow: hidden;
		height: 500px;
	}

	.aboutinfo_des {
		padding-bottom: 873px;
	}
}

/*  */
@media (max-width:1400px) {
	.aboutinfo_des {
		padding-bottom: 500px;
	}

	.aboutinfo {
		/* padding: 118px 0 84px; */
		padding: 80px 0 100px;
		position: relative;
		z-index: 100;
	}

	.aboutinfo_des {
		padding-bottom: 502px;
	}
}

.navbar-toggler-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

@media (max-width:1199px) {
	.aboutinfo_des {
		padding-bottom: 400px;
	}

	.homebanner_text {
		padding: 25% 0% 0;
	}

	.homebanner {
		height: 845px;
	}

	.banner_add {
		bottom: -187px;
		width: 325px;
	}

	.banner_add_sepopt {
		position: absolute;
		left: 258px;
		bottom: 83px;
		width: 128px;
	}

	.product_img .product_sep {
		right: -32px;
		bottom: -20px;
		width: 137px;
	}

	.product_add_item:nth-of-type(even) .product_img .product_sep {
		width: 137px;
		left: -21px;
		bottom: -36px;
		right: inherit;
	}

	.product_add_item:nth-child(3) .product_sep {
		bottom: 51px;
		right: -37px;
	}

	.heading_info2 h2 {
		font-size: 26px;
	}

	.followusinfo h2 {
		font-size: 26px;
	}

	.whoweare_des p {
		font-size: 32px;
		line-height: 142%;
	}

	.aboutinfo_add {
		/* height: 364px; */
	}

	.social_content a {
		width: 34px;
		height: 34px;

		line-height: 34px;

	}

	.navBlock ul li {
		margin: 10px 8px;
	}

	.aboutinfo {
		padding: 38px 0 0;

	}

	.owl-carousel.owl-theme .item {
		width: 25%;
		text-align: center;
	}

	.privacy_policy_banner h1 span {
		margin-left: 0;
	}
}

@media (max-width:990px) {
	.bluebackground_top {
		position: absolute;
		top: -34%;
		width: 100%;
	}

	.mobilelogoopt {
		display: block;
		transition: all 0.3s ease-in;
	}

	.social_content {
		display: none;
	}

	.our_partners_add .social_content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.followusinfo .social_content a {
		margin: 0px 10px 10px;
	}

	.homebanner_text {
		/* padding: 136px 0 0; */
	}

	.homebanner {
		height: 625px;
	}

	.banner_add {
		bottom: -136px;
		width: 243px;
	}

	.banner_add_sepopt {
		position: absolute;
		left: 194px;
		bottom: 65px;
		width: 106px;
	}

	.whoweare_des p {
		font-size: 28px;
		line-height: 142%;
	}

	.product_img .product_sep {
		right: -22px;
	}

	.productsection {
		margin-top: -5px;
	}

	.product_add_item:nth-of-type(even) .product_img .product_sep {
		left: -21px;
	}

	.product_add_item:nth-child(3) .product_sep {
		right: -30px;
	}

	.product_text h2 {
		font-size: 15px;
	}

	.productsection {
		padding: 30px 0px;
	}

	.product_add_item {
		padding: 35px 0;
	}

	.ourproduct_view {
		background: #fff;
		padding: 60px 0;
	}

	.ourproduct_tabsection .nav-link {
		padding: 0.5rem 10px;
	}

	.flip-box {
		height: 225px;
	}

	.followusinfo {
		margin-bottom: 60px;
		padding-top: 0;
	}

	.our_partners_add img {
		margin-left: 6px;
	}

	.our_partners_add {
		display: flex;
		align-items: center;
	}

	.heading_info2 h2 {
		font-size: 18px;
	}

	.followusinfo h2 {
		font-size: 18px;
	}

	.footer_addimg {
		width: 144px;
	}

	.copy_right_text a {
		font-size: 11px;
	}

	.copy_right_text {
		font-size: 11px;
	}

	.copy_right_link ul li {
		margin-left: 10px;
	}

	.copy_right_link ul li a {
		font-size: 11px;
	}

	.ourproduct_topcont h2 {
		top: 56%;
	}

	.banner_des {
		top: -4px;
		width: 231px;
	}

	button.navbar-toggler {
		background: #05C3DE !important;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		line-height: inherit;
		text-align: center;
		padding: 0px;
		color: #fff;
		position: absolute;
		right: 0;
		top: 0px;
	}

	.homebanner {
		/* margin-top: -186px; */
	}

	/* div#navbarNavDropdown {
            position: absolute;
            top: 48px;
            background: #002a3a;
            width: auto;
            height: auto;
            right: 0;
        }
        div#navbarNavDropdown li a {
            color: #fff;
        } */
	.mobilelogoopt {
		position: absolute;
		left: 23px;
		top: 17px;
		width: 109px;
	}

	.logoBg {
		flex: 0 110px;
		position: relative;
		/* z-index: 10; */
	}

	header .navbar-toggler[aria-expanded="true"] i {
		display: none;
		transition: all 0.3s ease-in;
	}

	header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
		content: "\2715";
		position: absolute;
		z-index: 21;
		left: 14px;
		top: 6px;
		font-size: 20px;
		font-weight: 400;
		transition: all 0.3s ease-in;
	}

	button.navbar-toggler[aria-expanded="true"] {
		background: #05C3DE !important;
		z-index: 100;
		transition: all 0.3s ease-in;
	}

	div#navbarNavDropdown {
		position: fixed;
		top: 46px;
		background: #0d121d;
		width: auto;
		height: 94vh;
		right: 0;
		left: 0;
		bottom: 0;
		padding-top: 150px;
		overflow: auto;
		border-radius: 6px 6px 0 0;
		transition: all 0.3s ease-in;
	}

	.navBlock ul li {
		margin: 8px 16px;
	}

	div#navbarNavDropdown li a {
		color: #fff;
		font-family: 'Playfair Display', serif;
		font-size: 20px;
		line-height: 25px;
		font-weight: 500;
		letter-spacing: 0;
		transition: all 0.3s ease-in;
		text-transform: none;
	}

	.mobPrivacy {
		transition: all 0.3s ease-in;
		display: block;
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 44px;
		left: 0;
		background: #0d121d;
	}

	.mobPvinn {
		padding: 20px;
		max-width: 720px;
		margin: 0 auto;
		transition: all 0.3s ease-in;
	}

	.mobPrivacy a {
		display: inline-block;
		margin: 0 10px;
		/* font-family: 'Roboto', sans-serif; */
		color: #05c3de;
		font-size: 13px;
		line-height: 20px;
		font-family: "Poppins", sans-serif;
		transition: all 0.3s ease-in;
	}

	.mobContainer {
		max-width: 720px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
	}

	.followusinfo {
		margin-bottom: 101px;
		padding-top: 0;
	}

	button.navbar-toggler {
		top: 4px;
	}

	.trans-hide-mobile {
		display: none !important;
	}

	.aboutinfo_des {
		padding-bottom: 286px;
	}

	.desktoping {
		display: none
	}

	.mobimg {
		display: block
	}

	.whoweare_des {
		padding: 248px 0 0;

	}
}

@media (max-width:767px) {
	/* .homebanner video {
        object-fit: cover;
        width: 100vw;
             height: 69%; 
        position: relative;
        top: 0;
        left: 0;
    } */

	.product_img {
		flex: 100%;

		width: 100%;
	}

	.aboutinfo {
		margin: -1px 0 0px;
	}

	.homebanner {
		background: url(assets/images/bluebackground.png) repeat center top !important;
		background-size: cover;
	}

	.homebanner_text:after {
		content: "";
		width: 100%;
		height: 100%;
		/* background: url(https://bit73.mydevfactory.com/abhisek/gmg/klassic/wp-content/themes/klassic/assets/images/bluebackground_bottom.png); */
		background: url(assets/images/bluebackground_bottom.png) no-repeat center 270px !important;
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.homebanner_text {
		/* position: relative; */
		left: 0px;
		top: 0;
		padding: 17% 3% 0;
		width: 100%;
		/* margin-top: -521px; */
	}

	.aboutinfo {
		padding: 184px 0 0;
		margin: 0 0px;
	}

	.aboutinfo_add {
		top: -1px;
	}

	.container {
		position: relative;
		z-index: 10;
	}

	.banner_text {
		margin-bottom: 10px;
	}

	.homebanner_text {
		padding: 141px 2% 0
	}

	.showmobile_sep {
		display: block;
	}

	.homebanner {
		height: auto;
	}

	.banner_des {
		top: 0;
		width: 231px;
		position: relative;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		padding: 0px !important;
		text-align: center;
		padding: 0px !important;
		border: 0px;
		color: #FFFFFF;
	}

	.followusinfo .social_content a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin: 0px 3px 10px !important;
	}

	.banner_add {
		bottom: 0px;
		width: 282px;
		position: relative;
		margin: 0px auto;
		top: -18px;
	}

	.banner_add_sepopt {
		display: none;
	}

	.downarrow {
		display: none;
	}

	.prod_add:nth-child(1) {
		top: 0px;
	}

	.prod_add:nth-child(1) {
		top: 0px;
		width: 80%;
		margin: 0 auto 0px 3%;
	}

	.prod_add:nth-child(2) {
		top: -100px;
		width: 80%;
		margin: 0 3% 0px auto;
	}

	.prod_add {
		width: 96%;
		margin: 1%;
		position: relative;
	}

	.about_content_add {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.aboutinfo_des {
		padding-bottom: 180px;
	}

	.bluebackground_bottom {
		display: block;
		position: absolute;
		bottom: -15%;
	}

	.aboutinfo_des {
		padding: 34px 0 220px;
	}

	.whoweare_des {
		padding: 34px 0 0;
	}

	.whoweare_des p {
		font-size: 21px;
		line-height: 143%;
	}

	.ourproduct_topcont h2 {
		top: 62%;
	}

	.product_add_item {
		flex-direction: column-reverse;
	}

	.product_img {
		flex: 0 48%;
		position: relative;
		margin-bottom: 60px;
	}

	.productsection:after {
		display: none;
	}

	.product_item_add {
		padding: 15px;
	}

	.product_img .product_sep {
		right: 0px !important;
		width: 97px;
		border: 0px !important;
	}

	.product_add_item:nth-of-type(even) .product_img .product_sep {
		left: inherit;
		width: 97px;
	}

	.product_add_item:nth-child(3) .product_sep {
		bottom: -74px;
	}

	.product_add_item:nth-of-type(even) {
		flex-direction: column-reverse;
	}

	.product_item_add {
		flex: 0 50%;
	}

	.our_partners_info {
		flex-direction: column;
		text-align: center;
	}

	.our_partners_add img {
		margin: 10px 11px;
	}

	.our_partners {
		margin-bottom: 45px;
	}

	.footer_cont {
		flex-direction: column;
		text-align: center;
	}

	.gmglogo_info {
		padding: 30px 0 0;
	}

	.copy_right_info {
		flex-direction: column;
		text-align: center;
	}

	.copy_right_text {
		width: 100%;
		margin-bottom: 15px;
	}

	.copy_right_link {
		text-align: center;
		width: 100%;
	}

	.copy_right_text span {
		display: block;
		margin: 5px 0 0 0;
	}

	.copy_right_link {
		text-align: center;
	}

	.copy_right_link ul {
		justify-content: center;
		width: 100%;
	}

	.wave2 {
		position: relative;
		top: -5px;
	}

	.heading_info2 h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.footer_addimg {
		width: 97px;
		bottom: -119px;
		z-index: 10;
		right: -12px;
	}

	.gmglogo_info {
		text-align: center;
	}

	.our_partners_add {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_cont p {
		font-size: 10px;
	}

	.copy_right_link ul li a {
		font-size: 10px;
	}

	.copy_right_text a {
		font-size: 10px;
	}

	.flip-box {
		height: 260px;
	}

	.ourproduct_topcont h2 {
		top: 62%;
		display: none;
	}

	.ourproduct_tabsection .nav-tabs {
		border-bottom: 0px;
		text-align: left;
		justify-content: left;
		padding: 0px;
		margin-top: 30px;
		white-space: nowrap;
		display: flex;
		flex-wrap: inherit;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.ourproduct_tabsection .nav-tabs li.nav-item {
		padding-bottom: 10px;
	}

	.product_item_wrap {
		display: flex;
		flex-wrap: wrap;
		padding: 15px 0 0;
	}

	.product_add_item {
		padding: 22px 0;
	}

	.desktoplink {
		display: none;
	}

	.moblink {
		display: block;
	}

	.banner_add {
		padding: 15px 0;
	}

	.desktobg_weve {
		display: none;
	}

	.mobbg_weve {
		display: block;
		position: relative;
		top: 0;
		background: #fff;
	}

	.mobbg_weve img {
		width: 100%;
	}

	.desktoplink2 {
		display: none;
	}

	.moblink2 {
		display: block;
	}

	.mobiletxt.moblink2 img {
		width: 100%;
	}

	.homebanner_text {
		padding: 104px 4% 0;
	}

	.homebanner video {
		object-fit: cover;
		width: 100vw;
		height: 150%;
		position: relative;
		top: 0;
		left: 0;
	}

	.heading_opt.showmobile_sep {
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 2px;
	}

	.aboutinfo {
		padding: 70% 0 0 0;
		margin: 0 0px;
	}

	.our_partners .our_partners_add {
		width: 100% !important;
		margin-bottom: 49px;
	}

	.followusinfo .our_partners_add {
		width: 200px !important;
	}

	.banner_des {
		top: -43px;
	}

	.mobimg {
		display: none;
	}

	.owl-carousel.owl-theme .item {
		width: 31%;
		text-align: center;
	}


}

@media (max-width:400px) {
	.banner_des {
		top: -66px;
	}

	.homebanner video {
		object-fit: cover;
		width: 100vw;
		height: 154%;
		position: relative;
		top: 0;
		left: 0;
	}

	.prod_add:nth-child(2) {
		top: -71px;
	}

	.homebanner {
		height: 316px;
	}

	.flip-box {
		height: 150px;
	}

	.whoweare_des {
		padding: 13px 0 0;
	}

	.aboutinfo_des {
		padding-bottom: 163px;
	}

	.aboutinfo {
		padding: 125% 0 0;
		margin: 0 0px;
	}

	.mobPvinn {
		padding: 20px 5px 0px;
		max-width: 720px;
		margin: 0 auto;
	}

	.mobPrivacy a {
		margin: 0 5px;
		font-size: 10px;
		margin-bottom: 20px;
	}
}



/******************** 04.04.2023 *******************/

.page-template-privacy-policy-temaplate .privacy_policy_banner {
	height: 650px;
	background-size: cover;
	background-position: center;
	margin-top: -90px;
}

.page-template-privacy-policy-temaplate .banner_des {
	color: #002A3A;
	position: absolute;
	right: 0px;
	top: 248px;
	width: 250px;
	padding-left: 20px;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 30px;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div p a {
	color: #000;
	text-decoration: underline !important;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div ul {
	margin-left: 25px;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div ol {
	margin-left: 15px;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div ul li {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
}

.page-template-privacy-policy-temaplate .privacy_policy_banner img {
	margin-top: 235px;
}

.page-template-privacy-policy-temaplate {
	font-family: "Poppins", sans-serif;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.02em;
	color: #000000;
}

.page-template-privacy-policy-temaplate .privacy_policy_main_div a {
	color: #000000;
	font-weight: 700;
}

.page-template-privacy-policy-temaplate table {
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 20px;
}

.page-template-privacy-policy-temaplate ul li::marker {
	font-size: 12px;
}

.page-template-privacy-policy-temaplate table td,
.page-template-privacy-policy-temaplate table th {
	padding: 10px;
}

.privacy_policy_banner h1 {
	font-family: 'Playfair Display', serif;
	padding-top: 230px;
	line-height: 140px;
	font-size: 160px;
}

.page-template-privacy-policy-temaplate h2 {
	font-size: 24px;
	margin-bottom: 20px;
}











@media (max-width:1192px) {

	.privacy_policy_banner h1 {
		padding-top: 220px;
		line-height: 100px;
		font-size: 100px;
	}


}

@media (max-width:767px) {
	.page-template-privacy-policy-temaplate .privacy_policy_banner img {
		margin-top: 150px;
	}

	.page-template-privacy-policy-temaplate .banner_des {
		position: relative;
		right: 0px;
		top: 48px;
		width: auto;
		font-size: 15px;
	}

	.page-template-privacy-policy-temaplate .privacy_policy_banner {
		height: 500px;
		margin-top: -90px;
	}

	.page-template-privacy-policy-temaplate .privacy_policy_main_div {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.privacy_policy_banner h1 {
		padding-top: 140px;
		line-height: 60px;
		font-size: 60px;
	}

	.page-template-privacy-policy-temaplate table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

}





/******************** 04.04.2023 end *******************/

@media screen and (min-width: 992px) {

	.page-template-privacy-policy-temaplate .logoBg {
		margin-right: auto;
	}

	.page-template-privacy-policy-temaplate .navBlock {
		margin: auto;
	}

	.page-template-privacy-policy-temaplate .social_content {
		margin-left: auto;
	}
}




/*contact us page */

.contact_us_banner {
    height: 650px;
    background-size: cover;
    background-position: center;
    margin-top: -90px;
}

.contact_us_banner h1 {
    font-family: 'Playfair Display', serif;
    padding-top: 220px;
    line-height: 140px;
    font-size: 160px;
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase;
}

.contact_us_banner .banner_des {
    color: #002A3A;
    position: absolute;
    right: 0px;
    top: 248px;
    width: 250px;
    padding-left: 20px;
}

.contact_us_banner h1 span {
    display: block;
    text-align: right;
    margin-right:30px;
}

.contact-form-wrapper {
  padding-top:30px;
}

.contact-form-wrapper .contactfrom {
    padding: 40px;
}

.contact-form-wrapper .heading_info2 h2 {
text-align: center;
}
.contact-form-wrapper .heading_info2 p
{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #002A3A;
}

.contact-form-wrapper .def_btn {
    /* padding: 5px 10px; */
    background: #FFFFFF;
    border-radius: 30px;
    padding: 5px 50px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    box-shadow: 0px 0px 5px #00000042;
}

.contact-form-wrapper .def_btn:hover {
    cursor: pointer;
}

.contactfrom label {
  margin-bottom:0px;
}
.contactfrom input:not([type="checkbox"]):not([type="submit"]), .contactfrom textarea {
    height: 50px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
    border-radius: 0;
    padding: 0px;
}

.contactfrom input:focus, .contactfrom select:focus, .contactfrom textarea:focus {
    border-bottom: 1px solid rgb(0 0 0 / 22%);
    box-shadow: none;
}

.contactfrom input:focus ~ label,.contactfrom textarea:focus ~ label {
    opacity:1;
	padding-top:1rem;
}

.contact-form-wrapper .wpcf7-list-item {
 margin:0px;
}

.contact-form-wrapper label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #002A3A;
}

.contact-info-wrap {
   margin-bottom:50px;
}
.contact-info-wrap .heading-wrap .sub_heading {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-info-wrap .heading-wrap h3 {
 text-align: left;
    font-size: 56px;
    font-style: normal;
    font-weight: bold;
    line-height: 90%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.contact-info-wrap .heading-wrap p {
font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #002A3A;
}

.contact-info-wrap .left-tab img {
    border-radius: 25px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.contact-info-wrap .right-tab .info-wrap {
  padding:50px 10px;
}
.contact-info-wrap .right-tab .info-wrap p {
     color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}

.contact-info-wrap .right-tab .info-wrap p > a {
  display:block;
  font-size:20px;
  color:#000;
  margin-top:10px;
}

@media (max-width: 1192px) {
    .contact_us_banner h1 {
        padding-top: 220px;
        line-height: 100px;
        font-size: 100px;
    }

	.contact_us_banner h1 span {
			margin-right:100px;
            text-align: left;
		}
}

@media (max-width: 767px) {

    .contact_us_banner {
        height: 500px;
        margin-top: -90px;
    }

    .contact_us_banner h1 {
        padding-top: 140px;
        line-height: 60px;
        font-size: 60px;
    }

	.contact_us_banner h1 span {
        text-align: left;
	}

	.contact_us_banner .banner_des {
			position: relative;
			right: 0px;
			top: 48px;
			width: auto;
			font-size: 15px;
		}


    .contact-info-wrap .left-tab {
      margin-bottom:50px;  
    }

    .contact-info-wrap .heading-wrap h3 {
    font-size: 36px;
     }
}

/* End of contact us page */