/* CSS Document */

/* com_newsletter_1:start*/
.com_newsletter_1{
	padding: 60px 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(37 37 37) 100%);
    border-bottom: 2px #585858 solid;	
}

.com_newsletter_1_head{
	padding: 0 40px;
	text-align: center;
}

.com_newsletter_1_head h3{
	color: #FFFFFF;
	
}

.com_newsletter_1_head p{
	font-size: 15px;
	margin-top: 5px;
	color: #FAFAFA;
	
}

.com_newsletter_1_body{
	padding: 20px 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.com_newsletter_1_body input{
	padding: 7px;
	margin: 5px;
	border-radius: 7px;
}

.com_newsletter_1_body button{
	padding: 7px 12px;
	background: #585858;
	color: #FFFFFF;
	border:2px #585858 solid;
	margin: 5px;
	border-radius: 10px;
}

.com_newsletter_1_footer{
	display: none;
	text-align: center;
}

.com_newsletter_1_footer p{
	font-size: 14px;
	color: red;
}

/* com_newsletter_1:end*/



/* com_blog_1:start*/
.com_blog_1{
	background: #e6e6e6;
	padding: 200px 0;
}

.com_blog_1 h1{
	color: #1b1b1b;
}

.com_blog_1_inner{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.com_blog_1_inner .blog_item{
	margin: 5px;
	border-radius: 1px;
	border: 1px #1b1b1b solid;
	background: #FFFFFF;
	padding: 20px;
	width: 32%;
}

.com_blog_1_inner .blog_item p{
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0 20px 0;
}

.com_blog_1_inner .blog_item a img{
	width: 100%; 
	border-radius: 3px; 
	height: 200px;
	object-fit: cover;
}

.com_blog_1_inner .blog_item .read_more_lnk{
	color: #0a0a0a;
	font-weight: 600;
}

.com_blog_1_inner .blog_item .read_more_lnk::after{
	content: '>';
}
@media (max-width:767px){
	
    .com_blog_1_inner{
        display: block;
    }	
	
    .com_blog_1_inner .blog_item{
        width: 100%;
		margin: 20px 0;
    }	
	
}
/* com_blog_1:end*/

/*com_article_1:start*/
.com_article_1{
	color: #1b1b1b;
	background: #FFFFFF;
	width: 100%;
	padding: 50px 0;
}
.com_article_1_inner{
	max-width: 900px;
	margin: auto;
	padding: 20px;
}
.com_article_1_inner h1{
	color: #1b1b1b;
	margin-bottom: 50px;
}
.com_article_1_inner img{
	height: 100%;
	width: 100%;
	border-radius: 3px; 
	object-fit: contain;
	margin-bottom: 50px;
}
.com_article_1_inner h2{
	color: #1b1b1b;
	margin: 30px 0px
}
.com_article_1_inner p{
	font-family: 'Open Sans', sans-serif;
	color: #1b1b1b;
	line-height: 1.8em;
	font-size: 20px;
}

.com_article_1_inner ol li, .com_article_1_inner ul li{
	font-family: 'Open Sans', sans-serif;
	color: #1b1b1b;
	line-height: 1.8em;
	font-size: 20px;	
	margin-left: 60px;
}

.com_article_1_inner a{
	color: #262424;
	position: relative;
	transition: color 0.3s ease;
}

.com_article_1_inner a::before{
	opacity: 0.7;
	position: absolute;
	content: "";
	width: 100%;
	background: #ec0842;
	height: 4px;
	bottom: -4px;
	left: 0;
	transition: opacity 0.3s ease;
}
.com_article_1_inner a:hover:before{
	opacity: 1;	
	background: #ec0842;
}

.com_article_1_inner a:hover{
	color: #ec0842;
}
/*com_article_1:end*/





/* com_featured_list_3:start*/
.com_featured_list_3{
	animation: fadeEffect 3s;
	
	padding: 20px 30px 80px 30px;
    background: rgb(59,53,55);
    background: radial-gradient(circle, rgba(59,53,55,1) 0%, rgba(27,27,27,1) 92%);	
}

.com_featured_list_3 h2{
	font-size: 33px;
	text-align: center;
	margin: 30px 10px 20px 10px;
	color: #f9f9f9;
}

.com_featured_list_3_inner{
	padding: 0 20px;
	max-width: 1135px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
.com_featured_list_3_inner .item_container{
	transition: background-color 0.3s ease;
	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 10%);
	width: 32%;
	border: 1px #3b3a3a solid;
	border-radius: 1px;
	margin-bottom: 20px;
	padding: 40px;  
	background: rgb(51 45 48);
    background: linear-gradient(181deg, rgba(27,27,27,1) 0%, rgb(51 45 49) 92%);
}

.com_featured_list_3_inner .item_container h3{
	color: #f9f9f9;
	font-size: 36px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 20px 0 10px 0;
	transition: color ease 0.3s;
}

.com_featured_list_3_inner .item_container img{
	border-radius: 50%;
	border: 3px #3b3a3a solid;
	width: 100%;
}


.com_featured_list_3_inner .item_container p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin: 20px 0;
	line-height: 1.7em;
}

.com_featured_list_3_inner .item_container .item_link{
	display: block;
	transition: color ease 0.3s;
	color: #f9f9f9;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}
.com_featured_list_3_inner .item_container .item_link::after{
	content: '>';
	margin-left: 5px;
	transition: ease 0.3s;
}
.com_featured_list_3_inner .item_container .item_link:hover{
	color: #f9f9f9;
}
.com_featured_list_3_inner .item_container .item_link:hover:after{
	margin-left: 10px;
}

/* com_featured_list_3:end*/




/* landing_page:start*/
.landing_page_1{
}

.landing_page_1 a{
	color: #0a0a0a;
	text-decoration: underline;
}

.landing_page_1_body{
	min-height: 1000px;
}

.landing_page_1_section_1{
	padding: 200px 40px;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgb(255 232 155) 0%, rgba(255,255,255,1) 35%);
	background: linear-gradient(180deg, rgb(203 203 203) 0%, rgba(255,255,255,1) 35%);
}
.landing_page_1_section_1_body{
	max-width: 900px;
	margin: auto;
	text-align: center;
}

.landing_page_1_section_1_body img{
	width: 100%;
	border-radius: 10px;
}

.landing_page_1_section_1_body h1{
	font-family: 'Open Sans', sans-serif;
	color: #0a0a0a;
	margin: auto;
	text-align: center;
	padding: 85px 0 25px 0;
	animation: toggleUp 900ms ease-in-out alternate;	
}

.landing_page_1_section_1_body p{
	color: #0a0a0a;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
	font-size: 20px;
}

.landing_page_1_section_1_body .cta_container{
	display: flex;
	justify-content: center;
	padding: 35px 0;
	text-align: center;
}

.landing_page_1_section_1_body .cta_container a{
	margin: 7px;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	padding: 12px 20px;
	width: 200px;
}

.landing_page_1_section_1_body .cta_container .cta_btn_1{
	background: #ee6802;
	color: #FFFFFF;
}

.landing_page_1_section_1_body .cta_container .cta_btn_2{
	background: #FFFFFF;
	color: #787787;
}

.landing_page_1_section_2{
	background: #e6e6e6;
	
}

.landing_page_1_section_2_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.landing_page_1_section_2_col{
	width: 30%;
}

.landing_page_1_section_2_col p{
	font-family: 'Open Sans', sans-serif;
	color: #0a0a0a;
	font-size: 16px;
	line-height: 1.5em;
}


.landing_page_1_section_3{
	
}

.landing_page_1_section_3_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.landing_page_1_section_3_col{
	width: 48%;
}

.landing_page_1_section_3_col a{
	color: #ee6802;
	transition: color 0.3s;
}

.landing_page_1_section_3_col a:hover{
	color: #787787;	
}

.landing_page_1_section_3_row{
	display: flex;
	align-items: center;
}

.landing_page_1_section_3_row_col{
	margin: 10px;
}

.landing_page_1_section_3_row_col .customer_image{
	width: 50px;
	height: 50px;
}

.landing_page_1_section_3_row_col p{
	font-size: 16px;
}

.landing_page_1_section_3_row_col .customer_name{
	font-size: 15px;
	color: #787787;
	font-style: italic;
}


.landing_page_1_section_4{
	background: #FFFFFF;
}

.landing_page_1_section_4_body{
	max-width: 1200px;
	padding: 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.landing_page_1_section_4_col{
	width: 47%;
}

.landing_page_1_section_4_col h2{
	font-family: 'Open Sans', sans-serif;
	color: #0a0a0a;
}

.landing_page_1_section_4_col p{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	font-size: 18px;
	margin: 10px 0 20px 0;
}

.landing_page_1_section_4_col img{
	height: 400px;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.landing_page_1_section_4_projects_thumbnails{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.landing_page_1_section_4_project_thumbnail{
	width: 24%;
	padding: 0 5px;
}
.landing_page_1_section_4_project_thumbnail img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.landing_page_1_section_5{
	background: #e6e6e6;
	
}

.landing_page_1_section_5_body{
	max-width: 800px;
	padding: 80px 20px;
	margin: auto;
	text-align: center;

}

.landing_page_1_section_5_body h2{
		font-family: 'Open Sans', sans-serif;

	margin-bottom: 60px;
	color: #0a0a0a;
}

.landing_page_1_section_5_item{
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px #CCCCCC solid;
}


.landing_page_1_section_5_item p{
		font-family: 'Open Sans', sans-serif;

	color: #0a0a0a;
	font-size: 17px;
	font-style: italic;
}

/* landing_page:end*/


@media (max-width:787px){
	
	
/* com_newsletter_1:start*/
	.com_newsletter_1_body{
		flex-direction: column;
	}
/* com_newsletter_1:end*/		
	
	
/* com_blog_1:start*/
.com_blog_1_inner{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.com_blog_1_inner .blog_item{
	width: 100%;
}	
/* com_blog_1:end*/
	
	
	
    /* com_featured_list_3:start*/
    .com_featured_list_3{}
    .com_featured_list_3_inner{
        padding: 0;
        flex-direction: column;
    }
    .com_featured_list_3_inner .item_container{
        width: 100%;
    }
    /* com_featured_list_3:end*/	
	
	

	/* landing_page:start*/	
	.landing_page_1_section_1_body .cta_container{
		flex-direction: column;
        padding: 35px 0;
	}
	
    .landing_page_1_section_1_body .cta_container a{
        width: 100%;
		margin: 0 0 15px 0;
    }	
	
    .landing_page_1_section_2_body{
        display: flex;
        justify-content:center;
		flex-direction: column;
    }

    .landing_page_1_section_2_col{
        width: 100%;
		margin: 20px 0;
    }
	
    .landing_page_1_section_3_body{
        display: flex;
		flex-direction: column;
        justify-content: space-between;
    }

    .landing_page_1_section_3_col{
        width: 100%;
    }	
	
    .landing_page_1_section_3_row_col p{
        font-size: 14px;
    }
	
    .landing_page_1_section_4_body{
        max-width: 1200px;
        padding: 80px 20px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-direction: column;
    }

    .landing_page_1_section_4_col{
        width: 100%;
		padding: 10px;
    }	
	
	.landing_page_1_section_4_project_thumbnail img{}
	
	/* landing_page:end*/	
      	
	
	
	
	
}