<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* ----------------------------------------------------
Author       : Ideas_Factory
Template Name: Karizma - Modern vCard / Resume / CV / Portfolio
* ----------------------------------------------------
*/

/*
* -----------------------------------------------------
*  01.Common Styles 
*  02.Preloader 
*  03.Home
*  04.Menu
*  05.About Section 
*  06.Resume Section 
*  07.Services Section 
*  08.Prtfolio Section
*  09.Blog Section
*  10.Contact Section 
* -----------------------------------------------------
*/



/*=================================*/
/*  01.Common Styles 
/*=================================*/

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body {
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
    color: #666;
    background-color: #ecf0f1;
    line-height: 2;
}

.page-inner {
    padding: 40px;
}

.page-right {
    color: #666;
    overflow-x: hidden !important;
}

img{
    display: block;
    max-width: 100%;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1{
    font-size: 2em;
}

.page-inner h2 {
    font-weight: 300;
    font-size: 2.4em;
}

p {
    font-size: 16px;
    color: #111;
}

.full-height {
    background-size: cover;
    background-position: center;
}

h3.subtitle {
    position: relative;
}

h3.subtitle svg {
    position: absolute;
    top: 28px;
    left: 0;
}

g.Web {
    opacity: 1;
}

g.Header {
    stroke-width: 2px;
}

.padding-bottom-90 &gt; .content {
    padding-bottom: 60px;
}

section {
    background-color: #ecf0f1;
    height: 0;
    max-width: 850px;
}

section &gt; .content {
    margin: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1000px;
}

.sec_title {
    position: relative;
    z-index: 55;
    margin-bottom: 60px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    padding-top: 32px;
    padding-bottom: 25px;
    line-height: 1;
}

.sec_title h2{
    display: inline-block;
    font-size: 43px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/*Main Color*/
.home_type .side #typed,
.menu .social-icons a:hover,
.menu .active_item,
.mob-menu .menu-title,
.menu .menu_list li a:hover,
.testimonials .arrows span:hover,
.fun-facts span,
.portfolio_sec  .item .info p,
.zoom-anim-dialog .project_info span,
.contact .info span.icon {
    color: #47A3DA;
}

.home_type .more_info a:hover,
.skills .skill div span,
.resume .date:after,
a.rslides_nav.rslides1_nav:hover,
.services .font-icon i,
li.active_filter:after,
.zoom-anim-dialog a.demo:hover,
.contact .contact_form .submit:hover {
    background-color: #47A3DA;
}

.contact .contact_form .submit,
.home_type .more_info a:hover,
.testimonials .arrows span:hover,
.fun-facts h4,
.resume .item,
.services .font-icon i,
.zoom-anim-dialog a.demo,
.form-control:focus,
.contact .contact_form .submit:hover {
    border-color: #47A3DA;
}

g.Header {
    stroke: #47A3DA;
}

.pt-page {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    height: auto;
    visibility: visible;
    z-index: 1;
}

.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.page-loader{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;  
}

.loader{
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: #000;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

/*End Preloader*/



/*=================================*/
/*  03.Home
/*=================================*/

.home_type .side {
    background-size: cover;
    background-position: center;
}

.home_type .side .overlayer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: relative;
    z-index: 11;
}

.home_type .side h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    position: relative;
    z-index: 10;
}

.home_type .side h1 .typed-cursor {
    font-weight: 100;
}

.home_type .more_info {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
}

.home_type .more_info a:hover {
    border-width: 2px;
    border-style: solid;
}

.home_type .more_info .info-title {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 5px;
}

.home_type .more_info .info-body {
    color: rgba(238, 238, 238, 0.84);
}

.home_type .more_info a {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
    margin-right: 18px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.home_type .overlayer.pogoSlider {
    background: transparent;
    padding: 0 !important;
}

.home_type .overlayer.pogoSlider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}

/*End Home Type*/



/*=================================*/
/*  04.Menu
/*=================================*/

.mob-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    padding: 17px 0;
    display: none;
}

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 58;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(95, 95, 95, 0.28);
    padding: 15px 0;
}

.mob-menu .mob-menu-content {
    overflow: hidden;
}

.mob-menu .menu-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

.navbar-toggle {
    padding: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.collapsed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.menu {
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.profile img {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34),-1px 1px 1px rgba(0, 0, 0, 0.34);
}

.intro-content h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.intro-content h1 &gt; span:first-child {
    color: #151515;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.menu_list a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0;
}

.menu .social-icons {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu .social-icons a {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    color: #252525;
}

.menu .social-icons a:first-of-type {
    margin-left: 0;
}

/*End Menu*/



/*=================================*/
/*  05.About Section 
/*=================================*/

.about span.main_work {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0.5px;
}

.about h3 {
    margin-bottom: 45px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.skills .skill {
    padding-bottom: 15px;
    position: relative;
}

.skills .skill div {
    text-align: right;
    padding-bottom: 12px;
    line-height: 1;
}

.skills .skill h5 {
    margin-right: 10px;
    color: #111;
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 0;
}

.skill &gt; span {
    color: rgba(0, 0, 0, 0.48);
    display: block;
    clear: both;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
}

.skills .skill div span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.skills .skill .false {
    opacity: 0.19;
}

.owl {
    margin-left: -15px;
    margin-right: -15px;
}

.testi-content {
    padding: 15px;
    position: relative;
    background: #fafafa;
    border: 1px solid #eee;
}

.testi-content:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 25px;
    width: 20px;
    height: 20px;
    background: #fafafa;
    transform: rotate(-45deg);
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.testimonials .arrows {
    float: right;
    margin-top: 10px;
}

.testimonials .arrows span {
    font-size: 21px;
    color: #333;
    background-color: #fafafa;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    padding: 2px;
    cursor: pointer;
}

.testimonials .arrows span:hover {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.testimonial {
    padding: 15px;
    padding-bottom: 8px;
    padding-top: 0;
    outline: none;
}

.testimonial p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial img {
    width: 60px;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    margin-left: 4px;
}

.testimonial h4,
.testimonial h5 {
    margin-left: 75px;
}

.testimonial h4 {
    margin-top: 23px;
    color: #222;
    font-size: 17px;
}

.testimonial h5 {
    color: rgba(0, 0, 0, 0.47);
}

.clients img {
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.clients img:hover {
    opacity: 1;
}

.fun-facts .item {
    text-align: center;
}

.fun-facts span {
    display: block;
    font-size: 40px;
}

.fun-facts h4 {
    font-size: 29px;
    color: #222;
    display: inline-block;
    padding-bottom: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fun-facts h5 {
    margin: 0;
}

/*End About Section*/



/*=================================*/
/*  06.Resume Section 
/*=================================*/

.resume h3 {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    margin-bottom: 45px;
}

.resume .item {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 4px;
    margin-left: 5px;
    border-left-width: 1px;
    border-left-style: solid;
}

.resume .item:last-of-type {
    padding-bottom: 2px;
}

.resume .date {
    position: relative;
    line-height: 1;
}

.resume .date:after, .resume .date:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -20px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.resume .date:before {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    top: 8px;
    left: -23px;
}

.resume .date span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.resume h4 {
    color: #222;
    font-size: 17px;
}

.resume .item p {
    font-size: 15px;
}

/*End Resume Section*/



/*=================================*/
/*  07.Services Section 
/*=================================*/

.services .item {
    padding-bottom: 40px;
}

.services .content {
    position: relative;
    z-index: 8;
}

.services .font-icon i {
    font-size: 25px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 5px;
}

.services .service_content p {
    font-size: 15px;
    margin: 0;
}

.services h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*End Services Section*/



/*=================================*/
/*  08.Prtfolio Section
/*=================================*/

.portfolio_sec .row {
    margin-right: -10px;
    margin-left: -10px;
}

.portfolio_sec .ul-filter {
    margin-bottom: 30px;
}

.portfolio_sec .ul-filter li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.3;
    padding: 8px;
    text-transform: uppercase;
}

.portfolio_sec .ul-filter li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

li.active_filter {
    color: #000;
}

li.active_filter:after {
    transform: scale(1) !important;
}

.portfolio_sec .item {
    padding: 10px;
}

.portfolio_sec .item .project_content {
    position: relative;
}

.portfolio_sec .item .my_img,
.portfolio_sec .item .my__img {
    overflow: hidden;
}

.portfolio_sec .item img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio_sec .item:hover img {
    transform: scale(1.3);
}

.portfolio_sec .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.portfolio_sec .item:hover .info {
    opacity: 1;
}

.portfolio_sec .item:hover .info h3,
.portfolio_sec .item:hover .info p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_sec  .item .info h3 {
    color: #fff;
    font-size: 20px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 25px;
}

.portfolio_sec  .item .info p {
    font-weight: bold;
    margin-bottom: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    margin-top: 6px;
    letter-spacing: 0.3px;
}

.zoom-anim-dialog .project__slider {
    position: relative;
}

a.rslides_nav.rslides1_nav {
    position: absolute;
    top: 45%;
    z-index: 555;
    display: inline-block;
    background: rgba(0, 0, 0, 0.18);
    color: #eee;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a.rslides_nav.rslides1_nav i {
    font-size: 40px;
    line-height: 54px;
}

a.rslides_nav.rslides1_nav.prev {
    left: 0;
}

a.rslides_nav.rslides1_nav.next {
    right: 0;
}

.zoom-anim-dialog .display-table-cell{
    padding-top: 50px;
}

.zoom-anim-dialog h3 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.my-mfp-zoom-in button.mfp-close,
.my-mfp-zoom-in .mfp-close:active {
    font-size: 42px;
    border-left: 1px solid rgba(51, 51, 51, 0.69);
    border-radius: 50%;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog a.demo {
    padding: 8px 20px;
    color: #252525;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
}

.zoom-anim-dialog a.demo:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.zoom-anim-dialog iframe {
    width: 100%;
    max-width: 100%;
}

/*End Prtfolio Section*/



/*=================================*/
/*  09.Blog Section
/*=================================*/

.blog .item {
    margin-bottom: 50px;
}

.blog .margin-b-zero {
    margin-bottom: 0;
}

.blog .blog__img {
    position: relative;
}

.blog .blog__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog__img img {
    width: 100%;
}

.blog .blog__img i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    font-size: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog__img:hover:after,
.blog .blog__img:hover i {
    opacity: 1;
}

.blog .item .content {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
}

.blog .item h3 a {
    display: inline-block;
    color: #333;
    font-size: 19px;
    margin-bottom: 8px;
}

.blog .info {
    font-size: 14px;
}

.blog .item p {
    margin-bottom: 0;
}

/*End Blog Section*/



/*=================================*/
/*  10.Contact Section 
/*=================================*/

.contact h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.contact p {
    font-size: 15px;
}

.info .item {
    position: relative;
}

.contact .info {
    margin-top: 30px;
}

.info span.icon {
    font-size: 33px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
}

.info .item div {
    margin-left: 51px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

.info .item div:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    bottom: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.08);
}

.contact .info span:not(.icon) {
    font-size: 16px;
    font-weight: 500;
    color: #151515;
}

.info .item div p {
    line-height: 1.2;
    margin-top: 10px;
}

.contact .info p a {
    color: #666;
}

.contact .contact_form {
    position: relative;
}

.contact .form-control {
    margin-top: 15px;
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.contact .form-control[name="name"] {
    margin-top: 7px;
}

.contact textarea.form-control {
    height: 200px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .contact_form .submit {
    margin-top: 30px;
    border-radius: 0;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact .contact_form .submit:hover {
    color: #fff;
}

.errorForm {
    border: 1px solid #da4856 !important;
}

.msg_success,
.msg_error{
    display: none;
    font-size: 12px;
    padding-top: 15px;
    position: absolute;
    bottom: -50px;
    text-transform: capitalize;
}

.msg_error p {
    color: #CE3D3D;
}

.msg_success p {
  color: #1FB4DA;
}

/*End Contact Section*/










/*landing*/
.body_land {
    overflow: auto !important;
}

.land_intro {
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.land_intro .display-table {
    position: relative;
    z-index: 1;
}

.land_intro:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.land_intro h1 {
    font-size: 85px;
    font-weight: 900;
    margin-bottom: 30px;
}

.land_intro h3{
    color: rgba(255, 255, 255, 0.76);
    letter-spacing: 1.3px;
}

.land_main {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #ecf0f1;
}

.land_main .content {
    padding-top: 30px;
    border-radius: 5px;
}

.land_main h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    padding-bottom: 17px;
}

.land_main .content &gt; span {
    padding-bottom: 1px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    top: -17px;
}

.land_main .content span span {
    background-color: #EEE;
    padding: 0 5px;
}

.land_main .item {
    border-radius: 5px;
    margin: 30px;
    padding-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    clear: both;
}

.land_main .item:first-of-type {
    margin-top: 15px;
}

.land_main .item:hover img {
    opacity: 0.7;
}

.land_main .item img {
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.land_main h4{
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.land_main h4 span {
    color: #aaa;
    padding-right: 5px;
}

.land_main .item:hover h4{
    color: #6DB6E1;
}

.body_land footer {
    margin-top: 0;
    border-top: 1px solid #eee;
}

.body_land .footer_border_top {
    border: none;
}


/*option box*/
.options_box{
    position: fixed;
    top: 18%;
    left: 0;
    z-index: 555;
    color: #666;
    transition: 0.5s ease-in-out;
    transform: translateX(-100%);
    border-left: none;
}

.animate_options_box{
    transform: translateX(0);
}

.options_box .cog{
    width: 35px;
    height: 40px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-left: none;
    text-align: right;
    background: #fff;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    right: -34px;
    text-align: center;
    background: #F1F1F1;
}

.options_box .cog i {
    display: inline-block;
    cursor: pointer;
    color: #313131;
    font-size: 15px;
    position: relative;
    top: -3px;
}

.options {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.17);
}

.options_box h4{
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 10px;
    padding-top: 14px;
    text-align: center;
    color: #333;
    background: #F1F1F1;
}

.options_box .select-t{
    text-align: center;
}

.options_box button{
    background: transparent;
    border: 1px solid #333;
    padding: 3px 26px;
    transition: ease-in-out 0.1s;
}

.options_box button:first-of-type{
    border-radius: 5px 0 0 5px;
    background: rgb(49, 49, 49);
    color: #fff;
    border-color: #333;
}

.options_box button:last-of-type{
    border-radius: 0 5px 5px 0;
    color: #000;
}

.options_box button:last-of-type:hover{
    color: #222;
    background-color: #fafafa;
}

.options_box button:first-of-type:hover{
    background: rgba(49, 49, 49, 0.95);
}

.options_box button:focus {
    outline: none;
}

.options_box .colors_box {
    padding: 12px;
    padding-bottom: 5px;
}

.options_box .colors_box div{
    line-height: 1;
    margin-bottom: 5px;
}

.colors_box span {
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 2px;
}

.c__check:after {
    content: "\f00c";
    color: #FFF;
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    line-height: 35px;
    width: 100%;
    top: 0;
    left: 0;
}

.options_box .colors_box .color1{
    background-color: #47A3DA;
}

.options_box .colors_box .color2{
    background-color: #ffbb06;
}

.options_box .colors_box .color3{
    background-color: #9b59b6;
}

.options_box .colors_box .color4{
    background-color: #00c077;
}

.options_box .colors_box .color5{
    background-color: #e74c3c;
}

.options_box .colors_box .color6{
    background-color: #00cae9;
}

/*end option box*/
</pre></body></html>