/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
    display: none;
}

/****new home page css start***************/
.services-box-col {
    padding: 0 15px;
}
.services-box-col > .elementor-column-wrap {
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    transition: all 0.5s ease 0s !important;
}
.services-box-col:hover > .elementor-column-wrap {
    box-shadow: none;
}
.services-box-col *:last-child{
    margin-bottom: 0;
}
.study-text-title h2 {
    max-width: 500px;
}
.client-logo-img img {
    max-width: 200px;
}
.home-new-blog .jet-posts__item .post-thumbnail a {
    padding-bottom: 263px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.home-new-blog .jet-posts__item .post-thumbnail a img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    object-fit: cover;
}

@media only screen and (max-width: 767px){
    .services-box-col {
        padding: 0 0;
    }
}
/************new home page css end**********/
body .header-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    border-color: rgba(110, 193, 228, 0.5882352941176471);
    border-width: 2px;
    font-family: "Merriweather", Sans-serif;
    letter-spacing: 0.4px;
    background: #52B368;
}

body .header-btn:hover {
    background-color: rgba(110, 193, 228, 0.5882352941176471);
    border-color: rgba(110, 193, 228, 0.5882352941176471);
    color: #fff;
}
body .call-to-btn-center{
	display: table;
    margin: 0 auto;
}
.call-to-btn{
    display: inline-block;
    font-family: "Merriweather", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #37BE6D;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #37BE6D;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 30px 10px 30px;
}
.call-to-btn:hover{
	color: #37BE6D;
	background-color: #02010100;
}
body .lets-talk-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}
@media only screen and (max-width: 1024px){
	body .call-to-btn{
		padding: 15px 35px 15px 35px;		
	}
	body .lets-talk-btn {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}

}
.folllowing-box li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    font-family: "Merriweather", Sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #25272C;
}

.folllowing-box li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: 900;
    height: 100%;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
	color: #37BE6D;
}

ul.folllowing-box {
    column-count: 2;
    padding: 20px 50px 0px;
    margin: 0;
}
.following > .elementor-column-wrap{
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 1024px){    
    ul.folllowing-box {
        padding: 20px 0px 0px;
    }
}

@media only screen and (max-width: 768px){
    ul.folllowing-box{
        padding: 20px 20px 0px;
        column-count: 1;
    }
}

@media only screen and (max-width: 425px){
    ul.folllowing-box{
        padding: 0px;
    }
}