/* general css */
body {
    background: #fff!important;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(0, 0, 0, 0.63);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 63px;
    z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
    background: #0e0c0f;
}

/* Sticky menu */
.is-sticky.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#offcanvas-toggler > .fa {
    color: #fff!important;
}
#offcanvas-toggler {
    float: right;
    font-size: 20px;
    background: #fff;
    padding: 33px;
}
/*** Logo ***/
body.home .header-area .logo {
    padding: 14px 0;
}
.header-area .logo {
    padding: 22px 0;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    border: 3px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    border-color: currentColor;
}
#offcanvas-toggler {
    display: block;
    height: 90px;
    line-height: 0px!important;
    font-size: 20px;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
    width: 100%;
}
#offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 0px!important;
    z-index: 9999;
    position: relative;
    left: 15px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
    border-top: 1px solid #E8EEF3;  
}

/**** Button ****/
.tp-caption a.btn-slider {
    display: inline-block;
    padding:10px 50px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
 }

 
/*** Slider ***/
.tp-caption.modern_small_text_dark, .modern_small_text_dark {
    letter-spacing: 6px!important;
}
.holder a.lg-round {
    color: #fff!important;
    padding: 10px 40px!important;
}
.socail-network {
    float: right;
}
.socail-network i {
    color: #fff;
    font-size: 20px;
}
.tp-caption .btn a {
    padding: 15px 33px 14px 30px;
    margin: 0 33px 0 0;
}
.tp-caption .btn:hover {
   background:none!important;
   border:1px solid #fff;
}
.tp-caption .btn {
    background: #b09b21;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tp-caption .lg-round {
    border-radius: 45px;
}
.tp-caption h1 {
    font-size: 72px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 9px;
}
.tp-caption h1 strong {
    display: block;
    font-weight: 700;
    padding: 16px 0 0;
}
.tp-caption .txt {
    background: #b09b21;
}
.tp-caption .txt {
    width: 102px;
    padding: 9px 18px 10px 19px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 8px;
    z-index: 1;
    margin: 0 0 51px 29px;
    display: block;
}
.tp-caption .txt:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 23px;
    top: auto;
    bottom: -25px;
    right: auto;
    border-style: solid;
    border-width: 34px 20px 0 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);
}
.tp-caption .txt:before {
    border-top-color: #b09b21;
}
.lt-slider-color span {
    color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** About ***/
.main-heading {
    font-size: 72px;
    line-height: 74px;
    color: #b7b7b7;
    font-weight: 900;
    margin: 0 0 42px;
    padding: 90px 0 12px;
    position: relative;
    z-index: 1;
}
.main-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 186px;
    top: auto;
    bottom: 0;
    right: auto;
    width: 16%;
    height: 3px;
    background: #b7b7b7;
}
.main-heading .fst-lt {
    font-size: 210px;
    line-height: 140px;
    color: #252525;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}
.main-heading .fst-lt {
    font-size: 210px;
    line-height: 140px;
    color: #252525;
    font-weight: 700;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0;
    display: block;
    z-index: -1;
}
.lt-about-content {
    font-style: italic;
}
.main-heading .heading2 .fst-lt {
    top: 65px;
    left: -16px;
}
.lt-about-content a:hover {
    color: #ffffff!important;
}
.main-heading .fst-lt-white {
    font-size: 210px;
    line-height: 140px;
    color: #252525;
    font-weight: 700;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
}
.title-white {
    color: #66C7C0!important;
}
.lt-about-content h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    font-style: normal;
}
.lt-about-content .name {
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
}
.lt-about-content .sub-title {
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #b7b7b7;
    font-style: italic;
    margin: 0 0 33px;
}
.lt-about-left img {
    border: 12px solid #fff;
}
.lt-about {
    position: relative;
}
.lt-about:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #002937;
    position: absolute;
}
.lt-about .sppb-row > div:first-child {
    padding: 0;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
    width: 100%;
}
/**** Education ****/
.lt-title-general p {
    padding-left: 187px;
}
#lt-faq .lt-text,
#lt-your-info .lt-text,
#lt-infor .lt-text,
#lt-general .lt-text,
#lt-contact-me .lt-text,
#lt-license .lt-text,
#lt-how .lt-text,
#lt-pricing .lt-text,
#lt-referance .lt-text,
#lt-interest .lt-text,
#lt-blog .lt-text,
#lt-contact-form .lt-text,
#lt-Portfolio .lt-text,
#lt-experience .lt-text,
#lt-service .lt-text,
#lt-education .lt-text,
#lt-skill .lt-text {
    position: absolute;
    top: 178px;
    left: -13px;
}
.lt-education-item {
    cursor: pointer;
    position: relative;
}
.lt-education-item ul.edu-list .time {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 223px;
    position: absolute;
    left: -77px;
    top: 100px;
    background: #b7b7b7;
    padding: 17px 34px 21px 34px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-education-item ul.edu-list .txt-holder {
    width: 100%;
    padding: 44px 0 34px 100px;
    float: left;
}
.lt-education-item ul.edu-list .uni-name {
    font-size: 24px;
    line-height: 26px;
    color: #b7b7b7;
    font-weight: 700;
    display: block;
    margin: 0 0 8px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-education-item ul.edu-list .sub-title {
    font-size: 14px;
    line-height: 16px;
    color: #b7b7b7;
    font-style: italic;
    display: block;
    margin: 0 0 26px;
}

/***** Skill ****/
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
.lt-service-sub:hover .sppb-btn,
.lt-service-sub:hover h3,
.lt-service-sub:hover .sppb-icon-container i {
    color: #0f6d66!important;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-skill-sub {
	background-color: #252525;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills {
   padding:15px;
}
.skills .skill {
   margin-bottom: 30px;
}
.skills .skill .skill-title {
   color: #ffffff;
   margin-bottom: 10px;
   font-weight: 400;
   font-size: 14px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   height: 6px;
   background: #5a5a5a;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
   float: left;
   width: 0%;
   background: #fff;
   height: 6px;
   position: relative;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #ffffff;
   font-weight: 400;
   top: -23px;
}

/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
    width: 100%;
}
.lt-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover ul {
    bottom: 113px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.lt-team-item ul li:nth-child(2):before {
    background: rgba(0,0,0,.1);
}
.lt-team-item ul li:nth-child(3):before {
    background: rgba(0,0,0,.2);
}
.lt-team-item ul li a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.lt-team-item ul li em {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li a:hover em {
    color: #000;
}
.lt-team-item ul li strong {
    display: none;
}

/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
    padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: left;
    margin-bottom: 30px;
}
.lt-portfolio p {
    color: #fff;
}
.lt-portfolio-top {
    padding: 40px;
}
.lt-portfolio-top p {
    color: #000;
}
.lt-portfolio-top ul {
    padding-left: 0;
}
.lt-portfolio-top ul li {
    list-style: none;
}
.lt-portfolio-top ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #b0b0b0;
    font-size: 18px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}
/**** Pricing *****/
.lt-pricing .lt-title-general {
    margin-bottom: 90px;
}
.lt-pricing .sppb-row > div:nth-child(4) {
    z-index: 999;
}
.lt-pricing-item .price-col {
    background-color: #fff;
}
.lt-pricing-item.active {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75);
}
.lt-pricing-item.active .price-list {
    color: #ebebeb;
    background: #d8bf25;
    border-bottom-color: #fff;
    margin: 0px;
    padding-top: 0;
}
.lt-pricing-item.active .price-list .heading {
    background: #fff;
}
.lt-pricing-item.active .price-list .btn a {
    background: #fff;
}
.lt-pricing-item.active .price-list .btn a {
    background: #fff;
    font-size: 13px;
    margin: 0px;
}
.lt-pricing-item.active .price-list .txt {
    background: #fff;
    color: #d8bf25;
}
.lt-pricing-item .price-list {
    font-size: 14px;
    line-height: 16px;
    color: #959595;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    padding: 34px 0 52px;
    background: #fff;
    border-bottom: 10px solid #ababab;
}
.price-list li {
    overflow: hidden;
    padding: 8px 0;
}
.price-list .heading {
    padding: 20px 0;
}
.lt-pricing-item.active .price-list .btn {
    margin-top:30px
}
.price-list .heading strong {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #f68e13;
    display: block;
    margin: 0 0 16px;
    position: relative;
    z-index: 1;
}
.lt-pricing-item .price-list .heading strong:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: -10px;
    right: auto;
    width: 32px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f68e13;
    z-index: 0;
}
.lt-pricing-item .price-list .heading strong span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 8px 0 0;
}
.lt-pricing-item .price-list .heading .name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #f68e13;
    display: block;
}
.lt-pricing-item a:hover {
  color:#fff!important;
}
.lt-pricing-item.active .price-list .btn a:hover {
  border:1px solid #fff!important;
  border-radius:50px!important;
}
.lt-pricing-item .price-list .btn a {
    color: #f68e13;
    border: 2px solid #f68e13;
   padding: 10px 33px; 
    border-radius: 50px;
    margin: 26px 0 0;
    background: none;
}
.lt-pricing-item .price-list .btn  { 
    margin: 26px 0 0;
    background: none;
}
.lt-pricing-item .price-list .txt {
    background: #f68e13;
    color: #fff;
    border-radius: 4px;
    padding: 2px;
}

/****Interest ****/
.lt-interest-item .pull-sppb-text-center {
    background-color: #66C7C0;
    margin-top: 50px;
    padding:50px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lt-interest-item:hover .pull-sppb-text-center {
    margin-top:0px;
    background:#fff;
}

/**** Testimonial ****/
.tp-caption img {
    background: transparent;
    border: 2px solid #000;
    border-radius: 78px;
}

/*** Blog ***/
.lt-blog p {
    color: #fff;
}
.moduleItemComments {
    font-size: 0;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a {
    color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
div.k2ItemsBlock ul .clearList {
    display: none;
}
.sp-module-content {
    display: inline-block;
}
div.itemFacebookButton {
    width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}

/*** Contact ***/
.lt-contact-us ul {
    padding-left: 0;
}
.lt-contact-us ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
}
.lt-contact-us ul li em {
    margin-right: 10px;
    color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
    display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.creativecontactform_header {
    display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.creativecontactform_field_name {
    color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
    width: 32%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
    margin-right: 0;
}
.powered_by.powered_by_1 {
    opacity: 0!important;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    color: #fff!important;
    text-shadow: none;
}
.lt-contact-item .sppb-addon-title {
    padding-bottom: 20px;
}
/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a {
    color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
  #sp-logo,
  #sp-menu {
    width: 50%;
  }
  .lt-slider-color i {
    width: 45px;
    height: 45px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
  }
  .lt-slider {
    padding-top: 90px!important;
    position: relative;
  }
  body.home .header-area {
    line-height: 62px!important; 
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
  .lt-slider-color i {
    width: 35px;
    height: 35px;
  }
    .tp-caption a.btn-slider {
         font-size:12px!important;
  }
  .lt-slider {
    padding-top: 90px!important;
    position: relative;
  }
  body.home .header-area {
    line-height: 62px!important; 
  }
  #rev_slider_2_2, #rev_slider_2_2_wrapper {
    width: 780px!important;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
  .lt-slider {
      padding-top: 90px!important;
      position: relative;
  }
   body.home .header-area {
    line-height: 45px!important; 
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size:12px!important;
   }
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .main-heading {
      font-size: 32px!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      font-size: 12px!important;
  }
  .tp-caption .btn {
    font-size: 10px!important;
  }
  .tp-caption .txt {
    font-size: 12px!important;
    width:67px!important;
  }
  #rev_slider_2_2, #rev_slider_2_2_wrapper {
    width: 370px!important;
 }
 .tp-caption.small_light_white, .small_light_white {
    font-size: 9px!important;
    left: -5px!important;
     padding:10px!important;
  }
  .tp-caption .txt {
    font-size: 10px!important;
    padding-top: 6px!important;
  }
  #offcanvas-toggler {
    display: block;
    height: 73px!important;
    padding:21px!important;
  }
 .tp-caption .txt {
    width: 64px!important;
    padding: 6px 3px 6px 17px!important;
    font-size: 12px!important;
    line-height: 8px!important;
    margin: 9px 0 32px 19px!important;
 }
 .holder a.lg-round {
    color: #fff!important;
    padding: 10px 9px!important;
}
.socail-network i {
	display: none!important;
}
.tp-caption.medium_light_white, .medium_light_white {
    font-size: 12px!important;
    line-height: 2px!important;
 }
}
 /* Screen min 480px */
@media (max-width: 480px) {
  .lt-slider {
    padding-top: 90px!important;
    position: relative;
  }
   body.home .header-area {
    line-height: 45px!important; 
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
 .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .main-heading {
      font-size: 32px!important;
  }
  .lt-title-general p {
      padding-left: 149px!imporrtant;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      color: #b0b0b0;
      font-size: 32px!important;
      width: 241px!important;
  }
  .creativecontactform_input_element {
      width: 64% !important;
  }
  .creative_field_box_wrapper_0 .creative_textarea_wrapper {
      width: 100%!important;
  }
  .tp-caption .txt:before {
      left: 18px!important;
      bottom: -10px!important;
      border-width: 13px 7px 0 0!important;
  }
  .tp-caption .btn {
    font-size: 10px!important;
  }
  .tp-caption .txt {
    font-size: 9px!important;
  }
  .tp-caption .txt {
    font-size: 10px!important;
    padding-top: 6px!important;
  }
  #offcanvas-toggler {
    display: block;
    height: 73px!important;
    padding:21px!important;
  }
 .tp-caption .txt {
    width: 64px!important;
    padding: 6px 3px 6px 17px!important;
    font-size: 12px!important;
    line-height: 8px!important;
    margin: 9px 0 32px 19px!important;
 }
 .holder a.lg-round {
    color: #fff!important;
    padding: 10px 9px!important;
}
.socail-network i {
	display: none!important;
}
.tp-caption.medium_light_white, .medium_light_white {
    font-size: 12px!important;
    line-height: 2px!important;
}
#rev_slider_2_2, #rev_slider_2_2_wrapper {
    width: 323px!important;
}
.tp-caption.small_light_white, .small_light_white {
    font-size: 7px!important;
    left: 10px!important;
    padding: 8px!important;
 }
.lt-about-content h3 {
    padding-top: 34px!important;
}
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .lt-slider {
    padding-top: 90px!important;
    position: relative;
  }
   body.home .header-area {
    line-height: 45px!important; 
  }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .main-heading {
      font-size: 32px!important;
  }
  .lt-title-general p {
      padding-left: 149px!imporrtant;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      color: #b0b0b0;
      font-size: 32px!important;
      width: 241px!important;
  }
  .creativecontactform_input_element {
      width: 64% !important;
  }
  .creative_field_box_wrapper_0 .creative_textarea_wrapper {
      width: 100%!important;
  }
  .tp-caption .txt:before {
      left: 18px!important;
      bottom: -10px!important;
      border-width: 13px 7px 0 0!important;
  }
  .tp-caption .btn {
    font-size: 10px!important;
  }
  .tp-caption .txt {
    font-size: 9px!important;
  }
  .tp-caption .txt {
    font-size: 10px!important;
    padding-top: 6px!important;
  }
  #offcanvas-toggler {
    display: block;
    height: 73px!important;
    padding:21px!important;
  }
 .tp-caption .txt {
    width: 64px!important;
    padding: 6px 3px 6px 17px!important;
    font-size: 12px!important;
    line-height: 8px!important;
    margin: 9px 0 32px 19px!important;
 }
 .holder a.lg-round {
    color: #fff!important;
    padding: 10px 9px!important;
 }
 .socail-network i {
	display: none!important;
 }
 .tp-caption.medium_light_white, .medium_light_white {
    font-size: 12px!important;
    line-height: 2px!important;
 }
 #rev_slider_2_2, #rev_slider_2_2_wrapper {
    width: 303px!important;
 }
.tp-caption.small_light_white, .small_light_white {
    font-size: 7px!important;
    left: 7px!important;
 }
.lt-about-content h3 {
    padding-top: 34px!important;
}
}
 /* Screen min 320px */
@media (max-width: 320px) {
  .lt-slider {
    padding-top: 90px!important;
    position: relative;
  }
  body.home .header-area {
    line-height: 45px!important; 
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
       font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .main-heading {
      font-size: 32px!important;
  }
  .lt-title-general p {
      padding-left: 149px!imporrtant;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      color: #b0b0b0;
      font-size: 32px!important;
      width: 241px!important;
  }
  .creativecontactform_input_element {
      width: 64% !important;
  }
  .creative_field_box_wrapper_0 .creative_textarea_wrapper {
      width: 100%!important;
  }
  .tp-caption .txt:before {
      left: 18px!important;
      bottom: -10px!important;
      border-width: 13px 7px 0 0!important;
  }
  .tp-caption .btn {
    font-size: 10px!important;
  }
  .tp-caption .txt {
    font-size: 10px!important;
    padding-top: 6px!important;
  }
  #offcanvas-toggler {
    display: block;
    height: 73px!important;
    padding:21px!important;
  }
 .tp-caption .txt {
    width: 64px!important;
    padding: 6px 3px 6px 17px!important;
    font-size: 12px!important;
    line-height: 8px!important;
    margin: 9px 0 32px 19px!important;
 }
 .holder a.lg-round {
    color: #fff!important;
    padding: 10px 9px!important;
}
.socail-network i {
	display: none!important;
}
.tp-caption.medium_light_white, .medium_light_white {
    font-size: 12px!important;
    line-height: 2px!important;
 }
  #rev_slider_2_2, #rev_slider_2_2_wrapper {
    width: 270px!important;
 }
.tp-caption.small_light_white, .small_light_white {
    font-size: 6px!important;
    left: 9px!important;
    padding: 8px!important;
 }
.lt-about-content h3 {
    padding-top: 34px!important;
}
}