@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.min.css);
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    color: #666;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

@media(min-width:1200px) {
    .container {
        padding: 0 15px
    }
}

a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    cursor: pointer;
    color: #777;
    transition: all 900ms ease
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #df5626;
    transition: all 900ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222;
    margin-top: 0
}

h3 a,
h4 a,
h5 a,
h6 a {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #222;
    transition: all 500ms ease
}

input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow-x: hidden
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.centred {
    text-align: center
}

.sec-pad {
    padding: 91px 0 100px 0
}

p {
    position: relative;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px
}

h1 {
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    font-weight: 700
}

h2 {
    font-size: 34px;
    line-height: 40px;
    color: #222
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

h5 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase
}

h4 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

h5 a:hover,
h6 a:hover,
h4 a:hover,
h3 a:hover {
    color: #df5626;
    transition: all 500ms ease
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif)
}

.btn-one {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #df5626;
    border: 2px solid #df5626;
    padding: 9px 24px 9px 24px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease
}

.btn-one:hover {
    color: #df5626;
    border: 2px solid #df5626;
    background: transparent;
    transition: all 500ms ease
}

.btn-two {
    position: relative;
    color: #222;
    font-size: 14px;
    background: transparent;
    padding: 3px;
    position: relative;
    border-bottom: 2px solid #df5626;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    z-index: 1
}

.btn-two:hover {
    color: #df5626
}

.link-btn {
    position: relative;
    padding: 0;
    margin-top: 120px
}

.link-btn li {
    display: inline-block;
    margin: 0 3px
}

.link-btn li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all 500ms ease
}

.link-btn li a:hover,
.link-btn li a.active {
    background: #257fc7;
    color: #fff;
    border: 1px solid #257fc7;
    transition: all 500ms ease;
    border-radius: 50%
}

.sec-title {
    position: relative;
    font-size: 50px;
    line-height: 57px;
    color: #222;
    margin-bottom: 7px
}

.title-text {
    position: relative;
    font-style: italic;
    margin-bottom: 66px;
    font-size: 16px
}

.scroll-to-top {
    position: fixed;
    bottom: 105px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    width: 45px;
    height: 45px;
    background: #df5626;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.scroll-to-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll-to-top:hover {
    background: #222
}

body {
    overflow-x: hidden
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff
}

.theme_menu {
    position: relative;
    background: transparent
}

.logo-box {
    position: relative;
    display: inline-block;
    margin-top: 20px
}

.sticky-header .logo-box {
    margin-top: 18px
}

.menu-area {
    position: relative;
    display: inline-block;
    top: 0;
    float: right
}

.main-menu {
    position: relative;
    display: inline-block;
    top: 2px
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

.main-menu .navigation > li > a > i:before {
    margin-right: 5px;
    font-size: 16px
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #242424;
    line-height: 26px;
    padding: 32px 0 32px 0;
    opacity: 1;
    -webkit-transition: all 500ms ease
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before {
    color: #df5626;
    transition: all 500ms ease
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1
}

.main-menu .navigation > li > ul {
    position: absolute;
    right: auto;
    top: 100%;
    background: #222;
    width: 230px;
    border-bottom: 3px solid #df5626;
    padding: 5px 30px;
    z-index: 999;
    display: none
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: 0
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px dashed #df5626;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: 0
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #df5626
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #df5626
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #fff;
    transition: all 500ms ease
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn span:before {
    font-size: 15px;
    color: #222;
    margin: 0
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    right: auto;
    top: 0;
    left: 100%;
    background: #222;
    width: 280px;
    border-bottom: 3px solid #df5626;
    padding: 0 30px;
    z-index: 999;
    display: none
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: 0
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px dashed #df5626;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .search-box-area .search-toggle i:before {
    font-size: 16px;
    color: #fff;
    margin: 0;
    transition: all 500ms ease
}

.main-header .search-box-area .search-toggle:hover i:before {
    color: #df5626
}

.main-header .search-box-area {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
    margin-left: 25px
}

.main-header .search-box-area .search-box {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50px;
    transition: all 500ms ease 0s;
    visibility: hidden
}

.main-header .search-box-area .form-group {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50)
}

.main-header .search-box-area .form-group button {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #df5626;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    z-index: 10
}

.main-header .search-box-area input {
    width: 250px;
    height: 50px;
    border: 2px solid #222;
    padding: 10px 20px;
    border-radius: 5px;
    background: #df5626;
    color: #fff;
    z-index: 9
}

.main-header .search-box.now-visible {
    top: 50px;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.main-header .info-box,
.main-header .btn-box,
.main-header .search-box-area {
    position: relative;
    display: inline-block
}

.stricky-fixed .logo-box {
    margin-top: 18px
}

.stricky-fixed .menu-bar {
    top: -2px
}

.stricky-fixed .menu-area,
.stricky-fixed .main-menu {
    top: 0
}

.mobile-menu .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 42px;
    border-left: 1px solid #fff;
    cursor: pointer;
    display: block;
    z-index: 5
}

.mobile-menu .dropdown-btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
    background: #000
}

.mobile-menu > li > a {
    padding: 10px 20px
}

.mobile-menu > li > ul > li > a {
    padding: 10px 20px 10px 35px
}

.mobile-menu > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 45px
}

.mobile-menu > li > ul > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 55px
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
    display: none
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a {
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fff
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px
    }

    50% {
        margin-top: -90px
    }

    100% {
        margin-top: 0
    }
}

.theme_menu.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #FFF !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: .60s;
    animation-timing-function: ease-out
}

.rev_slider_wrapper {
    position: relative
}

.video-gallery {
    position: relative;
    display: inline-block;
    margin-left: 7px
}

.video-gallery .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%
}

.video-gallery .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle
}

.rev_slider_wrapper .tp-video .icon-holder .icon {
    position: relative;
    padding-bottom: 12px;
    top: -6px !important
}

.rev_slider_wrapper .tp-video .icon-holder .icon:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 500ms ease
}

.rev_slider_wrapper .tp-video .icon-holder .icon:hover:before {
    background: #df5626
}

.rev_slider_wrapper .tp-video .icon-holder .icon i:before {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    top: 4px;
    transition: all 500ms ease
}

.rev_slider_wrapper .tp-video .icon-holder .icon:hover i:before,
.rev_slider_wrapper .tp-video .icon-holder .icon:hover a {
    color: #df5626
}

.rev_slider_wrapper .tp-video .icon-holder a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-left: 6px;
    transition: all 500ms ease !important
}

.tp-video {
    position: relative;
    display: inline-block
}

.rev_slider_wrapper P {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.rev_slider_wrapper .tp-video .button {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.rev_slider_wrapper .btn-one:hover,
.rev_slider_wrapper .btn-one {
    transition: all 500ms ease !important
}

.tp-bannertimer {
    display: none !important
}

.tp-video .btn-one {
    padding: 9px 20px 9px 19px !important
}

.feature-section {
    position: relative;
    padding: 120px 0 120px 0
}

.feature-section:before {
    position: absolute;
    content: '';
    background: url(../images/feature/1.png);
    left: 0;
    top: -69px;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat
}

.feature-section .top-content .title {
    position: relative;
    font-size: 44px;
    font-family: 'Lato', sans-serif;
    line-height: 64px;
    color: #222;
    margin-bottom: 32px;
    margin-top: 15px
}

.separator {
    position: relative;
    width: 130px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/feature/title.png) center center no-repeat
}

.feature-section .top-content .title span {
    color: #df5626
}

.feature-section .top-content .text {
    font-size: 18px;
    line-height: 34px
}

.feature-section .top-content {
    position: relative;
    margin-bottom: 60px
}

.feature-section .single-item {
    position: relative;
    background: #b220db;
    display: block;
    padding: 25px 0 22px 0;
    transition: all 500ms ease
}

.feature-style-one .single-item:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.50)
}

.feature-section .single-item .lower-content h4 {
    color: #fff
}

.feature-section .single-item .img-box {
    position: relative;
    display: inline-block;
    width: 164px;
    height: 164px;
    line-height: 164px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    margin-bottom: 20px
}

.feature-section .single-item .img-holder {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%
}

.feature-section .feature-column:nth-child(2) .single-item {
    background: #4bcf23
}

.feature-section .feature-column:nth-child(3) .single-item {
    background: #218de4
}

.feature-section .feature-column:nth-child(4) .single-item {
    background: #ff7930
}

.feature-section2 {
    position: relative;
    padding: 40px 0 150px 0
}

.feature-section2 .top-content .title {
    position: relative;
    font-size: 44px;
    font-family: 'Lato', sans-serif;
    line-height: 64px;
    color: #222;
    margin-bottom: 32px;
    margin-top: 15px
}

.separator {
    position: relative;
    width: 130px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/feature/title.png) center center no-repeat
}

.feature-section2 .top-content .title span {
    color: #df5626
}

.feature-section2 .top-content .text {
    font-size: 18px;
    line-height: 34px
}

.feature-section2 .top-content {
    position: relative;
    margin-bottom: 60px
}

.feature-section2 .single-item {
    position: relative;
    background: #b220db;
    display: block;
    padding: 25px 0 22px 0;
    transition: all 500ms ease
}

.feature-style-one .single-item:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.50)
}

.feature-section2 .single-item .lower-content h4 {
    color: #fff
}

.feature-section2 .single-item .img-box {
    position: relative;
    display: inline-block;
    width: 164px;
    height: 164px;
    line-height: 164px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    margin-bottom: 20px
}

.feature-section2 .single-item .img-holder {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%
}

.feature-section2 .feature-column:nth-child(2) .single-item {
    background: #4bcf23
}

.feature-section2 .feature-column:nth-child(3) .single-item {
    background: #218de4
}

.feature-section2 .feature-column:nth-child(4) .single-item {
    background: #ff7930
}

ul.recent_posts_list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.recent_posts_list li {
    padding: 0 0 13px 0;
    margin: 0 0 16px 0;
    list-style-type: none;
    border-bottom: 1px solid #f5f6f6;
    float: left;
    width: 100%
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #3d3d3d
}

.recent_posts_list li a:hover {
    color: #1889c1
}

.recent_posts_list li .link {
    padding-top: 5px;
    color: #1889c1;
    font-size: 11px !important
}

.recent_posts_list li .link:hover {
    color: #f00;
    font-size: 11px !important
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.recent_posts_list li i {
    padding: 1px 0 0 0;
    margin: 0;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9
}

.recent_posts_list li.last {
    padding: 0 0 7px 0;
    margin: 0;
    border-bottom: 0 solid #f5f6f6
}

.about-section {
    position: relative;
    background: #252525;
    padding: 107px 0
}

.about-section .fact-counter .text-top {
    position: relative;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 12px
}

.about-section .fact-counter .title {
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 29px
}

.about-section .fact-counter p {
    color: #aaa;
    margin-bottom: 60px
}

.about-section .counter-content {
    position: relative
}

.about-section .counter-content .count-outer span {
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.about-section .counter-content .count-outer {
    position: relative;
    margin-bottom: -1px
}

.about-section .counter-content .single-item .text {
    font-size: 14px;
    color: #858585
}

.about-section .counter-content .single-item {
    position: relative
}

.about-section .counter-content .single-item:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 67px;
    top: -4px;
    right: 21px
}

.about-section .fact-counter {
    position: relative;
    padding-right: 5px;
    margin-top: -5px
}

.piechart-box .piechart canvas,
.piechart-boxa .piecharta canvas,
.piechart-boxb .piechartb canvas {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 298px;
    transform: rotate(-275deg)
}

.piechart-box .piechart canvas:after {
    position: absolute;
    content: '';
    background-color: #fff;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #a29afb;
    border-radius: 50%;
    z-index: 1
}

.piechart-box .piechart-block .piechart span {
    display: block;
    color: #b220db;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    position: relative;
    margin-bottom: 6px
}

.piechart {
    position: relative;
    min-width: 298px;
    min-height: 298px;
    margin: 0 auto;
    text-align: center
}

.piechart-boxa .piechart-block .piecharta span,
.piechart-boxb .piechart-block .piechartb span {
    display: block;
    color: #4bcf23;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0
}

.piechart-box .piechart-block .piechart span:after {
    color: #b220db;
    content: "%";
    font-size: 80px;
    font-weight: 700
}

.piechart-boxa .piechart-block .piecharta span:after,
.piechart-boxb .piechart-block .piechartb span:after {
    color: #4bcf23;
    content: "%";
    font-size: 40px;
    font-weight: 700
}

.piechart-content .piechart-block .content-box {
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: block;
    min-height: 298px;
    top: 88px
}

.piechart-content .piechart-boxa .piechart-block .content-box,
.piechart-content .piechart-boxb .piechart-block .content-box {
    min-height: 150px;
    top: 44px
}

.piechart-box {
    position: relative;
    display: inline-block;
    text-align: center
}

.piechart-boxa,
.piechart-boxb {
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center
}

.piechart-content {
    position: relative
}

.piechart-boxa {
    position: absolute;
    top: -23px;
    right: -38px
}

.piechart-boxb {
    position: absolute;
    right: -38px;
    bottom: -23px
}

.piechart-box .piechart-block .piechart .text {
    position: relative;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    text-transform: uppercase
}

.piechart-boxa .piechart-block .piecharta .text,
.piechart-boxb .piechart-block .piechartb .text {
    position: relative;
    font-size: 9px;
    color: #ccc;
    line-height: 18px;
    text-transform: uppercase
}

.piechart-boxb .piechart-block .piechartb span:after,
.piechart-boxb .piechart-block .piechartb span {
    color: #218de4
}

.service-section {
    position: relative;
    padding: 110px 0 120px 0
}

.service-section .service-title .title {
    position: relative;
    font-size: 50px;
    line-height: 57px;
    color: #222;
    margin-bottom: 6px
}

.service-section .service-title p {
    font-style: italic
}

.service-section .service-title {
    position: relative;
    margin-bottom: 55px
}

.service-section .service-content .single-item {
    position: relative;
    border: 1px solid #eee;
    padding: 55px 30px 54px 30px;
    margin-bottom: 30px;
    transition: all 500ms ease
}

.service-section .service-content .single-item:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.10)
}

.service-section .service-content .single-item .img-box {
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #71d456;
    width: 64px;
    height: 64px
}

.service-section .service-content .service-column:nth-child(2) .single-item .img-box {
    background: #fbd303
}

.service-section .service-content .service-column:nth-child(3) .single-item .img-box {
    background: #4b5aa7
}

.service-section .service-content .service-column:nth-child(4) .single-item .img-box {
    background: #ff553e
}

.service-section .service-content .single-item .img-box img {
    width: 100%
}

.service-section .service-content .single-item h5 {
    margin-bottom: 15px
}

.service-section .service-content {
    position: relative
}

.service-section .service-content:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.50);
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -110px;
    z-index: 1;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    padding: 0
}

.service-section .service-content:after {
    position: absolute;
    content: '';
    background: url(../images/service/5.png);
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 1;
    border: 1px solid #efefef;
    border-radius: 50%;
    background-repeat: no-repeat
}

.service-section .form-area {
    position: relative;
    background: #df5626;
    padding: 57px 35px 60px 35px;
    left: 68px;
    margin-right: -40px;
    top: -130px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.30);
    z-index: 1
}

.service-section .form-area input,
.service-section .form-area textarea {
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #efab93;
    margin-bottom: 0;
    font-style: italic;
    padding: 33px 10px 13px 8px;
    transition: all 900ms ease
}

.service-section .form-area input:focus,
.service-section .form-area textarea:focus {
    border-bottom: 1px solid #111;
    transition: all 900ms ease
}

.service-section .form-area textarea {
    height: 219px;
    resize: none;
    margin-bottom: 22px
}

::-webkit-input-placeholder {
    color: #444
}

:-ms-input-placeholder {
    color: #444
}

::-moz-placeholder {
    color: #444;
    opacity: 1
}

:-moz-placeholder {
    color: #444;
    opacity: 1
}

.service-section .form-area button {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    width: 100%;
    border: 2px solid #111;
    background: #111;
    color: #fff;
    transition: all 500ms ease
}

.service-section .form-area button:hover {
    background: transparent;
    color: #111;
    transition: all 500ms ease
}

.service-section .form-area .title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.service-section .service-content .button {
    position: relative;
    margin-top: 39px
}

.boost-ranking {
    position: relative;
    background: #257fc7;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 92px 0 150px 0
}

.boost-ranking:before {
    position: absolute;
    content: '';
    background: url(../images/home/boost.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: center center
}

.boost-ranking .left-content .text {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    color: #fff
}

.boost-ranking .left-content .text span {
    font-size: 60px;
    display: block;
    font-weight: 300;
    line-height: 72px
}

.boost-ranking .right-content {
    position: relative;
    margin-left: 79px;
    z-index: 1
}

.boost-ranking .right-content h4 {
    color: #fff;
    margin-bottom: 34px;
    font-weight: 400;
    line-height: 32px
}

.boost-ranking .right-content .btn-one {
    text-transform: uppercase
}

.boost-ranking .left-content {
    position: relative;
    z-index: 1
}

.boost-ranking .left-content:before {
    position: absolute;
    content: '';
    background: url(../images/home/1.png);
    width: 193px;
    height: 384px;
    top: -120px;
    right: -126px
}

.case-section {
    position: relative;
    padding: 69px 0 70px 0
}

.case-section:before {
    position: absolute;
    content: '';
    background: url(../images/home/2.png);
    width: 100%;
    height: 110px;
    left: 0;
    top: -100px;
    background-repeat: repeat-x
}

.case-section:after {
    position: absolute;
    content: '';
    background: url(../images/home/6.png);
    width: 100%;
    height: 110px;
    left: 0;
    top: -110px;
    background-repeat: repeat-x
}

.case-section img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0)
}

.case-section .img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.case-section .single-cause-content:hover img {
    transform: scale(1.1)
}

.case-section .case-content {
    position: relative;
    margin-left: 50px;
    top: 49px
}

.case-section .case-content .text-top {
    font-style: italic;
    font-size: 14px;
    color: #a9a9a9;
    text-transform: uppercase;
    margin-bottom: 4px
}

.case-section .case-content .title a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 42px;
    color: #1a79c5;
    margin-bottom: 21px
}

.case-section .case-content .title a:hover {
    color: #df5626
}

.case-section .case-content p {
    margin-bottom: 34px
}

.testimonials-section {
    position: relative;
    padding: 110px 280px 110px 275px;
    background: #edf7ff;
    width: 100%
}

.testimonials-section:before {
    position: absolute;
    content: '';
    background: url(../images/home/face.png);
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 115px;
    background-repeat: no-repeat
}

.testimonials-section .testimonial-content .title {
    position: relative;
    font-size: 50px;
    line-height: 59px;
    color: #222;
    margin-bottom: 10px
}

.testimonials-section .testimonial-content p {
    font-style: italic
}

.testimonials-section .slide-content {
    position: relative;
    background: #fff;
    display: block;
    padding: 45px 45px 35px 40px;
    margin-right: 5%
}

.testimonials-section .slide-content:before {
    position: absolute;
    content: "\f10e";
    font-family: 'Fontawesome';
    font-size: 24px;
    top: 20px;
    right: 30px;
    color: #ccc
}

.testimonials-section .slide-content .author {
    position: relative;
    padding: 9px 0 45px 89px
}

.testimonials-section .slide-content .author-img {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0
}

.testimonials-section .slide-content .author-img img {
    width: 100%
}

.testimonials-section .slide-content .author-info {
    position: relative;
    display: inline-block
}

.testimonials-section .slide-content .author-info h5 {
    margin-bottom: -3px
}

.testimonials-section .slide-content p {
    line-height: 26px
}

.owl-dots {
    display: none !important
}

.testimonials-section .owl-controls {
    display: inline-block;
    position: absolute;
    left: -50%;
    bottom: 30px
}

.testimonial-content {
    position: relative;
    top: -11px
}

.news-section {
    position: relative;
    padding: 109px 0 315px 0
}

.news-section .single-item .img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px
}

.news-section .single-item .meta-content {
    position: relative;
    margin-bottom: 43px;
    padding: 0 5px 14px 5px;
    border-bottom: 1px solid #eee
}

.news-section .single-item .meta-content .meta-left,
.news-section .single-item .meta-content .meta-right {
    position: relative;
    display: inline-block
}

.news-section .single-item .meta-content .meta-left li,
.news-section .single-item .meta-content .meta-right li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222
}

.news-section .single-item .meta-content .meta-right {
    float: right
}

.news-section .single-item .meta-content span {
    color: #df5626
}

.news-section .single-item .meta-content .meta-left li {
    margin-right: 18px
}

.news-section .single-item .meta-content .meta-right li {
    margin-left: 10px
}

.news-section .single-item .meta-content .meta-left li:before {
    position: absolute;
    content: '';
    background: #d7d7d7;
    height: 14px;
    width: 2px;
    top: 7px;
    right: -10px
}

.news-section .single-item .meta-content .meta-left li:last-child:before {
    display: none
}

.news-section .single-item img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0)
}

.news-section .single-item:hover img {
    transform: scale(1.1)
}

.news-section .single-item .lower-content h4 {
    margin-bottom: 9px
}

.news-section .single-item .lower-content p {
    margin-bottom: 34px
}

.news-section .title-text {
    margin-bottom: 56px
}

.brand-section {
    position: relative;
    background: #edf7ff;
    padding: 91px 0 150px 0
}

.brand-section .brand-content {
    position: relative;
    margin-top: -307px
}

.brand-section .owl-theme .owl-controls {
    display: none !important
}

.brand-section .brand-content .img-box {
    position: relative;
    border: 1px solid #edf0f3;
    text-align: center;
    max-width: 262px;
    transition: all 500ms ease
}

.brand-section .brand-content .img-box img {
    display: inline-block;
    opacity: 1;
    position: relative;
    width: 100%
}

.brand-section .brand-content .img-box:hover {
    border: 1px solid #df5626
}

.main-footer-area {
    position: relative;
    background: #0b375b;
    padding: 12px 0 16px 0
}

.main-footer-area:after {
    position: absolute;
    content: '';
    background: url(../images/footer/1.png);
    width: 100%;
    height: 110px;
    left: 0;
    top: -110px;
    background-repeat: repeat-x
}

.main-footer-area:before {
    position: absolute;
    content: '';
    background: url(../images/footer/2.png);
    width: 100%;
    height: 110px;
    left: 0;
    top: -120px;
    background-repeat: repeat-x
}

.footer-top {
    position: relative;
    margin-bottom: 124px
}

.footer-top .logo-wideget {
    margin-top: 4px
}

.footer-top .update-wideget h3 {
    color: #fff;
    margin-bottom: 4px;
    font-weight: 700
}

.footer-top .update-wideget P {
    font-weight: 300;
    color: #aaa;
    margin-bottom: 22px
}

.footer-top .update-wideget input {
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #55738d;
    padding: 5px 9px 13px 9px;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    transition: all 500ms ease
}

.footer-top .update-wideget input:focus {
    border-bottom: 1px solid #df5626
}

.footer-top .update-wideget .input-box {
    position: relative
}

.footer-top .update-wideget .input-box button {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    transition: all 500ms ease
}

.footer-top .update-wideget .input-box button:hover {
    color: #df5626
}

.footer-social {
    position: relative;
    float: none;
    margin-top: -20px;
    margin-bottom: 15px
}

.footer-social li {
    display: inline-block;
    margin-left: 4px
}

.footer-social li a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 2px solid #9eacb6;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    transition: all 500ms ease
}

.footer-social li a:hover {
    color: #df5626;
    border: 2px solid #df5626
}

.main-footer {
    position: relative;
    color: #fff
}

.main-footer p,
.main-footer a {
    color: #8a96a5
}

.main-footer h4 {
    color: #fff;
    margin-bottom: 22px
}

.main-footer .about-company {
    position: relative;
    padding-right: 0
}

.main-footer .link-wideget li {
    display: block;
    margin-bottom: 9px
}

.main-footer .link-wideget li a {
    position: relative;
    padding: 0 0 0 21px
}

.main-footer .link-wideget li a:hover {
    color: #df5626
}

.main-footer .link-wideget li a:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    left: 1px;
    top: -1px;
    transition: all 500ms ease
}

.main-footer .link-wideget li a:hover:before {
    color: #df5626;
    transition: all 500ms ease
}

.main-footer .contact-wideget {
    position: relative;
    margin-left: -25px
}

.main-footer .contact-wideget .phone {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.main-footer .contact-wideget .phone i:before {
    margin: 0;
    margin-right: 16px;
    font-size: 22px
}

.main-footer .contact-wideget .email,
.main-footer .contact-wideget .address {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 18px
}

.main-footer .about-company .footer-title h4,
.main-footer .contact-wideget .footer-title h4 {
    margin-bottom: 24px
}

.main-footer .contact-wideget p {
    margin-bottom: 10px;
    line-height: 22px
}

.footer-bottom {
    position: relative;
    padding: 37px 0 36px 0;
    background: #092944;
    color: #a5abb2
}

.footer-bottom a {
    position: relative;
    font-weight: 700;
    color: #a5abb2
}

.footer-bottom a:hover {
    color: #df5626
}

.page-title {
    position: relative;
    background: #257fc7;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0 0 0
}

.page-title:after {
    position: absolute;
    content: '';
    background: url(../images/about/bg.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.page-title .content-box {
    position: relative;
    z-index: 1
}

.page-title .bread-crumb {
    position: relative;
    float: left;
    height: 20px
}

.page-title .bread-crumb li a,
.page-title .bread-crumb li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: all 500ms ease
}

.page-title .bread-crumb li a:hover {
    color: #df5626
}

.page-title .title {
    position: relative;
    clear: both;
    float: left;
    top: 0
}

.page-title .title h1 {
    color: #fff;
    font-size: 35px
}

.feature-style-two {
    position: relative
}

.feature-style-two .single-item,
.feature-style-two .feature-column:nth-child(2) .single-item,
.feature-style-two .feature-column:nth-child(3) .single-item {
    background: transparent
}

.feature-style-two .top-content {
    margin-bottom: 78px
}

.feature-style-two .single-item .lower-content h4 {
    color: #222
}

.feature-style-two .single-item {
    position: relative;
    padding: 0 25px
}

.feature-style-two .single-item .img-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 31px
}

.feature-style-two .single-item .img-box img {
    transition: all 500ms ease;
    transform: scale(1.0)
}

.feature-style-two .single-item:hover .img-box img {
    transform: scale(1.1)
}

.feature-style-two .feature-column:nth-child(1) .img-box {
    background: #b220db
}

.feature-style-two .feature-column:nth-child(2) .img-box {
    background: #4bcf23
}

.feature-style-two .feature-column:nth-child(3) .img-box {
    background: #218de4
}

.feature-style-two .single-item .lower-content h4 {
    margin-bottom: 20px
}

.feature-style-two .single-item .lower-content p {
    margin-bottom: 34px
}

.feature-style-two .single-item:hover {
    box-shadow: none
}

.about-info {
    position: relative;
    background: #df5626;
    padding: 107px 0 0 0
}

.about-info .img-box img {
    width: 100%
}

.about-info .img-box {
    position: relative;
    margin-left: -176px;
    margin-right: 20px;
    margin-top: 9px;
    box-shadow: 0 5px 10px 0 rgba(229, 229, 229, 0.52)
}

.about-info .fact-counter {
    position: relative;
    margin-right: -100px;
    margin-left: 20px
}

.about-info .fact-counter .text-top {
    color: #efb7aa
}

.about-info .fact-counter p,
.about-info .counter-content .single-item .text {
    color: #fff
}

.about-info .info-box {
    position: relative;
    display: inline-block
}

.about-info .info-box .cell,
.about-info .info-box .quote {
    position: relative;
    background: #fff;
    padding: 15px 16px 25px 91px;
    box-shadow: 0 5px 10px 0 rgba(229, 229, 229, 0.52)
}

.about-info .info-box {
    position: relative;
    float: left;
    margin-right: 36px
}

.about-info .info-box .cell .icon-box,
.about-info .info-box .quote .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 94px;
    width: 70px;
    line-height: 94px;
    text-align: center;
    background: #b220db
}

.about-info .info-box .quote .icon-box {
    background: #4bcf23
}

.about-info .info-box .cell .title,
.about-info .info-box .quote .title {
    position: relative;
    font-size: 18px;
    color: #b220db;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 36px
}

.about-info .info-box .quote .title {
    color: #4bcf23
}

.about-info .info-box .cell .text,
.about-info .info-box .quote .text {
    position: relative;
    font-size: 18px;
    color: #222;
    line-height: 18px;
    font-weight: 600
}

.about-info .counter-content {
    position: relative;
    margin-bottom: 56px
}

.about-info .about-info-content {
    position: relative;
    bottom: -37px;
    margin-top: -37px
}

.case-style-two {
    position: relative;
    padding-top: 137px;
    padding-bottom: 120px
}

.case-style-two:before,
.case-style-two:after {
    display: none
}

.case-style-two .case-content {
    top: 0
}

.case-style-two .img-box {
    margin-bottom: 52px
}

.case-style-two .case-content {
    margin-left: 40px
}

.commitment-section {
    position: relative;
    background: #edf7ff;
    padding: 91px 0 92px 0
}

.commitment-section .img-column {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.commitment-section .commitment-content {
    position: relative;
    z-index: 1;
    margin-left: 75px
}

.commitment-section .commitment-content .title {
    position: relative;
    font-size: 36px;
    line-height: 44px;
    color: #222;
    margin-bottom: 25px
}

.commitment-section .commitment-content .title span {
    color: #df5626
}

.commitment-section .commitment-content .text {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    margin-bottom: 40px
}

.commitment-section .commitment-content .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 0 0 0 20px
}

.commitment-section .commitment-content .list li:before {
    position: absolute;
    content: "\f0da";
    font-size: 12px;
    font-family: "FontAwesome";
    color: #df5626;
    left: 0;
    top: 0
}

.team-section {
    position: relative;
    padding: 111px 0 120px 0
}

.team-section .single-item {
    position: relative;
    padding: 0 30px
}

.team-section .single-item .img-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 20px
}

.team-section .team-column:nth-child(1) .single-item .img-box {
    background: #de3f18
}

.team-section .team-column:nth-child(2) .single-item .img-box {
    background: #2eaeb7
}

.team-section .team-column:nth-child(3) .single-item .img-box {
    background: #f3ac1e
}

.team-section .single-item .img-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0)
}

.team-section .single-item:hover .img-box img {
    transform: scale(1.1)
}

.team-section .single-item .lower-content .title {
    position: relative;
    font-size: 14px;
    margin-bottom: 16px
}

.team-section .button {
    position: relative;
    margin-top: 44px
}

.team-section .single-item .lower-content h4 {
    margin-bottom: 0
}

.team-section .title-text {
    margin-bottom: 54px
}

.team-section .team-social {
    margin-bottom: 33px
}

.team-section .team-social li {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.team-section .team-social li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease
}

.team-section .team-social li a:hover {
    color: #222
}

.team-section .team-social li:nth-child(1) a {
    background: #43619b;
    top: -20px
}

.team-section .team-social li:nth-child(2) a {
    background: #e54c86;
    top: -10px
}

.team-section .team-social li:nth-child(3) a {
    background: #ee4134
}

.team-section .team-social li:nth-child(4) a {
    background: #00a500;
    top: -10px
}

.team-section .team-social li:nth-child(5) a {
    background: #2ea6de;
    top: -20px
}

.brand-style-two {
    position: relative;
    background: #fff
}

.brand-style-two .brand-content {
    margin-top: 0
}

.error-section {
    position: relative;
    padding: 133px 0 223px 0
}

.error-section .error-title {
    position: relative;
    font-size: 180px;
    color: #df5626;
    font-weight: bold;
    line-height: 120px;
    margin-bottom: 45px;
    text-shadow: 5px 5px 5px #ccc
}

.error-section p {
    margin-bottom: 53px
}

.intro-section {
    position: relative;
    padding-bottom: 66px
}

.intro-section .single-item {
    position: relative;
    background: transparent;
    padding: 0 0 20px 75px;
    margin-bottom: 28px;
    transition: all 500ms ease
}

.intro-section .single-item:hover {
    box-shadow: 0 9px 5px -5px rgba(0, 0, 0, 0.10)
}

.intro-section .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 7px
}

.intro-section .single-item h4 {
    margin-bottom: 19px
}

.intro-section .top-content .title {
    margin-bottom: 17px;
    margin-top: 24px
}

.intro-section .top-content {
    margin-bottom: 76px
}

.service-style-two {
    position: relative;
    background: #edf7ff
}

.service-style-two .service-content:before,
.service-style-two .service-content:after {
    display: none
}

.service-style-two .service-column:nth-child(1) .single-item .img-box {
    background: #71d456
}

.service-style-two .service-content .service-column:nth-child(2) .single-item .img-box {
    background: #6eb1e1
}

.service-style-two .service-content .service-column:nth-child(3) .single-item .img-box {
    background: #fbd303
}

.service-style-two .service-content .service-column:nth-child(4) .single-item .img-box {
    background: #4b5aa7
}

.service-style-two .service-content .service-column:nth-child(5) .single-item .img-box {
    background: #886c60
}

.service-style-two .service-content .service-column:nth-child(6) .single-item .img-box {
    background: #ff553e
}

.boost-style-two {
    position: relative;
    background: #b220db
}

.boost-style-two:before {
    display: none
}

.boost-style-two:after {
    position: absolute;
    content: '';
    background: url(../images/home/boost-2.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: center center
}

.pricing-section {
    position: relative;
    padding: 69px 0 0 0
}

.bg-color {
    position: relative;
    padding: 156px 0;
    background: #edf7ff
}

.pricing-section .single-table {
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: -60px;
    transition: all 500ms ease
}

.pricing-section .pricing-column {
    padding: 0 1px
}

.pricing-section .single-table .table-top {
    position: relative;
    background: #ff7930;
    color: #fff;
    text-align: center;
    padding: 42px 0 21px 0
}

.pricing-section .pricing-column:nth-child(2) .table-top {
    background: #218de4
}

.pricing-section .pricing-column:nth-child(3) .table-top {
    background: #4bcf23
}

.pricing-section .single-table .table-top .text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 27px
}

.pricing-section .single-table .table-top .text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    margin-left: -25px
}

.pricing-section .single-table .table-top .price {
    position: relative;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700
}

.pricing-section .single-table .table-top .price span {
    font-size: 18px
}

.pricing-section .single-table .table-top .price .dol-sin {
    font-size: 25px;
    display: inline-block;
    position: relative;
    top: -37px;
    font-weight: 300;
    line-height: 25px
}

.pricing-section .single-table .table-bottom {
    position: relative;
    padding: 46px 0 49px 70px;
    box-shadow: 0 5px 30px 0 #e8e8e8
}

.pricing-section .single-table .table-bottom .list {
    position: relative;
    margin-bottom: 53px
}

.pricing-section .single-table .table-bottom .list li {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 28px
}

.pricing-section .single-table .table-bottom .list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #4bcf23;
    left: 0;
    top: 0
}

.pricing-section .single-table .table-bottom .list li.cross {
    color: #ccc
}

.pricing-section .single-table .table-bottom .list li.cross:before {
    content: "\f00d";
    color: #df5626
}

.pricing-section .single-table .table-bottom .table-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    padding: 11px 58px 11px 58px;
    border: 2px solid #ff7930
}

.pricing-section .pricing-column:nth-child(2) .table-bottom .table-btn a {
    border: 2px solid #218de4
}

.pricing-section .pricing-column:nth-child(3) .table-bottom .table-btn a {
    border: 2px solid #4bcf23
}

.pricing-section .pricing-column:nth-child(1) .single-table .table-bottom .table-btn a:hover {
    color: #ff7930
}

.pricing-section .pricing-column:nth-child(2) .single-table .table-bottom .table-btn a:hover {
    color: #218de4
}

.pricing-section .pricing-column:nth-child(3) .single-table .table-bottom .table-btn a:hover {
    color: #4bcf23
}

.pricing-section .table-area {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 72px -60px 72px
}

.cause-section {
    position: relative;
    padding: 120px 0 250px 0
}

.single-item-overlay {
    position: relative;
    margin-bottom: 22px
}

.service-section .single-item-overlay .img-box {
    position: relative;
    overflow: hidden
}

.single-item-overlay .img-box img {
    width: 100%
}

.single-item-overlay .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    transform: scale(0.7, 0);
    transition: .5s ease-in-out
}

.single-item:hover .img-box .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out
}

.single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    transition: .2s cubic-bezier(0.4, 0, 1, 1)
}

.single-item-overlay:hover .content {
    top: 0;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    transition-delay: .3s
}

.single-item-overlay .content li a {
    color: #fff;
    display: inline-block;
    font-weight: 700
}

.single-item-overlay .content li a i:before {
    font-size: 30px;
    margin: 0
}

.cause-section .single-item .lower-content .text {
    font-size: 14px;
    font-style: italic;
    color: #a9a9a9;
    text-transform: uppercase
}

.cause-section .single-item .lower-content .title h4 {
    position: relative;
    display: inline-block
}

.cause-section .single-item .lower-content .meta {
    position: relative;
    display: inline-block;
    float: right;
    top: 7px
}

.cause-section .single-item .lower-content .meta li {
    display: inline-block;
    font-size: 14px;
    color: #222;
    margin: 0 5px
}

.cause-section .single-item .lower-content .meta i:before {
    color: #df5626
}

.cause-section .single-item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 70px
}

.cause-section .button {
    position: relative;
    margin-top: 30px
}

.cause-section .button .btn-one {
    text-transform: uppercase;
    padding: 9px 34px 9px 34px
}

.cause-details {
    position: relative;
    padding: 120px 0 250px 0
}

.cause-details .owl-next {
    position: absolute;
    top: 50%;
    right: 20px
}

.cause-details .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px
}

.cause-details .owl-prev span:before,
.cause-details .owl-next span:before {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: block
}

.cause-details .title-area .text {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #a9a9a9
}

.cause-details .title-area .title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #222
}

.cause-details .title-area {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 38px;
    margin-bottom: 53px;
    margin-top: 43px
}

.cause-details .meta-content .single-item {
    position: relative
}

.cause-details .meta-content .single-item:before {
    position: absolute;
    content: '';
    background: #eee;
    width: 1px;
    height: 60px;
    top: 0;
    right: -15px
}

.cause-details .meta-content .column:nth-child(3) .single-item:before {
    display: none
}

.cause-details .meta-content .single-item h4 {
    margin-bottom: 2px
}

.cause-details .meta-content {
    position: relative;
    margin-bottom: 51px
}

.cause-details .text p {
    margin-bottom: 28px
}

.cause-details .text {
    position: relative;
    margin-bottom: 57px
}

.cause-details .seo-content .content-area .title {
    position: relative;
    font-size: 36px;
    line-height: 43px;
    color: #222;
    margin-bottom: 20px
}

.cause-details .seo-content .content-area .title span {
    color: #df5626
}

.cause-details .seo-content .content-area h5 {
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 26px
}

.cause-details .seo-content .content-area .list li {
    position: relative;
    font-size: 16px;
    padding: 0 0 0 20px;
    margin-bottom: 4px
}

.cause-details .seo-content .content-area .list li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #df5626;
    left: 0;
    top: 0
}

.cause-details .seo-content .content-area {
    position: relative;
    margin-left: 21px
}

.cause-details .seo-content .img-box {
    position: relative;
    top: 8px
}

.cause-details .seo-content {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 92px;
    margin-bottom: 70px
}

.cause-details .next-previous .prev-content {
    position: relative;
    display: inline-block;
    padding: 14px 0 0 140px
}

.cause-details .next-previous .next-content {
    position: relative;
    display: inline-block;
    float: right;
    padding: 14px 140px 0 0
}

.cause-details .next-previous .img-box,
.cause-details .next-previous .content {
    position: relative;
    display: inline-block
}

.cause-details .next-previous .prev-content .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 95px;
    background: #812eb7
}

.cause-details .next-previous .next-content .img-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 95px;
    background: #ff7930
}

.cause-details .next-previous .content a {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #df5626;
    padding-bottom: 5px
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0 250px 0
}

.sidebar::-webkit-input-placeholder {
    color: #666
}

.sidebar:-ms-input-placeholder {
    color: #666
}

.sidebar::-moz-placeholder {
    color: #666;
    opacity: 1
}

.sidebar:-moz-placeholder {
    color: #666;
    opacity: 1
}

.sidebar .sidebar-search {
    position: relative;
    margin-bottom: 64px
}

.sidebar .sidebar-search input {
    width: 100%;
    padding: 12px 0 12px 5px;
    border-bottom: 1px solid #ccc;
    transition: all 500ms ease
}

.sidebar .sidebar-search input:focus {
    border-bottom: 1px solid #df5626
}

.sidebar .sidebar-search button {
    position: absolute;
    top: 11px;
    right: 4px;
    font-size: 16px;
    color: #257fc7;
    background: transparent;
    transition: all 500ms ease
}

.sidebar .sidebar-search button:hover {
    color: #df5626
}

.sidebar-title {
    position: relative;
    margin-bottom: 28px;
    padding: 0 0 0 33px
}

.sidebar-title:before {
    position: absolute;
    content: '';
    background: url(../images/news/icon.png);
    width: 18px;
    height: 32px;
    left: 0;
    top: 6px
}

.sidebar-title h4 {
    display: block;
    border-bottom: 2px solid #257fc7;
    padding-bottom: 8px;
    text-transform: uppercase
}

.sidebar .categories-list li a {
    position: relative;
    display: block;
    padding: 0 0 0 29px;
    margin-bottom: 4px
}

.sidebar .categories-list li a:before {
    position: absolute;
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #d6d6d6;
    left: 0;
    top: 0
}

.sidebar .sidebar-categories {
    position: relative;
    margin-bottom: 60px
}

.sidebar .categories-list li a:hover {
    color: #ff7930
}

.sidebar .sidebar-post {
    position: relative;
    margin-bottom: 64px
}

.sidebar .sidebar-post .sidebar-title {
    margin-bottom: 32px
}

.sidebar .sidebar-post .single-post {
    position: relative;
    padding: 0 0 0 99px;
    margin-bottom: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.sidebar .sidebar-post .single-post .post-title a {
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    transition: all 500ms ease
}

.sidebar .sidebar-post .single-post a:hover {
    color: #df5626
}

.sidebar .sidebar-post .single-post .date {
    position: relative;
    font-size: 12px;
    color: #222
}

.sidebar .sidebar-post .single-post .img-box {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 3px;
    width: 80px;
    height: 80px
}

.sidebar .sidebar-post .single-post .img-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0)
}

.sidebar .sidebar-post .single-post:hover .img-box img {
    transform: scale(1.1)
}

.sidebar .sidebar-post .single-post:nth-child(2) .img-box {
    background: #257fc7
}

.sidebar .sidebar-post .single-post:nth-child(3) .img-box {
    background: #8f2eb7
}

.sidebar .sidebar-post .single-post:nth-child(4) .img-box {
    background: #b5cd33
}

.sidebar .sidebar-archive {
    position: relative;
    margin-bottom: 60px
}

.sidebar .sidebar-keywords .list li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px
}

.sidebar .sidebar-keywords .sidebar-title {
    margin-bottom: 35px
}

.sidebar .sidebar-keywords .list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    padding: 5px 14px 5px 14px;
    border: 1px solid #edf0f3;
    text-align: center;
    transition: all 500ms ease
}

.sidebar .sidebar-keywords .list li a:hover {
    background: #df5626;
    border: 1px solid #df5626;
    color: #fff;
    transition: all 500ms ease
}

.blog-classic .blog-section .img-box img {
    position: relative;
    width: 100%
}

.blog-classic .blog-section .img-box {
    position: relative;
    margin-right: -24px
}

.blog-classic .blog-section .blog-content .bottom-content {
    position: relative
}

.blog-classic .blog-section .blog-content .bottom-content .button,
.blog-classic .blog-section .blog-content .bottom-content .blog-social {
    position: relative;
    display: inline-block
}

.blog-classic .blog-section .blog-content .bottom-content .blog-social-area {
    position: relative;
    display: inline-block;
    float: right
}

.blog-classic .blog-section .blog-content .bottom-content .blog-social-area .text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-right: 10px
}

.blog-classic .blog-section .blog-content .bottom-content .blog-social-area li {
    position: relative;
    display: inline-block;
    margin-left: 4px
}

.blog-classic .blog-section .blog-content .bottom-content .blog-social-area li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    transition: all 500ms ease
}

.blog-classic .blog-section .blog-content .bottom-content .blog-social-area li a:hover {
    border: 2px solid #df5626;
    transition: all 500ms ease
}

.blog-classic .blog-section .blog-content .blog-title a {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 39px;
    color: #222;
    font-weight: 700;
    margin-bottom: 14px
}

.blog-classic .blog-section .blog-content .blog-title a:hover {
    color: #df5626
}

.blog-classic .blog-section .blog-content {
    position: relative;
    margin-left: 33px;
    top: 3px
}

.blog-classic .single-item .meta-content {
    margin-bottom: 32px
}

.blog-classic .single-item .lower-content p {
    margin-bottom: 44px
}

.blog-classic .single-blog-content {
    position: relative;
    margin-bottom: 80px
}

.blog-classic .single-blog-content .img-box {
    position: relative;
    overflow: hidden
}

.blog-classic .single-blog-content .img-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0)
}

.blog-classic .single-blog-content:hover .img-box img {
    transform: scale(1.1)
}

.blog-details .blog-details-content {
    position: relative;
    margin-right: 48px
}

.blog-details .blog-details-content img {
    width: 100%
}

.blog-details .blog-details-content .content-style-one .img-box {
    position: relative;
    margin-bottom: 36px
}

.blog-details .blog-details-content .content-style-one .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 39px;
    color: #222;
    font-weight: 700;
    margin-bottom: 14px
}

.blog-details .blog-details-content .content-style-one .content-text h3 {
    font-weight: 400;
    line-height: 36px
}

.blog-details .blog-details-content .content-style-one .content-text {
    position: relative;
    padding: 0 0 0 89px;
    margin: 45px 0 46px 0
}

.blog-details .blog-details-content .content-style-one .content-text:before {
    position: absolute;
    content: '';
    background: url(../images/news/quot.png);
    width: 25px;
    height: 25px;
    left: 40px;
    top: 7px
}

.blog-details .blog-details-content .content-style-one p {
    margin-bottom: 28px
}

.blog-details .single-item .meta-content {
    margin-bottom: 32px
}

.blog-details .post-share-option .left-option,
.blog-details .post-share-option .right-option,
.blog-details .post-share-option .left-option li,
.blog-details .post-share-option .right-option li,
.blog-details .post-share-option .text,
.blog-details .post-share {
    position: relative;
    display: inline-block
}

.blog-details .post-share-option .left-option li a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border: 1px solid #edf0f3;
    padding: 10px 14px 9px 14px;
    margin-right: 5px
}

.blog-details .post-share-option .left-option li a:hover {
    color: #df5626
}

.blog-details .post-share-option .right-option {
    float: right;
    position: relative;
    top: -5px
}

.blog-details .post-share-option .right-option .text {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-right: 10px
}

.blog-details .post-share-option .right-option .post-share li {
    margin-left: 3px
}

.blog-details .post-share-option .right-option .post-share a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    transition: all 500ms ease
}

.blog-details .post-share-option .right-option .post-share a:hover {
    border: 2px solid #df5626;
    transition: all 500ms ease
}

.blog-details .post-share-option {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 29px;
    margin-bottom: 64px;
    margin-top: 63px
}

.blog-details .comment-area {
    position: relative
}

.blog-details .comment-area .single-comment {
    position: relative;
    padding: 0 0 0 90px;
    margin-bottom: 39px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px
}

.blog-details .comment-area .single-comment:last-child {
    border-bottom: 0
}

.blog-details .comment-area .single-comment .img-box {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    left: 0;
    top: 4px;
    width: 70px;
    height: 70px;
    background: #de3f18
}

.blog-details .comment-area .single-comment:last-child .img-box {
    background: #f3ac1e
}

.blog-details .comment-area .single-comment .comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px
}

.blog-details .comment-area .single-comment .comment-time {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    display: inline-block
}

.blog-details .comment-title h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-style: normal
}

.blog-details .comment-area .single-comment p {
    margin-bottom: 14px
}

.blog-details .comment-area .single-comment .btn-two {
    padding: 3px 3px 0 3px
}

.blog-details .comment-form {
    position: relative;
    background: #edf7ff;
    padding: 44px 55px 50px 56px;
    margin-top: -9px
}

.blog-details .comment-form input,
.blog-details .comment-form textarea {
    position: relative;
    width: 100%;
    background: transparent;
    margin-bottom: 22px;
    border-bottom: 1px solid #c4cbd1;
    padding: 10px 20px 13px 8px;
    transition: all 500ms ease
}

.blog-details .comment-form input:focus,
.blog-details .comment-form textarea:focus {
    border-bottom: 1px solid #df5626
}

.blog-details .comment-form textarea {
    resize: none;
    height: 100px;
    margin-bottom: 32px
}

.blog-details::-webkit-input-placeholder {
    color: #666
}

.blog-details:-ms-input-placeholder {
    color: #666
}

.blog-details::-moz-placeholder {
    color: #666;
    opacity: 1
}

.blog-details:-moz-placeholder {
    color: #666;
    opacity: 1
}

.blog-details .comment-form button {
    text-transform: uppercase;
    padding: 9px 48px 9px 48px
}

.blog-details .comment-form .comment-title h3 {
    margin-bottom: 16px
}

.contact-area {
    position: relative;
    padding: 120px 0 270px 0
}

.contact-info .title-top {
    position: relative;
    font-size: 44px;
    line-height: 53px;
    color: #222;
    margin-bottom: 39px;
    margin-top: 21px
}

.contact-info .title-top span {
    color: #df5626
}

.contact-info .title-text h3 {
    font-weight: 400;
    font-style: normal;
    color: #666;
    line-height: 34px
}

.contact-info .title-text {
    position: relative;
    margin-bottom: 101px
}

.contact-info .single-info {
    position: relative;
    padding: 0 0 25px 122px;
    left: 25px;
    transition: all 500ms ease
}

.contact-info .single-info .img-box {
    position: absolute;
    left: 0;
    top: -5px;
    overflow: hidden;
    width: 102px;
    height: 102px;
    border-radius: 50%
}

.contact-info .contact-column:nth-child(1) .single-info .img-box {
    background: #324a5e
}

.contact-info .contact-column:nth-child(2) .single-info .img-box {
    background: #fd8469
}

.contact-info .contact-column:nth-child(3) .single-info .img-box {
    background: #ffd05b
}

.contact-info .single-info .text {
    font-size: 17px;
    color: #222
}

.contact-info .info-area {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 82px;
    margin-bottom: 100px
}

.contact-form-area .contact-title {
    position: relative;
    font-size: 36px;
    color: #222;
    margin-bottom: 24px
}

.contact-form-area .default-form {
    position: relative;
    background: #edf7ff;
    padding: 37px 55px 55px 55px
}

.contact-form-area .default-form input {
    position: relative;
    width: 100%;
    background: transparent;
    margin-bottom: 12px;
    border-bottom: 1px solid #c4cbd1;
    padding: 5px 10px 5px 0;
    font-style: italic;
    transition: all 500ms ease
}

.contact-form-area .default-form textarea {
    position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #c4cbd1;
    padding: 5px 10px 5px 0;
    font-style: italic;
    transition: all 500ms ease
}

.contact-form-area .default-form input:focus,
.contact-form-area .default-form textarea:focus {
    border-bottom: 1px solid #df5626
}

.contact-form-area .default-form textarea {
    resize: none;
    height: 70px;
    margin-bottom: 0
}

.contact-form-area::-webkit-input-placeholder {
    color: #666
}

.contact-form-area:-ms-input-placeholder {
    color: #666
}

.contact-form-area::-moz-placeholder {
    color: #666;
    opacity: 1
}

.contact-form-area:-moz-placeholder {
    color: #666;
    opacity: 1
}

.page-img img {
    margin-bottom: 15px
}

#pagedata {
    text-align: justify
}

#pagedata ul {
    padding-left: 25px;
    padding-bottom: 20px
}

#pagedata ul li {
    list-style-image: url(../images/arrow.png);
    text-align: justify
}

#pagedata ol {
    padding-left: 25px;
    list-style: decimal
}

#pagedata ol li {
    list-style: decimal
}

.pricingTable2 {
    padding-bottom: 0;
    margin: 0;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden
}

.pricingTable2:hover {
    box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8)
}

.pricingTable2 .pricingTable-header {
    padding: 20px 15px 45px;
    background: #66ce04;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative
}

.pricingTable2 .pricingTable-header:before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
    transition: all .5s ease 0s
}

.pricingTable2:hover .pricingTable-header:before {
    right: 50%
}

.pricingTable2 .pricingTable-header h3 {
    line-height: 40px;
    font-size: 25px
}

.pricingTable2 .title {
    font-size: 40px;
    color: #fff;
    margin: 0
}

.pricingTable2 .price-value {
    display: block;
    font-size: 25px;
    color: #000;
    margin: 0 0 20px;
    transition: all .3s ease 0s
}

.pricingTable2 ul.pricing-content {
    padding-bottom: 0
}

.pricingTable2 .pricing-content {
    padding: 0 5px 0;
    margin: 0;
    list-style: none;
    text-align: left !important
}

.pricingTable2 .pricing-content li {
    list-style-image: none;
    font-size: 18px;
    color: #909090;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    position: relative
}

.pricingTable2 .pricing-content li:last-child {
    border-bottom: 0
}

.pricingTable2 .pricing-content li i {
    color: #66ce04
}

.pricingTable2 .pricingTable-signup {
    display: block;
    padding: 18px 0;
    margin: 0 25px;
    border-radius: 10px;
    background: #66ce04;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s
}

.pricingTable2 .pricingTable-signup:hover {
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 0 7px rgba(255, 255, 255, .5) inset
}

.pricingTable2 .pricingTable-signup:before {
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
    position: absolute;
    top: -180%;
    right: -40%;
    transition: all .8s ease 0s
}

.pricingTable2 .pricingTable-signup:hover:before {
    right: 40%
}

.pricingTable2.blue .pricingTable-header,
.pricingTable2.blue .pricingTable-signup {
    background: #15b8f3
}

.pricingTable2.blue .pricing-content li i {
    color: #15b8f3
}

.pricingTable2.pink .pricingTable-header,
.pricingTable2.pink .pricingTable-signup {
    background: #f03c79
}

.pricingTable2.pink .pricing-content li i {
    color: #f03c79
}

@media only screen and (max-width:990px) {
    .pricingTable2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .pricingTable2 {
        margin: 0
    }

    .pricingTable2 .pricing-content li {
        font-size: 15px
    }
}

.portfolio_page {
    padding: 0 0 0 0 !important;
    margin: 0;
    float: left;
    width: 100%
}

.portfolio_page h3 {
    color: #fff;
    text-align: center;
    width: 99%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: #0b375b;
    float: left;
    font-size: 16px
}

.portfolio_page .imgWrap {
    position: relative;
    width: 100%;
    height: 230px
}

.portfolio_page .imgWrap.last {
    margin-right: 0
}

.portfolio_page .imgWrap img {
    float: left;
    width: 99%;
    height: 180px
}

.portfolio_page .imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(000, 000, 000, 0.85);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    transform: scale(0.7, 0);
    transition: .5s ease-in-out
}

.portfolio_page .imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
    width: 99%;
    transform: scale(1, 1);
    transition: .5s ease-in-out
}

.portfolio_page .imgDescription i {
    position: absolute;
    top: 45%;
    left: 48%;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    z-index: 9
}

.footdivider {
    background: url(../images/h-line.png) repeat-x left top;
    padding-top: 20px
}

.techleft {
    float: left;
    padding-right: 15px
}

.techleft h4 {
    font-size: 17px
}

.techright {
    float: left
}

.techright ul {
    list-style: none;
    float: left
}

.techright ul li {
    float: left;
    margin: 10px 5px 0 5px
}

.payleft {
    float: left;
    padding-right: 15px
}

.payleft h4 {
    font-size: 17px
}

.payright {
    float: left
}

.payright ul {
    list-style: none;
    float: left
}

.payright ul li {
    float: left;
    margin: 10px 5px 0 5px
}

ul.fsocial {
    list-style: none;
    float: left;
    display: inline-block
}

ul.fsocial li {
    float: left;
    display: inline-block;
    margin-right: 20px
}

.quotecorner {
    position: fixed;
    bottom: 0;
    right: -5px;
    border: 0
}

.btline {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.bclight {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px
}

.head3 {
    color: #0b375b !important;
    font-size: 18px
}

.hidden-desktop {
    display: none
}

.mob-top-cont {
    background-color: #0b375b;
    color: #fff;
    text-align: center
}

.mob-top-cont a {
    color: #fff;
    font-size: 12px
}

.mob-top-cont a:hover {
    color: #df5626
}

.navbar-header {
    float: right
}

.testislideArrow .carousel-control {
    position: relative;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 25%;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.testislideArrow .carousel-control.left {
    background: 0
}

.testislideArrow .carousel-control.right {
    left: 20px;
    background: 0
}

.testislideArrow .carousel-control i {
    text-shadow: 2px 1px 5px rgba(150, 150, 150, 1);
    font-size: 30px
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none
}

.carousel-showmanymoveone .carousel-inner > .item {
    margin-right: 20px !important
}

.carousel .item .col-xs-12 {
    padding: 0
}

@media all and (max-width:560px) {
    .testimonials-section .slide-content {
        margin-right: 0 !important
    }

    .testislideArrow .carousel-control {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 25%;
        font-size: 20px;
        color: #fff;
        text-align: center
    }

    .brand-section {
        padding: 91px 0 80px 0
    }
}

@media all and (min-width:768px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block
    }
}

@media all and (min-width:768px) and (transform-3d),
all and (min-width:768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

@media all and (min-width:992px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block
    }
}

@media all and (min-width:992px) and (transform-3d),
all and (min-width:992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(45%, 0, 0);
        transform: translate3d(45%, 0, 0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-45%, 0, 0);
        transform: translate3d(-45%, 0, 0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.bg-1 {
    width: 64px;
    height: 64px;
    background: url('../images/css_sprites.png') -10px -62px
}

.bg-2 {
    width: 64px;
    height: 64px;
    background: url('../images/css_sprites.png') -160px -10px
}

.bg-3 {
    width: 64px;
    height: 64px;
    background: url('../images/css_sprites.png') -10px -146px
}

.bg-4__1_ {
    width: 51px;
    height: 66px;
    background: url('../images/css_sprites.png') -244px -70px
}

.bg-4 {
    width: 64px;
    height: 64px;
    background: url('../images/css_sprites.png') -94px -146px
}

.bg-h_line {
    width: 1px;
    height: 2px;
    background: url('../images/css_sprites.png') -359px -188px
}

.bg-payment_logos1 {
    width: 50px;
    height: 33px;
    background: url('../images/css_sprites.png') -98px -230px
}

.bg-payment_logos2 {
    width: 50px;
    height: 33px;
    background: url('../images/css_sprites.png') -168px -230px
}

.bg-payment_logos3 {
    width: 50px;
    height: 32px;
    background: url('../images/css_sprites.png') -160px -94px
}

.bg-payment_logos4 {
    width: 50px;
    height: 33px;
    background: url('../images/css_sprites.png') -238px -230px
}

.bg-payment_logos5 {
    width: 50px;
    height: 33px;
    background: url('../images/css_sprites.png') -10px -283px
}

.bg-payment_logos6 {
    width: 50px;
    height: 32px;
    background: url('../images/css_sprites.png') -80px -283px
}

.bg-payment_logos7 {
    width: 68px;
    height: 33px;
    background: url('../images/css_sprites.png') -10px -230px
}

.bg-technology_logo1 {
    width: 38px;
    height: 38px;
    background: url('../images/css_sprites.png') -178px -146px
}

.bg-technology_logo2 {
    width: 38px;
    height: 38px;
    background: url('../images/css_sprites.png') -359px -10px
}

.bg-technology_logo3 {
    width: 40px;
    height: 40px;
    background: url('../images/css_sprites.png') -94px -62px
}

.bg-technology_logo4 {
    width: 29px;
    height: 40px;
    background: url('../images/css_sprites.png') -359px -128px
}

.bg-technology_logo5 {
    width: 35px;
    height: 40px;
    background: url('../images/css_sprites.png') -359px -68px
}

.bg-technology_logo6 {
    width: 80px;
    height: 40px;
    background: url('../images/css_sprites.png') -244px -156px
}

.bg-technology_logo7 {
    width: 95px;
    height: 40px;
    background: url('../images/css_sprites.png') -244px -10px
}

.bg-title {
    width: 130px;
    height: 32px;
    background: url('../images/css_sprites.png') -10px -10px
}

.bg-box {
    background-color: #eee;
    padding: 20px 10px;
}
.bg-box h3 {
    color: #000;
    font-size: 18px;
}
.mt-3 {margin-top: 30px;}