/* -----------------------------------
   1. Globally Applied Styles
   2. Header
   3. Home and Portfolio
   4. Blog and Blog Single
   5. About
   6. Contact
   7. Footer
   8. Media Screens
   ----------------------------------- */

/* --------------------------
   1. Globally Applied Styles
   -------------------------- */


.clearfix {
    clear: left;
}


body {
    margin: 0;
    padding: 0;
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Lusitana', serif;
    color: #124551;
    margin-top: 75px;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0;
}

.clear {
    clear: both;
}


/* Slicknav Menu */

.slicknav_menu {
    display: none;
    height: 75px;
    margin-left: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.slicknav_menu ul {
    padding: 0;
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:after,
.slicknav_menu .slicknav_icon-bar:before {
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -4px;
    width: 22px;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.slicknav_btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slicknav_btn .slicknav_icon {
    position: relative;
    line-height: 10px;
    height: 19px;
    width: 25px;
    padding-right: 15px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: transparent
}

.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    position: relative
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    -moz-transform: translateY(6px) rotateZ(-45deg);
    -ms-transform: translateY(6px) rotateZ(-45deg);
    -o-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg)
}

.slicknav_menu .slicknav_icon-bar:before {
    content: "";
    position: absolute;
    top: -6px
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    -moz-transform: translateY(-6px) rotateZ(45deg);
    -ms-transform: translateY(-6px) rotateZ(45deg);
    -o-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg)
}

.slicknav_menu .slicknav_icon-bar:after {
    content: "";
    position: absolute;
    top: 6px
}

.slicknav_menu .slicknav_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 75px;
    margin: 0;
    padding: 20px 35px;
    background-color: #154551;
    background: url(/images/banner/kelseyerik_webbackground_4.jpg) left top repeat;
}

.slicknav_menu .slicknav_nav li ul {
    padding-left: 20px
}



.slicknav_menu .slicknav_nav li {
    display: block;
    position: relative
}

.slicknav_menu .slicknav_nav li a {
    display: block;
    outline: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    font-family: 'Lusitana', serif;
    text-transform: uppercase;
}

.slicknav_menu .slicknav_nav li a:hover {
  color: #5ba9c0;
}

.slicknav_menu .slicknav_nav li a a {
    padding: 0
}

.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.slicknav_menu .slicknav_open .slicknav_arrow:before {
    content: "\f107"
}

.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
    content: "\f105"
}
.btn-load-more {
    width: 140px;
    margin: 40px auto;
}

.btn-load-more .load-more{
    padding: 10px 20px 10px 20px;
    border: 2px solid #aba5a5;
    color: #968f8f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    background: transparent;
    outline: 0;
}
.btn-load-more .load-more a{
    text-decoration: none;
    color: #a3a3a3;
}

/* --------------------------
   2. Header
   -------------------------- */

header {
    height: 75px;
    position: fixed;
    background: url(/images/banner/kelseyerik_webbackground_2.jpg) left top repeat;
    z-index: 999;
    width: 100%;
    /* border-bottom: 1px solid #f3f2f1; */
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-size: cover;
}
header .logo a{
    text-decoration: none;
    color: #666;
}
header .logo h2 {
    font-size: 35px;
    /* font-family: 'Quicksand', sans-serif; */
	font-family: 'Lusitana', serif;
    line-height: 75px;
}
header .menu ul {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    line-height: 75px;
    text-align: right;
}


@media (min-width: 1301px) and (max-width: 3000px) {
header .menu ul li {
    font-size: 20px;
}
}

@media (min-width: 1101px) and (max-width: 1300px) {
header .menu ul li {
    font-size: 18px;
}
}

@media (min-width: 992px) and (max-width: 1100px) {
header .menu ul li {
    font-size: 16px;
}
}

@media (max-width: 991px) {
header .menu ul li {
    font-size: 16px;
}
}


header .menu ul li {
    display: inline;
    margin-right: 20px;
    /* font-family: 'Palanquin', sans-serif; */
	font-family: 'Lusitana', serif;
    letter-spacing: 2px;
    position: relative;
}
header .menu ul li:hover {
    color: #5ba9c0;
}
header .menu ul li a {
    text-decoration: none;
    color: inherit;
    padding-bottom: 28px;
}
header .menu ul li .active {
    color: #5ba9c0;
}
header .menu ul li a:hover {
    text-decoration: none;
    color: inherit;
}
header .menu ul li:hover > ul {
    display: block;
}
header .menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    background-color: #18191e;
    min-width: 180px;
    padding: 0;
    text-align: left;
}
header .menu ul ul li {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #4c4c4c;
}
header .menu ul ul li:last-child {
    border-bottom: 0;
}
header .menu ul ul li a {
    display: block;
    line-height: 18px;
    padding: 15px 15px;
}

header .menu ul li ul li ul {
    left: 100%;
    top: 0;
}

header .menu ul li {
    color: #fff;
}

/* --------------------------
   3. Home and Portfolio
   -------------------------- */

.first-content .pic {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    background-attachment: fixed !important;
}

.first-content .pic {
    width: 100%;
    height: 700px;
    position: relative;
}

.first-content .about-picture {
    background-position: center 0 !important;
}

.first-content .pic .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.first-content .pic .content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.first-content .pic .content h3 {
    /* font-family: 'Hind', sans-serif; */
	font-family: 'Lusitana', serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 300;
}
.index2-content {
    padding-top: 60px;
    padding-bottom: 30px;
}
.index2-content p {
    padding-top: 20px;
    line-height: 25px;
}
.index2-content .items1 img{
    padding-bottom: 20px;
    width: 100%;
}
.index2-content .details{
    padding-top: 30px;
}
.index2-content .single-items3{
    padding-bottom: 30px;
}
.index2-content .single-items4 img{
    padding-bottom: 30px;
}

.index2-content .details2{
    padding-top: 10px;
}
.index2-content .details2 h6{
    color: #153246;
    font-size: 20px;
    padding-top: 30px;
    letter-spacing: 1px;
}
.index2-content .details2 span {
    font-size: 13px;
    color: #928f8e;
}
.index2-content .details h6 {
    color: #153246;
    font-size: 20px;
    padding-top: 25px;
    letter-spacing: 1px;
}
.index2-content .details span {
    font-size: 13px;
    color: #928f8e;
}
.second-section ul {
    font-size: 15px;
    text-align: center;
    padding: 50px 0;
    /* font-family: 'Palanquin', sans-serif; */
	font-family: 'Lusitana', serif;
}
.second-section ul li {
    display: inline;
    margin-right: 30px;
    color: #7c7c7c;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    transition: .3s all;
}
.second-section ul li:after {
    content: "";
    height: 1px;
    background-color:#2E86C1;
    position: absolute;
    width: 0%;
    bottom: 3px;
    left: 50%;
    transition: .3s all;
}
.second-section ul li:hover:after {
    color: #BD7F3F;
    left: 0;
    width: 100%;
}
.second-section ul li:hover,
.second-section ul li.active {
     color:#2E86C1;
}
.second-section ul li.active:after {
    color: #BD7F3F;
    left: 0;
    width: 100%;
}
.masonry .item{
    margin-bottom: 30px;
    position:relative;
}
.masonry .item .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.masonry .item .overlay .overlay-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.masonry .item:hover .overlay {
    opacity: 0.8;
}
.masonry .item .overlay h3 {
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    transform: translate(0,15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -moz-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -o-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
}

.masonry .item:hover .overlay h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
}

.masonry .item .overlay h3 a {
	font-family: 'Lusitana', serif;
    /* font-family: 'Hind', sans-serif; */
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 40px;
    letter-spacing: 3px;
    color: #484747;
}
.masonry .item .overlay h5 {
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0,10px));
    -moz-transform: translate(translate(0,10px));
    -ms-transform: translate(translate(0,10px));
    -o-transform: translate(translate(0,10px));
    transform: translate(translate(0,10px));
    -webkit-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -moz-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -o-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
}
.masonry .item:hover .overlay h5 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
}
.masonry .item .overlay h5 a {
	font-family: 'Lusitana', serif; 
    /* font-family: 'Hind', sans-serif; */
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #484747;
}

/* ------------------------  */
.nomasonry .item{
    margin-bottom: 30px;
    position:relative;
}
.nomasonry .item .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.nomasonry .item .overlay .overlay-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nomasonry .item:hover .overlay {
    opacity: 0.8;
}
.nomasonry .item .overlay h3 {
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    transform: translate(0,15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -moz-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -o-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
}

.nomasonry .item:hover .overlay h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
}

.nomasonry .item .overlay h3 a {
	font-family: 'Lusitana', serif;
    /* font-family: 'Hind', sans-serif; */
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 3px;
    color: #484747;
}
.nomasonry .item .overlay h5 {
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0,10px));
    -moz-transform: translate(translate(0,10px));
    -ms-transform: translate(translate(0,10px));
    -o-transform: translate(translate(0,10px));
    transform: translate(translate(0,10px));
    -webkit-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -moz-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    -o-transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
    transition: all .15s 75ms cubic-bezier(.2,.45,.44,.93);
}
.nomasonry .item:hover .overlay h5 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
}
.nomasonry .item .overlay h5 a {
	/* font-family: 'Lusitana', serif; */
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #484747;
}






/* --------------------------
   4. Blog and Blog Single
   -------------------------- */

.blog-firstsection {
    padding: 20px 0;
}
.blog-firstsection .pic-inner {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 30px;
    padding: 40px 35px;
}
.blog-firstsection .pic-inner h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.blog-firstsection .picture img{
    width:100%;
}
.blog-firstsection .pic-inner p {
    padding-top: 10px;
}
.blog-firstsection .items2 {
    padding-top: 20px;
}
.blog-firstsection .pic-inner span {
    color: #898989;
    font-size: 14px;
    margin-right: 10px;
    /* font-family: 'Hind', sans-serif; */
	font-family: 'Lusitana', serif;
}
.blog-firstsection .pic-inner span a {
    text-decoration: none;
    color: #337ab7;
}
.blog-firstsection .pic-inner p {
    line-height: 25px;
}
.blog-firstsection .pic-inner .btn-load-more {
    margin: 0;
    margin-top: 20px;
}
.blog-firstsection .pic-inner .btn-load-more .load-more {
    background-color: #2E86C1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
.first-content .content {
    color: #ffffff;
    letter-spacing: 2px;
}

.blogdata {
    padding-top: 20px;
    padding-bottom: 50px;
}
.blogdata h3 {
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
}
.blogsection2 .items {
    padding-top: 50px;
}
.blogsection2 h4 {
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
}
.blogdata span {
    text-align: center;
    display: block;
    padding-top: 10px;
    color: #7C4337;
}
.blogdata p {
    padding-top: 10px;
    padding-bottom: 20px;
}
.blogdata h5 {
    font-style: italic;
    font-size: 25px;
    color: #7C4337;
}
.blogsection2 h5 {
    font-style: italic;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7C4337;
}
.blogsection2 p {
    padding-top: 50px;
}
.blogsection3 h5 {
    font-style: italic;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7C4337;
}
.blogsection3 p {
    padding-top: 50px;
}
.blogsection3 {
    padding-bottom: 50px;
}
.blogsection4{
    background-color: #f9f9f9;
    padding-bottom: 50px;
}
.blogsection4 .items h3 {
    padding-top: 50px;
    padding-left: 80px;
    letter-spacing: 2px;
    font-size: 25px;
}
.blogsection4 .items p {
    padding-left: 80px;
    padding-top: 20px;
    font-size: 13px;
}
.blogsection4 .picture {
    padding-left: 100px;
    padding-top: 50px;
}
.blogsection4 .txt h5 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.blogsection4 .txt span {
    color: #763A31;
    letter-spacing: 1px;
    font-size: 15px;
}
.blogsection4 .txt p {
    padding-top: 10px;
}
.blogsection4 .txt {
    padding-top: 50px;
}
.blogsection4 .items4 {
    padding-top: 50px;
}
.contact-content .item {
    font-size: 23px;
    padding-bottom: 30px;
}
/* --------------------------
   5. About
   -------------------------- */

.about-second-content {
    padding-top: 100px;
    padding-bottom: 44px;
}
.about-second-content h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #333;
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Lusitana', serif;
}
.about-second-content .line {
    height: 1px;
    width: 50px;
    background-color: #1f9677;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-second-content h5 {
    font-size: 15px;
    font-style: italic;
    color: #99A3A4;
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Lusitana', serif;
}
.about-second-content p {
    font-size: 13px;
    color: #707B7C;
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Lusitana', serif;
}
.about-third-content {
    background-color: #E5E7E9;
    padding: 80px 0;
}
.about-third-content h4 {
    font-size: 18px;
    font-style: italic;
}
.about-third-content p {
    color: #1f9677;
    font-size: 13px;
    padding: 10px 0;
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Lusitana', serif;
}
.about-fourth-content {
    background-color: #f7f7f7;
    position: relative;
}
.about-fourth-content.align-right .about-info {
    float: right;
}
.about-fourth-content .about-info {
    width: 50%;
    float: left;
}
.about-fourth-content .about-info .about-inner-info {
    padding: 120px 40px;
    max-width: 600px;
    margin: 0 auto;
}
.about-fourth-content .about-info .about-inner-info h3 {
    color: #4d4d4d;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 27px;
}
.about-fourth-content .about-info .about-inner-info p {
    margin-bottom: 15px;
    line-height: 25px;
}
.about-fourth-content .about-section .about-holder-img {
    width: 50%;
    float: left;
}
.about-fourth-content .about-section .about-img {
    position: absolute;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 50%;
}

.about-sixth-content h4 {
    font-size: 23px;
    text-align: center;
    padding-top: 80px;
    text-transform: uppercase;
}
.about-sixth-content .line {
    height: 1px;
    width: 50px;
    margin: 15px auto;
    margin-bottom: 50px;
    background-color: #1f9677;
}
.about-sixth-content {
    padding-top: 50px;
}
.about-sixth-content .team-member {
    padding-right: 15px;
    padding-left: 15px;
}
.about-sixth-content .team-member h3 {
    margin-top: 20px;
    color: #111;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-sixth-content .team-member span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    color: #1f9677;
}
.about-sixth-content .team-member p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
}
.items .overlay .content {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.about-seventh-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-seventh-content h4 {
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
}
.about-seventh-content .line {
    height: 1px;
    width: 50px;
    margin: 15px auto;
    background-color: #1f9677;
}
.about-seventh-content .pic {
    padding-top: 30px;
}
.about-seventh-content .items {
    cursor: pointer;
}
.about-seventh-content .items .owl-item img{
    width: 100%;
    padding: 0 50px;
}
.about-seventh-content .items{
    padding-top: 40px;
}

/* --------------------------
   6. Contact
   -------------------------- */

.contact-content {
    padding-top: 80px;
}
.contact-content .items {
    margin-bottom: 30px;
}
.contact-content h2 {
    /* padding-left: 20px;
    padding-top: 30px; */
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-content .items h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1f1b1c;
}
.contact-content .items p {
    line-height: 25px;
    font-size: 14px;
}
.contact-content .items p a {
    text-decoration: none;
    font-weight: 600;
    color:inherit;
}
.contact-content form {
    width: 100%;
}
.contact-content form input,
.contact-content form textarea {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: 0;
    background-color: rgba(0,0,0,0.06);
    margin-bottom: 20px;
}
.contact-content form textarea {
    height: 200px;
    resize: none;
}
.contact-content .form-area{
    padding-top: 10px;
}
.contact-content form input[type=submit] {
    width: 150px;
    border: 0;
    outline: 0;
    color: #fff;
    float: right;
    background: #2E86C1;
}
.single-items{
    padding-top: 30px;
}

/* --------------------------
   7. Footer
   -------------------------- */

footer{
     padding: 30px 0 5px 0;
    margin-top: 30px;
    /* position: relative; */
    font-size: 14px;
    line-height: 23px;
    /* font-family: 'Hind', sans-serif; */
    text-align: center;
    background-color: #154551;
    background: url(/images/banner/kelseyerik_webbackground_2.jpg) left bottom repeat;
    color: #fff;
    background-size: cover;

}
footer .main-footer{
    text-align: center
}
footer .main-footer .icons ul {
    padding: 0;
}
footer .main-footer .icons a {
    text-decoration: none;
}
footer .main-footer .icons i{
    font-size:15px;
    color:#333;
}
footer .main-footer .icons i:hover{
    color:#2E86C1;
}
footer .main-footer .icons{
    padding-top: 10px;
}
footer .main-footer .icons ul li{
    display:inline;
    margin-right: 10px;
}


/* --------------------------
   8. Media Screen
   -------------------------- */

@media screen and (max-width:1300px){
    header .menu ul li ul li ul {
        left: -100% !important;
    }
}

@media screen and (max-width:991px) {
    .slicknav_menu {
        display: block;
    }
    header .menu {
        display: none;
    }
      .blogsection4 .txt{
        padding-left:100px;
    }

}

@media screen and (max-width:768px){

    .first-content .pic {
        height: calc(60vh - 75px);
    }

    .first-content .pic .content h3 {
        font-size: 30px;
    }
    .about-second-content h3{
        font-size: 25px;

    }
    .blogsection4 .txt{
        padding-left:100px;
    }
    .about-second-content h5{
        padding-bottom: 15px;
    }
    .about-fourth-content .frame p{
        padding-bottom: 50px;
    }
    .about-fourth-content .frame h3 {
        padding: 20px 0;
    }
    .about-seventh-content .items .owl-item img {
        padding: 0 70px;
    }
    .contact-content form input, .contact-content form textarea{
        width: 100%;
    }
    .contact-content form input[type=submit]{
       float:left;
    }

}
