/*************************************************/
/* Variables */
/*************************************************/
* {
    outline: none !important;
}
.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body {
    font-family: 'Tajawal', tahoma, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.center {
    text-align: center !important;
    margin: 0 auto !important;
}
.no-padding {
    padding: 0 !important;
    margin: 0 -15px;
}
a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    font-family: 'Tajawal', tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', tahoma, sans-serif !important;
}
ul {
    padding: 0;
    margin: 0;
}
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*************************************************/
/* Custom */
/*************************************************/
.owl-controls {
    display: block;
    width: 96px;
    height: 49px;
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 25px;
    border-radius: 5px;
}
.owl-controls .owl-nav .owl-prev:before {
    content: '\f054 ';
    font-family: FontAwesome;
    color: white;
    font-size: 16px;
    padding: 10px 16px;
    position: absolute;
    height: 42px;
    background: #0072BC;
    border-radius: 5px;
}
.owl-controls .owl-nav .owl-next:before {
    content: '\f053 ';
    font-family: FontAwesome;
    color: white;
    font-size: 16px;
    padding: 10px 16px;
    position: absolute;
    left: 0;
    background: #0072BC;
    border-radius: 5px;
    height: 42px;
}
header {
    position: relative;
    z-index: 99;
}
header .top-nav {
    line-height: 50px;
    border-bottom: 1px solid rgba(131, 131, 131, 0.17);
}
header .top-nav .top-menu li {
    color: #4b4b4b;
    font-size: 12px;
    font-weight: bold;
}
header .top-nav .top-menu li.phone,
header .top-nav .top-menu li.email {
    color: #4b4b4b;
    font-weight: bold;
    font-size: 13px;
}
header .top-nav .top-menu li.phone i,
header .top-nav .top-menu li.email i {
    font-size: 15px;
    border-right: 1px solid rgba(48, 48, 48, 0.23);
    border-left: 1px solid rgba(48, 48, 48, 0.23);
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #0072BC;
}
header .logo {
    padding: 1em 0;
}
header .logo img {
    margin: 0 auto;
}
header .social {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0;
}
header .social li {
    padding: 0;
    margin: 0 2px;
    text-align: center;
}
header .social li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 0 1px white;
    padding-top: 9px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .social li i.fa-facebook {
    background: #2c5fa3;
}
header .social li i.fa-twitter {
    background: #2491b7;
}
header .social li i.fa-youtube {
    background: #e63130;
}
header .social li i.fa-instagram {
    background: #517FA6;
}
header .social li:hover i {
    color: #fff;
    background: #1c2b35;
}
header .navbar-default .navbar-brand {
    color: white;
}
header .menu-logo {
    background: #0072BC;
    box-shadow: 0px 6px 10px 0 #00000047;
}
header .navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0 0 0 0;
}
header .navbar-default .navbar-nav li {
    position: relative;
}
header .navbar-default .navbar-nav li.active a {
    color: black;
    background: #FFCB05;
}
header .navbar-default .navbar-nav li.active:hover a {
    color: white;
    background: #FFCB05;
}
header .navbar-default .navbar-nav li a {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 15px;
}
header .navbar-default .navbar-nav li:hover a {
    color: black;
    background: #FFCB05;
}
header .navbar-default .dropdown a {
    background: none !important;
}
header .navbar-default .dropdown a:hover {
    color: white !important;
    background: #FFCB05 !important;
}
header .navbar-default .dropdown .dropdown-menu {
    text-align: right;
    background: #363636;
    padding: 0;
}
header .navbar-default .dropdown .dropdown-menu li {
    border: none !important;
    margin-left: 0;
}
header .navbar-default .dropdown .dropdown-menu li a {
    border: none !important;
    color: white;
    padding: 10px 5px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
}
header .navbar-default .dropdown .dropdown-menu li:hover a {
    border: none !important;
    color: white !important;
    background: #FFCB05 !important;
}
header .fa-search {
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: white;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: white;
}
.main-nav {
    z-index: 150;
    background: #f0f0f0;
    padding: 10px 0;
    position: relative;
}
.main-nav-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.31);
    z-index: 999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider .item{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.slider .item img {
    width: 100%;
    height: auto;
    min-height: 100%;
}
.slider .carousel-caption {
    top: 30%;
    right: 20%;
    left: auto;
    text-align: right;
    padding: 0;
    width: 500px;
}
.slider .carousel-caption h2 {
    margin: 0 0 1em;
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    font-family: 'Tajawal' !important;
}
.slider .carousel-caption h4 {
    color: #9ed9ff;
    font-size: 14px;
    text-shadow: none;
    font-weight: bold;
    line-height: 24px;
}
.slider .carousel-caption .btn {
    margin-top: 20px;
}
.slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: none;
    background: #ffcb05;
    border-radius: 50%;
    margin: 1px;
}
.slider .carousel-indicators li.active {
    background: #fff;
}
.slider .carousel-caption h2 {
    animation-delay: 0.2s;
}
.slider .carousel-caption h4 {
    animation-delay: 0.6s;
}
.slider .carousel-caption .btn {
    animation-delay: 0.9s;
}
.btn-blue {
    background: #0072BC;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0 2px 0 0 #0072BC;
}
.btn-red {
    background: #FFCB05;
    color: #000;
    border-radius: 30px;
    padding: 15px 30px;
    box-shadow: 0 2px 0 0 #b28d04;
}
.btn-red-bordered {
    background: transparent;
    box-shadow: 0 0 0 2px #FFCB05;
    color: #FFCB05;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}
.btn-red-bordered:hover {
    background: #FFCB05;
    color: #fff;
}
.sec-title {
    color: #0072BC;
    font-size: 24px;
    font-family: 'Tajawal' !important;
    text-align: center;
}
.sec-desc {
    color: #535353;
    font-size: 13px;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}
.services {
    padding: 4em 0 2em;
}
.services h6 {
    color: #535353;
    font-size: 13px;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}
.services .single-service {
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.services .single-service .service-icon {
    height: 120px;
    width: 120px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.services .single-service .service-icon img {
    margin: 0 auto;
    padding: 25px 0 0 0;
}
.services .single-service h2 {
    color: #525252;
    font-size: 18px;
    font-family: 'Tajawal' !important;
    margin: 30px 0;
    font-weight: bold;
}
.services .single-service p {
    color: #595959;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.services .single-service:hover {
    height: auto;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.services .single-service:hover h2 {
    color: #0072BC;
}
.services .single-service:hover p {
    opacity: 1;
}
.services .single-service:hover img {
    -webkit-filter: hue-rotate(-386deg) saturate(17.5);
    filter: hue-rotate(-386deg) saturate(17.5);
}
.services .color1 {
    background: #FFCB05;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #FFCB05;
}
.services .color2 {
    background: #d5d65b;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #d5d65b;
}
.services .color3 {
    background: #0072BC;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #0072BC;
}
.services .color4 {
    background: #eac308;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #eac308;
}
.services .color5 {
    background: #80cea3;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #80cea3;
}
.services .color6 {
    background: #89a857;
    box-shadow: 0 0 0 5px white, 0 0 0 10px #89a857;
}
hr.fancy {
    border: none;
    background: url("images/hr.png") center center;
    width: 223px;
    height: 25px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.video-section {
    padding: 6em 0;
    background: url("images/video-bg.jpg") fixed;
    background-size: cover;
}
.video-section h2 {
    font-size: 30px;
    color: #ffcb05;
    margin-top: 0;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 30px;
}
.video-section p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.video-section .btn {
    margin-top: 20px;
}
.video-section .video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.video-section .video-wrapper img {
    border-radius: 20px;
    width: 100%;
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-section .video-wrapper .videomodal {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.video-section .video-wrapper .videomodal i {
    color: #FFCB05;
    font-size: 70px;
}
.video-section .video-wrapper:hover img {
    -webkit-filter: saturate(0);
    filter: saturate(0);
}
.why-us {
    padding: 4em 0;
    overflow: hidden;
}
.why-us .single-why {
    margin-bottom: 3em;
}
.why-us .single-why .icon {
    background: #FFCB05;
    text-align: center;
    padding: 15px;
}
.why-us .single-why .icon i {
    color: #fff;
    font-size: 30px;
}
.why-us .single-why h4 {
    margin-top: 0;
    color: #FFCB05;
    font-size: 18px;
    margin-bottom: 20px;
}
.why-us .single-why p {
    color: #535353;
    font-size: 13px;
}
.why-us .single-why:first-child .icon {
    background: #0072BC;
}
.why-us .single-why:first-child h4 {
    color: #0072BC;
}
.join-now {
    background: url("images/order-bg.jpg") fixed;
    background-size: cover;
    padding: 4em 0;
}
.join-now h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    color: #ffcb05;
}
.join-now p {
    color: #fff;
}
.tips {
    padding: 4em 0;
}
.tips .single-tip img {
    height: 224px;
    width: 100%;
}
.tips .single-tip .tip-img {
    position: relative;
}
.tips .single-tip .tip-img .over {
    position: absolute;
    border: 3px solid #0072BC;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    margin: 10px;
}
.tips .single-tip h1 {
    font-size: 18px;
    margin: 0;
    color: #0072BC;
    font-family: 'Tajawal' !important;
    padding: 20px 0;
}
.tips .single-tip p {
    color: #1c2b35;
    line-height: 25px;
}
footer {
    background: #0072bc;
    padding-top: 3em;
}
footer h6 {
    color: #ffcb05;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
footer p {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
footer .social-footer {
    margin: 1em 0;
}
footer .social-footer li {
    line-height: 30px;
}
footer .social-footer li a {
    color: #fff;
}
footer .social-footer i {
    color: #FFCB05;
    padding: 0 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
}
footer .footer-nav li {
    line-height: 28px;
}
footer .footer-nav li a {
    font-size: 13px;
    color: #fff;
}
footer .footer-nav li:hover a {
    color: #1c2b35;
}
footer .copyrights {
    background: #03609c;
    margin-top: 2em;
}
footer .copyrights a {
    margin-top: 10px;
    color: #fff;
    display: block;
}
footer .copyrights p {
    color: #fff;
    margin: 0;
    line-height: 40px;
    padding: 10px 0;
}
.go-top {
    position: fixed;
    bottom: 2em;
    left: 2em;
    text-decoration: none;
    color: white;
    background-color: #0072BC;
    font-size: 12px;
    padding: 1em 1.3em;
    display: none;
    border: 1px solid #0072BC;
    border-radius: 5px;
    z-index: 999999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.go-top i {
    color: #fff;
}
.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.fixed-phone {
	display:none;
}
.box-section .news-boxed-img img {
    width: 100%;
    height: 327px !important;
    border-radius: 5px 5px 0 0;
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
    .slider .item {
        height: 470px;
    }
    .slider .carousel-caption {
        right: 10%;
    }
}
@media all and (max-width: 768px) {
    .slider .carousel-caption h4 {
        display: none;
    }
    header .top-nav {
        text-align: center;
    }
    header .top-nav .social {
        text-align: center;
        margin: 0 0;
        float: none !important;
    }
    .slider .item {
        height: 330px;
    }
    .main-nav-scrolled {
        position: relative;
    }
    footer .copyrights p {
        text-align: center;
        float: none !important;
    }
	.box-section .news-boxed-img img {
		height:auto !important;
	}
	div#post-meta {
		display:none;
	}
	.go-top {
		display:none !important;
	}
}
@media all and (max-width: 425px) {
		.fixed-phone {
		position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0072BC;
    color: #FFCB05;
    display: block;
    z-index: 99;
    text-align: center;
    padding: 10px;
	}
	.fixed-phone a {
    color: #FFCB05;
    font-size: 18px;
}
	.fixed-phone i {
    background: #FFCB05;
    color: black;
    padding: 5px;
    border-radius: 4px;
    margin-left: 10px;
}
    header .logo {
        padding: 10px;
        border-radius: 0;
        height: auto;
    }
    header .social {
        float: none;
        text-align: center;
        border: none !important;
        margin-top: 0;
        margin-bottom: 1em;
    }
    header .logo img {
        margin: 0 auto;
    }
    header .navbar-form {
        margin-top: 0px;
    }
    header .navbar-default {
        float: none;
        background: #0072BC;
    }
    header .navbar-default .navbar-nav li a {
        font-size: 15px;
        border-left: none;
        color: #fff !important;
        padding: 15px;
    }
    .phone,
    .email {
        display: block !important;
    }
}
/*************************************************/
/* rest */
/*************************************************/
.home-contact .wpcf7 p {
    margin: 5px 0;
}
.home-contact .wpcf7 input[type=submit]:hover {
    background: #edc91e;
    color: #0072BC;
}
.home-contact .wpcf7-form-control {
    border: 1px solid #399fa2;
    padding: 10px;
    background: rgba(58, 146, 146, 0.5);
    outline: none;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-page p {
    margin: 10px 0;
}
.contact-page .wpcf7 input,
.contact-page .wpcf7 select {
    border: none;
    padding: 10px;
    background: #e8e8e8;
    outline: none;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-page .wpcf7 input:focus,
.contact-page .wpcf7 select:focus {
    box-shadow: inset 0px 0px 0 2px #0072BC;
}
.contact-page .wpcf7 input[type=submit] {
    display: inline-block;
    width: auto;
    background: #0072BC !important;
    color: white;
    border-radius: 5px;
    padding: 7px 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-page .wpcf7 input[type=submit]:hover {
    background: #222222;
}
.contact-page .wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 10px;
    background: #e8e8e8;
    outline: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-page .wpcf7 textarea:focus {
    box-shadow: inset 0px 0px 0 2px #0072BC;
}
/*************************************************/
/* Comments */
/*************************************************/
.comment-list {
    padding: 0;
    list-style-type: none;
}
div#comments {
    background: #e6e6e6;
    padding: 1em;
}
.comment-list .comment {
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}
.comment-list .comment-meta a {
    color: #98937b;
    font-size: 10px;
    font-family: Tahoma !important;
}
.reply {
    background: #e8e5e5;
    display: inline-block;
    color: white !important;
    padding: 3px 20px;
    border-radius: 0 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.reply a {
    color: #0072BC;
}
.comment-author.vcard {
    display: inline-block;
    margin-bottom: 29px;
    border-bottom: 1px solid #e6e4e4;
}
.comment-meta.commentmetadata {
    display: inline-block;
    float: left;
}
.block-head h3,
.comments-title,
#respond h3 {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 0;
    color: #838383;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
    margin-bottom: 10px;
}
p.logged-in-as {
    font-size: 12px;
}
#commentform p {
    margin: 10px 0;
}
#commentform label {
    color: #888;
    font-weight: normal;
    font-size: 12px;
}
#commentform textarea,
#commentform input {
    background: #f1f1f1;
    color: #515151;
    font: 12px Tahoma;
    margin-bottom: 7px;
    display: block;
    border: 1px solid #f2f2f2;
    outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#commentform textarea {
    width: 100%;
}
#commentform input:focus,
#commentform textarea:focus {
    background: #fff;
}
#commentform input {
    display: block;
    height: 35px;
}
.submit {
    height: 30px;
    line-height: 30px;
    width: auto;
    position: relative;
    padding: 6px 8px;
    display: inline-block;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0072BC !important;
    color: #FFF !important;
    text-decoration: none;
}
.archive.category .single8,
.page-template-page-all .single8 {
    margin-bottom: 15px;
}
.news-one-section .single8 {
    background: #fff;
    padding: 0 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.archive.category .date,
.page-template-page-all .date {
    color: #222222;
    font-size: 13px;
}
.archive.category .date i,
.page-template-page-all .date i {
    color: #0072BC;
}
.news-one-section .single8 .news8-title a {
    color: #0072BC;
}
.news-one-section .single8 p {
    color: #282828;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
}
.archive.category .single-album img,
.page-template-page-all .single-album img {
    height: 235px;
}
.archive.category .news-one-section .single8 img,
.page-template-page-all .news-one-section .single8 img {
    height: 200px !important;
    padding: 10px;
    width: 100%;
}
.archive.category .news-one-section .single8 .news8-title,
.page-template-page-all .news-one-section .single8 .news8-title {
    padding-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.news-one-section .single8 .news8-title {
    font-size: 16px;
    font-weight: bold;
    color: #0072BC;
    line-height: 30px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 25px;
}
.box-section .box-section-title {
    background: #e8e8e8;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding: 1em 20px;
    margin-bottom: 15px;
}
.box-section .box-section-title:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0072BC;
    border-radius: 0 5px 5px 0;
}
.box-section .box-section-title h1 {
    color: #000;
    font-size: 15px;
    margin: 0;
}
.box-section .box-section-title {
    color: #000;
    font-size: 15px;
}
.box-section .box-section-title a {
    color: #0072BC;
    font-size: 12px;
    font-weight: bold;
}
.rest-of-news {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    border-bottom: 3px solid rgba(208, 208, 208, 0.73);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 11px 14px -12px rgba(0, 0, 0, 0.35);
}
.sidebar-cat a {
    color: #0072BC;
}
.sidebar-cat a:hover {
    color: #FFCB05;
}
.sidebar-cat .box-section .box-section-title {
    color: #000;
    font-size: 15px;
    margin: 0 -20px 20px;
}
.rest-of-news ul {
    margin: initial;
    padding: 10px 30px;
}
.rest-of-news .single-rest {
    border-top: 2px dotted rgba(128, 128, 128, 0.51);
    padding: 5px 0;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
}
.rest-of-news .single-rest img {
    width: 100%;
    height: 60px;
    border-radius: 5px;
}

.sidebar-cat .rest-of-news .single-rest {
    border-bottom: 1px solid rgba(218, 218, 218, 0.51);
    border-top: none;
}
.sidebar-cat .rest-of-news .single-rest h5 {
    margin: 0 0 5px 0;
    font-family: inherit !important;
    font-weight: bold;
}
.sidebar-cat .rest-of-news .single-rest p {
    font-weight: normal !important;
    font-family: tahoma !important;
    line-height: 20px;
}
.rest-of-news .single-rest a:hover {
    color: #0072BC;
}
.rest-of-news .single-rest a {
    color: #222;
}
.single-post .cat-sec .news-boxed-img {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
#page-content {
    padding: 20px;
    line-height: 30px;
    background: #f9f9f9;
    overflow: hidden;
}
#page-content img {
    max-width: 100%;
}
#page-content *,
.page-content * {
    max-width: 100% !important;
}
#page-content ul {
    margin: inherit !important;
    padding: inherit !important;
}
.page-content ul {
    margin: inherit !important;
    padding: inherit !important;
}
div#post-meta {
    background: rgba(136, 136, 136, 0.13);
    padding: 5px;
    border-right: 4px solid #0072BC;
    margin: -20px -20px 2em;
    /* color: white; */
}
div#post-meta span b {
    color: #0072BC;
    font-weight: normal;
}
div#post-meta span {
    padding: 0 10px;
    border-left: 1px solid #b9b9b9;
    font-size: 13px;
}
div#post-meta span i {
    margin-left: 5px;
}
.gallery-title {
    margin: 3em 0 1.5em;
    font-size: 19px;
    border-top: 1px solid #ececec;
    padding: 1em 0 0 0;
}
.single-post #list-imgs {
    text-align: center;
    padding: 10px !important;
    margin: 0em -20px 0 !important;
    box-shadow: 0 -41px 33px -46px rgba(34, 34, 34, 0.37);
}
.single-post #list-imgs li {
    margin: 4px;
    border: 1px solid rgba(128, 128, 128, 0.49);
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.single-post #list-imgs img {
    border: 3px solid #ffffff;
    width: 100%;
    height: 100px !important;
}
.share {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 10px;
    margin-top: 3em;
}
.contact-wrapper {
    border: 1px solid rgba(128, 128, 128, 0.21);
    padding: 1em;
    background: #f7f7f7;
    margin: 1em 0;
    box-shadow: 5PX 6PX 1PX rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.breadcrumbs {
    background: #323232;
    padding: 1em 0;
    margin-bottom: 2em;
    color: white;
}
.breadcrumbs span {
    padding: 0 5px;
    color: #0072BC;
}
.breadcrumbs span a {
    color: white !important;
}
.breadcrumbs span a span {
    color: white;
}
.comment-list .comment.byuser {
    background: #efefef;
}
.page-content {
    background: #f7f7f7;
    padding: 20px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
}
.page-content img {
    max-width: 100% !important;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.single-blog-post {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 70px;
}
.single-blog-post img {
    height: 200px;
    width: 100%;
}
.single-blog-post .hover-icon i {
    color: #ffffff;
    font-size: 50px;
}
.single-blog-post .post-text {
    background: #f1f1f1;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(131, 131, 131, 0.29);
}
.single-blog-post .post-text p a {
    line-height: 30px;
    color: #142331;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.single-blog-post .post-meta {
    background: #f1f1f1;
    padding: 15px 10px;
    font-size: 14px;
    color: #0072BC;
}
.single-blog-post .post-meta .likes,
.single-blog-post .post-meta .comments {
    float: left;
    margin-right: 10px;
}
.single-blog-post .post-meta .likes i,
.single-blog-post .post-meta .comments i {
    padding: 0 5px;
}
.single-blog-post .post-meta .likes a,
.single-blog-post .post-meta .comments a {
    color: #0072BC;
}
.single-blog-post:hover {
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.48);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 1px 8px;
    margin: 1px;
    background: #323232;
    color: white;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #0072BC;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    background: #0072BC;
}
.single-search {
    text-align: center;
    margin-bottom: 1em;
}
.single-search img {
    width: 100%;
    height: 200px;
}
.btn-success {
    color: #fff;
    background-color: #FFCB05;
    border-color: #FFCB05;
}
.search-icon i {
    color: #000 !important;
    text-shadow: 1px 1px 2px white;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags a {
    background: #FFCB05;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tags a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tags a::after {
    background: #f9f9f9;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #FFCB05;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tags a:hover {
    background-color: #0072BC;
    color: white;
}
.tags a:hover::after {
    border-left-color: #0072BC;
}
.single-search {
    text-align: center;
    margin-bottom: 1em;
}
.single-search img {
    width: 100%;
    height: 200px;
}
.btn-success {
    color: #fff;
    background-color: #0072BC;
    border-color: #0072BC;
}
.search-icon i {
    color: #000 !important;
    text-shadow: 1px 1px 2px white;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tagcloud a,
.tags a {
    background: #0072BC;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 0 5px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tagcloud a::before,
.tags a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tagcloud a::after,
.tags a::after {
    background: #f9f9f9;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #0072BC;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tagcloud a:hover,
.tags a:hover {
    background-color: #0072BC;
    color: white;
}
.tagcloud a:hover::after,
.tags a:hover::after {
    border-left-color: #0072BC;
}
.single-related-post {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 1em 0 1em 1em;
    background: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
}
.single-related-post a {
    color: #fff;
}
.single-related-post img {
    width: 100%;
    height: 100px;
}
.single-related-post h5 {
    font-size: 12px;
    margin-top: 0;
    font-weight: normal;
    padding: 10px;
    font-family: tahoma !important;
    color: #0072BC;
}
.single-related-post:hover {
    box-shadow: none;
    background: #FFCB05;
}
.single-related-post:hover a,
.single-related-post:hover h5 {
    color: #fff;
}
