@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.eot');
    src: url('../fonts/Cairo-Bold.otf') format('embedded-opentype'),
    url('../fonts/Cairo-Bold.woff') format('woff'),
    url('../fonts/Cairo-Bold.woff2') format('woff2'),
    url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* _____________________________

   General Elements
________________________________ */

body {
    font-family: 'Cairo', sans-serif;
    font-size: 14px !important;
    color: #2b2b2b;
    font-weight: 300;
    overflow-x: hidden;
}

[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
    text-align: right;
    direction: rtl;
}

label {
    font-size: 12px;
    font-weight: bolder;
}

iframe {
    height: 400px;
    min-height: 100%;
    width: 100% !important;
}

p {
    margin-bottom: 0;
    color: #6d6d6d;
}

a {
    color: inherit;
}

br {
    line-height: 15px;
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #229a39;
}

::-webkit-scrollbar-thumb {
    background: #229a39;
}

a:hover, a:active {
    color: #229a39;
    text-decoration: none;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
}

.form-control::placeholder {
    color: #c2c2c2;
    opacity: 1;
    font-size: 10px !important;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    color: #6d6d6d;
    line-height: 2rem;
}

:focus {
    outline: none;
}

img {
    max-width: 100%
}

section {
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
}

.section-padding {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;

}

.section-shadow {
    box-shadow: inset 0 0 30px rgba(62, 95, 136, .3);
}

.section-main-color {
    background-color: rgba(62, 95, 136, .1);
}

.section-top-margin {
    margin-top: 7.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: 'Cairo', sans-serif;
    margin-bottom: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

/*backgrounds*/
.gradient-bg {
    background: #229a39;
    background: -moz-linear-gradient(left, rgba(34, 154, 57, 0.8) 2%, rgba(34, 154, 57, 0.3) 82%);
    background: -webkit-linear-gradient(left, rgba(34, 154, 57, 0.8) 2%, rgba(34, 154, 57, 0.3) 82%);
    background: linear-gradient(to right, rgba(34, 154, 57, 0.8) 2%, rgba(34, 154, 57, 0.3) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' rgba(34, 154, 57, 0.8)', endColorstr='rgba(34, 154, 57, 0.3)', GradientType=1);
}

.bg {
    background-image: url("../../uploads/bg.jpg");
}

.bg2 {
   background-color: #f8f9fa!important;
}


.section-bunner-top {
    background-size:100%;
    background-position:center;
    padding: 1rem 0;
}


/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* z index */
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-2 {
    z-index: 3;
}

.z-index-2 {
    z-index: 4;
}

.z-index-2 {
    z-index: 5;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background-color: #000;
    opacity: .5;
}

/*links*/
.main-link {
    color: #3b5998;
}

.main-link:hover {
    color: #229a39;
}

/* text-color */
.main-color {
    color: #229a39;
}

.alt-color {
    color: #3b5998;
}

/* button */
.btn {
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 24px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 25px
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* button background */
.btn.banner-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #229a39;
    border-radius: 50px;
}

.btn.banner-btn:hover, .btn.banner-btn:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important;
}

.btn.main-btn {
    background-color: #229a39;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 2px 20px;
    overflow: hidden;
    border: 1px solid #229a39;
}

.btn.main-btn:hover {
    background: transparent !important;
    border-color: #229a39 !important;
    color: #229a39 !important
}

.btn.alt-btn {
    background-color: #3b5998;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 2px 20px;
    border: 1px solid #3b5998;
}

.btn.alt-btn:hover {
    background: transparent !important;
    border-color: #3b5998 !important;
    color: #3b5998 !important
}

.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff !important;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

#scrollup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    left: 20px;
    cursor: pointer;
    z-index: 66;
    text-align: center;
    background: #3b5998;
}

#scrollup:hover {
    opacity: 0.8;
}

#scrollup i {
    margin: 15px auto;
    color: #FFFFFF;
    font-size: 20px;

}

#gift {
    text-align: center;
    width: auto;
    position: fixed;
    bottom: 15%;
    left: 20px;
    cursor: pointer;
    z-index: 66;
}

#gift img{
    width: 50px;
    height: 50px;
}
/* _____________________________

   Social Icon Hover
________________________________ */

/*icon bg bover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* _____________________________

   Preloader
________________________________ */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3b5998;
    z-index: 9999;
}

.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2em;
    opacity: 0.7;
    color: #ffffff;
}

.loader::before, .loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
    background-color: #ffffff;
}

.loader::before {
    top: 0;
}

.loader::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

/* _____________________________

   Header and Navigation
________________________________ */

.top-header {
    background-color: #3b5998;
}

.top-header-links a {
    color: #ffffff !important;
    padding: 0 .5rem;
    font-size: 12px;
}

.top-header-links a:hover {
    color: #ffffff !important;
}

.navbar-light {
    background-color: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.nav-item .nav-link {
    padding: 0 .7rem !important;
    color: #000000;
}

.nav-item .btn {
    line-height: 1.5rem !important;
}

.nav-item .nav-link:hover {
    color: #229a39 !important;
}

.navbar-brand img {
    max-width: 280px;
    vertical-align: middle;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #229a39;
}

.nav-item.submenu {
    position: relative;
}

.nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .nav-item.submenu ul {
        position: absolute;
        top: 50px !important;
        left: 0;
        min-width: 240px;
        text-align: right;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
    }
}

.nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.nav-item.submenu ul .nav-item .nav-link {
    /*line-height: 45px;*/
    color: #6d6d6d;
    padding: 3px 10px !important;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
    font-size: 14px;
}

.nav-item.submenu ul .nav-item .nav-link:hover {
    background-color: #229a39;
    color: #ffffff !important;
}

.nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
    .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.nav-item.submenu:hover ul .nav-item {
    margin-top: 0;
}

@media (max-width: 992px) {
    .nav-item .nav-link {
        padding: 1rem !important;
    }

    .navbar-collapse {
        z-index: 99;
        max-height: 300px;
        overflow-y: scroll;
    }

}

/* _____________________________

   Slider
________________________________ */

.tp-leftarrow.default{
    padding: 25px !important;
    background-position: center !important;
    left: 0 !important;
}
.tp-rightarrow.default{
    padding: 25px !important;
    background-position: center !important;
    right: 0 !important;
}

.tp-rightarrow.default:hover,.tp-leftarrow.default:hover{
    background-position: center !important;
}
.tp-rightarrow, .tp-leftarrow {
    background-color: #3b5998 !important;

}

.tp-caption h3 {
    color: #229a39 !important;
    text-align: center;
    font-size: 20px;
}

.tp-caption p {
    color: #858585;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
}

.priceBox {
    background: #fff;
    padding: 0;
    border: 1px solid #229a39;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;

}

.priceBox input.custom {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    font-family: inherit;
}

.tp-caption.medium_bg_asbestos {
    font-family: inherit;
}

.textbox-field.row {
    margin: 0;
}

.priceBox.selected {
    background: #229a39;
    color: #fff;
}

.textbox-field .priceBox, #product .priceBox, .project-widget .priceBox {
    height: 30px;
    line-height: 30px;
    margin: 1%;
    width: 22%;
    display: inline-block;
    border-radius: .25rem;

}

/*--help widget styles--*/
.helpSection {
    background-color: #ffffff;
    max-width: 365px !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    position: absolute;
    left: 230px;
    top: 30%;
    font-family: 'Cairo', sans-serif;
    border: 2px solid #ddd !important;
}

.helpSection h3 {
    margin: 0 0 12px;
    font-family: 'Cairo', sans-serif;
}

.helpSection p {
    margin: 0 0 18px;
    font-family: 'Cairo', sans-serif;
}

.helpSection .form-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.helpSection .form-elements .checkbox-element {
    margin-left: 20px;
}

.helpSection .form-elements .checkbox-element .checkbox-label {
    margin-bottom: 0;
}

.helpSection .form-elements .checkbox-element .checkbox-label input {
    margin-left: 8px;
    margin-top: 0;
    vertical-align: middle;
}

.helpSection .form-elements .input-group {
    max-width: 172px;
}

.helpSection .form-elements .input-group .quantity-right-plus {
    border-radius: 4px 0 0 4px;
}

.helpSection .form-elements .input-group .quantity-left-minus {
    border-radius: 0 4px 4px 0;
}

.helpSection .form-elements .input-group .form-control {
    text-align: center;
    min-height: 43px;
}

.helpSection .textbox-field .form-control {
    margin-bottom: 18px;
    text-align: center;
}

.helpSection .help-widget .hepbtns {
    margin: 12px 0;
}

.helpSection .help-widget .hepbtns .btn {
    border-radius: 4px;
    padding: 6px 20px;

    margin: 0 4px;

}

.helpSection .detailbtn {
    color: #353535;
    font-size: 14px !important;

}

.helpSection .detailbtn:hover {
    color: #229a39;
}

@media screen and (min-width: 922px) {
    .helpSection {
        top: 20% !important;
    }
}

@media screen and (max-width: 922px) {
    .helpSection {
        top: 10% !important;
    }
}

@media screen and (max-width: 767px) {
    .helpSection {
        position: relative !important;
        left: 0 !important;
        right: 0;
        max-width: 100% !important;
        padding: 20px 15px 75px;
        height: auto !important;
        top: 0 !important;
    }

    .tp-banner-container {
        position: relative !important;
    }

    .slideLi {
        height: 400% !important;
    }

    .slotholder {
        height: 25% !important;
    }
}

@media screen and (max-width: 415px) {
    .about-section {
        margin-top: 7rem !important;
    }
}

/* _____________________________

   Footer
________________________________ */
.footer {
    padding: 55px 0 40px;
    border-top: 5px solid #239b3a;
    background-color: #464646;
}

.footer ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}

.footer .inline-list {
    padding-left: 0;
}

.footer .inline-list li {
    display: inline-block;
    margin-right: 8px;
}

.footer .footer-navigation h5, .footer .footer-navigation p {
    margin-bottom: 12px;
    color: #fff;
}

.footer .footer-navigation ul li a {
    color: #eee;

}

.socail-icons ul li a .fa {
    border-radius: 50%;

    border: 1px solid #eee;
    padding: 7px;
}

.footer .footer-navigation ul li a:hover, .footer .footer-navigation ul li a:focus {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #fff;
}

.footer .footer-menu ul li {
    position: relative;
}

.footer .footer-menu ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #229a39;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
}

.footer .footer-menu ul li a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 8px 16px 8px 0;
}

.footer .logosection img {
    margin-bottom: 25px;
    width: 75%;
}

.footer .form-sub {
    display: flex;
    align-items: center;
}

.footer .form-sub .form-control {
    border-radius: 0;
}

.footer .form-sub {
    margin-bottom: 30px;
}

.footer .form-sub .btn, .footer .form-sub .form-control {
    min-height: 2.5rem;
    border-color: transparent;
    font-size: 12px;
}

.footer .form-sub .btn:focus, .footer .form-sub .form-control:focus {
    outline: none;
}

.instafeed {
    margin: .1rem;
}

.instafeed li {
    overflow: hidden;
}

.instafeed li img {
    margin: .1rem;
}

.dways-footer{
    background-color: rgba(225, 184, 76,.6);
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 1199px) {
    footer .form-sub .form-control {
        max-width: 75%;
    }
}

@media screen and (max-width: 991px) {
    footer .form-sub .form-control {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .footer .form-sub {
        max-width: 165px;
    }

    .footer .footer-navigation > [class^="col-"] {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-menu ul li a {
        border-bottom: none;
    }

    .footer .form-sub {
        max-width: 100%;
    }
}

.footer .socail-icons h3 {
    margin-bottom: 20px;
    color: #777;
}

.footer .socail-icons li a {
    font-size: 16px;
}

.footer .payment-cards ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer .payment-cards .inline-list li {
    margin-right: 5px;
}

.footer .payment-cards .inline-list li:first-child {
    margin-right: 0;
}

/*footer bottom*/
.footer-bottom {
    background-color:#3b5998;
    text-align: center;
    padding: .5rem 0;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom p {
    margin-bottom: 0;
}

.copyright {
    font-size: 12px;
	  color: #fff;
}

.copyright a {
  color: #fff;
}

/* _____________________________

   Index sections
________________________________ */

/*about*/
.shape {
    background: url("../../uploads/about.jpg") center center/cover no-repeat local;
    position: absolute;
    width: 100%;
    height: 510px;
    right: 0;
    top: 30%;
}

@media (max-width: 991px) {
    .shape {
        width: 80%;
    }
}

.about-text h2 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 40px;
    margin-top: 5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .about-text h2 {
        font-size: 15px;
        margin-top: 8rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .about-text h2 {
        margin-top: 1rem;
        font-size: 13px;
    }

    .shape {
        display: none;
    }
}

.about-content {
    background-color: #ffffff;
    padding: 60px 30px;
    -webkit-box-shadow: 0 5px 40px 0 rgba(240, 245, 245, 0.2);
    box-shadow: 0 5px 40px 0 rgba(240, 245, 245, 0.2);
}

.about-text p {
    margin-bottom: 2em;
}

@media (max-width: 991px) {
    .about-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-text {
        margin-bottom: 0;
    }

    .img-holder {
        display: none;
    }
}

.box {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 15px;
}

.circle-border {
    background: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
    border: solid 1px #F0F5F5;
    position: relative;
    cursor: pointer;
}

.circle-border:before {
    content: "";
    position: absolute;
    border: solid 2px #F0F5F5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    border-radius: 50%;
}

.circle-border:hover:before {
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}

.front-icon-circle {
    background: #F0F5F5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #F0F5F5;
}

.front-bar h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.front-icon-info {
    padding-top: 15px;
}

.front-icon-info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8rem;
    margin-top: 5px;
}

.seo-center-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 8px;
    left: 0;
}

.seo-center-icon i {
    font-size: 2.5rem;
}

.management-img {
    background: #f4f4f4;
    border-radius: 50%;
    padding: .25rem;
}

/*projects*/
.projectDiv {
    box-shadow: 0 20px 50px 0 rgba(20, 52, 92, 0.2);
    border-radius: 1.5rem;
    margin-bottom: 2rem !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.projectDiv .card-img-top {
    border-radius: 1.5rem 1.5rem 0 0;
    height: 200px;
}

.projectDiv .card-footer {
    padding: .25rem 0 0 0;
}

.projectHeader {
    position: relative;
    z-index: 1;
}

.projectHeader::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #229a39;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.projectHeader .title {
    width: 50%;
    background: #229a39;
    margin: 15px auto 10px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.project-text {
    font-size: 14px;
    font-weight: 900;

    /* height: 80px;*/
}

.price {
    font-size: 10px;
}

.amountProject {
    background-color: #fefefe;
    padding: 10px 0;
    border-top: 1.5px solid #e0e0e0;
}

.amountProject {
    border-top: none;
}

.amountProject strong {
    color: #229a39;
    font-size: 1.5rem;
}

.amountProject p {
    font-size: .8rem;
    margin-bottom: 4px !important;
}

.amountProject p span {
    color: #229a39;
}

.btnSection {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 15px 25px 15px;
    justify-content: center;
}

.btnSection button {
    margin: 0 5px;
    border-radius: .25rem;
}

.share-icon a {
    font-size: 15px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;

    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

/*parteners*/
.parteners {
    padding: 35px 0 45px;
}

.partener_item {

    padding: 10px;
}

.partener_item img {
    border: 1px solid #dddddd;
    padding: 1rem;
    background-color: #ffffff;
    max-width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*counters*/
.counters-area {
    background-position: bottom;
    background-size: cover;
}

.counters-area .overlay {
    background-color: #3b5998;
    opacity: .6;
}

.single-counter {
    text-align: center;
}

.single-counter p {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
}

@media (max-width: 960px) {
    .single-counter {
        margin-bottom: 50px;
    }
}

.circle {
    border: 1px solid #f0f5f5;
    border-radius: 68px;
    display: inline-block;
}

.inner {
    background-color: #f0f5f5;
    border-radius: 50px;
    margin: 4px;
    height: 90px;
    width: 90px;
}

.single-counter h5 {
    margin-top: -70px;
    font-size: 24px;
    color: #229a39;
}

.single-counter p {
    font-size: 18px;
    padding-top: 60px;
}

/*services*/
.services-style1 {
    width: 100%;
    position: relative;
    box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 3rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

.services-max-width {
    max-width: 270px;
}

.services-caption {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.services-caption::before {
    background-color: #229a39;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.services-caption-text {
    position: relative;
    padding: 1rem;
    text-align: right;
    margin-top: 50px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.services-caption-text h4 {
    color: #382c4d;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
}

.services-caption-text span {
    color: #4a4a4a;
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.hover-circle-element {
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 1rem;
    height: 1rem;
    border: 0 solid;
    color: #ffffff;
    border-radius: 100%;
    opacity: 0;
    text-align: center;
    line-height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.services-style1:hover .hover-circle-element {
    width: 200px;
    height: 200px;
    border: 50px solid;
    opacity: 0.6;
}

.services-style1:hover .services-caption-text {
    margin-top: 0;
    opacity: 1;
}

.services-style1:hover .services-caption-text h4,
.services-style1:hover .services-caption-text span {
    color: #ffffff;
}

.services-style1:hover .services-caption::before {
    opacity: 0.85;
}

/*library*/
.library .single-library {
    text-align: center !important;
    margin-bottom: 2em !important;
}

.library .single-library p {
    margin-top: 1rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.library .hb-md {
    line-height: 40px;
    font-size: 18px;
}

.library .hb-facebook-inv, .library .hb-facebook-inv::after, .library .hb-facebook-inv::before, .library .hb-facebook:hover, .library .hb-facebook:hover::after, .library .hb-facebook:hover::before {
    border-color: #6d6d6d;
    color: #6d6d6d;
    background: 0 0;
}

.library .hb-facebook-inv:hover, .library .hb-facebook-inv:hover::after, .library .hb-facebook-inv:hover::before {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.library img{
    max-width: 64px !important;
}

/*contact*/
.bg-img {

    background: url(../../uploads/contactbg.jpg);
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contact-bg {
    background: #229a39;
}

.contact-list {
    max-width: 80% !important;
}

.contact_info .info_item {
    position: relative;
    padding-right: 45px;
}

.contact_info .info_item i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #37C4A2;
    font-weight: 600;
}

.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: #222222;
}

.contact_info .info_item h6 a {
    color: #222222;
}

.contact_info .info_item p {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 0px;
}

.contact_form .form-group {
    margin-bottom: 10px;
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #229a39;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    padding-right: 20px;
}

.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact_form .form-group .form-control.placeholder {
    color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder,.contact_form .form-group select option {
    color: #999;
    font-size: 14px !important;
}

.contact_form .form-group textarea {
    resize: none;
}

.contact_form input.form-control {
    height: 40px !important;
}

.contact_form .form-group textarea.form-control {
    height: 140px;
}

.contact_form .myBtn {
    margin-top: 20px;
}

.contact-icon {
    margin: 30px;
}

/* _____________________________

Dways page
________________________________ */
.dways-banner-area .banner-inner {
    position: relative;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    z-index: 1;
}

.dway-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 3px solid rgba(34, 154, 57, 0.2);
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #ffffff;
}

@media (max-width: 991px) {
    .dway-box {
        padding: 20px;
    }
}

.dway-box .icon {
    margin-bottom: 20px;
}

.dway-box .icon i {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    background: currentColor;
    border-radius: 5px;
}

.dway-box .icon i:after {
    position: absolute;
    top: -119px;
    right: -45px;
    bottom: -40px;
    left: 20px;
    content: "";
    background: rgba(34, 154, 57, 0.3);
    z-index: -1;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(130deg);
}

.dway-box .icon i:before {
    color: #ffffff;
}

.dway-box .icon i img {
    padding: .5rem;
}

.dway-box .icon i.main {
    color: #0093bd;
}

.dway-box .icon i.alt {
    color: transparent !important;
}

.dway-box .icon i.third {
    color: #35557b;
}

.dway-content {
    height: 167px;
}

.dway-box h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 15px;
}

.dway-box h5:after {
    content: "";
    position: absolute;
    right: 0;
    width: 35px;
    height: 2px;
    background: #ddd;
    bottom: 0;
}

.dway-box p {
    margin: 0;
    text-align: justify !important;
}

.dway-box .read-more {
    padding-top: 20px;
    font-size: 13px;
    line-height: 13px;
}

.dway-box:hover {
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bank-account {
    color: #0093bd;
    text-decoration: underline !important;
    cursor: pointer;
}

.popover-header {
    background-color: #ffffff;
}

/* _____________________________

   About page
________________________________ */

.about-text {
    line-height: 2.5rem;
}

/* _____________________________

   Project Details
________________________________ */
.project-banner {
    min-height: 450px;
}

.kafalah-project {
    background-image: url(../../uploads/projects/p3.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.project-details h4 {
    background-color: rgba(248, 184, 100, 0.8);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}

.project-details h2 {
    font-size: 36px;
    padding: 5px;
    border-radius: 2px;
}

.project-details p {
    margin-bottom: 30px;
}

.project-details .progress {
    width: 100%;
    height: 10px;
    border-radius: 30px;
    background-color: rgba(217, 164, 21, 0.3);
    overflow: inherit;
    margin-bottom: 40px;
}

.project-details .progress .progress-bar {
    background-color: #3b5998;
    position: relative;
    border-radius: 30px;
}

.project-details .progress .progress-bar span {
    position: absolute;
    display: block;
    background-color: #3b5998;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
}

.project-details .progress .progress-bar span:before {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(217, 164, 21, 0.8);
}

/* _____________________________
Project Details
________________________________ */

.cart-img {
    width: 100px;
}

.payment-content {
    padding: 20px 10px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    margin-bottom: 1rem !important;
}

.payment-icon {
    position: relative;
    padding: 30px 0;
}

.payment-icon::before {
    position: absolute;
    left: 60px;
    border: 1px solid #3b5998;
    width: 20%;
    content: "";
    top: 50%;
}

.payment-icon::after {
    position: absolute;
    right: 60px;
    border: 1px solid #3b5998;
    width: 20%;
    content: "";
    top: 50%;
}

.payment-content i.fa {
    font-size: 30px;
    color: #3b5998;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #3b5998;
}

.projectDiv h5 {
    text-align: center;
    padding: 5px 0;
}

.card-body {
    padding: 0px;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    display: block;
}

.card-body .content-body {
    padding: 0px 20px;
    background-color: #fff;
}

.card-body .header-body .location-holder, .card-body .header-body .share-icon {
    padding: 2px 20px;

}

.navbar-brand {
    padding: 0;
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {
    height: 50px;
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
    width: 70px;
    height: auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;

    box-shadow: 5px 5px 5px 0 rgba(20, 52, 92, 0.2);

}

.navbar .MegaMenudropdown {
    margin-right: -512px;
    /* position: absolute;*/
    /* top: 66px;*/
    width: 1024px;
    /* right: 0;*/
     background-color: #f1f1f1;
    /* display: none; */

}

.navbar .MegaMenudropdown span {
    font-size: 14px;
}

.navbar .MegaMenudropdown .flex-wrapper {

    padding-top: 20px;
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] {
    margin-bottom: 25px;
}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {
    display: flex;

}

.navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
    margin-left: 15px;
    height: 64px !important;
    width: 64px !important;
    padding: .5rem !important;
}

@media screen and (min-width: 1024px) {
    .header .primary-nav ul li.dropdown:hover .dropdown-menu {
        display: block;
    }

    .header .primary-nav ul li:hover .MegaMenudropdown {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] {
        margin-bottom: 15px;
    }

    .navbar .MegaMenudropdown .flex-wrapper {
        padding: 25px 0;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] > a {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .header .primary-nav ul li {
        position: relative;
    }

    .navbar .MegaMenudropdown {
        margin-right: unset;
        top: 0;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        position: relative;
    }

    .navbar .MegaMenudropdown .flex-wrapper {
        max-height: unset;

    }

}

@media screen and (max-width: 480px) {

    .navbar-brand img {
        max-width: 245px;
    }

    .primary-nav .navbar-nav li a {

        font-size: 16px;
        text-align: center;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure {

        justify-content: center;
        text-align: center;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure img {
        margin-left: 0;
    }

    .navbar .MegaMenudropdown .flex-wrapper > [class*="col-"] figure span {
        width: 100%;
        display: block;
    }

}

img.mhc_image_0 {
    width: 80px;
}

.form-control {
    padding-right: 10px;
}

/*.project-detail.boxprojects {
    padding: 0;
    float: left;
    background-color: #fff;
    max-width: 345px;
    padding-bottom: 10px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
    text-align: center;
}
@media (min-width: 992px){

.project-detail.boxprojects {
    padding: 0;
    float: left;
    background-color: #fff;
    max-width: 345px;
    padding-bottom: 10px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
    text-align: center;
    margin-left: 30px;
}

}*/
.project-detail.boxprojects {
    padding: 0;
}

/**----project detail--*/
.project-detail {
    padding: 60px 0;
}

.project-detail .body-text {
    color: #6e6e6e;
    font-size: 18px;
    margin-bottom: 30px;
}

.project-detail .body-text {
    font-size: 14px;
}

.project-detail .indivitual-info {
    background-color: #fff;
    border: 1px solid #dddcd5;
    padding: 0px;
    margin-bottom: 25px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.project-detail .indivitual-info figure img {
    width: 100%;
    border: 1px solid #dddcd5;
}

.project-detail .indivitual-info .info-content-detail {
    margin-bottom: 25px;
}

.project-detail .indivitual-info .info-content-detail h3 {
    color: #777;
}

.project-detail .indivitual-info .info-content-detail p {
    margin-bottom: 8px;
}

.project-detail .indivitual-info .socail-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-detail .indivitual-info .socail-icons ul {
    margin-bottom: 0;
    padding: 0;
}

.project-detail .indivitual-info .socail-icons ul li {
    display: inline-block;
    margin-left: 15px;
}

.project-detail .indivitual-info .socail-icons ul li:last-child {
    margin-left: 0;
}

.project-detail .indivitual-info .socail-icons ul li a {
    font-size: 18px;
    color: #777;
}

.project-detail .indivitual-info .socail-icons .docIcon {
    border-radius: 50%;
    background: #086634;
    text-align: center;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
}

.project-detail .indivitual-info .socail-icons .docIcon:hover, .project-detail .indivitual-info .socail-icons .docIcon:focus {
    background-color: #fff;
    transition: all 0.5s ease;
    border-color: #086634;
}

.project-detail .indivitual-info .socail-icons .docIcon .flaticon-documents-button:before {
    margin-left: 0;
}

.project-detail .project-detail-box {
    margin-bottom: 25px;
}

.project-detail .project-detail-box .content-box {
    text-align: center;
    color: #777;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dddcd5;
}

.project-detail .project-detail-box .content-box h5 {
    color: #0dbda7;
    margin: 0 0 10px;
}

.project-detail .project-detail-box .content-box .box-text {
    color: #777;
    font-size: 18px;
    font-family: "Droid Arabic Kufi", "Roboto", sans-serif;
}

.project-detail .project-detail-box .content-box .checkbox label {
    color: #777;
    font-size: 18px;
}

.project-detail .project-detail-box .content-box .checkbox strong {
    font-size: 16px;
}

.project-detail .project-detail-box .content-box .amountProject {
    padding: 0;
}

.project-detail .project-detail-box .content-box .amountProject .progress {
    margin: -15px -15px 10px;
}

.project-detail .tabSection {
    margin-bottom: 25px;
}

.project-detail .tabSection .tab-content {
    padding: 15px 0;
}

.project-detail .tabSection .tabholder h5 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #086634;
}

.project-detail .tabSection .tabholder p {
    margin: 0 0 10px;
    line-height: 26px;
}

.project-detail .tabSection .nav-tabs {
    border-bottom: 4px solid #dddcd5;
}

.project-detail .tabSection .nav-tabs > li > a {
    border-radius: 0;
    font-size: 16px;
    color: #1f1f1e;
}

.project-detail .tabSection .nav-tabs > li > a.active, .project-detail .tabSection .nav-tabs > li.active > a {
    background-color: #dddcd5;
}

.project-detail .tabSection .nav-tabs > li.active > a {
    color: #1f1f1e !important;
}

.project-detail .project-widget {
    border: 1px solid #dddcd5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.project-detail .project-widget .widget-header {
    background-color: #dddcd5;
    text-align: center;
    padding: 20px 15px;
}

.project-detail .project-widget .widget-header h5 {
    color: #0dbda7;
    margin: 0;
}

.project-detail .project-widget .widget-content {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
}

.project-detail .project-widget .widget-content .form-control {
    text-align: center;
}

.project-detail .project-widget .widget-content .currency {
    color: #0dbda7;
    margin-right: 15px;
}

.project-detail .project-widget .help-widget {
    padding: 0 15px 15px;
    text-align: center;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .project-detail .project-detail-box .content-box {
        margin-bottom: 15px;
    }
}

.share-icon .inline-share a[class^="icon-"], .share-icon .inline-share a[class*=" icon-"] {
    font-size: 15px;
    color: #939393;
    margin-left: 5px;
}

.imageCata .portfolio-columns h5 {
    background: #229a39;
    text-align: center;
    padding: 7px 0;
    color: #fff;
}

.imageCata .portfolio-columns img {
    height: 200px;
}

@media screen and (max-width: 767px) {

    .imageCata .portfolio-columns img {
        height: auto;
    }
}

.video-g .embed-responsive.embed-responsive-16by9 {
    margin-bottom: 30px;
}

.information .feature h4 {
    text-align: center;
    padding: 5px 0;

}

.information .feature {
    margin-top: 20px;
    background-color: #ffffff;
    margin-bottom: 25px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 1px 4px 50px 0 rgba(20, 52, 92, 0.15);

}

.btn-block {
    width: 100%;
}

.h4, h4 {
    font-size: 20px;
}

.h5, h5 {
    font-size: 18px;
}

.h6, h6 {
    font-size: 16px;
}

.mrtop {
    margin-top: 5px;
}

.colorgray {
    color: #eee;
}

.mrtopbot {
    margin: 5px 0;
}

.tableinfos td {
    padding: 5px 0;
}

.tablejobs td, .tablejobs th {
    text-align: center;
    padding: 0px;
    font-size: 12px;
}

.bgHeadergreay {
    background-color: #eee;

}

.bgHeader {
    background-color: #35557b;
    padding: 5px 0;
    color: #fff;
}

.bgHeader1 {
    background-color: #D56027;
    padding: 5px 0;
    color: #fff;
}

.bgHeaderinfo {

    background-color: #006887;
    padding: 5px 0;
    color: #fff;
}

.fnt12 {

}

.tableCost td, .tableCost th {
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.tableSustain td, .tableSustain th {
    font-size: 14px;

    padding: 5px 0;
}

.bgHeaderinfo1 {

    background-color: #C4D0D5;
    padding: 5px 0;
    color: #fff;
}

.bgHeader2 {
    background-color: #F3BB19;
    padding: 5px 0;
    color: #fff;
}

.bgHeader3 {
    background-color: #44474A;
    padding: 5px 0;
    color: #fff;
}

.bgHeader4 {
    background-color: #212225;
    padding: 5px 0;
    color: #fff;
}

.section2 {
    background-image: url(../../uploads/bgsection.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section3 p, .section3 li, .section4 p, .section4 li, .section5 p, .section5 li, .section6 p, .section6 li {
    font-size: 12px;
}

.section4 {

    background-image: url(../../uploads/bgsection1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bgsection3 {

    background-image: url(../../uploads/bgsection2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
}

.bgsection4 {

    background-image: url(../../uploads/bgsection3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bgsection5 {

    background-image: url(../../uploads/bgsection4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section4 img {
    width: 100%;
}

.bgheaderimg {

    background-image: url(../../uploads/icons/bgHeadertitle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    height: 47px;
    width: 70%;
    color: #fff;
    padding-right: 12%;
    padding-top: 15px;

}

.contenttext {
    margin-right: 20px;
    line-height: 23px !important;
    padding-top: 15px !important;
}

.bgheaderimg1 {

    background-image: url(../../uploads/icons/bgHeadertitle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    height: 47px;
    width: 100%;
    color: #fff;
    padding-right: 17%;
    padding-top: 15px;

}

.fr {
    float: right;
}

.IconsDetailInfo {
    margin-top: 40px;
    float: right;
}

.fl {
    float: left;
}

@media (max-width: 500px ) {
    .section-padding {
        padding: 1rem 0;
    }

    .IconsDetailInfo {
        margin-top: 10px;
        width: 100px;
        float: none;

    }

    .section4 img {
        width: 100px;
        float: none;
    }

    .bgheaderimg {
        width: 100%;
    }

    .section6 img {

        width: 100px;
        float: none;
    }

    .section6 .col-lg-2.col-md-2.col-sm-2.col-xs-12 {
        text-align: center;
    }

    .section4 .col-lg-1.col-md-1.col-sm-1.col-xs-12 {
        text-align: center;
    }

    .section6 .col-lg-1.col-md-1.col-sm-1.col-xs-12 {
        text-align: center;
    }

    .h5, h5 {
        font-size: 15px;
    }

    .section-padding .tableContainer {
        overflow-x: scroll;
    }

}

p.main-color {
    font-size: 12px;
}

@media (max-width: 600px) {
    .tp-bullets.simplebullets.square {
        display: none !important;
    }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.tableDetailCart th, .tableDetailCart td {
    padding: 2px 5px;
}

@media (max-width: 480px) {
    #cartheaderx {
        display: none !important;
    }

    .crossitem {
        margin-left: 0px !important;
        margin-right: 0px !important;
        float: left;
        margin-left: 5px !important;
    }

    .list-head-total {
        /* min-width: 140px; */
        float: left;
        margin-top: -30px;
        margin-left: -10px;
    }

    .currency {
        margin-top: 2px;
        margin-right: 35px;
        font-weight: 600;
        font-family: auto;
        font-size: 13px;
        color: red;
    }

    .name {
        font-family: inherit;
        font-weight: 700;
        color: #505052;
        background-color: #fff9ab;
        padding: 9px 1px;
        margin: 0px -10px;
    }

    .donation-listSection .item-qty .form-control {
        width: calc(100% - 70px) !important;
        border: 1px solid #ddd !important;
        margin: 2px !important;
    }
}

.shopingcart-widget .widget-content {
    padding: 30px 5px !important;

}

.text-right {
    width: 50% !important;
    text-align: center !important;
    font-size: 14px !important;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #32c5d2 !important;
    border-color: #32c5d2;
}

.btn.red:not(.btn-outline).active.focus, .btn.red:not(.btn-outline).active:focus, .btn.red:not(.btn-outline).active:hover, .btn.red:not(.btn-outline):active.focus, .btn.red:not(.btn-outline):active:focus, .btn.red:not(.btn-outline):active:hover, .open > .btn.red:not(.btn-outline).dropdown-toggle.focus, .open > .btn.red:not(.btn-outline).dropdown-toggle:focus, .open > .btn.red:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #c51b26 !important;
    border-color: #a1161f;
}

/***
Customized Bootstrap Modal 
***/
.modal {
    z-index: 10050;
    outline: none;
    overflow-y: auto;
    /* Fix content shifting to the right on modal open due to scrollbar closed */
}

.modal-header {
    height: 40px !important;
    background-color: #f6a013;
}

.modal-title {
    font-size: 14px !important;
    color: #000;
}

.modal .modal-header {
    border-bottom: 1px solid #EFEFEF;
}

.modal .modal-header h3 {
    font-weight: 300;
}

.modal .modal-header .close {
    margin-top: 0px !important;
}

.modal .modal-dialog {
    z-index: 10033351;
}

.modal > .loading {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: -22px;
}

.modal.in .page-loading {
    display: none;
}

.modal-open {
    overflow-y: auto !important;
}

.modal-open-noscroll {
    overflow-y: hidden !important;
}

.modal-backdrop {
    border: 0;
    outline: none;
    z-index: 10049;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color:#33333373 !important;
}

/* Full width modal */
.modal-full.modal-dialog {
    width: 99%;
}

.modal {
    top: 30% !important;
}

@media (max-width: 768px) {
    .modal-full.modal-dialog {
        width: auto;
    }
}

.list-head-name {
    min-width: 170px;
}

.list-head-price {
    min-width: 140px;
}

.list-head-units {
    min-width: 200px;
}

.list-head-total {
    min-width: 140px;
}

.name {
    font-family: inherit;
    font-weight: 700;
    color: #505052;
}

.cat-img figure img {
    display: block;
    max-width: 120px !important;
    max-height: 80px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.donation-listSection > ul > li > div {
    padding: 0 19px;
    text-align: center !important;
}

.product-name {
    text-align: center !important;
}

.shoping-cart-list .select-box-items {
    padding: 2px 7px !important;
}

.donation-listSection > ul > li {
    padding: 5px 0 !important;
}

.crossitem {
    margin-left: auto;
    margin-right: auto;
}

.shoping-cart-list input.form-control {
    min-height: 30px !important;
    border-radius: 0;
    height: 31px;
}

.donation-listSection .item-qty .form-control {

}

.Sadadrow {
    display: none;
}

.finalAmountRow {

    background-color: #229a39;
    color: #fff;

    text-align: center;
    font-size: 18px;

}

.cardPaymentForm {
    padding-top: 0;
}

#PaymentAddress {
    width: 80%;
    display: inline-block;
}

.expiryInput {
    width: 45% !important;
    display: inline-block !important;
}

@media (max-width: 600px) {
    .expiryInput {
        /*width:31% !important; */
        display: inline-block !important;
    }
}

#submit_button_id {
    background-color: #229a39;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

#submit_button_id:focus, #submit_button_id:hover {
    background-color: #ffffff;
    border-color: #229a39;
    color: #229a39;

}

.footer .payment-cards ul {
    margin-bottom: 0;
    padding-bottom: 0;
    list-style: none !important;
}

.footer .payment-cards ul li {
    list-style: none;
    list-style: none !important;
}

.footer .inline-list {
    padding-left: 0;

}

.footer ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    list-style: none !important;

}

.footer .inline-list li {
    display: inline-block;
    margin-right: 8px;
}

.bg-white {
    background-color: #ffffff !important;
}

.page-success {
    /* padding:100px 0;*/
}

.page-success h3 {
    color: #222222;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.divider--line {
    position: relative;
    height: 2px;
}

.divider--center.divider--medium:after {
    margin-left: -35px;
}

.divider--medium:after {
    width: 70px;
}

.page-success p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
}

.btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #085f31;
}

.btn--bordered.btn--secondary {
    color: #085f31;
    padding: 5px 20px;
    border-color: #085f31;
}

.detailImage.blog img {
    max-width: 100%;
}

.approach-section .blocks-section {
    padding: 0px;

}

.Payment-dialog {

    width: 600px;
    margin: 30px auto;
}

.Payment-content {

    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.Payment-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.Payment-body {
    position: relative;
    padding: 15px;
}

.Payment-header .close {
    margin-top: -2px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px 5px;
}

.Payment-confirm {
    color: #434e65;
    width: 725px;
}

.Payment-confirm .Payment-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.Payment-confirm .Payment-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.Payment-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.Payment-confirm .form-control, .Payment-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.Payment-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}

.Payment-confirm .close:hover {
    opacity: 0.8;
}

.Payment-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.Payment-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.Payment-confirm.Payment-dialog {
    margin-bottom: 100px;
}

.Payment-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #086634;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.Payment-confirm .btn:hover, .Payment-confirm .btn:focus {
    background: #eda645;
    outline: none;
}

.Payment-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.Payment-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

#ProjectNameText {
    border: 0 solid #fff;
    padding: 0;
    background-color: transparent;
    cursor: default;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);

}

.bg-breadcrumb {
    background-color: #f5f5f5;
}

.bg-breadcrumb .breadcrumb {
    margin: 0;
}

.contentrows {
    margin-top: 50px;
}

.home.latest-donations {
    background-color: #00baa3;
    background-image: url("../images/sponsership-sketch.png") !important;
}

.information .feature {
    margin-top: 20px;

    background-color: #ffffff;
    margin-bottom: 25px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 1px 4px 50px 0 rgba(20, 52, 92, 0.15);
}

.project-card .card-box .card-body {
    height: 60px;
}

.information .feature h4 {
    text-align: center;
    padding: 5px 0;
}

.tabSection .tab-content {
    padding: 15px 0;
}

.tabSection .tabholder h5 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #086634;
}

.tabSection .tabholder p {
    margin: 0 0 10px;
    line-height: 26px;
    text-align: justify;
}

.tabSection .nav-tabs {
    border-bottom: 4px solid #dddcd5;
}

.tabSection .nav-tabs > li > a {
    border-radius: 0;
    font-size: 16px;
    color: #1f1f1e;
}

.tabSection .nav-tabs > li > a.active, .tabSection .nav-tabs > li.active > a {
    background-color: #dddcd5;
}

.tabSection .nav-tabs > li.active > a {
    color: #1f1f1e !important;
}

.title-div img{
    margin-top: .4rem;
}

.tableicon {
    width: 100%;
    border-color: #fff;
    height: 17px;
    margin-left: auto;
    margin-right: auto;
}

.tablecontent {
    width: 57.5px;
    text-align: center;
    background-color: #0093bd;
}

.tablecontentbody {
    width: 57.5px;
    text-align: center;
    border-left: solid 1px white;
    padding: .3rem 0;
}

.tablecontentbody:hover {
    background-color: #3b5998   !important;
}

.tablecontentbody i {
    color: #ffffff !important;
}

.socialtwitter {
    background-color: #1dcaff;
}

.socialfacebook {
    background-color: #3b5998;
}

.sociallinkedin {
    background-color: #0077b5;
}

.socialgoogleplus {
    background-color: #db4a39;
}

.socialinstagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.socialinstagram:hover {
    background-color: #0093bd !important;
}

.socialsnapchat {
    background-color: #fffc00;
}
.socialwhatsapp {
    background-color: #229a39;
}
.socialtube {
    background-color: #f00;
}

.socialtelegram {
    background-color: #08c;
}

.footer_inner {
    background: #35557b;
}

.footer_logo {
    padding-right: 0;
}

.footer_logo .input-group .form-control {
    background-color: #3d3a3a;
    color: #706f6f;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 15px/56px "Muli", sans-serif;
    padding: 0 20px;
    height: auto;
}

.footer_logo .input-group .input-group-text {
    background-color: #3d3a3a;
    color: #ffffff;
    border-color: transparent;
}

.footer_logo .input-group .input-group-text:hover, .footer_logo .input-group .input-group-text:focus {
    background: #0093bd;
    color: #fff;
}

.footer-header {
    color: #ffffff;
   padding-top: 15px;  
     font-size:20px !important;
}

footer li, footer p {
    color: #bfc0c2 !important;
     font-size:14px;
}
.formSubscribe{
    width: 80%;
}
.copy_right {
    background: #0082a8;
}
.front_counters2_m_1 {
       background-image: url(../../uploads/icons/DCA-V1_38.png);
    max-width: 129px;
    height: 72px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.front_counters2_m_2 {
       background-image: url(../../uploads/icons/DCA-V1_37.png);
    max-width: 528px;
    height: 72px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.front_counters2_m_3 {
    background-image: url(../../uploads/icons/DCA-V1_35.png);
    width: 100%;
    height: 72px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 300px;
}



.error{
    color: red !important;
}


/*news*/
.news-item {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.news .entry-header {
    position: relative;
    overflow: hidden;
}

.news .entry-title {
    margin-top: 0;
    /*line-height: 1.5rem;*/
    /*height: 50px;*/
        margin-bottom: 18px;
}

.news .entry-content {
    background: #f8f8f8;
    padding: 15px;
}

.news .entry-date {
    font-size: 13px;
    line-height: 38px;
}

.news .entry-meta.meta-absolute {
    background-color: rgba(0, 147, 189, .8) !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.news .entry-meta.meta-absolute i {
    display: block;
    font-size: 28px;
}

.news .entry-meta.meta-absolute span a {
    color: #454545;
    font-size: 12px;
    letter-spacing: 2px;
    margin-left: 5px;
}

.news.media-news .news-thumb {
    float: right;
    margin: 0 10px 10px 0;
}

.news .news-thumb {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-thumb img {
    width: 100%;
    height: 250px !important;
}

.hidden{
       display: none !important;
}

 .sidebar-side .sidebar {
    padding-left: 30px;
}

.sidebar {
    padding: 5px 7px;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

 .sidebar-title {
    padding: 5px;
}

 .sidebar-title {
    position: relative;
    margin-bottom: 25px;
}
.bg-grey {
    background: #eaeff3 !important;
}

 .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 105px;
    min-height: 110px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-single .inner-box .image img{
     width: 100%;
}
.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #009dea;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51,51,51,0.70);
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 18px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #222222;
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.sidebar .popular-posts .post .text a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-single .inner-box h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.blog-single .inner-box .post-meta {
    position: relative;
    margin-bottom: 15px;
}
.blog-single .inner-box .image {
    position: relative;
    margin-bottom: 30px;
}

 .sidebar-title {
    padding: 5px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

 .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}

.blog-single .inner-box .image .post-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 150px;
    
    padding: 12px 6px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.6em;
    text-transform: uppercase;
    background-color: #009dea;
}

 .blog-single .inner-box .image .post-date, .blog-single .inner-box .post-share-options .tags a:hover{
     background-color: #ee6623;
 }
 
a{background-color:transparent;}
a:active,a:hover{outline:0;}
h1{margin:.67em 0;font-size:2em;}
img{border:0;}
@media print{
*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
h2{orphans:3;widows:3;}
h2{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{color:#337ab7;text-decoration:none;}
a:hover,a:focus{color:#23527c;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
h1,h2{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h1,h2{margin-top:20px;margin-bottom:10px;}
h1{font-size:36px;}
h2{font-size:30px;}
.row{margin-right:-15px;margin-left:-15px;}
.col-md-3,.col-lg-3,.col-sm-6,.col-xs-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
.col-xs-12{float:right;}
.col-xs-12{width:100%;}
@media (min-width:768px){
.col-sm-6{float:right;}
.col-sm-6{width:50%;}
}
@media (min-width:992px){
.col-md-3{float:right;}
.col-md-3{width:25%;}
}
@media (min-width:1200px){
.col-lg-3{float:right;}
.col-lg-3{width:25%;}
}
.row:before,.row:after{display:table;content:" ";}
.row:after{clear:both;}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}

h1{padding:0px;margin:0px;}
a:hover,a:active,a:visited,a:link{text-decoration:none;}
.clear{clear:both;}
a:focus,a:active{border:0;outline:0;text-decoration:none;}
.homeworktab{width:100%;min-height:450px;margin-bottom:30px;border:thin #c1c0bf solid;-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.17);-moz-box-shadow:0 0 7px 1px rgba(0,0,0,.17);box-shadow:0 0 7px 1px rgba(0,0,0,.17);padding:3px;}
.homeworktabimage{width:100%;position:relative;}
.homeworktabimage img{width:100%;height:470px;}
.homeworktabdataname{font-family:'JFFlat';font-size:30px;color:#fff;text-align:center;padding-top:110px;padding-bottom:30px;line-height:30px;}
.homeworktabdata{position:absolute;width:100%;height:100%;z-index:1000;background-color:rgba(225,42,81,0.9);top:0px;left:0px;right:0px;display:none;}
.homeworktabdatalinks{text-align:center;}
.homeworktabdatalinks img{width:82px;height:77px;}
.contactword{font-family:'jf-flat-medium';font-size:35px;color:#e12a51;text-align:center;padding-top:50px;padding-bottom:20px;direction:rtl;}
.contactuscentersmallword{font-family:inherit;font-size:18px;color:#595959;direction:rtl;text-align:center;margin-bottom:10px;}
.works{margin-bottom:80px;}
#more{text-align:center;margin-top:30px;padding-bottom:30px;display:none;}
#no-more{text-align:center;display:none;color:#000000;font-weight:bold;margin-top:20px;font-family:'jf-flat-medium';color:#EB6C06;font-size:12pt;padding-bottom:30px;}

a{background-color:transparent;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
img{border:0;}
/*! CSS Used fontfaces */

/*! CSS Used from: https://www.biralmuwayh.com/plugins/css/bootstrap-rtl.min.css */
*,::after,::before{box-sizing:border-box;}
[tabindex="-1"]:focus{outline:0!important;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button::-moz-focus-inner{padding:0;border-style:none;}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.btn:hover{color:#212529;text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.btn:disabled{opacity:.65;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
}
/*! CSS Used from: https://www.biralmuwayh.com/plugins/css/font-awesome.min.css */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-shopping-cart:before{content:"\f07a";}
/*! CSS Used from: https://www.biralmuwayh.com/plugins/css/custom.css?v=1 */
::-webkit-scrollbar-track{background-color:#e9edf0;border-left:1px solid #ededed;}
::-webkit-scrollbar{width:7px;background-color:#229a39;}
::-webkit-scrollbar-thumb{background:#229a39;}
button:focus,button:active,.btn:active:focus,.btn:focus{outline:none;text-decoration:none;}
*::before,*::after,button{transition:ease-in-out 0.2s;-webkit-transition:ease-in-out 0.2s;-moz-transition:ease-in-out 0.2s;-ms-transition:ease-in-out 0.2s;-o-transition:ease-in-out 0.2s;}
:focus{outline:none;}
.btn:focus{box-shadow:none;}
.btn{display:inline-block;font-size:17px;border:2px solid transparent;letter-spacing:.5px;line-height:inherit;border-radius:0;text-transform:capitalize;width:auto;font-family:'Cairo', sans-serif;font-weight:500;transition-duration:0.3s;transition:all 0.3s!important;transition-timing-function:ease-in-out;}
.btn.main-btn{background-color:#229a39;color:#fff;font-weight:500;font-size:14px;position:relative;z-index:1;padding:2px 20px;overflow:hidden;border:1px solid #229a39;}
.btn.main-btn:hover{background:transparent!important;border-color:#229a39!important;color:#229a39!important;}
.btn.alt-btn{background-color:#d9a415;color:#fff;font-weight:500;font-size:14px;position:relative;z-index:1;overflow:hidden;padding:2px 20px;border:1px solid #d9a415;}
.btn.alt-btn:hover{background:transparent!important;border-color:#d9a415!important;color:#d9a415!important;}
.btnSection{display:flex;align-items:center;margin:0 auto;padding:15px 25px 15px;justify-content:center;}
.btnSection button{margin:0 5px;border-radius:.25rem;}
