/*

  Theme Name:Puzzle

*/
/* CSS Index

-----------------------------------


@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');


/* 1. Theme default css */
body {
    font-family: 'Roboto';
}
#content_wrapper {
    overflow: hidden;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #c10000;
    text-decoration: none;
}
a, button {
    color: #c10000;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    text-transform: capitalize;
}
@font-face {
    font-family: "Flaticon";
    src: url("assets/fonts//Flaticon.eot");
    src: url("assets/fonts//Flaticon.eot?#iefix") format("embedded-opentype"), url("assets/fonts//Flaticon.woff2") format("woff2"), url("assets/fonts//Flaticon.woff") format("woff"), url("assets/fonts//Flaticon.ttf") format("truetype"), url("assets/fonts//Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}
.flaticon-stock-market:before {
    content: "\f100";
}
.flaticon-marketing:before {
    content: "\f101";
}
.flaticon-fraud:before {
    content: "\f102";
}
.flaticon-report:before {
    content: "\f103";
}
.flaticon-clipboard:before {
    content: "\f104";
}
.flaticon-programming:before {
    content: "\f105";
}
.flaticon-solution:before {
    content: "\f106";
}
.flaticon-contact:before {
    content: "\f107";
}
.flaticon-phone:before {
    content: "\f108";
}
.flaticon-phone-1:before {
    content: "\f109";
}
.flaticon-phone-2:before {
    content: "\f10a";
}
.flaticon-pin:before {
    content: "\f10b";
}
.flaticon-mail:before {
    content: "\f10c";
}
.flaticon-trainer:before {
    content: "\f10d";
}
.flaticon-place:before {
    content: "\f10e";
}
.flaticon-mail-1:before {
    content: "\f10f";
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.btn {
    background: #c10000 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border-radius: 4px;
}
.btn:hover {
    color: #fff;
    background: #00baff;
}
.btn:hover:before {
    width: 100%;
    color: #444
}
.btn.brand-btn {
    background: #fbba42;
    color: #222
}
.btn.brand-btn:hover {
    background: #2f3440;
    color: #fbba42
}
.btn.btn-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fbba42;
    line-height: 1;
    padding: 17px 35px;
}
.btn.btn-2:hover {
    border-color: #2f3440
}
.btn i {
    margin-right: 10px;
}
/* scrollUp */
#scrollUp::before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 20px;
}
#scrollUp {
    background: #c10000;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 65px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 0 !important;
    line-height: 40px;
    border-radius: 50%;
}
#scrollUp:hover {
    background: #444;
}
/* 



  2. header 



*/
.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #333 none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#header-sticky.scroll-header {
    background: rgba(0, 4, 10, 0.9);
}
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
.logo {
    margin-top: 5px;
    margin-left: 0;
}
.logo img {
    height: auto;
    width: 55px;
    padding-top: 4px;
}
.main-menu-area {
    border-bottom: 1px dashed #EEEEEE;
    background: transparent;
    width: 100%;
}
.main-menu ul {}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li:hover {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li > a {
    color: #fff;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    padding: 30px 25px;
}
.main-menu ul li:hover > a {
    color: #c10000;
}
.main-menu ul li ul.submenu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}
.main-menu ul li ul.submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
    border: 0;
}
.main-menu ul li ul.submenu li a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    text-align: left;
    font-size: 13px;
}
.main-menu ul li ul.submenu li:hover > a {
    color: #c10000;
}
.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}
/* 





3. slider 





*/
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
}
.slider-content h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 90px;
    text-transform: uppercase;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}
.slider-content h5 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}
.slider-content p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
}
.slider-content {
    text-align: center;
    margin: 150px auto 50px;
}
.slider-content > a, .slider-content2 > a {
    background-color: #c10000;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 15px 38px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 4px;
}
.slider-content > a:hover, .slider-content2 > a:hover {
    color: #fff;
}
.slider-content > a:before, .slider-content2 > a:before {
    background: #00baff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 4px;
}
.slider-content > a:hover::before, .slider-content2 > a:hover::before {
    transform: scaleY(1);
}
.slider-active .slick-arrow:hover {
    color: #c10000;
}
.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color: #c10000;
}
.slider-active .slick-dots li:last-child {
    margin-right: 0;
}
.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}
.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color: #c10000;*/
    background-color: #c10000;
}
.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #c10000;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}
.slider-active .slick-next {
    right: 40px;
}
.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}
.slider-active .slick-next::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #c10000;
    right: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active .slick-next::before:hover {
    color: red;
}
.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #c10000;
    left: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active-2 .slick-prev::before {
    display: none;
}
.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}
.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}
/*





 4. about-area 





*/
.about-me-area {
    position: relative;
    z-index: 1;
}
/*.about-me-wrapper {

 

  padding: 57px 38px 58px;

}*/
.heading h4 {
    color: #222222;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 25px;
    line-height: 55px;
    text-transform: uppercase;
}
.heading h4 span {
    color: #c10000;
}
/* 





7. testimonial-area





 */
.testimonial-area {}
.testimonial-wrapper {}
.testimonial-img {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin: 0 auto 10px;
    margin-left: 15%;
}
.testi-author h4 {
    font-size: 17px;
    margin: 0 auto;
    padding-top: 15px;
}
.testi-author span {
    color: #999;
    font-size: 14px;
    font-style: italic;
}
.testimonial-img img {
    border-radius: 100% !important;
}
.testimonial-text {
    border: 1px solid #e6e6e6;
    margin: 25px 10px 35px;
    padding: 40px 25px;
    min-height: 180px;
    background-color: #f4f4f4;
    position: relative;
}
.testimonial-text:before {
    position: absolute;
    top: -12px;
    content: "";
    background: url(assets/img/quote-left.png) no-repeat left top;
    display: block;
    width: 22px;
    height: 19px;
}
.testimonial-text p {
    font-style: italic;
    font-family: 'Roboto';
    position: relative;
    color: #333;
    font-size: 16px;
}
.testimonial-text h4 {
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 22px;
    color: #c10000;
}
.testimonial-text span {
    margin: 20px 0 0;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.testimonial-active.owl-carousel .owl-item img {}
.testimonial-active.owl-carousel.owl-loaded {
    margin-bottom: 30px !important;
}
.testimonial-active .owl-dots {
    padding-top: 20px !important;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}
.testimonial-active .owl-dot {
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    position: relative;
    background: #000;
}
.testimonial-active .owl-dot.active {
    background: #c10000;
    position: relative;
}
.testimonial2 .testimonial-active .owl-dot {
    background: #000;
}
.testimonial2 .testimonial-active .owl-dot.active {
    background: #c10000;
}
.testimonial3 .testimonial-active .owl-dot {
    background: #000;
}
.testimonial3 .testimonial-active .owl-dot.active {
    background: #000;
}
.testimonial4 .testimonial-active .owl-dot {
    background: #000;
}
.testimonial4 .testimonial-active .owl-dot.active {
    background: #000;
}
.white-wrapper .testimonial-text span {
    color: #ffffff;
}
.white-wrapper {}
.testi-arrow {
    height: 32px;
    width: 32px;
    background-image: url(assets/img/testimonial-arrow-down.png);
    background-attachment: scroll;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 15%;
}
.testimonial-wrapper .testi-author {
    display: inline-block;
    padding: 0 0 0 15px;
    text-align: left;
    position: relative;
    vertical-align: top;
}
/*



   8.latest news





 */
#homepagecontent .single-product.feature-white .product-img img {
    width: 100%;
}
#homepagecontent .single-product .text-content {
    padding: 22px 15px;
    background-color: #fff;
    text-align: center;
    min-height: 310px;
}
#homepagecontent .single-product .text-content h4 {
    font-size: 24px;
    font-family: 'Roboto';
    color: #222222;
    margin: 0;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
#homepagecontent .single-product .text-content span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto';
    font-style: italic;
    color: #c10000;
}
#homepagecontent .single-product .text-content p {
    color: #999999;
    margin-top: 5px;
    margin-bottom: 15;
}
#homepagecontent .single-product.feature-white {
    background: #f7f7fd;
    margin-right: 15px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
}
#homepagecontent .single-product::before {
    content: '';
    position: absolute;
    height: 90%;
    width: 100%;
    bottom: -15px;
    right: -15px;
    background: linear-gradient(to left, #c10000 6%, #fff 100%);
    z-index: 1;
}
#homepagecontent .single-product::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    height: 20%;
    width: 15%;
    border-radius: 8px 0;
    border-left: 3px solid rgba(194, 0, 0, 0.75);
    border-top: 3px solid rgba(194, 0, 0, 0.75);
}
#homepagecontent .product-img {
    z-index: 2;
    position: relative;
}
#homepagecontent .text-content {
    z-index: 2;
    position: relative;
}
/*##############################################################

                            ## FEATURES ITEM

##############################################################*/
.features-center {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 35px 15px;
	margin-bottom: 0;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.features-center:before, .features-center:after, .features-center .border:before, .features-center .border:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-width: 1px 0px 0px 1px;
    border-radius: 10px 0px 0px 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.features-center:after {
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 0px 10px;
    border-width: 0px 0px 1px 1px;
}
.features-center:before {
    left: auto;
    right: 0;
    border-radius: 0px 10px 0px 0px;
    border-width: 1px 1px 0px 0px;
}
.features-center .border:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
}
.features-center span:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
}
.features-center:hover .border:before {
    width: 60px;
    height: 90px;
    border-color: #c10000;
}
.features-center:hover .border:after {
    width: 90px;
    height: 60px;
    border-color: #c10000;
}
.features-center .border {
    border: none !important;
}
.features-center:hover .border:before {
    width: 60px;
    height: 90px;
    border-color: #c10000;
}
.features-center:hover .border:after {
    width: 90px;
    height: 60px;
    border-color: #c10000;
}
.features-center:hover:before {
    width: 90px;
    height: 60px;
    border-color: #c10000;
}
.features-center:hover:after {
    width: 60px;
    height: 90px;
    border-color: #c10000;
}
.features-center:hover span:before {
    width: 60px;
    height: 90px;
    border-color: #c10000;
}
.features-center:hover span:after {
    width: 90px;
    height: 60px;
    border-color: #c10000;
}
.features-center .btn {
    padding: 12px 20px;
    font-size: 12px;
    border: 2px solid #c10000;
}
.features-center:hover .btn {
    background-color: transparent;
    color: #c10000;
}
.features-center p {}
.features-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-icon i {
    font-size: 60px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.features-icon [class^="flaticon-"]::before {
    margin: 0 auto;
    font-size: 60px;
}
.features-icon {
    -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #c10000;
    -moz-box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #c10000;
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #c10000;
}
.features-center:hover .features-icon {
    -webkit-box-shadow: 0 0 0 55px #fff inset, 0 0 0 5px #c10000;
    -moz-box-shadow: 0 0 0 55px #fff inset, 0 0 0 5px #c10000;
    box-shadow: 0 0 0 55px #fff inset, 0 0 0 5px #c10000;
}
.features-icon.alt-1 {
    -webkit-box-shadow: 0 0 0 2px #c10000 inset, 0 0 0 5px #ffffff;
    -moz-box-shadow: 0 0 0 2px #c10000 inset, 0 0 0 5px #ffffff;
    box-shadow: 0 0 0 2px #c10000 inset, 0 0 0 5px #ffffff;
}
.features-center:hover .features-icon.alt-1 {
    -webkit-box-shadow: 0 0 0 55px #c10000 inset, 0 0 0 5px #ffffff;
    -moz-box-shadow: 0 0 0 55px #c10000 inset, 0 0 0 5px #ffffff;
    box-shadow: 0 0 0 55px #c10000 inset, 0 0 0 5px #ffffff;
}
.features-icon, .features-title:before {
    background-color: #c10000;
}
.features-title {
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.features-title:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    z-index: 1;
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #c10000;
}
.features-center:hover .features-title:before {
    width: 80px;
    margin-left: -40px;
}
.features-icon.alt-1 {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: #ffffff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-icon.alt-1 i {
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-center:hover .features-icon.alt-1 i {
    color: #ffffff;
}
.features-center:hover .features-icon i {
    color: #c10000;
}
.top-bar {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.top-info {
    display: none;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #fff;
}
.top-info .personal-info {
    color: #999999;
    float: left;
    padding: 13px 0;
}
.top-info .personal-info li {
    display: inline-block;
    border-right: 1px solid #ececec;
    padding: 0 20px;
}
.top-info .personal-info li:last-child {
    border-right: none;
}
.top-info .personal-info a {
    color: #fff;
    margin: 0px;
    line-height: 10px;
}
.top-info .personal-info li i {
    margin-right: 5px;
}
.top-info .social {
    float: right;
    margin: 0px;
    padding: 0px;
}
.top-info .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.top-info .social li a {
    padding: 0 10px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.slick-initialized .slick-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 4, 10, 0.9);
}
#header-sticky.scroll-header .top-bar {
    display: none;
}
#header-sticky.scroll-header img {
    width: 60px;
}
#header-sticky.scroll-header .main-menu ul li > a {
    padding: 35px 25px;
}
#header-sticky.scroll-header .main-menu ul li ul.submenu li a {
    padding: 15px 10px;
}
#resume {
    background-image: url(assets/img/bg.jpg);
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    background-size: cover;
    position: relative;
}
.my-resume .heading h4 {
    color: #fff;
}
#resume .heading h4::after {
    margin: 10px auto 15px;
}
#resume::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 4, 10, 0.9);
    content: "";
}
#resume .heading h4 span {
    color: #c10000;
}
/*=======================================================

      FOOTER

========================================================*/
.sub-footer {
    background: url(assets/img/bg1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.sub-footer h4 {
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    text-transform: none;
    margin: 0 auto;
}
.sub-footer a {
    color: #fff;
    margin: 0px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #fff;
}
.fst-up {
    margin-top: -280px;
    background: #2c2d31;
    padding: 30px 15px 20px 15px;
    border-top: 4px solid #c10000;
}
.fst-up img {
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}
footer {
    background-image: url(assets/img/bg2.jpg);
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 4, 10, 0.9);
    content: "";
}
footer .foot2 ul a {
    color: #e5e5e5;
    margin: 5px 0;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}
footer .foot2 ul a:before {
    content: '\f105';
    color: #acafc0;
    font-family: 'FontAwesome';
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
footer .foot2 ul a:hover {
    color: #c10000;
}
footer .foot2 ul a:hover:before {
    margin-right: 13px;
}
footer .social {
    margin: 0px;
    padding: 0px;
}
footer .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
footer .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #aaaaaa;
}
footer .social li a:hover {
    color: #fff;
    background: #c10000;
}
footer .location i {
    width: 25px;
    height: 35px;
    float: left;
    margin-top: 0px;
}
footer .location i[class^="flaticon-"]::before {
    margin: 0 auto;
    font-size: 18px;
}
.googleMapdiv .container-fluid .col-xl-12 {
    padding: 0;
}
footer .foot3 ul li {
    color: #e5e5e5;
    margin: 5px;
    font-size: 14px;
}
footer p {
    color: #e5e5e5;
    margin: 1px;
    font-size: 13px;
}
footer h6 {
    color: #fff;
    font-family: 'Roboto';
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
footer input {
    background: #42444d;
    height: 45px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: none;
    margin-top: 10px;
    color: #fff;
}
footer input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
footer input::placeholder {
    color: #fff;
}
footer button {
    float: right;
    margin: 0px;
    margin-top: -65px;
    line-height: 45px;
    height: 45px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    margin-right: 10px;
    background: none;
    border: none;
}
.foot4 #snd {
    float: right;
    margin: 0px;
    margin-top: -45px;
    line-height: 45px;
    height: 45px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    margin-right: 0;
    border: none;
    width: 30px;
    background: url(img/arrow-right.png) no-repeat center center;
    background-size: 40%;
    font-size: 0;
}
.foot4 #snd:hover {
    background: url(img/arrow-right.png) no-repeat center center;
    border: none;
    background-size: 40%;
}
.sub-space {
    padding-left: 300px;
}
.copyrights {
    padding: 20px 0;
    background: #2c2d31;
}
.copyrights p {
    color: #fff;
    text-align: center;
    margin: 0px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.sub-space [class^="flaticon-"]::before {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    display: block;
    color: #fff;
    border: 2px solid #fff;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
}
footer h6:after {
    display: block;
    content: "";
    height: 3px;
    width: 60px;
    background: #c10000;
    margin: 10px 0 15px;
    position: relative;
}
/* Slider */
.services .slick span {
    display: block;
    height: 475px;
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(0.4);
    transition: all .4s ease;
    opacity: .5;
}
.services .slick-slide {}
.services .slick-prev, .services .slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
}
.services .slick-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #c10000 transparent transparent;
    left: 0;
}
.services .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #c10000;
    right: 0;
}
/* Slider */
.services .slick-initialized .slick-slide::before {
    display: none;
}
.services .slick-slider {
    width: 100%;
    height: auto;
}
.services .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.services .slick-list:focus {
    outline: none;
}
.services .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.services .slick-slider .slick-track, .services .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.services .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.services .slick-track:before, .services .slick-track:after {
    display: table;
    content: '';
}
.services .slick-track:after {
    clear: both;
}
.services .slick-loading .slick-track {
    visibility: hidden;
}
.services .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.services [dir='rtl'] .slick-slide {
    float: right;
}
.services .slick-slide img {
    display: block;
}
.services .slick-slide.slick-loading img {
    display: none;
}
.services .slick-slide.dragging img {
    pointer-events: none;
}
.services .slick-initialized .slick-slide {
    display: block;
}
.services .slick-loading .slick-slide {
    visibility: hidden;
}
.services .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.services .slick-arrow.slick-hidden {
    display: none;
}
.about-me-wrapper .heading h4:after {
    margin: 10px auto 15px;
}
#banner_intro {
    position: relative;
}
.page_banner {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 100px;
    position: relative;
}
.pagettl h1 {
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 0 20px;
    color: #FFF;
}
.breadcrumbs {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #949bac;
    line-height: .8;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs i {
    font-style: normal;
    margin: 0 8px 0 7px;
}
.breadcrumbs span {
    color: #FFF;
}
.page_banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 4, 10, 0.9);
}
#pagecontent {
    padding-bottom: 100px;
}
.pagettl {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
}
.inner-about-container {
    position: relative;
    padding-top: 30px;
}
.inner-about-container .content-column {
    position: relative;
    margin-bottom: 20px;
}
.inner-about-container .content-column .inner-column {
    position: relative;
    padding-left: 45px;
    padding-top: 30px;
}
.inner-about-container .sec-title {
    margin-bottom: 15px;
}
.inner-about-container .text {
    position: relative;
    margin-bottom: 40px;
}
.inner-about-container .text p {
    position: relative;
}
.about-block {
    position: relative;
    margin-bottom: 30px;
}
.about-block .inner {
    position: relative;
    padding-left: 50px;
}
.sec-title h2 {
    position: relative;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
}
#about .image-box {
    position: relative;
}
#about .image-box .abpic {
    position: relative;
}
#about .abpic::before {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 270px;
    width: 270px;
    background-color: #c10000;
    background-position: right top;
    content: "";
}
#about .abpic img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 25px;
    padding-right: 25px;
}
#our-customers .owl-dots {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    z-index: 99;
    padding-top: 10px;
}
#our-customers .owl-dot {
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    position: relative;
    background: #000;
}
#our-customers .owl-dot.active {
    background: #c10000;
    position: relative;
}
#our-customers .item {
    padding: 0 10px;
}
/*------------------------------------------------------------------------------

/ 38. Contact Us

------------------------------------------------------------------------------*/
.contactInfoSection {
    position: relative;
    z-index: 3;
}
.icon_box {
    position: relative;
    padding-top: 59px;
    text-align: center;
}
.icon_box.ib5_left {
    padding-top: 0;
    padding-left: 59px;
    text-align: left;
    margin-bottom: 30px;
}
.icon_box.ib5_right {
    padding-top: 0;
    padding-right: 59px;
    text-align: right;
    margin-bottom: 30px;
}
.icon_box [class^="flaticon-"]::before {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    color: #c10000;
    text-align: center;
    line-height: 118px;
    border-radius: 50%;
    background: #fff;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.icon_box.ib5_left i {
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto 0;
}
.icon_box.ib5_right i {
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.ib5_inner {
    border: 1px solid #ccc;
    padding: 100px 25px 32px;
    background: #FFF;
}
.icon_box.ib5_left .ib5_inner {
    padding: 29px 20px 21px 90px;
}
.icon_box.ib5_right .ib5_inner {
    padding: 29px 90px 21px 20px;
}
.ib5_inner h3 {
    font-size: 26px;
    line-height: .8;
    text-transform: uppercase;
    margin: 0 0 26px;
    font-weight: 800;
}
.ib5_inner p {
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    letter-spacing: 0;
    margin: 0 0 17px;
}
.ib5_inner p span {
    color: #c10000;
}
.ib5_inner > a {
    font-size: 14px;
    display: inline-block;
    line-height: .8;
    color: #c10000;
    font-weight: 500;
    text-transform: capitalize;
}
.ib5_inner > a:hover {
    color: #00baff;
}
.formSections {
    background: #c10000;
    padding: 130px 0 120px;
    margin: -60px 160px 0;
    position: relative;
    z-index: 2;
}
.cotactForm {
    position: relative;
}
.iconInput {
    position: relative;
    margin-bottom: 20px;
}
.iconInput input:not([type="submit"]), .iconInput textarea {
    padding: 0 0 0 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #c01717;
    display: block;
    width: 100%;
    color: #c01717;
    font-weight: 600;
    letter-spacing: 0;
    height: 57px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.iconInput input:not([type="submit"]):focus, .iconInput textarea:focus {
    color: #FFF;
    border-bottom-color: #fff;
}
.light_form .iconInput input:not([type="submit"]), .light_form .iconInput textarea {
    color: #fff;
    border-color: #c01717;
    margin-bottom: 30px;
}
.light_form .iconInput input:not([type="submit"]):focus, .light_form .iconInput textarea:focus {
    color: #fff;
    border-color: #c01717;
}
.iconInput textarea {
    padding: 15px 0 0 50px;
    resize: none;
    height: 156px;
}
.iconInput input::-moz-placeholder, .iconInput textarea::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.iconInput input::-ms-input-placeholder, .iconInput textarea::-ms-input-placeholder {
    color: #c01717 !important;
    opacity: 1 !important;
}
.iconInput input::-webkit-input-placeholder, .iconInput textarea::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.iconInput input:focus::-moz-placeholder, .iconInput textarea:focus::-moz-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}
.iconInput input:focus::-ms-input-placeholder, .iconInput textarea:focus::-ms-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}
.iconInput input:focus::-webkit-input-placeholder, .iconInput textarea:focus::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 1 !important;
}
.light_form .iconInput input::-moz-placeholder, .light_form .iconInput textarea::-moz-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}
.light_form .iconInput input::-ms-input-placeholder, .light_form .iconInput textarea::-ms-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}
.light_form .iconInput input::-webkit-input-placeholder, .light_form .iconInput textarea::-webkit-input-placeholder {
    color: #959ba9 !important;
    opacity: 1 !important;
}
.light_form .iconInput input:focus::-moz-placeholder, .light_form .iconInput textarea:focus::-moz-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}
.light_form .iconInput input:focus::-ms-input-placeholder, .light_form .iconInput textarea:focus::-ms-input-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}
.light_form .iconInput input:focus::-webkit-input-placeholder, .light_form .iconInput textarea:focus::-webkit-input-placeholder {
    color: #06163a !important;
    opacity: 1 !important;
}
.cotactForm.light_form .reqError, .cotactForm .reqError {
    border-color: #c10000 !important;
}
.iconInput i {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 14px;
    color: #fff;
    height: 57px;
    line-height: 57px;
}
.cotactForm input[type="submit"] {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #00baff;
    display: inline-block;
    color: #FFF;
    height: 60px;
    min-width: 200px;
    padding: 0 25px;
    text-align: center;
    line-height: .9;
    border: 2px solid #00baff;
    margin-top: 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    border-radius: 4px;
    cursor: pointer;
}
.light_form.cotactForm input[type="submit"] {
    margin-top: 20px;
}
.cotactForm input[type="submit"]:hover {
    background-color: transparent;
    color: #00baff;
}
.googleMapSection {
    padding: 0;
    margin: -60px 0 0;
}
.noMarginTop {
    margin-top: 0;
}
.gmap {
    width: 100%;
    overflow: hidden;
}
.gmap iframe {
    border: none;
    width: 100%;
    height: 600px;
    display: block;
}
.contactInfodiv {
    position: relative;
    z-index: 3;
    background: transparent;
}
.sec_title {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.googleMapdiv {
    padding: 0;
    margin: -60px 0 0;
}
.homeslid rs-sbg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.homeslid rs-sbg {
    position: relative;
}
.service_single {
    padding: 50px 0;
}
#serv_ic {
    text-align: center;
}
.product_single {
    padding: 50px 0;
}
#text_field {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
#text_areas {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
#snd {
    background-color: #c10000;
    border: 1px solid #c10000;
    color: #fff;
    padding: 2px 20px;
    cursor: pointer;
    border-radius: 4px;
}
#snd:hover {
    background-color: #00baff;
    border: 1px solid #00baff;
    color: #fff;
}
#pagecontent ul li {
    list-style: disc;
    margin-left: 15px;
    line-height: 32px;
}
#homepagecontent {
    position: relative;
    padding-bottom: 50px;
}
.team-content {
    margin-top: 15px;
}
.team-img img {
    border-radius: 85px;
}
.team_item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.team_part {
    padding: 35px 0 100px;
    background-color: #ebebeb;
}
.team-content h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.service-col .vc_column-inner {
    border: 2px solid #ccc;
    padding: 15px 0 10px;
}
.service-col h3 {
    font-weight: bold;
}
.service-form .nm {
    width: 100%;
    padding: 10px 15px;
}
.service-form .description {
    width: 100%;
    height: 100px;
    display: block;
}
.service-form .description textarea {
    padding: 10px 15px;
    resize: none;
}
.service-form .date {
    width: 100%;
    float: left;
    max-width: 360px;
}
.service-form .date .wpcf7-date {
    padding: 10px 15px;
}
.service-form .time {
    width: 100%;
    float: right;
    max-width: 170px;
    display: block;
}
.service-form .time .wpcf7-select {
    padding: 15px;
}
.note-form {
    color: #c10000;
    font-size: 14px;
    font-weight: bold;
}
.book-now {
    background: #c10000;
    border: 1px solid #fff;
    clear: both;
    color: #fff;
    padding: 10px 35px;
    margin-top: 15px;
    border-radius: 10px;
    cursor: pointer;
}
/*===25.3.20===*/
.location li {
    padding-right: 13px;
    padding-left: 13px;
}
.qsm-quiz-container.qmn_quiz_container.mlw_qmn_quiz {
    padding-top: 50px;
}
.quiz_section .mlw_qmn_message_before p {
    text-align: center;
    font-size: 40px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
}
.quiz_section.quiz_begin {
    display: block !important;
}
.quiz_section {}
.quiz_section.quiz_end .qsm-submit-btn {
    display: block;
    margin: 0 0 10px;
    background-color: #c10000 !important;
    border: none;
}
.quiz_section .mlw_qmn_message_before {
    margin: 0 auto;
    padding: 0;
}
.qmn_pagination {
    padding: 15px 15px !important;
}
.qmn_quiz_container .qmn_pagination .qmn_btn {
    color: #fff !important;
    background: #c10000 !important;
}
footer table tr td {
    width: 100%;
}
footer table tr td div {
    height: auto !important;
}
footer input.buttonWidget {
    width: 90px;
    background-color: #c10000;
    border-radius: 4px;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 0;
}
.services .owl-item > div {
    cursor: pointer;
    transition: margin 0.8s ease;
    transform: translate(-2%, 0) scale(0.8);
}
.services .owl-item.center > div {
    cursor: auto;
    
    transform: translate(-2%, 0) scale(1);
}
.services .owl-item:not(.center) > div:hover {
    opacity: .75;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    color: #000;
    font-size: 0;
    top: 45%;
}
.owl-carousel .owl-nav .owl-next {
    margin-right: -15px;
    right: 0;
}
.owl-carousel .owl-nav .owl-prev {
    margin-left: -15px;
}
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome'; font-size: 50px;
}
.owl-carousel .owl-nav .owl-next::before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 50px;
}

.about-me-wrapper {
	width: 100%;
	margin: 0 auto;
}
#field_1-1 label {
	width: 20%;
	float: left;
}

#field_1-2 label {
	width: 20%;
	float: left;
}

#field_1-3 label {
	width: 20%;
	float: left;
}

#bokap a{color: #fff !important;
    border-color: #c10000 !important;
    background-color: #c10000 !important;
font-family: 'Roboto' !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}
.entry.blog_cont {
}
#blog_content {
	position: relative;
	padding-top: 60px;
}
#blog_content .auth_img {
	border-radius: 100%;
	margin-right: 5px;
}
.single-postblog h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 28px;
}
.rmb a {
	background-color: #c10000;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
}
#blog_content .dt {
	font-size: 14px;
	margin-bottom: 10px;
	color: rgb(117, 117, 117);
}
#blog_content .dt b {
	color: rgb(41, 41, 41) !important;
}
.single-postblog {
	position: relative;
	clear: both;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
.entry.blog_cont p {
    padding-bottom: 20px;
}
#blog_sidebar{position: relative; padding-top: 60px;}
#blog_sidebar h6 {
	color: #333;
	font-family: 'Roboto';
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 700;
}
#blog_sidebar ul li a {
	color: rgb(117, 117, 117);
}

#blog_sidebar ul li {
	list-style: none;
	margin-left: 0;
	font-size: 14px;
}

.timest {
	padding-left: 56px;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#blog_sidebar .tagcloud a {
	background-color: #E1E1E1;
	color: #000;
	padding: 5px 15px;
	border-radius: 30px;
	display: inline-block;
	line-height: 11px;
}
#blog_content p {
	color: #000;
	font-size: 14px;
	line-height: 28px;
}
.singleimg{margin-bottom:20px;}
#blog_content ol li {
	list-style: image-set;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
}
#blog_content ul li {
	list-style: disc;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
}
#bottomdt a {
	font-size: 13px;
}
#bottomdt span {
	font-size: 13px;
	color: rgb(117, 117, 117);
}
#bottomdt a {
	background-color: rgb(230, 230, 230);
	display: inline-block;
	padding: 2px 8px;
	color: rgb(41, 41, 41);
	border-radius: 30px;
	font-size: 13px;
}
#blog_sidebar .related-gallery img {
	max-width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 10px;
}
#blog_sidebar .gallery-caption {
	text-align: left;
	font-size: 14px;
	color: rgb(117, 117, 117);
}
#blog_sidebar .gallery-caption a{
	text-align: left;
	font-size: 14px;
	color: rgb(117, 117, 117);
}
.wdsblog div a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}
.wdsblog div p {
	font-size: 13px;
	line-height: 22px;
}
.saboxplugin-authorname a {
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(41, 41, 41);
	font-weight: 500;
}
.saboxplugin-gravatar {
	float: right !important;
}
#blog_content blockquote{
  font-size: 1.4em;
  width:90%;
  margin:30px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #89cff0 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

#blog_content blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#89cff0;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

#blog_content blockquote::after{
  content: '';
}

#blog_content blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
#blog_sidebar .wdsblog {
	position: relative;
	clear: both;
	display: block;
}
#blog_sidebar .wdsblog #related_posts ul li {
	clear: both;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}
#blog_sidebar .wdsblog #related_posts .related_pic {
	width: 30%;
	float: right;
	margin-left: 10px;
}
#blog_sidebar .wdsblog .related_content {
	float: left;
	width: 65%;
}
#blog_sidebar .wdsblog .related_content a {
	line-height: 18px;
	color:#000;
}
#blog_sidebar .wdsblog .related_pic img {
	width: 100%;
	height: auto;
}
#blog_sidebar .wdsblog .related_content p {
	margin-bottom: 5px;
}
#respond {
	position: relative;
	margin-top: 25px;
}
.comment-form-comment label {
	clear: both;
	display: block;
}
.comment-form-author label {
	clear: both;
	display: block;
}
.comment-form-email label {
	clear: both;
	display: block;
}
.comment-form-url label {
	clear: both;
	display: block;
}
#submit {
	background-color: #c10000;
	border: 0;
	display: inline-block;
	color: #fff;
	padding: 8px 25px;
	border-radius: 30px;
	cursor: pointer;
}
#respond  #comment {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 15px;
	height: 150px;
}
#respond #author {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding: 5px 15px;
}
#respond #email {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding: 5px 15px;
}
#respond #url {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding: 5px 15px;
}

