@import url('css.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0d70b7
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.4em;
    font-family: 'Nunito Sans', sans-serif
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif
}

p {
    position: relative;
    line-height: 1.8em
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 780px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn,
.tp-caption .theme-btn {
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.grey-bg {
    background-color: #f9f9f9
}

.centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #0d70b7;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0d70b7;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-one:hover {
    color: #fff;
    background: #101010;
    border-color: #101010
}

.btn-style-two {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-two:hover {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.btn-style-six {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: #0d70b7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0d70b7;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-six:hover {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.btn-style-three {
    position: relative;
    padding: 11px 24px 9px;
    line-height: 24px;
    color: #0d70b7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    border-radius: 0;
    border: 2px solid #efefef;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-three:hover {
    color: #fff;
    border-color: #0d70b7;
    background: #0d70b7
}

.btn-style-four {
    position: relative;
    padding: 6px 25px;
    line-height: 24px;
    color: #0d70b7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    border-radius: 0;
    border: 2px solid #efefef;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-four:hover {
    color: #fff;
    border-color: #0d70b7;
    background: #0d70b7
}

.btn-style-five {
    position: relative;
    padding: 9px 15px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #0d70b7;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0d70b7;
    font-family: 'Nunito Sans', sans-serif
}

.btn-style-five:hover {
    color: #fff;
    background: #101010;
    border-color: #101010
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.sec-title h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #0d70b7
}

.sec-title .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 300;
    margin-top: 25px !important
}

.sec-title.centered h2:before {
    left: 50%;
    margin-left: -40px
}

.sec-title.light h2 {
    color: #fff
}

.sec-title.centered .text {
    max-width: 850px;
    margin: 0 auto
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    padding-left: 25px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4
}

.list-style-one li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0d70b7;
    font-size: 14px;
    content: "\f05d";
    font-family: 'FontAwesome'
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 18px;
    margin-bottom: 5px
}

.list-style-two li:before {
    position: absolute;
    content: '\f111';
    left: 0;
    top: 0;
    font-size: 8px;
    color: #fff;
    font-family: 'FontAwesome'
}

.list-style-three {
    position: relative;
    margin-bottom: 15px
}

.list-style-three li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
    color: #848484;
    font-weight: 300;
    font-size: 16px
}

.list-style-three li:before {
    position: absolute;
    content: '\f046';
    left: 0;
    top: 0;
    color: #0d70b7;
    font-family: 'FontAwesome'
}

.list-style-four {
    position: relative
}

.list-style-four li {
    position: relative;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    padding-left: 20px
}

.list-style-four li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px
}

.list-style-five {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.list-style-five li {
    position: relative;
    color: #848484;
    font-weight: 300;
    margin-bottom: 8px;
    padding-left: 25px;
    font-size: 16px
}

.list-style-five li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fc6a5f
}

.list-style-five li:nth-child(2):before {
    background-color: #50b5fe
}

.list-style-five li:nth-child(3):before {
    background-color: #fede2c
}

.theme_color {
    color: #0d70b7
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    margin-right: 25px;
    display: inline-block
}

.social-icon-one li a {
    position: relative;
    color: #d5d5d5;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-one a:hover {
    color: #0d70b7
}

.social-icon-two {
    position: relative
}

.social-icon-two li {
    position: relative;
    margin: 0 10px;
    display: inline-block
}

.social-icon-two li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-two li a:hover {
    color: #0d70b7
}

.social-icon-two a:hover {
    color: #fff
}

.social-icon-three {
    position: relative
}

.social-icon-three li {
    position: relative;
    margin-left: 8px;
    display: inline-block
}

.social-icon-three .share {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif
}

.social-icon-three li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #b3b3b3;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #f4f4f4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.social-icon-three li a:hover {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

img {
    display: inline-block;
    max-width: 100%
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../image/preloader.GIF)
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #0d70b7
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #ccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header .logo {
    padding: 2px 0
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .header-top {
    position: relative;
    padding: 10px 0;
    background-color: #072235
}

.main-header .header-top .top-left {
    position: relative;
    float: left
}

.main-header .header-top .top-left .top-links,
.main-header .header-top .top-left .social-links {
    position: relative;
    display: inline-block
}

.main-header .header-top .top-left ul>li {
    position: relative;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #d5d5d5;
    display: inline-block;
    font-family: 'Open Sans', sans-serif
}

.main-header .header-top .top-left ul>li:last-child {
    margin-right: 0
}

.main-header .header-top .top-left ul>li>.icon {
    position: relative;
    top: 1px;
    color: #0d70b7;
    font-size: 18px;
    padding-right: 10px
}

.main-header .header-top .top-left .social-links a {
    display: inline-block;
    margin-left: 18px;
    line-height: 30px;
    color: #b9b9b9
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 0
}

.main-header .header-top .top-right ul>li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.50)
}

.main-header .header-top .top-right ul>li>a {
    position: relative;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.50)
}

.main-header .header-top .top-right .social-links {
    display: inline-block
}

.main-header .header-top .top-right .social-links a {
    display: inline-block;
    margin-left: 12px;
    line-height: 30px;
    color: #848484;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-header .dropdown-option {
    display: inline-block
}

.main-header .dropdown-option li.language {
    border: 0;
    padding-right: 0;
    line-height: 1.4em
}

.main-header .language .dropdown-menu {
    top: 100%;
    width: 170px;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    background-color: #222;
    border: 0;
    border-top: 3px solid #0d70b7
}

.main-header .dropdown-option li.language>a {
    border: 0;
    padding: 0;
    font-size: 15px;
    background: 0;
    font-weight: 300;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff !important;
    background-color: #0d70b7;
    font-family: 'Open Sans', sans-serif;
    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 .language .dropdown-menu>li {
    padding-right: 0 !important;
    margin: 0 !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: 0
}

.main-header .language .dropdown-menu>li>a {
    padding: 5px 15px !important;
    color: #fff !important;
    text-align: left;
    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 .language .dropdown-menu>li>a:hover {
    color: #fff;
    background: #0d70b7
}

.main-header .header-upper {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 17px 0
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .header-upper .upper-right {
    position: relative;
    float: right
}

.main-header .header-upper .nav-outer {
    position: relative;
    padding-right: 80px
}

.main-header .nav-outer .more-options {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.main-header .nav-outer .dropdown-outer {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0d70b7;
    cursor: pointer;
    font-size: 14px;
    background: 0;
    line-height: 30px;
    border: 2px solid #ebebeb;
    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 .nav-outer .dropdown-outer .search-box-btn:hover {
    border-color: #0d70b7
}

.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 75px;
    padding: 0;
    width: 250px;
    border-radius: 0;
    border-top: 2px solid #0d70b7
}

.main-header .search-panel .form-container {
    padding: 20px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"] {
    display: block;
    width: 100%;
    color: #000;
    line-height: 24px;
    height: 40px;
    background: #fff;
    padding: 7px 40px 7px 15px;
    border: 1px solid #e0e0e0;
    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-panel input[type="text"]:focus,
.main-header .search-panel input[type="search"]:focus {
    border-color: #0d70b7
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0;
    cursor: pointer
}

.main-menu {
    position: relative
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 25px
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.sticky-header .main-menu .navigation>li {
    padding: 0;
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 42px 0;
    font-size: 15px;
    color: #222;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.main-menu .navigation>li.dropdown a,
.header-style-three .main-menu .navigation>li.dropdown>a {
    padding-right: 15px
}

.main-header .main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 30px
}

.sticky-header .main-menu .navigation>li>a {
    padding: 13px 15px !important;
    color: #333 !important
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
    display: none
}

.header-upper .main-menu .navigation>li:hover>a,
.header-upper .main-menu .navigation>li.current>a,
.header-upper .main-menu .navigation>li.current-menu-item>a {
    color: #0d70b7;
    opacity: 1
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    color: #fff !important;
    background: #0d70b7 !important
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 270px;
    z-index: 100;
    display: none;
    padding: 10px 0;
    background: #072235;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.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: 8px 25px;
    line-height: 22px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #0d70b7
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 270px;
    z-index: 100;
    display: none;
    padding: 10px 0;
    background: #072235;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05)
}

.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: 8px 25px;
    line-height: 22px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #0d70b7
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    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.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .header-top.style-two .dropdown-option li.language {
    line-height: 1.5em;
    margin-right: 5px;
    border-right: 1px solid #ddd
}

.main-header .header-top.style-two .dropdown-option li.language>a {
    top: -2px;
    background: 0;
    line-height: 1em;
    padding-left: 0;
    color: #848484 !important
}

.main-header .header-top.style-two {
    background-color: #f4f4f4
}

.main-header .header-top.style-two .top-left ul>li {
    color: #848484
}

.main-header .header-top.style-two .top-left ul>li {
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #ddd
}

.main-header .header-top.style-two .top-left ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.header-style-two .header-upper .upper-right {
    padding-top: 30px
}

.header-style-two .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    color: #777;
    text-align: left;
    text-transform: uppercase;
    padding: 4px 0 20px 65px
}

.header-style-two .info-box:last-child {
    padding-left: 0
}

.header-style-two .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #0d70b7;
    font-size: 26px;
    text-align: center;
    line-height: 46px;
    border: 2px solid #f4f4f4;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .info-box li {
    position: relative;
    line-height: 20px;
    color: #848484;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: capitalize
}

.header-style-two .info-box strong {
    font-weight: 700;
    color: #222;
    font-size: 18px
}

.header-style-two .consult-btn {
    position: relative;
    top: -2px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 33px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #f4f4f4;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .consult-btn:hover {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.header-style-two .header-lower {
    position: relative;
    background-color: #0d70b7
}

.header-style-two .header-lower .nav-outer {
    position: relative
}

.header-style-two .header-lower .search-box {
    position: absolute;
    right: 0;
    top: 0
}

.header-style-two .main-menu .navigation>li {
    margin-right: 0
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff;
    padding: 20px 20px
}

.header-style-two .main-menu .navigation>li.dropdown>a {
    padding-right: 30px
}

.header-style-two .main-menu .navigation>li.dropdown>a:before {
    right: 15px
}

.header-style-two .main-menu .navigation>li.home>a {
    padding: 19px 26px
}

.header-style-two .main-menu .navigation>li.home>a>.fa {
    font-size: 20px
}

.header-style-two .main-menu .navigation>li.home>a:before {
    display: none
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.header-style-two .nav-outer .dropdown-outer .search-box-btn {
    height: 20px;
    right: auto;
    color: #fff !important;
    text-align: right;
    border: 0;
    line-height: 1.2em;
    border-left: 1px solid rgba(255, 255, 255, 0.50)
}

.header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.50)
}

.header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
    border-left: 1px solid rgba(255, 255, 255, 0.50)
}

.header-style-two .nav-outer .dropdown-outer {
    margin-left: 25px;
    display: inline-block
}

.header-style-two .nav-outer .more-options {
    margin-top: -13px
}

.header-style-two .nav-outer .more-options .location-dropdown a {
    padding: 0;
    border: 0;
    color: #fff;
    border-radius: 0;
    background: 0
}

.header-style-two .nav-outer .more-options .location-dropdown {
    line-height: 1.4em;
    display: inline-block
}

.header-style-two .nav-outer .more-options .location-dropdown a {
    border: 0;
    padding: 0;
    background: 0;
    color: #fff
}

.header-style-two .nav-outer .more-options .location-dropdown a:hover {
    background: 0
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu>li {
    padding: 0 !important;
    margin: 0 !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu>li:last-child {
    border-bottom: 0
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu>li>a {
    padding: 10px 20px !important;
    color: #fff !important;
    text-align: left;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #0d70b7
}

.header-style-two .nav-outer .dropdown-outer .dropdown-menu,
.header-style-three .nav-outer .dropdown-outer .dropdown-menu {
    top: 43px
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 100%;
    width: 170px;
    margin-top: 24px;
    background-color: #222;
    border: 0;
    border-top: 3px solid #0d70b7
}

.header-style-three .header-top.style-three {
    background-color: #0d70b7
}

.header-style-three .header-top .top-left .text {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

.header-style-three .header-top.style-three .top-nav {
    position: relative;
    display: inline-block
}

.header-style-three .header-top.style-three .top-nav li {
    position: relative;
    margin-left: 10px;
    line-height: 1em;
    display: inline-block
}

.header-style-three .header-top.style-three .top-nav li:last-child {
    margin-right: 0;
    border: 0;
    padding-right: 0
}

.header-style-three .header-top.style-three .top-nav li:last-child a {
    border: 0
}

.header-style-three .header-top.style-three .top-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.30)
}

.header-style-three .header-top.style-three .top-right .social-links a {
    color: rgba(255, 255, 255, 1)
}

.header-style-three .header-upper .upper-right {
    padding-top: 35px
}

.header-style-three .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    color: #777;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 20px 55px
}

.header-style-three .nav-outer .more-options {
    right: 30px;
    margin-top: -23px
}

.header-style-three .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #0d70b7;
    font-size: 26px;
    text-align: left;
    line-height: 40px;
    border-right: 1px solid #f4f4f4;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-style-three .info-box li {
    position: relative;
    line-height: 20px;
    color: #848484;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: capitalize
}

.header-style-three .info-box strong {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif
}

.header-style-three .nav-outer {
    position: relative;
    padding: 0 30px;
    background-color: #072235
}

.header-style-three .main-menu .navigation>li {
    padding-right: 15px
}

.header-style-three .main-menu .navigation>li:last-child:after {
    display: none
}

.header-style-three .main-menu .navigation>li>a {
    padding: 20px 0;
    color: #fff
}

.header-style-three .main-menu .navigation>li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 22px;
    width: 1px;
    height: 25px;
    background-color: #143750
}

.header-style-three.fixed-header .main-menu .navigation>li {
    padding-right: 0
}

.header-style-three.fixed-header .main-menu .navigation>li:after {
    display: none
}

.header-style-three.fixed-header .main-menu .navigation>li>a,
.header-style-four.fixed-header .main-menu .navigation>li>a {
    color: #222
}

.header-style-three .nav-outer .dropdown-outer {
    display: inline-block;
    margin-right: 20px
}

.header-style-three .nav-outer .dropdown-outer .search-box-btn {
    width: auto;
    height: auto;
    right: auto;
    color: #fff;
    border: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    line-height: 1.2em;
    border-left: 1px solid rgba(255, 255, 255, 0.30)
}

.header-style-four {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.header-style-four .header-top {
    background: 0;
    padding-bottom: 0
}

.header-style-four .header-top .top-left ul>li,
.header-style-four .header-top .top-right .social-links a {
    color: #a7a7a7
}

.header-style-four .header-top .top-right .dropdown-option {
    position: relative;
    top: -3px
}

.header-style-four .header-top .top-right .dropdown-option li.language {
    margin-left: 0
}

.header-style-four .header-top .top-right .dropdown-option li.language>a {
    background: 0;
    padding-left: 0
}

.header-style-four .header-upper .nav-outer {
    padding-right: 100px
}

.header-style-four .main-menu .navigation>li {
    margin-right: 0
}

.header-style-four .main-menu .navigation>li>a {
    color: #fff;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    top: 1px;
    border-bottom: 3px solid transparent
}

.header-style-four .main-menu .navigation>li.current a,
.header-style-four .main-menu .navigation>li>a:hover {
    border-color: #0d70b7
}

.header-style-four .nav-outer .dropdown-outer .dropdown-menu {
    top: 62px
}

.header-style-four .main-menu .navigation>li.dropdown a {
    padding-right: 30px
}

.header-style-four .main-menu .navigation>li.dropdown>a:before {
    right: 12px
}

.header-style-four .header-upper .header-upper-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.header-style-four .logo-outer {
    padding: 10px 0
}

.header-style-four .nav-outer .more-options {
    margin-top: -14px
}

.header-style-four .nav-outer .more-options .cart-box {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.header-style-four .nav-outer .more-options .cart-box a {
    color: #fff
}

.header-style-four .nav-outer .more-options .cart-box .total-cart {
    position: absolute;
    content: '';
    right: -8px;
    top: -3px;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    padding-left: 1px;
    z-index: -1;
    background-color: #0d70b7
}

.header-style-four .nav-outer .dropdown-outer {
    display: inline-block;
    margin-right: 15px
}

.header-style-four .nav-outer .dropdown-outer .search-box-btn {
    width: auto;
    height: auto;
    right: auto;
    color: #fff;
    border: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
    line-height: 1.2em;
    border-right: 1px solid rgba(255, 255, 255, 0.30)
}

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden
}

.main-slider .color-grey {
    color: #222 !important
}

.main-slider .tp-caption {
    z-index: 5
}

.main-slider .tp-caption .theme-btn {
    z-index: 5;
    min-width: 200px;
    margin-bottom: 5px
}

.main-slider .title {
    position: relative;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    font-style: italic;
    font-family: 'Nunito Sans', sans-serif
}

.main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 800;
    text-align: center
}

.main-slider h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    line-height: 1.1em;
    padding-bottom: 18px;
    border-bottom: 1px solid #0d70b7
}

.main-slider h2.dark-text {
    color: #222;
    padding-bottom: 0;
    border: 0
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif
}

.main-slider .text.color-grey {
    color: #222;
    font-weight: 400
}

.main-slider .text.light {
    color: #959595
}

.main-slider .text.small-text {
    font-size: 20px
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.10) !important
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important
}

.main-slider .uranus.tparrows {
    width: 40px;
    height: 100px;
    background-color: #484848;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.main-slider .uranus.tparrows:before {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 100px
}

.main-slider .uranus.tparrows:hover {
    background-color: #0d70b7
}

.main-slider .uranus.tparrows:hover::before {
    opacity: 1
}

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #fff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.fancybox-next span:before {
    content: '\f178'
}

.fancybox-prev span:before {
    content: '\f177'
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #fff !important;
    color: #000
}

.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../image/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000 !important
}

.fancybox-type-image .fancybox-skin {
    padding: 0 !important
}

.featured-section {
    position: relative;
    padding: 0 0 40px
}

.featured-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .49;
    background: url(../image/1.jpg) center center no-repeat
}

.featured-section .services-outer {
    position: relative;
    margin-top: -90px
}

.featured-section .services-outer .services-block {
    position: relative;
    padding: 0
}

.services-block {
    position: relative;
    margin-bottom: 40px;
    z-index: 99
}

.services-block .inner-box {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #efefef;
    background-color: #fff
}

.services-block .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    color: #0d70b7;
    font-size: 42px;
    margin-bottom: 20px
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 6px
}

.services-block .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em
}

.services-block .inner-box:hover .overlay-box {
    opacity: 1
}

.services-block .inner-box .overlay-box {
    position: absolute;
    left: -1px;
    top: -15px;
    right: -1px;
    bottom: -15px;
    display: block;
    opacity: 0;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    border: 1px solid #0d70b7;
    background-color: #0d70b7
}

.services-block .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding: 35px 30px;
    text-align: center
}

.services-block .inner-box .overlay-box .overlay-inner .icon-box {
    position: relative;
    line-height: 1em;
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px
}

.services-block .inner-box .overlay-box .overlay-inner .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 20px
}

.services-block .inner-box .overlay-box .overlay-inner .read-more {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 2px 14px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.50);
    font-family: 'Montserrat', sans-serif
}

.about-section {
    position: relative;
    padding: 75px 0 50px
}

.about-section .title-column {
    position: relative;
    margin-bottom: 30px
}

.about-section .title-column h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 700
}

.about-section .title-column .text {
    position: relative;
    margin-bottom: 25px
}

.about-section .title-column .text p {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 22px
}

.about-section .title-column .text p:last-child {
    margin-bottom: 0
}

.about-section .content-column {
    position: relative
}

.about-section .content-column .inner-box {
    position: relative
}

.about-section .content-column .inner-box .image-column {
    position: relative;
    margin-bottom: 30px
}

.about-section .content-column .inner-box .image-column .image {
    position: relative
}

.about-section .content-column .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.about-section .content-column .inner-box .image-column .image .image-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px
}

.about-section .content-column .inner-box .image-column .image .image-content .content {
    position: relative;
    padding: 20px 20px;
    background-color: #0d70b7
}

.about-section .content-column .inner-box .image-content .content .text {
    position: relative;
    color: #fff;
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em
}

.about-section .content-column .section-content {
    position: relative
}

.about-section .content-column .section-content .inner h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.about-section .content-column .section-content .inner .text {
    position: relative;
    font-size: 16px;
    color: #212121;
    line-height: 1.8em;
    margin-bottom: 15px
}

.clients-section {
    position: relative;
    padding: 75px 0 75px
}

.clients-section.top-border {
    border-top: 1px solid #efefef
}

.clients-section .owl-nav,
.clients-section .owl-dots {
    display: none
}

.clients-section .image-box {
    text-align: center;
    border: 1px solid #ededed;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.clients-section .image-box img {
    position: relative;
    padding: 8px 20px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.clients-section .image-box:hover {
    border-color: #0d70b7
}

.clients-section.style-two {
    position: relative;
    padding: 80px 0 160px;
    background: #f7f7f7 url(../image/1.jpg) left top no-repeat
}

.featured-section-two {
    position: relative;
    padding: 75px 0 25px;
    background-color: #f7f7f7
}

.featured-block-two {
    position: relative;
    margin-bottom: 50px
}

.featured-block-two .inner-box {
    position: relative;
    padding-left: 100px
}
.featured-block-two .inner-box .icon-box-1{
position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    background-color: #fff;
}

.featured-block-two .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    color: #0d70b7;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.featured-block-two .inner-box h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block-two .inner-box h3 a:hover {
    color: #0d70b7
}

.featured-block-two .inner-box .text {
    position: relative;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 1.6em
}

.featured-block-two .inner-box:hover .icon-box {
    color: #fff;
    background-color: #0d70b7
}

.counter-section {
    position: relative;
    padding: 80px 0 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.counter-section .sec-title {
    margin-bottom: 40px
}

.counter-section .count-box {
    position: relative;
    margin-bottom: 30px
}

.counter-section .count-box .inner {
    position: relative;
    text-align: center;
    padding: 35px 0;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.counter-section .count-box .inner .content {
    position: relative
}

.counter-section .count-box .inner .content .icon-box {
    position: relative;
    color: #0d70b7;
    font-size: 50px;
    line-height: 1em
}

.counter-section .count-box .inner .content .count-outer {
    position: relative;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1em;
    margin-top: 20px
}

.counter-section .count-box .inner .content .counter-title {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px
}

.call-to-action {
    position: relative;
    padding: 50px 0 46px;
    background-color: #0d70b7
}

.call-to-action h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    max-width: 960px;
    margin: 0 auto
}

.news-section {
    position: relative;
    padding: 80px 0 30px
}

.news-section.style-two {
    padding-bottom: 110px
}

.news-section .sec-title {
    margin-bottom: 50px
}

.news-block {
    position: relative;
    margin-bottom: 50px
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 15px
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    margin-bottom: 5px
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px;
    min-height: 56px
}

.news-block .inner-box .lower-content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #0d70b7
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.8em
}

.testimonial-section {
    position: relative;
    padding: 80px 0 140px;
    background: #f7f7f7 url(../image/1.jpg) left top no-repeat
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .inner-box .image-column {
    position: relative;
    margin-bottom: 30px
}

.testimonial-block .inner-box .image-column .image {
    position: relative
}

.testimonial-block .inner-box .image-column .image .quote-icon {
    position: absolute;
    right: 8px;
    bottom: 7px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #0d70b7
}

.testimonial-block .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #f2f2f2
}

.testimonial-block .inner-box .content-column {
    position: relative
}

.testimonial-block .inner-box .content-column h3 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 6px
}

.testimonial-block .inner-box .content-column .location {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    margin-bottom: 10px
}

.testimonial-block .inner-box .content-column .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300
}

.testimonial-section .owl-nav {
    display: none
}

.testimonial-section .owl-dots {
    position: relative;
    padding-top: 30px;
    text-align: center
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 13px
}

.testimonial-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot:hover span {
    background: #0d70b7
}

.info-section {
    position: relative;
    z-index: 10;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out
}

.info-section .inner-section {
    position: relative;
    margin-top: -75px;
    margin-bottom: -75px;
    background-color: #0d70b7
}

.info-section .inner-section .info-block {
    position: relative
}

.info-section .inner-section .info-block:nth-child(2) .inner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05)
}

.info-section .inner-section .info-block .inner {
    position: relative;
    text-align: left;
    padding: 45px 20px 45px 45px
}

.info-section .inner-section .info-block .inner .content {
    position: relative;
    padding-left: 55px;
    text-align: left;
    display: inline-block
}

.info-section .inner-section .info-block .inner .content .icon-box {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    color: #fff;
    font-size: 40px;
    line-height: 1em
}

.info-section .inner-section .info-block .inner .content .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 3px
}

.info-section .inner-section .info-block .inner .content h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.main-footer {
    position: relative;
    background-color: #072235
}

.main-footer .widgets-section {
    position: relative;
    padding: 150px 0 40px
}

.main-footer .widgets-section.style-two {
    padding-top: 75px
}

.main-footer .widgets-section .big-column {
    position: relative
}

.main-footer .widgets-section .footer-widget {
    position: relative;
    margin-bottom: 40px
}

.main-footer .logo-widget {
    position: relative
}

.main-footer .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 20px
}

.main-footer .logo-widget .widget-content .text {
    position: relative;
    margin-bottom: 20px
}

.main-footer .logo-widget .widget-content .text p {
    position: relative;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 300
}

.main-footer .logo-widget .widget-content .text p:last-child {
    margin-bottom: 0
}

.main-footer .footer-column h2 {
    font-size: 24px;
    font-weight: 700;
    color: #f4f4f4;
    margin-bottom: 25px;
    text-transform: capitalize
}

.footer-links {
    position: relative
}

.footer-links li {
    position: relative;
    margin-bottom: 6px
}

.footer-links li a {
    position: relative;
    color: #d5d5d5;
    font-size: 16px;
    font-weight: 300;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer-links li a:hover {
    color: #fff
}

.main-footer .form-widget .newsletter-form .row {
    margin: 0 -5px
}

.main-footer .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0 5px
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
    background: 0;
    color: #f4f4f4;
    border: 1px solid #0b2a40;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-footer .newsletter-form .form-group textarea {
    width: 100%;
    height: 100px;
    background: 0;
    color: #f4f4f4;
    padding: 10px 20px;
    resize: none;
    border: 1px solid #0b2a40;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-footer .newsletter-form .form-group input::-webkit-input-placeholder,
.main-footer .newsletter-form .form-group textarea::-webkit-input-placeholder {
    color: #f4f4f4
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group textarea:focus {
    border-color: rgba(255, 255, 255, 0.50)
}

.main-footer .newsletter-form .form-group input[type="submit"],
.main-footer .newsletter-form button {
    padding: 11px 34px
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    background-color: #fff
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #072235;
    font-size: 16px;
    font-weight: 300
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 25px
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #072235;
    font-size: 16px;
    font-weight: 300
}

.welcome-section {
    position: relative;
    padding: 80px 0 40px
}

.news-block-two {
    position: relative;
    margin-bottom: 40px
}

.news-block-two .inner-box {
    position: relative
}

.news-block-two .inner-box .image {
    position: relative
}

.news-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: rgba(7, 34, 53, 0.90);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .inner-box .image .overlay-box .icon {
    position: relative;
    color: #fff;
    font-size: 24px;
    top: 46%;
    margin-top: -15px
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .inner-box .lower-content .content {
    position: relative;
    padding-left: 95px
}

.news-block-two .inner-box .lower-content .content .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 65px;
    height: 100px;
    color: #0d70b7;
    line-height: 94px;
    font-size: 42px;
    text-align: center;
    border: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .inner-box .lower-content .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.news-block-two .inner-box .lower-content .content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .inner-box .lower-content .content h3 a:hover {
    color: #0d70b7
}

.news-block-two .inner-box .lower-content .content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 78px
}

.news-block-two .inner-box .lower-content .content .read-more {
    color: #0d70b7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .inner-box .lower-content .content .read-more:hover {
    color: #222
}

.news-block-two .inner-box:hover .lower-content {
    border-color: #0d70b7
}

.news-block-two .inner-box:hover .lower-content .icon-box {
    color: #fff !important;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.news-block-two .inner-box:hover .image .overlay-box {
    opacity: 1
}

.services-section {
    position: relative;
    padding: 80px 0 40px
}

.services-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.services-section .title-column .inner {
    position: relative;
    padding: 25px 15px 20px 30px;
    border: 2px solid #efefef
}

.services-section .title-column .inner h2 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}

.services-section .title-column .inner h2:before {
    position: absolute;
    content: '';
    left: -32px;
    top: -4px;
    width: 3px;
    height: 32px;
    background-color: #0d70b7
}

.services-section .title-column .inner .text {
    position: relative;
    color: #848484;
    margin-bottom: 15px
}

.services-section .title-column .inner .text p {
    color: #848484;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300
}

.services-section .title-column .inner .free-consult {
    position: relative;
    color: #0d70b7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.services-section .services-column .inner-content {
    position: relative
}

.services-section .services-column .inner-content:before {
    position: absolute;
    content: '';
    left: 46.5%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #efefef
}

.services-section .services-column .inner-content:after {
    position: absolute;
    content: '';
    left: 0;
    top: 49%;
    width: 100%;
    height: 1px;
    background-color: #efefef
}

.services-section .services-block-two {
    padding: 0;
    margin-bottom: 80px
}

.services-block-two .inner-box {
    position: relative;
    padding-left: 85px;
    padding-right: 50px
}

.services-block-two:nth-child(3),
.services-block-two:nth-child(4) {
    margin-bottom: 0
}

.services-block-two .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 52px;
    color: #0d70b7;
    line-height: 1em
}

.services-block-two .inner-box h3 {
    position: relative;
    font-weight: 700;
    color: #222;
    font-size: 20px;
    margin-bottom: 2px;
    text-transform: capitalize
}

.services-block-two .inner-box h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-two .inner-box h3 a:hover {
    color: #0d70b7
}

.services-block-two .inner-box .title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0d70b7;
    margin-bottom: 10px
}

.services-block-two .inner-box .text {
    position: relative;
    color: #848484;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8em
}

.faq-section {
    position: relative;
    padding: 80px 0 40px
}

.faq-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.faq-section .content-column .content-inner {
    position: relative
}

.faq-section .content-column .content-inner .theme-btn {
    padding: 12px 18px
}

.faq-section .content-column .content-inner .images {
    position: relative
}

.faq-section .content-column .content-inner .images .row {
    position: relative;
    margin: 0 -5px
}

.faq-section .content-column .content-inner .images .row .image-column {
    padding: 0 5px;
    margin-bottom: 10px
}

.faq-section .content-column .content-inner .images .row .image-column .image img {
    width: 100%
}

.faq-section .content-column .content-inner .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px
}

.faq-section .content-column .content-inner h2 {
    position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-align: left
}

.accordion-box {
    position: relative;
    border: 1px solid #efefef
}

.accordion-box .block {
    position: relative;
    padding: 19px 20px;
    border-bottom: 1px solid #f2f2f2
}

.accordion-box .block:last-child {
    margin-bottom: 0;
    border: 0
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    padding: 0 30px 0 0;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 16px;
    color: #0d70b7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 12px;
    color: #0d70b7;
    font-weight: 700;
    line-height: 1em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: #11da61;
    font-weight: 700
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #11da61
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 15px 0 0 0
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 16px;
    color: #848484;
    font-weight: 300
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.accordion-box.style-two {
    border: 0
}

.accordion-box.style-two .block {
    margin-bottom: 2px;
    padding: 23px 20px;
    border: 1px solid rgba(255, 255, 255, 0.20)
}

.accordion-box.style-two .block .acc-btn {
    color: #fff
}

.accordion-box.style-two .block .content p {
    color: #adadad;
    font-size: 16px;
    line-height: 1.9em
}

.accordion-box.style-three {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 70px
}

.accordion-box.style-three .block {
    padding-left: 0
}

.accordion-box.style-three .block .acc-btn {
    font-weight: 400
}

.accordion-box.style-three .block .icon-outer {
    right: 0
}

.accordion-box.style-four {
    border: 0
}

.accordion-box.style-four .block {
    border: 0;
    padding: 0;
    margin-bottom: 10px
}

.accordion-box.style-four .block .acc-btn {
    padding: 13px 20px;
    background-color: #f7f7f7
}

.accordion-box.style-four .block .icon-outer .icon {
    font-size: 20px;
    margin-top: -20px
}

.accordion-box.style-four .block .icon-outer {
    right: 30px;
    top: 36px
}

.accordion-box.style-four .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-box.style-four .block .content {
    padding: 20px 20px;
    border: 1px solid #f4f4f4;
    border-top: 0
}

.accordion-box.style-five {
    position: relative;
    padding: 0 30px;
    border: 0;
    background-color: #f7f7f7
}

.accordion-box.style-five .block {
    padding: 0
}

.accordion-box.style-five .block:last-child .acc-content {
    padding-bottom: 25px
}

.accordion-box.style-five .block .acc-btn {
    padding-right: 0;
    padding-left: 40px;
    padding-top: 19px;
    padding-bottom: 19px
}

.accordion-box.style-five .block .acc-btn.active {
    color: #0d70b7
}

.accordion-box.style-five .block .acc-btn.active .icon-outer {
    background-color: #0d70b7
}

.accordion-box.style-five .block .icon-outer {
    left: 0;
    top: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    margin-top: -10px;
    background-color: #ccc
}

.accordion-box.style-five .block .icon-outer .icon {
    left: 0;
    top: 19px;
    width: 20px;
    height: 20px;
    color: #fff
}

.accordion-box.style-five .block .content {
    background-color: #fff;
    margin-top: 0;
    padding: 25px 40px
}

.project-section {
    position: relative;
    padding: 75px 0 80px
}

.project-tab {
    position: relative
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots {
    display: none
}

.project-tab .tabs-header {
    position: relative
}

.project-tab .more-projects {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase
}

.project-tab .product-tab-btns {
    position: relative;
    text-align: right;
    padding-top: 10px
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    line-height: 24px;
    padding: 0;
    cursor: pointer;
    color: #848484;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: #0d70b7
}

.project-tab .p-tabs-content {
    position: relative;
    display: block
}

.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #fff;
    visibility: hidden
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5
}

.gallery-item {
    position: relative
}

.gallery-item .inner-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.project-tab .p-tab .gallery-item .inner-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0)
}

.project-tab .p-tab.active-tab .gallery-item .inner-box {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1)
}

.gallery-item .image-box {
    position: relative;
    display: block
}

.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    background: rgba(13, 112, 183, 0.90);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%)
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%)
}

.gallery-item .lower-content {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0 20px 15px
}

.gallery-item .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize
}

.gallery-item .lower-content h3 a {
    color: #fff
}

.gallery-item .lower-content .department {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.gallery-item .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: -22px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-item .image-link .icon {
    position: relative
}

.testimonial-section-two {
    position: relative;
    padding: 80px 0 80px
}

.testimonial-block-two {
    position: relative
}

.testimonial-block-two .inner-box {
    position: relative;
    padding: 30px 30px;
    text-align: center;
    border: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-block-two .inner-box:hover {
    border-color: #0d70b7
}

.testimonial-block-two .inner-box:hover .quote-icon {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.testimonial-block-two .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700
}

.testimonial-block-two .inner-box .location {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    margin-top: 5px
}

.testimonial-block-two .inner-box .stars:before {
    position: absolute;
    content: '';
    right: 110%;
    top: 12px;
    width: 60px;
    height: 1px;
    background-color: #efefef
}

.testimonial-block-two .inner-box .stars:after {
    position: absolute;
    content: '';
    left: 110%;
    top: 12px;
    width: 60px;
    height: 1px;
    background-color: #efefef
}

.testimonial-block-two .inner-box .stars {
    position: relative;
    margin-top: 5px;
    margin-bottom: 12px;
    display: inline-block
}

.testimonial-block-two .inner-box .stars .fa {
    position: relative;
    color: #d0d0d0;
    font-size: 14px;
    margin: 0 1px
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em
}

.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 50px;
    height: 50px;
    color: #d5d5d5;
    line-height: 48px;
    font-size: 26px;
    border-right: 0;
    border: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-section-two .owl-nav {
    display: none
}

.testimonial-section-two .owl-dots {
    position: relative;
    padding-top: 50px;
    text-align: center
}

.testimonial-section-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 13px
}

.testimonial-section-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-section-two .owl-dots .owl-dot.active span,
.testimonial-section-two .owl-dots .owl-dot:hover span {
    background: #0d70b7
}

.team-section {
    position: relative;
    padding: 80px 0 40px;
    background-size: cover
}

.team-section.style-two {
    padding-bottom: 80px
}

.team-member {
    position: relative;
    margin-bottom: 40px
}

.team-member .inner-box {
    position: relative
}

.team-member .inner-box .image {
    position: relative
}

.team-member .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(7, 34, 53, 0.90);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-member .inner-box .image .overlay-box .social-icon-two {
    top: 50%;
    margin-top: -10px
}

.team-member .inner-box:hover .image .overlay-box {
    opacity: 1
}

.team-member .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.team-member .inner-box .lower-content {
    position: relative;
    padding-top: 25px
}

.team-member .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.team-member .inner-box .lower-content h3 a {
    position: relative;
    color: #fff
}

.team-member .inner-box .lower-content .designation {
    position: relative;
    color: #0d70b7;
    font-size: 16px
}

.team-member .inner-box .lower-content .text {
    position: relative;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px
}

.team-member.style-two .inner-box .lower-content h3 a {
    color: #222
}

.subscribe-section {
    position: relative;
    padding: 80px 0 140px;
    background: #f7f7f7 url(../image/1.jpg) left top no-repeat
}

.subscribe-section h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em
}

.subscribe-section .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 32px
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 14px;
    background: #fff;
    color: #848484;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.subscribe-form .form-group input[type="text"]:focus,
.subscribe-form .form-group input[type="email"]:focus {
    border-color: #0d70b7
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
    padding: 12px 45px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase
}

.choose-section {
    position: relative;
    padding: 80px 0 40px
}

.services-block-three {
    position: relative;
    margin-bottom: 40px
}

.services-block-three .inner-box {
    position: relative
}

.services-block-three .inner-box .image {
    position: relative
}

.services-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.services-block-three .inner-box .lower-content {
    position: relative;
    padding: 20px 20px 15px;
    border: 1px solid #efefef
}

.services-block-three .inner-box .lower-content .content {
    position: relative;
    padding-left: 70px
}

.services-block-three .inner-box .lower-content .content .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    width: 55px;
    text-align: left;
    color: #0f6eb1;
    font-size: 40px;
    padding: 2px 0;
    line-height: 1em;
    margin-right: 12px;
    border-right: 1px solid #e9e9e9
}

.services-block-three .inner-box .lower-content .content h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.services-block-three .inner-box .lower-content .content .title {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300
}

.services-block-three .inner-box:hover .overlay-box {
    opacity: 1
}

.services-block-three .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-three .inner-box .overlay-box:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 102%;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.services-block-three .inner-box:hover .overlay-box:after {
    opacity: 1
}

.services-block-three .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-color: rgba(13, 112, 183, 0.95)
}

.services-block-three .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding: 30px 20px 20px
}

.services-block-three .inner-box .overlay-box .overlay-inner .upper-box {
    position: relative;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.services-block-three .inner-box .overlay-box .overlay-inner .upper-box .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    width: 55px;
    text-align: left;
    color: #fff;
    font-size: 40px;
    padding: 2px 0;
    line-height: 1em;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.20)
}

.services-block-three .inner-box .overlay-box .overlay-inner .upper-box h3 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.services-block-three .inner-box .overlay-box .overlay-inner .upper-box h3 a {
    position: relative;
    color: #fff
}

.services-block-three .inner-box .overlay-box .overlay-inner .upper-box .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.services-section .sec-title .btn-style-four {
    margin-top: 10px
}

.services-block-four {
    position: relative;
    margin-bottom: 40px
}

.services-block-four .inner-box {
    position: relative;
    padding: 35px 15px;
    text-align: center;
    border: 2px solid #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-four .inner-box .number {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 60px;
    font-weight: 700;
    color: #ecebeb;
    line-height: 1em;
    font-family: 'Nunito Sans', sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-four .inner-box .icon-box {
    position: relative;
    color: #0d70b7;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 15px
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.services-block-four .inner-box h3 a {
    color: #222
}

.services-block-four .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px
}

.services-block-four .inner-box:hover {
    background-color: #0d70b7;
    border-color: #0d70b7
}

.services-block-four .inner-box:hover .number {
    color: rgba(255, 255, 255, 0.50)
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover h3 a,
.services-block-four .inner-box:hover .text {
    color: #fff
}

.gallery-section {
    position: relative;
    padding: 80px 0 40px;
    background-color: #072235
}

.gallery-section .sec-title h2:before {
    background-color: #fff
}

.gallery-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../image/bg-layer.jpg) repeat
}

.gallery-filters {
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px
}

.gallery-filters li {
    position: relative;
    display: inline-block;
    padding: 0 0 3px;
    line-height: 24px;
    color: #c7c7c7;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin: 0 25px 10px 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.gallery-filters li:hover,
.gallery-filters li.active {
    color: #0d70b7
}

.project-block-one {
    position: relative;
    margin-bottom: 45px
}

.project-block-one.mix {
    display: none
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-block-one .inner-box:hover .image-box .overlay-box {
    opacity: 1
}

.project-block-one .image-box {
    position: relative;
    display: block
}

.project-block-one .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.project-block-one .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(13, 112, 183, 0.90)
}

.project-block-one .image-box .overlay-box .icon {
    position: relative;
    color: #fff;
    font-size: 20px;
    top: 46%;
    margin-top: -15px
}

.project-block-one .lower-content {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0 0
}

.project-block-one .lower-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.project-block-one .lower-content h3 a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.project-block-one .inner-box:hover .lower-content h3 a {
    color: #0d70b7
}

.project-block-one .lower-content .text {
    font-size: 16px;
    font-weight: 300;
    color: #c7c7c7
}

.team-section .owl-nav {
    display: none
}

.team-section .owl-dots {
    position: relative;
    padding-top: 0;
    text-align: center
}

.team-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 13px
}

.team-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.team-section .owl-dots .owl-dot.active span,
.team-section .owl-dots .owl-dot:hover span {
    background: #0d70b7
}

.services-section-two {
    position: relative;
    padding: 90px 0 40px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.services-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(13, 112, 183, 0.95)
}

.services-block-five {
    position: relative;
    margin-bottom: 40px
}

.services-block-five .inner-box {
    position: relative;
    padding: 50px 15px 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.08);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-five .inner-box .icon-box {
    position: relative;
    color: #fff;
    font-size: 52px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-five .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-five .inner-box h3 a {
    position: relative;
    color: #fff
}

.services-block-five .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    margin-top: 15px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-five .inner-box:hover {
    background-color: rgba(255, 255, 255, 1)
}

.services-block-five .inner-box:hover .icon-box {
    color: #0d70b7
}

.services-block-five .inner-box:hover h3 a {
    color: #222
}

.services-block-five .inner-box:hover .text {
    color: #848484
}

.feedback-section {
    position: relative;
    padding: 80px 0 80px
}

.feedback-section .owl-carousel {
    max-width: 375px;
    margin: 0 auto;
    position: static
}

.feedback-section .carousel-outer {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    margin: 0 -36px
}

.feedback-section .owl-carousel .owl-stage-outer {
    overflow: visible
}

.testimonial-block-three {
    position: relative
}

.testimonial-block-three .inner-box {
    position: relative;
    text-align: center
}

.testimonial-block-three .inner-box .upper-box {
    position: relative;
    padding: 35px 20px 30px;
    background-color: #f7f7f7;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-block-three .inner-box .upper-box .content {
    position: relative
}

.testimonial-block-three .inner-box .upper-box .content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 300
}

.testimonial-block-three .inner-box .upper-box .quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #e9e9e9;
    font-size: 36px
}

.testimonial-block-three .inner-box .lower-box {
    position: relative;
    margin-top: 30px
}

.testimonial-block-three .inner-box .lower-box .image-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: -70px;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
    display: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-block-three .inner-box .lower-box .image-box img {
    border-radius: 50%
}

.testimonial-block-three .inner-box .lower-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.testimonial-block-three .inner-box .lower-box .location {
    position: relative;
    color: #0d70b7;
    font-size: 16px
}

.feedback-section .owl-dots {
    display: none
}

.feedback-section .owl-nav {
    margin: 0;
    padding: 0
}

.feedback-section .owl-nav .owl-next,
.feedback-section .owl-nav .owl-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 105px;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.feedback-section .carousel-outer:hover .owl-nav .owl-next,
.feedback-section .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}

.feedback-section .owl-nav .owl-prev {
    left: 0
}

.feedback-section .owl-nav .owl-next {
    right: 0
}

.feedback-section .owl-nav .owl-next:hover,
.feedback-section .owl-nav .owl-prev:hover {
    color: #0d70b7;
    border-color: #0d70b7
}

.feedback-section .owl-item {
    opacity: .4
}

.feedback-section .owl-item.active {
    opacity: 1
}

.feedback-section .owl-item.active .testimonial-block-three .inner-box {
    margin-top: -40px
}

.feedback-section .owl-item.active .testimonial-block-three .inner-box .lower-box .image-box {
    display: block
}

.feedback-section .owl-item.active .testimonial-block-three .inner-box .upper-box {
    padding-bottom: 70px
}

.news-block-three {
    position: relative;
    margin-bottom: 40px
}

.news-block-three .inner-box {
    position: relative
}

.news-block-three .inner-box .image {
    position: relative
}

.news-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: rgba(7, 34, 53, 0.90);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-three .inner-box .image .overlay-box .icon {
    position: relative;
    color: #fff;
    font-size: 24px;
    top: 46%;
    margin-top: -15px
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-three .inner-box .lower-content .content {
    position: relative
}

.news-block-three .inner-box .lower-content .content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif
}

.news-block-three .inner-box .lower-content .content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-three .inner-box .lower-content .content h3 a:hover {
    color: #0d70b7
}

.news-block-three .inner-box .content {
    position: relative
}

.news-block-three .inner-box .content .post-time {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px
}

.news-block-three .inner-box:hover .lower-content {
    border-color: #0d70b7
}

.news-block-three .inner-box:hover .image .overlay-box {
    opacity: 1
}

.welcome-block {
    position: relative;
    margin-bottom: 40px
}

.welcome-block .inner-box {
    position: relative
}

.welcome-block .inner-box .image {
    position: relative
}

.welcome-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.welcome-block .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.welcome-block .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    padding: 0 20px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85))
}

.welcome-block .inner-box .overlay-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(7, 34, 53, 0.85);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.welcome-block .inner-box .overlay-box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 0 20px 20px 20px
}

.welcome-block .inner-box .overlay-box .content .content-inner {
    position: relative;
    padding-left: 80px
}

.welcome-block .inner-box .overlay-box .content .content-inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #0d70b7;
    font-size: 48px;
    line-height: 1em;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.20)
}

.welcome-block .inner-box .overlay-box .content .content-inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.welcome-block .inner-box .overlay-box .content .content-inner h3 a {
    color: #fff
}

.welcome-block .inner-box .overlay-box .content .content-inner .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.welcome-block .inner-box .lower-box {
    position: relative;
    padding-top: 25px
}

.welcome-block .inner-box .lower-box .theme-btn {
    padding: 7px 27px 5px
}

.welcome-block .inner-box .lower-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    margin-bottom: 25px
}

.welcome-block .inner-box:hover .image .overlay-box:before {
    opacity: 0
}

.welcome-block .inner-box:hover .image .overlay-box:after {
    opacity: 1
}

.featured-section-three {
    position: relative;
    padding: 75px 0 40px;
    background-color: #f7f7f7
}

.featured-section-three .title-column {
    position: relative;
    margin-bottom: 40px
}

.featured-section-three .title-column h2 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px
}

.featured-section-three .title-column .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 30px
}

.featured-section-four {
    position: relative;
    margin-bottom: 40px
}

.featured-section-four .inner-box {
    position: relative;
    padding-left: 78px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-section-four .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #0d70b7;
    font-size: 56px;
    line-height: 1em
}

.featured-section-four .inner-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px
}

.featured-section-four .inner-box h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-section-four .inner-box h3 a:hover {
    color: #0d70b7
}

.featured-section-four .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 20px
}

.featured-section-four .inner-box .read-more {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-section-four .inner-box .read-more:hover {
    color: #0d70b7
}

.featured-section-four .inner-box:hover {
    border-color: #0d70b7
}

.services-block-six {
    position: relative;
    margin-bottom: 40px
}

.services-block-six .inner-box {
    position: relative;
    text-align: center
}

.services-block-six .inner-box .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    color: #222;
    font-size: 48px;
    text-align: center;
    border-radius: 50%;
    line-height: 110px;
    margin: 0 auto;
    margin-bottom: 22px;
    border: 1px solid #f0f0f0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-six .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize
}

.services-block-six .inner-box h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-six .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em
}

.services-block-six .inner-box:hover .icon-box {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.services-block-six .inner-box h3 a:hover {
    color: #0d70b7
}

.default-section {
    position: relative;
    padding: 80px 0 40px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.default-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(7, 34, 53, 0.95)
}

.default-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.default-section .accordian-column {
    margin-bottom: 40px
}

.default-section .form-column .inner-column {
    position: relative;
    padding: 25px 30px 10px;
    background-color: #0b293d;
    border: 1px solid rgba(255, 255, 255, 0.20)
}

.default-section .form-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.form-group .ui-selectmenu-button.ui-button:hover {
    color: inherit !important
}

.default-section .form-column .inner-column .default-form {
    position: relative
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 28px;
    padding: 10px 20px;
    font-size: 14px;
    background: 0;
    transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.20)
}

.default-form .form-group textarea {
    height: 190px;
    resize: none
}

.request-section .default-form .form-group textarea {
    height: 190px
}

.default-form .form-group select,
.default-form .form-group input::-webkit-input-placeholder {
    color: #848484
}

.default-form .form-group form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer
}

.default-form .form-group button {
    padding: 11px 46px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    line-height: 24px;
    color: #848484 !important;
    border-radius: 0;
    background: url(../image/icon-select.png) right top no-repeat
}

.form-group .ui-button .ui-icon {
    background: 0;
    position: relative;
    top: 0;
    text-indent: 0;
    color: #848484 !important
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 10px;
    height: 20px;
    display: block;
    color: #333;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    opacity: 0
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0 !important;
    border-top: none !important;
    margin: 0;
    padding: 0
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
    border: 0
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 0
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    border: 1px solid #0d70b7;
    background: #0d70b7
}

.achivement-section {
    position: relative;
    padding: 80px 0 40px;
    background-color: #f7f7f7
}

.achivement-section h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px
}

.achivement-section .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 40px
}

.achivement-section .achivements-logos {
    margin-top: 70px;
    margin-bottom: 25px
}

.achivement-section .achivements-logos .image {
    text-align: center;
    margin-bottom: 15px
}

.testimonial-section-three {
    position: relative;
    padding: 80px 0 80px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-section-three:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 112, 183, 0.95)
}

.testimonial-block-four {
    position: relative
}

.testimonial-block-four .inner-box {
    position: relative;
    text-align: center
}

.testimonial-block-four .inner-box .image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px
}

.testimonial-block-four .inner-box .image img {
    border-radius: 50%
}

.testimonial-block-four .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.testimonial-block-four .inner-box h3 span {
    font-weight: 300;
    font-size: 16px
}

.testimonial-block-four .inner-box .rating {
    position: relative
}

.testimonial-block-four .inner-box .rating .fa {
    position: relative;
    color: #ecd463;
    font-size: 14px;
    display: inline-block
}

.testimonial-block-four .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px
}

.testimonial-section-three .owl-nav {
    display: none
}

.testimonial-section-three .owl-dots {
    position: relative;
    text-align: center
}

.testimonial-section-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 13px
}

.testimonial-section-three .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-section-three .owl-dots .owl-dot.active span,
.testimonial-section-three .owl-dots .owl-dot:hover span {
    background: #fff
}

.news-block-four {
    position: relative;
    margin-bottom: 40px
}

.news-block-four .inner-box {
    position: relative
}

.news-block-four .inner-box .image {
    position: relative
}

.news-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: rgba(7, 34, 53, 0.90);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-four .inner-box .image .overlay-box .icon {
    position: relative;
    color: #fff;
    font-size: 22px;
    top: 46%;
    margin-top: -15px
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block-four .inner-box .lower-content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-four .inner-box .lower-content .content {
    position: relative
}

.news-block-four .inner-box .lower-content .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.news-block-four .inner-box .lower-content .content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-four .inner-box .lower-content .content h3 a:hover {
    color: #0d70b7
}

.news-block-four .inner-box .content {
    position: relative
}

.news-block-four .inner-box .content .post-time {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 6px
}

.news-block-four .inner-box:hover .lower-content {
    border-color: #0d70b7
}

.news-block-four .inner-box:hover .image .overlay-box {
    opacity: 1
}

.news-block-four .inner-box .lower-content .content .text {
    position: relative;
    color: #848484;
    font-weight: 300;
    font-size: 16px
}

.page-title {
    position: relative;
    padding: 65px 0 80px 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat
}

.page-title:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(13, 112, 183, 0.85)
}

.page-title h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 5px;
    text-transform: capitalize
}

.page-title h1:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #fff
}

.page-info {
    position: relative
}

.page-info .inner-container {
    position: relative;
    border-bottom: 1px solid #efefef
}

.page-info h2 {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 700
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 18px 0 17px
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    color: #0d70b7;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize
}

.page-info .bread-crumb li:last-child {
    margin-right: 0
}

.page-info .bread-crumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -21px;
    width: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #333
}

.page-info .bread-crumb li:last-child:after {
    display: none
}

.page-info .bread-crumb li a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-info .bread-crumb li a:hover {
    color: #0d70b7
}

.page-info .share-icon {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0 18px;
    text-transform: capitalize
}

.page-info .share-icon a {
    color: #0d70b7
}

.page-info .share-icon .icon {
    margin-right: 5px;
    font-size: 14px;
    color: #222
}

.page-info .share-icon a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.about-section-two {
    position: relative;
    padding: 80px 0 60px
}

.about-section-two .inner-container {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.about-section-two .inner-container .content-column {
    position: relative;
    margin-bottom: 40px
}

.about-section-two .inner-container .content-column .inner-content {
    position: relative
}

.about-section-two .inner-container .content-column .inner-content .dark-text {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    line-height: 1.4em;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Nunito Sans', sans-serif
}

.about-section-two .inner-container .content-column .inner-content .text {
    position: relative
}

.about-section-two .inner-container .content-column .inner-content .text p {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif
}

.about-section-two .inner-container .content-column .inner-content .text p:last-child {
    margin-bottom: 0
}

.about-section-two .inner-container .image-column {
    position: relative;
    margin-bottom: 40px
}

.about-section-two .inner-container .image-column .image {
    position: relative
}

.about-section-two .inner-container .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.featured-services {
    position: relative;
    padding-bottom: 40px
}

.feature-block {
    position: relative;
    margin-bottom: 40px
}

.feature-block .inner-box {
    position: relative
}

.feature-block .inner-box .image {
    position: relative
}

.feature-block .inner-box .image img {
    position: relative;
    width: 100%
}

.feature-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 25px 15px 20px;
    border: 1px solid #f4f4f4
}

.feature-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize
}

.feature-block .inner-box .lower-content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.feature-block .inner-box .lower-content h3 a:hover {
    color: #0d70b7
}

.feature-block .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em
}

.approach-section {
    position: relative;
    padding: 80px 0 40px
}

.featured-block-three {
    position: relative;
    margin-bottom: 40px
}

.featured-block-three .inner-box {
    position: relative;
    padding: 35px 25px;
    background-color: #fff
}

.featured-block-three .inner-box .icon-box {
    position: relative;
    font-size: 50px;
    color: #0d70b7;
    line-height: 1em;
    padding-bottom: 25px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4
}

.featured-block-three .inner-box .icon-box .icon {
    position: relative
}

.featured-block-three .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.featured-block-three .inner-box h3 a {
    position: relative;
    color: #222
}

.featured-block-three .inner-box .title {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #0d70b7
}

.featured-block-three .inner-box .overlay-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 35px 20px;
    border: 1px solid #0d70b7;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.featured-block-three .inner-box .overlay-box .overlay-title {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #0d70b7;
    margin-bottom: 30px
}

.featured-block-three .inner-box:hover .overlay-box {
    opacity: 1
}

.featured-block-three .inner-box .overlay-box .text {
    position: relative;
    color: #848484;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em
}

.featured-block-three .inner-box .overlay-box .large-icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1em;
    color: #f7f7f7;
    font-size: 160px
}

.approach-section .owl-dots {
    display: none
}

.approach-section .owl-nav {
    position: absolute;
    right: 0;
    top: -90px
}

.approach-section .owl-nav .owl-prev {
    margin-right: 10px
}

.approach-section .owl-nav .owl-prev,
.approach-section .owl-nav .owl-next {
    display: inline-block;
    color: #072235;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.approach-section .owl-nav .owl-prev:hover,
.approach-section .owl-nav .owl-next:hover {
    color: #0d70b7
}

.history-section {
    position: relative;
    padding: 80px 0 80px
}

.news-block-five {
    position: relative
}

.news-block-five .inner-box {
    position: relative
}

.news-block-five .inner-box .image {
    position: relative
}

.news-block-five .inner-box .image .post-date {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    background-color: #0d70b7
}

.news-block-five .inner-box .image img {
    position: relative;
    width: 100%
}

.news-block-five .inner-box .lower-content {
    position: relative;
    padding: 22px 18px;
    border: 1px solid #f4f4f4;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-five .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.news-block-five .inner-box .lower-content h3 a {
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-five .inner-box .lower-content h3 a:hover {
    color: #0d70b7
}

.news-block-five .inner-box .lower-content .text {
    position: relative;
    font-weight: 300;
    color: #848484;
    font-size: 16px
}

.news-block-five .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 0 17px 1px rgba(246, 246, 246, 1);
    -moz-box-shadow: 0 0 17px 1px rgba(246, 246, 246, 1);
    box-shadow: 0 0 17px 1px rgba(246, 246, 246, 1)
}

.history-section .owl-nav {
    display: none
}

.history-section .owl-dots {
    position: relative;
    padding-top: 50px;
    text-align: center
}

.history-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px
}

.history-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.history-section .owl-dots .owl-dot.active span,
.history-section .owl-dots .owl-dot:hover span {
    background: #0d70b7
}

.request-section {
    position: relative;
    padding: 80px 0 40px;
    background-color: #072235
}

.request-section .form-column {
    position: relative
}

.request-section .form-column .default-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.request-section .info-column {
    position: relative
}

.request-section .info-column .inner-column {
    position: relative;
    margin-left: 75px;
    padding: 25px 25px;
    background-color: #0d70b7
}

.request-section .info-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.request-section .info-column .inner-column h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.40)
}

.request-section .info-column .inner-column .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 15px
}

.press-section {
    position: relative;
    padding: 80px 0 140px
}

.press-block {
    position: relative
}

.press-block .inner-box {
    position: relative
}

.press-block .inner-box .image-column {
    position: relative
}

.press-block .inner-box .image-column .image {
    position: relative;
    margin-bottom: 20px
}

.press-block .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.press-block .inner-box .content-column {
    position: relative
}

.press-block .inner-box .content-column .content-inner {
    position: relative
}

.press-block .inner-box .content-column .content-inner h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px
}

.press-block .inner-box .content-column .content-inner h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.press-block .inner-box .content-column .content-inner h3 a:hover {
    color: #0d70b7
}

.press-block .inner-box .content-column .content-inner .title {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif
}

.press-block .inner-box .content-column .content-inner .text {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    color: #848484;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif
}

.press-section .owl-nav {
    display: none
}

.press-section .owl-dots {
    position: relative;
    padding-top: 50px;
    text-align: center
}

.press-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px
}

.press-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.press-section .owl-dots .owl-dot.active span,
.press-section .owl-dots .owl-dot:hover span {
    background: #0d70b7
}

.blog-grid-section {
    position: relative;
    padding: 80px 0 150px
}

.pagination-box {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #efefef
}

.styled-pagination {
    position: relative
}

.styled-pagination ul {
    position: relative;
    display: inline-block
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 10px 0
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    text-transform: capitalize;
    min-width: 55px;
    background: #fff;
    color: #b8b8b8;
    font-weight: 700;
    text-align: center;
    border: 1px solid #efefef;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #fff;
    border-color: #0d70b7;
    background-color: #0d70b7
}

.pagination-box .pages-number {
    position: relative;
    color: #222;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    font-family: 'Nunito Sans', sans-serif
}

.sidebar-page-container {
    position: relative;
    padding: 80px 0 110px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

.blog-single {
    position: relative
}

.blog-single .inner-box {
    position: relative
}

.blog-single .inner-box .image {
    position: relative
}

.blog-single .inner-box .image img {
    position: relative
}

.blog-single .inner-box .post-info {
    position: relative;
    padding: 18px 0 10px;
    border-bottom: 1px solid #efefef
}

.blog-single .inner-box .post-info li {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300;
    padding-right: 14px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: inline-block
}

.blog-single .inner-box .post-info li:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd
}

.blog-single .inner-box .post-info li:last-child::after {
    display: none
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding-top: 25px
}

.blog-single .inner-box .lower-content h3 {
    position: relative;
    color: #272727;
    font-size: 24px;
    font-weight: 700
}

.blog-single .inner-box .lower-content .text {
    position: relative;
    margin-top: 10px
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 15px
}

.blog-single .inner-box .lower-content .text p:last-child {
    margin-bottom: 0
}

.blog-single .inner-box .lower-content .text blockquote {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 30px
}

.blog-single .inner-box .lower-content .text .row {
    margin: 30px -10px 0
}

.blog-single .inner-box .lower-content .text .image-column,
.blog-single .inner-box .lower-content .text .quote-column {
    padding: 0 10px
}

.blog-single .inner-box .lower-content .text .image-column .image {
    position: relative;
    margin-bottom: 30px
}

.blog-single .inner-box .lower-content .text .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.blog-single .inner-box .lower-content .text .quote-column .quote-icon {
    position: relative;
    color: #f1f1f1;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 15px
}

.blog-single .inner-box .lower-content .text .quote-column .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 15px
}

.blog-single .inner-box .lower-content .text .quote-column .inner h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1em
}

.blog-single .inner-box .lower-content .text .quote-column .designation {
    position: relative;
    color: #0d70b7;
    font-size: 16px
}

.blog-single .inner-box .lower-content .post-share-options {
    position: relative;
    padding: 20px 0 0;
    margin-top: 40px;
    border-top: 1px solid #f4f4f4
}

.blog-single .inner-box .lower-content .post-share-options .tags span {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif
}

.blog-single .inner-box .lower-content .post-share-options .tags a {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300
}

.blog-single .inner-box .lower-content .post-share-options .tags {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.blog-single .inner-box .lower-content .author-box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px
}

.blog-single .inner-box .lower-content .author-box h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.blog-single .inner-box .lower-content .author-box .author-comment {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #f4f4f4
}

.blog-single .inner-box .lower-content .author-box .author-comment .inner-box {
    position: relative;
    padding-left: 115px
}

.blog-single .inner-box .lower-content .author-box .author-comment .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px
}

.blog-single .inner-box .lower-content .author-box .author-comment .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-single .inner-box .lower-content .author-box .author-comment .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 30px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 90px
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #0d70b7
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 70px;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #222;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 6px
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 40px
}

.comment-form .group-title {
    margin-bottom: 20px
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block
}

.comment-form .rating-box .rating a {
    position: relative;
    color: #0d70b7;
    font-size: 14px;
    display: inline-block
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.comment-form .form-group:last-child {
    margin-bottom: 0
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #0d70b7
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #fff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form button {
    position: relative;
    margin-top: 10px
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #f06529
}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    background: #fff;
    color: #848484;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    font-weight: 300;
    border: 1px solid #f7f7f7;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    border-color: #0d70b7
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #222;
    background: #f7f7f7;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    background-color: #0d70b7;
    color: #fff
}

.sidebar-title {
    position: relative;
    margin-bottom: 32px
}

.sidebar-title h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize
}

.blog-cat {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #efefef
}

.blog-cat li {
    position: relative;
    padding-left: 18px;
    border-bottom: 1px solid #efefef
}

.blog-cat li:last-child {
    border: 0
}

.blog-cat li a {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: 14px;
    font-family: 'FontAwesome'
}

.blog-cat li a:hover {
    color: #0d70b7
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0;
    padding-left: 100px;
    min-height: 105px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    min-height: inherit;
    border: 0
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: .70
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #272727;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif
}

.sidebar .popular-posts .post .text a {
    color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #0d70b7
}

.sidebar .popular-posts .post-info {
    font-size: 16px;
    color: #0d70b7
}

.sidebar .gallery-widget .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 12px 12px 0
}

.sidebar .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 14px 6px;
    margin: 0 6px 10px 0;
    color: #848484;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.sidebar .popular-tags a:hover {
    border-color: #0d70b7;
    background-color: #0d70b7;
    color: #fff
}

.news-block-six {
    position: relative;
    margin-bottom: 60px
}

.news-block-six .inner-box {
    position: relative
}

.news-block-six .inner-box .image {
    position: relative
}

.news-block-six .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block-six .inner-box .lower-content {
    position: relative
}

.news-block-six .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 22px;
    padding: 18px 0 8px;
    border-bottom: 1px solid #efefef
}

.news-block-six .inner-box .lower-content .post-info li {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300;
    padding-right: 14px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: inline-block
}

.news-block-six .inner-box .lower-content .post-info li:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd
}

.news-block-six .inner-box .lower-content .post-info li:last-child::after {
    display: none
}

.news-block-six .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700
}

.news-block-six .inner-box .lower-content h3 a {
    color: #272727;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-six .inner-box .lower-content h3 a:hover {
    color: #0d70b7
}

.news-block-six .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 28px;
    margin-top: 12px
}

.case-section {
    position: relative;
    padding: 80px 0 140px
}

.case-block {
    position: relative;
    margin-bottom: 30px
}

.case-block .inner-box {
    position: relative
}

.case-block .inner-box .image {
    position: relative
}

.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.case-block .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(7, 34, 53, 0.90);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top
}

.case-block .inner-box:hover .overlay-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.case-block .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.case-block .inner-box .overlay-box .overlay-inner .search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: -25px;
    margin-top: -45px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.30)
}

.case-block .inner-box .overlay-box .overlay-inner .case-link {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 10px 0;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.30);
    font-family: 'Nunito Sans', sans-serif
}

.case-block .inner-box .lower-content {
    position: relative;
    padding-top: 20px
}

.case-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px
}

.case-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.case-block .inner-box .lower-content h3 a:hover {
    color: #0d70b7
}

.case-block .inner-box .lower-content .category {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    font-weight: 300
}

.case-section .styled-pagination {
    margin-top: 10px
}

.case-single {
    position: relative
}

.case-single .inner-box {
    position: relative
}

.case-single .inner-box .image {
    position: relative;
    margin-bottom: 40px
}

.case-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.case-single .inner-box .info-column {
    position: relative;
    margin-bottom: 40px
}

.case-single .inner-box .info-column .inner-box {
    position: relative;
    padding: 22px 20px;
    background-color: #f7f7f7
}

.case-single .inner-box .info-column .inner-box ul {
    position: relative
}

.case-single .inner-box .info-column .inner-box ul li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px
}

.case-single .inner-box .info-column .inner-box ul li:last-child {
    margin-bottom: 0
}

.case-single .inner-box .info-column .inner-box ul li span {
    position: relative;
    width: 30%;
    float: left;
    color: #0d70b7;
    margin-right: 22px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif
}

.case-single .inner-box .info-column .inner-box ul li span:after {
    position: absolute;
    content: ':';
    right: 0;
    top: 0;
    color: #0d70b7
}

.case-single .inner-box .content-column {
    position: relative;
    margin-bottom: 40px
}

.case-single .inner-box .content-column .inner-column {
    position: relative
}

.case-single .inner-box .content-column .inner-column h2 {
    position: relative;
    font-size: 24px;
    color: #222;
    font-weight: 700
}

.case-single .inner-box .content-column .inner-column .title {
    position: relative;
    color: #0d70b7;
    font-size: 16px;
    margin-bottom: 18px
}

.case-single .inner-box .content-column .inner-column .text {
    position: relative;
    font-weight: 300;
    color: #848484;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 10px
}

.case-single .inner-box .content-box {
    position: relative;
    margin-top: 25px
}

.case-single .inner-box .content-box .text {
    position: relative
}

.case-single .inner-box .content-box .text h3 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.case-single .inner-box .content-box .text p {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em
}

.case-single .inner-box .content-box .graph-image {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px
}

.case-single .inner-box .content-box .graph-image .proj-result-graph {
    position: relative;
    padding: 30px;
    border: 1px solid #e0e0e0
}

.case-section .filters {
    margin-bottom: 50px;
    padding: 25px 40px 21px;
    background-color: #072235
}

.case-section .filters .filter-tabs {
    position: relative
}

.case-section .filters li {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    line-height: 24px;
    color: #d5d5d5;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 4px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Nunito Sans', sans-serif
}

.case-section .filters .filter.active,
.case-section .filters .filter:hover {
    color: #fff;
    background-color: #0d70b7
}

.case-block.mix {
    display: none
}

.contact-section {
    position: relative;
    padding: 80px 0 40px
}

.contact-section .accordian-column {
    position: relative;
    margin-bottom: 40px
}

.info-list {
    position: relative
}

.info-list li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    color: #848484;
    font-weight: 300;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4
}

.info-list li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #0d70b7;
    font-size: 22px
}

.info-list li:last-child {
    border: 0;
    margin: 0;
    padding-bottom: 0
}

.info-list li strong {
    font-weight: 400;
    color: #222
}

.contact-form h2 {
    position: relative;
    font-size: 30px;
    color: #222;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 48px
}

.contact-form h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #0d70b7
}

.contact-form .form-group {
    margin-bottom: 30px
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffff;
    border: 1px solid #efefef;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #0d70b7
}

.contact-form textarea {
    height: 120px;
    resize: none;
    padding: 12px 25px
}

.contact-form button {
    font-size: 14px;
    width: 100%;
    padding: 10px 41px 10px
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #f00 !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #f00;
    font-weight: 500
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.map-section .google-map {
    height: 550px
}

.contact-tabs {
    position: relative;
    margin-bottom: 50px
}

.contact-tabs .tab-btns {
    position: relative;
    margin-bottom: 35px
}

.contact-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 2px;
    font-size: 16px;
    background: #f8f8f8;
    color: #848484;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 20px 10px;
    transition: all 500ms ease
}

.contact-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #0d70b7
}

.contact-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.contact-tabs .tab-btns .tab-btn:hover::before,
.contact-tabs .tab-btns .tab-btn.active-btn:before {
    opacity: 1
}

.contact-tabs .tab-btns .tab-btn:hover,
.contact-tabs .tab-btns .tab-btn.active-btn {
    background: #fff;
    border-radius: 0
}

.contact-tabs .tabs-content {
    position: relative
}

.contact-tabs .tabs-content .tab .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 35px
}

.contact-tabs .tabs-content .tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    background: #fff
}

.contact-tabs .tabs-content .tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1
}

.faq-section.style-two {
    position: relative;
    padding: 80px 0 160px
}

.faq-section h2 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.consult-section {
    position: relative;
    padding: 80px 0 150px
}

.consult-section .section-inner {
    position: relative;
    background: url(../image/consult-bg.jpg) right bottom no-repeat
}

.consult-section .section-inner .image {
    position: relative
}

.consult-section .section-inner .image img {
    position: relative;
    width: 100%;
    display: block
}

.consult-section .section-inner .image .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px 80px 28px 28px;
    border-left: 4px solid #0d70b7;
    background-color: rgba(0, 0, 0, 0.60)
}

.consult-section .section-inner .image .content h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px
}

.consult-section .section-inner .image .content .text {
    font-size: 16px;
    color: #fff;
    line-height: 1.6em
}

.consult-section .section-inner .lower-content {
    position: relative;
    padding: 45px 30px 30px;
    border: 1px solid #efefef
}

.consult-form {
    position: relative;
    z-index: 10
}

.consult-form .form-group {
    margin-bottom: 25px
}

.consult-form .form-group label {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0d70b7
}

.consult-form .form-group label span {
    color: #848484;
    font-weight: 400
}

.consult-form input[type="text"],
.consult-form input[type="email"],
.consult-form input[type="password"],
.consult-form select,
.consult-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.consult-form .ui-selectmenu-button.ui-button {
    border: 1px solid #efefef;
    background-color: #fff
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus {
    border-color: #0d70b7
}

.consult-form textarea {
    height: 160px;
    resize: none;
    padding: 12px 25px
}

.consult-form button {
    margin-top: 15px
}

.team-page-section {
    position: relative;
    padding: 80px 0 120px
}

.services-page-section {
    position: relative;
    padding: 80px 0 120px
}

.testimonial-page-section {
    position: relative;
    padding: 80px 0 120px
}

.testimonial-block-five {
    position: relative;
    margin-bottom: 50px
}

.testimonial-block-five .inner-box {
    position: relative;
    padding: 28px 28px;
    text-align: center;
    border: 1px solid #f4f4f4;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.testimonial-block-five .inner-box:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 25px 0 rgba(244, 244, 244, 1);
    -moz-box-shadow: 0 0 25px 0 rgba(244, 244, 244, 1);
    box-shadow: 0 0 25px 0 rgba(244, 244, 244, 1)
}

.testimonial-block-five .inner-box .image {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 22px
}

.testimonial-block-five .inner-box h2 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.4em
}

.testimonial-block-five .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 20px
}

.testimonial-block-five .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    line-height: 1.4em;
    display: inline-block;
    padding: 12px 30px 0;
    border-top: 1px solid #f4f4f4
}

.services-category {
    position: relative
}

.services-category .services-list {
    position: relative
}

.services-category .services-list li {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #f4f4f4
}

.services-category .services-list li a {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0 17px;
    padding-left: 85px;
    display: block;
    background-color: #f7f7f7;
    font-family: 'Nunito Sans', sans-serif;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-category .services-list li a .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    color: #0d70b7;
    font-size: 28px;
    line-height: 58px;
    padding: 0 18px;
    font-weight: 400;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-category .services-list li.active a,
.services-category .services-list li a:hover {
    color: #fff;
    background-color: #072235
}

.services-category .services-list li.active span,
.services-category .services-list li a:hover span {
    color: #fff !important;
    background-color: #0d70b7
}

.brouchure-widget {
    position: relative
}

.brouchure-widget .inner-box {
    position: relative;
    padding: 28px 25px;
    border: 1px solid #f4f4f4
}

.brouchure-widget .inner-box h2 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.brouchure-widget .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 18px
}

.brouchure-widget .inner-box .download-btn {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    border: 2px solid #f4f4f4;
    font-family: 'Nunito Sans', sans-serif
}

.brouchure-widget .inner-box .download-btn .icon {
    margin-right: 8px
}

.brouchure-widget .inner-box .large-icon {
    position: absolute;
    right: -8px;
    bottom: -4px;
    color: #f7f7f7;
    font-size: 120px;
    line-height: 1em;
    font-weight: 300;
    z-index: -1
}

.contact-widget {
    position: relative
}

.contact-widget .inner-box {
    position: relative;
    padding: 25px 30px 30px;
    background-color: #0d70b7
}

.contact-widget .inner-box h2 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif
}

.contact-widget .inner-box .text {
    position: relative;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 22px;
    z-index: 1
}

.contact-widget .inner-box .contact-btn {
    position: relative;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 700;
    color: #222;
    z-index: 1;
    text-transform: uppercase;
    background-color: #fff
}

.contact-widget .inner-box .contact-btn .icon {
    color: #0d70b7;
    font-weight: 400;
    margin-right: 12px
}

.contact-widget .inner-box .large-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.10);
    font-size: 150px;
    line-height: 1em
}

.services-single {
    position: relative
}

.services-single .inner-box {
    position: relative
}

.services-single .graph-outer .donut-graph {
    position: relative;
    float: right;
    width: 200px
}

.services-single .inner-box .upper-box {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f4f4f4
}

.services-single .inner-box .upper-box .upper-text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 22px
}

.services-single .inner-box .upper-box .image img {
    width: 100%;
    display: block
}

.services-block-seven {
    position: relative;
    margin-bottom: 50px
}

.services-block-seven .inner {
    position: relative;
    padding-left: 100px
}

.services-block-seven .inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    color: #0d70b7;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    border: 2px solid #f4f4f4
}

.services-block-seven .inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.services-block-seven .inner h3 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services-block-seven .inner h3 a:hover {
    color: #0d70b7
}

.services-block-seven .inner .text {
    position: relative;
    color: #848484;
    font-weight: 300
}

.services-single .inner-box h4 {
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.services-single .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em
}