.footer-style-four .award-box .award-list{
	display: inline-block;
}
.footer-style-four .award-box .award-list li{
	margin-right: 15px;
}
.news-block-one .inner-box h6 a{
	color: var(--title-color);
}

/****************Grid Column Setting******************/

@media only screen and (min-width: 767px){

	.two-col__grid {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
		gap: 30px;
	}

	.three-col__grid {
		display: grid;
		grid-template-columns: repeat( 3, 1fr );
		gap: 30px;
	}

	.four-col__grid {
		display: grid;
		grid-template-columns: repeat( 4, 1fr );
		gap: 30px;
	}
	
}

.contact-form-section .tabs-content{
	padding-bottom: 0px !important;
}
.te-letter input{
	position: relative;
    display: block;
    height: 56px;
    border: 1px solid #ebe8ef;
    font-size: 17px;
    color: #b2adb5;
    padding: 10px 40px 10px 20px;
    transition: all 500ms ease;
}
.te-letter button{
	background-color: var(--secondary-color);
    color: #fff;
	margin-top: 20px;
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    text-align: center;
    padding: 15px 33px;
    text-transform: capitalize;
    z-index: 1;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative; 
	font-size: 17px;
	color: #b3b9bd;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 14px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li a:before,
.footer-widget ol li a:before{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 10px;
	color: #405c71;
	transition: all 500ms ease;
	font-family: flaticon !important;
	content: "\f13b";
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:14px;
	margin-bottom: 0px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    display: inline-block;
    position: relative; 
	font-size: 17px;
	color: #b3b9bd;
	font-weight: 400;
	line-height: 26px;
	padding-left: 20px;
}
.footer-widget ul li a:hover:before,
.footer-widget ol li a:hover:before{
	color: var(--theme-color);
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--theme-color);
}
.footer-widget .info-list li a,
.footer-widget .social-links li a,
.footer-widget .card-list li a{
	padding: 0px;
}
.footer-widget .info-list li a:before,
.footer-widget .social-links li a:before,
.footer-widget .card-list li a:before{
	display: none;
}
.footer-widget .social-links li{
	margin: 0px;
}
.main-footer .footer-column:last-child .footer-widget{
	padding-left:0px;
	padding-right: 0px;
}

.footer-style-two .footer-column:nth-child(2) .footer-widget {
    margin-left: 60px;
}
.footer-style-two .footer-widget ul li a:before,
.footer-style-two .footer-widget ol li a:before{
	color: #55585f;
}
.footer-style-two .footer-widget ul li a:hover,
.footer-style-two .footer-widget ol li a:hover{
	color: #fff;
}
.footer-style-two .footer-widget ul li a:hover:before,
.footer-style-two .footer-widget ol li a:hover:before{
	color: #fecb07;
}

/* Footer Style Three */

.footer-style-three .footer-widget ul li a,
.footer-style-three .footer-widget ol li a{
	color: #676369;
}
.footer-style-three .footer-widget ul li a:before,
.footer-style-three .footer-widget ol li a:before{
	color: #b2adb5;
}
.footer-style-three .footer-widget ul li a:hover,
.footer-style-three .footer-widget ol li a:hover{
	color: #201925;
}
.footer-style-three .footer-widget ul li a:hover:before,
.footer-style-three .footer-widget ol li a:hover:before{
	color: #b2adb5;
}
.footer-style-three .footer-widget ul li a:hover:before,
.footer-style-three .footer-widget ol li a:hover:before{
	color: #cb1c7b;
}
.footer-style-three .post-widget .post h6 span a{
	color: var(--theme-color);
}


/***************** Service Sidebar Style*******************/
.service-sidebar-widget {
	position: relative;
    margin-bottom: 32px;
}
.service-sidebar-widget:last-child {
    margin-bottom: 0px;
}
.service-sidebar-widget ul{
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.service-sidebar-widget ul li{
	position: relative;
	display: block;
}
.service-sidebar-widget ul li a:before{
	position: absolute;
	left: 25px;
	top: 20px;
	font-size: 12px;
	color: #a9b0b4;
	transition: all 500ms ease;
	font-family: flaticon !important;
	content: "\f13b";
}

.service-sidebar-widget ul li:last-child a{
    margin-bottom: 0px;
	border-bottom: none;
}
.service-sidebar-widget ul li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: var(--title-font);
	font-weight: 600;
	color: var(--title-color);
	background-color: #fff;
	padding: 18px 10px 17px 45px;
	border-bottom: 1px solid #e4e9ec;	
}
.service-sidebar-widget ul li a:hover:after,
.service-sidebar-widget ul li.current-menu-item a:after{
	position: absolute;
	content: "\f13b";
	font-family: flaticon;
	font-size: 12px;
	top: 19px;
	right: 0px;
	color: #fff;
	opacity: 1;
	padding-right: 20px;
	transition: all 500ms ease;
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	padding-left: 25px;
	color: #fff;
	background-color: var(--theme-color);
}
.service-sidebar-widget ul li a:hover:before,
.service-sidebar-widget ul li.current-menu-item a:before{
	opacity: 0;
}
.service-sidebar-widget .download-list{
	position: relative;
	display: block;
	background-color: transparent;
	box-shadow: none;
}

.blog-sidebar .post-widget .post h6 a{
    color: var(--theme-color);
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom: 42px;
}

.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position: relative;
    display: block;
    background-color: #f3f7f9;
}

.widget ul li,
.widget ol li{
	position: relative;
    display: block;
    padding: 13px 0px 13px 30px;
    border-bottom: 1px solid #dbe0e3;
}

.widget ul li a:before,
.widget ol li a:before{
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 10px;
    color: #a9b0b4;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
	font-family: flaticon !important;
	content: "\f13b";
}

.widget ul li:last-child,
.widget ol li:last-child{
	border-bottom:none;
}

.widget ul li ul li,
.widget ol li ol li{
	padding-bottom:13px;
	border-bottom:0px;
	border-top: 1px solid #dbe0e3;
	padding-top:13px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--title-font);
    color: #001321;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;	
}
.widget ul li a:hover,
.widget ol li a:hover,
.widget ul li a:hover:before,
.widget ol li a:hover:before{
	color: var(--theme-color);
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
	flex-wrap: wrap;
	background-color: #f3f7f9;
    padding: 30px 30px 25px 30px;
	gap: 5px;
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
    font-size: 17px !important;
    line-height: 28px;
    color: #646768;
    padding: 3px 13px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
}
.widget .tagcloud a:hover{
	background-color: transparent;
    border-color: var(--theme-color);
    color: var(--theme-color);
}

/********* Pagination Style *************/
.pagination,
.paginate-links{
	position:relative;
	gap: 10px;
	display:flex;
	align-items: center;
}

.pagination li a,
.pagination li > span,
.paginate-links a,
.paginate-links > span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f7f9;
    text-align: center;
    font-size: 18px;
    color: #a9b0b4;
    font-weight: 700;
}

.pagination li a:hover, 
.pagination li.active a,
.pagination li > span,
.paginate-links a:hover,
.paginate-links > span {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.main-footer .form-inner .mc4wp-form-fields button .txt,
.footer-style-two .form-inner .mc4wp-form-fields button .txt{
    display: none;
}

.elementor-element-5814c63 .mc4wp-form-fields button > i {
    display: flex;
    margin-left: 5px;
}

.elementor-element-5814c63 .mc4wp-form-fields button:hover {
    background-color: var(--theme-color);
}

.elementor-element-5814c63 .mc4wp-form-fields button:hover .text,
.elementor-element-5814c63 .mc4wp-form-fields button:hover > i {
    color: #ffffff;
}

.logged-in-as {
    display: block;
    margin-bottom: 15px;
}

.logged-in-as a {
    color: var(--theme-color);
}

.comment-form-area,
.add-comment-box{
    margin-top: 60px;
}

.education-details .comment-form-area {
    margin-top: 0;
}

.fxzone-comment-item .comment-form-area {
    margin: 40px 0 60px;
}

.user-accout a {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    transition: all 0.4s ease;
}

.user-accout a:hover {
    color: var(--theme-color);
}

.service-block-one.fx-style__two .inner-box:hover {
    transform: none;
}

.blog-details-content .comment-box h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.blog-details-content .comment-box h2 small a {
    color: var(--theme-color);
    font-size: 18px;
    text-decoration: underline;
}