/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.col_half{ width: 46%; }




.heading-block.caption{
	display: none;
}
.product:hover .heading-block.caption{
	display: block;
	margin-top: -44px;
}


#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark)
{background-color: #bd262c;}



#primary-menu.style-3 > ul > li.current > a, #primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a, #top-cart > a > span, #page-menu-wrap, #page-menu ul ul, #page-menu.dots-menu nav li.current a, #page-menu.dots-menu nav li div, .portfolio-filter li.activeFilter a, .portfolio-filter.style-4 li.activeFilter a:after, .portfolio-shuffle:hover, .entry-link:hover, .sale-flash, .button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):not(:hover), .button.button-dark:hover, .promo.promo-flat, .feature-box .fbox-icon i, .feature-box .fbox-icon img, .fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i, .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, .i-rounded:hover, .i-circled:hover, ul.tab-nav.tab-nav2 li.ui-state-active a, .testimonial .flex-control-nav li a, .skills li .progress, .owl-carousel .owl-dots .owl-dot, #gotoTop:hover, .dark .button-dark:hover, .dark .fbox-effect.fbox-dark .fbox-icon i:hover, .dark .fbox-effect.fbox-dark:hover .fbox-icon i, .dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, .dark .i-rounded:hover, .dark .i-circled:hover, .dark ul.tab-nav.tab-nav2 li.ui-state-active a, .dark .tagcloud a:hover, .ei-slider-thumbs li.ei-slider-element, .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus, .nav-pills .show > .nav-link, .checkbox-style:checked + .checkbox-style-1-label:before, .checkbox-style:checked + .checkbox-style-2-label:before, .checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before, .irs-bar, .irs-from, .irs-to, .irs-single, input.switch-toggle-flat:checked + label, input.switch-toggle-flat:checked + label:after, input.switch-toggle-round:checked + label:before, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor, .entry:after {
    background-color: #21273c;
}

.dark #header:not(.transparent-header), #header.dark:not(.transparent-header), #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), #footer.dark {
    background-color: #21273c;
}


.promo.promo-flat a.button:not(:hover) {
    color: #FFF;
    background-color: #ff5258;
    /* border-color: #ffffff7d;
    border: 2px solid; */
}

.promo.promo-dark {
    /* background-color: #333; */
    border-radius: 9px;
}

.dark .heading-block:not(.not-dark) h3{
    background: #00000075;
    margin: 10px;
}

.feature-box.fbox-plain .fbox-icon i{
    color: #c45151;
}

.desc-padding{
    padding: 25px 25px 25px 10px;
}

.profile-image{
    max-width: 35%;
    margin-bottom: 15px;
    margin: auto !important;
}

.partner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gmap{
    padding-top: 60px !important;
}

.ls1 {
    letter-spacing: 0 !important;
}

/************************************************************/
@media screen and (max-width: 575px){

    .desc-padding{
        text-align: center;
        padding: 5px 0 25px 0;
    }

    .team.team-list .team-desc {
        text-align: center;
    }

    .profile-image{
    }
    .certificate{
        max-width: 50%;
    }

    .map-strech{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-padding{
        padding: 60px 10px 60px 10px;
    }

    .gmap{
        padding-top: 0px !important;
    }
    
}

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


    .container {
        max-width: 640px;
    }
    .col_half{
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important;
        }
}

/************************************************************/
@media screen and (max-width: 767px)and (min-width: 576px){

   
}


/************************************************************/
@media screen and (max-width: 991px)and (min-width: 768px){
    .profile-image{
        max-width: 25%;
    }
    

}


/************************************************************/
@media screen and (max-width: 1224px)and (min-width: 992px){

  
}

@media screen and (min-width: 767px){
    .profile-image{
    }
}
  


/************************************************************/
@media screen and (max-width: 1920px) {

  
}






