body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #5a4adc;*/
	overflow-x: hidden;
}


@font-face {
    font-family: 'Ohno Softie';
    src: url('OhnoSoftie-Black.woff2') format('woff2'),
        url('OhnoSoftie-Black.woff') format('woff'),
        url('OhnoSoftie-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-Bold.woff2') format('woff2'),
        url('ColgateReadyBETA5-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-BoldItalic.woff2') format('woff2'),
        url('ColgateReadyBETA5-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-Regular.woff2') format('woff2'),
        url('ColgateReadyBETA5-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-Heavy.woff2') format('woff2'),
        url('ColgateReadyBETA5-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-ExtraLight.woff2') format('woff2'),
        url('ColgateReadyBETA5-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-ExtraLightItalic.woff2') format('woff2'),
        url('ColgateReadyBETA5-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-Light.woff2') format('woff2'),
        url('ColgateReadyBETA5-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-LightItalic.woff2') format('woff2'),
        url('ColgateReadyBETA5-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-HeavyItalic.woff2') format('woff2'),
        url('ColgateReadyBETA5-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Colgate Ready BETA5';
    src: url('ColgateReadyBETA5-Italic.woff2') format('woff2'),
        url('ColgateReadyBETA5-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


.headline
{
	 font-family: 'Colgate Ready BETA5';
}

.disclaimer
{
	padding: 20px 0;
	font-size: 8px;
	border-top:1px solid #ddd;
}

* {
	scroll-behavior: smooth;
	scrollbar-base-color: #000;
}


*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #fff;
}

	*::-webkit-scrollbar-thumb {
		background-color: #000;
		border-radius: 50px;
		border: 1px solid #000;
	}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }




.nav-link
{
	font-size: 0.8em;
	font-family: "Mulish", sans-serif;
	letter-spacing: 2px;
}

body, td {
	
	font-size: 18px;
	color: #2b2a29;
	line-height: 1.2;
font-family: "Colgate Ready BETA5";
	font-size: 14px;
}

.headline{
	font-family: "Colgate Ready BETA5";
	letter-spacing: 1px !important;
	font-size: 2.8em;
}

h1,h2,h3,h4
{
	
	letter-spacing:1px;
	font-family: "Colgate Ready BETA5";
	margin-bottom: 20px;
	font-weight: 100;
	color: #5B5B5B;
}

h1
{
	
}

h2,h4
{
	font-weight: bold;
}

h3
{
	font-weight: bold;
	font-size: 1.6em !important;
}


.content
{
	margin-top: 100px;
	margin-bottom: 100px;
}


.red{
	color: #ea2830;

	margin: 5px auto;
}


.redtitle
{
	color: #dc2126;

}

h1 {
	margin-bottom: 30px !important;
	margin-top: 30px;
	line-height: 1 !important;
	font-weight: 700;
}
h3 {
	font-size: 2.2em;
}

.big{
	font-size:2em;
}


	h3 {
		margin-bottom: 20px;
		margin-top: 10px;

	}

hr
{
	border:1px solid #ddd;
}

a:link {
	color: #ea2830;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ea2830;
}
a:hover {
	text-decoration: underline;
	color: #ea2830;
}
a:active {
	text-decoration: none;
	color: #ea2830;
}

.mycontainer
{
	/*max-width:1070px;*/
}



.work-text
{
	position: relative;top:100px;left:-100px;
}



.pad-50{
	padding:20px;
}


.pad-100{
	padding:50px;
}


.bodytext {
	padding-right: 30px;
	font-size: 18px;
	vertical-align:middle;
}

.navbar-nav a {
	/*color:#fff;*/
	font-size: 13px;
	
	color:#5f6062;
	text-transform:uppercase;
}


.pattern
{
	background-image: url("../images/pattern.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	position: fixed;
	bottom: 5%;
	width: 100%;
	height: 30%;
	z-index: -1000;
}


#topbanner
{
	background-image: url("../images/banner-bg.png");
	background-position: top right;
	min-height: 400px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: relative;
	
}


#banner
{
	margin-top: 50px;
	background-color: #ffcd28;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


#banner-2
{
	background-image: url("../images/banner-2.jpg");
	background-position: left;
	min-height: 500px;
	background-color: #ffcd28;
	background-repeat: no-repeat;
}


#banner #brandplan{
	position: relative;
	left: 100px;
}

#banner #motivational{
	position: relative;
	left: -100px;
	top:100px;
}

#banner-2 #onsitebranding{
	position: relative;
	left: -100px;
	top:0;
}

#banner-2 #corporate{
	position: relative;
	left: 30px;
	top:150px;
}


#connect{
	min-height: 400px;
	
	background-position: right;
	background-repeat: no-repeat;
}

#connect .email{
	position: absolute;
	left: 0%;
	bottom:20%;
}

#connect .phone{
	position: absolute;
	left: 30%;
	bottom:5%;
}

ul#tiles
{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}

ul#tiles li
{
	display:inline-block;
	float:left;
	width:210px;
	height:195px;
	padding:0;
	margin:0 5px 5px 0;
	background-color:#eeeeee;
	clear:none;
}

ul#tiles li.big
{
	display:inline-block;
	float:left;
	width:420px;
	height:395px;
	padding:0;
	margin:0 5px 5px 0;
	background-color:#eeeeee;
	clear:none;
}


#container{
  background: #fff;
  display:block;
clear:both;

position:relative;
overflow:hidden;
}

/* clear fix */




.i2 { width: 33% !important; height:230px; display:block; background-color:#fff;margin:0%;position:relative;float:left;transition: all 0.5s;}

@media screen and (max-width:768px) {

	.item{
		height:200px !important;
	}
}

.cover, .item .cover, .i2 .cover
{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	 transform: scale(1);
transition: all 0.5s;
}

.item .cover img, .i2 .cover img, .cover img
{
	 transform: scale(1);
transition: all 0.5s;
}

.item .cover img.animate{
    transform: scale(1.2);
}

.i2 .cover img.animate{
    transform: scale(1.2);
}

.cover img.animate{
    transform: scale(1.2);
}


.item .block,.i2 .block
{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}

.item img, .i2 img
{
	clear:both;
	max-width:100%;
	height:auto;
}

.item .block a, .i2 .block a
{
	display:block;
	color:#fff;
}

.item .block a:hover, .i2 .block a:hover
{
/*background-color:#9d0614;*/
	width:100%;
	height:100%;
}



       .grid-sizer,
.grid-item {
  width: 100%;
 margin:0%;
 display:block;
 overflow:hidden;
}

.item img
{
	border:0;
}

.item .myoverlay
{
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	z-index:2000;
	width:100%;
	height:100%;
	opacity:0.9;
	display:none;
	color:#fff;
	text-align:center;
	background-image:url(../Images/bg.png);
	background-size:100% 100%;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1rem;
	vertical-align: middle;
	margin:0;
	padding:0;

}

.item .myoverlay .text
{
	bottom:10%;
	width:100%;
	text-align:center;
	position:absolute;
	display:none;
	
}


.cat-thumb
{
	padding: 10px;
	margin: 0;
	position:relative;
	 animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
}


	.cat-thumb .myoverlay .border {
		width: 98%;
		height: 98%;
		position: absolute;
		left: 0;
		top: 0;
		border: 1px solid #fff;
		background-color: rgba(0,0,0,0);
		z-index: 3000;
		margin: 1%;
		display:none;
	}

.category-thumb {
	padding: 10px;
	margin: 0;
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 0.5s; /* don't forget to set a duration! */
}


.cat-thumb img, .category-thumb img
{
	width: 100% !important;
	display:block;
}


.cat-thumb .myoverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	z-index: 2000;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	vertical-align: middle;
}


.cat-thumb:hover .cover {
	/*border-radius:200px !important*/
}

.cat-thumb .myoverlay-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	z-index: 2000;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-image: url(../images/bg.png);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	vertical-align: middle;
}


.cat-thumb .myoverlay .text, .cat-thumb .myoverlay-cat .text {
	bottom: 5%;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 1.2em;
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}


.cat-thumb  img
{
	
	 animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
}



.red {
	color: #ea2830 !important;
	color: #4866ad !important;
	
}


.bg-red {
	background-color: #ea2830 !important;
	color: #fff;
	padding: 5px 20px;
	display: inline-block !important;
}

.bg-blue {
	background-color: #006aa8 !important;
	color: #fff;
	padding: 5px 20px;
	display: inline-block !important;
}
	.category-thumb .category-overlay {
		position: absolute;
		left: 0;
		bottom: 0;
		font-weight: bold;
		z-index: 2000;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,0.5);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 1rem;
		vertical-align: middle;
	}

		.category-thumb .category-overlay .category-title {
			bottom: 5%;
			width: 100%;
			text-align: center;
			position: absolute;
			font-size: 1.2em;
			animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
			animation-duration: 2s; /* don't forget to set a duration! */
			color:#fff;
			z-index:2000;
		}


	.cat-thumb img {
		animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
		animation-duration: 0.5s; /* don't forget to set a duration! */
	}



.myoverlay-cat:hover img {
	transform: scale(1.1);
	border-radius:10px;
}



.cat-thumb:hover  img
{
	 transform: scale(1.1);
}

.hideme
{
    opacity:0;
}


.item .smalloverlay
{
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	z-index:2000;
	background-color:#000;
	width:90%;
	padding:0 5% 0 5%;
	height:20px;
	opacity:0.8;
	display:none;
	color:#fff;
	line-height:20px;
	font-size:1.1em;
}


    .item .text {
        font-size: 0.95em;
        display: block;
        overflow:hidden;
        height:auto;
    }

   /* .item img
    {
		transition: all .3s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	
	   .item img:hover
	   {
		   transform: scale(1.1);
	   }*/
	



.item .hidden {
    display:none;
}

.close {
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
}

.input {
    border: none;
    padding: 5px;
    background-color: #eee;
}

#contact{
	background-color: #5b49d9;
	color: #fff;
	padding-bottom: 20px;
		padding-top: 20px;
}


footer {

	width:100%;
	border:0;
	padding: 20px;
	margin-bottom: 0;
	display:block;
	padding-top:10px;
    padding-bottom:10px;
	color: #fff !important;
	background-color: #0464a9;
	overflow:hidden;
    text-align:center;
    clear:both;
	/*position: fixed;*/
}





.footerlink{
	margin: 0 10px;
}

.footerlink:first-child {
	margin-left:0;
}


.social-icons{
	text-align:right;
}

@media screen and (max-width:768px) {
	.footerlink {
		margin: 0;
	}

	.social-icons {
		margin-top: 10px;
		text-align: center;
	}
}


/* portfolio */

ul.list{
	line-height:1.9;	
}


    ul.list a {
        color: #900;
    }

.descript {
    color: #666;
}




 #cleint{

display:block;
overflow:hidden;
clear:both;
padding-top:30px;
}

 #cleint #cleintleft{
position:relative;
overflow:hidden;
}

 #cleint #cleintright{
line-height:2;
position:relative;
overflow:hidden;
}


 #cleintright .cats a{
	color:#666;
}

     #cleintright .cats a:hover {
        color: #900;
        text-decoration: none;
    }

    .hidden
{
	display:none;
}



/* portfolio */

#mytooltip
{
	background-color:#e6e6e6;
	border-radius:3px;
	position:fixed;
	font-size:0.9em;
	z-index:2000;
	padding:10px;
	min-width:300px;
	margin:10px;
	right:0;
	bottom:0;
	width:auto;
}

#mytooltip #toolleft
{
	float:left;
	width:85%;
}

#mytooltip #close
{
	float:right;
	width:15%;
	text-align:right;
}

#mytooltip #close a
{
	display:inline-block;
	color:#F00;
}



.cp-logo
{
position: absolute;
    opacity: 0.15;
    bottom: 0;
    left: 0;
    max-width: 600px;
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100vh;
  width: 100%;
  display:none;
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
	  font-size: 15px;
	line-height: 1.5;
	color: #fff;
  top: 0;
	overflow: hidden;
	overflow-y: auto;
  background-color: #0464a9; /* Black fallback color */
	background-position: bottom left;
	background-repeat: no-repeat;
 /* Disable horizontal scroll */
 /* transition: 0.5s;  0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 0%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	color: #fff;
}

/* The navigation links inside the overlay */
.overlay a {
  text-decoration: none;

  color: #ffffff;
  display: inline-block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #ffffff;text-decoration: underline;
}

.overlay-nav-title{
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
	font-size: 20px;
}

.overlay-nav-link
{
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dashed #fff;
}


/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 0;
	margin: 5px 15px;
    margin-left: 56px;
  font-size: 60px;
	color: #fff;
  z-index:5000;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 12px}
  .overlay .closebtn {
    font-size: 40px;
    
  }
}

@media screen and (max-width: 768px) {
	
	
}









.card {
    background-color: #ffffff;
    border: 0px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}

/* Tabs Card */

.tab-card {
  border:0px solid #eee;
}

.tab-card-header {
  background:none;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 5px;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #ea2830;
    color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #ea2830;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}



.nopad
{
	margin:0;
	padding:0;
	
}





#top {
	position:fixed;
	bottom:100px;
	right:10px;
	z-index:4000;
	display:none;
}

.sitelinks{
	font-size:1em;
	letter-spacing:2px;
}


.controls {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:0 auto;
}

	.controls a {
		color: #333;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
	}

	ul.services{
		padding:0;
		display:inline-block;
		margin-bottom:0;
		padding-bottom:0;
	}

		ul.services li {
			
			margin-left: 15px;
		}


		.service{
			border:0px solid #000;
			margin-bottom:30px;
		
			
		}

			.service .service-text {
				padding: 10px 20px;
				
				min-height:280px;
			}

@media only screen and (max-width: 768px) {

	.service {
		margin-bottom: 10px;
	}

		.service .service-text {
			padding: 10px 20px;
			margin-bottom: 10px !important;
			min-height: auto;
		}
}

.home-thumb {
	text-align:center;
	
	font-size: 1em;
	border:1px solid #000;
	text-transform: uppercase;
	margin:5px;
	font-weight:bold;
	vertical-align:middle !important;
	letter-spacing:2px;
	padding:20px;
}

.home-services .col-md-3 {
	padding: 0;
	margin: 0;
}


.img-grey {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bg-grey{
	background-color:#eee !important;
}

.contact{
	font-size:1.4em;
	padding:50px;
}

.contact h1{
	margin:20px 0;
}


.clients .col-md-2 {
	margin: 15px;
	padding: 0;
}



a.tablink{
	
	text-transform:uppercase;
	letter-spacing:1px;
	padding-right:10px;
	font-weight:bold;
}

	a.tablink:hover, a.tablink:active, .atvicetablink{
		text-decoration: none;
		color: #000;
	}


@media screen and (max-width:768px) {
	a.tablink {
		font-size: 0.6em;
	}
}


.myalert {
	font-weight: bold;
	background-color: #ea2830;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 20px auto;
	display: inline-block;
}


.banner{
	
	background-position:center;
	background-size:100% auto;
	width:100%;
	text-align:center;
	background-repeat:no-repeat;
}

.banner .mobile-banner{
	display:none;
}

	.banner .desktop-banner {
		display: block;
	}

@media screen and (max-width:768px) {

	.banner .mobile-banner {
		display: block;
	}

	.banner .desktop-banner {
		display: none;
	}

	.banner {
		height: auto;
		margin-top: 50px !important;
		background-size: auto 100%;
	}
	
	.logo img
	{
		max-width: 220px !important;
	}
}

a.btn-default {
	padding: 5px 10px;
	border: 1px solid #ea2830;
	border-radius:0px;
	background-color:#fff;
	margin-top:20px;
	min-width:150px;
}

	a.btn-default:hover {
		background-color: #ea2830 !important;
		color:#000 !important;
	}


#sidebar{
	position: absolute;
	left: 50px;
	top: 100px;
	max-width: 300px;
	z-index: 40000;
}

#mynav{
	color: #fff;
	margin-top:100px;
	font-size:14px;
}

#mynav a
{
	display: block;
	max-width: 200px;
	top:00px;
	position: relative;
	color: #fff;
}
header
{
	background-color: #ffffff;
}


.page
{
	width: 100%;
	height: 100vh;
	padding: 50px;
	clear: both;
	position: relative;
	z-index: 100 !important;
	
}


.page .page-content
{
	width: auto;
	margin-top: 50px;
	font-size: 16px !important;
}


@media only screen and (max-width: 768px)
{
	
	.page{
		padding: 10px;
	}
	
	.navbar-collapse
	{
		background-color: #2cb66a;
		padding: 10px;
	}
	
	
	.headline
	{
		font-size:1.8em;
	}
	
	.hometext
	{
		position: relative;
		top:160px;
		line-height: 1.2;
	}
	
	
	
	p,div
	{
		line-height: 1.2;
	}
}





.splash
{background-color: #00bff3;height: 100vh !important;z-index: 100000;position: fixed;width: 100%; left:0;top:0;align-items:center;}

a.start-btn
{
	background-color: #ff9200;
	color: #fff !important;
	padding: 10px 20px;border-radius: 30px;
}
a.start-btn:hover
{
	text-decoration: none;
	background-color: #000;
}


#intro
{
	z-index: 2000;
	position: absolute;
	left:0;
	background-image: url("../images/intro-bg.jpg");
	background-size: 100% auto;
	width: 100%;
	height: 100vh;
	top:0;
}



.tutorialpopup
{
	position: relative;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 30px;
	color: #000;
	display: none;
	font-size: 1.4em;
	line-height: 1;
}

.tutorialpopup img
{
	
}


.tutorialpopup .close
{
	position: absolute;
	right:15px;
	top:10px;
	width:30px;
	height: 30px;
}

.pad10{
	padding: 10px;
	margin: 0;
}

.citem
{
	margin: 0 20px;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.slick-slider {
display: table;
table-layout: fixed;
width: 100%;
}


.square
{
	width: 20px;
	height: 20px;
	background-color: #000;
}


.video-container {
              overflow: hidden;
              position: relative;
              width: 100% !important;
              margin:15px 0;
              display:block;
          }

              .video-container::after {
                  padding-top: 56.25%;
                  display: block;
                  width:100%;
                  content: "<div><hr></div>";
              }

              .video-container iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
              }


/* Colgate Styles */

.headernav
{
width:100%;
	padding: 10px;
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
}


.headernav .logo{
	flex: 1;
width:200px;
}

.headernav .report{
	flex: 1;
	color: #000;
position: absolute;
	right:170px;
}

.headernav .drawer
{
	display: block;
    color: #fff;
    
    width: 120px;
    height: 40px;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    margin: 5px 15px;
    margin-left: 56px;
	 transition: all 2s;
   
}

.headernav .drawer svg, .headernav .drawer a
{
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.headernav .drawer svg:hover
{
	fill:red;
}


.homepage-banner
{
	background-image: url("../images/1/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	background-color: #000;
}


.page-2-bg{
	width: 100%;
	height: 100vh;
	background-image: url("../images/2/2-img.png");
	background-position: TOP;
	background-size: 100% auto;
}

.page-3-bg{
	width: 100%;
	height: auto;
		background-image: url("../images/3/3-bg.png");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

li {
  padding-left: 0.5em; 
  text-indent: -.7em;
}


li::before {
  content: "• ";
  color: #536299; /* or whatever color you prefer */
}


.bage
{
	background-color: #dbe3f4;
	border-radius: 20px !important;
	/*padding: 20px;*/
	margin: 0 auto;
	margin-bottom: 20px;

	
}

.bage .img-bottom{
	
	bottom: 10px;
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.pad20
{
	padding: 20px;
}


.blue
{
	background-color: #dfe9f5;
	border-radius: 20px;
	padding: 20px;
}

.table{
	font-size:0.8em !important;
}

.mobile{
	display: none;
}

.mybtn{
	background-color: rgba(255,255,255,0.2);
	padding: 5px 20px;
	border-radius: 50px;
	display: inline-block;
}

.mybtn:hover{
	background-color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a.mybtn:hover
{
	text-decoration: none;
}


.bottomlinks
{
	background-color: #dddddd;
	padding: 20px;
}

.bottomlinks a
{
	color:#000;
	font-weight: bold;
	font-size: 15px;
}


/*Media Queries */
@media only screen and (max-width: 768px)
{
	.desktop
	{
		display: none;
	}
	
	
	.mobile{
	display: block;
	}
	
	.headernav .report
	{
		display: none;
	}
	
	.headernav .logo img{
		width:280px;
	}
	
	.homepage-banner
	{
	background-image: url("../images/1/bg-mobile.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	height: 100vh;
	}
}


/* new */

#manufacture
{
	background-color: #4866AD;
	color: #fff !important;
	padding: 50px;
}


.drawer
{
	/*display: none !important;*/
}





.page
{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}






.mobile_pillars
{
	display: none;
}


@media screen and (max-width:768px)
{
	.mobile_pillars
{
	display: block;
}
	
	#Our_Pillars
	{
		display: none !important;
	}
}



.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
   top: 100px;
}

.pillar_name_mo {
    position: absolute;
    top: 70%;
    left: 10%;
    transform: translateY(-50%);
  }
  .pillar_name_mo p {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 15px;
  }
  .pillar_name_mo h4 {
    font-size: 25px;
    line-height: 20px;
    color: #fff;
  }
  .pillar_name_mo a {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
  }



/* Case Study*/

.case-study{
	position: relative;
	margin-top: 100px;
	background-color: #d9edee;
	border-radius: 50px !important;
	margin-bottom: 50px;
	padding: 0;
	
	
}


.case-study .cs-image
{
	position: absolute;
	top:-50px;
	left: 10%;
	z-index: 100;
}


.case-study .case-study-title
{
	background-image: url('../images/cs-title-bg.jpg');
	background-position: center;
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding: 50px;
	border-top-left-radius: 50px;
	/*min-height: 250px;*/
	align-items: stretch;


}


.case-study .case-study-title-full
{
	background-image: url('../images/cs-title-bg.jpg');
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	background-color: #14b3bb;
	
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding: 50px;
	border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	min-height: auto;


}

.case-study-text
{
	color: #000;
}

.case-study .case-study-right{
background-color: #9cd4d7;
	border-top-right-radius: 50px;
	font-size: 1.2em;
	/*min-height: 250px;*/
	align-items: stretch;

}


.case-study .case-study-right-full{
background-color: #9cd4d7;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	font-size: 1.2em;
	/*min-height: 250px;*/

}