/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2021 | 16:20:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.C__FW h2 {
  font-weight: 600 !important;
}

.Custom_tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 20px 25px 20px 0px !important;
}

.Custom_tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 140px 20px 0px !important;
}

.customPara {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 28px;
    color: #677d8f;
    font-weight: 300 !important;
}

.remove-mb .block {
    margin-bottom: 0px;
}

.page-footer .footer-ribbon {
    position: relative;
    right: 0;
    width: 40%;
    top: 0px;
}

.page-footer--style2 .footer-ribbon+.page-footer-text {
    padding-top: 20px;
}

.heading h2 {
  color: #4b5b68;
  font-size: 36px;
  font-weight: 400 !important;
  line-height: 40px;
}

#mainSlider .slide .img--holder {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#mainSlider .slide .img--holder::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000047;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.input-custom {
    margin-bottom: 20px;
}

CSS Animation in-out

.collection-box img {
    transition: transform .4s;
    height: 389px;
}

.col-md-4 .collection-box {
    overflow: hidden;
}

.collection-box img:hover {
    transform: scale(1.2);
}


/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) { 
	
 }

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 
  .elementor-1573 .elementor-element.elementor-element-496966b > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    padding: 100px 20px 100px 10px !important;
}	
  .Custom_tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 20px 20px 0px !important;
}
 }


 /*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
 }


/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
	.elementor-element-496966b .elementor-widget-wrap.elementor-element-populated {
    padding: 100px 20px 100px 10px !important;
}	
  .elementor-1573 .elementor-element.elementor-element-496966b > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    padding: 100px 20px 100px 10px !important;
}
 }




















