html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

body::-webkit-scrollbar-thumb {
    background-color: #121212
}

.preloader {
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 100000
}

.preloader img {
    width: 100px
}

header {
    position: relative
}

.menu-container.desktop-nav {
    position: fixed;
    top: -100px;
    z-index: 9999;
    width: 100%;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, 0.8)
}

.menu-container.desktop-nav nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    color: #fff;
    text-align: right;
}

.menu-container.desktop-nav nav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 18px;
}

.menu-container.desktop-nav nav ul li a {
    display: inline-block;
    padding: 11px 0px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s
}

.menu-container.desktop-nav nav ul li a:hover, .menu-container.desktop-nav nav ul li a:active, .menu-container.desktop-nav nav ul li a:focus {
    text-decoration: none !important;
    color: #D2D2D2
}

.menu-container.desktop-nav nav ul li:first-child {
    text-align: left
}

#trust{
    background: #252525;
    border-radius: 15px;
}
#trust .owl-item {
    padding: 10px;
}

#trust .owl-item img{
    transition: 0.3s;

}
#trust .owl-item .item{
    padding: 30px;
}

#trust .owl-item:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}

#trust .owl-pagination {
    bottom: -10px;
}

.trust-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-item{
    flex: 0 0 31%;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 3px;
}

.trust-item img{
    transition: .5s;
}

.trust-hover{
    width: 0;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    right: 0;
    height: 100%;
    background:rgba(37, 37, 37, 0.81);

    z-index: 99999;
}

.trust-hover .hover-item{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 25px;
    color: white;
    border-left: solid #5cb85c;
    width: 300px;
    padding-left: 10px;
}


.trust-item:hover .trust-hover{
    transition: 0.5s;
    width: 100%;
    opacity: 1;
}

.menu-container.desktop-nav nav ul li:first-child h1 {
    margin: 0;
    padding: 0;
    font-size: 18px
}

.menu-container.mobile-nav {
    display: none;
    position: fixed;
    top: -100px;
    z-index: 9999;
    width: 100%;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, 0.8)
}

.carousel-container {
    position: relative;
    background: #000
}

.carousel-container .carousel-container .owl-buttons .owl-prev {
    left: 20px
}

.carousel-container .carousel-container .owl-buttons .owl-next {
    right: 20px
}

.carousel-container:hover .owl-buttons {
    opacity: 1
}

.carousel-container .owl-buttons {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -90px;
    width: 100%;
    opacity: 0;
    transition: all 0.8s
}

.carousel-container .owl-buttons .owl-prev, .carousel-container .owl-buttons .owl-next {
    position: absolute;
    display: inline;
    padding: 0px 23px;
    font-family: FontAwesome;
    font-size: 100px;
    text-align: center;
    color: #848484
}

.carousel-container .owl-buttons .owl-prev {
    left: 20px
}

.carousel-container .owl-buttons .owl-next {
    right: 20px
}

.carousel-container .slide {
    position: relative
}

.carousel-container .slide .slide-content {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -35%;
    width: 70%
}

.carousel-container .slide .slide-content .slide-title {
    display: inline-block;
    font-weight: 300;
    font-size: 55px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.carousel-container .slide .slide-content .slide-sub-title {
    font-weight: 300;
    font-size: 35px;
    color: #fff
}

.carousel-container .slide .slide-content .slide-text {
    width: 70%;
    font-weight: 300;
    font-size: 20px;
    color: #fff
}

.owl-pagination {
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 999;
    display: table;
    margin-left: -10%;
    height: 5px;
    width: 20%;
    background: rgb(52, 52, 52);
    transition: all 0.8s
}

.owl-pagination .owl-page:hover {
    background: #15B82D
}

.owl-pagination .owl-page {
    display: table-cell;
    margin: 0 10px;
    transition: all 0.8s
}

.owl-pagination .owl-page.active {
    background: #5cb85c
}

.top-services .service-content {
    position: relative
}

.top-services .service-content .service-title a {
    color: #333;
    text-decoration: none
}

.top-services .service-content .service-title a:hover {
    color: #6B6B6B;
    text-decoration: none
}

.home-service .service-title{
    height: 130px;
}
.home-service .service-text{
    height: 170px;
}

.service-title {
    height: 70px;
    font-size: 27px;
}
.service-container .service {
    position: relative
}
.service-container .service-text{
    text-align: start;
}

.services .service-text{
    height: 210px;
}

.service-container .service-title h4 a{
    color: #0e0e0e;
}
.service-container .service-wrap-link {
    color: #000000
}

.service-container .service-wrap-link:hover {
    text-decoration: none
}

.service-view-more {
    position: relative;
    display: inline-block;
    text-transform: lowercase;
    color: #5cb85c;
    transition: all 0.5s
}

.service-view-more:hover, .service-view-more:focus, .service-view-more:active {
    text-decoration: none;
    outline: none;
    color: #333
}

.service-view-more:after {
    content: ' ';
    position: absolute;
    top: 5px;
    right: -37px;
    width: 25px;
    height: 11px;
    background-image: url(../img/design-elements/view_more_arrows.png);
    background-repeat: no-repeat;
    background-position: bottom left ;
    transition: all 0.5s
}
.form-control:focus{
    box-shadow: 0 0 3px rgb(80, 199, 30);
    border: none;
}
.service-view-more:hover:after, .service-view-more:focus:after, .service-view-more:active:after {
    background-position: top left;
}

.industries .nav-tabs {
    border-bottom: none;
    background-color: #464646
}

.industries .tab-content {
    margin-top: 25px
}

.industries .industry-title {
    margin: 0;
    padding: 0;
    text-align: center
}

.industries .industry-title a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries .industry-title.active, .industries .industry-title:hover {
    background: #464646;

}

.industries .industry-title.active a, .industries .industry-title:hover a {
    color: #fff;
    background-color: #0000008a !important;
    transition: 0.5s;
}

.industries .industry-title a{

    height: 60px;
    line-height: 22px;
}

.industries .industry-text {
    padding: 15px 25px
}

.industries .industry-text a.btn {
    margin-top: 20px
}

.industries .industry-text p {
    text-indent: 7px
}

.industries .industry-text p:first-letter {
    font-size: 32px;
    font-weight: 300
}

.industries .industry-text ul {
    padding: 0;
    list-style: none
}

.industries .industry-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 30px;
    letter-spacing: 1px
}

.industries .industry-text ul li:last-child {
    margin-bottom: 0px
}

.industries .industry-text ul li:before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 16px;
    background-image: url("../img/design-elements/check_mark.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 16px
}

.section.video {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.section.video h3 {
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff
}

.section.video p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 25px;
    color: #fff
}

.section.video .lightbox-button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px
}

.packages .package-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex
}

.packages .package-container .package {
    position: relative;
    z-index: 100
}

.packages .package-container .package:before {
    content: ' ';
    position: absolute;
    z-index: -2;
    width: 90%;
    height: 95%;
    background: #f0f0f0;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.packages h4.package-title {
    position: relative;
    margin: 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8);
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.packages .package-details {
    position: relative;
    padding: 15px;
    height: 100%;
    background: #fff
}

.packages .package-details ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.packages .package-details ul li {
    position: relative;
    padding: 10px 3px 10px 20px;
    border-bottom: 1px solid #f6f6f6
}

.packages .package-details ul li:before {
    content: '\f196';
    position: absolute;
    left: -2px;
    font-family: FontAwesome;
    color: #5cb85c
}

.packages .package-details ul li:last-child {
    border-bottom: none
}

.packages .package-details .request-button-container {
    position: absolute;
    margin-left: -15px;
    padding: 0 15px;
    width: 100%;
    bottom: 15px
}

.section.portfolios .portfolio .portfolio-title, .section.portfolios .portfolio .portfolio-title a {
    position: relative;
    margin-bottom: 15px;
    font-size: 30px;
    color: #000;
    text-decoration: none
}

.section.portfolios .portfolio .portfolio-title:hover, .section.portfolios .portfolio .portfolio-title:active, .section.portfolios .portfolio .portfolio-title:focus, .section.portfolios .portfolio .portfolio-title a:hover, .section.portfolios .portfolio .portfolio-title a:active, .section.portfolios .portfolio .portfolio-title a:focus {
    color: #333
}

.portfolio-image{
    height: 270px;
    overflow: hidden;
    position: relative;
}

.section.portfolios .portfolio .portfolio-title:before {
    content: ' ';
    position: absolute;
    top: 38px;
    width: 90px;
    height: 1px;
    border-top: 2px solid #50c71e;
    transition: 0.3s
}

.section.portfolios .portfolio:hover .portfolio-title:before {
    width: 100%
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #ffffff;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
[class^='imghvr-'], [class*=' imghvr-']{
    position: relative;
    display: inline-block;
    margin: 0;
    width:  100%;
    background-color: #ffffff;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    height: 360px;

}

.imghvr-flip-vert:hover > .hover-img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.figur-img{
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.hover-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff7d;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}
.portfolio-image:hover .hover-loading{
    opacity: 1;
    transition: .5s;
}

.hover-loading img{
    margin: 45px auto;
    width: 130px;
    margin-bottom: 28px;
}
.hover-loading p{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #333333;
}

#training .slide{
    margin-left: 10px;
}

.dn-training{
    display: none;
}

.training {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #2e2e2e;
    padding: 10px;
    min-height: 380px;

}

.training-item{
    border: solid 1px #f3f0f0;
    padding: 20px;
    min-height: 390px;
    transition: .5s;
    filter: grayscale(0);
}

.training-item:hover{
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: relative;
    z-index: 5;
    margin-top: -10px;
}
.training-item:hover .training-image img{
    filter: grayscale(100%);
    transition: .5s;
}

.training .training-meta {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 16px
}

.training .training-meta li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    font-size: 12px
}

.training .training-meta li .training-beginning {
    font-style: italic
}

.training-counter {
    position: absolute;
    z-index: -1;
    top: 30px;
    left: -30px;
    color: #f0f0f0;
    font-style: italic;
    font-size: 170px
}

.training-image {
    width: 100%
}

.training-image img {
    display: inline-block;
    margin-right: 20px;
    width: 70px;
    transition: .3s;
}

.training-image img:last-child {
    margin-right: 0px
}

.training-title {
    margin: 15px 0
}

.training-title a {
    color: #2e2e2e
}

.training-text {
    margin-bottom: 20px
}


.question-bubble {
    position: relative;
    background: #313131;
    border-radius: .4em;
    max-width: 415px;
    padding: 10px;
    color: white;
    margin-left: 60px;
}

.question-bubble:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color:  #313131;
    border-left: 0;
    border-top: 0;
    margin-top: -15.5px;
    margin-left: -31px;
}
.answare-bubble {
    position: relative;
    background: #313131;
    border-radius: .4em;
    max-width: 480px;
    padding: 10px;
    margin-right: 65px;
    color: white;
}

.answare-bubble:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 25px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #313131;
    border-right: 0;
    border-top: 0;
    margin-top: -15.5px;
    margin-right: -31px;
}

.answare{
    position: relative;
    min-height: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.question{
    margin-bottom: 18px;
    position: relative;
    min-height: 70px;
}

.question-user{
    width: 40px;
    height: 40px;
    border: solid;
    border-radius: 46px;
    position: absolute;

    font-size: 25px;
    text-align: center;
}

.answare-user{
    width: 40px;
    height: 40px;
    border: solid;
    border-radius: 46px;
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 25px;
    text-align: center;
}

.question-bubble i,.answare-bubble i{
    font-size: 10px;
    position: absolute;
    bottom: 1px;
    color: #ccc;
    margin: 3px auto;
}

.comment-question{
    overflow-y: scroll;
    height: 345px;
    margin-top: 15px;
}

.btn:focus{
    outline: none;
}

.testimonials {
    padding-bottom: 70px !important;
    text-align: center
}

.testimonials:hover .owl-buttons {
    opacity: 1
}

.testimonials .slide {
    margin: 0 auto;
    width: 80%;
    background-image: url("../img/design-elements/quotation_mark.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 114px 98px
}

.testimonials blockquote {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    border-left: none;
    font-size: 15px;
    font-style: italic
}

.testimonials .testimonial-author {
    font-weight: bold;
    font-size: 14px;
    color: #333
}

.testimonials .owl-buttons {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -75px;
    width: 100%;
    opacity: 0;
    transition: all 0.8s
}

.testimonials .owl-buttons .owl-prev, .testimonials .owl-buttons .owl-next {
    position: absolute;
    display: inline;
    padding: 0px 23px;
    font-family: FontAwesome;
    font-size: 70px;
    text-align: center;
    color: #848484
}

.testimonials .owl-buttons .owl-prev {
    left: 20px
}

.testimonials .owl-buttons .owl-next {
    right: 20px
}

.offer {
    padding: 30px 0;
    border-top: 1px solid #adacac45;
    transition: all 0.3s
}

.offer:last-child {
    border-bottom: 1px solid #adacac45
}

.offer:hover {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: relative;
    z-index: 5;
    transform: translateY(-7px) scale(1.1);
}
.offer-carousel .slide{
    padding: 58px 102px;
}
.offer .offer-meta {
    margin: 0;
    padding: 0;
    list-style: none
}

.offer .offer-meta li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px
}

.offer .offer-meta li.duration:before {
    content: '\f073';
    margin-right: 7px;
    font-family: FontAwesome;
    font-style: normal
}

.offer .offer-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 30px
}

.offer .offer-title:before {
    content: ' ';
    position: absolute;
    bottom: -15px;
    width: 90px;
    height: 1px;
    border-top: 2px solid #2e2e2e
}

.offer .offer-title a {
    color: #2e2e2e;
    text-decoration: none
}

.offer .offer-text {
    font-weight: 300;
    font-size: 16px
}

.service {
    background: #f7f7f7;
    border: solid 1px #eae7e761;
    text-align: center;
    transition: .5s;
}

.service:hover{
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    position: relative;
    z-index: 5;
}

.service .service-container {
    cursor: pointer;
    padding: 30px 20px;
}

.service .service-image {
    width: 20%
}
.no-pad {
    padding: 0;

}


.service .service-view-more.vertical-arrow {
    display: inline-block;
    margin: 50px auto 0px;
    width: 40%;
    font-size: 16px
}

.service .service-view-more.vertical-arrow:after {
    top: -30px;
    right: 56px;
    width: 25px;
    transform: rotate(90deg)
}

.service .service-title-divider {
    display: block;
    margin: 25px auto 35px auto;
    width: 30%;
    height: 1px;
    border-top: 2px solid #676767
}

.service-step{
    padding: 20px;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    border-radius: 5px;
    min-height: 320px;
}

.service-step .service-step-title {
    padding-bottom: 10px;
    font-size: 22px
}

.service-step .service-step-title .service-step-title-counter {
    position: relative;
    margin-right: 15px;
    font-style: italic;
    font-weight: 300;
    color: #5cb85c
}

.service-step .service-step-title .service-step-title-counter:after {
    content: ' ';
    position: absolute;
    top: -10%;
    right: -10px;
    width: 1px;
    height: 120%;
    border-right: 1px solid #5cb85c;
    transform: skewX(-25deg)
}

.service-step .service-step-text {
    font-weight: 300;
    color: #2e2e2e
}

.training {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #2e2e2e
}

.training .training-meta {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 16px
}

.training .training-meta li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    font-size: 12px
}

.training .training-meta li .training-beginning {
    font-style: italic
}

.training-counter {
    position: absolute;
    z-index: -1;
    top: 30px;
    left: -30px;
    color: #f0f0f0;
    font-style: italic;
    font-size: 170px
}

.training-image {
    width: 100%
}

.training-image img {
    display: inline-block;
    margin-right: 20px;
    width: 70px
}

.training-image img:last-child {
    margin-right: 0px
}

.training-title {
    margin: 15px 0
}

.training-title a {
    color: #2e2e2e
}

.training-text {
    margin-bottom: 20px
}

.section.order-process {
    padding: 40px 0px
}

.section.order-process .order-process-step {
    text-align: center
}

.section.order-process .order-process-step img {
    margin-bottom: 20px;
    width: 45px;
    transition: all 0.5s
}

.section.order-process .order-process-step h3 {
    margin-bottom: 20px
}

.section.order-process .order-process-step p {
    font-size: 16px;
    font-weight: 300
}

.section.office-images {
    padding-top: 0px;
    padding-bottom: 0px
}

.section.our-team .team-member h4 {
    position: relative;
    margin-bottom: 20px;
    font-weight: bold
}

.section.our-team .team-member h4:before {
    content: ' ';
    position: absolute;
    bottom: -13px;
    width: 100px;
    height: 1px;
    border-top: 2px solid #000
}

.section.our-team .team-member p {
    font-weight: 300
}

.section.certificates {
    padding-bottom: 100px
}

.section.contacts {
    padding-top: 0px;
    padding-bottom: 0px
}

.section.contacts .contacts-details {
    position: relative;
    z-index: 2;
    padding: 70px 0 123px 75px;
    background-image: url("../img/design-elements/conference-room.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff
}

.section.contacts .contacts-details h4 {
    margin-bottom: 20px;
    font-size: 24px
}

.section.contacts .contacts-details ul {
    padding: 0;
    list-style: none
}

.section.contacts .contacts-details ul li {
    margin-bottom: 7px
}

.section.contacts .contacts-details ul li:last-child {
    margin-bottom: 0px
}

.section.contacts .contacts-details ul li a {
    color: #fff;
    text-decoration: none
}

.section.contacts .contacts-details .contacts-details-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.section.contacts .contacts-map #map {
    width: 100%;
    height: 414px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

footer {
    padding: 50px 0 5px 0;
    background: #282828;
    font-size: 12px;
    font-weight: 300;
    color: #fff
}
.footer-contact-list li i{
    color: #50c71e ;
    padding-right: 10px;
    width: 24px;
}
.footer-contact-list li a:hover{
    color: #50c71e!important;
    transition: 0.2s;
}

footer .col-heading {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

footer ul {
    padding: 0;
    list-style: none
}

footer ul li {
    margin-bottom: 5px
}

footer ul li a {
    color: #fff;
    font-size: 14px
}

footer ul li a:hover {
    color: #50c71e;
    transition: 0.2s;
}

footer ul li a:hover, footer ul li a:active, footer ul li a:visited {
    text-decoration: none
}

footer .footer-bottom {
    margin-top: 40px;
    padding: 12px 10px 25px 7px;
    border-top: 1px solid #B9B9B9;
    font-size: 14px
}

footer .footer-bottom p {
    margin: 0;
    padding: 0
}

footer .footer-bottom ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: right
}

footer .footer-bottom ul li {
    display: inline-block;
    margin-right: 10px
}

footer .footer-bottom ul li:last-child {
    margin-right: 0
}

ul.left-menu {
    margin: 0;
    padding: 0;
    list-style: none

}

ul.left-menu li {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #e0e0e05c;
}

ul.left-menu li img {
    float: left;
    margin-right: 15px;
    width: 20px
}

ul.left-menu li a {
    padding-bottom: 5px;
    color: #676767;
    text-decoration: none;
    font-size: 12px;
}

.left-menu .active {
    transform: scale(1.05);
    background: #fff;
     box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.14), 3px 1px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);

}

.slide .layer{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
}

.anim-imac, .anim-mac-book, .anim-ipad, .anim-iphone {
    position: absolute;
    bottom: -5px;
    -webkit-filter: drop-shadow(0 0 10px #000);
    -moz-filter: drop-shadow(0 0 10px #000);
    -ms-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000)
}

.anim-imac {
    left: 10%;
    width: 600px;
}

.anim-mac-book {
    left: 40%;
    width: 470px;

}

.anim-ipad {
    left: 66%;
    width: 250px;

}

.anim-iphone {
    left: 79%;
    width: 150px;

}
.anim-3{
    animation: animSlider 3s;
}

.anim-35{
    animation: animSlider 3.5s;
}

.anim-4{
    animation: animSlider 4s;
}
.anim-45{
    animation: animSlider 4.5s;
}
::selection {
    color: #ffffff;
    background: #333333
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .anim-imac {
        left: 15%
    }

    .anim-mac-book {
        left: 40%
    }

    .anim-ipad {
        left: 61%
    }

    .anim-iphone {
        left: 72%
    }
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.9s infinite;
    -moz-animation: blink 0.9s infinite;
    -ms-animation: blink 0.9s infinite;
    animation: blink 0.9s infinite
}

.section {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px
}

.section .section-content {
    position: relative;
    z-index: 5
}

.section .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.section .section-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-align: center
}

.section .section-title:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -50px;
    width: 100px;
    border-bottom: 1px solid #50c71e
}

.section .section-title .section-title-upper {
    margin: 0;
    padding: 0;
    font-size: 16px
}

.section .section-title h2 {
    text-transform: uppercase;
    font-size: 40px
}

.section .section-text {
    margin: 0 auto;
    width: 70%;
    font-weight: 300;
    font-size: 16px;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .menu-container.desktop-nav {
        display: none
    }
    .trust-hover .hover-item {
        font-size: 16px;
        width: 270px;
    }
    .menu-container.mobile-nav {
        display: block
    }

    .menu-container.mobile-nav .mobile-nav-logo {
        display: inline-block
    }

    .menu-container.mobile-nav .mobile-nav-logo a {
        color: #fff;
        text-decoration: none
    }

    .menu-container.mobile-nav .mobile-nav-toggle {
        position: relative;
        float: right;
        padding-top: 13px;
        width: 45px;
        height: 70px;
        color: #fff;
        cursor: pointer
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s all
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar:first-child {
        top: 20px
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar:nth-child(2) {
        top: 34px
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar:last-child {
        top: 47px
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active {
        position: relative;
        float: right;
        padding-top: 13px;
        width: 45px;
        height: 70px;
        color: #fff;
        cursor: pointer
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active .bar {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active .bar:first-child {
        top: 34px;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active .bar:nth-child(2) {
        top: 34px;
        opacity: 0
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active .bar:last-child {
        top: 35px;
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    .menu-container.mobile-nav ul {
        display: block;
        margin: 0;
        padding: 0;
        height: 0;
        overflow: hidden;
        list-style: none;
        transition: 0.3s all
    }

    .menu-container.mobile-nav ul.active {
        padding: 50px 0 0 83px;
        height: calc(100vh - 70px)
    }

    .menu-container.mobile-nav ul li a {
        color: #fff;
        font-size: 21px;
        line-height: 37px;
        padding: 7px;
    }

    .home-service .service-text {
        height: 215px;
    }

    .anim-imac {
        left: 3%
    }

    .anim-mac-book {
        left: 35%
    }

    .anim-ipad {
        left: 62%
    }

    .anim-iphone {
        left: 81%
    }
}

@media only screen and (max-width: 992px) {
    .carousel-container .slide .slide-content .slide-text {
        width: 100%
    }
    .section.portfolios .portfolio .portfolio-title a{
        font-size: 23px;
    }
    .portfolio-image{
        height: 170px;
        margin-top: 10px;
    }

    .packages .package-container {
        display: block
    }

    .packages .package-container .package {
        position: relative;
        z-index: 100;
        margin-bottom: 20px
    }

    .packages .package-container .package:before {
        content: ' ';
        position: absolute;
        z-index: -2;
        width: 90%;
        height: 95%;
        background: #f0f0f0;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px)
    }

    .section.order-process .order-process-step {
        margin-bottom: 40px
    }

    .anim-imac, .anim-mac-book, .anim-ipad, .anim-iphone {
        display: none
    }

    .home-service .service-text {
        height: 140px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-container .slide .slide-content .slide-title {
        font-size: 48px
    }

    .carousel-container .slide .slide-content .slide-sub-title {
        font-size: 30px
    }

    .carousel-container .slide .slide-content .slide-text {
        font-size: 18px
    }

    .top-services .service-content {
        padding: 20px 0;
        border-bottom: 1px solid #ececec
    }

    .section.order-process .order-process-step img {
        display: block;
        margin: 0 auto;
        width: 90px
    }

    .section.order-process .order-process-step h3, .section.order-process .order-process-step p {
        text-align: center
    }

    .footer-bottom, footer .footer-bottom ul {
        text-align: center
    }
}

@media only screen and (max-width: 650px) {
    .carousel-container .slide .slide-content {
        left: 0;
        margin: auto 20px;
        width: calc(100% - 40px)
    }

    .carousel-container .slide .slide-content .slide-title {
        font-size: 38px
    }

    .carousel-container .slide .slide-content .slide-sub-title {
        font-size: 27px
    }

    .carousel-container .slide .slide-content .slide-text {
        font-size: 18px
    }
    .section .section-title h2 {
        font-size: 25px
    }
    .section.video h3{
        font-size: 25px;
    }
    .section.video p{
        font-size: 14px;
    }
}


@media only screen and (max-width: 540px) {
    .menu-container.mobile-nav .mobile-nav-logo a h1.font-orbitron {
        margin-top: 23px;
        font-size: 28px !important
    }

    .industries .industry-title a {
        padding: 7px 0;
        font-size: 18px
    }

    .section.portfolios .portfolio .portfolio-title, .section.portfolios .portfolio .portfolio-title a {
        font-size: 22px
    }
    .team-member{
        width: 100%;
    }
    [class^='imghvr-'], [class*=' imghvr-']{
        height: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-container.mobile-nav .mobile-nav-logo a h1.font-orbitron {
        margin-top: 24px;
        font-size: 24px !important
    }

    .menu-container.mobile-nav .mobile-nav-toggle {
        width: 35px
    }

    .menu-container.mobile-nav .mobile-nav-toggle.active {
        width: 35px
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar:first-child {
        top: 24px
    }

    .menu-container.mobile-nav .mobile-nav-toggle .bar:last-child {
        top: 43px
    }

    .carousel-container .slide .slide-content .slide-title {
        font-size: 35px
    }

    .carousel-container .slide .slide-content .slide-sub-title {
        font-size: 25px
    }

    .carousel-container .slide .slide-content .slide-text {
        font-size: 17px
    }

}

@media only screen and (max-width: 390px) {
    .menu-container.mobile-nav .mobile-nav-logo a h1.font-orbitron {
        margin-top: 24px;
        font-size: 22px !important
    }

    .industries .industry-title a {
        font-size: 15px
    }


}

@keyframes animSlider {
    0% {
        bottom: -150%
    }
    60% {
        bottom: -101%
    }
    100% {
        bottom: -5px
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex
}

.float-left {
    float: left;
    margin-right: 20px
}

.float-right {
    float: right;
    margin-left: 20px
}

.block-no-overfow {
    overflow: hidden
}

.block-center {
    display: block;
    margin: 0 auto
}

.width-p-10 {
    width: 10%
}

.width-p-20 {
    width: 20%
}

.width-p-30 {
    width: 30%
}

.width-p-40 {
    width: 40%
}

.width-p-50 {
    width: 50%
}

.width-p-60 {
    width: 60%
}

.width-p-70 {
    width: 70%
}

.width-p-80 {
    width: 80%
}

.width-p-90 {
    width: 90%
}

.width-p-100 {
    width: 100%
}

.bg-light-grey {
    background: #f7f7f7
}

.border-top {
    border-top: 1px dotted #000
}

.border-bottom {
    border-bottom: 1px dotted #000
}

.text-cols-2 {
    column-count: 2
}

.text-cols-3 {
    column-count: 3
}

.text-cols-4 {
    column-count: 4
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-underline {
    text-decoration: underline
}

.text-bold {
    font-weight: bold
}

.text-dec-fl::first-letter {
    font-size: 24px
}

.text-white {
    color: #fff
}

.text-grey {
    color: #333
}

.text-black {
    color: #000
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif
}

.zoom-100 {
    zoom: 100%
}

.zoom-120 {
    zoom: 120%
}

.zoom-140 {
    zoom: 140%
}

.zoom-160 {
    zoom: 160%
}

.zoom-180 {
    zoom: 180%
}

.zoom-200 {
    zoom: 200%
}

.font-1 {
    font-size: 1px !important
}

.font-2 {
    font-size: 2px !important
}

.font-3 {
    font-size: 3px !important
}

.font-4 {
    font-size: 4px !important
}

.font-5 {
    font-size: 5px !important
}

.font-6 {
    font-size: 6px !important
}

.font-7 {
    font-size: 7px !important
}

.font-8 {
    font-size: 8px !important
}

.font-9 {
    font-size: 9px !important
}

.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 20px !important
}

.font-21 {
    font-size: 21px !important
}

.font-22 {
    font-size: 22px !important
}

.font-23 {
    font-size: 23px !important
}

.font-24 {
    font-size: 24px !important
}

.font-25 {
    font-size: 25px !important
}

.font-26 {
    font-size: 26px !important
}

.font-27 {
    font-size: 27px !important
}

.font-28 {
    font-size: 28px !important
}

.font-29 {
    font-size: 29px !important
}

.font-30 {
    font-size: 30px !important
}

.font-31 {
    font-size: 31px !important
}

.font-32 {
    font-size: 32px !important
}

.font-33 {
    font-size: 33px !important
}

.font-34 {
    font-size: 34px !important
}

.font-35 {
    font-size: 35px !important
}

.font-36 {
    font-size: 36px !important
}

.font-37 {
    font-size: 37px !important
}

.font-38 {
    font-size: 38px !important
}

.font-39 {
    font-size: 39px !important
}

.font-40 {
    font-size: 40px !important
}

.font-41 {
    font-size: 41px !important
}

.font-42 {
    font-size: 42px !important
}

.font-43 {
    font-size: 43px !important
}

.font-44 {
    font-size: 44px !important
}

.font-45 {
    font-size: 45px !important
}

.font-46 {
    font-size: 46px !important
}

.font-47 {
    font-size: 47px !important
}

.font-48 {
    font-size: 48px !important
}

.font-49 {
    font-size: 49px !important
}

.font-50 {
    font-size: 50px !important
}

.gap-5 {
    margin-top: 5px
}
.gap-35 {
    margin-top: 35px;
}
.gap-10 {
    margin-top: 10px
}

.gap-15 {
    margin-top: 15px
}

.gap-20 {
    margin-top: 20px
}

.gap-25 {
    margin-top: 25px
}

.gap-30 {
    margin-top: 30px
}

.gap-35 {
    margin-top: 35px
}

.gap-40 {
    margin-top: 40px
}

.gap-45 {
    margin-top: 45px
}

.gap-50 {
    margin-top: 50px
}

.gap-55 {
    margin-top: 55px
}

.gap-60 {
    margin-top: 60px
}

.gap-65 {
    margin-top: 65px
}

.gap-70 {
    margin-top: 70px
}

.gap-75 {
    margin-top: 75px
}

.gap-80 {
    margin-top: 80px
}

.gap-85 {
    margin-top: 85px
}

.gap-90 {
    margin-top: 90px
}

.gap-95 {
    margin-top: 95px
}

.gap-100 {
    margin-top: 100px
}
.offer-image{
    height: 250px;
}
.offer-image-auto{
    height: auto;
}


/*# sourceMappingURL=styles.css.map */
.owl-pagination > .active{
    background: green;
}

/*****OUR PRODUCTS RESPONSIVE*****/

@media only screen and (max-width: 778px) {
    .offer-image {
        height: 275px;
        display: flex;
        justify-content: center;
    }.offer
}
@media only screen and (max-width: 475px) {
    .offer-carousel .slide {
        padding: 58px 5px;
    }
    .offer:hover{
        transform: none;
        box-shadow: none;
    }
    .trust-item {
        flex: 1 0 50%;
    }
}
