*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: .5px;
    color: #000;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
	margin-top: 30px;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.overflow-hidden {
	overflow: hidden!important;
}

.overflow-x-clip {
	overflow-x: clip!important;
}

.w-100{
	width:100%!important
}

.d-flex {
	display: flex!important;
}

.clear {
    clear: both
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

.p-5 {
	padding: 0 5px;
}

.p-0 {
	padding: 0;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bg-clr-one{
    background: #f4b711;
}

.bg-clr-two{
    background: #209cc9;
}

.bg-clr-three{
    background: #01c181;
}

.bg-clr-four{
    background: #e0437c;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    background-color: #fff;
    background-position: center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding-top: 20px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*-----------------------
  2. Home One
  -----------------------*/
.header-t {
    min-height: 39px;
    border-bottom: 1px solid #e8e9e9;
    line-height: 40px;
    overflow: hidden;
}

.d-weather-area span{
    font-size: 12px;
    color: #8d8d8d;
    letter-spacing: 0;
}

.d-weather-area span i {
    font-size: 21px;
    color: #8d8d8d;
}

.d-weather-area span.h-date {
    margin-right: 8px;
}

.h-social-area{
    text-align: right;
}

.h-social-area a {
    font-size: 12px;
    color: #5f6565;
    display: inline-block;
    margin-left: 25px;
}

/*2.6 default hover color*/
.h-social-area a:hover, .main-menu nav ul li a:hover, .main-menu nav ul li.active a, .mean-container .mean-nav ul li.active>a, .header-search span.show-src-btn:hover
, .slider-text a.sl-post-title:hover, .lt-post-desc a:hover,
.lt-single-post a.lt-snlg-title:hover , .top-bar-slider .owl-nav div:hover, .lt-video-item > a:hover,
.lt-video-slider .owl-nav div:hover, .h1-shrt-connected a:hover, .footer-logo a:hover,
.widget-rcp-item a:hover, .widget-find-more ul li a:hover i, .wti-post-desc p span.wti-link a:hover,
.trd-post-info a.trd-post-title:hover, .h2-cmn-post-item:hover .h2-author-info span,
.h2-cmn-post-item a:hover, .widget-video-item a.wvi-title:hover, .coverage-single-item a.cvg-title:hover,
.h2-lfpost-desc a.lfpost-title:hover, .h2-lfpost-single-item a.lfpost-title:hover, .nb-item-desc a:hover,
.wh3-litem-info a:hover, .wh3-msp-single-item .wh3-litem-info a:hover, .h3-lfpost-desc a.lfpost-title:hover,
.whot-title a:hover, .twitter-twits p a.twit-link:hover, .ft-slider-text a.sl-post-title:hover,
.blg-nav-text a:hover, .related-sinle-post a:hover{
    color: #00aaf8;
}

.logo a {
    display: inline-block;
}

.h-banner-area {
    text-align: right;
}

.h-banner-area a {
    display: inline-block;
    margin-top: 20px;
}

.h-banner-area a img {
    display: inline-block;
}

/*2.1 menu*/
.header-bottom {
    background: #222626;
    min-height: 60px;
}

.navbar-fixed-top {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.menu-area{
    background: #222626;
}

.main-menu nav ul >li {
    display: inline-block;
    position: relative;
}

/*2.2 dropdown menu*/
.main-menu nav ul li > ul.drop-menu {
    position: absolute;
    left: 0;
    top: 59px;
    width: 215px;
    background: #222626;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    transform:translateY(12px);
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    transition: all 0.3s ease 0s;
}

.main-menu nav ul li:hover > ul.drop-menu {
    transform:translateY(0px);
    visibility: visible;
    opacity: 1;
}

.sub-drop {
    top: 15px !important;
    left: 95% !important;
    z-index: 9;
}

.main-menu nav ul li> ul.drop-menu li{
    width: 100%;
    position: relative;
}

.main-menu nav ul li > ul.drop-menu li a {
    color: #ffffff;
    margin: 0;
    display: block;
    padding: 12px 0px;
    padding-left: 15px;
}

.main-menu nav ul li > ul.drop-menu li a:hover, .main-menu nav ul li > ul.drop-menu li.active a{
    background: #323939;
    color: #00aaf8;
}

.main-menu nav ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 21px 0px;
    display: block;
    margin-right: 46px;
}

.main-menu nav ul li > ul.mega-menu {
    width: 1158%;
    left: auto;
    padding: 20px 13px;
    position: absolute;
    right: -202%;
}

.main-menu nav ul li > ul.mega-menu li {
    width: 33.33%;
    padding: 0px 14px;
    float: left;
}

.main-menu nav ul li > ul.mega-menu li a{
    padding-left: 0px;
}

.main-menu nav ul li > ul.mega-menu li a:hover {
    background: transparent;
    transform: translatex(5px);
}

.main-menu nav ul li > ul.mega-menu li.active a{
    background: transparent;
}

/*2.3 mobile menu customization*/
.mobile-menu-area {
    overflow: hidden;
}

/*header search*/
.header-search-form {
    text-align: right;
    position: relative;
}

.header-search-form button {
    background: transparent;
    border: none;
    font-size: 17px;
    color: #ffffff;
    margin-top: 13px;
}

.header-search-form input[type="text"] {
    height: 37px;
    width: 244px;
    position: absolute;
    background: #404545;
    border: none;
    right: 0;
    top: 60px;
    padding-left: 15px;
    color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    transform:translateY(12px);
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    transition: all 0.3s ease 0s;
}

.hsf-show input[type="text"] {
    transform:translateY(0px);
    visibility: visible;
    opacity: 1;
}

/* slider area */

.full-wide-slider {
    width: 59.355%;
    float: left;
    padding-right: 2px;
}

.sl-post-item-area {
    position: relative;
    overflow: hidden;
    padding-top: 2px;
}

.slider-text {
    position: absolute;
    left: 34%;
    bottom: 42px;
    width: 738px;
}

.sm-slider-text {
    left: 25px;
    bottom: -30px;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}

.sl-post-item-area:hover .sm-slider-text{
    bottom: 10px;
}

.slider-text a.sl-post-cat, .ft-slider-text a.sl-post-cat {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    display: inline-block;
    background: #00aaf8;
    text-transform: uppercase;
    padding: 0px 9px;
    letter-spacing: 0.04em;
    line-height: 25px;
}

.slider-text a.sl-post-cat:hover, .ft-slider-text a.sl-post-cat:hover, .fpost-img-area a.fpost-badg-btn:hover{
    background: #d25215;
}

.slider-text a.sl-post-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    background: rgba( 0, 0, 0, 0.6);
    margin: 15px 0px 20px;
    padding: 10px 15px;
    line-height: 40px;
    letter-spacing: 0.013em;
}

.sm-slider-text a.sl-post-title, .colm-three-slider .h3-slider-post a.sl-post-title {
    font-size: 16px;
    max-width: 372px;
    letter-spacing: 0.02em;
    line-height: 26px;
    padding: 5px 11px;
    margin: 16px 0px 12px;
}

.meta-autor {
    overflow: hidden;
}

.sl-post-item-area .sm-slider-text .meta-tag-area{
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.sl-post-item-area:hover .sm-slider-text .meta-tag-area{
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.meta-autor img {
    height: 63px;
    width: 63px;
    border-radius: 50%;
    float: left;
    margin-right: 19px;
}

.meta-tag-area {
    float: left;
    background: #00aaf8;
    height: 44px;
    margin-top: 10px;
    line-height: 44px;
    padding: 0px 20px;
}

.sm-slider-text .meta-tag-area {
    float: left;
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.meta-tag-area span.author-name{
    font-weight: 700;
}

.meta-tag-area span {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 6px;
}

.meta-tag-area span i {
    margin-right: 6px;
    font-size: 16px;
}

.colm-three-slider {
    width: 40.64%;
    float: right;
}

/*twich-content-area*/

.twich-content-area {
    padding: 35px 0px 37px;
}

/*letest-news-area*/

.letest-news {
    margin-top: 25px;
    overflow: hidden;
}

.section-top-bar {
    overflow: hidden;
    width: 100%;
    min-height: 38px;
    padding-left: 8px;
	margin-bottom: 10px;
    border-left: 2px solid #034ea2;
}

.section-top-bar h4 {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    text-transform: uppercase;
    float: left;
    line-height: 21px;
    margin-top: 9px;
}

.section-top-bar ul {
    float: right;
    margin-right: 10px;
}

.section-top-bar ul li{
    float: left;
}

.section-top-bar ul li a {
    font-size: 14px;
    color: #474747;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    padding: 9px 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    display: block;
}

.section-top-bar ul li.active a, .section-top-bar ul li:hover a{
    background: #00aaf8;
    color: #ffffff;
}

.lt-single-post a.lt-snlg-title {
    font-size: 24px;
    font-weight: 700;
    color: #222626;
    letter-spacing: 0;
    line-height: 30px;
    display: inline-block;
    margin: 24px 0px 12px;
}

.single-lt-thumb {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.single-lt-thumb img {
    max-width: 100%;
}

.lt-thumb-desc {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lt-thumb-desc a.ln-post-cat {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    line-height: 16px;
    background: #222626;
    padding: 3px 14px 2px 12px;
    border-left: 3px solid #00aaf8;
}

.lt-thumb-desc a.ln-post-cat:hover {
    background: #383f3f;
}

.lt-thumb-desc .meta-tag-area{
    margin-top: 1px;
    padding: 0px 16px;
    height: 32px;
    line-height: 32px;
}
.lt-thumb-desc span{
    font-size: 13px;
}

p.df-text {
    font-size: 14px;
    color: #5f6565;
    letter-spacing: 0;
    line-height: 26px;
}

.list-post-item {
    margin-bottom: 21px;
    overflow: hidden;
}

.list-post-item:last-child{
    margin-bottom: 10px;
}

.list-post-item img {
    float: left;
    max-width: 160px;
    margin-top: 6px;
	margin-left: 2px;
}

.lt-post-desc {
    padding-left: 170px;
}

.lt-post-desc a {
    display: block;
    font-size: 18px;
    color: #222626;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 25px;
}

.lt-post-desc p {
    font-size: 13px;
    color: #9e9e9e;
    font-weight: 400;
}

.lt-post-desc p i {
    margin-right: 7px;
    font-size: 13px;
}

/* lifestyle-slider-item*/

.ls-slider .section-top-bar{
    margin-bottom: 30px!important;
}

.lifestyle-slider-item {
    overflow: hidden;
}

.lifestyle-post-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.lifestyle-post-item img {
    max-width: 100%;
    width: auto !important;
    margin: auto;
}

.lifestyle-post-item a, .h2-cmn-post-item a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 29px;
    display: inline-block;
    color: #222626;
}

.lifestyle-post-item a:hover {
    text-decoration: underline;
}

.lf-post-fback span {
    font-size: 12px;
    color: #222626;
    font-weight: 400;
    margin-right: 4px;
}

.lf-post-fback span i {
    color: #707070;
    font-size: 15px;
    margin-right: 3px;
}

/*2.4 side-bar*/

.widget {
    margin-bottom: 50px !important;
	margin-top: 35px;
}

/* widget-social*/

.widget-social {
    text-align: center;
    padding: 7px 0px;
    border: 1px solid #e8e9e9;
    overflow: hidden;
}

.widget-social i {
    font-size: 29px;
}

.widget-social i.dblue{
    color: #506dae;
}

.widget-social i.wblue{
    color: #14c4f8;
}

.widget-social i.red{
    color: #e34d3c;
}

.widget-social h4 {
    font-size: 22px;
    font-weight: 400;
    color: #222626;
    line-height: 27px;
    margin-top: 4px;
    letter-spacing: 0;
}

.widget-social h6 {
    font-size: 16px;
    color: #5f6565;
    font-weight: 400;
    letter-spacing: 0;
}

.widget-social > div{
    display: inline-block;
}

/*widget-most-populer*/

.widget-most-populer {
    position: relative;
}

.top-bar-slider .section-top-bar {
    margin-bottom: 25px;
}

.top-bar-slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0px;
}

.top-bar-slider .owl-nav div {
    float: left;
    height: 38px;
    width: 40px;
    border: 1px solid #e8e9e9;
    text-align: center;
    line-height: 36px;
    font-size: 21px;
}

.top-bar-slider .owl-nav .owl-next{
    border-left-color: transparent;
}

/* widget-banner*/

.widget-banner a {
    display: block;
}

.widget-banner a img{
    max-width: 100%;
}

/* widget-subscribe*/

.widget-subscribe {
    padding: 25px;
    background: #f1f1f1;
}

.widget-subscribe h4 {
    font-size: 28px;
    font-weight: 400;
    color: #131313;
}

.widget-subscribe p {
    font-size: 15px;
    font-weight: 400;
    color: #131313;
    line-height: 25px;
    margin: 15px 0px 21px;
}

.widget-subscribe .widget_wysija_cont{
    position: relative;
}

.widget-subscribe input[type="email"] {
    width: calc( 100% - 52px);
    height: 50px;
    padding-left: 24px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    text-transform: uppercase;
    color: #131313;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
}

.widget-subscribe button {
    height: 52px;
    width: 52px;
    position: absolute;
    top: -1px;
    background: #00aaf8;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    right: 0;
    transition: all 0.3s ease 0s;
}

.widget-subscribe button:hover {
    background: #e36123;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/* widget aboout*/
.widget-about{}

h4.ft-widget-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 33px;
}

.widget-about p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 22px;
}

.widget-rcp-item a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.widget-rcp-item .cmn-tag-area span {
    color: #949da7;
    font-size: 13px;
    margin-right: 11px;
}

.widget-rcp-item .cmn-tag-area span i {
    margin-right: 5px;
}

span.wd-line {
    height: 1px;
    width: 100%;
    background: #4a4c50;
    display: block;
    margin: 12px 0px 24px;
}

/* widget find more*/

.widget-find-more ul li a {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #949da7;
    display: block;
    border-top: 1px solid #4a4c50;
    margin: 2px 0px;
    padding: 11px 0px;
}

.widget-find-more ul li a:hover {
    color: #00aaf8;
    background: rgba(45, 44, 44, 0.38);
}

.widget-find-more ul li:first-child a{
    border-top-color: transparent;
}

.widget-find-more ul li a i {
    font-size: 14px;
    color: #949da7;
    margin-right: 12px;
    padding-left: 5px;
    transition: all 0.3s ease 0s;
}
.widget-find-more ul li a:hover i{
    transform: translateX(10px);
    opacity: 0;
}

.widget-find-more ul li a i.efct-right {
    float: right;
    transform: translateX(-15px);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.widget-find-more ul li a:hover i.efct-right{
    transform: translateX(0px);
    opacity: 1;
}


/* widget twiiter*/

.widget-twitter-item {
    overflow: hidden;
}

.wti-post-icon {
    width: 12%;
    float: left;
}

.wti-post-icon i {
    color: #ffffff;
}

.wti-post-desc {
    width: 88%;
    float: right;
}

.wti-post-desc p {
    color: #949da7;
    line-height: 22px;
}

.wti-post-desc p span.wti-act {
    color: #ffffff;
}

.wti-post-desc p span.wti-link{
    display: block;
}

.wti-post-desc p span.wti-link a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    line-height: 18px;
}

.wti-post-desc span.wti-post-day {
    color: #00aaf8;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.widget-twitter-post .wd-line{
    margin: 26px 0px 16px;
}

/* home-section-1*/

.home-section-1 {
    padding-bottom: 45px;
}

.ft-slider-area {
    margin-top: 55px;
    overflow: hidden;
}

.ft-slider-item {
    position: relative;
    overflow: hidden;
}

.ft-slider-item:hover::before{
    background: rgba(0,0,0,0.5);
}

.ft-slider-item img {
    max-width: 100%;
}

.ft-slider-text {
    position: absolute;
	padding: 0 15px;
    background: rgba(0,0,0,0.5);
    bottom: -26px;
    transition: all 0.3s ease 0s;
}

.ft-slider-item:hover .ft-slider-text{
    bottom: 18px;
	margin-bottom: -18px;
}

.ft-slider-item:hover .ft-slider-text a.sl-post-title {
	height: auto;
	overflow: visible;
}

.ft-slider-text a.sl-post-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 18px;
	height: 38px;
	overflow: hidden;
    display: inline-block;
	margin: 10px 0px 0px;
}

.ft-slider-text .meta-tag-area {
    background: transparent;
    padding-left: 0;
    margin-top: 0;
    height: 31px;
    line-height: 31px;
    opacity: 0;
    transition: all 1s ease 0s;
}

.ft-slider-item:hover .ft-slider-text .meta-tag-area {
    opacity: 1;
}

/* letest-video-area*/

.letest-video-area {
    padding: 70px 0px 51px;
    position: relative;
    background: url(../img/bg-img/lt-video-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.letest-video-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

.letest-video {
    position: relative;
}

.letest-video h1 {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.letest-video a.view-all {
    font-size: 14px;
    color: #00aaf8;
    display: inline-block;
    line-height: 19px;
    position: absolute;
    right: 22px;
    top: 16px;
}

.lt-video-slider{
    padding: 0px 35px;
}

.lt-video-item{}

.lt-video-item > a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
    display: block;
    margin-top: 3px;
}

.ltv-thumb{
    position: relative;
}

.ltv-thumb img {
    max-width: 100%;
}
.ltv-thumb a.lt-video {
    display: block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    padding-left: 5px;
}

.ltv-thumb a:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.cmn-tag-area span {
    color: #ffffff;
    font-size: 10px;
    margin-right: 4px;
}

.cmn-tag-area span i {
    font-size: 13px;
    margin-right: 3px;
}

.lt-video-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 33%;
    width: 100%;
    z-index: -1;
}

.lt-video-slider .owl-nav div {
    color: #9e9e9e;
    font-size: 51px;
    transition: all 0.3s ease 0s;
}

.lt-video-slider .owl-nav .owl-prev {
    margin-left: -8px;
    float: left;
}

.lt-video-slider .owl-nav .owl-next{
    margin-right: -8px;
    float: right;
}

.lt-video-slider .owl-dots{
    text-align: center;
    position: absolute;
    width: calc(100% - 70px);
    bottom: -39px;
}

.lt-video-slider .owl-dots .owl-dot, .feather-post-area .owl-dots .owl-dot{
    height: 8px;
    width: 8px;
    background: white;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    transition: all .3s ease 0s;
}

.lt-video-slider .owl-dots .active, .feather-post-area .owl-dots .active{
    background: #f13b3e;
}

/*short-news-area*/

.short-news-area {
    padding: 75px 0px 76px;
    background: #ffffff;
}

.short-news h4.sn-title {
    font-size: 24px;
    font-weight: 400;
    color: #2c2f33;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 3px solid #00aaf8;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 29px;
}

.short-news h4.sn-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 9px;
    width: 102px;
    background: #00aaf8;
}

.short-news p {
    font-size: 14px;
    color: #2c2f33;
    line-height: 21px;
    margin: 16px 0px 24px;
}

.short-news span.line {
    display: block;
    width: 100%;
    height: 1px;
    background: #e8ebf0;
}

.h1-shrt-connected {
    margin: 44px 0px 0px;
}

.h1-shrt-connected a {
    font-size: 16px;
    font-weight: 600;
    color: #a4abab;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 47px;
}

.h1-shrt-connected a i {
    margin-right: 16px;
}

/*2.5 footer area*/

.footer-top {
    overflow: hidden;
    position: relative;
	background: #001e40; /* Old browsers */
	background: -moz-linear-gradient(top, #001e40 0%, #034ea2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #001e40 0%,#034ea2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #001e40 0%,#034ea2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e40', endColorstr='#034ea2',GradientType=0 );
	padding-bottom: 25px;
	padding-top: 40px;
}

.footer-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer-logo {
    position: relative;
    height: 90px;
    border-bottom: 1px solid #494b4f;
    margin-bottom: 47px;
}

.footer-logo::before {
    content: '';
    position: absolute;
    height: 19px;
    width: 5px;
    background: #00aaf8;
    border-radius: 05px;
    left: 46px;
    top: 28px;
}

.footer-logo a {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 51px;
    position: absolute;
    left: 0;
    top: 18px;
}

.footer-widget-area {
    overflow: hidden;
}
.footer-bottom {
	background: #034da1;
    padding: 0px 0px 20px;

}

.footer-bottom .container {
	border-top: 1px solid #fff;
}

.footer-bottom p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
	padding-top: 10px;
}

/*-----------------------
   3. Home Two
  -----------------------*/

/*breaking news area*/
.breaking-news-area {
    height: 56px;
    overflow: hidden;
    padding-top: 14px;
    padding-left: 28px;
}

.brk-title {
    float: left;
}

.brk-title h4 {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #00aaf8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.brk-title span {
    height: 15px;
    width: 15px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

.brk-title span#prev {
    margin-left: 22px;
}

.brk-title span#next{}

ul.newsticker {
    float: left;
    margin-left: 17px;
    margin-top: 8px;
}

ul.newsticker li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.01em;
}

/*h2-treading-post-area*/
.h2-treading-post-area {
    overflow: hidden;
    padding-bottom: 84px;
}

.trd-post-item{
    position: relative;
    overflow: hidden;
}

.trd-post-item img{
    max-width: 100%;
}

.trd-post-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0px 14px 20px;
    background: rgba(0,0,0,0.3);
}

.trd-post-info a.trd-post-title {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    margin-top: 10px;
}

.trd-desc-crumbs {
    display: inline-block;
    padding: 0px 21px 0px 11px;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
}

.crmbs-one{
    background: #e84a4a;
}

.crmbs-two{
    background: #00abdc;
}

.crmbs-three {
    background: #fd9f13;
    padding: 0px 0px 0px 7px;
}

.crmbs-four{
	background:-moz-linear-gradient(4deg,rgba(0,30,64,1) 28%,rgba(3,78,162,1) 100%);
	background:-webkit-linear-gradient(4deg,rgba(0,30,64,1) 28%,rgba(3,78,162,1) 100%);
	background:-ms-linear-gradient(4deg,rgba(0,30,64,1) 28%,rgba(3,78,162,1) 100%);
    padding: 0px 0px 0px 7px;
}
.crmbs-five{
    background: #82b541;
    padding: 0px 0px 0px 7px;
}

.trd-desc-crumbs span {
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.trd-desc-crumbs span.trd-cat {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
}

.trd-desc-crumbs span.trd-cat i {
    font-size: 9px;
    vertical-align: middle;
    padding-bottom: 2px;
    color: #ffffff;
}
.trd-desc-crumbs span i {
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 2px;
    color: #ffffff;
    margin-right: 5px;
}

/*h2-twich1-area*/

/*h2-cmn-post-item-area*/

.h2-cmn-post-item {
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.h2-cmn-post-item:first-child {
    padding: 0;
    border: 0;
}

.h2-cmn-post-item img.h2-cp-img {
    max-width: 100%;
}

.h2-cmn-post-item a {
    margin-bottom: 11px;
}

.h2-author-info {
    margin-top: 22px;
}

.h2-ai-right {
    padding-left: 47px;
}

.h2-author-info img {
    border-radius: 50%;
    margin-right: 8px;
    float: left;
}


.h2-author-info span {
    font-size: 12px;
    font-weight: 600;
    color: #6e6e6e;
    margin-right: 1px;
    letter-spacing: 0.02em;
}

.h2-adv2 a{
    display: inline-block;
}

.h2-adv2 img{
    max-width: 100%;
}

/*h2 twich2 siderbar*/
.widget-around-world{}

.widget-title-bar {
    height: 45px;
    width: 100%;
    background: #f4f4f4;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 45px;
}

.widget-title-bar h4 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.04em;
}

.widget-title-bar h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 100%;
    background: #00aaf8;
}

.widget-around-world a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03em;
    line-height: 27px;
    display: inline-block;
    margin: 16px 0px 20px;
}

.widget-around-world ul {
    list-style-type: disc;
    margin-top: 20px;
    padding-left: 15px;
}

.widget-around-world ul li {
    font-size: 14px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.01em;
    line-height: 23px;
    margin-bottom: 10px;
}

/*widget-video*/

.widget-video-item {
    margin-bottom: 27px;
}

.widget-video-item a.wvi-title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.025em;
    line-height: 27px;
    display: block;
    margin: 17px 0px 0px;
}

.wvi-thumbnail {
    position: relative;
    overflow: hidden;
}

.wvi-thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.wvi-thumbnail a {
    display: block;
}

.wvi-thumbnail a img {
    max-width: 100%;
}

.wvi-info {
    position: absolute;
    left: 15px;
    bottom: 8px;
}

.wvi-info a {
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
}

.wvi-info span.duration {
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    padding-bottom: 5px;
}

/*coverage-area*/

.coverage-single-item {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.cvg-text {
    padding: 30px 10px 29px 24px;
}

.cvg-bloger {
    overflow: hidden;
    margin-bottom: 24px;
}

.cvg-bloger img {
    float: left;
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.cvg-bloger-info {
    padding-left: 60px;
}

.cvg-bloger-info a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.01em;
    display: inline-block;
    line-height: 19px;
}

.cvg-bloger-info p {
    font-size: 11px;
    color: #909090;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 2px;
}

span.cvrg-badg {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    letter-spacing: 0.01em;
    margin-right: 14px;
    padding: 0px 8px;
}

span.cvrg-badg i {
    font-size: 9px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 4px;
    margin-left: 4px;
}

span.cvg-time {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.01em;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 13px;
}

span.cvg-time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    height: 9px;
    width: 1px;
    background: #c5c5c5;
}

.coverage-single-item a.cvg-title, .h2-lfpost-desc a.lfpost-title, .nb-item-desc a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin: 13px 0px 9px;
}

.h2-cmnpost-info {
    line-height: 21px;
    font-size: 13px;
}

.h2-cmnpost-info span.acti {
    color: #3c3c3c;
    margin-left: 0;
}

.h2-cmnpost-info span {
    color: #999999;
    font-weight: 400;
    margin-left: 8px;
    display: inline-block;
    letter-spacing: 0.05em;
}

.coverage-single-item img {
    max-width: 100%;
}


/*home-section-2*/
.home-section-2 {
    padding: 0px 0px 83px;
}

.h2-lfpost-wide {
    overflow: hidden;
    margin-bottom: 30px;
}

.h2-lfpost-thumbnail {
    position: relative;
}

.h2-lfpost-thumbnail a.lf-thumb {
    display: inline-block;
}

.h2-lfpost-thumbnail a img {
    max-width: 100%;
}


.h2-lfpost-desc p.lfpost-text {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.01em;
    line-height: 24px;
    margin-top: 20px;
}

.h2-lfpost-vthumb {
    position: relative;
}

.h2-lfpost-vthumb a {
    display: inline-block;
}
.h2-lfpost-vthumb a.lfpost-videolnk {
    position: relative;
}

.h2-lfpost-vthumb a.lfpost-videolnk:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.h2-lfpost-vthumb a img {
    max-width: 100%;
}

.h2-lfpost-single-item a.lfpost-title {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    line-height: 23px;
    display: block;
    margin: 17px 0px 7px;
}

/*news-btm-roll*/

.nb-item {
    position: relative;
}

.nb-item img {
    max-width: 100%;
}

.nb-item-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 19px 0px 7px 20px;
    background: rgba(0,0,0,0.4);
    width: 100%;
}

.nb-item-desc span {
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.nb-item-desc span.cvrg-badg i {
    padding-bottom: 0;
}

.nb-item-desc a {
    color: #ffffff;
}

/*h2 h1-shrt-connected-area*/
.h1-shrt-connected-area {
    padding-bottom: 51px;
}

/*-----------------------
   4. Home Three
  -----------------------*/

.h3-right-slider {
    left: 25px;
    bottom: 10px;
}

.h3-slider-post a.sl-post-title {
    font-size: 16px;
}

.h3-slider-post a.sl-post-cat {
    float: left;
}

.h3-slider-post .meta-tag-area {
    margin: 0;
    margin-left: 1px;
    height: 25px;
    line-height: 25px;
    padding: 0px 11px;
}

.full-wide-slider .h3-slider-post .meta-tag-area {
    height: 43px;
    line-height: 43px;
}

.full-wide-slider .h3-slider-post a.sl-post-cat {
    height: 43px;
    line-height: 43px;
}

.h3-top-banner-area {
    padding-top: 33px;
    text-align: center;
}

.h3-top-banner-area img{
    max-width: 100%;
}

/*feather-post-area*/

.fpost-img-area {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.fpost-img-area img{
    max-width: 100%;
}

.fpost-text {
    position: absolute;
    left: 35px;
    bottom: 32px;
}

.fpost-img-area a.fpost-badg-btn, .fsp-img a.fpost-badg-btn {
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    background: #ff6a23;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    padding: 0px 11px;
    margin-left: 100px;
    text-transform: uppercase;
    height: 24px;
    letter-spacing: 0.04em;
    position: absolute;
    right: 25px;
    top: 19px;
}

.fpost-text .cmn-tag-area span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-right: 14px;
}

.fpost-text .cmn-tag-area span i {
    margin-right: 8px;
}

.fpost-text a.fpost-tile {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.01em;
    max-width: 495px;
    display: inline-block;
    line-height: 20px;
}

.fpost-text a.fpost-tile:hover{
    color: #00aaf8;
}

.feather-post-area .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 14px;
}

/*f-singlep-area*/
.f-singlep-area {
    padding-top: 30px;
}

.f-sp-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.fsp-img {
    position: relative;
    overflow: hidden;
}

.fsp-img::before , .fpost-img-area:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.fsp-img a.fpost-badg-btn {
    font-size: 12px;
    height: 28px;
    line-height: 29px;
    background: #8dc63f;
}

.fsp-img .fpost-text {
    bottom: 59px;
    left: 48px;
}

.fsp-img .cmn-tag-area {
    margin-bottom: 10px;
}

.fsp-img .cmn-tag-area span {
    font-size: 16px;
    margin-right: 5px;
}

.fsp-img .cmn-tag-area span i{
    font-size: 16px;
}

/*h3-post-list-area*/

.h3-post-list-area {
    margin-top: 30px;
    overflow: hidden;
}

.h3-list-item {
    overflow: hidden;
    padding-bottom: 52px;
    margin-top: 52px;
    border-bottom: 1px solid #e5e5e5;
}

.h3-list-item:last-child {
    border-color: transparent;
    padding-bottom: 37px;
}

.h3-list-item img {
    max-width: 100%;
}

.h3-lfpost-desc {
    padding-right: 60px;
}

.h3-lfpost-desc a.lfpost-title {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 6px;
}

.h3-lfpost-desc .h2-cmnpost-info span.acti {
    color: #000000;
}

.h3-lfpost-desc p.lfpost-text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-top: 17px;
}

/*photo-gallery-area*/

.photo-gallery-title {
    overflow: hidden;
    padding-bottom: 11px;
    margin-bottom: 34px;
    width: 74%;
    position: relative;
}

.photo-gallery-title::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 52px;
    background: #00aaf8;
    left: 1px;
    bottom: 0;
    z-index: 1;
}

.photo-gallery-title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #cbcbcb;
    left: 1px;
    bottom: 0;
}

.photo-gallery-title h2 {
    font-size: 21px;
    color: #606060;
    font-weight: 400;
    letter-spacing: .03em;
}

.ph-gallery-item img {
    border-radius: 3px;
}

.ph-gallery-item p {
    font-size: 16px;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 30px 0px;
    line-height: 21px;
}

.photo-gallery .owl-nav {
    position: absolute;
    right: 85px;
    bottom: 12px;
}

.photo-gallery .owl-nav div {
    font-size: 18px;
    color: #cbcbcb;
    display: inline-block;
    margin-right: 17px;
}

.photo-gallery .owl-dots{
    text-align: center;
}

.photo-gallery .owl-dots .owl-dot {
    height: 40px;
    width: 40px;
    margin: 6px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease 0s;
}

.photo-gallery .owl-dots .owl-dot:nth-child(1){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery1.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(2){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery2.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(3){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery3.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(4){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery4.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(5){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery5.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(6){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery6.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(7){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery7.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(8){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery8.jpg);
}

.photo-gallery .owl-dots .owl-dot:nth-child(9){
    background-image: url(../img/slider-img/photo-gallery/thumb/ph-gallery9.jpg);
}

.photo-gallery .owl-dots .active {
    box-shadow: 0px 0px 5px red;
}

/*banner area */
.h3-adv2 {
    margin-top: 25px;
}

/*h3-video-slider-area */


.h3-video-slider-area {
    margin-bottom: 81px;
}

.h3-video-slider iframe {
    border: none;
}

.h3-video-item {
    height: 511px;
}

.h3-video-item iframe {
    width: 100%;
    height: 100%;
}

.ytp-chrome-top.ytp-share-button-visible {
    display: none;
}

.h3-video-nav {
    background: #000000;
    padding: 0px 15px 0px 0px;
    max-height: 511px;
    overflow-y: auto;
}

.h3-video-nav .wh3-msp-single-item {
    margin: 0px;
    border-top: 1px solid #1a1a1a;
    padding: 15px 0px 15px 15px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.h3-video-nav .wh3-msp-single-item:hover, .h3-video-nav .wh3-msp-single-item.active {
    background: #212121;
}

.h3-video-nav .wh3-msp-single-item:first-child {
    border-top: none;
}

.h3-video-nav .wh3-msp-single-item .wh3-litem-info a {
    color: #ffffff;
}

.wh3-msp-single-item a.h3-video-single-nav {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.nicescroll-cursors {
    border-radius: 0px!important;
}

/*side bar*/
.widget-live-score {
    border-radius: 6px;
    box-shadow: 5px 5px 8px -4px rgba(0,0,0,0.2);
    overflow: hidden;
}

.widget-live-score img.header-img {
    width: 100%;
}

.live-score-view {
    margin: 8px 0px 42px;
}

.single-match-view {
    width: 262px;
    margin: auto;
    overflow: hidden;
    border-top: 1px solid #cbcbcb;
    padding: 21px 20px;
}

.single-match-view:first-child{
    border-color: transparent;
}

.single-match-view span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    padding-top: 2px;
}

.single-match-view img {
    width: 27px;
}

.left-team {
    width: 40%;
    float: left;
    text-align: left;
}

.midle-score-now{
    width: 20%;
    float: left;
    text-align: center;
}

.right-team{
    width: 40%;
    float: right;
    text-align: right;
}

.widget-h3-social {
    text-align: center;
    overflow: hidden;
    max-width: 360px;
    margin: auto;
}

.widget-h3-social i {
    font-size: 39px;
    color: #ffffff;
    margin-bottom: 13px;
}

.widget-h3-social h4 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 6px;
}

.widget-h3-social h6{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}

.widget-h3-social .widget-fb, .widget-h3-social .widget-twitter, .widget-h3-social .widget-g-plus{
    padding: 40px 0px 31px;
    width: 113px;
    overflow: hidden;
    display: inline-block;
}

.widget-h3-social .widget-fb{
    background: #3f67c0;
    transition: all 0.3s ease 0s;
}

.widget-h3-social .widget-fb:hover{
    background: #3257aa;
}

.widget-h3-social .widget-twitter{
    background: #35b5eb;
    transition: all 0.3s ease 0s;
}

.widget-h3-social .widget-twitter:hover{
    background: #178fc2;
}

.widget-h3-social .widget-g-plus{
    background: #eb5b4c;
    transition: all 0.3s ease 0s;
}

.widget-h3-social .widget-g-plus:hover{
    background: #c33b2d;
}

/*widget-h3-most-populer*/

.widget-h3-msp-header h4 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}

.widget-h3-msp-body {
    overflow: hidden;
    padding: 24px 14px 26px;
    position: relative;
}

.widget-h3-msp-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cacaca;
    border-top: 2px solid #cacaca;
    z-index: -1;
}

.widget-h3-msp-body:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 146px;
    height: 2px;
    background: #333333;
    z-index: -1;
}

.wh3-letest-item {
    text-align: center;
}

.wh3-li-img {
    position: relative;
    display: inline-block;
}

.wh3-li-img img {
    max-width: 100%;
	width: 332px;
}

.wh3-litem-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,255));
    padding-bottom: 17px;
}

.wh3-litem-info a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.01em;
    display: inline-block;
    line-height: 23px;
    position: relative;
}

.wh3-litem-info a::before, .whot-title a:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 3px;
    background: #034da1	;
    left: -9px;
    top: 3px;
}

.wh3-item-fback span {
    font-size: 13px;
    color: #9a9a9a;
    display: inline-block;
    line-height: 18px;
}

.wh3-msp-single-item {
    overflow: hidden;
    margin-top: 30px;
}

.wh3-msp-single-item img {
    max-width: 100%;
    float: left;
}

.wh3-msp-single-item .wh3-litem-info {
    position: inherit;
    background: transparent;
    padding: 0;
    padding-left: 153px;
}

.wh3-msp-single-item .wh3-litem-info a {
    font-size: 16px;
    color: #333333;
}

/*widget widget-hots-post*/

.widget-hot-header a {
    font-size: 18px;
    color: #bcbcbc;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    width: 31.33%;
    display: inline-block;
}

.widget-hot-header a.active, .widget-hot-header a:hover{
    color: #333333;
}

.widget-h-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    border-top: 2px solid #cacaca;
    z-index: -1;
}

.widget-h-list {
    overflow: hidden;
    padding: 24px 14px 4px;
    position: relative;
}

.widget-h-list::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 33.66%;
    height: 2px;
    background: #333333;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.one-active::after{
    left: 0;
}

.two-active::after{
    left: 33%;
}

.three-active::after{
    left: 66%;
}

.widget-h-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.whot-img {
    display: inline-block;
}

.whot-img img {
    max-width: 100%;
}

.whot-img a.whot-cat {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    height: 18px;
    padding: 0px 7px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}

.whot-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 26px;
    background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,255));
    line-height: 20px;
    padding-bottom: 24px;
}

.whot-title a {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    display: block;
    letter-spacing: 0.01em;
    position: relative;
}

/*widget-twitter area*/

.widget-twitter {
    padding: 23px 0px;
}

.widget-twitter-header {
    overflow: hidden;
    margin: 22px 30px;
}


.wtwitter-icon {
    width: 72px;
    height: 72px;
    float: left;
    background: #06a1f1;
    text-align: center;
    line-height: 76px;
}

.wtwitter-icon i {
    font-size: 23px;
    height: 48px;
    width: 48px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    padding-left: 3px;
}

.wtwitter-feed {
    width: 100%;
    padding: 14px 0px 0px 85px;
    background: #24b4ff;
    height: 72px;
}

.wtwitter-feed h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.wtwitter-feed h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}

.twitter-twits {
    padding-left: 25px;
    border-left: 5px solid transparent;
    margin-bottom: 22px;
    transition: all 0.3s ease 0s;
}

.twitter-twits:hover {
    background: #fafafa;
    border-left-color: #00aaf8;
}

.twitter-twits p, .widget-twitter-footer p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0em;
    line-height: 23px;
}

.twitter-twits p a.twit-link {
    color: #24b4ff;
    margin-left: 3px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
}

.twitter-twits a.twit-meta {
    font-size: 12px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    display: inline-block;
    line-height: 19px;
}

.widget-twitter-footer {
    overflow: hidden;
    padding: 21px 0px 14px;
}

.widget-twitter-footer p {
    padding-left: 30px;
}

.widget-twitter-footer p a.ft-meta {
    color: #00aaf8;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
}

/*----------------------
 5. Blog Two Column
 -----------------------*/

.blog-clm2-fitness {
    margin-top: 86px;
    padding-bottom: 0px;
}

.fl-slider-clm2 {
    margin-top: 12px;
}

.fl-slider-clm2 .ft-slider-item {
    margin-top: 43px;
}

.fl-slider-clm2 .ft-slider-item{}

.clm2-entertainment {
    padding-top: 85px;
}

.clm2-entertainment .trd-post-item {
    margin-top: 67px;
}

/*------------------------------
 6. BlogPost details with Sidebar
 -------------------------------*/

.blg-slider-text {
    text-align: center;
    overflow: hidden;
    padding: 75px 0px 53px;
}

.blg-slider-text a.blg-post-cat {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    background: #00aaf8;
    display: inline-block;
    letter-spacing: 0.03em;
    padding: 5px 24px;
    margin-bottom: 15px;
}

.blg-slider-text a.blog-post-title {
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #00aaf8;
    letter-spacing: 0.015em;
    line-height: 47px;
}

.blog-post-slider img {
    width: 100%;
}

.blog-post-details p.blog-text {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-top: 28px;
}

.blog-post-details p.blog-text:first-child {
    margin-top: -10px;
}

blockquote {
    border-left: 4px solid #00aaf8;
    padding-left: 27px;
    margin: 49px 0px 20px;
    margin-left: 7px;
}

blockquote p {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 29px;
}

.blog-post-details > img {
    max-width: 100%;
    margin-top: 20px;
}

.blog-post-details h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin: 27px 0px 12px;
}

.bp-list ul li {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    line-height: 29px;
    padding-left: 50px;
    position: relative;
}

.bp-list ul li::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 14px;
    height: 5px;
    width: 5px;
    background: #00aaf8;
    border-radius: 50%;
}

.bp-tag-area {
    margin-bottom: 30px;
}

.bp-tags a {
    font-size: 16px;
    font-weight: 400;
    color: #00aaf8;
    letter-spacing: 0;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 0px 9px;
    margin-top: 2px;
    font-family: 'Open Sans', sans-serif;
}

.bp-tags a:hover{
    border-color: #00aaf8;
}

.bp-share-btn {
    text-align: right;
}

.bp-share-btn a.share {
    font-size: 11px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    padding: 0px 2px;
    position: relative;
}

.bp-share-btn a.share i {
    margin-right: 1px;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.bp-share-btn a.share-twitter {
    background: #1b95e0;
}

.bp-share-btn a.share-twitter:hover{
    background-color: #627099;
}

.bp-share-btn a.share-fb {
    background: #4a67b7;
    width: 50px;
    margin-right: 33px;
}

.bp-share-btn a.share-fb:hover{
    background: #4e5f92;
}

.bp-share-btn a.share-fb i {
    background: #ffffff;
    color: #4a67b7;
    display: inline-block;
    width: 12px;
    height: 14px;
    font-size: 12px;
    padding-top: 2px;
    margin-right: 2px;
    border-radius: 1px;
    text-align: right;
    margin-bottom: 2px;
}

.bp-share-btn a.share-fb span.total-like {
    position: absolute;
    right: -36px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    padding: 0px 2px;
    line-height: 18px;
}

.bp-share-btn a.share-fb span.total-like::before {
    content: '';
    left: -4px;
    top: 6px;
    height: 6px;
    width: 6px;
    border: 1px solid #000000;
    position: absolute;
    transform: rotate(-45deg);
    z-index: 1;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background: white;
}

.post-navigation img {
    width: 120px;
    float: left;
}

.blg-nav-text {
    width: calc(100% - 120px);
    display: inline-block;
    padding-left: 30px;
    margin-top: -14px;
}

.blg-nav-text a.nav-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00aaf8;
    letter-spacing: 0.08em;
    font-family: 'Open Sans', sans-serif;
}

.blg-nav-text a.nav-link i.fa-long-arrow-left {
    margin-right: 11px;
}

.blg-nav-text a.nav-link i.fa-long-arrow-right {
    margin-left: 11px;
}

.blg-nav-text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 22px;
    display: inline-block;
}

.blg-nav-text span.post-views {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
    display: block;
}

.blg-nav-text span.post-views i {
    margin-right: 4px;
}

.right-nav-text {
    float: left;
    padding: 0px 30px 0px 0px;
    text-align: right;
}

/*related-product*/

.related-product {
    padding-bottom: 30px;
}

.related-product h3.related-title {
    font-size: 18px;
    font-weight: 400;
    color: #00aaf8;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 48px 0px 43px;
}

.related-sinle-post {
    display: inline-block;
    border-radius: 11px;
    overflow: hidden;
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 30px;
}

.img-area {
    position: relative;
}

.img-area img {
    max-width: 100%;
}

.img-area a.related-cat {
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    background: #00aaf8;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 16px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    line-height: 21px;
    text-transform: uppercase;
    border-radius: 5px;
}

.img-area a.related-cat:hover {
    background: #c35d2c;
}

.related-sinle-post p.rlted-date , .related-sinle-post p.post-by{
    font-size: 12px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 20px;
    margin: 10px 0px 7px;
}

.related-sinle-post a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    line-height: 23px;
    display: inline-block;
}

.related-sinle-post p.post-by {
    border-top: 2px solid #ffffff;
    padding: 5px 0px;
}

/*post-comment*/

.comments-count {
    margin: 44px 0px;
}

.comments-count h4, .comment-responsd h4 {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 23px;
}

.comments-count h4 span {
    margin-right: 8px;
}

.comments > ul > li {
    border: 1px solid #f6f6f6;
    margin-top: 25px;
    padding: 0px 10px 0px 25px;
    border-radius: 14px;
}

.comment-status-text {
    overflow: hidden;
    margin: 27px 0px;
}

.comment-img {
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.comment-img img {
    max-width: 100%;
}

.comment-author-metadata {
    padding-left: 86px;
}

.comment-author-metadata h4.author {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.2em;
    line-height: 20px;
    overflow: hidden;
}

.comment-author-metadata h4.author span.date {
    float: right;
    font-size: 11px;
    color: #575757;
    letter-spacing: 0.05em;
}

.comment-author-metadata p.comment-content {
    font-size: 12px;
    font-weight: 300;
    color: #444444;
    letter-spacing: 0.09em;
    line-height: 18px;
    margin-top: 2px;
}

.comment-author-metadata a.comment-reply-link {
    margin-left: 15px;
    font-size: 9px;
    color: #9e8358;
}

.comment-author-metadata a.comment-reply-link:hover{
    color: #444;
}

ul.children {
    padding-left: 85px;
    position: relative;
    overflow: hidden;
}

ul.children::before {
    content: '';
    position: absolute;
    left: 0;
    top: 56px;
    width: 60px;
    height: 1px;
    background: #9c8156;
}

.comment-responsd {
    padding: 96px 0px 50px;
}

.comment-responsd h4{
    color: #00aaf8;
}

.contact-form {
    padding-top: 22px;
}

form#cf label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: 0.2em;
    margin: 14px 0px 3px 8px;
    font-style: italic;
}

form#cf input {
    width: 300px;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding-left: 15px;
    color: #444;
    font-size: 13px;
}

form#cf textarea{
    width: 100%;
    height: 173px;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 0px 10px 0px 15px;
    color: #444;
    font-size: 13px;
}

form#cf .cont-submit {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 0.15em;
    background: #00aaf8;
    border: none;
    padding: 9px 26px;
    border-radius: 4px;
    margin-top: 25px;
    transition: all 0.3s ease 0s;
}

form#cf .cont-submit:hover, .blg-slider-text a.blg-post-cat:hover{
    background: #cf5013;
}

/*------------------------------
 7. BlogPost details
 -------------------------------*/
.blg-dt{
    text-align: center;
}

.blg-img-area {
    margin: 27px 0px;
}

.blg-img-area img.blg-img {
    margin-bottom: 20px;
}

.blg2-cmnt h4{
    text-align: center;
}

.blog2-respnd > h4{
    text-align: center;
}

/*------------------------------
 8. About Me
 -------------------------------*/

.about-me-text img {
    margin-bottom: 23px;
}

.about-me-text p.abt-text, .about-faq p {
    font-size: 14px;
    color: #4e5665;
    line-height: 23px;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
}

.about-faq {
    padding: 23px 0px 0px;
}

.about-faq h4.faq-title {
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.about-faq > h4 {
    font-size: 18px;
    font-weight: 400;
    color: #4e5665;
    letter-spacing: 0;
    margin-bottom: 4px;
}

p.for-clk {
    font-size: 14px;
    font-weight: 600;
    color: #4e5665;
    letter-spacing: 0.01em;
}

p.for-clk a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #4e5665;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-decoration: underline;
}

/*-------------------
 9. Contact
 --------------------*/

.google-map {
    margin: 85px 0px;
}

.google-map #map{
    min-height: 560px;
}

.contact-info, .contact-write {
    box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.6);
    overflow: hidden;
    min-height: 555px;
    margin-bottom: 88px;
    padding-top: 70px;
}

.contact-info h4, .contact-write h4 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact-info ul {
    overflow: hidden;
    position: relative;
    max-width: 500px;
    margin: auto;
}

.contact-info ul:before{
    content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    border-top: 1px dotted #cccccc;
    width: 100%;
}

.contact-info ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px dotted #cccccc;
    height: 100%;
}

.contact-info ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.contact-info ul li:nth-child(1), .contact-info ul li:nth-child(2){
    margin-bottom: 29px
}

.contact-info ul li:nth-child(3), .contact-info ul li:nth-child(4){
    margin-top: 29px;
}

.contact-info ul li i {
    font-size: 33px;
    color: #00aaf8;
    margin-bottom: 19px;
    display: block;
}

.contact-info ul li h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    margin-bottom: 11px;
}

.contact-info ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

.cw-form {
    width: 500px;
    margin: auto;
    border: 1px solid #dddddd;
    border-radius: 9px;
    overflow: hidden;
}

.input label, .text-area label {
    font-size: 11px;
    font-weight: 300;
    color: #989898;
    line-height: 19px;
    position: absolute;
    top: 8px;
    left: 25px;
}

.input {
    width: 50%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #dddddd;
    float: left;
    overflow: hidden;
    position: relative;
}

.input input {
    width: 100%;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 300;
    color: #111111;
    border: none;
    height: 100%;
    padding-top: 17px;
}

.last-name{
    border-left: 1px solid #dddddd;
}

.text-area {
    overflow: hidden;
    height: 181px;
    width: 100%;
    position: relative;
}

.text-area textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    border: none;
    padding: 36px 0px 0px 25px;
    font-size: 12px;
    font-weight: 300;
    color: #111111;
}

.text-area label {
    top: 21px;
}

.send-btn input {
    width: 100%;
    height: 60px;
    background: #00aaf8;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 60px;
    transition: all 0.3s ease 0s;
}

.send-btn input:hover {
    background: #cc561d;
}

/*--------------------
 10. Coming Soon
 ---------------------*/

.coming-soon-area {
    background: rgba(0, 0, 0, 0) url("../img/bg-img/coming-soon.jpg") repeat scroll 0 0;
    position: relative;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

.coming-soon-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba( 27, 27, 27, 0.9 );
}

.coming-content {
    padding: 122px 0 165px;
    text-align: center;
}

.coming h1 {
    color: #ffffff;
    font-size: 112px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 112px;
    margin: 0 0 17px;
}

.coming-content p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.timer-area {
    border-bottom: 1px solid #00aaf8;
    border-top: 1px solid #00aaf8;
    margin: 29px 0 0;
    padding: 52px 0 32px;
}

.timer-area .cdown {
    display: inline-block;
    margin-right: 60px;
    width: 200px;
}

.cdown .time-count {
    color: #fff;
    display: inline-block;
    font-size: 84px;
    font-weight: 300;
    letter-spacing: 0;
}

.cdown p {
    color: #00aaf8;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 3px 0 0 20px;
}

.coming .subscribe-box {
    padding-bottom: 165px;
}

.coming .subscribe-area {
    background: transparent none repeat scroll 0 0;
    position: relative;
}

.coming .subscribe-area::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/* subscribe-box */

.subscribe-area {
    background: #ececec none repeat scroll 0 0;
    padding: 30px 28px;
}

.subscribe-text h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0 0 7px;
    padding: 0 0 0 22px;
    position: relative;
}

.subscribe-text h4::before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: -1px;
}

.subscribe-text p {
    color: #4e5665;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}

.subscribe-form input.email {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #4e5665;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0;
    padding: 15px;
    width: 345px;
}

.subscribe-form input.submit {
    background: #00aaf8 none repeat scroll 0 0;
    border: 1px solid #00aaf8;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 39px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 120px;
}

.subscribe-form input.submit:hover {
    background: transparent none repeat scroll 0 0;
    color: #00aaf8;
}

/*-----------------------
 11. maintenance
 ------------------------*/

.mt-img {
    text-align: right;
}

.mt-img img {
    margin-top: 246px;
}

.maintenanace-desc{}

.maintenanace-desc img {
    max-width: 100%;
    margin: 112px 0px 48px;
}

.maintenanace-desc h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.04em;
}

.maintenanace-desc h4 {
    font-size: 36px;
    font-weight: 500;
    color: #484747;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.04em;
    padding-bottom: 25px;
    margin: 23px 0px 36px;
    position: relative;
}

.maintenanace-desc h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 4px;
    background-color: #00aaf8;
}

.maintenanace-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #484747;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 73px;
}

/*--------------------
 12. 404 Page
 ---------------------*/

.error-area {
    position: relative;
    text-align: center;
}

.error-area::before {
    background: #00aaf8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    min-height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.error-bg {
    background: rgba(0, 0, 0, 0) url("../img/bg-img/404.png") no-repeat fixed center top / 50% auto;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0.1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.error-area-top {
    padding: 33px 0 0px;
}

.error-area-top a {
    display: block;
    position: relative;
}

.error-area-top a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -28px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.error-area-top a img {}

.error-content {
    padding: 176px 0 148px;
}

.error-area-bottom {
    padding: 0 0 75px;
}

.errors h1 {
    color: #fff;
    font-size: 220px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 230px;
    margin-bottom: 49px;
}

.errors h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
}

.errors .please-try {
    margin: 29px 0 0;
}

.errors .please-try p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.errors .please-try a {
    border: 5px solid #fff;
    font-size: 9px;
    height: 40px;
    line-height: 16px;
    border-radius: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    padding: 8px 10px;
    font-weight: 700;
    margin-left: 11px;
    display: inline-block;
}

.errors .error-search {
    margin: 48px 0 0;
}

.errors .error-search .search-input {
    background: #353535 none repeat scroll 0 0;
    border: 2px solid #353535;
    border-radius: 25px 0 0 25px;
    color: #fff;
    font-size: 14px;
    height: 42px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 315px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.errors .error-search .search-input:focus {
    border-color: #575757;
}

.errors .error-search .search-submit {
    background: #575757 none repeat scroll 0 0;
    border: 2px solid #575757;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 12px;
    height: 42px;
    letter-spacing: 0;
    line-height: 29px;
    margin-left: -6px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 120px;
}

.errors .error-search .search-submit:hover {
    background: transparent;
}

.error-area-bottom p, .error-area-bottom p a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.error-area-bottom p a {
    color: #353535!important;
}

.error-area-bottom p a:hover {
    text-decoration: underline;
}

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-span{
	position:relative;
	display:block;
	height:100px;	
}

.header-top{
	position:relative;
	padding:15px 0px;
	background:#222222;
	color:#ffffff;
}

.header-top .auto-container{
	max-width:1650px;
	margin:0 auto;
	padding:0px 15px;	
}

.header-top .top-left{
	position:relative;
	float:left;
	font-size:14px;
}

.header-top .top-left li{
	position:relative;
	float:left;
	display:block;
	padding:0px 0px;
	margin-right:41px;
	line-height:20px;	
}

.header-top .top-left li:after{
	content:'';
	position:absolute;
	right:-20px;
	top:50%;
	margin-top:-6px;
	height:12px;
	border-right:1px solid rgba(255,255,255,0.50);	
}

.header-top .top-left li:last-child:after{
	display:none;	
}

.header-top .top-left li a{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:500;
	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-top .top-left li a:hover{
	color:#0074D9;
}

.header-top .top-right{
	position:relative;
	float:right;	
}

.header-top .top-right .social-links{
	position:relative;	
}

.header-top .top-right .social-links li{
	position:relative;
	float:left;
	margin-left:20px;
	line-height:20px;	
}

.header-top .top-right .social-links li a{
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.header-top .top-right .social-links li a:hover{
	color:#0074D9;	
}

.header-style-one{
	position:fixed;
	left:0px;
	top:0px;
	background:#ffffff;
}

.header-style-one.fixed-header,
.header-style-two.alternate.fixed-header{
	border-bottom:1px solid #e0e0e0;
}

.header-style-two{
	position:absolute;
	left:0px;
	top:0px;
}

.header-style-two.alternate{
	position:fixed;
}

.main-header .header-upper {
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.header-style-two.fixed-header .header-upper{
	position:fixed;
}

.header-style-two.alternate .header-upper,
.header-style-two.fixed-header.alternate .header-upper{
	position:relative;
	background:#ffffff;
}

.main-header .logo-outer{
	position:relative;
	float:left;
	z-index:25;
	width: 100%;
	height: 100px;
	padding-top: 10px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:block;
	max-width:100%;
	max-height:80px;
}

.header-style-one .logo-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.header-style-one .outer-box{
	position:relative;
	margin:0px 15px;
	padding:0px 120px 0px 150px;
	min-height:100px;
}

.header-style-two .outer-box{
	margin:0 auto;
	padding:20px 0 10px 0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.header-style-two.alternate .outer-box{
	padding:0px 15px;	
}

.header-style-two.fixed-header .outer-box{
	padding:0px;
}

.main-header .nav-outer{
	position:relative;
}

.header-style-one .outer-box .nav-outer{
	position:relative;
	text-align:center;
}

.header-style-two .outer-box .nav-outer{
	position:relative;
	min-height:100px;
	width: 100%;
	float: right;
}

.header-style-two .outer-box .nav-outer .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-20px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:32px;
	cursor:pointer;	
}

.header-style-two.alternate .outer-box .nav-outer .nav-toggler{
	color:#333333;	
}

.main-menu{
	position:relative;
	display:block;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	display: flex;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	margin:0px 15px;
	text-align:left;
}

.header-style-two .main-menu .navigation > li{
	float:left;
	padding:0;
	margin-right: 0;
	background: #fff;
	transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-o-transform: skew(25deg);
	height: 100px;
	width: 100%;
}
.header-style-two .main-menu .navigation > li:not(:first-child) {
    margin-left: 3px;
}
.header-style-two .main-menu .navigation > li:first-child{
    margin-left: -1px;
}
.header-style-two .main-menu .navigation > li:first-child:hover > a{
    color: #fff;
    white-space: nowrap;
}
.header-style-two .main-menu .navigation > li a span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 25px;
    bottom: 25px;
    right: -20px;
    z-index: -1;
    border-radius: 5px;
    background: #001e40; /* Old browsers */
    background: -moz-linear-gradient(right, #001e40 0%, #034ea2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #001e40 0%,#034ea2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #001e40 0%,#034ea2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: .3s all;
}
.header-style-two .main-menu .navigation > li:hover a span:after,
.header-style-two .main-menu .navigation > li.current-menu-item a span:after {
    width: 90%;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:35px 20px 35px 35px;
	font-size:16px;
	color:#333333;
	line-height:30px;
	font-weight:400;
    text-align: center;
	text-transform:uppercase;
	opacity:1;
	transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
}
.header-style-two .main-menu .navigation > li > a{
	color:#444;
}
.header-style-two.alternate .main-menu .navigation > li > a{
	color:#333333;	
}
.main-header .main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: relative;
    padding-left: 7px;
    font-size: 13px;
    top: -3px;
}
.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}
.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
	color:#444;
	opacity:0.6;
}

.header-upper .main-menu .navigation > li.current-menu-item > a,
.header-upper .main-menu .navigation > li:hover > a{
    color: #fff;
    opacity: 1;
}
.main-menu .navigation > li:hover > a:after{
	opacity:1;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:-50px;
	top:120%;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#fff;	
	transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
.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(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 8px;
	line-height:22px;
    font-weight: 400;
    font-size: 14px;
	color:#333;
	text-align:left;
	text-transform:uppercase;
}
.main-menu .navigation > li > ul > li:hover > a{
	color:#333;
	opacity: 0.6;
	background: transparent;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	z-index:100;
	display:none;
	background:#101010;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.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:10px 20px;
	line-height:22px;
	font-weight:500;
	font-size:12px;
	color:#e0e0e0;
	text-align:left;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#555555;
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #333;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#333;
	cursor:pointer;
	z-index:5;
	display:none;
}
.header-style-one .social-links{
	position:absolute;
	right:0px;
	top:35px;	
}
.header-style-one .social-links li{
	position:relative;
	float:left;
	margin-left:20px;
	line-height:30px;	
}
.header-style-one .social-links li a{
	display:block;
	color:#333333;
	font-size:14px;
	line-height:30px;
	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-one .social-links li a:hover{
	color:#0074D9;	
}
.inner-banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-banner .opacity{
	background: -moz-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);
	background: -webkit-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);
	background: -ms-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);
	padding: 350px 0 350px;
	text-align: center
}
.article-banner .opacity{
	background: -moz-linear-gradient(4deg,rgba(0,30,64,.6) 0,rgba(3,78,162,.4) 100%);
	background: -webkit-linear-gradient(4deg,rgba(0,30,64,.6) 0,rgba(3,78,162,.4) 100%);
	background: -ms-linear-gradient(4deg,rgba(0,30,64,.6) 0,rgba(3,78,162,.4) 100%);
	padding: 300px 0 188px;
	text-align: center;
}
.solutions{
	padding:0!important;
	background-position:top right!important;
}
.solutions .opacity{
	background: -moz-linear-gradient(4deg,rgba(43,50,178,1) 28%,rgba(3,78,162,.4) 100%);
	background: -webkit-linear-gradient(4deg,rgba(43,50,178,1) 28%,rgba(3,78,162,.4) 100%);
	background: -ms-linear-gradient(4deg,rgba(43,50,178,1) 28%,rgba(3,78,162,.4) 100%);
	text-align: center;
	padding: 50px 0;
}
.inner-banner .opacity h2.float-center{
	text-align: center;
}
.inner-banner .opacity h2{
	font-size:52px;
	color:#fff;
	margin-bottom:23px;
}

footer .footer-social ul {
	margin: 0;
	text-align: center;
    padding: 15px 0;
}
footer .footer-social ul > li {
  padding: 0;
}
footer .footer-social ul > li:last-child > a {
  margin-right: 0;
}
footer .footer-social ul > li > a {
  padding: 9px 10px;
  line-height: 18px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  -ms-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
footer .footer-social ul > li > a:hover {
  color: #ffffff;
}
footer .footer-social ul > li > a:hover.icon-google-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
footer .footer-social ul > li > a:hover.icon-twitter {
  background-color: #00aced;
  border-color: #00aced;
}
footer .footer-social ul > li > a:hover.icon-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
footer .section-name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
footer ul.list-news li {
	padding-top: 10px;
}
footer ul.list-news li:first-child {
	padding-top: 0px;
}
footer ul.list-news li i {
	padding-right: 10px;
}
footer ul.list-news li a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
}

footer ul.list-news li a:hover { 
	opacity: .7;
}

footer #footer-contact {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer #footer-contact i {
  color: #ffffff;
}
footer #footer-contact .address {
  margin-bottom: 10px;
  line-height: 20px;
}
footer #footer-contact .input-newsletter .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
}
footer #footer-contact .input-newsletter .input-group-addon i {
  color: #fff;
}
footer #footer-contact .input-newsletter input {
  background-color: transparent;
  font-size: 15px;
  border: 1px solid #ccc !important;
  border-right: 0 !important;
  color: #fff;
}
footer #footer-contact .input-newsletter input:focus {
  border-color: #cccccc;
}
footer #footer-contact .input-newsletter input::-webkit-input-placeholder {
  font-style: italic;
  color: #fff;
}
footer #footer-contact .input-newsletter input:-moz-placeholder {
  font-style: italic;
  color: #fff;
}
footer #footer-contact .input-newsletter input::-moz-placeholder {
  font-style: italic;
  color: #fff;
}
footer #footer-contact .input-newsletter input:-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}
footer #footer-contact .input-newsletter .btn-subscribe {
  padding: 5px;
}
footer #footer-contact .input-newsletter .btn-subscribe .btn {
  background-color: #fff;
  color: #0066b1;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 25px;
}
footer a {
    color: #fff;
}
footer #footer-contact .input-newsletter .btn-subscribe .btn:hover {
  background-color: rgba(255, 255, 255, 0.56);
}
footer #footer-contact .input-newsletter .btn-subscribe .btn-icon {
  display: none;
}
.created-by {
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}
.created-by img {
    padding-left: 3px;
    width: 22px;
    vertical-align: middle;
    display: inline-block;
	margin-top: -1px;
}
.page-title{
	position:relative;
	padding:280px 0px 120px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
}
.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);background:-webkit-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);background:-ms-linear-gradient(4deg,rgba(0,30,64,.8) 28%,rgba(3,78,162,.1) 100%);
	z-index:0;	
}
.page-title .auto-container{
	position:relative;
	z-index:3;	
}
.page-title h1{
	position:relative;
	font-size:48px;
	letter-spacing:1px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:5px;
}
.page-title .subtitle{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	text-transform:capitalize;
}
.breadcrumb {
	background: transparent;
}
.breadcrumb li {
	color: #fff;
	font-size: 17px;
}
.breadcrumb li.active {
	opacity: .7;
	color: #fff;
}
.breadcrumb li a {
	color: #fff;
	font-size: 17px;
}
.breadcrumb li a:hover {
	opacity: .7
}
.twich-content-area p {
	margin-bottom: 20px;
}
#latest-articles {
	margin-top: 20px;
}
#latest-articles .latest-articles-list .list-view .media {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#latest-articles .latest-articles-list .list-view .media:last-child {
  margin-bottom: 20px;
}
#latest-articles .latest-articles-list .list-view .media .media-left {
  padding-right: 0px;
}
#latest-articles .latest-articles-list .list-view .media .media-left .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
#latest-articles .latest-articles-list .list-view .media .media-left .thumb img {
  width: 250px;
}
#latest-articles .latest-articles-list .list-view .media .media-body .media-heading .title {
  font-size: 20px;
  color: #333333;
}
#latest-articles .latest-articles-list .list-view .media .media-body .media-heading .title:hover {
  color: #00aaf8;
}
#latest-articles .latest-articles-list .list-view .media .media-body .info {
  color: #aaaaaa;
  font-style: italic;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#latest-articles .latest-articles-list .list-view .media .media-body .info .category span {
  background-color: #b3b3b3;
  color: #fff;
  padding: 3px 5px;
  margin-left: 3px;
}
#latest-articles .latest-articles-list .list-view .media .media-body .info .fa-circle {
  font-size: 5px;
  margin: 0 15px;
  vertical-align: middle;
}
#latest-articles .latest-articles-list .list-view .media .media-body .description {
  color: #737373;
  font-size: 16px;
  line-height: 1.7;
}
#latest-articles .latest-articles-list .list-view .media .media-body .description .btn-read-more {
  border-radius: 0;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
}
#latest-articles .latest-articles-list .list-view .media .media-body .description .btn-read-more:hover {
  background-color: #737373;
  border-color: #737373;
}
#latest-articles .latest-articles-list .list-view .media:hover .media-body .media-heading .title {
  color: #00aaf8;
}
#latest-articles .latest-articles-list .list-view-2 .title {
  font-size: 25px;
  color: #333333;
}
#latest-articles .latest-articles-list .list-view-2 .info {
  color: #aaaaaa;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
}
#latest-articles .latest-articles-list .list-view-2 .info .fa-circle {
  font-size: 5px;
  margin: 0 15px;
  vertical-align: middle;
}
#latest-articles .latest-articles-list .list-view-2 .description {
  color: #737373;
  font-size: 16px;
  line-height: 1.7;
}
#latest-articles .latest-articles-list .list-view-2 .description .btn-read-more {
  border-radius: 0;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
}
#latest-articles .latest-articles-list .list-view-2 .description .btn-read-more:hover {
  background-color: #737373;
  border-color: #737373;
}
#latest-articles .latest-articles-list .list-view-2 ul > li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#latest-articles .latest-articles-list .list-view-2 ul > li:last-child {
  margin-bottom: 20px;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-6 .thumb {
  position: relative;
  float: left;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  overflow: hidden;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-6 .thumb:hover .caption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #00aaf8;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-6 .thumb img {
  height: 260px;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-6 .thumb .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.25s;
  font-size: 16px;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 40px;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 .thumb {
  position: relative;
  float: left;
  width: 100%;
  height: 144px;
  margin-bottom: 30px;
  overflow: hidden;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 .thumb:hover img {
  
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 .thumb:hover .caption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #00aaf8;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 .thumb img {
  height: 144px;
   width: 244px;
  margin: 0 auto;
}
#latest-articles .latest-articles-list .grid-view .row .col-md-4 .caption {
  font-weight: bold;
  transition: all 0.25s;
  font-size: 16px;
  text-align: center;
  height: 240px;
}
#latest-articles .btn {
	margin-top: 10px;
}
.section-category .section-name > .pull-right > .views {
  border-bottom: 0;
  padding-top: 20px;
}
.section-category .section-name > .pull-right > .views > li {
  margin-bottom: 0;
}
.section-category .section-name > .pull-right > .views > li.active > a,
.section-category .section-name > .pull-right > .views > li.active > a:hover,
.section-category .section-name > .pull-right > .views > li.active > a:focus {
  border: 0;
  background-color: transparent;
  color: #333333;
}
.section-category .section-name > .pull-right > .views > li > a {
  font-size: 18px;
  border: 0;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #C5C5C5;
}
.pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > li:last-child > a {
  border-radius: 0;
}
.pagination > li.active > a {
  background-color: #333333;
  border-color: #333333;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background-color: #333333;
  border-color: #333333;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.53846154;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-left: 6px;
  border-radius: 0;
}
.pagination > li > a:hover {
  color: #333333;
}
#content-news {
	margin-top: 35px;
}
#content-news h1.title-news {
	line-height: 32px;
	font-size: 30px;
	padding-bottom: 10px;
}
#content-news .also-read .section-name a {
	font-size: 20px;
	font-weight: bold;
}
#content-news .also-read {
  margin-top: 50px;
  margin-bottom: 20px;
}
#content-news .also-read .section-name > .pull-right {
  margin-top: 0;
}
#content-news .also-read .section-name > .pull-right .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-shadow: none;
  color: #737373;
  position: relative;
  float: right;
  margin-left: 3px;
  background-color: #eeeeee;
  transition: background 0.3s;
}
#content-news .also-read .section-name > .pull-right .carousel-control.left {
  background-image: none;
}
#content-news .also-read .section-name > .pull-right .carousel-control.right {
  background-image: none;
}
#content-news .also-read .section-name > .pull-right .carousel-control:hover.left {
  background-color: rgba(0, 0, 0, 0.1);
}
#content-news .also-read .section-name > .pull-right .carousel-control:hover.right {
  background-color: rgba(0, 0, 0, 0.1);
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 {
  padding: 0;
  padding-right: 5px;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3:last-child {
  padding-right: 0;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 132px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#content-news .also-read .description {
	font-size: 14px;
    line-height: 16px;
    padding: 0px 10px;
    font-weight: 400;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb:hover .caption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #00aaf8;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb:hover img {
  
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  color: #fff;
  width: 98%;
}
img.gallery-thumb {
    height: 146px;
    width: auto;
    margin: 2px;
}
.blg-post-img {
	padding: 5px 0 20px 0;
}

.main-news p {
	margin-bottom: 10px !important;
}

.contact-page h2 {
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
}

.contact-page h3 {
	padding: 10px 0;
	font-size: 22px;
}

.contact-page p {
	margin-bottom: 5px;
}

/*---------- Language Selector ----------*/

ul.language {
	margin: 0;
    padding: 0;
    list-style-type: none;
	padding-right: 30px;
	position: absolute;
	right: 50px;
	z-index: 9999;
	top: 33px;
}

ul.language > li.menu-item-language-current{
	margin-left: 15px;
	position: relative;
}

ul.language > li.menu-item-language-current > a{
	line-height: 60px;
	margin-top: -5px;
}

ul.language li.menu-item-language-current > a > span{
	background: rgb(3, 77, 161) !important;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: normal;
}

li.menu-item-language-current ul{
	display: none;
	position: absolute;
	top: 30px;
	list-style: none;
	z-index: 9999;
}

ul.language li.menu-item-language-current ul a{
	background: rgb(3, 77, 161) !important;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-size: 12px;
	letter-spacing: normal;
}


ul.language li.menu-item-language-current:hover ul{
	display: block;
}

ul.language li.menu-item-language-current:hover ul a:hover{
	background: #efefef;
	color: #fff !important;
	opacity:0.8;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

ul.language li a img{
	padding-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

@media(min-width: 1000px) and (max-width: 1080px){
	li.menu-item-language-current ul {
		left: 12px;
	}

}

.menu-pieces {
	min-height: 100px;
	background: #fff;
	transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-o-transform: skew(25deg);
}

.menu-pieces:not(:first-child){
    margin-left: 3px;
}

.menu-piece-1 {
	background-color: #fff;
	transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
	margin-left: 3px;
}

.logo-outer {
	transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.menu-pieces:first-child:before{
	display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 35px;
    left: 0;
    background-color: #fff;
	transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.menu-pieces:last-child:after{
	display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 35px;
    right: 0;
    background-color: #fff;
	transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

@media (max-width: 1885px) {
	.main-header .logo-outer {
		padding: 6px 3px 5px 0;
	}
}
@media (max-width: 1869px) {
	.main-header .logo-outer {
		padding: 6px 3px 5px 0;
	}
}
@media (max-width: 1800px) {
	.main-header .logo-outer {
		padding: 10px 3px 5px 0;
	}
}
@media (max-width: 1750px) {
	.main-header .logo-outer {
		padding: 15px 3px 5px 0; font-size: 14px;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) { .main-menu .navigation > li.dropdown a {padding-right: 18px } .main-menu .navigation > li > a { padding: 35px 19px 35px 6px; } .main-menu .navigation > li:last-child:after { left: 115px; } .main-menu:after { width: 42px; } .main-header .logo-outer { padding: 15px 16px 26px 0; } }
@media (max-width: 1200px) { 
	.main-menu .navigation > li > a {
		transform: none;
		padding: 17px 7px 18px 7px;
		font-size: 14px;
	}
	.menu-pieces {
		display: none;
	}
	.header-style-two .main-menu .navigation > li {
		transform: none;
	}
	
	.header-style-two .main-menu .navigation > li:first-child:before {
		display: none;
	}
	
	.main-menu .navigation > li > ul {
		transform: none;
	}
	
	.main-header .logo-outer {
		background: #fff;
	}
	.main-menu:after {
		display: none;
	}
	
	.main-menu .navigation > li:last-child:after {
		display: none;
	}
	.main-menu {
		background: #fff;
		width: 100%;
	}
}

/* 1023 and down */
@media only screen and (max-width: 1023px) {
	.header-style-two {
		background: #fff !important;
	}
}

@media (max-width: 768px) {
	.main-menu {
		background: transparent !important;
	}
	.header-style-two .outer-box .nav-outer {
		z-index: 5 !important;
	}
	.main-header .logo-outer .logo {
		padding-left: 0px !important;
	}
	.main-menu .navbar-collapse > .navigation > li > a {
		color: #333 !important;
	}
}

@media only screen and (max-width: 1681px) and (min-width: 1680px) {
	.menu-pieces {
		min-height: 107px;
	}
	.main-menu .navigation > li > a {
		padding: 42px 19px 35px 6px;
	}
	.main-menu .navbar-collapse {
		padding-left: 85px;
	}
}

.media-heading h3 a {
	font-size: 18px;
	line-height: 20px;
}

.byuletin .col-md-6:nth-child(2n+1) {
	clear: both;
}