@charset "UTF-8";

:root {
	--primary: #C61F1F;
	--secondary: #FECC04;
	--ftrbg: #030303;
	--white: #fff;
	--black: #000;
	--graytxt: #5B5B5B;
	--red: #E32125;
	--lightgray: #9A9A9A;

	/*---- for home end ---*/
	--h1: 64px;
	--h2: 48px;
	
	--font64: 64px;
	--font55: 55px;
	--font48: 48px;
	--font28: 28px;
	--font26: 26px;
	--font24: 24px;
	--font18: 18px;
	--font20: 20px;
	--font16: 16px;
	--font14: 14px;
	--font12: 12px;


	--weight300: 300;
	--weight400: 400;
	--weight500: 500;
	--weight600: 600;
	--weight700: 700;
	--weight800: 800;
	--weight900: 900;

	--body-font: 'Open Sans', sans-serif;
	--title-font: 'Playfair Display', serif;

}

* {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-family: var(--title-font);
}



body {
	color: var(--black);
	font-size: var(--font18);
	line-height: 1.5;
	font-family: var(--body-font);
	overflow-x: hidden;
	font-weight: var(--weight400);
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
a {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
a:hover {
	color: var(--primary);
}
button::-moz-focus-inner {
	outline: 0;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style-type: none;
	text-decoration: none;
}

::selection {
	background: var(--primary);
	color: var(--white);
}

a {
	font-family: var(--body-font);
	cursor: pointer;
}
.bg-light {
    background-color: var(--white)!important;
}
.navbar {
	text-align: right;
	padding: 0 40px;
	position: fixed;
    top: 0;
    background-color: var(--white);
    z-index: 999;
    width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.logosblock {
    padding: 18px 0;
}
.navbar-expand-xl .navbar-collapse {
	justify-content: flex-end;
}
.logo {
	width: 430px;
	margin: 0;
}
.navbar-brand{display: block !important; padding-top: 0; padding-bottom: 0;}
.navbar-nav ul li { display: inline-block;}
.navbar-nav { margin: 0;}
.navbar-nav ul li a {
	display: block;
	text-align: center;
	color: var(--black);
	padding: 0 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: var(--font16);
    line-height: 1;
	font-weight: var(--weight400);
}
.navbar-nav ul.nav-list li a{
	border-bottom: 4px solid transparent;
	padding: 12px 10px 16px;
}
.navbar-nav ul.nav-list li {margin: 0 6px;}
.navbar-nav ul.nav-list li.active a{
	border-bottom: 4px solid var(--secondary);
}
.navbar-nav ul li:last-child  { margin-right: 0;}
.navbar-nav ul li a:hover {
	color: #757575;
}
.navbar-expand-xl .navbar-nav{
	 -ms-flex-direction: row;
    flex-direction: column;
}
.navbar-nav .sm-icons, .mob-nav .sm-icons{padding-bottom: 0px;}
.navbar-nav .sm-icons .lab, .mob-nav .sm-icons .lab{
	font-size: 20px;
	color: var(--graytxt);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.navbar-nav ul.sm-icons li a, .mob-nav ul.sm-icons li a{padding: 0 8px;}
.navbar-nav ul.sm-icons li a:hover .lab, .mob-nav ul.sm-icons li a:hover .lab{color: var(--primary);}
html[data-direction="down"] .navbar {
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.mob-nav {display: none;}

.container {
    max-width: 82%;	
}
.rightcontainer {
	margin: 0 70px 0 auto;
	padding-left: 0;
    max-width: 80%;
}
.hero-banner {
	width: 82%;
    margin: 0 40px 0 auto;
	position: relative;
	padding-top: 92px;
	z-index: 5;
}
.hero-des {
	position: absolute;
	left: -10%;
    top: 44%;/*top: 68%;*/
    width: 55%;
}
.hero-des h1 {
	font-size: var(--h1);
	line-height: 1.1;
	padding-bottom: 30px;  /*50px*/
}
.hero-des a {
	font-size: var(--font26);
	line-height: 1.1;
	color: var(--black);
	position: relative;
	display: flex;
	padding-left: 64px;
}
.hero-des a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
	width: 36px;
	height: 4px;
	background-color: var(--red);
}

.intro-panel {
	background-color: var(--primary);
	color: var(--white);
	padding: 200px 0 100px;
	margin-top: -100px;
}
.introleft {padding-right: 90px;}
.introleft h2 {
	font-size: var(--font48);
	line-height: 1.2;
	padding-bottom: 25px;
	font-weight: 400;
}
.introleft p {
	font-size: var(--font18);
	line-height: 1.6;
}
.introright img { width: 80%;}
.pr80 {padding-right: 80px;}
.introlistrow {
	margin-top: 0;
    margin-bottom: 70px;
}
.introlist li {
	display: block;
	padding: 20px 0;
	font-size: var(--font20);
	line-height: 1.3;
	font-family: var(--title-font);
}
.counter-block {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
    margin: 0 auto;
}
.countercol {
	border: 1px solid var(--white);
	padding: 30px;
	width: 22%;
    margin: 1% 4%;
	border-radius: 24px;
}
.countercol h4{
	font-size: var(--font24);
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
}
.countercol h3{
	font-family: var(--body-font);
	font-size: var(--font48);
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -1px;
}
.hmaboutright {
	padding-left: 30px;
}
.hm-about-panel {
	padding: 80px 0 120px;
}
.hm-about-panel h2.sectionhead {
	font-size: var(--h1);
    line-height: 1.1;
    padding-bottom: 50px;
}
.hmaboutright p {
	font-size: var(--font18);
    line-height: 1.5;
    padding-bottom: 18px;
    margin: 0;
	
}
.hmaboutright ul li {
	font-size: var(--font20);
	line-height: 1.4;
	font-family: var(--title-font);
	padding: 15px 0;
	
}
.hmaboutright a {
	font-size: var(--font14);
    line-height: 1;
    color: #C61F1F;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}
.sectionhead {
	font-size: var(--font48);
	line-height: 1.1;
	padding-bottom: 50px;
	font-weight: 400;
}
.our-specialization-panel {
	background-color: var(--secondary);
	padding: 100px 0 120px;
}
.our-specialization-panel .container {
	padding-right: 0;
}
.client-panel {
	padding: 100px 0 150px;
}
.brandcol img{
	filter: grayscale(100);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
.brandcol:hover img{
	filter: grayscale(0);
}



.brandsslider .slick-prev:before, .brandsslider .slick-next:before, .specialization_slider .slick-prev:before, .specialization_slider .slick-next:before {
	/*color: transparent;*/
	content: "";
	color: #000;
}
.brandsslider .slick-prev, .specialization_slider .slick-prev{
	left: auto;
	right: 103px;
	background: url(../images/arrow-prev.svg) no-repeat;
	border-radius:  35px 0px 0px 35px;
}
.brandsslider .slick-next, .specialization_slider .slick-next{
	left: auto;
	right: 35px;
	background: url(../images/arrow-next.svg) no-repeat;
	border-radius: 0px 35px 35px 0px;
}
.brandsslider .slick-prev, .brandsslider .slick-next, .specialization_slider .slick-prev, .specialization_slider .slick-next{ 
	top: 47%; /*top: 22%;*/
	width: 68px;
    height: 65px;
    background-size: 22%;
    background-position: 50%;
	background-color: rgb(241 241 241 / 85%);
    backdrop-filter: blur(2px);
	transition-delay: 0ms!important;
	transition: background 300ms linear;
}
.specialization_slider .slick-prev, .specialization_slider .slick-next{top: 52%;}
.brandsslider .slick-prev:hover, .brandsslider .slick-next:hover, .specialization_slider .slick-prev:hover, .specialization_slider .slick-next:hover{background-color: rgb(254 204 4 / 85%);}
.widthcontainer {
	margin: 0 0 0 auto;
	max-width: 87%;	
}
.widthcontainer .sectionhead {
    margin-left: 20px;
}
.specialization_slider:hover{
	cursor: grab;
}
.splcol{
	max-width: 410px;
}
.splcol h4 {
	font-family: var(--body-font);
	font-size: var(--font28);
	line-height: 1;
	font-weight: var(--weight700);
	padding-bottom: 24px;
}
.splcol p {
	font-size: var(--font18);
	line-height: 1.5;
	font-weight: var(--weight400);
	padding-top: 35px;
}
.specialization_wrap a {
	font-size: var(--font14);
    line-height: 1;
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 70px auto 0;
    text-align: center;
    width: max-content;
}
 .splimg img { width: 100%;}
.slick-initialized .slick-slide { padding: 0 25px;}
.logo img, .hero-banner img, .hmaboutleft img, .owner-img img, .owner-description img, .project-img img, .certificate-img img { width: 100%;}


/*--- innerpage style ----*/
.innerpage-banner {
	background-color: var(--primary);
	color: var(--white);
	padding: 200px 0 100px;
}
.innerpage-container {
    max-width: 1440px;
    width: calc(100% - 200px);
	margin: auto;
}
.banner-desc-left{padding-right: 40px;}
.banner-desc-right img{
	width: 80%; 
	padding-top: 50px;
}
.innerpage-banner h1{	
	font-size: var(--font55);
    line-height: 1.2;
    padding-bottom: 25px;
    font-weight: 400;
}
.innerpage-banner h5{
	font-family: var(--body-font);
	font-size: var(--font14);
    line-height: 1.2;
    padding-bottom: 20px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.innerpage-banner h4{
	font-size: var(--font24);
	line-height: 1.75;
    font-weight: 400;
	padding: 40px 0 100px;
}
.owner-intro-panel{position: relative;}
.owner-info{
	max-width: 650px;
    padding: 100px;
    background-color: var(--white);
    border-bottom-right-radius: 193px;
    position: absolute;
    left: 100px;
    top: 100px;
}
.owner-info h4{
	font-size: var(--font24);
	line-height: 1.5;
    font-weight: 400;
	color: var(--graytxt);
}
.owner-img{
	width: calc(100% - 200px);
	position: relative;
	margin: -100px 0 0 auto;	
}
.owner-description{
	padding: 120px 0;
}
.owner-left-desc{
	padding-left: 35px;
}
.owner-left-desc p{
	line-height: 1.75;
    font-weight: 300;
}
.build-one{
	width: 70%;
}
.build-two{
	margin-left: -30%;
    width: 54%;
}
.companies-block{
	padding: 80px 50px;
	background-color: var(--secondary);
}



/*--- our work styles ----*/

.ourwork-panel{
	padding: 100px 0;
}
.tab-heading h2{
	font-size: var(--font64);
	line-height: 1.2;
	margin-bottom: 60px;
}

.tab-heading h3{
	font-size: 2em;
	line-height: ;
	margin-bottom: 60px;
}

.project-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.project-block{
	width: 30%;
	margin-bottom: 50px;
}
.project-img{
	padding-bottom: 16px;
}
.project-name p{
	font-size: var(--font14);	
}
.tablist {
	padding-top: 7em;
}
.tablist li a {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding: 5px 5px;
    list-style: none;
    cursor: pointer;
    color: #7B7B7B;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.tablist li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 0px;
    height: 1px;
    background-color: #E32125;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tablist li a.active, .tablist li a:hover {
    position: relative;
    z-index: 1;
    padding: 5px 15px 5px 35px;
	color: #000;
}
.tablist li a.active:before, .tablist li a:hover::before {
    width: 20px;
}


/*----------- certificates page style -----------------*/
.certificates-panel{
	padding: 100px 0;
}
.certificate-wrapper{
	column-count: 3;	
}
.certificate-block{
	width: 96%;
    margin: 0 auto 30px;
}
.certificate-img img{
	border: 7px solid var(--lightgray);
}


/*----------- service page style -----------------*/
.service-panel {
	padding: 90px 0 100px;
}
.servicehead h2 {
	font-size: var(--h1);
	line-height: 1;
    font-weight: var(--weight400);
	padding-bottom: 15px;
}
.servicehead p {
	font-size: var(--font18);
	line-height: 1;
    font-weight: var(--weight400);
	padding-bottom: 15px;
	margin: 0;
}
.servicewrap {
	padding: 72px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.servicecol {
	width: calc(33.33% - 9px);
	margin-bottom: 24px;
}
.flip-card {
	background-color: transparent;
	width: 100%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	cursor: pointer;
}
.flip-card img{
	width: 100%;
}
.frontdes {
	position: absolute;
	bottom: 0;
	padding: 40px;
}
.frontdes h4, .flip-card-back h3{
	font-family: var(--body-font);
	font-size: var(--font24);
	font-weight: 300;
	line-height: 1.2;
	color: var(--white);
	text-align: left;
}
.flip-card-front:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 23.96%, rgba(0, 0, 0, 0.76) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 23.96%, rgba(0, 0, 0, 0.76) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.96%, rgba(0, 0, 0, 0.76) 100%);
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  	background-color: #f1f5fe;
	position: relative;
}

/* Style the back side */
.flip-card-back {
	position: absolute;
	top: 0;
	background-color: var(--primary);
	color: white;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	padding: 25px 30px;
} 
.flip-card-back ul li {
	font-size: var(--font14);
	font-weight: 300;
	line-height: 1.3;
	padding: 0 0 10px 25px;
	position: relative;
}
.flip-card-back ul{
	padding: 22px 0 0;
}
.flip-card-back ul li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	background: var(--secondary);
	border-radius: 50%;
}


/*--- Contact ----*/
.contact-panel {
	padding: 80px 0 10px;
}
.map-block iframe {
	width: 100%;
	height: 500px;
}
.addcol {
	padding: 15px 0 19px;
	border-bottom: 1px solid #BCBCBC;
}
.addcol h2 {
	font-family: var(--body-font);
	font-size: var(--font18);
		color: var(--red);
	line-height: 1;
	font-weight: var(--weight600);
	padding-bottom: 10px;
}
.addcol p {
	font-size: var(--font18);
		color: var(--black);
	line-height: 1.5;
	font-weight: var(--weight400);
	margin: 0;
	padding-bottom: 50px;
	padding-top: 15px;
}
.addcol p a {
	color: var(--black);
	transition: all 0.4s linear;
}

.addcol p a:hover {
	color: var(--red);
}
.addcol:first-child { padding-top: 0;}
.addcol:last-child { border-bottom: 0;}
.contact-form {
	padding: 130px 0;
}
.contact-form h3 {
	text-align: center;
	font-family: var(--body-font);
	font-size: var(--font20);
	font-weight: var(--weight600);
	line-height: 1;
	padding-bottom: 50px;
}
.form-container {
	max-width: 940px;
	margin: 0 auto;
}
.form-group {
	padding-bottom: 15px;
}
.form-group input, .form-group textarea {
	border: 0;
	border-bottom: 1px solid #7B7B7B;
	border-radius: 0;
	width: 100%;
	padding: 18px 5px;
	font-size: var(--font14);
		line-height: 1;
	color: #464646;
	font-weight: var(--weight400);
		
}
.form-group input::placeholder, .form-group textarea::placeholder {
	color: #464646;
}
.frmgroup-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.frmgroup-row .form-group {
	width: 45%;
}
.form-group textarea {
	resize: vertical;
	height: 140px;
}
.form-btn {
	background-color: var(--red);
	color: var(--white);
	font-size: var(--font12);
	font-weight: var(--weight600);
	line-height: 1;
	padding: 15px 20px;
	border: 1px solid var(--red);
	text-transform: uppercase;
	margin: 30px auto 0;
    display: block;
    width: 195px;
}
.error:last-child {
    color: var(--red);
    font-size: 14px;
    line-height: 1;
    background-color: #f9f6f6;
    display: inline-block;
    margin-top: 4px;
    padding: 6px 10px;
    text-align: center;
}
.sucess-msg {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    background-color: #fff1f1;
    padding: 70px 50px;
    color: #000000;
}

.banner-img-wrapper, .content-img-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f1f5fe;
}

.hmaboutright ul li{border-bottom: 1px solid #000;}
.introlist li{border-bottom: 1px solid #fff;}
.hmaboutright ul li:last-child, .introlist li:last-child {border-bottom: 0;}
.banner-image.is-inview img, .content-image.is-inview img {
	opacity: 0.61;}
.heroban-title-line{display: block;}
.hero-banner img{height: 38vw; object-fit: cover;}

/*--- footer ----*/
footer {
	background-color: var(--ftrbg);
	color: var(--white);
	text-align: left;
	padding: 70px 0;
	font-size: var(--font12);
}
footer a {
	color: var(--white);
}
.ftrcol h4 {
	font-family: var(--body-font);
	font-size: var(--font20);
	font-weight: var(--weight600);
	line-height: 1;
	padding-bottom: 12px;
}
.ftrcol p {
	font-size: var(--font16);
	font-weight: var(--weight400);
	line-height: 1.6;
}
.sociallist {
	padding-top: 30px;
}
.sociallist ul li, .termsnav ul li {
	display: inline-block;
}
.sociallist ul li a {
	font-size: 16px;
	padding: 0 7px;
}
.sociallist ul li a .lab { transition: all 0.4s ease;}

.ftrnav ul li { display: block;}
.ftrnav ul li:first-child a { padding-top: 0;}
.sociallist ul li:first-child a { padding-left: 0;}
.ftrnav ul li a {
	font-size: var(--font14);
	line-height: 1;
	padding: 10px 0px;
	display: inline-block;
	text-transform: uppercase;
}
.contactnav li{
	display: flex;
	align-items: center;
}
.contactnav li span {
	font-size: 18px;
	margin-right: 10px;
}
.contactnav li a {
	font-size: var(--font16);
	line-height: 1;
	padding: 10px 0px;
	display: block;
}
.ftrnav ul li a:hover {
	
}
.sociallist ul li a:hover .lab {
	transform: scale(1.2);
}

.copyrightwrap {
    margin-top: 100px;
}
.copyright-row{
	padding-top: 17px;
}
footer .isologo{
	border-bottom: 1px solid rgb(255 255 255 / 28%);
	padding: 0 0 15px;
}
footer .isologo img{
	width: 200px;
}
.madeby{
	text-transform: uppercase;
	color: #b5b5b5;
	font-size: 11px;
}
.c-scrollbar{z-index: 999;}

/*--- scrolldown ----*/

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, 10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	}

	50% {
		-moz-transform: translate3d(0, 10px, 0);
	}

	100% {
		-moz-transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes bounce {
	0% {
		-o-transform: translate3d(0, 0, 0);
	}

	50% {
		-o-transform: translate3d(0, 10px, 0);
	}

	100% {
		-o-transform: translate3d(0, 0, 0);
	}
}

@keyframes bounce {
	0% {
		transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}
}





.team-6 {
    margin-bottom: 30px;
}

.team-6 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-6 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 15px solid #f3f4fa;
    transition: all .3s;
}

.team-6:hover .team-img img {
    border: 0px solid #f3f4fa;
}

.team-6 .team-content {
    text-align: center;
}

.team-6 .team-content h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.team-6 .team-content h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom:30px;
}

.team-6 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-6 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 12px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-6 .team-social a.social-tw {
    background: #00acee;
}

.team-6 .team-social a.social-fb {
    background: #3b5998;
}

.team-6 .team-social a.social-li {
    background: #0e76a8;
}

.team-6 .team-social a.social-in {
    background: #3f729b;
}

.team-6 .team-social a.social-yt {
    background: #c4302b;
}

.team-6 .team-social a:last-child {
    margin-right: 0;
}

.team-6 .team-social a:hover {
    background: #222222;
}


*::before,
*::after {
    box-sizing: border-box;
}





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




h1 {
    font-weight: 900;
}

img {
    width: 100%;
    height: auto;
}



/**********************************/
/***** Layout & Section Title *****/
/**********************************/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 45px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    background: #353535;
}



@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}



.team-1 {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team-1 .team-img {
    overflow: hidden;
}

.team-1 .team-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.team-1:hover .team-img img {
    transform: scale(1.2);
}

.team-1 .team-content {
    padding: 20px;
}

.team-1 .team-content h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.team-1 .team-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.team-1 .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.team-1 .team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.team-1 .team-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
}

.team-1 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    transition: all .3s;
}

.team-1 .team-social a.social-tw {
    background: #00acee;
}

.team-1 .team-social a.social-fb {
    background: #3b5998;
}

.team-1 .team-social a.social-li {
    background: #0e76a8;
}

.team-1 .team-social a.social-in {
    background: #3f729b;
}

.team-1 .team-social a.social-yt {
    background: #c4302b;
}

.team-1 .team-social a:last-child {
    margin-right: 0;
}

.team-1 .team-social a:hover {
    background: #222222;
}




.box {
	display: flex;
	flex-wrap: wrap;
}

.box label {
	background: #ec6633;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
	order: 1;
	display: block;
	padding: 16px 127px;
	margin-right: 4px;
	cursor: pointer;
}
.box .content {
	display: none;
	padding: 30px;
	background: #fff;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
	order: 99;
	flex-grow: 1;
	width: 100%;
}
.box input[type="radio"] {
	display: none;
}
.box input[type="radio"]:checked+label {
	background: #fff;
}
.box input[type="radio"]:checked+label+.content {
	display: block;
}

@media (max-width: 600px) {
	.box .content, .box label {
		order: initial;
	}
	.box label {
		width: 100%;
		margin-right: 0;
		margin-top: 4px;
	}
}