b, strong {
    font-weight: bolder !important;
}  
.menuzord-menu > li > .megamenu .megamenu-row li a {
	color: #000;
}
/*Home Page Css*/
.home_courses_grid .elementor-column {
	display: flex;
	align-items: stretch;
}

.home_courses_grid .elementor-widget-tm-ele-info-box {
	display: flex;
	flex: 1;
}

.home_courses_grid .tm-sc-info-box {
	display: flex;
	flex: 1;
	height: 100%;
}

.home_team_slider .team-current-theme2 .inner-box .socials {
	display: none;
}
.wp-block-categories > li::before{
  content: "\f249";
}
.home_services_section .service-block-style17{
	height: 100%;
  min-height: 540px;
}
.why_choose_home_section .features-block-style1 .inner-box {
    border: 1px solid #fff;
    padding: 20px;
   border-radius: 50px 5px 50px 5px;
}
.why_choose_home_section .features-block-style1 .inner-box:hover {
    border-color: #fda900;
}
ul.amwi_list_check{
	list-style: none;
}
ul.amwi_list_check li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fea800;
	margin-right: 10px;
}
.home_placement_section .team-current-theme8.team-item .image-box img {
    border-radius: 50px 100px;
}
/*Course Page css*/
.why_choose_home_section .why_choose_list_items .inner-box {
border: 1px solid #000;
}
/*Inner Page Table css*/
.amweb_acedemy_table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 1em;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px #fea80047;
}

.amweb_acedemy_table thead tr {
	background-color: #fea800;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.amweb_acedemy_table th,
.amweb_acedemy_table td {
	padding: 20px 15px !important;
	/* font-size: 17px; */
	font-weight: 600 !important;
	color: #fff !important;
}

.amweb_acedemy_table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.amweb_acedemy_table tbody tr:nth-child(odd) td {
	color: #000 !important;
}

.amweb_acedemy_table tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.amweb_acedemy_table tbody tr:nth-of-type(even) {
	background-color: #212529;
}

.amweb_acedemy_table tbody tr:last-of-type {
	border-bottom: 4px solid #fea800;
}

/*Inner Page Tab design*/
.amweb_course_section .nav-tabs .nav-link {
	font-size: 18px;
	font-weight: 600;
}

.amweb_course_section .nav-tabs .nav-link.active {
	color: #fff !important;
	background: linear-gradient(48deg, #ffaa17, #b7e6ea00) !important;
	border-right: 4px solid #ffaa17 !important;
	border-left: none !important;
	font-size: 18px;
	font-weight: 600;
}

.amweb_course_section .tab-content .course-inner-bar ul li {
	list-style: none;
	color: #525252;
}

.amweb_course_section .tab-content .course-inner-bar ul li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fea800;
	margin-right: 10px;
}

.amweb_course_section .tab-content {
	background: linear-gradient(48deg, #ffffff, #ffd999) !important;
}

.amweb_course_section .tab-content .course-inner-bar a.course-btn {
	border: 1px solid;
	padding: 15px 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	background-color: #fea800;
}

.amweb_course_section .tab-content .course-inner-bar a.course-btn:hover {
	border: 1px solid;
	border-radius: 10px;
	color: #000;
	font-weight: 600;
	background-color: transparent;
}

/*Inner Page Banner Form*/
.custom_contact_form {
	padding: 30px 20px 30px 20px;
	border-radius: 20px;
	position: relative;
	background: transparent linear-gradient(36deg, #FFB849 0%, #fbe8d8 100%);
}

.custom_contact_form input.wpcf7-form-control {
	width: 100%;
	font-size: 14px;
	height: 54px !important;
	font-weight: 500;
	color: #545557;
	background: none !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fdf4ed !important;
	border-radius: 5px 5px 5px 5px;
	transition: 500ms;
	padding: 5px 10px;
}
.custom_contact_form input.wpcf7-form-control::placeholder,.custom_contact_form textarea.wpcf7-form-control::placeholder {
    color: #565554;
    opacity: 1;
}
.custom_contact_form .form-control:active, .custom_contact_form .form-control:focus, .custom_contact_form .input-text:active, .custom_contact_form .input-text:focus {
            box-shadow: 0 0 0 1px #fdf4ed;
    border-color: #fdf4ed !important;
}
.custom_contact_form .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 70px;
	resize: none;
	border-color: #fdf4ed;
	border-radius: 5px;
	color: #545557;
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px;
}

.custom_contact_form h4 span.form_head_bold {
	color: #fea800;
}

.custom_contact_form h4 {
	text-transform: capitalize;
	font-size: 25px;
	text-align: center;
}

.custom_contact_form .nice-select.wpcf7-form-control.wpcf7-select {
	background-color: transparent;
	height: 54px !important;
	width: 100%;
	font-size: 14px;
}
.custom_contact_form  .nice-select.open .list {
    width: 100%;
}

.custom_contact_form .wpcf7-form-control.wpcf7-submit {
	background-color: #1e1c19 !important;
	color: #fff;
	width: 100%;
	max-width: 200px;
}
.custom_contact_form .wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent !important;
	color: #fff;
}
.custom_contact_form .nice-select.wpcf7-form-control.wpcf7-select .nice-select span.current {
	color: #545557 !important;
}

/*Amweb services form page section*/
.amwi_services_form_section .custom_contact_form .form-row {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin-bottom: 12px;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 5px 0px;
}
.amwi_services_form_section .custom_contact_form .form-rows .nice-select{
	margin: 0px 0px 15px 0px;
}
/*testimonials design*/
.amwi_testimonials_reviews .testimonial-block .bottom_logo {
    margin-top: 20px;
    border: 1px solid;
    border-radius: 10px;
    width: 120px;
    background: #ffaa17;
}

.amwi_testimonials_reviews .testimonial-block .bottom_logo img {
    margin: 0 auto;
    max-width: 75px;
    padding: 10px;
    display: flex;
}
.amwi_testimonials_reviews .testimonial-block .author-text {
    font-size:16px !important;
	line-height:28px !important;
}
/*blog single page css*/
.tm-blog-sidebar-row .entry-content ul li {
    list-style: none;
}
.single-post .entry-content #ez-toc-container .ez-toc-icon-toggle-span svg {
    fill: #fea800 !important;
    color: #fea800 !important;
}
.single-post .tm-blog-sidebar-row .entry-content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fea800;
    margin-right: 10px;
}

.single-post .tm-blog-sidebar-row #tm_widget_blog_list-1 h4,.single-post .tm-blog-sidebar-row #block-8 h4,.single-post .tm-blog-sidebar-row #block-9 h4{
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 22px !important;
    display: inline-block;
    padding-bottom: 10px;
}
.single-post .tm-blog-sidebar-row #tm_widget_blog_list-1 h4::after,.single-post .tm-blog-sidebar-row #block-8 h4::after,.single-post .tm-blog-sidebar-row #block-9 h4::after
{
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 82px;
    background: #fea800;
}
.single-post .tm-blog-sidebar-row #ez-toc-container {
    background: #f8f5f0;
	border: 1px solid #f8f5f0;
}
.single-post .tm-blog-sidebar-row #ez-toc-container ul li a {
    line-height: 35px;
}
.single-post .tm-widget-blog-list .post .post-right .post-title a {
    text-transform: capitalize;
    font-size: 16px;
}
.single-post .tm-widget-blog-list .post .post-right .entry-date{
	color: #fea800;
	font-weight: 600;
}
.single-post .sidebar-area .wp-block-categories li a{
font-weight: 600;	
}

.single-post .sidebar-area .wp-block-tag-cloud a {
    font-weight: 600 !important;
}
.single-post .news-details-bottom .news-details__categories a, .single-post .news-details-bottom .news-details__tags a{
	font-size: 14px;
    font-weight: 600;
}
.single-post .tm-blog-sidebar-row .entry-content h2 {
    font-size: 30px;
}
.single-post .tm-blog-sidebar-row .entry-content  h3 {
    font-size: 25px;
}
.single-post .tm-blog-sidebar-row .main-content-area article {
    border: 2px solid #f8f5f0;
    padding: 10px 15px;
    border-radius: 10px;
	box-shadow: 0px 2px 5px 0px #d1c2c2;
}
.single-post .tm-blog-sidebar-row .entry-content a {
    font-weight: 600;
	color: #fea800;
}
/*social media page css here*/
.facebook_ads_bg_section .content ul li {
    color: #fff !important;
}
.facebook_ads_section .content ul li {
    color: #000 !important;
}
.facebook_ads_bg_section .content ul li:before,.facebook_ads_section .content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fea800;
    margin-right: 10px;
}
.facebook_shadow_section .elementor-icon-box-content ul li {
    color: #000;
}
.facebook_shadow_section .elementor-icon-box-content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    margin-right: 10px;
}
/*digital marketing course mohali page css here*/
.amweb_digital_course_section .tab-pane {
    background: linear-gradient(48deg, #ffffff, #ffd999) !important;
}
.amweb_digital_course_section .tab-content-inner .bg-light:before{
	content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fea800;
    margin-right: 10px;
}

.amweb_digital_course_section .tab-content-inner .rounding-border {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
}
.amweb_digital_course_section .tab-content-inner .section_bottom_btn .view-more-btn {
    border: 1px solid;
    padding: 10px 35px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px 20px;
    background-color: #ffa700;
    color: #fff;
}
.amweb_digital_course_section .tab-content-inner .right_content_section p {
    color: #2a2a2a;
    font-size: 16px;
}
.amweb_digital_course_section .tab-content-inner .right_content_section .item_listing .bg-light{
	  border: 1px dotted;
    padding: 10px;
    border-radius: 10px;
	font-weight: 600;
    color: #000;
	font-size: 15px;
}
/*About us page css here*/
.lead_memebers_section img {
    padding: 15px;
}
.about_team_member_section .team-current-theme2 .inner-box .shape-style1{
	    display: none;
}
.about_team_member_section .team-current-theme2 .inner-box{
background-color: transparent;
border: 1px solid #ffa800;
padding: 20px;
border-width: 10px 1px 12px 1px;
border-radius: 10px 20px 10px 50px;
}
/*Seo services page css*/
.seo_offer_services_section .service-block-style16 .inner-box .content-box {
       height: 400px;
}
/*Shopify web development page css here */
.process_scroll_sticky_section {
  position: relative;
}

.process_scroll_sticky_section .amweb_left_fixed {
  position: relative;
}

.process_scroll_sticky_section .left_sticky_img {
  position: relative;
  will-change: transform;
}

.process_scroll_sticky_section .left_sticky_img img {
  width: 100%;
  display: block;
  transition: transform 0.1s linear;
}
/*Outsource page video css here */
.outsource_client_video .elementor-custom-embed-play {
    inset-block-start: 70%;
    inset-inline-start: 14%;
    position: absolute;
    transform: translate(-60%, -22%);
}
/* Ripple Circle */
.outsource_client_video .elementor-custom-embed-play::after {
    content: "";
    position: absolute;
    inset: -15px;
    background-color: rgba(255, 170, 23, 0.3);
    border-radius: 50%;
    z-index: -1;
    animation: play-ripple 1.6s ease-out infinite;
}
@keyframes play-ripple {
    0% {
        transform: scale(0.6);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.4);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
/*Location pages css here */
.amweb_location_menu_section ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.amweb_location_menu_section ul li {
    margin-right: 15px;
    margin-bottom: 40px;
}
.amweb_location_menu_section ul li a {
    color: #fff;
    border: 1px solid;
    padding: 16px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.why_choose_listing ul li {
    border-radius: 20px 0px 20px 0px;
}
.why_choose_listing ul li svg {
    fill: #fff;
}
.our_locations_states_list .service-block-style2 .inner-box .image-box:before{
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(39, 41, 46, 0.8) 100%)
}
.our_locations_states_list .service-block-style2 .inner-box .image-box{
	height:120px;
}
.amweb_location_listings_footer .amweb_footer_locations_inject ul.elementor-icon-list-items {
    overflow-y: auto;
    max-height: 245px;
}
.single-post .tm-page-title-elementor .tm-bg-color-over-image:before,
.archive .tm-page-title-elementor .tm-bg-color-over-image:before{
background-image: linear-gradient(158deg, #63637a 44%, #FFAA17 100%) !important;
}
@media (max-width: 767px) {
.home_banner_video_section .video-play-button{
width: 80px !important;
height: 80px !important;
}

	.amweb_acedemy_table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.amweb_acedemy_table th,
	.amweb_acedemy_table td {
		padding: 10px 15px !important;
		font-size: 15px;
	}
	.amwi_services_form_section .custom_contact_form .form-row{
		width: 100%;
	}
	.amweb_digital_course_section .right_content_section .section_bottom_btn {
    gap: 0 !important;
	}
	.process_scroll_sticky_section  .left_sticky_img {
    transform: none !important;
  }
  .outsource_client_video .elementor-custom-embed-play{
	  inset-block-start:50%;
	  inset-inline-start: 50%;
  }
}
@media (max-width: 1024px) {
header#header{
height: 50px !important;
}
#tm-header-default .tm-header-branding img, #elementor-header-top-mobile .tm-header-branding img {
	width: 100px !important;
}
#tm-header-default #tm-nav-mobile, #elementor-header-top-mobile #tm-nav-mobile{
top: 40%;
}
.tm-header-menu-scroll {
 padding: 0px;
}
.tm-menu-close {
	 z-index: 1;
}
}
@media screen and (min-width: 1025px) and (max-width: 1700px) {
	.home_header_section{
		padding: 0px 15px;
	}
	.home_main_bar_section .tm-sc-button .btn{
		text-transform: capitalize;
		padding: 20px 20px 20px 20px;
	}
  .home_center_header{
	  width: 100%;
  }
  .home_main_banner_section .home_banner_left_section{
	      margin-top: 20px;
  }
} 		  