/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Process
	07 Works
	08 why-us
	09 Team
	10 Testimonials
	11 Price
	12 Blog
	13 Call-action
	14 Contact
	15 Footer
	16 Responsive
 

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
}

blockquote {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    padding: 15px 0 15px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

blockquote p {
    color: inherit;
}

blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
}

img {
    width: 100%;
    height: auto;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}


/*#cursor-custom {
	position: absolute;
	color: white;
	width: 30px;
	height: 30px;
	border: 2px solid #ff9a5a;
	z-index: 999999;
	border-radius: 50%;
	pointer-events: none;
	transition: all 20ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: transform 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	pointer-events: none;
}*/

.section-padding {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 70px;
    text-align: center;
}

.small-title {
    font-weight: 600;
    color: #fff;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
    text-transform: uppercase;
    letter-spacing: .075em;
    display: inline-block;
    padding: 8px 19px 5px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    margin-bottom: 10px;
}

.section-title h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.section-title h4::before,
.section-title h4::after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
}

.section-title h4::before {
    bottom: 5px;
    right: calc(50% - 5px);
}

.section-title h4::after {
    bottom: 0;
    left: calc(50% - 5px);
}

.section-title.left {
    text-align: left;
}

.section-title.left h4::before {
    right: auto;
    left: 0;
}

.section-title.left h4::after {
    left: 0;
    width: 70px;
}

[data-overlay-color] .section-title p {
    color: #ccc;
}

[data-overlay-color].process .icon {
    color: #fff !important;
}

.bg-gray {
    background: #f9f9f9;
}

.o-hidden {
    overflow: hidden;
}

.pos-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.5;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 8px;
    background: #ddd;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
    .banner_box {
        width: 200px;
        right: 25px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.banner_box {
    width: 30%;
    position: absolute;
    right: 4vw;
    top: -30%;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* xclip */

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}


/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/

.butn {
    padding: 12px 35px;
    background: #fff;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    /*background: linear-gradient(to right, #ff9a5a 0%, #ff613a 50%, #ff9a5a 100%);*/
    background: linear-gradient(to right, #006cab52 0%, #0068a66b 50%, #0166a45e 100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    color: #fff;
    /*border: none;*/
    border: 1px solid;
}

.butn:hover {
    background-position: 100% 0;
    color: #fff;
}

.butn-light {
    background: #fff;
    color: #ff613a;
}


/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background: transparent;
    z-index: 9;
    min-height: 70px;
    background: rgba(0, 118, 183, 0.9);
    /* UI Designer */
}

.main-navigation .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #eee;
    letter-spacing: .5px;
    margin: 15px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.main-navigation .active {
    color: #ff9a5a !important;
}

.nav-item {
    position: relative;
}

.submenu {
    opacity: 0;
    visibility: hidden;
    display: block;
    min-width: 180px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding: 15px 20px;
}

.nav-item:hover>.submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.nav-item>.submenu a {
    color: #111
}

.nav-item>.submenu a:hover {
    color: #ff9a5a;
}

.navbar-ui {
    background: none;
}

.nav-scroll {
    /*background: #fff;*/
    z-index: 99999;
    background-image: linear-gradient(to right, #007abb 0%, #041e50 100%);
    background: rgba(0, 118, 183, 0.9);
    /* UI Designer */
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.nav-scroll .icon-bar {
    color: #222;
}

.nav-scroll .main-navigation .nav-link {
    color: #fefefe;
}

.nav-scroll .logo {
    padding: 15px 0;
    color: #111;
}

.main-navigation .submenu .nav-link {
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal;
}

.logo {
    padding: 15px 0;
    width: 400px;
}


/*MOBILE MENU*/

.box-mobile-menu-open .body-overlay {
    visibility: visible;
    opacity: 1;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.box-mobile-menu-open .box-mobile-menu {
    left: 0;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active>.submenu {
    left: 0 !important;
    z-index: 101;
}

.box-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 90%;
    max-width: 320px;
    line-height: 30px;
    background-color: #fff;
    color: #666;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}

.box-mobile-menu .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
}

.box-mobile-menu .close-menu::before,
.box-mobile-menu .close-menu::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 22px;
    width: 17px;
}

.box-mobile-menu .close-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-mobile-menu .close-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-mobile-menu .box-inner {
    height: calc(100% - 40px);
    box-shadow: 0 -1px 0 #eee;
    position: relative;
}

.box-mobile-menu .box-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 8px 0;
    margin: 0 46px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.box-mobile-menu .back-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
}

.box-mobile-menu .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
}

.box-mobile-menu .toggle-submenu {
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.box-mobile-menu .toggle-submenu::before {
    content: "\f105";
}

.box-mobile-menu .submenu .submenu .toggle-submenu {
    display: none;
}

.box-mobile-menu .main-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.box-mobile-menu .main-menu .submenu {
    background-color: #fff;
    color: #666;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0 !important;
    left: -100% !important;
    bottom: 0;
    width: 100% !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.box-mobile-menu .main-menu>.menu-item,
.box-mobile-menu .main-menu .submenu>.menu-item {
    display: inline-block;
    position: static;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.box-mobile-menu .main-menu .menu-item>a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
}

.box-mobile-menu .main-menu .submenu.megamenu .menu-item>a {
    padding: 0;
}

.box-mobile-menu .main-menu .menu-item-has-children>a {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
}

.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children>a {
    display: block;
    width: auto;
}

.box-mobile-menu .main-menu .menu-item-has-children>.toggle-submenu {
    float: right;
    z-index: 30;
}


/*mobile-navigation*/

.mobile-navigation {
    display: none;
    cursor: pointer;
}

.menu-btn-icon {
    text-align: center;
    display: inline-block;
    height: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    line-height: 7px;
    position: relative;
    width: 24px;
    cursor: pointer;
}

.menu-btn-icon span {
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    height: 2px;
    width: 24px;
}

.nav-scroll .menu-btn-icon span {
    background-color: #FFFFFF;
}


/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/

.header {
    height: 70vh;
    position: relative;
}

.blog-header.header {
    max-height: 500px;
}

.header.video {
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1 {
    margin-top: 0%;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption p {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    word-spacing: 2px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff613a;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .caption .butn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.logo_banner {
    height: 110px;
    margin-bottom: 15px;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

.wave {
    min-height: 105vh;
}

.wave:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 100px;
    background-size: cover;
    z-index: 7;
}

.bg-vid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

[id^="particles-js"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}*/

.seeComment {
    font-size: 19px;
    cursor: pointer;
    border: 1px #f3f0f0 solid;
    padding: 15px 35px;
    margin-top: 42px;
    /*width: 153px;*/
}

.img-title {
    width: 697px;
    letter-spacing: .075em;
    display: inline-block;
    padding: 8px 19px 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.section_2 {
    margin-right: 5%;
    border-radius: 15px;
    z-index: 999;
}

.section_2_w {
    background: #fefefe80 !important;
}

.section_2_w .section_2_content {
    width: 75%;
    float: left;
    margin-left: 4%;
}

.section_2_w .section_2_content span {
    color: #2f87c0;
}

.section_2_w .section_2_content p {
    color: #c0c0c0;
    font-size: 13px;
}

.section_2_d {
    background: #2f87c0 !important;
}

.section_2_d .section_2_content {
    width: 75%;
    float: left;
    margin-left: 4%;
}

.section_2_d .section_2_content span {
    color: #fefefe;
}

.section_2_d .section_2_content p {
    color: #fefefe;
    font-size: 13px;
}

.cont p {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
    margin-bottom: 50px;
}

.border_orange {
    color: #d8852c;
    background: #d8852c21;
    border: 1px #d8852c solid;
}

.title2 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: bolder;
}


/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

.head_reduce {
    float: left;
    padding: 0;
}

.head_reduce .box {
    margin-right: 0;
    border-radius: 0;
    /*border: 1px #007abb solid;*/
}

.head_reduce .box .content {
    width: 100%;
    margin: 0 auto;
    /*margin-left: 12%;*/
    margin-left: 0%;
    margin-top: 15px;
}

.hero .extra-title {
    margin-bottom: 30px;
}

.hero .extra-title span {
    color: #ff613a;
}

.hero .col-lg-6.image {
    padding-left: 40px;
}

.hero .feature-wrap .feat-inner {
    padding: 50px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hero .feature-wrap.active .feat-inner {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3;
}

.hero .feature-wrap .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ff613a;
}

.hero .feature-wrap .icon::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: -15px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #f8f8f8;
}

.hero .feature-wrap:hover .feat-inner .icon::after {
    top: 0;
    left: 0;
}

.hero .feature-wrap .feat-info {
    overflow: hidden;
}

.hero .feature-wrap h5 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
}

.hero .feature-wrap h5::before {
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero .feature-wrap h6 {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.tabs-section .nav-pills {
    padding: 0;
}

.tabs-section .nav-pills .nav-link {
    background-color: #f2f2f2;
    padding: 12px 40px;
    border-right: 1px solid #eee;
    border-top: 2px solid transparent;
    border-radius: 0;
    position: relative;
    z-index: 5;
}

.tabs-section .nav-pills .nav-link.active {
    border-top-color: #ff613a;
    background-color: #fff;
    color: #ff613a;
}

.tabs-section .tab-content .left {
    padding: 0;
    position: relative;
    z-index: 3;
}

.tabs-section .tab-content .left .box-white {
    padding: 50px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 5px;
}

.title {
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.title::before {
    content: '';
    width: 60px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    left: 0;
}

.sub-title {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}

.feat li {
    margin: 0;
    padding: 0 5px;
}

.feat li div {
    background-color: #eee;
    padding: 30px 30px;
    overflow: hidden;
}

.feat {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

.feat .icon {
    font-size: 32px;
    color: #ff613a;
    margin-right: 20px;
    float: left;
}

.feat h6 {
    font-size: 14px;
    overflow: hidden;
    margin-top: 6px;
}

.tabs-section .tab-content .image {
    padding: 0;
    position: relative;
    margin-left: -20px;
    margin-top: -40px;
    max-width: calc(50% + 20px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.image .img {
    position: relative;
}

.image .img .vid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    display: block;
    border-width: 9px 0 9px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ff9a5a;
}

.image .img .vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.videobox_animation {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
    border-width: .5px;
    border-style: solid;
    border-color: #e0e0e0;
    opacity: 0;
    -webkit-animation: circles 3.9s linear 0s infinite;
    -moz-animation: circles 3.9s linear 0s infinite;
    -o-animation: circles 3.9s linear 0s infinite;
    animation: circles 3.9s linear 0s infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.videobox_animation.circle_2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.videobox_animation.circle_3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

@-webkit-keyframes circles {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-moz-keyframes circles {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -moz-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-o-keyframes circles {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@keyframes circles {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        -moz-transform: scale(1.44);
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

.tabs-section .tab-content .image .owl-dots {
    margin-top: -30px;
    position: relative;
    z-index: 7;
}

.skills {
    padding-right: 8px;
}

.skills h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.skills .skill-progress {
    height: 8px;
    width: 100%;
    background-color: #eaeaea;
    border-radius: 20px;
    position: relative;
    margin: 4px;
}

.skills .skill-progress::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: #eaeaea;
}

.skills .skill-progress .progres {
    width: 10%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.skills .skill-progress .progres:after {
    content: attr(data-value);
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 11px;
}


/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 06 Process ]
-----------------------------------------------------------------*/

.process .item {
    position: relative;
    z-index: 4;
}

.process .item img {
    position: absolute;
    width: 70%;
    right: -40%;
    top: 15px;
    opacity: .5;
}

.process .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.process .item .cont {
    padding: 80px 30px 45px;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    margin-top: -43px;
}

.process .item .icon {
    color: #fff;
    font-size: 40px;
    width: 86px;
    height: 86px;
    line-height: 86px;
    border-radius: 50%;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    position: relative;
    z-index: 4;
}

.process .item h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.process .item h5::before {
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process .item p {
    font-size: 14px;
}


/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/

.works .filtering .filter {
    display: inline-block;
}

.works .filtering span {
    margin: 0 5px;
    padding: 5px 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
}

.works .filtering .active {
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
    -webkit-box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.works .isotope-sizer {
    width: 33.3333333%;
}

.works .item-img {
    position: relative;
    /*margin-top: 30px;*/
}

.works .item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
}

.works .item-img:hover .item-img-overlay-2 {
    display: none;
}

.item-img-overlay-2 .boxImg {
    position: absolute;
    top: 36%;
    left: 39%;
    width: 25%;
}

.item-img-overlay .boxImg2 {
    position: absolute;
    top: 36%;
    left: 39%;
    width: 25%;
}

.item-img-overlay-2 .overlay-info h6 {
    font-size: 23px;
    margin-top: 20%;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.works .item-img-overlay {
    position: absolute;
    top: 0.01px;
    left: 0.01px;
    right: 0.01px;
    bottom: 0.01px;
    padding: 30px;
    background: #f5a144d9;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.works .item-img-overlay-2 {
    background: #15263e;
    opacity: 0.8;
    z-index: 15;
    display: block;
}

.works .item-img-overlay .overlay-info {
    position: absolute;
    /*left: 10px;*/
    right: -7px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.works .item-img-overlay .icon {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff613a;
    text-align: center;
    font-size: 20px;
    color: #ff613a;
}

.works .item-img-overlay p {
    color: #ff613a;
    font-weight: 400;
    font-size: 14px;
}

.works .item-img-overlay h6 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.works .item-img-overlay h6::before {
    /*content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ff613a;
	background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
	background: linear-gradient(to bottom right, #ff9a5a, #ff613a);*/
}

.works .item-img-overlay .popimg {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.portfolio-gallery {
    width: 50%;
    float: left;
}

.portfolio-gallery img {
    margin-bottom: 30px;
}

.portfolio-gallery img:last-child {
    margin-bottom: 0;
}

.portfolio-info {
    width: 50%;
    padding-left: 30px;
    float: left;
}

.portfolio-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 10px;
    position: relative;
}

.portfolio-title::before {
    content: '';
    width: 50px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    left: 0;
}

.portfolio-meta {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 30px;
}

.portfolio-meta span {
    display: block;
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}

.portfolio-meta a {
    color: #999;
}

.portfolio-meta a:hover {
    color: #ff613a;
}

.portfolio-meta span::after {
    content: '\f0da';
    color: #ff613a;
    font-family: 'FontAwesome', sans-serif;
    left: 0;
    top: 0;
    position: absolute;
}

.portfolio-des {
    margin-bottom: 30px;
}

.portfolio-des p {
    font-size: 14px;
}

.portfolio-des p:not(:last-child) {
    margin-bottom: 20px;
}

.portfolio-link {
    padding: 12px 35px;
    background: #fff;
    position: relative;
    z-index: 3;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    background: linear-gradient(to right, #ff9a5a 0%, #ff613a 50%, #ff9a5a 100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    color: #fff;
    border: none;
}

.portfolio-link:hover {
    background-position: 100% 0;
    color: #fff;
}

.bottomBorder {
    width: 78%;
    height: auto;
    left: 16%;
    position: absolute;
    top: 6%;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}


/*.bottomBorder img{
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
	position: relative;
}
.bottomBorder img:hover{
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}*/

.topImg {
    width: 78%;
    height: auto;
    z-index: 2;
    position: absolute;
}

.newsBorder {
    border: 1px #ddd solid;
    ;
    padding: 10px 23px;
    /*box-shadow: 2px 2px 2px 2px #a5a3a3;*/
    /*UI Designer*/
}


/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 08 Start why-us ]
-----------------------------------------------------------------*/

.why-us .col-xl-7 {
    padding-right: 40px;
}

.why-us .img {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.why-us .item .num {
    margin-bottom: 10px;
}

.why-us .item .num::before,
.why-us .item .num::after {
    content: '';
    display: table;
}

.why-us .item .num::after {
    clear: both;
}

.why-us .item .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    float: left;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-right: 20px;
}

.why-us .item .icon:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.why-us .item .icon:before {
    content: '';
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}

.why-us .item .icon:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #ff9a5a;
    opacity: .3;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}

.why-us .item:hover .icon:before,
.why-us .item:hover .icon:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.why-us .item .icon span {
    position: relative;
}

.why-us .item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 23px;
}

.why-us .item .cont p {
    font-size: 14px;
}

.news_title {
    width: 60%;
    min-width: 240px;
    float: left;
}

.news_title h5 {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 19px;
    margin: auto 0;
    font-weight: 600;
    color: #444;
}

.news_time {
    width: 26%;
    min-width: 110px;
    float: left;
    margin-left: 5%;
}

.news_time p {
    font-size: 13px;
}

.news_content {
    height: 70px;
    overflow-y: hidden;
}

.news_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-top: 15px;
    color: #46494cb5;
}


/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/

.team .item:hover .team-img:after {
    opacity: .6;
}

.team .item .team-img {
    position: relative;
    overflow: hidden;
}

.team .item .team-img img{
    height: 300px!important;
}

.team .item .team-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03558c;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.team .item .social {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 3;
}

.team .item:hover .social {
    left: 0;
}

.team .item:hover .social span {
    display: block;
}

.team .item .social span {
    color: #ffffff;
    display: none;
    width: 100%;
    height: 40px;
    line-height: 24px;
    /* background-color: #fff; */
    text-align: center;
    font-size: 16px;
    margin-top: 20%;
    padding: 10px;
}

.team .item .info {
    display: grid;
    height: 135px;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    /*background: linear-gradient(to bottom right, #ff9a5a, #ff613a);*/
    background: #006fae;
}

.team .item .info h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.team .item .info span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/

.rating {
    float: right;
    white-space: nowrap;
    line-height: 100%;
    display: inline-block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 85px;
    letter-spacing: 4px;
    margin-top: 15px;
}

.rating::before,
.rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.rating::before {
    content: "\f005\f005\f005\f005\f005";
    color: #adadad;
}

.rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}

.rating span::before {
    content: "\f005\f005\f005\f005\f005";
    color: #ff9a5a;
}

.rating.rating-3 span {
    width: 60%
}

.rating.rating-4 span {
    width: 80%;
}

.rating.rating-5 span {
    width: 100%;
}

.testimonials .item-box {
    margin-bottom: 20px;
}

.testimonials .item-inner {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.25);
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
}

.testimonials .item-inner::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 10px 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    opacity: 0.25;
}

.testimonials .item-box .quote {
    margin: 0 auto 20px;
}

.testimonials .item-box .quote span {
    font-size: 50px;
    color: #fff;
}

.testimonials .item-box p {
    font-size: 14px;
    font-style: italic;
    word-spacing: 2px;
}

.testimonials .item-box .info {
    text-align: left;
    margin: 30px 0 15px;
}

.testimonials .item-box .info .author-img {
    width: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item-box .info .cont {
    margin-left: 80px;
    padding-top: 10px;
}

.testimonials .item-box .info h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.testimonials .item-box .info span {
    font-size: 12px;
    font-weight: 400;
    color: #b4b4b4;
}


/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/

.pricing-tables {
    margin-top: 30px;
}

.price .item {
    padding: 60px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}

.price .row {
    margin: 0;
}

.price .col-lg-4 {
    padding: 0;
}

.price .type h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.price .value {
    margin-bottom: 30px;
}

.price .value h3 {
    font-size: 50px;
    display: inline-block;
    position: relative;
}

.price .value h3 span {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -10px;
}

.price .features {
    margin-bottom: 30px;
}

.price .features li {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.price .features li:last-child {
    margin-bottom: 0;
}

.price .active {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to bottom, #ff613a, #ff9a5a);
    color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -30px;
}

.price .active .features li {
    color: #eee;
}

.price .active .butn span {
    color: #ff613a;
}

.price .butn {
    padding: 10px 30px;
}

.price .butn span {
    font-size: 12px;
}


/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/

.blog .item {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.blog .item p {
    font-size: 14px;
}

.blog .item .post-img {
    overflow: hidden;
    position: relative;
}

.blog .item .post-img:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog .item .post-img .img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog .item .cont {
    padding: 25px 20px 25px;
}

.blog .item .cont h6 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.blog-standard.blog .item .cont h6,
.single .blog .item .cont h6 {
    font-size: 24px;
}

.blog .item .cont h6::before {
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    left: 0;
}

.blog .item .info {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.blog .item .info a {
    margin-right: 10px;
}

.blog .item .info a:last-child {
    margin-right: 0;
}

.blog .item .tag {
    padding: 3px 8px 5px;
    background-color: #ff613a;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff9a5a), to(#ff613a));
    background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav-links {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 0;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    background-color: #eee;
    text-align: center;
    margin: 5px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    font-size: 18px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    color: #fff;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
}

.blog-page .item {
    margin-bottom: 50px;
}

.breadcrumb {
    background: none;
    justify-content: center;
    padding: 15px 0 0 0;
    margin: 0;
}

.breadcrumb li {
    display: inline-block;
    font-size: 12px;
}

.breadcrumb li+li::before {
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    padding: 0 6px;
}

.breadcrumb li a:hover span {
    color: #ff613a;
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widgetTitle {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.widgetTitle::before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    bottom: -1px;
    height: 2px;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
}

.search {
    position: relative;
}

.search input {
    width: 100%;
    background: #eee;
    border: none;
    height: 50px;
    font-size: 14px;
    color: #797979;
    padding: 0 20px;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
    border: none;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 57px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.widgetList li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}

.widgetList li::after {
    content: '\f0da';
    color: #ff613a;
    font-family: 'FontAwesome', sans-serif;
    left: 0;
    top: 0;
    position: absolute;
}

.singleRecPost {
    position: relative;
    padding-top: 8px;
    padding-bottom: 15px;
    overflow: hidden;
}

.singleRecPost:last-child {
    padding-bottom: 0;
}

.singleRecPost .singleRecPost-info {
    overflow: hidden;
}

.singleRecPost img {
    float: left;
    width: 83px;
    margin-right: 15px;
}

.recPostTitle {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 0;
}

.blogMeta,
.blogMeta a {
    font-size: 13px;
    color: #999;
}

.single .blog .tag,
.blog-standard.blog .tag {
    display: none;
}

.blog-standard.blog .item {
    box-shadow: none;
}

.single .blog .item {
    box-shadow: none;
    margin-bottom: 10px;
}

.blog-standard.blog .item .cont,
.single .blog .item .cont {
    padding: 25px 0 0 0;
}

.post-content p {
    font-size: 14px;
}

.post-content p:not(:last-child) {
    margin-bottom: 20px;
}


/*social share*/

.post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}

.post-footer .aluneth-share-socials {
    float: right;
    text-align: right;
    width: 40%;
}

.post-footer .categories {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 26px;
    font-size: 15px;
}

.post-footer .aluneth-share-socials~.categories {
    float: left;
    width: 60%;
}

.aluneth-share-socials a {
    display: inline-block;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 6px 3px;
    color: #fff;
    background-color: #000000;
}

.aluneth-share-socials a:hover {
    color: #fff;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
}

.tags {
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin: 10px 0 15px;
}

.tags::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f02c";
    font-size: 13px;
    vertical-align: top;
    padding-right: 7px;
    display: inline-block;
    margin-top: 2px;
}

.tags a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 9px 1px;
    background: #e6e6e6;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
}

.tags a:hover {
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    background: linear-gradient(to right, #ff613a, #ff9a5a);
    color: #fff;
}

@media (max-width: 1024px) {
    .post-footer .aluneth-share-socials~.categories {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .post-footer .aluneth-share-socials {
        float: right;
        text-align: right;
        width: 40%;
    }
    .post-footer .aluneth-share-socials,
    .post-footer .aluneth-share-socials~.categories {
        width: 100%;
        text-align: left;
    }
}


/*.comments-area*/

.comments-area {
    border-top: 1px solid #dfdfdf;
    padding-top: 35px;
    margin-top: 20px;
}

.comments-area .comments-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}

.comments-area .no-comments {
    margin-top: 20px;
}


/*.commentlist*/

.commentlist {
    list-style: none;
    padding-left: 0;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.commentlist .children {
    padding-left: 95px;
    padding-top: 40px;
    margin-top: 34px;
    border-top: 1px solid #dfdfdf;
}

.comment_container {
    overflow: hidden;
}

.comment_container .avatar {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}

.comment-text {
    overflow: hidden;
    position: relative;
}

.comment-text .meta {
    margin-bottom: 10px;
}

.comment-text .woocommerce-review__dash {
    display: none;
}

.comment-text .woocommerce-review__author,
.comment-text .comment-author {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.comment-text .comment-author {
    padding-right: 80px;
}

.comment-text .woocommerce-review__published-date,
.comment-text .comment-date {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 80px;
    font-size: 13px;
    color: #999;
}

.comment-text .woocommerce-review__published-date,
.comment-text .comment-date:not(:hover) {
    color: #9da7b2;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
    position: absolute;
    top: 0;
    font-size: 0;
}

.comment-text .comment-edit-link {
    right: 30px;
}

.comment-text .comment-reply-link {
    right: 0;
}

.comment-text .comment-edit-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f044";
    font-size: 14px;
}

.comment-text .comment-reply-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
}

.comment-text .comment-content {
    font-size: 16px;
}


/*.pingback*/

.pingback {
    padding-bottom: 20px;
}

.pingback>p>a {
    padding-left: 5px;
}

.pingback .edit-link {
    display: inline-block;
}

.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}


/*.comment-respond*/

.commentlist~.comment-respond,
.commentlist .comment-respond {
    border-top: 1px solid #dfdfdf;
    padding-top: 52px;
    margin-top: 56px;
}

.comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.comment-respond span.comment-reply-title {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    font-size: 20px;
}

.comment-form-rating label {
    margin-right: 15px;
}

.required {
    color: red;
    font-weight: normal;
}

.comment-form .comment-reply-content {
    float: left;
    margin-bottom: 25px;
    width: calc(50% - 15px);
}

.comment-form .comment-reply-content.right {
    float: right;
}

.comment-form .comment-reply-content input {
    width: 100%;
    height: 50px;
    padding: 4px 30px;
}

.comment-form .comment-form-comment {
    display: inline-block;
    width: 100%;
}

.comment-form .logged-in-as {
    margin-bottom: 20px;
}

.comment-form .comment-form-comment textarea {
    height: 180px;
    padding: 15px 30px;
    border: 1px solid #e6e6e6;
    width: 100%;
}

.comment-form .form-submit {
    display: table;
    position: relative;
    margin-bottom: 0;
    border: none;
}

.comment-form .form-submit #submit {
    padding: 12px 35px;
    background: #fff;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    background: linear-gradient(to right, #ff9a5a 0%, #ff613a 50%, #ff9a5a 100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    color: #fff;
    border: none;
}

.comment-form .form-submit #submit:hover {
    background-position: 100% 0;
    color: #fff;
}

.woocommerce-Reviews-title {
    display: none;
}

@media (max-width: 1199px) {
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 50px;
    }
    .comment-form .comment-reply-content input {
        width: 100%;
        height: 50px;
        padding: 4px 20px;
    }
    .comment-form .comment-form-comment textarea {
        padding: 15px 20px;
    }
    .comment-form .form-submit {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .comment-form .comment-reply-content {
        width: 100%;
        float: none !important;
    }
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .comment_container .avatar {
        float: none;
    }
    .comment-text {
        margin-top: 15px;
    }
}


/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 13 Start Call-action ]
-----------------------------------------------------------------*/

.call-action {
    position: relative;
}

.call-action:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.call-action .text-center {
    padding: 0 20px;
}

.call-action h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

.call-action h5 {
    font-weight: 400;
    margin-bottom: 30px;
}

.friend-logo {
    width: 240px;
    height: 170px;
}


/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/

.contact .form-group {
    margin-bottom: 20px;
}

.contact .contact-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact .contact-info .item {
    text-align: center;
}

.contact .contact-info .item .icon {
    font-size: 40px;
    color: #ff613a;
}

.contact .contact-info .item .cont {
    margin-top: 10px
}

.contact .contact-info .item .cont h6 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #999;
}

.contact .contact-info .item .cont p {
    color: #111;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.contact .form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}

.contact .butn {
    margin: 0;
}

.google-map {
    position: relative;
    margin-bottom: 20px;
}

.google-map>span {
    position: absolute;
    bottom: -43px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 50px;
    background: linear-gradient(to bottom, #ff613a, #ff9a5a);
    color: #fff;
    border-radius: 50%;
}

.aluneth-google-maps {
    min-height: 480px;
}


/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/

footer {
    padding: 80px 0;
    background-color: #232323;
}

footer .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 16px;
    margin: 15px 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

footer .social a:hover {
    color: #fff;
}

footer .social a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #ff613a;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    border-radius: 50%;
    transition: 0.4s;
}

footer .social a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

footer .social a i {
    position: relative;
}

footer p {
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

a.backtotop {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    background: #ff613a;
    background: -webkit-gradient(linear, left top, right top, from(#ff613a), to(#ff9a5a));
    /*background: linear-gradient(to right, #ff613a, #ff9a5a);*/
    background: linear-gradient(to right, #10618c, #073465, #10618c);
    position: fixed;
    bottom: 65px;
    right: 25px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999;
    overflow: hidden;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

a.backtotop.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1199px) {
    .hero .col-lg-6.image {
        padding-left: 15px;
    }
    .process .item .cont {
        padding: 75px 15px 40px;
    }
    .testimonials .item-inner {
        padding: 25px 15px;
    }
    .why-us .item.mb-40 {
        margin-bottom: 30px !important;
    }
    .feat li div {
        padding: 30px 15px;
    }
    .mobile-navigation {
        display: inline-block;
    }
    #primary-navigation {
        display: none;
    }
    .hero .feature-wrap .feat-inner {
        padding: 40px 15px;
    }
    .section-padding {
        padding: 90px 0;
    }
    .section-title {
        margin-bottom: 60px;
    }
    .why-us .col-xl-7 {
        padding-right: 15px;
    }
    .why-us .content {
        margin-top: 50px
    }
    footer {
        padding: 70px 0;
    }
}

@media screen and (max-width: 991px) {
    .about .title,
    .section-title h4 {
        font-size: 28px;
    }
    .pricing-tables {
        margin-top: 0;
    }
    .skills {
        margin-bottom: 50px;
    }
    .works .isotope-sizer {
        width: 50%;
    }
    .sidebar {
        margin-top: 50px;
    }
    .feat li div {
        text-align: center;
    }
    .feat .icon {
        float: none;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .price .active {
        padding: 60px 15px;
        margin-top: 0;
    }
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .bgimg-height {
        height: 400px;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar {
        padding-left: 15px;
    }
    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 0;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .nav-scroll .navbar-toggler {
        margin-right: 15px;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #ff613a !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0 !important;
    }
    .background_top {
        background-attachment: scroll !important;
        background-position: 50% 0 !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 40px;
        line-height: 1.4;
    }
    .hero .feature-wrap.active .text-center {
        padding-top: 50px;
        margin-top: 0;
    }
    .tabs-section .tab-content .image {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 50px 0 0;
    }
    .process .item img {
        display: none;
    }
    .process .item.odd {
        margin-top: 0;
    }
    footer {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .small-title {
        padding: 6px 14px 5px;
        font-size: 10px;
        margin-bottom: 15px;
    }
    .contact-info .mb-50 {
        margin-bottom: 20px !important;
    }
    .contact-info .mb-50:last-child {
        margin-bottom: 40px !important;
    }
    .about .title,
    .section-title h4 {
        font-size: 24px;
    }
    .portfolio-gallery,
    .portfolio-info {
        width: 100%;
        float: none;
    }
    .portfolio-info {
        padding-left: 0;
        padding-top: 50px;
    }
    .section-title {
        margin-bottom: 45px;
    }
    .hero .feature-wrap.active .feat-inner {
        margin-top: 0;
    }
    .works .isotope-sizer {
        width: 100%;
    }
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .hero .extra-title {
        font-size: 22px;
    }
    .tabs-section .nav-pills .nav-link {
        padding: 12px 0;
    }
    .tabs-section .nav-pills .nav-item {
        width: 33.33333%;
        text-align: center;
    }
    .works .filtering .filter {
        padding: 0;
    }
    .works .filtering span {
        margin: 0;
    }
    .call-action h2 {
        font-size: 25px;
        font-weight: 500;
    }
    .call-action h5 {
        font-size: 20px;
        font-weight: 300;
    }
    .section-padding {
        padding: 75px 0;
    }
    footer {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    .feat li:not(:last-child) div {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .about .title,
    .section-title h4 {
        font-size: 20px;
    }
    .header .caption h4 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .works .filtering span {
        padding: 5px 12px;
    }
}

.bottom_footer {
    transform: skewY(0deg);
    bottom: 21vh;
    position: relative;
    height: 40vh;
    z-index: -1;
}


/*
section{
    transform: skewY(-7deg);
}
section >div >div{
	transform: skewY(7deg);
}
footer{
    transform: skewY(-7deg);
}
footer >div{
	transform: skewY(7deg);
}
header{
	background-attachment:fixed !important;
  	background-position:center !important;
	transform: skewY(-7deg);
}
header >div{
	transform: skewY(7deg);
}
*/

.background_top {
    height: 100%;
    width: 100%;
    background: url('../../assets/img/banner_bg_nopoint.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    background-attachment: fixed !important;
    background-position: top !important;
}

.items_new_botom {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 35%;
}

.case_pic1 {
    position: absolute;
    top: 140px !important;
    padding: 0;
}

.case_pic2 {
    /*transform: skewY(-10deg);*/
    position: absolute;
    top: 70px !important;
    padding: 0;
}

.case_pic3 {
    /*transform: skewY(-10deg);*/
    position: absolute;
    top: 0px !important;
    padding: 0;
}

[class^="case_pic"]>* {
    transform: skewY(10deg);
    backface-visibility: hidden;
}

.transY-10 {
    transform: skewY(-10deg);
}

footer p {
    margin-bottom: 15px;
    color: #b1b1b1;
    font-size: 14px;
    text-align: left;
}

footer h6 {
    margin-bottom: 15px;
    color: #FFFFFF;
    text-align: left;
}


/* tab框切换样式*/

.tabs div {
    display: none;
    clear: both;
    /*    border: solid 2px #0099FF;
*/
    min-height: 800px;
}

.tabs .horizontal {
    margin: 0px;
    padding: 0px;
}

.tabs .horizontal li {
    float: left;
    list-style: none;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
    width: 150px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    display: inline;
    border-radius: 25px;
}

.tabs .horizontal li:hover {
    color: #007abb;
}

.tabs .horizontal li:not(:first-child) {
    margin-left: 5px;
}

.tabs .horizontal li.selectActive {
    border-bottom: solid 2px #007abb;
    background-color: #007abb;
    color: white;
}

.mg-tb-40 {
    margin: 40px auto 40px auto;
}

.font-16 {
    font-size: 16px;
}


/*详情页面标题begin*/

.detail_border {
    margin-top: -24vh;
    /* UI Designer */
    border: 5px solid #ffffff;
    z-index: -2;
}

.detail_head {
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    height: 21vh;
}

.detail_head .title_c {
    text-align: center;
    width: 100%;
    margin-top: 8%;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}

.detail_head .title_e {
    text-align: center;
    font-size: 20px;
    width: 100%;
    font-weight: bolder;
}

.detail_head .bottom {
    font-size: 20px;
    width: 10vw;
    height: 2px;
    font-weight: bolder;
    border: 1px #ff7600 solid;
    margin: 0 auto;
}

.direction_container {
    max-width: 100vw;
}


/*详情页面标题end*/

.direction_container .head {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-size: 24px;
    z-index: 999;
}

.direction_container .head .main_title {
    font-size: 35px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Arial;
}

.direction_container .head .second_title {
    font-size: 16px;
    font-weight: 400;
}

.direction_container .blue {
    color: #006eb5;
}

.direction_container .white {
    color: #fff;
}

.direction_container .little_title {
    text-align: center;
    font-size: 22px;
    padding: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    /*text-align: center;
    font-size: 22px;
    padding: 15px;
    font-weight: 600;
    margin-top: 20px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 10px;*/
}

.direction_container .title_border_b {
    width: 27%;
    height: 2px;
    font-weight: bolder;
    border: 2px #006eb5 solid;
    margin: 0 auto;
}

.direction_container .title_border_w {
    width: 27%;
    height: 2px;
    font-weight: bolder;
    border: 1px #fff solid;
    margin: 0 auto;
}

.project .first_title {
    font-size: 26px;
    margin-left: 110px;
    margin-top: 70px;
    font-weight: bold;
}

.project .sec_title {
    font-size: 16px;
    margin-left: 110px;
    margin-top: 15px;
    color: #666666;
    line-height: 24px;
}

.scientistTeam .first_title {
    font-size: 24px;
    margin-left: 10px;
    margin-top: 20px;
}

.scientistTeam .sec_title {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 20px;
    color: #666666
}

.project .contentxx {
    height: 400px;
    background-image: url(assets/img/bg2.png);
    background-repeat: no-repeat;
    padding-top: 40px;
    line-height: 30px;
}

.project .ckLineBg {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 100vh;
    position: absolute;
    font-family: sans-serif;
    font-size: 16px;
    background: linear-gradient(141deg, #0079ba 0%, #02538e 51%, #032b5f 75%);
    overflow: hidden;
}

.project .boxImg {
    background-image: url(../../assets/img/bg2.png);
    background-repeat: no-repeat;
    margin: 1%;
    background-size: 100% 100%;
}

.project .boxImg .txt {
    padding: 20px 0px;
    line-height: 24px;
    /* UI Designer */
}

.icp_num {
    text-align: center;
    margin: 0 auto;
    width: 500px;
    color: #b1b1b1;
    cursor: pointer;
}

.footer-beian {
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}


/* UI Designer */

.row_textline_3 {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_textline_4 {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_textline_5 {
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_textline_6 {
    overflow: hidden;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_textline_7 {
    overflow: hidden;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row_textline_8 {
    overflow: hidden;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row-ui {
    padding-bottom: 60px
}

.img-title2 {
    width: 475px;
}

.img-title3 {
    width: 708px;
}

.img-title4 {
    width: 318px;
}

.img-title5 {
    width: 599px;
}

.owl-carousel.owl-drag .owl-item h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.owl-carousel.owl-drag .owl-item h6 {
    font-size: 13px;
    margin-bottom: 10px;
}

.col-lg-4 .info {
    margin: 10px 0;
    color: #999;
}

.change::before,
.change::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.change::after {
    border-color: #006eb5;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}

.change:hover::before,
.change:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}

.change:hover::after,
.change:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}

/* .zl{width:100%; overflow: hidden; padding-bottom: 100px;}
.zl_t img{margin:auto; margin-top:70px; margin-bottom: 60px; display: block; width: 234px; height: 73px;}
.zl_box{ overflow: hidden; width: 1200px; margin: auto;}
.zl_l{ float: left; background: #0076b7; position: relative; float: left; width: 49%; height:500px;}
.zl_l_t{ font-family: weiruanyahei; font-size: 24px; color: #fff; padding: 30px 0 20px 40px; font-weight: bold;}
.zl_l_d ul li{ font-family: weiruanyahei; font-size: 14px; color: #fff; line-height: 24px; padding:0 40px;}
.zl_l img{ position: absolute; top:50%; right:0; margin-top: -25px; width: 35px; height: 51px;}

.zl_r{float: right; background: #fff; border: #0076b7 solid 5px; position: relative;width: 48%; height:496px;}
.zl_r_t{ font-family: weiruanyahei; font-size: 24px; color: #0076b7; padding: 30px 0 20px 40px; font-weight: bold;}
.zl_r img.san_2{ position: absolute; left: -40px; top: 50%; margin-top: -25px; width: 40px; height: 51px;}
.zl_r ul{ padding: 0 0 0 40px;}
.zl_r ul li{ float: left; border: #0076b7 solid 2px; margin-right: 9px; margin-bottom: 15px;}
.zl_r ul li img{ width: 110px;} */

.zl{width:100%; overflow: hidden; padding-bottom: 100px;}
.zl_t img{margin:auto; margin-top:70px; margin-bottom: 60px; display: block; width: 434px; height: 50px;}
.zl_box{ overflow: hidden; width: 1200px; margin: auto;}
.zl_tt{
    overflow: hidden;
}
.zl_t_l{
    float: left;
    width: 49%;
    margin-right: 2%;
    background-image:url(../img/pt_bg1.png);
    background-size: 100% 100%;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
}
.zl_t_r{
    float: left;
    width: 49%;
    background-image:url(../img/pt_bg2.png);
}
.zl_t_l_l{
    float: left;
    width: 270px;
    height: 160px;
}
.zl_t_l_l img{
    width: 70px;
}
.zl_t_l_l .p1{
    color: #fff;
    font-size: 21px;
    font-family: weiruanyahei;
    margin-top: 10px;
    font-weight: bold;
}
.zl_t_l_l .p2{
    color: #fff;
    font-size: 14px;
    font-family: weiruanyahei;
}
.zl_t_lr{
    float: left;
    width: 120px;
    height: 40px;
    border: #fff solid 3px;
    text-align: center;
    line-height: 34px;
    font-family: weiruanyahei;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin: 82px 0 0 100px;

}
.zl_t_lr:hover{
    background: #fff;
    color: #0076b7;
}

.zl_r{ background: #fff; border: #0076b7 solid 5px; position: relative;}
.zl_r_t{ font-family: weiruanyahei; font-size: 24px; color: #0076b7; padding: 30px 0 20px 40px; font-weight: bold;}
.zl_r img.san_2{ transform: rotate(90deg);position: absolute; left: 50%; margin-left: -20px;margin-top: -45px; top:0;width: 40px; height: 51px;}
.zl_r ul{ padding: 0 0 0 40px;}
.zl_r ul li{ float: left; border: #0076b7 solid 2px; margin-right: 9px; margin-bottom: 15px;}
.zl_r ul li img{ width: 143px;height: 202px;}