
.ksnrwlink {
	float: right;
	margin-right: 5%;
	bottom: 5px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ksnrwlink a:hover{
	color: #d5d5d5;
}

.head-text{
    margin-bottom: 25px;
}
.info-text {
    margin: 15px 0; 
}

.links {
    margin: 20px 0;
}

.links a {
    text-decoration: underline;
}

.link {
    margin-top: 32px;
}

div.overlay-text.text-left {
    width: 99%;
    margin-left: 7%;
    text-shadow: 1px 2px 3px #000;
}


.main-nav-one .logo {
    float: left;
    margin-left: 3%;
/*    height: 101px;*/
}

.links li {
    list-style: none;
}

.links li a:before {
    content: "";
    display: inline-block;
    width: 12px;
    border-bottom: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 3px;
}

h2.font3 {
    font-size: 23.5px !important;
    letter-spacing: 0.03em;
}

.valign img {
    max-width: 70%;
}

h4.font3 {
    font-size: 18px !important;
    letter-spacing: 0.015em;
    line-height: 25px;
}



.footer {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 15%;
}

.footer a {
    text-decoration: underline;
}

.footer .after:after {
    content: "";
    display: inline-block;
    width: 1px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
    height: 11px;
    margin-right: 10px;
}

.btn-micah-white-transparent {
    background: transparent;
    display: inline-block;
    padding: 12px 30px 14px 30px;
    border: 2px solid;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-micah-gray-transparent, .btn-micah-black-transparent {
    background: transparent;
    display: inline-block;
    padding: 12px 30px 13px 30px;
    border: 2px solid;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}


.intro-03 .video-wrap {
	position: relative;
}

.intro-03 .video-wrap, .intro-03 .video-wrap .player {
	width: 100%;
	height: 100%;
}

.intro-03 .video-wrap .overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.intro-03 .head {
	margin:30px 0;
}

.intro-03 .head h1 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	letter-spacing: 2px;
}


.intro-03 .sub-head h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}

.intro-03 .section.bg1 {
	background: url(../images/5.jpg) center center;
	background-size: cover;
}

.intro-03 .section.bg2 {
	background: url(../images/3.jpg) center center;
	background-size: cover;
}

.intro-03 .section.bg3 {
	background: url(../images/4.jpg) center center;
	background-size: cover;
}

.intro-03 .section.bg4 {
	background: url(../images/2.jpg) center center;
	background-size: cover;
}

.intro-03 .section.bg5 {
	background: url(../images/6.jpg) center center;
	background-size: cover;
}

.intro-03 .section.bg6 {
	background: url(../images/1.jpg) center center;
	background-size: cover;
}

.intro-03 .slide.bg1 {
	background: url(../images/2.jpg) center center;
	background-size: cover;
}

.intro-03 .slide.bg2 {
	background: url(../images/3.jpg) center center;
	background-size: cover;
}

.intro-03 .slide.bg3 {
	background: url(../images/4.jpg) center center;
	background-size: cover;
}

.intro-03 .slide.bg4 {
	background: url(../images/5.jpg) center center;
	background-size: cover;
}

.intro-03 .bg-img-overlay {
	width: 100%;
	height: 100%;
}

/*The below style is for styling the navigation arrows of slider in the third slide*/
.intro-03 .fp-controlArrow.fp-prev {
	border: none;
	width: 30px;
	height: 30px;
	left: 48%;
	background: url(../images/left-arrow.png) center center;
	background-size: cover;
}

.intro-03 .fp-controlArrow.fp-next {
	border: none;
	width: 30px;
	height: 30px;
	right: 48%;
	background: url(../images/right-arrow.png) center center;
	background-size: cover;
}

.intro-03 .fp-controlArrow {
	top: 90%;
	margin-top: 0;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

/*To animate from top*/
.intro-03 .section .to-animate.from-top {
	opacity: 0;
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
        transform: translateY(-100%);

    	transition: all 0.4s ease 0.8s; 
    -moz-transition: all 0.4s ease 0.8s; 
    -webkit-transition: all 0.4s ease 0.8s; 
    -o-transition: all 0.4s ease 0.8s; 
    -ms-transition: all 0.4s ease 0.8s; 	   
}

.intro-03 .section.active .to-animate.from-top {
	opacity: 1;
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
        transform: translateY(0%);
}

/*To animate from bottom*/
.intro-03 .section .to-animate.from-bottom {
	opacity: 0;
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
        transform: translateY(100%);

    	transition: all 0.4s ease 0.8s; 
    -moz-transition: all 0.4s ease 0.8s; 
    -webkit-transition: all 0.4s ease 0.8s; 
    -o-transition: all 0.4s ease 0.8s; 
    -ms-transition: all 0.4s ease 0.8s; 	   
}

.intro-03 .section.active .to-animate.from-bottom {
	opacity: 1;
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
        transform: translateY(0%);
}

/*slide to animate from top*/
.intro-03 .section .slide .to-animate.from-top {
	opacity: 0;
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
        transform: translateY(-100%);

    	transition: all 0.4s ease 0.8s; 
    -moz-transition: all 0.4s ease 0.8s; 
    -webkit-transition: all 0.4s ease 0.8s; 
    -o-transition: all 0.4s ease 0.8s; 
    -ms-transition: all 0.4s ease 0.8s; 	   
}

.intro-03 .section.active .slide.active .to-animate.from-top {
	opacity: 1;
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
        transform: translateY(0%);
}

/*slide to animate from bottom*/
.intro-03 .section .slide .to-animate.from-bottom {
	opacity: 0;
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
        transform: translateY(100%);

    	transition: all 0.4s ease 0.8s; 
    -moz-transition: all 0.4s ease 0.8s; 
    -webkit-transition: all 0.4s ease 0.8s; 
    -o-transition: all 0.4s ease 0.8s; 
    -ms-transition: all 0.4s ease 0.8s; 	   
}

.intro-03 .section.active .slide.active .to-animate.from-bottom {
	opacity: 1;
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
        transform: translateY(0%);
}

@media screen and (min-width: 768px) {
div.overlay-text.text-left {
width: 49%;
margin-left: 3%;
}

.footer {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 24vh;
}

.valign img {
    max-width: 79%;
}

h4.font3 {
    font-size: 18px !important;
    letter-spacing: 0.015em;
    line-height: 28px;
}
}

