

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.header-bottom-area.navbar-fixed-top {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.h2-header-bottom-area.navbar-fixed-top {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: rgba(1, 42, 124, 0.9) none repeat scroll 0 0;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.h3-header-bottom-area.navbar-fixed-top {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

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

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/

/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Lato', sans-serif, 'Microsoft-YaHei';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #393939;
    letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    color: #393939;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    letter-spacing: 0;

}

p img {
    margin: 0;
}

span {
    font-family: 'Lato', sans-serif;
}

/* em and strong */

em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote::before {
    color: #4e5665;
    content: "";
    font-family: FontAwesome;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #393939;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a {
    color: #393939;
}

a:hover,
a:active {
    color: #339fd3;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48;
}

/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
	padding: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}

/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/

/* Your Custom Typography. */

.bg-with-black {
    position: relative;
}

.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-white {
    position: relative;
}

.bg-with-white::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-blue {
    position: relative;
}

.bg-with-blue::before {
    background: #00bff3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-gradient {
    position: relative;
    z-index: 2;
}

.bg-with-gradient::before {
    background-image: linear-gradient( 0deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
}

.bg-with-gradient::before {
    background-image: linear-gradient( 0deg, rgb(2, 53, 146) 11%, rgb(53, 3, 107) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hvr-bs:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*----------------------------------------*/

/*  1. Home One
/*----------------------------------------*/

.martence-button,
.martence-button.active:hover {
    background-image: none;
    border: 1px solid #9797fb;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding: 12px 28px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.martence-button:hover,
.martence-button.active {
    border-color: transparent;
    color: #ffffff
}

.martence-button::before,
.martence-button.active:hover::before {
    background-image: linear-gradient(90deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    border-radius: 25px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.martence-button:hover::before,
.martence-button.active::before {
    opacity: 1;
}

.section-title {
    margin: 0 0 41px;
    text-align: center;
}

.section-title .title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 16px;
}

.section-title.color-white .title {
    color: #ffffff;
}

.section-title .title span {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.section-title .text {
    margin: 0;
}

.section-title.color-white .text {
    color: #ffffff;
}

::placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
}

header {
    background: #ffffff none repeat scroll 0 0;
}

.header-top-area {
    padding: 10px 0;
}

.hta-left .info {
    display: inline-block;
    margin-right: 31px;
}

.hta-left .info span {
    color: #9797fb;
    margin-right: 3px;
}

.hta-right {
    text-align: right;
}

.hta-right .social {
    list-style: outside none none;
    padding: 0;
}

.hta-right .social li {
    display: inline-block;
}

.hta-right .social li a {
    color: #aeaeae;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
}

.hta-right .social li:last-child a {
    margin-right: 0;
}

.hta-right .social li a:hover {
    color: #9797fb;
}

.hta-right .social li.facebook a:hover {
    color: #3B5998;
}

.hta-right .social li.google a:hover {
    color: #EA4235;
}

.hta-right .social li.instagram a:hover {
    color: #C837AE;
}

.hta-right .social li.twitter a:hover {
    color: #55ACEE;
}

.hta-right .social li.linkedin a:hover {
    color: #0076B4;
}

.header-bottom-area {
    background: #1c1d1d none repeat scroll 0 0;
}

.logo {
    padding: 18px 0;
    position: relative;
    z-index: 100;
}

.logo a {
    display: block;
}

.menu {
    text-align: right;
}

.menu ul {
    list-style: outside none none;
    padding: 0;
}

.menu ul li {
    display: inline-block;
    margin-left: 4.5%;
    position: relative;
}

.menu ul li .icon {
    color: #ffffff;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu ul li:hover .icon {
    color: #007cd2;
}

.menu ul li.mega {
    position: static;
}

.menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    padding: 29px 0;
    text-transform: capitalize;
}

.menu ul li:hover>a {
    color: #007cd2;
}

.menu ul li .drop {
    background: #fff;
    display: block;
    left: -20px;
    min-width: 204px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 81px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 90;
	width: 520px;
    box-shadow: 0 4px 13px rgba(0,0,0,.16);
    border-radius: 5px;
    padding: 20px 0;
}

.drop span {
    font-size: 26px;
	margin-right:12px;
}
.m-d-removed span {
	margin-right:12px;
}


.menu ul li:hover .drop {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.menu ul li .drop li {
    display: block;
    margin: 0;
    position: relative;
	float:left;
	width:50%
}

.menu ul li .drop li:before {
    display: none;
}

.menu ul li .drop li>a {
    color: #0266bb;
	font-size:18px;
    display: block;
    font-weight: 500;
    padding: 15px 20px;
}

.menu ul li .drop li:hover>a {
    color: #007cd2;
}

.menu ul li .drop li .third {
    background: #1c1d1d none repeat scroll 0 0;
    display: block;
    left: 100%;
    opacity: 0;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 90;
}

.menu ul li .drop li:hover .third {
    opacity: 1;
    visibility: visible;
}

.menu ul li .mega-menu {
    background: #1c1d1d none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -23%;
    margin: auto;
    min-width: 1110px;
    opacity: 0;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 90;
}

.menu ul li:hover .mega-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.menu ul li .mega-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}

.menu ul li .mega-menu li::before {
    display: none;
}

.menu ul li .mega-menu li>a {
    color: #ffffff;
    cursor: default;
    padding: 20px 16px;
    pointer-events: none;
    text-decoration: underline;
}

.menu ul li .mega-menu li:hover>a {
    color: #9797fb;
}

.menu ul li .mega-menu li ul li {
    display: block;
}

.menu ul li .mega-menu li ul li a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    padding: 12px 16px;
    pointer-events: unset;
    text-decoration: none;
}

.menu ul li .mega-menu li ul li:hover a {
    color: #9797fb;
}


.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    color: #ffffff;
}

.slicknav_nav a {
    color: #fff;
}

.search-quote {
    padding: 14px 0;
    text-align: right;
}

.sq-search {
    display: inline-block;
    margin-right: 32px;
}

.sq-search span {
    color: #a4a4a4;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
}

.search-modal .modal-dialog {
    height: 100%;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 9999999;
}

.search-modal .modal-content {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100vh;
    outline: 0 none;
    position: relative;
}

.search-modal .modal-title {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 100px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.search-modal .modal-content form {
    margin: 100px 0;
    text-align: center;
}

.search-modal .modal-content input[type="text"] {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #ffffff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    margin: auto;
    text-align: center;
    width: 400px;
}

.search-modal .modal-close {
    text-align: center;
}

.search-modal .modal-close button {
    background: #9797fb none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 40px;
    text-transform: uppercase;
}

.sq-quote {
    display: inline-block;
}

.modal-backdrop {
    display: none;
}

/* Slider */

.single-slider {
    position: relative;
}

.single-slider::before {
    opacity: 0.8;
}

.single-slider .content {
    left: 0;
    position: absolute;
    right: 0;
    top: 20%;
}

.single-slider .content .intro {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.slider-area .owl-item.active .single-slider .intro {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.single-slider .content .title {
    color: #ffffff;
    font-size: 50px;
    line-height: 80px;
    margin: 0 0 12px;
}

.slider-area .owl-item.active .single-slider .title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.single-slider .content .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

.slider-area .owl-item.active .single-slider .text {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.single-slider .content .buttons {
    margin: 57px 0 0;
}

.slider-area .owl-item.active .single-slider .buttons {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.single-slider .content .buttons .link {
    margin-right: 14px;
}

.slider-area .owl-dots {
    bottom: 91px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.slider-area .owl-dots .owl-dot {
    border-radius: 100%;
    display: inline-block;
    height: 60px;
    margin: 0 9px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.slider-area .owl-dots .owl-dot::before {
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.slider-area .owl-dots .owl-dot:first-child::before {
    background: rgba(0, 0, 0, 0) url("../img/slider-1.jpg") no-repeat scroll center center / auto 60px;
}

.slider-area .owl-dots .owl-dot:nth-child(n+2)::before {
    background: rgba(0, 0, 0, 0) url("../img/slider-2.jpg") no-repeat scroll center center / auto 60px;
}

.slider-area .owl-dots .owl-dot:nth-child(n+3)::before {
    background: rgba(0, 0, 0, 0) url("../img/slider-3.jpg") no-repeat scroll center center / auto 60px;
}

.slider-area .owl-dots .owl-dot:nth-child(n+4)::before {
    background: rgba(0, 0, 0, 0) url("../img/slider-4.jpg") no-repeat scroll center center / auto 60px;
}

.slider-area .owl-dots .owl-dot:nth-child(n+5)::before {
    background: rgba(0, 0, 0, 0) url("../img/slider-5.jpg") no-repeat scroll center center / auto 60px;
}

.slider-area .owl-dots .owl-dot::after {
    background-image: linear-gradient(90deg, rgb(36, 160, 217) 43%, rgb(0, 210, 153) 100%);
    border-radius: 100%;
    color: #ffffff;
    content: "slider >";
    font-size: 14px;
    height: 100%;
    left: 0;
    letter-spacing: 0;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}

.slider-area .owl-dots .owl-dot.active {
    border-radius: 30px;
    width: 140px;
}

.slider-area .owl-dots .owl-dot.active::before {
    border-radius: 30px;
}

.slider-area .owl-dots .owl-dot.active::after {
    border-radius: 30px;
    opacity: 0.9;
}

/* Welcome */

.welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg-dark.png") no-repeat scroll 10% center / 46% auto;
    padding: 156px 0 107px;
    position: relative;
    z-index: 2;
}

.welcome-area::after {
    background-image: url("../img/welcome-banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 84%;
    position: absolute;
    right: 0;
    top: 16%;
    width: 61%;
    z-index: 0;
}

.welcome-area .section-title {
    text-align: left;
}

.single-service {
    margin: 0 0 18px;
    padding: 0 0 0 60px;
    position: relative;
}

.single-service .icon {
    left: 0;
    position: absolute;
    top: 6px;
}

.single-service .icon span {
    background: transparent none repeat scroll 0 0;
    color: #999999;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .icon span {
    background: linear-gradient(to right, rgb(36, 160, 217) 0%, rgb(0, 210, 153) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-service .icon img {
    height: 36px;
}

.single-service .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .content .title {
    color: #339fd3;
}

.single-service .content .text {
    margin: 4px 0 0;
}

/* Service */

.service-area {
    background: #f9f9f9 url("../img/bg-light.png") no-repeat scroll calc(90%) center / contain;
    padding: 120px 0 102px;
}

.service-info .title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 16px;
}

.service-info .text-big {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 41px;
}

.service-info .text {
    margin: 0 0 49px;
}

.service-info .more:hover {
    color: #0085c5;
}

.single-service-2 {
    margin: 0 0 23px;
    position: relative;
}

.single-service-2 .icon {
    border: 2px solid #dbdcdd;
    border-radius: 100%;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 2;
}

.single-service-2 .icon::before {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%) repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

/* .single-service-2 .icon::before {
    background-image: -moz-linear-gradient( 90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%);
    background-image: -o-linear-gradient( 90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%);
    background-image: linear-gradient( 90deg, rgb(35, 161, 215) 12%, rgb(0, 210, 153) 100%);
} */

.single-service-2:hover .icon {
    border-color: transparent;
}

.single-service-2:hover .icon::before {
    opacity: 1;
}

.single-service-2 .icon span {
    color: #8b8c8f;
    display: inline-block;
    font-size: 30px;
    line-height: 58px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-2:hover .icon span {
    color: #ffffff;
}

.single-service-2 .icon img {
    height: 26px;
}

.single-service-2 .content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding: 14px 0 0 80px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-2:hover .content .title {
    color: #0085c5;
}

.single-service-2 .content .text {
    margin: 20px 0 0;
}

/* Portfolio */

.portfolio-area {
    background: rgba(0, 0, 0, 0) url("../img/bg-dark.png") no-repeat scroll -12% center / 50% auto;
    padding: 113px 0 89px;
}

.portfolio-menu {
    margin: 0 0 50px;
    text-align: center;
}

.portfolio-menu .button {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 4px;
    outline: medium none;
    padding: 10px 28px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.portfolio-menu .button::after {
    border-color: #22a0d8 transparent transparent;
    border-style: solid;
    border-width: 10px 9px;
    bottom: -20px;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    z-index: 2;
}

/* .portfolio-menu .button.checked {
    background-image: -moz-linear-gradient( 10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    background-image: -webkit-linear-gradient( 10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    background-image: -ms-linear-gradient( 10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    background-image: -o-linear-gradient( 10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    background-image: linear-gradient( 10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
} */

.portfolio-menu .button.checked {
    color: #ffffff;
}

.portfolio-menu .button::before {
    background: rgba(0, 0, 0, 0) linear-gradient(10deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%) repeat scroll 0 0;
    border-radius: 25px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.portfolio-menu .button.checked::before {
    opacity: 1;
}

.portfolio-menu .button.checked::after {
    opacity: 1;
}

.portfolio-box {
    margin: auto auto 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.portfolio-box::before {
    border: 9px solid #66dbe3;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 9;
}

.portfolio-box:hover::before {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.portfolio-box::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 0;
}

.portfolio-box:hover::after {
    opacity: 0.8;
}

.portfolio-box a {
    display: block;
}

.portfolio-box a i {
    background: linear-gradient(to right, rgb(35, 161, 215) 0%, rgb(0, 210, 153) 100%);
    -webkit-background-clip: text;
    color: #ffffff;
    font-size: 22px;
    left: 50%;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    -webkit-text-fill-color: transparent;
    top: 46px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    z-index: 9;
}

.portfolio-box:hover a i {
    opacity: 1;
}

.portfolio-box .content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 80%;
    z-index: 8;
}

.portfolio-box:hover .content {
    top: 35%;
}

.portfolio-box .content .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 2px;
}

.portfolio-box .content .text {
    color: #ffffff;
    font-weight: 300;
}

/* Counter */

.counter-area {
    background: rgba(0, 0, 0, 0) url("../img/counter-bg.jpg") no-repeat scroll center center / cover;
    padding: 78px 0 52px;
}

.counter-area::before {
    opacity: 0.7;
}

.single-counter {
    margin: 0 0 30px;
    text-align: center;
}

.single-counter .icon {
    margin: 0 0 11px;
}

.single-counter .icon span {
    background: linear-gradient(to right, rgb(35, 161, 215) 0%, rgb(0, 210, 153) 100%);
    -webkit-background-clip: text;
    font-size: 64px;
    line-height: 78px;
    -webkit-text-fill-color: transparent;
}

.single-counter .content .counter {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 40px;
    line-height: 44px;
}

.single-counter .content .name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}





/* Brand */

.brand-area {
    background: rgba(0, 0, 0, 0) url("../img/brand-bg.jpg") no-repeat scroll center center / cover;
    padding: 60px 0 30px;
}

.brand-area::before {
    opacity: 0.7;
}

.single-brand {
    margin: auto auto 30px;
    text-align: center;
}

.single-brand img {
    height: 80px;
    margin: auto;
    width: auto !important;
}

/* Footer */

footer {
    background: #1c1d1d none repeat scroll 0 0;
    padding: 0;
}

.footer-top-area {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.png") repeat scroll 0 0;
    padding: 80px 0 48px;
}

.footer-widget {
    margin: 0 0 30px;
}

.footer-widget .title {
    color: #a3a8af;
    font-size: 24p#a3a8afx;
    line-height: 28px;
    margin: 0 0 37px;
}

.footer-widget .text {
    color: #a3a8af;
    margin: 0 0 36px;
}
.footer-widget .text a {
    color: #a3a8af;
}
.fw-info .flogo {
    margin: 0 0 40px;
}

.fw-info .social-title {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 16px;
}

.fw-info .social {
    list-style: outside none none;
    padding: 0;
}

.fw-info .social li {
    display: inline-block;
}

.fw-info .social li a {
    background: #55575a none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin-right: 17px;
    text-align: center;
    width: 33px;
}

.fw-info .social li a:hover {
    background: #dc4c30 none repeat scroll 0 0;
}

.fw-info .social li.facebook a:hover {
    background: #3B5998 none repeat scroll 0 0;
}

.fw-info .social li.twitter a:hover {
    background: #55ACEE none repeat scroll 0 0;
}

.fw-info .social li.google a:hover {
    background: #EA4235 none repeat scroll 0 0;
}

.fw-info .social li.linkedin a:hover {
    background: #0076B4 none repeat scroll 0 0;
}

.fw-info .social li.instagram a:hover {
    background: #C837AE none repeat scroll 0 0;
}

.fw-links .links {
    list-style: outside none none;
    padding: 0;
}

.fw-links .links li {
    margin: 0 0 4px;
    padding-left: 38px;
    position: relative;
}

.fw-links .links li::before {
    background: #9797fb none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 49%;
    width: 21px;
}

.fw-links .links li a {
    color: #a3a8af;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
}

.fw-contact .text {
    margin: 0 0 15px;
    padding: 0 0 13px;
    position: relative;
}

.fw-contact .text::after {
    background: #9797fb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.fw-contact .info {
    list-style: outside none none;
    padding: 0;
}

.fw-contact .info li {
    color: #a3a8af;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 13px;
    padding-left: 30px;
    position: relative;
}

.fw-contact .info li span {
    color: #9797fb;
    left: 0;
    position: absolute;
    top: 0;
}

.fw-subscribe .text {
    font-style: italic;
    margin: 0 0 30px;
}

.fw-subscribe-box {
    position: relative;
}

.fw-subscribe-box input[type="text"] {
    border: 0 none;
    border-radius: 25px;
    font-size: 14px;
    height: 50px;
    letter-spacing: 0;
    padding: 0 76px 0 26px;
    width: 100%;
}

.fw-subscribe-box button {
    background: transparent linear-gradient( 0deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    border: 0 none;
    border-radius: 25px;
    bottom: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    outline: medium none;
    padding: 0 25px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.footer-bottom-area {
    background: #1b1c1e none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright p {
    color: #ffffff;
    line-height: 30px;
}

.copyright p a {
    color: #9797fb;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

.fb-link {
    list-style: outside none none;
    padding: 0;
    text-align: right;
}

.fb-link li {
    display: inline-block;
}

.fb-link li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    margin-right: 33px;
}

.fb-link li a:hover {
    color: #00d29b;
}

.fb-link li:last-child a {
    margin-right: 0;
}

/*----------------------------------------*/

/*  2. 
/*----------------------------------------*/
.h2-portfolio-area {
    padding: 113px 0 102px;
}

.h2-section-title {
    margin: 0 0 44px;
    text-align: center;
}

.h2-section-title .title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 15px;
    position: relative;
}

.h2-section-title .title::after {
    background: #0085c5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 136px;
}

.h2-section-title .text {
    margin: 23px 0 0;
}

.h2-section-title.color-white .title,
.h2-section-title.color-white .text {
    color: #ffffff;
}

.martence-button-2,
.martence-button-2.active:hover {
    background-image: none;
    border: 1px solid #9797fb;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 28px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.martence-button-2:hover,
.martence-button-2.active {
    border-color: transparent;
    color: #ffffff
}

.martence-button-2::before,
.martence-button-2.active:hover::before {
    background-image: linear-gradient(0deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.martence-button-2:hover::before,
.martence-button-2.active::before {
    opacity: 1;
}

/* H2 Header */

.h2-header {
    position: relative;
}

.h2-header-top-area {
    padding: 5px 0;
}

.h2hta-info {
    padding: 15px 0 15px 42px;
    position: relative;
}

.h2hta-info .icon {
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    color: #393939;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
}

.h2hta-info .info {
    font-size: 14px;
    line-height: 20px;
}

.h2hta-get {
    padding: 14px 0;
    text-align: right;
}

.h2hta-get .link {
    color: #393939;
}

.h2hta-get .link:hover {
    color: #ffffff;
}

.h2-header-bottom-area {
    background: rgba(1, 42, 124, 0.7) none repeat scroll 0 0;
    left: 0;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 70;
}

.h2-search-social {
    overflow: hidden;
    padding: 20px 0;
}

.h2-search-social .sq-search {
    margin-left: 30px;
}

.h2ss-social {
    display: inline-block;
    float: right;
}

.h2ss-social ul {
    list-style: outside none none;
    padding: 0;
}

.h2ss-social ul li {
    display: inline-block;
}

.h2ss-social ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 12px;
}

.h2ss-social ul li.facebook a:hover {
    color: #3B5998;
}

.h2ss-social ul li.google a:hover {
    color: #EA4235;
}

.h2ss-social ul li.instagram a:hover {
    color: #C837AE;
}

.h2ss-social ul li.twitter a:hover {
    color: #55ACEE;
}

.h2ss-social ul li.linkedin a:hover {
    color: #0076B4;
}

.h2ss-social ul li:last-child a {
    margin-right: 0;
}


/* H2 Top Service */

.h2-top-service-area {
    margin: 0 0 -110px;
    padding: 0 0 60px;
    position: relative;
    top: -110px;
    z-index: 2;
}

.h2-top-single-service {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.27);
    margin: 0 0 30px;
    padding: 40px 26px 34px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h2-top-single-service:hover {
    border-bottom: 2px solid #0085c5;
}

.h2-top-single-service .icon {
    left: 28px;
    position: absolute;
    top: 37px;
}

.h2-top-single-service .icon span {
    color: #0083c3;
    font-size: 40px;
    line-height: 40px;
}

.h2-top-single-service .content .title  {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 15px;
    padding: 0 0 0 64px;
}
.h2-top-single-service .content .title a {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}

/* H2 Service */

.h2-service-area {
    padding: 24px 0 83px;
}

.h2-single-service {
    margin: 0 0 30px;
    position: relative;
}

.h2-single-service .icon {
    left: 0;
    position: absolute;
    top: 0;
}

.h2-single-service .icon span {
    border: 2px solid #0085c5;
    border-radius: 100%;
    color: #0085c5;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.h2-single-service:hover .icon span {
     border-color: #cc2a05;
    color: #cc2a05;
}

.h2-single-service .content .title {
    font-size: 24px;
    line-height: 50px;
    padding: 0 0 0 64px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color:#0266bb;
}

.h2-single-service:hover .content .title {
    color: #cc2a05;
}

.h2-single-service .content .text {
    margin: 16px 0 0;
}
.h2-single-service:hover .content .text {
    margin: 16px 0 0;color:#cc2a05;
}



/* H2 Get Start */

.h2-get-start-area {
    background: #0085c5 none repeat scroll 0 0;
    padding: 86px 0 88px;
}

.h2gsa-content .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 7px;
}

.h2gsa-content .text {
    color: #ffffff;
}

.h2gsa-link .link {
    border: 2px solid;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    width: 200px;
}

.h2gsa-link .link:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #0085c5;
}

/* H2 Blog */

.h2-blog-area {
    padding: 113px 0 80px;
}

.h2-single-blog {
    margin: auto auto 30px;
}

.h2-single-blog .img::before {
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h2-single-blog:hover .img::before {
    opacity: 0.4;
}

.h2-single-blog .img a {
    display: block;
}

.h2-single-blog .img a img {
    border-radius: 5px;
}

.h2-single-blog .img a span {
    background-image: linear-gradient(90deg, rgb(35, 161, 215) 11%, rgb(0, 210, 153) 100%);
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 9;
}

.h2-single-blog:hover .img a span {
    opacity: 1;
}

.h2-single-blog .content {
    padding: 27px 0 0;
}

.h2-single-blog .content .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4px;
}

.h2-single-blog .content .text {
    margin: 0 0 25px;
}

.h2-single-blog .content .meta {
    border-top: 1px solid #d5d5d5;
    padding: 16px 0 0;
    position: relative;
}

.h2-single-blog .content .meta::before {
    background: #0c75a7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    transform: scale(0);
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.h2-single-blog:hover .content .meta::before {
    transform: scale(1);
}

.h2-single-blog .content .meta .author {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 46%;
}

.h2-single-blog .content .meta .author::before {
    background: #0085c5 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 1px;
}

.h2-single-blog .content .meta .author .pic {
    float: left;
    width: 30px;
}

.h2-single-blog .content .meta .author .pic img {
    border-radius: 100%;
}

.h2-single-blog .content .meta .author .name {
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 0 0 8px;
}

.h2-single-blog .content .meta .date {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: -10px;
    width: 39%;
}
/* H2 Portfolio */

.h2-portfolio-area {
    padding: 113px 0 102px;
}

.h2-portfolio-carousel {
    padding: 0 0 35px;
}

.h2-portfolio-box::before {
    display: none;
}

.h2-portfolio-box::after {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.h2-portfolio-box:hover .content {
    top: 41%;
}

.h2-portfolio-box a i {
    top: 32%;
}

.h2-portfolio-carousel .owl-dots {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 25px;
    bottom: 0;
    display: inline-block;
    height: 10px;
    left: 50%;
    min-width: 180px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h2-portfolio-carousel .owl-dots .owl-dot {
    background: #0085c5 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    opacity: 0;
    position: relative;
    top: -7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.h2-portfolio-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

/* H2 Brand */

.h2-brand-area {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e9e9e9;
    padding: 37px 0 7px;
}

/*----------------------------------------*/

/*  3. Home Three
/*----------------------------------------*/

.h3-section-title {
    margin: 0 0 39px;
    padding: 0 0 0 22px;
    position: relative;
}

.h3-section-title::before {
    background: #0085c5 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px;
}

.h3-section-title .title {
    font-size: 36px;
    line-height: 40px;
}

.h3-section-title .text {
    margin: 4px 0 0;
}

.h3-section-title.color-white .title,
.h3-section-title.color-white .text {
    color: #ffffff;
}

.h3-section-title.color-white::before {
    background-color: #ffffff;
}

.h3-martence-button,
.h3-martence-button.active:hover {
    background: #0085c5;
    border: 1px solid #0085c5;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    padding: 10px 28px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h3-martence-button:hover,
.h3-martence-button.active {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

/* H3 Slider */

.h3-single-slider {
    position: relative;
}

.h3-single-slider::before {
    opacity: 0.7;
}

.h3-single-slider .content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 36.2%;
}

.h3-single-slider .content .intro {
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 10px;
}

.h3-slider-area .owl-item.active .h3-single-slider .intro {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.h3-single-slider .content .title {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.h3-slider-area .owl-item.active .h3-single-slider .title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.h3-single-slider .content .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.h3-slider-area .owl-item.active .h3-single-slider .text {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.h3-single-slider .content .buttons {
    margin: 40px 0 0;
}

.h3-slider-area .owl-item.active .h3-single-slider .buttons {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.h3-single-slider .content .buttons .link {
    margin-left: 16px;
}

.h3-slider-area .owl-nav>div {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    font-size:26px;
}

.h3-slider-area .owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.6);
}

.h3-slider-area .owl-nav .owl-prev {
    left: 10%;
}

.h3-slider-area .owl-nav .owl-next {
    right: 10%;
}






/* service
/*----------------------------------------*/

.breadcumb-area {
    background: rgba(0, 0, 0, 0) url("../img/service-bg.jpg") no-repeat scroll center center / cover;
    padding: 170px 0 42px;
}

.breadcumb-area::before {
    opacity: 0.8;
}


.breadcumb-content .title {
    color: #ffffff;
    font-size: 46px;
    line-height: 60px;
    margin: 0 0 95px;
    text-align: center;
    text-transform: uppercase;
	opacity:0.4;
	filter:alpha(opacity=40); /* 针对 IE8 以及更早的版本 */
}

.breadcumb-content .links {
    list-style: outside none none;
    padding: 0;
}

.breadcumb-content .links li {
    display: inline-block;
    padding: 0 17px 0 0;
    position: relative;
}

.breadcumb-content .links li::after {
    color: #bbb7e6;
    content: "/";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 3px;
}

.breadcumb-content .links li:last-child::after {
    display: none;
}

.breadcumb-content .links li:nth-last-child(2)::after {
    color: #ffffff;
}

.breadcumb-content .links li a {
    color: #8fb3f7;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
}

.breadcumb-content .links li:last-child a {
    color: #ffffff;
}

.service-text p
{
    text-indent:32px;
}


/*----------------------------------------*/
/*news*/
.news .list {
    list-style: outside none none;
    padding: 0;
	width:100%;
}

.news .list li {
    border-bottom: 2px dashed #d3d3d3;
    display: block;
    margin: 0 0 18px;
    padding: 0 0 18px;
}

/*.news .list li:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/
.news .list li a {
    display: block;
    overflow: hidden;
}

.news .list li a .img {
    float: left;

}

.news .list li a .img img {
    border-radius: 5px;
}

.news .list li a .content {
    display: block;
    margin: 6px 0 0;
    overflow: hidden;
}

.news .list li a .content .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 10px;
}
.news .list li a .content .jianjie {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
}
.news .list li a .content .date {
    color: #0085c5;
    display: block;
}

.news .list li a .content .date span {
    margin-right: 2px;
}

/*news */

body,p{color: #043794;}
.container {
    max-width: 1200px;
}
.container  p{
    /*text-indent:30px;*/
}
@media (max-width: 760px) {
.h3-single-slider .content .title {
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
}



.box {
	padding:8px;
	border-radius:5px;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.box:hover {
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0 0px 10px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0px 10px rgba(0,0,0,.3);
	box-shadow: 0 0px 10px rgba(0,0,0,.3);
	transition:all .3s;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.yidong{transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.yidong img{transition:all 0.9s; -webkit-transition:all 0.9s;  -moz-transition:all 0.9s; transform:scale(1,1); -webkit-transform:scale(1,1)}
.yidong:hover img{transform:scale(1.08,1.08);-webkit-transform:scale(1.08,1.08);-moz-transform:scale(1.08,1.08);}


.service-pic ul li{float:left;width: 350px;padding:10px; margin: 16px; text-align: center;overflow:hidden;display: block;}
.service-pic ul li .tu{
    overflow:hidden;
	width:320px;
	height:280px;
	margin:0 auto;
}
.service-pic ul li img{width:320px;height:280px;}
.service-pic ul li p{margin-top:8px;}
.service-pic ul li:hover{color: #264a94;}

