/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/

:root {
	--body: #666666;
	--primary: #000000;
	--secondary: #006060;
	--white: #ffffff;
}

.bullets
{
  list-style:none;
  margin-left:0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-weight:bold;
}

.bullets i
{
  margin-right:10px;
  color:#FD5901;
}


body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Graphik';
	 color: #006060;
	font-weight: normal;
}


.circles h3
{
color:#FD5901;
}

.circles img
{

width:150px;
 padding-bottom:20px;
}

.fa-ul i
{
color:#FAAB37;
margin-top:5px;

}




.team img
{
margin-bottom:10px;
}


.team h3
{
font-size:22px;
}

.team i, .team2 i
{
color:#FD5901;
font-size:20px;
margin:5px;
}

p strong
{
	font-family: 'Graphik';
	font-weight: 500;
}

a
{
	text-decoration:none;
	color:var(--secondary);
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:#006060;
	font-size:70px;
	line-height:76px;
	 font-family: 'arca_majora_3heavy';
	font-weight: 500;
	font-style: normal;
  	letter-spacing:-2px;
}

.h2big
{
	font-size:82px;
	line-height:90px;
}

.h2big span
{
	color:var(--primary) !important;
}

h2
{
	color:#FD5901;
	font-size:60px;
	line-height:70px;
	font-family: 'arca_majora_3heavy';
	font-weight: 500;
	font-style: normal;
  letter-spacing:-1px;
}

.orangeh2 h2
{
color:#FD5901;
}

.whiteh2 h2, .whiteh2 h3
{
color:#fff;
}

h3
{
	color:#FD5901;
	font-size:28px;
	line-height:36px;
	font-family: 'arca_majora_3heavy';
	font-weight: 500;
	font-style: normal;
}

h4
{
	color:var(--secondary);
	font-size:14px;
	line-height:40px;
	font-weight: 600;
	letter-spacing: 2px;
}

h4 i
{
	color:var(--secondary);
	padding-right: 10px;
}

.border
{
	border-bottom:solid 10px var(--secondary);
}

.rounded
{
	border-radius: 40px;
}

.rounded2
{
	border-radius: 40px 40px 40px 300px;
}




.contact h2
{
color:#006060;
margin-bottom:40px;
}

.contact h2 span
{
color:#FD5901;
}

/*----------------------------------*/
/*BLOCKS*/
/*----------------------------------*/

.block1
{
	background-color:#006060;
	color:var(--white);
	background-image:url("/smiledigitaltalent/images/smilegreenbg.png");
	background-repeat:no-repeat;
	background-position: bottom 40px right -80px;
	background-size:300px;
}


.newsblock
{
	color:var(--white);
	background-image:url("/smiledigitaltalent/images/smilegreenbgdark.png");
	background-repeat:no-repeat;
	background-position: top 40px right -80px;
	background-size:300px;
}




.block2
{
	background-color:#FD5901;
    color:var(--white);
	
}

.block2 h2
{
 color:var(--white);
}



.block3
{
	background-color:var(--primary);
	color:var(--white);
}

.block1 h1, .block1 h2, .block1 h3
.block3 h1, .block3 h2, .block3 h3,
.hero-curve h1, .hero-curve h2, .hero-curve h3
{
	color:var(--white);
}

.block1 a
{
	
}


.curvebg:before
{
	content: "";
	background-image:url("/smiledigitaltalent/images/curvegreentop.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}






.orangecurvebot:after
{
	content: "";
	background-image:url("/smiledigitaltalent/images/curveorangebottom.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
  
}

.orangecurvebot h3
{
color:#fff;
}



.yellowcurve:after
{
	content: "";
	background-image:url("/smiledigitaltalent/images/yellowcurvebot.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
  
}

.yellowcurve
{
background-color:#FAAB37;
color:#fff;
}





.orangecurvetop:before
{
	content: "";
	background-image:url("/smiledigitaltalent/images/orangecurvetopnew.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:250px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}

.orangecurvetop
{
background-color:#FD5901;
color:#fff;
}

.orangecurvetop h2
{
color:#fff;
}


.smileimgorange
{
	background-image:url("/smiledigitaltalent/images/smilewhitebg.png");
	background-repeat:no-repeat;
	background-position: bottom 40px right -80px;
	background-size:300px;
}

.internalhero
{
background-color:#259EA0;
color:#fff;
}

.internalhero h1, .yellowcurve h1
{
color:#fff;
}

.internalhero i
{
	color:#FAAB37;
	margin-right: 5px;
	font-size:30px;
}


 .yellowcurve i
{
	color:#FD5901;
	margin-right: 5px;
	font-size:30px;
}


.internalhero:after
{
	content: "";
	background-image:url("/smiledigitaltalent/images/bluecurvebot.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}



.slantbg:before
{
	content: "";
	background-image:url("../images/slant1.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}



.slantbg2:after
{
	content: "";
	background-image:url("../images/slant3.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.slantbg2:before
{
	content: "";
	background-image:url("../images/slant4.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}


.hero-curve {
  position: relative;
  height: 600px;
  background: var(--primary);
  color: var(--white);
  z-index: 1;
	color:var(--white);
	padding-top: 100px;
}

.hero-curve::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  z-index: 1;
  background: var(--white);
  clip-path: ellipse(130vw 100vw at 50vw 100vw);
}

.hero-curve div {
  height: calc(100vh - 650px);
  color: var(--white);
}




.hero-curve-res {
  position: relative;
  height: 600px;
  background: var(--secondary);
  color: var(--white);
  z-index: 1;
	padding-top: 120px;
}

.hero-curve-res::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    z-index: 1;
    background: var(--white);
    clip-path: ellipse(300vw 100vw at 50vw 101vw);
}

.hero-curve-res div {
  height: calc(100vh - 650px);
  color: var(--white);
}




.bordtopl
{
	border-radius:300px 25px 25px 25px;
  	
}

.bordbotr
{
	border-radius:25px 25px 300px 25px;
}




.underline
{
	border-bottom:solid 3px #FAAB37;
	padding-bottom:15px;
	margin-bottom:30px;
	display:inline-block;
	font-weight:bold;
	width: 100px;
}
/*----------------------------------*/
/*PARALLAX ITEMS HERO*/
/*----------------------------------*/

#parallaxitems {
  position: absolute;
  width: 100%;
  height: 900px;
  background-image: url(../images/d1.png), url(../images/d2.png), url(../images/d3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.heroslideshow {
width: 100vw;
height: 33vw;
background-size: cover;
background-repeat: no-repeat;
animation: heroslideshow 15s ease-in-out infinite;
}

@keyframes heroslideshow {
0% { background-image: url("../images/heroes/home.jpg"); }
33% { background-image: url("../images/heroes/home2.jpg"); }
66% { background-image: url("../images/heroes/home3.jpg"); }
100% { background-image: url("../images/heroes/home.jpg"); }
}


/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.zoomwrap {
  overflow: hidden;
  position: relative;
	-webkit-transition: .4s all;
}
.zoomwrap img {
  transition: transform .4s;
  width: 100%;
}
.zoomwrap:hover img {
  transform: scale(1.2);
}

.zoomtext
{
	display: none;
}

.zoomwrap:hover .zoomtext
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	color:#fff;
	-webkit-filter: brightness(100%);
}

.zoomwrap:hover
{
	-webkit-filter: brightness(90%);
}

/*----------------------------------*/
/*HOVER SLIDE UNDER*/
/*----------------------------------*/

.slideout
{
  position: relative;
	z-index: 2;
}

.slideouttext
{
	position: absolute;
	background-color:var(--secondary);
	text-align: center;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
	margin: auto;
	-webkit-transition: .4s all;
	opacity: 0;
	z-index: 0;
	bottom:-10px;
	color: var(--white);
}

.slideout:hover .slideouttext
{
	bottom:-20px;
	opacity: 1;
}

/*----------------------------------*/
/*HOVER BUTTON*/
/*----------------------------------*/

.hovercenter
{
    position: relative;
	z-index: 2;
}

.hovercentertext
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	color:#fff;
	-webkit-transition: .4s all;
	background-color:var(--secondary);
	padding: 20px;
	font-size: 32px;
	opacity: 0;
}

.hovercenter:hover .hovercentertext
{
	opacity: 1;
}


/*----------------------------------*/
/*HOVER COLOUR*/
/*----------------------------------*/

.hovercolor
{
  background-color:var(--secondary);
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hovercolor::before,
.hovercolor::after {
  background-color:var(--secondary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hovercolor img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hovercolortext h3
{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
}

.hovercolor:hover::before,
.hovercolor:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hovercolor:hover > img {
  opacity: 0.7;
}

.hovercolor:hover h3 {
  opacity: 1;
	color: #fff !important;
}


/*----------------------------------*/
/*FANCYBOX*/
/*----------------------------------*/

#myCarousel {
        --f-carousel-slide-width: 50%;
        --f-carousel-spacing: 10px;
		height: 600px;
	
		--f-button-prev-pos: 5rem;
		--f-button-next-pos: 5rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel .f-carousel__slide {
        padding: 50px;
        background: #eee;
      }

		#myCarousel .f-carousel__dots
		{
			display: none;
		}





#myCarousel2 {
        --f-carousel-slide-width: 33%;
        --f-carousel-spacing: 10px;
		height: 500px;
	
		--f-button-prev-pos: 2rem;
		--f-button-next-pos: 2rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel2 .f-carousel__slide {
      }

		#myCarousel2 .f-carousel__dots
		{
			display: none;
		}




#myCarousel3 {
  --f-carousel-slide-width: calc((100% - 60px) / 4);
  --f-carousel-spacing: 20px;

  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;

  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-border-radius: 50%;

  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-active-color: #fff;

  --f-button-bg: rgba(0, 0, 0, 0.5);
  --f-button-hover-bg: rgba(0, 0, 0, 0.8);
  --f-button-active-bg: rgba(0, 0, 0, 0.8);

  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  --f-button-svg-stroke-width: 3;
}

#myCarousel3 .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-parallax {
  overflow: hidden;
  aspect-ratio: 2/3;
}

.f-parallax img {
  max-width: none;
  width: 200%;
  height: 100%;
  object-fit: cover;
  margin-left: calc(var(--f-progress2, 0%) - 35%);
  transform: translateX(calc(var(--f-progress1, 0%)));
}

/*----------------------------------*/
/*OFFER*/
/*----------------------------------*/

.offer
{
	background-color:var(--secondary);
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
}

.offer span
{
	background-color:#000;
	padding: 4px 12px;
	font-size: 13px;
	border-radius: 10px;
	margin-right: 20px;
}

.offer:hover
{
	background-color:#333;
}

.offer:hover span
{
	background-color:var(--secondary);
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:var(--primary);
	z-index:999;
	font-size:16px;
	color: var(--white);
	padding: 10px 0px;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: var(--white);
	
}

.preheader a:hover
{
	color: var(--secondary);
}

.preheader a:hover i
{
	color: var(--white);
}

.preheader .right a
{
	padding-left: 10px;
}

.preheader i
{
	padding-right: 10px;
	color: var(--secondary);
}


/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom: 30px;
	z-index:999;	
}


.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}

.headerontop a
{
	color: #fff !important;
}

/*----------------------------------*/
/*LAYERED IMAGES*/
/*----------------------------------*/

.layered
{
	position: relative;
}

.layer
{
	position: absolute;
	width: 300px;
	bottom:100px;
	right:-100px;
}

/*----------------------------------*/
/*PARALLAX IMAGE HOVER EFFECT*/
/*----------------------------------*/

.parallaximg {
  --f: .1; /* the parallax factor (the smaller the better) */
  --r: 30px; /* radius */
  
  --_f: calc(100%*var(--f)/(1 + var(--f)));
  --_a: calc(30deg*var(--f));
  width: 100%; /* the image size */
  aspect-ratio: calc(1 + var(--f));
  object-fit: cover;
  clip-path: inset(0 var(--_f) 0 0 round var(--r));
  transform: perspective(800px) var(--_t,rotateY(var(--_a)));
  transition: .5s;
  cursor: pointer;
}
.parallaximg:hover {
  clip-path: inset(0 0 0 var(--_f) round var(--r));
  --_t: translateX(calc(-1*var(--_f))) rotateY(calc(-1*var(--_a)))
}

/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/

video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: center;

}

.hero
{
	
	
	background-size: cover;
	background-position: center center;
	color: #006060;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:#006060;
	letter-spacing:-2px;
	display: inline-block;
	margin-top:30px;
}

.hero h2, .hero h3
{
	color:var(--white);
	margin:auto;
	margin-bottom:30px;
}

.hero h1 span, .hero h2 span, .hero h3 span
{
	color:#FD5901;
}

.hero a
{
	margin-right: 10px;
}

.herosml
{
	height: 500px;
}

.herosml h1, .herosml h2, .herosml h3, .herosml
{
	color:var(--white);
}

.hero p
{
	padding-top:30px;
	font-size:20px;
	
}


.smilebg
{
position:relative;
}

.smilewhitebg
{
	position:absolute;
	top:10%;
	left:-90px;
	width:300px;
  	overflow:hidden;
}

.insert
{
	position:relative;
}

.circle
{
	position:absolute;
	top:35%;
	left:-90px;
	
}

.circle img
{
	width:200px;
}


/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}

/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/

.linkprimary, .linkwhite, .linkwhite2
{
	display:inline-block;
	background-color:#FAAB37;
	padding:9px 24px;
	font-size:18px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	border:solid 1px #FAAB37;
	font-weight: 600;
	text-transform:uppercase;
  	letter-spacing:1px;
		
}

.linkprimary:hover, .linkwhite:hover, .linkwhite:hover2
{
	background-color:#FD5901;
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px #FD5901;
}

.linkprimary i
{
	padding-right: 10px;
}


.linksecondary
{
	display:inline-block;
	background-color:#fff;
	padding:9px 24px;
	font-size:18px;
	color:#FAAB37;
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	border:solid 1px #FAAB37;
	font-weight: 600;
	text-transform:uppercase;
  letter-spacing:1px;
		
}

.linksecondary:hover
{
	background-color:#FAAB37;
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px #FAAB37;
}

.linksecondary i
{
	padding-right: 10px;
}



.linkorange
{
	display:inline-block;
	background-color:#FD5901;
	padding:5px 20px;
	font-size:16px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	border:solid 1px #FD5901;
    letter-spacing:1px;
    font-weight:600;
  	text-transform:uppercase;
		
}

.linkorange:hover
{
	background-color:#FAAB37;
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px #FAAB37;
}

form div
{
 margin-bottom: 10px;
}

/*----------------------------------*/
/*FORMS*/
/*----------------------------------*/

input[type="text"], input[type="password"]
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Graphik';
}


.contact input[type="text"], input[type="password"]
{
border: 1px solid #FD5901;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
background-color: #fff; 
}


.contact textarea
{
border: 1px solid #FD5901;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
background-color: #fff; 
}


.contact select
{
border: 1px solid #FD5901;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
background-color: #fff; 
}




.contact ::placeholder 
{
  color: #006060;

}


select
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Graphik';
}

textarea
{
	padding:15px;
	width:100%;
	background-color: #eee;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: 'Graphik';
}


.contact input[type="submit"], .contact input[type="button"]
{

}

input[type="submit"], input[type="button"]
{
	background-color: #FD5901;
	border: 0px;
	color:var(--white);
	cursor:pointer;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
	font-family: 'Graphik';
  	width:200px;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#FAAB37;
	color:var(--white);
	transform:translateX(5px);
}

/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }






/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/

.footer
{
	background-color: #066161;
	margin-top:-1px;
	font-size: 16px;
	background-repeat: no-repeat;
	color: var(--white);
	background-image:url("/smiledigitaltalent/images/footersmile.png");
	background-position: bottom -50px right 50%;
	background-size:400px;
	padding-bottom:50px;
}
.footer:before
{
	content: "";
	background-image:url("/smiledigitaltalent/images/footercurvetop.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #259EA0;
	margin-bottom: -80px;
}



.footer h2
{
	color: var(--white);
	font-size: 85px;
	line-height: 100px;
  	margin-bottom:30px;
}

.footer a
{
	color:var(--white);
}

.footer h3
{
	color:var(--secondary);
}


.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	margin-top:-1px;
	font-size: 14px;
	
}

.footer .socials i
{
	font-size: 24px;
	margin-right: 10px;
}

.footer .socials a:hover
{
	color:var(--secondary);
}

.footer .contact
{
	font-size:20px;
}

.footer i
{
	color:#FAAB37;
	margin-right: 5px;
	font-size:30px;
}

.footer2
{
	
	padding-top: 30px;
}
.footerlogo img
{
	width:280px;
}



/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.menu_slideout
{
	background-color:#259EA0;
	position: absolute;
	z-index: 99999;
	height: 100%;
	top:0px;
	right:0px;
	width:50%;
	padding:5%;
	color: #fff;
    display:none;
}


.menu_slideout .menu_close
{
	position: absolute;
	top:30px;
	right:30px;
	width: 30px;
}

.menu_slideout ul
{
	list-style: none;
	margin: 0;
}

.menu_slideout li
{
	padding-bottom: 20px;
}

.menu_slideout a
{
	color:#fff;
	font-size: 22px;
}

.menu_button a
{
	margin-top: 30px;
	display: block;
}

.menu_slideout li a:hover
{
	text-decoration: underline;
}

.menu_details
{
	font-size: 16px;
	margin-top: 50px;
}

.menu_details a
{
	font-size: 22px;
}

.menu_details i
{
	color:#FAAB37;
	margin-right: 10px;
}

.menu_socials i
{
	font-size: 42px;
}

.menu_socials i:hover
{
	color:var(--white);
}





.nav
{
	font-size:18px;
}

.trig img
{
	width:30px;
	margin-left:20px;
}

.trig-right
{
	display: none;
}

.trig-right img
{
	width:30px;
	margin-left:20px;
	position: absolute;
	right: 10%;
	top:50px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:45px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:var(--white);
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main i
{
	display: none;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.navalignright
{
	text-align:right !important;
}

nav#nav-main li
{
	border-right:solid 0px var(--secondary);
	display:inline-block;
	padding:0 0px;
	position:relative;
  	text-transform:uppercase;
  text-align:right !important;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:#006060;
	display:block;
	padding:10px 20px;
	transition: all .2s ease-in-out;
  	letter-spacing: 1px;
  	font-size:16px;
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #006060; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
 
	color: #FD5901;
    font-weight:900;
}



nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:var(--primary);
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}


nav#nav-main ul li:last-child a {
    background-color: #FD5901;
    color: var(--white);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
	margin-left: 20px;
}

nav#nav-main ul li ul li:last-child
{
  text-align:left;
	 padding-left: 0px;
    padding-right: 0px;
  background-color:var(--secondary);
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
	border-radius: 0px !important;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:20px;
	width:100%;
	background-color:var(--secondary);
	
	
}

nav#nav-mobile .closemobilenav
{
	text-align:right;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
	padding-right: 30px;
}


nav#nav-mobile .closemobilenav:hover
{
	
}


nav#nav-mobile ul
{
	
	display:block;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
	
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:var(--primary);
}

nav#nav-mobile li ul
{
	
}

nav#nav-mobile li ul li
{
	
}


nav#nav-mobile li
{
	padding:5px;
	border-bottom:solid 1px #CBB681;
}

nav#nav-mobile li i
{
	float:right;
	font-size:24px;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:var(--white);
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:var(--primary);
}

/*fixed nav bar*/

.navbar
{
	background-color:var(--primary);
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

/*----------------------------------*/
/*PARALLAX SCROLLING SCENE*/
/*----------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------*/
/*ANIMATED BACKGROUND*/
/*------------------------------------------------------------------------------------------------------------------------*/

 .animatedBackground {
	 position: absolute;
	 width: 100%;
	 height: 500px;
	 overflow: hidden;
	 background: url("http://www.testomic.com/public/codepen-assets/img/paralax/background.jpg");
	 background-size: cover;
	 background-position: center;
}


 .animatedBackground .foreground {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/foreground.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 90s linear infinite;
}

 .animatedBackground .rocks {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/hills.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 360s linear infinite;
}



@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}



/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/

@media only screen and (max-width: 1585px) 
{

h1
{
	
	font-size:60px;
	line-height:66px;
	 
}
  
}

@media only screen and (max-width: 1345px) 
{

h1
{
	
	font-size:52px;
	line-height:58px;
	 
}
  
  .hero p {
    padding-top: 10px;
    font-size: 20px;
}
  
}

@media only screen and (max-width: 1120px) 
{
	
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.header
	{
		position: relative;
	}
	
	.trig
	{
		position: absolute;
		top:50px;
		right:10%;
	}
	
	.trig-right
	{
		display: block;
	}
  
  h1
{
	
	font-size:40px;
	line-height:50px;
	 
}
	
	
	
}


@media only screen and (max-width: 920px) 
{
  
  
 
  
  .team img
  {
  width:300px;
  padding-top:30px;
  }
	
  .fancybox-content
  {
  font-size:12px;
  }
  
  .yellowcurve h1 
{
text-align:center;
margin-bottom:30px;
}
  
  
  
  .bullets
{
 
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
 
}
	
  
	.insert, .mobileimg
	{
		display:none;
	}
  
  
  
.bordtopl, .bordbotr
{
	padding-top:20px;
  	padding-bottom:20px;
  	
}
  
  
  .bordtopl
{
	border-radius:150px 25px 25px 25px;
  	
}

.bordbotr
{
	border-radius:25px 25px 150px 25px;
}


  
  
  
.orangecurvetop:before, .internalhero:after, .curvebg:before, .yellowcurve:after
{

	height:100px;

}

  .footer:before
  {

	height:150px;

}

  
  
  
  .padbot
  {
  padding-bottom:100px;
  }
  
  
	
	#myCarousel, #myCarousel2, #myCarousel3 {
        --f-carousel-slide-width: 100%;
      }
	
	.menu_slideout
	{
		width:100%;
		padding: 10%;
	}
	
	.herosml
	{
		height: 300px;
	}
	
	/*LOGO*/
	
	.logo img
	{
		max-width: 240px;
	}
	
	/*HEADINGS*/
	
	h1
	{
		line-height: 50px;
		font-size: 36px;
	}
	
	.h2big
	{
		line-height: 50px;
		font-size: 36px;
	}
	
	h2
	{
		font-size: 32px;
      	line-height: 45px;
	}
	
	h3
	{
		font-size: 24px;
	}
	
	h4
	{
		font-size: 14px;
	}
	
	.preheader a
	{
		padding:0px !important;
		display: block;
		text-align: center;
	}
	
	/*GALLERY*/
	
	.galleryThumb
	{
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom:2%;
		overflow:hidden;
	  max-height:100%;
	}

	.galleryThumb img
	{
		width:100%;
		min-height:auto;
	}

	.galleryThumb:nth-child(3n+1)
	{
	  float:none;
	  margin-right:0px;
	}
	
	/*SIMPLE GALLERY*/
	
	.simple-gallery .gallery-cell
	{
	  width: 100%;
	  margin:0%;
	}
	
	/*FOOTER*/
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	.footer h2
{
	color: var(--white);
	font-size: 44px;
	line-height: 60px;
}
	
	/*HERO*/
	
	.hero
	{
		background-attachment: scroll !important;
	}
	
	
	
	
	.hero .linkprimary
	{
		margin-bottom:20px;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	/*RIGHT AND LEFT*/
	
	.right, .left
	{
		text-align:center;
	}
	
	.linkprimary, .linksecondary, .linkorange, .linkwhite, .linkwhite2
	{
		display: block;
	}

.linkwhite
{
margin-top:20px;
}
	
	/*TESTIMONIALS*/
	
	.testimonials-gallery h2
	{
	  line-height:30px;
	  font-size: 18px;
	  font-weight: 400;
	}
	
	/*FIXED HEIGHT*/
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	.fixedheightcontent
	{
		position: relative;
	  top: 0%;
	  left: 0%;
	  transform: translate(0%, 0%);
	}
	
	/*REORDER COLUMNS*/
	
	.box-2 { display: flex; flex-flow: column; }
    .boxt { order: 2; }
    .boxi { order: 1;  }
	
		
}

@media only screen and (max-width: 600px) 
{
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
}


