@charset "UTF-8";

/*
Theme Name: ceilotech
Author: ceilotech team
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 50.9
Text Domain: ceilotech
*/
/* Banner content css */
.banner-content .button {
    width: 140px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 5px;
}
.banner-content {
position: absolute;
    top: 54%;
    left: 10%;
    transform: translate(0%, -50%);
    z-index: 9;
    max-width: 520px;
    background: #bf6e0fe3;
    border-radius: 8px;
    padding: 15px;
}
.banner-content .h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner-content p {
    color: #fff;
}
.banner-content .subhding {
    color: #fff;
    font-size: 20px;
}
.bannerslider .btn-box {
    margin-top: 15px;
}
.yellowcolor .button-2 {
    border: 1px solid #ffffff;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    color: #653e3a;
}
/* social icon css */
.dg-ft-col1 .social-icons {
    padding: 10px;
    justify-content: left;
    height: 55px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.dg-ft-col1 .social-icons ul {
    padding-left: 0;
    margin-left: -10px;
}
.social-icons li {
    float: left;
    margin-right: 4px;
}
.social-icons a {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #d7a465;
    color: #fff;
}
.social-icons a .fa {
    color: #fff;
}
/* end social icon  */
.yellowcolor .button-2:hover{
    color: #5b6a4d;
    background: transparent;
    background-image: -webkit-linear-gradient(30deg, #ffffff 100%, transparent 50%);
    border-color: #5b6a4d;
}
.slide-main--heading {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: normal;
    font-weight: 400;
    font-size: 38px;
    text-transform: capitalize;
    padding: 0px;
    white-space: normal;
}
.swiper-slide-active .from-left {
    animation: 1s ease 0.5s 1 normal forwards running fadeInLeft;
}
.swiper-slide-active .from-right {
    animation: 1s ease 1s 1 normal forwards running fadeInRight;
}
.from-right {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}
.from-left {
	line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0px;
}
.slide-cta {
    text-align: center;
    margin: 0px auto;
}
/* logo slider css */
.logoslider {
    overflow: hidden;
}
.logoslider .clientc-sliderbox {
    background: #eee;
    padding: 0px;
    border-radius: 0;
    padding-bottom: 0px;
}
.logoslider .arrowdesign {
    height: 30px;
    width: 30px;
    background: #bf6e0fe3;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.logoslider .swiper-button-prev {
    position: absolute;
    top: 54%;
    left: 5%;
}

.logoslider .swiper-button-next {
    position: absolute;
    top: 54%;
    right: 5%;
}
.cnt {
    position: relative;
}
.lgo img {
    padding: 3px;
    border: 5px solid #eeeeee;
    border-radius: 5px;
}
/*.lgo img:hover {
    transform: scale(1.1);
}*/
/* end logo slider */
/* contact page address slider */
.page-id-188 .clientc-sliderbox {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 20px;
}
.page-id-188 .lgo img {
    width: 60px !important;
    border: none;
}
.ad-h1 h4 {
    color: #784348;
}
.page-id-188 .swiper-button-prev {
    position: absolute;
    top: 63%;
    left: 5%;
}
.page-id-188 .swiper-button-next {
    position: absolute;
    top: 63%;
    right: 5%;
}
.cftslider .clientc-sliderbox {
    background: #eee;
    padding: 0px;
    border-radius: 0;
    padding-bottom: 0px;
}
/* end contact page slider */
.trdmrk img{
        height: auto;
    transition: all 0.5s;
    width: 100%;
    border: 2px solid #c48341;
    box-shadow: 10px 10px #c48341;
}
.dg-top-mr{
    margin-bottom: 30px;
}
.trdmrk img:hover {
    transform: scale(1.1);
}
/*.cftslider .lgo img:hover {
    transform: scale(1.1) !important;
}*/
.gallery-item img {
    height: 300px !important;
    width: 400px !important;
    padding: 6px;
    border: 1px solid #653e3a;
    border-radius: 5px;
}
.gallery-item {
    width: 33%;
    display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 766px) {
    .gallery-item img {
        height: 300px !important;
        width: 335px !important;
    }
    .gallery-item {
        width: 100%;
    }
    .banner-content {
        position: absolute;
        top: 67%;
        left: 5%;
        right: 5%;
        transform: translate(0%, -50%);
        z-index: 9;
        max-width: 487px;
        background: #bf6e0fe3;
        border-radius: 8px;
        padding: 15px;
    }
	.from-left {
	    line-height: 33px;
	    font-weight: bold;
	    color: #fff;
	    font-size: 18px;
	    letter-spacing: 0px;
	}
	.from-right {
	    font-size: 14px;
	    margin-top: 0px;
	    color: #fff;
	}
	.banner-content .button {
	    width: 126px;
	    font-weight: 600;
	    padding: 3px 2px;
	    border-radius: 5px;
	    font-size: 13px;
	}
}