

@font-face {

  font-family: MuliBold;

  src: url("../fonts/Muli-Bold.ttf");

}



section#team, section#news {

    display: none;

}

section#about .container-video {

    display: none;

}

.companyLogo svg {

    height: 300px;

}

.hero-1 .front-content p.logoTitle {

    font-size: 32px;

    line-height: 42px;

    font-family: LemonMilk;

}

.text-center {

    text-align: center !important;

}

.nobg {

    background: none !important;

}

.noborder {

    border: none !important;

}

.company-list-wrapper {

	padding-top: 25px;

}

.company-image {

    padding: 20px 0;

}

.company-image img {

    height: 90px;

    width: auto;

	padding: 5%;

	filter: grayscale(100%);

    -webkit-filter: grayscale(100%); 

    filter: gray;

	-webkit-transition: all .7s ease;

	transition: all .7s ease;

	opacity: 0.7;

	cursor: pointer;

}

.company-image img:hover {

	opacity: 1;

	-webkit-transition: all .7s ease;

	transition: all .7s ease;

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

    filter: grayscale(0%);

    -webkit-filter: grayscale(0%);

    filter: none;

}

/* ----------------------------------------------------------------

	Flip Cards

-----------------------------------------------------------------*/

.flip-cards-wrapper {

    padding-top: 25px;

}



.flip-card {

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

	-webkit-perspective: 1000px;

    perspective: 1000px;

	padding-bottom: 30px;

	cursor: pointer;

}



.flip-card-front,

.flip-card-back {

	background-size: cover;

	background-position: center;

	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),

	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	width: 100%;

	height: 280px;

	color: #FFF;

	font-size: 1.5rem;

}



.flip-card-front.height590,

.flip-card-back.height590 {

    height: 590px;

}

.flip-card-back { background-color: #44c3ba; }



.flip-card-front.no-after:after,

.flip-card-back.no-after:after { content: none }



.flip-card-front:after,

.flip-card-back:after {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	content: "";

	display: block;

	/*background-color: #FFFFFF;*/

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.flip-card:hover .flip-card-front,

.flip-card:hover .flip-card-back {

	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),

	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

}



.flip-card-back {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}



.flip-card-inner {

	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);

	transform: translateY(-50%) translateZ(60px) scale(0.94);

	top: 50%;

	position: absolute;

	left: 0;

	width: 100%;

	padding: 2rem;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	outline: 1px solid transparent;

	-webkit-perspective: inherit;

	perspective: inherit;

	z-index: 2;

}



.flip-card-back {

	-webkit-transform: rotateY(180deg);

	transform: rotateY(180deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.flip-card-front,

.flip-card:hover .flip-card-back {

	-webkit-transform: rotateY(0deg);

	transform: rotateY(0deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.flip-card:hover .flip-card-front {

	-webkit-transform: rotateY(-180deg);

	transform: rotateY(-180deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.top-to-bottom .flip-card-back {

	-webkit-transform: rotateX(180deg);

	transform: rotateX(180deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.top-to-bottom .flip-card-front,

.top-to-bottom:hover .flip-card-back {

	-webkit-transform: rotateX(0deg);

	transform: rotateX(0deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.top-to-bottom:hover .flip-card-front {

	-webkit-transform: rotateX(-180deg);

	transform: rotateX(-180deg);

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;

}



.flip-card-inner span {

	font-size: 18px;

	line-height: 20px;

	font-weight: 300;

}



.flip-card-inner p {

	position: relative;

	font-size: 16px;

	margin-bottom: 0;

	color: rgba(255, 255, 255, 0.7);

}



.flip-cards-wrapper .card {

    position: relative;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border: 1px solid rgba(0, 0, 0, 0.125);

    border-radius: 0.25rem;

}

.flip-cards-wrapper .card-body {

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    padding: 1.25rem;

}

.flip-cards-wrapper .card-body h3 {

    font-size: 26px;

    line-height: 32px;

	padding-bottom: 20px;

	color: #0c2939 !important;

}

.flip-cards-wrapper .col-lg-4.col-md-4.col-sm-6.col-12:last-child .card-body h3 {

    padding-bottom: 0;

}

.flip-cards-wrapper .card-body ul {

    padding-left: 0;

}

.flip-cards-wrapper .card-body ul li {

    list-style-type: none;

    font-size: 18px;

    line-height: 24px;

	margin-bottom: 5px;

	color: #0c2939 !important;

	font-family:Montserrat-Medium;

}

.flip-card-inner p {

    font-size: 18px;

    line-height: 26px;

}

/* ----------------------------------------------------------------

	Header Customize CSS

-----------------------------------------------------------------*/

.navigation-main.sticky-navigation {

    background: #000000;

}

.navigation-main .navbar-brand img {

    /*max-height: 44px;*/

    max-height: 150px;
    width:215px;

}

.navigation-main ul li a, .navigation-main ul li span {

	color: #ffffff;

	font-weight: 700;

	font-size: 14px;

}

/* ----------------------------------------------------------------

	About Us Customize CSS

-----------------------------------------------------------------*/

.block-about-1 p {

	/*margin-top: 2.0em;*/
	margin-top: 15px;

    margin-right: 2.5em;

    margin-bottom: 1.5em;
    /*margin-left: 2.5em;*/
    margin-left: 22px;

}

.content.block-about-1 .col-sm-6.mb-pull {

    float: right;

}

/* ----------------------------------------------------------------

	Our Process Customize CSS

-----------------------------------------------------------------*/

.block-process-1 .process-info-box h4 {

    font-size: 30px;

    font-weight: 600;

}

section#process .cbp-item-wrapper img {

    max-height: 550px;

    object-fit: cover;

}

/* ----------------------------------------------------------------

	Footer Customize CSS

-----------------------------------------------------------------*/

.block-footer-1 img {

    /*margin-bottom: 40px;*/
    margin-bottom: 0px;

}

/* ----------------------------------------------------------------

	Media Query Customize CSS

-----------------------------------------------------------------*/

@media all and (max-width: 1199px) {

	.content.block-about-1 .col-sm-6.mb-margin p {

		margin-top: 20;

	}

}

@media all and (max-width: 1024px) {

	.companyLogo svg {

		height: 200px;

	}

	.company-image img {

		height: 75px;

	}

	section#process .cbp-item-wrapper img {

		max-height: 500px;

	}

	.block-process-1 .process-info-box {

		width: 40%;

	}

	.content.block-about-1.padding-bot-130 {

		padding-bottom: 50px;

	}

}

@media all and (max-width: 840px) {

	.navigation-main {

		height: 80px; 

	}

	.navigation-main button {

		height: 80px;

		color: #ffffff;

	}

	.navigation-main button span {

		font-size: 34px;

		line-height: 84px;

	}

	.navbar-collapse {

		background: #000000;

		padding-top: 20px;

	}

	.company-image img {

		height: 65px;

	}

	.block-contact-1 .tab-content form .form-group {

		margin-bottom: 40px;

	}

}

@media (max-height: 840px) and (max-width: 840px) {

	.navigation-main .navbar-brand img {

		max-width: initial;

	}

}

@media all and (max-width: 767px) {

	.content.block-about-1.padding-top-140 {

		padding-top: 100px;

	}

	.content.block-about-1 .col-sm-6.mb-pull {

		width: 100%;

		margin-bottom: 50px;

	}

	.company-image img {

		height: 90px;

	}

}

@media all and (max-width: 640px) {

	.company-image img {

		height: 65px;

	}

}

@media all and (max-width: 500px) {

	footer .block-footer-1 .scroll-top {

		top: auto;

		bottom: 0;

	}

	footer .block-footer-1.padding-bot-150 {

		padding-bottom: 120px;

	}

}

@media all and (max-width: 480px) {

	.content.block-about-1 .col-sm-6 p {

		margin-right: 0;

	}

	.content.block-work-1 .company-list-wrapper .col-md-4.col-sm-4.col-xs-6.col-12 {

		width: 100%;

	}

	.company-image img {

		height: 100px;

	}

	.content.block-process-1 .process-info-box {

		width: 70% !important;

	}

	.block-process-1.bg-black .process-info-box p {

		font-size: 16px;

		line-height: 22px;

	}

}

@media all and (max-width: 420px) {

	h1 {

		font-size: 40px;

	}

	.block-about-1 h3 {

		font-size: 24px;

		line-height: 30px;

	}

	.company-image img {

		height: 80px;

	}

	.content.block-process-1 .process-info-box {

		width: 100% !important;

		position: relative;

		top: auto;

		bottom: -94px;

		right: auto;

		left: auto;

	}
}

	.social-icon {
		height: 40px;
    	/*float: left;*/
    	padding-right: 10px;
	}