@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ffff;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

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: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.centered {
    text-align: center;
}

.anim-3,
.anim-3-all * {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.btn-style-one {
    position: relative;
    padding: 5px 20px;
    line-height: 25px;
    background: #012f5d;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fbca00 !important;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover {
    color: #012f5d !important;
    border-color: #012f5d !important;
    background: #fff;
}

.btn-style-two {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fbca00;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fbca00 !important;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.btn-style-two:hover {
    color: #fbca00 !important;
    border-color: #fbca00 !important;
    background: none;
}

.btn-style-three {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #fbca00 !important;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fbca00 !important;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}

.btn-style-three:hover {
    color: #ffffff !important;
    border-color: #fbca00 !important;
    background: #fbca00;
}

.theme-btn .fa {
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.theme_color {
    color: #fbca00;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.padd-top-10 {
    padding-top: 10px !important;
}

.padd-top-20 {
    padding-top: 20px !important;
}

.padd-top-30 {
    padding-top: 30px !important;
}

.padd-top-40 {
    padding-top: 40px !important;
}

.padd-top-50 {
    padding-top: 50px !important;
}

.padd-top-60 {
    padding-top: 60px !important;
}

.padd-top-70 {
    padding-top: 70px !important;
}

.padd-left-10 {
    padding-left: 10px !important;
}

.padd-left-20 {
    padding-left: 20px !important;
}

.padd-left-30 {
    padding-left: 30px !important;
}

.padd-left-40 {
    padding-left: 40px !important;
}

.padd-left-50 {
    padding-left: 50px !important;
}

.padd-left-60 {
    padding-left: 60px !important;
}

.padd-left-70 {
    padding-left: 70px !important;
}

.padd-bott-10 {
    padding-bottom: 10px !important;
}

.padd-bott-20 {
    padding-bottom: 20px !important;
}

.padd-bott-30 {
    padding-bottom: 30px !important;
}

.padd-bott-40 {
    padding-bottom: 40px !important;
}

.padd-bott-50 {
    padding-bottom: 50px !important;
}

.padd-bott-60 {
    padding-bottom: 60px !important;
}

.padd-bott-70 {
    padding-bottom: 70px !important;
}

.padd-bott-90 {
    padding-bottom: 90px !important;
}

.padd-bott-100 {
    padding-bottom: 100px !important;
}

.padd-right-10 {
    padding-right: 10px !important;
}

.padd-right-20 {
    padding-right: 20px !important;
}

.padd-right-30 {
    padding-right: 30px !important;
}

.padd-right-40 {
    padding-right: 40px !important;
}

.padd-right-50 {
    padding-right: 50px !important;
}

.padd-right-60 {
    padding-right: 60px !important;
}

.padd-right-70 {
    padding-right: 70px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bott-10 {
    margin-bottom: 10px !important;
}

.margin-bott-20 {
    margin-bottom: 20px !important;
}

.margin-bott-30 {
    margin-bottom: 30px !important;
}

.margin-bott-40 {
    margin-bottom: 40px !important;
}

.margin-bott-50 {
    margin-bottom: 50px !important;
}

.margin-bott-60 {
    margin-bottom: 60px !important;
}

.margin-bott-70 {
    margin-bottom: 70px !important;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.no-padd-top {
    padding-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-bottom: 0px !important;
}

.no-padd-left {
    padding-left: 0px !important;
}

.no-padd-right {
    padding-right: 0px !important;
}

.bg-lightgrey {
    background-color: #f6f6f6 !important;
}

.no-bg {
    background: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    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: #ffffff;
    background: #fbca00;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    font-family: 'Roboto', 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 .header-top {
    position: relative;
    font-size: 13px;
    padding: 10px 0px;
    background: #232323;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.main-header .header-top a {
    color: #ffffff;
    -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-header .links-nav li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.main-header .top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}

.main-header .links-nav li a {
    position: relative;
    line-height: 26px;
    font-size: 13px;
}

.main-header .links-nav li .fa {
    padding-right: 8px;
    font-size: 16px;
    color: #fbca00;
}

.main-header .header-top .social-links a {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    line-height: 26px;
}

.main-header .header-top a:hover {
    color: #fbca00;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    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: 6px 0px 2px;
}

.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-upper {
    position: relative;
    padding: 10px 0px;
    background: #ffffff;
    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 .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding: 10px 0px 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
    padding: 10px 0px 0px 64px;
}

.main-header .info-box:last-child {
    padding-left: 0px;
}

.main-header.header-style-two .info-box:last-child {
    padding-left: 64px;
}

.main-header.header-style-two .info-box {
    padding-left: 54px;
    color: #222222;
    text-transform: none;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #012f5d;
    color: #012f5d;
    font-size: 24px;
    border-radius: 50%;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.header-style-two .info-box .icon-box {
    font-size: 32px;
    color: #fbca00;
    border: none;
    line-height: 50px;
}

.main-header .info-box:hover .icon-box {
    border-color: #fbca00;
    color: #fbca00;
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    margin: 0px 0px;
}

.main-header .info-box li a {
    color: #777777;
}

.main-header .info-box strong {
    font-weight: 500;
    color: #fbca00;
    font-size: 14px;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #f3f3f3;
    border-bottom: 3px solid #fbca00;
    z-index: 5;
}

.main-header.header-style-two .header-lower {
    background: none;
    border: none;
}

.main-header .nav-outer {
    position: relative;
}

.main-header.header-style-two .nav-outer {
    background: #012f5d;
    padding: 0px 160px 0px 30px;
}

.main-header.header-style-three .nav-outer {
    padding: 0px 130px 0px 0px;
}

.header-main-box .nav-outer .search-box-btn {
    position: absolute;
    right: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

.header-main-box .nav-outer .search-box-btn:hover {
    color: #fbca00;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.header-style-two .main-menu .navigation>li {
    margin-right: 20px;
}

.header-main-box .main-menu .navigation>li {
    border: none;
}

.sticky-header .main-menu .navigation>li {
    margin: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 16px 10px 16px 0px;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation>li>a {
    color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 15px 15px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #fbca00;
    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 {
    background: #fbca00;
    color: #ffffff;
    opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #012f5d;
    border-top: 3px solid #fbca00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #fbca00;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #012f5d;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background: #fbca00;
}

.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;
    left: 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;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .btn-outer {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 130px;
}

.main-header.header-style-three .btn-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
}

.main-header .btn-outer .quote-btn {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 8px 10px;
    margin: 11px 0px 0px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background: #fbca00;
    border-radius: 2px;
    z-index: 1;
}

.main-header.header-style-three .btn-outer .quote-btn {
    background: #012f5d;
    color: #ffffff;
}

.header-main-box .btn-outer .quote-btn {
    padding: 27px 0px 18px 30px;
}

.social-links-one {
    position: relative;
}

.main-header .social-links-one {
    top: 7px;
}

.social-links-one a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #928d8d;
    border-radius: 50%;
    background: #f4f4f4;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-one a:hover {
    background: #fbca00;
    color: #ffffff;
}

.social-links-two a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    line-height: 38px;
    font-size: 14px;
    color: #cccccc;
    border-radius: 50%;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-two a:hover {
    background: #fbca00;
    border-color: #fbca00;
    color: #ffffff;
}

.social-links-three a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #f1f1f1;
    line-height: 30px;
    font-size: 12px;
    color: #aaaaaa;
    background: #f1f1f1;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-links-three a:hover {
    background: #fbca00;
    border-color: #fbca00;
    color: #ffffff;
}

.main-slider {
    position: relative;
}

.main-slider.negative-margin {
    position: relative;
    margin-top: -62px;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.main-slider .subtitle-text {
    font-weight: 600;
    line-height: 1.6em;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.6em;
    color: #ffffff;
    font-size: 16px;
}

.main-slider h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
}

.main-slider h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4em;
}

.main-slider .tp-bullets.preview3 .bullet {
    background: #ffffff !important;
    width: 22px !important;
    height: 2px !important;
    border: 1px solid #ffffff !important;
    border-radius: 2px !important;
    margin: 0px 7px;
    z-index: 0;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    border-color: #fbca00 !important;
    background: #fbca00 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 50px !important;
    overflow: hidden;
    margin-top: -10px !important;
    height: 50px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    height: 48px !important;
    line-height: 44px;
    width: 48px !important;
    padding: 0px;
    border-radius: 1px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title h1,
h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    line-height: 1.4em;
}

.sec-title h3 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

.sec-title .text {
    font-size: 16px;
    color: #222222;
    line-height: 1.8em;
}

.normal-link {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
    color: #012f5d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.normal-link.alternate {
    font-size: 14px;
}

.normal-link:hover {
    color: #fbca00;
}

.welcome-section {
    position: relative;
    padding: 30px 0px 0px;
}

.welcome-section .sec-title {
    margin-bottom: 20px;
}

.welcome-section .welcome-content {
    position: relative;
    margin-bottom: 20px;
}

.welcome-section .text {
    margin-bottom: 20px;
}

.welcome-section .text p {
    margin-bottom: 20px;
}

.featured-service-column {
    position: relative;
    margin-bottom: 40px;
}

.featured-service-column .inner-box {
    position: relative;
    display: block;
}

.featured-service-column .image-box {
    position: relative;
    display: block;
}

.featured-service-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.featured-service-column .image-box .service-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 13px 50px 13px 25px;
    line-height: 24px;
    color: #ffffff;
    background: #012f5d;
    font-weight: 500;
    font-size: 15px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    z-index: 1;
}

.featured-service-column .image-box .icon-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    background: #fbca00;
    padding: 10px;
    line-height: 30px;
    font-size: 24px;
    z-index: 2;
}

.featured-service-column .lower-content {
    position: relative;
    padding-top: 20px;
}

.featured-service-column .header-lower .text {
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
    color: #777777;
    font-weight: 400;
}

.about-section {
    position: relative;
    background: #012f5d;
    color: #ffffff;
    padding: 120px 0px;
}

.about-section.light-version {
    background: #ffffff;
    color: #777777;
}

.about-section .column {
    margin-bottom: 50px;
}

.about-section h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-section.light-version h2 {
    color: #121212;
}

.about-section .who-we-are .info-list li {
    position: relative;
    padding-left: 70px;
    padding-right: 30px;
    min-height: 80px;
    margin-bottom: 40px;
}

.about-section .who-we-are .info-list li:last-child {
    margin-bottom: 0px;
}

.about-section .who-we-are .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 20px;
    line-height: 40px;
    font-size: 38px;
    color: #fbca00;
}

.about-section .who-we-are .info-list li h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.about-section.light-version .who-we-are .info-list li h3 {
    color: #121212;
}

.about-section .who-we-are .info-list li .text {
    font-size: 15px;
}

.about-section .mission-vision .block {
    position: relative;
    margin-bottom: 30px;
}

.about-section .mission-vision .block .inner-box {
    position: relative;
    padding-left: 210px;
    padding-top: 10px;
    min-height: 118px;
}

.about-section .mission-vision .block .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
}

.about-section .mission-vision .block .image img {
    display: block;
    width: 100%;
}

.about-section .mission-vision .block h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fbca00;
}

.about-section .mission-vision .block h4 a {
    color: #fbca00;
}

.about-section .normal-link {
    color: #fbca00;
}

.sponsors-style-one {
    position: relative;
    padding: 0px 0px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.light-version .sponsors-style-one {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.sponsors-style-one .sponsors-slider img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    opacity: 0.40;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sponsors-style-one .sponsors-slider img:hover {
    opacity: 1;
}

.sponsors-style-one .owl-controls {
    display: none !important;
}

.team-style-one {
    position: relative;
    padding: 120px 0px 90px;
}

.team-style-one .intro-column {
    position: relative;
    margin-bottom: 40px;
}

.team-style-one .intro-column h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.team-style-one .intro-column .text {
    font-size: 16px;
    margin-bottom: 20px;
}

.member-style-one {
    position: relative;
    margin-bottom: 30px;
}

.member-style-one .inner-box {
    position: relative;
    display: block;
    background: #f3f3f3;
    border-bottom: 3px solid #e0e0e0;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.extended .member-style-one .inner-box {
    border-bottom: none;
}

.member-style-one .inner-box:hover {
    border-bottom-color: #fbca00;
}

.member-style-one .image-box {
    position: relative;
}

.member-style-one .image-box img {
    display: block;
    width: 100%;
}

.member-style-one .image-box .overlay {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 25px;
    background: rgba(1, 47, 93, 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;
}

.member-style-one:hover .image-box .overlay {
    top: 0px;
}

.member-style-one .image-box .overlay .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.member-style-one .image-box .overlay .overlay-inner .content-outer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.member-style-one .image-box .overlay .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 25px 30px;
}

.member-style-one .image-box .overlay .overlay-inner .content-outer .content {
    position: relative;
}

.member-style-one .image-box .overlay .info {
    position: relative;
    margin-bottom: 20px;
}

.member-style-one .image-box .overlay .content-outer .content .info {
    margin-bottom: 0px;
}

.member-style-one .image-box .overlay .info li {
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}

.member-style-one .image-box .overlay .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.member-style-one .image-box .overlay .social-links a:hover {
    color: #fbca00;
    border-color: #fbca00;
}

.member-style-one .image-box .overlay .basic-info {
    margin-bottom: 30px;
}

.member-style-one .image-box .overlay .basic-info h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
}

.member-style-one .image-box .overlay .basic-info .designation {
    font-style: italic;
    color: #fbca00;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.member-style-one .lower-content {
    position: relative;
    padding: 20px 25px;
}

.member-style-one .lower-content h3 {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
}

.member-style-one .lower-content .designation {
    font-style: italic;
    color: #999999;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.testimonial-style-one {
    position: relative;
    padding: 120px 0px;
    background-color: #313131;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
}

.testimonial-style-one:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
}

.testimonial-style-one .auto-container {
    position: relative;
    z-index: 1;
}

.testimonial-style-one .slide-item .inner-box {
    position: relative;
    padding-right: 20px;
}

.testimonial-style-one .slide-item .author-image {
    position: relative;
    width: 110px;
    margin-bottom: 20px;
}

.testimonial-style-one .slide-item .author-image img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-style-one .slide-item h4 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fbca00;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial-style-one .slide-item .text {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}

.testimonial-style-one .slide-item .rating {
    color: #fbca00;
    font-size: 13px;
    line-height: 24px;
}

.testimonial-style-one .slide-item .rating .fa {
    margin-right: 2px;
}

.testimonial-style-one .owl-controls {
    margin: 0px !important;
    padding: 0px !important;
}

.testimonial-style-one .owl-controls .owl-dots {
    display: none !important;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: inline-block;
    margin: 0px;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background: none;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-prev"] {
    left: -100px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-next"] {
    right: -80px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.contact-style-one {
    position: relative;
    padding: 40px 0px 40px;
}

.contact-style-one .column {
    position: relative;
    margin-bottom: 40px;
}

.contact-style-one .info-column .info-box {
    position: relative;
    padding: 20px;
    border: 7px solid #f0f0f0;
}

.contact-style-one .info-column .info-box h3 {
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.contact-style-one .info-column .info-box .text {
    color: #777777;
    margin-bottom: 20px;
}

.contact-style-one .info-column .info-list li {
    line-height: 24px;
    color: #777777;
    margin-bottom: 5px;
}

.contact-style-one .info-column .info-list li:last-child {
    margin-bottom: 0px;
}

.contact-style-one .info-column .info-list li strong {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #222222;
}

.contact-style-one.extended .form-column {
    margin-bottom: 50px;
}

.contact-style-one .form-column .upper-content {
    position: relative;
    margin-bottom: 30px;
}

.contact-style-one.extended .form-column .upper-content {
    margin-bottom: 15px;
}

.contact-style-one .form-column h3 {
    color: #222222;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.contact-style-one h2 {
    color: #222222;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-style-one .form-column .text {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-style-one .default-form .form-group {
    margin-bottom: 30px;
}

.contact-style-one.extended .default-form .form-group {
    margin-bottom: 24px;
}

.contact-style-one .contact-column {
    padding-left: 30px;
}

.contact-style-one .contact-info {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.contact-style-one .contact-info li {
    position: relative;
    display: block;
    padding-left: 60px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #777777;
    min-height: 50px;
}

.contact-style-one .contact-info li:last-child {
    margin-bottom: 15px;
}

.contact-style-one .contact-info li .icon-box {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    font-size: 36px;
    line-height: 1em;
    color: #012f5d;
}

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}

.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 11px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-style-two .default-form input[type="text"],
.contact-style-two .default-form input[type="email"],
.contact-style-two .default-form input[type="password"],
.contact-style-two .default-form select,
.contact-style-two .default-form textarea {
    background-color: rgba(255, 255, 255, 0.20);
    border-color: rgba(255, 255, 255, 0);
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}

.contact-style-two::-webkit-input-placeholder {
    color: #121212 !important;
    text-transform: uppercase;
}

.contact-style-two::-moz-placeholder {
    color: #121212 !important;
    text-transform: uppercase;
}

.contact-style-two:-ms-input-placeholder {
    color: #121212 !important;
    text-transform: uppercase;
}

.contact-style-two input:-moz-placeholder {
    color: #121212 !important;
    text-transform: uppercase;
}

.contact-style-one::-webkit-input-placeholder {
    color: #777777 !important;
    text-transform: uppercase;
}

.contact-style-one::-moz-placeholder {
    color: #777777 !important;
    text-transform: uppercase;
}

.contact-style-one:-ms-input-placeholder {
    color: #777777 !important;
    text-transform: uppercase;
}

.contact-style-one input:-moz-placeholder {
    color: #777777 !important;
    text-transform: uppercase;
}

.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.html) right center no-repeat;
}

.default-form textarea {
    height: 180px;
    resize: none;
}

.contact-style-one.extended .default-form textarea {
    height: 194px;
}

.contact-style-two .default-form textarea {
    height: 118px;
}

.default-form select option {
    text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #fbca00 !important;
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-style-one.extended .default-form button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.parallax-style-one {
    position: relative;
    padding: 30px 0px 10px;
    background-color: #313131;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
    text-align: center;
}

.parallax-style-one:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.95);
}

.parallax-style-one .auto-container {
    position: relative;
    z-index: 1;
}

.parallax-style-one h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.news-section {
    position: relative;
    padding: 60px 0px 0px;
}

.news-style-one {
    position: relative;
    margin-bottom: 40px;
}

.news-style-one .inner-box {
    position: relative;
    display: block;
}

.grid-view .news-style-one .inner-box {
    padding-bottom: 10px;
}

.news-style-one .image-box {
    position: relative;
}

.news-style-one .image-box img {
    display: block;
    width: 100%;
}

.news-style-one .image-box .date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 62px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 40px;
    background: #012f5d;
}

.news-style-one .image-box .month {
    display: block;
    line-height: 24px;
    background: #fbca00;
    font-size: 14px;
    font-weight: 400;
}

.news-style-one .lower-content {
    position: relative;
    padding-top: 20px;
}

.news-style-one .lower-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 7px;
}

.news-style-one .lower-content .post-meta {
    color: #012f5d;
    font-size: 14px;
    margin-bottom: 20px;
}

.news-style-one .lower-content .post-meta a {
    color: #012f5d;
    display: inline-block;
    padding: 0px 5px;
}

.list-view .news-style-one .lower-content h3 {
    font-size: 20px;
}

.list-view .news-style-one {
    margin-bottom: 40px;
}

.news-style-one .lower-content h3 a {
    color: #222222;
}

.news-style-one .lower-content h3 a:hover {
    color: #fbca00;
}

.news-style-one .lower-content .text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.news-style-one .lower-content .normal-link {
    font-size: 14px;
}

.news-style-one .post-option {
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.news-style-one .post-option strong {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #121212;
    padding-right: 10px;
}

.news-style-one .post-option a {
    color: #012f5d;
    line-height: 30px;
}

.news-style-one .post-option .tags a:hover {
    color: #fbca00;
}

.news-style-one .share-option {
    line-height: 30px;
}

.main-footer {
    position: relative;
    background: #191919 url(../images/background/bg-pattern.png) center top no-repeat;
    color: #ececec;
}

.main-footer.footer-style-two {
    background-image: none !important;
    background-color: #222326;
}

.main-footer.footer-style-three {
    background-color: #191919;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-footer.footer-style-three:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.main-footer .widgets-section {
    position: relative;
    padding: 30px 0px 5px;
    z-index: 1;
}

.main-footer.style-three .widgets-section {
    position: relative;
    padding: 80px 0px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .widgets-section .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .footer-column {
    margin-bottom: 25px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-column h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-footer .about-widget .text {
    margin-bottom: 30px;
}

.main-footer a {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.main-footer .social-links a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #303030;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 50%;
}

.main-footer .social-links a:hover {
    background: #fbca00;
}

.main-footer .news-widget .post {
    position: relative;
    min-height: 80px;
    padding-left: 110px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.main-footer .news-widget .post:last-child {
    margin-bottom: 0px;
}

.main-footer .news-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}

.main-footer .news-widget .post .post-thumb img {
    display: block;
    width: 100%;
}

.main-footer .news-widget .post h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-footer .news-widget .post h4 a {
    color: #ffffff;
}

.main-footer .news-widget .post h4 a:hover {
    color: #fbca00;
}

.main-footer .news-widget .post .time {
    color: #fbca00;
    font-size: 13px;
}

.main-footer .links-widget {
    padding-left: 15px;
}

.main-footer .links-widget .list li {
    margin-bottom: 15px;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 0px 0px;
    color: #ececec;
    text-transform: capitalize;
}

.main-footer .links-widget .list li a:hover {
    color: #fbca00;
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget .contact-info li {
    position: relative;
    color: #ececec;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-footer .contact-widget .contact-info li:last-child {
    margin-bottom: 0px;
}

.main-footer .contact-widget h4 {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.main-footer .contact-widget h4 .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #fbca00;
}

.main-footer .info-style-two li {
    position: relative;
    color: #ececec;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.main-footer .info-style-two li li:last-child {
    margin-bottom: 0px;
}

.main-footer .info-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    line-height: 24px;
}

.main-footer .gallery-widget {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.main-footer .gallery-widget .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 5px 10px;
}

.main-footer .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .gallery-widget .image img:hover {
    opacity: 0.70;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
    background: #121212;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}

.footer-style-two .footer-bottom {
    background: #1a1c1f;
}

.footer-bottom .footer-nav {
    position: relative;
}

.footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-left: 35px;
}

.footer-bottom .footer-nav li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.footer-bottom .footer-nav li a:hover {
    color: #fbca00 !important;
}

.latest-works-section {
    position: relative;
    padding: 120px 0px;
    background: #2c2c2c;
}

.latest-works-section .title {
    position: relative;
    margin-bottom: 50px;
}

.latest-works-section .title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.work-item {
    position: relative;
    display: block;
    text-align: center;
}

.work-item .inner-box {
    position: relative;
    display: block;
}

.work-item .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.work-item .lower-content {
    position: relative;
    padding: 20px 10px 0px;
}

.work-item h4 {
    font-size: 14px;
    color: #fbca00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.work-item h4 a {
    color: #fbca00;
}

.work-item h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.work-item h3 a {
    color: #ffffff;
}

.latest-works-section .owl-controls {
    margin: 0px !important;
    padding: 0px !important;
}

.latest-works-section .owl-controls .owl-dots {
    display: none !important;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 29%;
    margin-top: -20px;
    display: inline-block;
    margin: 0px;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background: none;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-prev"] {
    left: -100px;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-next"] {
    right: -100px;
}

.latest-works-section .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.two-col-fluid {
    position: relative;
    background: #012f5d;
}

.two-col-fluid .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.two-col-fluid .image-column .image-box {
    width: 100%;
    margin: 0px;
    display: none;
}

.two-col-fluid .image-column .image-box img {
    display: block;
    width: 100%;
}

.two-col-fluid .content-column {
    position: relative;
    width: 50%;
    float: right;
    color: #ffffff;
}

.two-col-fluid .content-column .inner-box {
    position: relative;
    padding: 90px 15px 90px 50px;
    max-width: 600px;
    background: #012f5d;
}

.two-col-fluid .content-column h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.two-col-fluid .content-column .desc-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 40px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}

.accordion-box.style-two .block {
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.accordion-box.style-two .block.active-block {
    border-color: #fbca00;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 50px 10px 20px;
    overflow: hidden;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    font-family: 'Roboto', 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;
}

.accordion-box.style-two .block .acc-btn {
    color: #222222;
    font-weight: 500;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 25px;
    top: 12px;
    width: 20px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.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,
.accordion-box .block .acc-btn.active .icon-outer {
    color: #fbca00;
}

.accordion-box.style-two .block .acc-btn.active {
    color: #ffffff;
    background: #fbca00;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    color: #ffffff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 15px;
    padding: 10px 20px 0px;
}

.accordion-box.style-two .block .content {
    padding: 20px 20px 0px;
}

.accordion-box .block .content .image {
    float: left;
    margin: 0px 20px 20px 0px;
}

.accordion-box .block .content .image img {
    display: block;
    max-width: 100%;
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.testimonial-style-two {
    position: relative;
    padding: 120px 0px;
    background-color: #012f5d;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
}

.testimonial-style-two:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.95);
}

.testimonial-style-two .auto-container {
    position: relative;
    z-index: 1;
}

.testimonial-style-two .slide-item .inner-box {
    position: relative;
    padding-right: 20px;
}

.testimonial-style-two .slide-item .info-outer {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-style-two .slide-item .author-image {
    position: relative;
    float: right;
    width: 100px;
    height: 100px;
}

.testimonial-style-two .slide-item .author-image img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-style-two .slide-item .author-info {
    position: relative;
    float: left;
    padding-top: 20px;
}

.testimonial-style-two .slide-item .author-info h4 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testimonial-style-two .slide-item .author-info .designation {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #ebebeb;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-style-two .slide-item .rating {
    color: #fbca00;
    font-size: 13px;
    line-height: 20px;
}

.testimonial-style-two .slide-item .rating .fa {
    margin-right: 2px;
}

.testimonial-style-two .slide-item .text {
    position: relative;
    font-size: 16px;
}

.testimonial-style-two .owl-controls {
    margin: 0px !important;
    padding: 0px !important;
}

.testimonial-style-two .owl-controls .owl-dots {
    display: none !important;
}

.testimonial-style-two .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background: none;
}

.testimonial-style-two .owl-controls .owl-nav [class*="owl-prev"] {
    left: -120px;
}

.testimonial-style-two .owl-controls .owl-nav [class*="owl-next"] {
    right: -100px;
}

.testimonial-style-two .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.sponsors-style-two {
    position: relative;
    padding: 40px 0px 30px;
}

.sponsors-style-two .image-box {
    display: block;
    margin-bottom: 5px;
    border: 2px solid #cccccc;
    width: 100%;
}

.sponsors-style-two .sponsors-slider .image-box:hover {
    opacity: 1;
}

.sponsors-style-two .owl-controls {
    display: none !important;
}

.map-section {
    position: relative;
}

.map-section.style-two {
    padding: 80px 0px 60px;
}

.map-section .map-container {
    position: relative;
    z-index: 10;
}

.map-data {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.map-canvas {
    position: relative;
}

.contact-style-one.extended .map-canvas {
    height: 380px;
    border: 4px solid #012f5d;
    border-image-source: -webkit-linear-gradient(45deg, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d);
    border-image-slice: 20;
}

.map-section.style-two .map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.combo-section {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background: #292a2e;
}

.combo-section .map-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}

.combo-section .map-column .map-canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.combo-section .form-column {
    position: relative;
    float: right;
    width: 50%;
    color: #ffffff;
}

.combo-section .form-column h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.combo-section .form-column .inner-box {
    position: relative;
    max-width: 600px;
    padding: 50px 15px 50px 50px;
}

.newsletter-style-one {
    position: relative;
}

.newsletter-style-one .form-group {
    position: relative;
    display: block;
    margin: 0px;
}

.newsletter-style-one .form-group input[type="text"],
.newsletter-style-one .form-group input[type="email"] {
    display: block;
    position: relative;
    width: 100%;
    line-height: 24px;
    background: #3e3e42;
    color: #ffffff;
    font-size: 13px;
    height: 44px;
    padding: 10px 130px 10px 30px;
    border-radius: 22px;
}

.newsletter-style-one .form-group input[type="submit"],
.newsletter-style-one .form-group button {
    position: absolute;
    right: 0px;
    top: 12px;
    width: 130px;
    height: 20px;
    line-height: 20px;
    color: #fbca00;
    text-transform: uppercase;
    font-size: 12px;
    background: none;
    font-family: 'Roboto', sans-serif;
    border-left: 1px solid #999999;
}

.default-post-column {
    position: relative;
    margin-bottom: 30px;
}

.default-post-column.list-view {
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.default-post-column.list-view:last-child {
    padding-bottom: 0px;
    border: none;
}

.default-post-column .image-box {
    position: relative;
}

.default-post-column .image-box img {
    display: block;
    width: 100%;
}

.default-post-column .image-box .icon-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 42px;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    background: #fbca00;
}

.default-post-column .lower-content {
    position: relative;
    padding-top: 20px;
}

.default-post-column.list-view .lower-content {
    padding-top: 0px;
}

.default-post-column .lower-content h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #222222;
}

.default-post-column .lower-content h3 a {
    color: #222222;
}

.default-post-column .lower-content h3 a:hover {
    color: #fbca00;
}

.default-post-column .lower-content .text {
    line-height: 1.8em;
}

.default-post-column.list-view .lower-content .text {
    margin-bottom: 0px;
}

.about-style-two {
    position: relative;
    background: #20242e;
    color: #a2a2a2;
    padding: 30px 0px 70px;
}

.about-style-two.light-version {
    background: #ffffff;
    color: #000;
}

.about-style-two .column {
    margin-bottom: 50px;
}

.about-style-two h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.about-style-two.light-version h2 {
    color: #121212;
}

.about-style-two .who-we-are .info-list li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

.about-style-two .who-we-are .info-list li:last-child {
    margin-bottom: 0px;
}

.about-style-two .who-we-are .info-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fbca00;
    font-size: 16px;
    color: #fbca00;
}

.about-style-two .who-we-are .info-list li h3 {
    padding-left: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-style-two.light-version .who-we-are .info-list li h3 {
    color: #121212;
}

.about-style-two .who-we-are .info-list li .text {
    font-size: 16px;
    color: #a2a2a2;
}

.about-style-two.light-version .who-we-are .info-list li .text {
    color: #000;
}

.about-style-two .video-box {
    position: relative;
}

.about-style-two .video-box img {
    display: block;
    width: 100%;
}

.about-style-two .video-box .play-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.about-style-two .video-box .play-link:hover {
    background: rgba(255, 255, 255, 0.30);
}

.about-style-two .video-box .play-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #012f5d;
    color: #ffffff;
    border-radius: 2px;
}

.gallery-section {
    position: relative;
    padding: 120px 0px 90px;
}

.gallery-section.three-column,
.gallery-section.four-column {
    padding: 120px 0px;
}

.gallery-section .gallery-title {
    position: relative;
    margin-bottom: -30px;
}

.gallery-section .gallery-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
}

.gallery-section .filters {
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}

.gallery-section .filters.right-aligned {
    text-align: right;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px;
    line-height: 24px;
    color: #777777;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 15px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters.right-aligned li {
    text-align: right;
    margin: 0px 0px 0px 20px;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    color: #fbca00;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after {
    opacity: 1;
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.default-portfolio-item.mix {
    display: none;
}

.full-width .default-portfolio-item {
    padding: 0px !important;
    margin: 0px !important;
}

.masonry-gallery .masonry-item {
    position: relative;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #012f5d;
    padding: 2px;
    background: #fbca00
}

.default-portfolio-item .caption-box {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #ffffff;
    background: #fbca00;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.default-portfolio-item:hover .caption-box {
    background: #012f5d;
}

.default-portfolio-item .caption-box h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.default-portfolio-item .caption-box h4 a {
    display: block;
    color: #ffffff;
}

.default-portfolio-item .caption-box .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 24px;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    border-bottom: 40px solid transparent;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.style-two .default-portfolio-item .overlay-box {
    border: none;
}

.default-portfolio-item .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(1, 47, 93, 0.85);
}

.style-two .default-portfolio-item .overlay-inner {
    outline: 1px solid #ffffff;
    outline-offset: -11px;
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner .option-btn {
    position: relative;
    display: inline-block;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    width: 44px;
    height: 44px;
    margin: 0px 3px 0px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover {
    background: #fbca00;
    border-color: #fbca00;
}

.default-portfolio-item .inner-box .caption {
    position: absolute;
    text-align: center;
    background: #fbca00;
    left: 0px;
    bottom: -150px;
    width: 100%;
    padding: 12px 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item:hover .inner-box .caption {
    bottom: 0px;
}

.default-portfolio-item .inner-box .caption h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.default-portfolio-item .inner-box .caption h3 a {
    color: #ffffff;
}

.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: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    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: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

.styled-pagination {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
    font-size: 16px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #fbca00;
    border-color: #fbca00;
    background: none;
}

.testimonial-style-three {
    position: relative;
    padding: 30px 0px;
    background-color: #313131;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
}

.testimonial-style-three:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.95);
}

.testimonial-style-three h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.testimonial-style-three .testimonial-carousel {}

.testimonial-style-three .slide-item .inner-box {
    position: relative;
}

.testimonial-style-three .slide-item .image-outer {
    position: relative;
    float: left;
    width: 40%;
    padding-right: 20px;
}

.testimonial-style-three .slide-item .content-outer {
    position: relative;
    float: left;
    width: 60%;
}

.testimonial-style-three .slide-item .author-image {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.testimonial-style-three .slide-item .author-image img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-style-three .slide-item h4 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.testimonial-style-two .slide-item .rating .fa {
    margin-right: 2px;
}

.testimonial-style-three .slide-item .text {
    position: relative;
    font-size: 15px;
}

.testimonial-style-three .owl-controls {
    margin: 0px !important;
    padding: 0px !important;
}

.testimonial-style-three .owl-controls .owl-dots {
    display: none !important;
}

.testimonial-style-three .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background: none;
}

.testimonial-style-three .owl-controls .owl-nav [class*="owl-prev"] {
    left: -100px;
}

.testimonial-style-three .owl-controls .owl-nav [class*="owl-next"] {
    right: -100px;
}

.testimonial-style-three .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.contact-style-two {
    position: relative;
    background: #fbca00;
    color: #ffffff;
}

.contact-style-two .form-column {
    position: relative;
    float: left;
    width: 50%;
}

.contact-style-two .form-column .inner-box {
    position: relative;
    padding: 100px 80px;
}

.contact-style-two .form-column .upper-content {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.contact-style-two .form-column .upper-content .subtitle {
    font-size: 18px;
    font-style: italic;
}

.contact-style-two .form-column .upper-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-style-two .info-column {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.contact-style-two .info-column .inner-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
}

.contact-style-two .info-column .inner-most {
    display: table-cell;
    vertical-align: middle;
}

.contact-style-two .info-column h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-style-two .info-column .text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact-style-two .info-column h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fbca00;
}

.newsletter-style-two {
    position: relative;
    padding: 50px 0px;
    background-color: #012f5d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.newsletter-style-two:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.95);
}

.newsletter-style-two .auto-container {
    position: relative;
    z-index: 1;
}

.newsletter-style-two .title-column h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.newsletter-style-two .form-group {
    position: relative;
    padding-right: 170px;
    display: block;
    margin: 10px 0px 0px;
}

.newsletter-style-two .form-group input[type="text"],
.newsletter-style-two .form-group input[type="email"] {
    display: block;
    position: relative;
    width: 100%;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.30);
    color: #ffffff;
    height: 44px;
    font-size: 13px;
    padding: 10px 20px;
}

.newsletter-style-two::-webkit-input-placeholder {
    color: #ffffff !important;
    text-transform: uppercase;
}

.newsletter-style-two::-moz-placeholder {
    color: #ffffff !important;
    text-transform: uppercase;
}

.newsletter-style-two:-ms-input-placeholder {
    color: #ffffff !important;
    text-transform: uppercase;
}

.newsletter-style-two input:-moz-placeholder {
    color: #ffffff !important;
    text-transform: uppercase;
}

.newsletter-style-two .form-group input[type="submit"],
.newsletter-style-two .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 160px;
    height: 44px;
    line-height: 24px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    background: #fbca00;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-left: 1px solid #999999;
}

.page-title {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.60); */
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 52px;
    letter-spacing: 1px;
}

.page-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 52px;
    letter-spacing: 1px;
}

.page-info {
    position: relative;
    padding: 15px 0px;
    background: #f6f6f6;
    color: #121212;
    font-family: 'Roboto', sans-serif;
}

.page-info h3 {
    font-size: 16px;
    color: #121212;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-info .bread-crumb li {
    position: relative;
    float: left;
    margin-left: 30px;
    color: #fbca00;
    line-height: 24px;
}

.page-info .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-info .bread-crumb li:after {
    content: '-';
    position: absolute;
    right: -22px;
    width: 10px;
    line-height: 28px;
    font-size: 16px;
}

.page-info .bread-crumb li:last-child:after {
    display: none;
}

.page-info .bread-crumb li a {
    color: #fbca00;
}

.page-info .bread-crumb li a:hover {
    color: #1e1e1e;
}

.services-single {
    position: relative;
    color: #777777;
}

.services-single .service-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.services-single .main-image {
    position: relative;
    margin-bottom: 25px;
}

.services-single .main-image img,
.services-single .image-box img {
    display: block;
    width: 100%;
}

.default-text-block {
    margin-bottom: 30px;
}

.default-text-block p {
    position: relative;
    margin-bottom: 20px;
}

.default-two-column .image-column {
    position: relative;
    margin-bottom: 25px;
}

.services-single .accordion-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
}

.sidebar-page-container .blog-detail blockquote {
    position: relative;
    margin: 20px 0px 30px;
    padding: 20px 15px;
    line-height: 1.8em;
    font-size: 18px;
    color: #222222;
    background: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    border: 1px solid #888888;
    border-left: none;
    border-right: none;
    text-transform: capitalize;
}

.sidebar-page-container .blog-detail blockquote .author-title {
    color: #012f5d;
    text-transform: uppercase;
    font-style: normal;
    padding-top: 10px;
}

.sidebar-page-container .blog-detail .post-desc h2 {
    font-size: 20px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.sidebar-page-container .blog-detail .post-desc h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.sidebar-page-container .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.check-list li .fa {
    position: relative;
    color: #cbda37;
}

.remove-list li .fa {
    position: relative;
    color: #ff0000;
}

.sidebar-page-container .blog-detail .post-tags {
    position: relative;
    padding: 15px;
    font-size: 16px;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 50px;
}

.sidebar-page-container .blog-detail .post-tags a {
    position: relative;
    color: #777777;
    font-size: 15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover {
    color: #00bff3;
}

.social-links-two {
    position: relative;
}

.blog-news-section .social-links-two a {
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
    border-radius: 50%;
    color: #444444;
    background: #eaeaea none repeat scroll 0 0;
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 32px
}

.social-links-two a:hover {
    background: #fbca00 none repeat scroll 0 0 !important;
    border-color: #fbca00;
    color: #ffffff !important;
}

.fullwidth-image {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.fullwidth-image img {
    display: block;
    width: 100%;
}

.project-details {
    position: relative;
    padding: 90px 0px;
}

.project-details .details-info {
    position: relative;
    margin-bottom: 25px;
}

.project-details .content-block {
    position: relative;
    margin-bottom: 25px;
}

.project-details .content-block .text {
    margin-bottom: 30px;
}

.project-details .content-block .image {
    display: block;
}

.project-details .content-block .image img {
    display: block;
    max-width: 100%;
}

.project-details .default-title {
    position: relative;
    margin-bottom: 30px;
}

.project-details .default-title h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.project-details .default-title h3:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.project-details .default-title h3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    border-bottom: 3px solid #fbca00;
}

.project-details .column {
    position: relative;
    margin-bottom: 25px;
}

.project-details .details-info {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.project-details .details-info li {
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.project-details .details-info li strong {
    color: #121212;
    font-weight: 500;
    font-size: 15px;
}

.project-details .details-info li a {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    margin-left: 10px;
}

.project-details .details-info li a:hover {
    color: #fbca00;
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 15px;
}

.styled-list-one li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fbca00;
    left: 0;
    top: 8px;
    position: absolute;
}

.sidebar-page-container {
    position: relative;
    padding: 50px 0px 0px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side {
    margin-bottom: 30px !important;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
}

.sidebar-page-container .sidebar-title h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-page-container .sidebar-title h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    border-bottom: 3px solid #fbca00;
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    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 {
    border-color: #fbca00;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 40px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #cccccc;
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #fbca00;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 80px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px !important;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    border-radius: 50%;
    background: #333333;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.50;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.sidebar .popular-posts .post h4 {
    font-size: 14px;
    padding: 5px 0px 5px;
    line-height: 1.4em;
    color: #181818;
    font-weight: 500;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #fbca00;
}

.sidebar .popular-posts .post h4 a {
    color: #666666;
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #fbca00;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 17px;
    margin: 0px 5px 10px 0px;
    border: 1px solid #e0e0e0;
    color: #777777;
    text-align: center;
    font-size: 13px;
    border-radius: 1px;
    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 {
    background-color: #fbca00;
    border-color: #fbca00;
    color: #ffffff;
}

.sidebar .list {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.sidebar .list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar .list li:first-child a {
    padding-top: 0px;
}

.sidebar .list li:last-child {
    border-bottom: none;
}

.sidebar .list li:last-child a {
    padding-bottom: 0;
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0px 14px 30px;
}

.sidebar .list li a .count {
    display: block;
    float: right;
}

.sidebar .list li a:before {
    content: "\f11d";
    font-family: "Flaticon";
    font-size: 18px;
    left: 0;
    width: 20px;
    line-height: 24px;
    position: absolute;
    color: #fbca00;
}

.sidebar .list li a:hover {
    color: #fbca00;
}

.sidebar .latest-tweets {
    position: relative;
    font-size: 14px;
    color: #999999;
}

.sidebar .latest-tweets .owl-dots {
    display: none !important;
}

.sidebar .latest-tweets .owl-nav {
    position: absolute;
    right: 0px;
    bottom: -50px;
}

.sidebar .latest-tweets .widget-bottom {
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sidebar .latest-tweets .widget-bottom a {
    color: #707070;
}

.sidebar .latest-tweets .time {
    color: #555555;
    margin-bottom: 5px;
}

.sidebar .latest-tweets .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    background: none;
    line-height: 20px;
    color: #707070;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.sidebar .latest-tweets .owl-theme .owl-controls .owl-nav [class*="owl-next"] {
    width: 20px;
    height: 20px;
    padding: 0px;
    background: none;
    line-height: 20px;
    color: #707070;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.sidebar .latest-tweets .owl-prev .fa:before,
.sidebar .latest-tweets .owl-next .fa:before {
    line-height: 24px;
    font-size: 24px;
}

.sidebar .latest-tweets .owl-prev:hover,
.sidebar .latest-tweets .owl-next:hover {
    color: #fbca00 !important;
}

.sidebar .latest-tweets a {
    color: #101010;
}

.sidebar .latest-tweets a:hover {
    color: #fbca00;
}

.sidebar .medium-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar .medium-title h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121212;
}

.sidebar .downloads li {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.sidebar .downloads li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 70px;
    color: #ffffff;
    background: #fbca00;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #fbca00;
    line-height: 30px;
}

.sidebar .downloads li a:hover {
    color: #012f5d;
}

.sidebar .downloads li a .icon {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.sidebar .styled-nav {
    position: relative;
}

.sidebar .styled-nav .nav-outer {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.sidebar .styled-nav ul li {
    position: relative;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar .styled-nav ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 20px 10px 50px;
    border: 2px solid #dcdcdc;
    text-transform: capitalize;
    color: #333333;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sidebar .styled-nav ul li .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #fbca00;
}

.sidebar .styled-nav ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .styled-nav li.current a {
    color: #fbca00;
    border-color: #fbca00;
    background: #ffffff;
}

.sidebar .contact-widget {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background-color: #012f5d;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.sidebar .contact-widget:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.90);
}

.sidebar .contact-widget .inner {
    position: relative;
    z-index: 1;
}

.sidebar .contact-widget h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 10px;
}

.sidebar .contact-widget .phone-numbers {
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
}

.sidebar-page-container .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-links-two {
    position: relative;
    line-height: 32px;
}

.blog-news-section .social-links-two a {
    display: inline-block;
    float: none;
    margin: 0px 0px 0px 10px !important;
    text-align: center;
    border-radius: 50%;
    color: #444444;
    background: #eaeaea none repeat scroll 0 0;
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 32px
}

.social-links-two a:hover {
    background: #fbca00 none repeat scroll 0 0 !important;
    border-color: #fbca00;
    color: #ffffff !important;
}

.sidebar-page-container .author-box {
    position: relative;
    padding-bottom: 40px;
    margin: 0px 0px 40px;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar-page-container .author-box .inner {
    position: relative;
    padding-left: 210px;
    min-height: 180px;
}

.sidebar-page-container .author-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
}

.sidebar-page-container .author-box .image img {
    display: block;
    width: 100%;
}

.sidebar-page-container .author-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.sidebar-page-container .author-box .text {
    font-size: 15px;
    margin-bottom: 20px;
    color: #555555;
}

.sidebar-page-container .social-links a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-left: 4px;
    background: #f1f1f1;
    border-radius: 50%;
    transition: all 300ms ease;
}

.sidebar-page-container .social-links a:hover {
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .group-title h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 25px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    -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: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 90px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 90px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border-radius: 3px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
    border-radius: 3px;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .text {
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 14px;
    color: #012f5d;
    font-family: 'Roboto', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-page-container .two-column .column {
    margin-bottom: 30px;
}

.sidebar-page-container .blog-detail .lower-content p {
    margin: 0px 0px 20px;
    line-height: 1.8em;
}

.sidebar-page-container .two-column .column strong {
    font-weight: 500;
}

.sidebar-page-container .two-column .image img {
    display: block;
    width: 100%;
    position: relative;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 22px;
}

.comment-form .form-group .field-label {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color: #3e5773;
}

.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: 24px;
    padding: 10px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 46px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 2px;
    -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: #fbca00;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 180px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    border-radius: 2px;
    -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;
    padding: 11px 30px;
    text-transform: uppercase;
}

.img-responsive img {
    height: 52px;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: -webkit-linear-gradient(45deg, #012f5d 25%, #fbca00 25%, #012f5d 50%, #fbca00 50%, #012f5d 75%, #fbca00 75%, #012f5d);
    width: 0%;
    animation: progress-bar-stripes 2s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.default-post-column.list-view {
    box-shadow: 5px 5px 20px #dedede;
    padding: 15px !important;
}

.bg {
    border: #fff dashed 2px;
    padding: 20px;
    margin-right: 5px;
    background-color: #012f5d;
    box-shadow: 12px 12px 0px #fbca00;
    color: #fff;
}

.white_head {
    text-align: left;
}

.white_head h3 a {
    color: #fff !important;
}

.white_head h3 a:hover {
    color: #fbca00 !important;
}

.mega {
    width: 420px !important;
    background: #012f5d;
    left: 0px;
    top: 130%;
}

.mega li a {
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mega li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.nopadding {
    padding: 0px;
}

.mega li a:hover {
    background: #fbca00;
}

.br_right {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.tp-banner {
    height: 350px !important;
}

@media only screen and (max-width: 767px) {
    .tp-banner {
        height: 180px !important;
    }
}

.quote-btn {
    color: #000;
    /* button text color */
    outline: none;
    background: #012f5d;
    border: none;
    border-bottom: 4px solid #eee;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all .5s;
}

.quote-btn:before,
.quote-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #fbca00;
    /* onhover background color */
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    /* move elements above button so they don't appear initially */
    transition: all .5s;
}

.quote-btn:before {
    background: #012f5d;
    /* button default background color */
    z-index: -2;
    transform: translate3D(0, 0, 0);
    color: #000;
}

.quote-btn:hover {
    color: #000;
}

.quote-btn:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
    color: #000;
}

.sidebar-page-container .group-title {
    margin-bottom: 15px !important;
}

.comment-form {
    background-color: #ededed;
    padding: 10px;
    border: #012f5d dashed 2px;
    box-shadow: 10px 10px 0px #fbca00;
}

.mrt-10 {
    margin-top: 10px;
}

.gra_br {
    border: 4px solid #19315b;
    border-image-source: -webkit-linear-gradient(45deg, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d);
    border-image-slice: 20;
    padding: 10px;
}


.cir_br {
    margin: 0 16px;
    border: 4px solid #19315b !important;
    border-image-source: -webkit-linear-gradient(45deg, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d, #fbca00, #012f5d) !important;
    border-image-slice: 20 !important;
}

.cir_br:hover {
    box-shadow: 1px 1px 10px #dedede !important;
}

.cir_br:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 20px;
    left: -27px;
    border: 2px solid #012f5d;
    z-index: 2;
}

.cir_br:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #012f5d;
    border-radius: 10px;
    width: 27px;
    height: 2px;
    top: 25px;
    left: -27px;
    z-index: 1;
}

.timeline {
    border-left: 2px solid #e0e0e0;
    padding: 15px 0;
}

.contact-box {
    padding: 20px 20px 0 20px;
}


/****UV Testimonials CSS*******************************************************/
.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control.left {
    left: -25px;
}

.carousel-control.right {
    right: -25px;
}

.broun-block {
    /* background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);*/
    padding-bottom: 34px;
}

.block-text {
    background-color: #012f5d;
    border-radius: 5px;
    box-shadow: 0 3px 0 #fbca00;
    color: #ffffff;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
    min-height: 220px;
}

.test_dark {
    background-color: transparent !important;
    box-shadow: #fff 0px 0px 10px;
}

.block-text a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
}

.mark {
    padding: 0 0 12px 0;
    background: none;
    font-size: 16px;
    color: #fbca00;
}

.block-text p {
    color: #ffffff;
    /*font-family: Georgia;*/
    line-height: 20px;
}

.person-text img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: #fbca00 solid 2px;
    box-shadow: #000 0px 2px 5px;
}

.sprite {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}

.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}

.rel {
    position: relative;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.block-testimonials {
    padding: 30px 0px;
}

.carousel-control.left i {
    border: #fff solid 1px;
    padding: 5px;
}

.carousel-control.right i {
    border: #fff solid 1px;
    padding: 5px;
}

.blue-test {
    background-color: #000;
    background-color: #012f5d !important;
    box-shadow: #fff 0px 0px 10px;
    box-shadow: #fff 0px 0px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #fbca00;
    color: #ffffff;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
    min-height: 220px;
}

.blue-test-img {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.blue-test-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: #fbca00 solid 2px;
    box-shadow: #000 0px 2px 5px;
}

.test-carousel {
    top: 120px !important;
    bottom: inherit;
}

/****UV Testimonials CSS*******************************************************/
/****UV Price Plan CSS*******************************************************/
.demo {
    background-color: #dbdbdb;
}

.pricingTable {
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 10px;
    border-radius: 20px 20px 150px 150px;
}

.pricingTable .pricingTable-header {
    background-color: #fff;
    padding: 0px;
    margin: 0 0 -10px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2;
}

.pricingTable .title {
    color: #f73636;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    height: 35px;
}

.pricingTable .price-value {
    color: #fff;
    background-color: #f73636;
    padding: 20px 40px;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.pricingTable .price-value:before,
.pricingTable .price-value:after {
    content: '';
    background-color: #d60202;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}

.pricingTable .price-value:after {
    top: auto;
    bottom: -5px;
}

.pricingTable .amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}

.pricingTable .month {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricingTable .pricing-content {
    background-color: #fff;
    padding: 15px;
    margin: -10px 0 15px 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.pricingTable .pricing-content li {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 2px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.pricingTable .pricing-content li span {
    font-weight: bold;
}

.pricingTable .pricingTable-signup {
    color: #fff;
    background-color: #f73636;
    font-size: 15px;
    font-weight: 800;
    line-height: 90px;
    height: 100px;
    width: 100px;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup:hover {
    color: #fff;
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.2);
}

/*.pricingTable .pricingTable-signup:after{
    content: "\f061";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}*/
.pricingTable.green .title {
    color: #8fcc26;
}

.pricingTable.green .price-value {
    background-color: #8fcc26;
}

.pricingTable.green .price-value:before,
.pricingTable.green .price-value:after {
    background-color: #6aa800;
}

.pricingTable.green .pricingTable-signup {
    background-color: #8fcc26;
}

.pricingTable.blue .title {
    color: #1766c1;
}

.pricingTable.blue .price-value {
    background-color: #1766c1;
}

.pricingTable.blue .price-value:before,
.pricingTable.blue .price-value:after {
    background-color: #004faa;
}

.pricingTable.blue .pricingTable-signup {
    background-color: #1766c1;
}

.pricingTable.purple .title {
    color: #9a27d8;
}

.pricingTable.purple .price-value {
    background-color: #9a27d8;
}

.pricingTable.purple .price-value:before,
.pricingTable.purple .price-value:after {
    background-color: #7905b7;
}

.pricingTable.purple .pricingTable-signup {
    background-color: #9a27d8;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 10px 30px;
    }
}

@media only screen and (max-device-width: 1240px) and (min-device-width: 1024px) {
    .pricing-content {
        min-height: 700px;
    }
}

/****UV Price Plan CSS*******************************************************/

.serviceBox2 {
    background: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #fbca00;
    border-radius: 50px 0;
    /*box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;*/
    box-shadow: 0px 0px 22px #adabab;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serviceBox2:before,
.serviceBox2:after {
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #fbca00;
    border-right: 7px solid #fbca00;
    position: absolute;
    top: -7px;
    right: -7px;
}

.serviceBox2:after {
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #fbca00;
    border-left: 7px solid #fbca00;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px;
}

.serviceBox2 .service-icon {
    color: #fff;
    background: #012f5d;
    font-size: 35px;
    width: 90px;
    padding: 0 0 12px;
    margin: 0 auto 15px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 9px rgb(255, 255, 255);
    position: relative;
}

.serviceBox2>img {
    border: #fff double 4px;
    margin-bottom: 15px;
}

.serviceBox2:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all 0.3s;
}

.serviceBox2 .service-icon span {
    font-size: 22px;
}

.serviceBox2 .service-icon:before {
    content: "";
    background: #012f5d;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}

.serviceBox2 .service-icon span:before,
.serviceBox2 .service-icon span:after {
    content: '';
    background-color: #022344;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px;
}

.serviceBox2 .service-icon span:after {
    left: auto;
    right: -15px;
}

.serviceBox2 .title {
    color: #ff4757;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox2 .description {
    font-size: 15px;
    line-height: 25px;
}

ul.branch-info>li {
    text-align: left;
    display: inline-flex;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: #FBCA00 dashed 1px;
}

ul.branch-info>li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

ul.branch-info>li:first-child {
    padding-top: 0px;
}

ul.branch-info>li>.icon-box {
    float: left;
    margin-right: 5px;
}

ul.branch-info>li>.icon-box>span {
    color: #fbca00;
    font-weight: 600;
    vertical-align: middle;
}

.branch-sec {
    padding: 30px 0;
}

.branch-sec .upper-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.branch-sec .upper-content h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #012f5d 0%, #fbca00 50%, #012f5d 132%);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

@media only screen and (max-width:1024px) {
    ul.branch-info>li {
        font-size: 11px;
    }

    .sticky-header .main-menu .navigation>li>a {
        color: #181818;
        padding: 15px 13px;
    }
}

@media only screen and (max-width:990px) {
    .serviceBox2 {
        margin: 10px 10px 50px;
    }
}

@media only screen and (max-width:768px) {
    ul.branch-info>li {
        font-size: 14px;
    }
}

.demo {
    background: #e2e2e2;
}

.serviceBox {
    color: #606060;
    padding: 0 10px 50px;
    background-color: #294679;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 80px 0 30px;
    position: relative;
    width: 23%;
    margin: 1%;
    margin-bottom: 130px;
    float: left;
}

.serviceBox:hover .service-icon {
    transform: rotateX(360deg);
    transition: all 1s ease-in-out;
}

.serviceBox .service-content {
    text-align: center;
    padding: 15px 5px 20px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
    min-height: 310px;
}

.serviceBox .service-content:hover {
    box-shadow: 0 0 20px -5px #000;
}

.serviceBox .service-content:after {
    content: '';
    height: 50px;
    width: 50px;
    border: 30px solid transparent;
    border-top: 25px solid #fff;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.serviceBox .service-icon {
    display: inline-block;
    color: #F9A11C;
    font-size: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.serviceBox .read-more {
    display: block;
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #001c4e;
    border-radius: 15px;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}

.serviceBox .read-more:hover {
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
}

.service-icon img {
    max-height: 90px;
}

.hrmargin hr {
    margin: 8px;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 110px;
        width: 31%;
        margin: 1%;
        margin-bottom: 130px;
    }

    .serviceBox .service-content {
        padding: 20px 15px 30px;
    }
}

@media only screen and (max-width:767px) {
    .serviceBox {
        margin-bottom: 130px;
        width: 48%;
        margin: 1%;
        margin-bottom: 130px;
    }
}

@media only screen and (max-width:580px) {
    .serviceBox {
        margin-bottom: 130px;
        width: 98%;
        margin: 1%;
        margin-bottom: 130px;
    }

    .serviceBox:last-child {
        margin-bottom: 50px;
    }
}