/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */




body{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.home .entry-header {
 display:none;
}

.primary-menu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000!important;
    font-weight: 600;
}

.primary-menu .sub-menu a{
	color:#FFF!important;
	   text-transform: capitalize;
	    padding: 0.7rem 2rem;
	
}

@media (min-width: 1000px){
.header-inner {
    padding: 1.3rem 0;
	}
}


@media (min-width: 700px){
.section-inner {
    width: calc(100% - 0rem);
	}

	h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: 3rem auto 3rem;
}

.singular .entry-header {
    padding-top: 16rem!important;
    padding-bottom: 5px!important;
}
	
	
}

.footer-top-hidden #site-footer {
    margin-top: 0rem;
    padding: 13px 0px;
    background-color: #706a6a;
    color: #fff;
}

.has-text-align-center {
    text-align: left;
}

.section-inner.medium {
    max-width: 130rem;
}


.entry-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-inner h4{
      font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 0px
}

.section-inner {
    max-width: 130rem;
    width: calc(100% - 4rem);
}

.footer-inner.section-inner {
     display: flex;
    justify-content:center;
    padding: 60px 0px;
}


@media (min-width: 1000px){
.primary-menu-wrapper + .header-toggles {
    margin-left: 4rem;
    display: none;
	}

	.search_form{
    width: 40%;
}


}


.link-back img {
    display: none!important;
}


.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}

.footer-nav-widgets-wrapper, #site-footer {
    background-color: #c61c1d;

}

.footer-nav-widgets-wrapper h4, #site-footer h4{
color:#fff!important;
}


#site-header {
    background: #fff;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(3 169 244 / 19%) !important;
}

@media (min-width: 700px){
.site-logo img {
    max-height: 5rem!important;
   
	}}




.first_intro_sec .e-con-inner{
 background-image:url(/wp-content/uploads/2024/06/3587-1.jpg);
	background-size:cover;
background-repeat:no-repeat;    border-radius: 49px;
    padding: 20px;
    max-width: 1300px;
    width: 100%;
}

.elementor-widget-heading .elementor-heading-title{
	    font-family: "Nunito", sans-serif!important;
}

.works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.work-item {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;
	background-color:#fff;
}

.work-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.play-button {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #03a9f4;
    border-radius: 5%;
    padding: 10px 24px;
    color: white;
    text-decoration: none;
    height: 37px;
}

.work-details {
    padding: 38px 20px 8px;
    margin-top: -86px;
    position: relative;
    text-align: center;
    background: rgb(123,123,123);
    background: linear-gradient(180deg, rgba(123,123,123,0) 0%, rgb(0 0 0 / 76%) 88%);
}



.work-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.work-excerpt {
     margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* This ensures exactly 2 lines of text */
}



.work-title{
    padding: 0px;
    margin-top: 0px!important;
    margin-bottom: 5px!important;
  
    font-size: 23px!important;
    color: #fff!important;
    letter-spacing: 1px;
    font-weight: 400!important;
}

.work-title a{
	color:#fff;
	font-weight:800;

}

.work-item:hover{
    box-shadow: 0 4px 8px rgb(255 193 7 / 51%);
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
   margin-top: -2px;
}

.e-con.e-flex>.e-con-inner {
    max-width: 1300px;
    width: 100%;
}

@media (min-width: 700px){
.entry-content p, .entry-content li {
    line-height: 1;
    font-size: 17px;
    color: #000;
	}}


h1,h2,h3,h4,h5,h6,p{
	 font-family: "Nunito", sans-serif!important;
}








.elementor-7 .elementor-element.elementor-element-05813d5 .elementor-heading-title {
    color: #000000;
    margin-bottom: -7px;
}


.first_intro_sec{
    margin-top: -151px;
}


.mkiopp{
    color: #03a9f4;
}

.portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio-category {
    position: relative;
    width: 24%; /* Adjust this value to fit your layout */
    padding-top: 0; /* This creates a responsive square */
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.portfolio-category a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}



.portfolio-logo {
    max-width: 50%;
    height: auto;
    margin-bottom: 10px;
}

.portfolio-overlay-logo img{
    max-width: 71px!important;
}

.portfolio-title {
     font-size: 24px;
    color: #fff;
    margin: 0;
    background: rgb(123,123,123);
    background: linear-gradient(180deg, rgba(123,123,123,0) 0%, rgb(0 0 0 / 76%) 88%);
    margin-bottom: 0px!important;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-top: 54%;
}

.portfolio-overlay-logo{
	    display: flex;
    align-items: end;
    justify-content: end;
}


.portfolio-overlay:hover{
    background-color: #0000ff4d;
}



.surpptr ul{
    list-style: none;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1px;
}


.surpptr ul li{
	margin-top:0px;
}

.surpptr ul li a{
text-decoration:none;
}

.contact-info {
    display: flex;
    gap: 10px;
    margin: 20px 0px;
}

.contact-item {
   display: flex;
    align-items: center;
    font-size: 16px;
    background-color: #0000ff0a;
    padding: 10px 47px;
    border-radius: 27px;
    border: 1px solid #ccc;
}

.contact-item i {
    margin-right: 10px;
    color: #333;
}

.contact-item a {
    text-decoration: none;
    color: #007bff;
}

.contact-item a:hover {
    text-decoration: underline;
}


.single-works #site-content {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mkopu_top_inner{
    max-width: 1300px;
    width: 100%;
	margin-top:70px;
	margin-bottom:70px;
}

.mkopu_top_inner_featured{
	display:flex;
}

.mkopu_top{
	display:flex;
	justify-content:space-between;
	width:100%;
}

.mkopu_top_inneer{
	width:30%;
}

.mkopu_top_inneer img{
	
    border-radius:20px;
}

.mkopu_top_inner_small_descr{
    width: 67%;
    display: grid;
    place-items: center;
    /* height: 100vh; */
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
	text-align:center;
}

.my_projetcs{
    font-size: 43px;
}

.content_inner_outer_right{
    margin: 60px 0px;
   
}

.mkopuyt{
	color:#007bff;
}


.content_inner_outer {
    max-width: 1300px;
    width: 100%;
    background-color: #0000ff05;
    margin-top: 48px;
    padding: 20px;
    border-radius: 20px;
}

.mhou{
	display:flex;
	justify-content:center;
}

.mhou_inner{
    max-width: 1300px;
    width: 100%;
}

.mhou_inner h4{
    font-size: 19px;
    margin: 40px 0px 0px;
}

 .mhou_inner h4 a{
    color: white;
    text-decoration: none;
    background-color: red;
    padding: 3px 91px 3px 20px;
    border-radius: 25px;
}

.mhou_inner h4 a:hover{
	background-color:#007bff;
}

.mkuop{
	color:#000;
}



.singular .entry-header {
    background-color: #000;
    padding: 4rem 0;
	background-image:url(/wp-content/uploads/2024/06/AMC-Ticon-09451-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
	
.section-inner.medium {

    padding: 25px 25px;
    background: #fff;
    position: relative;
     box-shadow: 0 0.5rem 1rem rgb(155 159 160 / 19%) !important;
    margin-bottom: -29px;
}

.section-inner.medium h1{
	color:#000!important;
	font-weight:700;
	font-size:19px;
}

.featured-media{
	display:none;
}


.innerfyt_west_{
    max-width: 450px;
    width: 100%;
}

.innerfyt_west{
    display: flex;
    float: right;
}


button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #f44336;
    text-transform: capitalize;
    padding: 8px 23px;
    border-radius: 30px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #03a9f403;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
    border-radius: 14px;
}

.sidebar45{
    background:#03a9f40a;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 13%) !important;
    border-radius: 25px;
    padding-right: 64px;
}

.left_contact_us{
    background-color: #000;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: -15%;
    z-index: 9;
    width: 30%;
}

.areads{
    padding: 60px 70px;
    background: #000;
	color:#fff!important;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(155 159 160 / 62%) !important;
    margin-top: 50px;
    margin-bottom: 46px;
    margin-left: -20%;
    border-radius: 20px;
}

.areads h2{
    color: #2196f3;
	margin-top:0px!important;
	padding-bottom:0px!important;
}

.areads p{
	color:#FFF!important;
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc54;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.areaddd p{
	color:#fff;
}



.works-container{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.works-container .work-item{
	width:23.5%;
	margin-bottom:20px;
}

.top_footer {
    display: flex;
    justify-content: center;
    /* background-color: #39393c; */
    background-image: url(/wp-content/uploads/2024/06/20373432_12103602553913-1-1-scaled.jpg);
    background-position: center;
}

.pum-theme-578 .pum-container, .pum-theme-default-theme .pum-container{
	
    background-image: url(/wp-content/uploads/2024/06/20373432_12103602553913-1-1-scaled.jpg);
    background-position: center;
}

.top_footer-inner{
	display:flex;
	justify-content:space-between;
	max-width:1300px;
	width:100%;
}

#topfooterright h4:before {
     content: '';
    height: 37px;
    top: 0px;
    width: 100px;
    left: 100px;
    position: absolute;
    -webkit-transform: skew(23deg);
    -khtml-transform: skew(23deg);
    -moz-transform: skew(23deg);
    -ms-transform: skew(23deg);
    -o-transform: skew(23deg);
    transform: skew(23deg);
    z-index: -1;
    background-color:#c61c1d;
}

#topfooterright h4{
	margin: 0px;
    font-size: 18px;
    background-color: #c61c1d;
    padding: 7px 34px;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	
}

.bt_bb_icon_holder{
	color:#c61c1d;
	margin-right:10px;
}
#topfooterleft{
	display:flex;
	justify-content:space-between;
}

#topfooterleft .btIconWidget{
	display:flex;
	padding:10px 0px;
	font-size:15px;
}

.widget {
    margin-top: -1rem;
}

#topfooterleft{
    padding: 8px 0px
			color:#fff!important;
}

#topfooterleft .btIconWidgetText{
			color:#fff!important;
}

#topfooterleft a{
	text-decoration:none!important;
	color:#fff;
}

.loacation34{
	margin-left:60px;
}

.primary-menu a {
	padding: 8px 13px;}

.primary-menu .frewqs a {
    
 border-radius:0px;
    background-color: #c61c1d;
    color: #fff!important;
}

.primary-menu .frewqs a:hover{
    background-color: #413f3f;
  
}

#site-footer{
	display:none;
}

.sticky_footer{
    background: linear-gradient(90deg, rgb(198 28 29) 0%, rgb(87 85 86) 297%);
    /* border-bottom: 5px solid #7374ed; */
    padding: 6px 0px;
}

.mkiopld{
	    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content:center;
    padding: 10px 0px;
}

.sticky_footer_inner{
    width: 100%;
    max-width: 800px;
}

.mkiopld_left{
    color: #fff;
    background-color: transparent;
    padding: 8px 33px;
    font-size: 18px;
    border: 1px solid #979393;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
	margin-right:50px;
}

.mkiopld_rigt a{
 padding: 8px 33px;
    font-size: 18px;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
}


.mkiopld_rigt{
    margin-top: 8px;
}

#footer1{
    width: 40%;

    padding: 20px;
}

#footer3{
	    width: 35%;
	    
    padding: 20px;
}

#footer2{
	    width: 25%;
	    
    padding: 20px;
}

#footer2 .bt_bb_icon_holder {
    color: #ffffff;
    margin-right: 10px;
}

#footer2 .btIconWidget{
	display:flex;
	color:#fff!important;
	margin-bottom: 20px;
	
}

.footer-inner.section-inner{
	color:#fff!important;
	padding-bottom:96px;
	font-weight:300;
}

.innert67{
   
}


.innert67 a{
	text-decoration:none;
	display:flex;
}

.btIconWidgetIcon{
	margin-right:5px;
}

.footer-nav-widgets-wrapper, #site-footer {
    background-color:#c61c1d;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



  .swiper-container-home {
            width: 100%;
            height: 80vh;
        }

      .swiper-container-home  .swiper-slide {
            display: flex;
            justify-content: center;
            
            position: relative;
            background-size: cover;
            background-position: center;
        }


.content_contents{
	display:flex;
	justify-content:center;
}

.content_inner{
	justify-content:left;
	float:left;
}

       .content_contents .content {
				 max-width:1300px;
				 width:100%;
            position: absolute;
          float:left;
            color: white;
            padding: 20px;
            border-radius: 10px;
        }
        .content h2 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }
        .content p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }
        .content .buttons a {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px;
            background-color: #007BFF;
            color: white;
            text-decoration: none;
            border-radius: 5px;
        }





.bg_overlay{
background: rgb(123,123,123);
background: linear-gradient(270deg, rgba(123,123,123,0) 0%, rgba(0,0,0,0.5310166302849264) 88%);
	height:100%;
	width:100%;
}


.content_inner{
	max-width:700px;
}

@media (min-width: 1000px){
.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 0rem 0 0 2.4rem;
}}


.countdown {
    display: flex;
    justify-content: space-between;
    background-color: #a52a2a;
    /* margin-top: 0px!important; */
    padding: 30px 20px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    /* width: 100%; */
    margin-bottom: 14px;
    border: 1px solid #e91e6317;
    border-radius: 12px;
    color: #a52a2a;
    max-width: 1300px;
    width: 100%;
    margin-top: -51px;
    position: absolute;
    z-index: 99;
	
	    background-image: url(/wp-content/uploads/2024/06/New-Project-20-1.jpg);
	flex-wrap:wrap;
}

.moiuyoo {
    background-color: transparent!important;
}

.countdown div {
background-color: #fff;
    padding: 2px 36px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown_outer{
	display: flex;
    justify-content: center;
}

.speakers-list {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}

.speaker {
    width: 24%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 20px;
}

.speaker {
	margin-bottom:20px;
}

.speaker:hover{
    box-shadow: 0 0 5px rgb(244 67 54 / 18%);
    
    opacity: .8;
}

.speaker-thumbnail img {
    width: 100%;
    height: auto;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.speaker-info {
    text-align: center;
    padding: 0px 20px;
}

.speaker-title {
    font-size: 23px;
	font-weight:700;
	margin:20px 0px 10px!important;
}


.speaker-position {
    font-size: 14px;
    color: #555;
}


.bt_bb_service .bt_bb_service_content h2{
    font-weight: 600!important;
    font-size: 2em!important;
    margin: 0px!important;
    margin-top: -13px!important;
}


.Titles .bt_bb_icon_holder {
      font-size: 1.4em;
    color: #a52a2a!important;
    border-bottom: 2px solid #a52a2a!important;
}


.testimonies-list {
    display: flex;
    justify-content:space-between;
	flex-wrap:wrap;
}





.testimony-item {
	width:48%;
    display: flex;
    align-items: left;
    border: 1px solid #ddd;
 
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile-picture {
    margin-right: 0px;
    width: 35%;
    display: flex;
    justify-content: center;
    background-color: brown;
    vertical-align: middle;
    padding: 5%;
}

.profile-picture img {
    width: 150px;
	  overflow: hidden;
    height: 150px;
	  border-radius: 50%;
    object-fit: cover;
}

.testimony-content {
     display: flex;
    flex-direction: column;
    width: 65%;
    background-color: #4a4343;
    color: #fff;
    padding: 30px;
}

.testimony-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.testimony-description,
.work-title {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.testimony-description{
	color:#fff!important;
}

.testimony-content .work-title{
	margin-top:30px!important;
}
.testimony-title{
    margin-top: 0px!important;
    font-size: 36px;
}

.custom-swiper-container {
	width: 100%;
    height: auto;
    max-width: 1300px;
    overflow: hidden;
}

.custom-swiper-wrapper .custom-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-profile-picture {
     width: 150px;
    height: 150px;
  overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-bottom: -75px;
    border: 7px solid #4a4343;
    z-index: 999;
}

.custom-testimony-content {
    text-align: center;
    background-color: #a52a2a;
    color: #fff;
    padding: 30px 50px;
  border-top: 5px solid #4a4343;
}

.custom-testimony-title {
    font-size: 1.2em;
    margin: 0.5em 0;
}

.custom-testimony-description {
    color:#fff!important;
    margin: 0.5em 0;
	line-height:25px!important;
	
}

.custom-work-title {
    font-size: 0.9em;
    margin: 0.5em 0;
	color:#fff!important;
	font-weight:700;
}


.custom-swiper-pagination{
	display:flex;
	justify-content:center;
	margin-bottom:50px;
	margin-top:40px;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {

}

.custom-swiper-button-next::after,
.custom-swiper-button-prev::after {
 
  color:#000!important;
}

.custom-swiper-button-prev::after{
    content: '➔'!important;
    font-weight: 100!important;
    font-size: 20px!important;
    margin-left: -50px;
    background-color: #fff;
    padding: 11px 15px;
    border-radius: 30px;
    border: 1px solid #000;
}

.custom-swiper-button-next::after {
   content: '➔' !important;
    display: inline-block; /* Ensure it's treated as an inline-block element */
    transform: rotate(180deg);
    font-weight: 100 !important;
    font-size: 20px !important;
    margin-right: -50px;
    background-color: #fff;
    padding: 11px 15px;
    border-radius: 30px;
    border: 1px solid #000;

}

.mduoptff h3 {
    margin-top: 4px;
    margin-bottom: 9px;
    font-size: 29px!important;
	    font-weight: 900!important;
	    color: #c61c1d;
}

	
 .mkop_pouy_oiutred{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: -299px;
    position: relative;
    z-index: 99;
    margin-bottom: 315px;
}


.entry-content {
	font-family: "Nunito", sans-serif!important;
    line-height: 19px;
    font-weight: 400;
    font-size: 18px;
}


.huuu900{
	    background-color: var(--white-color);
    margin-top: 0px!important;
    padding: 34px 11px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    /* width: 100%; */
    margin-bottom: 14px;
    border: 1px solid #e91e6330;
    border-radius: 12px;
}


@media (min-width: 1000px){
.huuu900{
    -webkit-flex-basis: 19.5%!important;
    flex-basis: 19.5%!important;
    max-width: 19.5%!important;
	}}


.huuu900.one {
    background-color: #a52a2a!important;
    color: #fff!important;
}

.huuu900.two {
 background-color: #7374ed!important;
    color: #fff!important
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: 100%;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"],input, textarea {
    background-color:#ccc;
    margin-top: 13px;
	
}

.wpcf7-radio{
    display: grid;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.mkoiui p,.mkoiui{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.mkoiui label{
	width:48%;
}



.ahahaha{
	border-radius:0px;
	padding:10px 20px 45px;
}

.madfioo h3{
    margin-top: 19px;
}


	.element_title h4{
    font-size: 18px;
    text-align: center;
    margin: 0px;
}


.mysposio h3{
    margin: 0px;
    font-size: 15px;
    text-align: center;
    background-color: #39393c;
    color: #fff;
    padding: 7px;
    border-bottom: 4px solid #fff;
	width:100%;
	border-radius: 30px;
	font-weight:800!important;
}

.area_right{
    background-color: brown!important;
    color: #fff!important;
    padding: 10px 3px;
	font-size:12px!important;
}

.area_left h4{
	font-size:15px!important;
}


.area_right p{
 
    color: #fff!important;
   
}

.areadwqq{
    border-bottom: 1px solid #39393c;
}

.area_left{
    background-color:#39393c!important;
    color: #fff!important;
    padding: 10px;
	border-bottom: 1px solid #ffffff17;
}

.bt_bb_row_inner_holder {
    height: auto;
    margin: 0 0px;
}

.areads_uop .bt_bb_column{
	padding-left:0px;
	padding-right:0px;
}

.areadwqq .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 8px!important;
	padding-right: 8px!important;}




@media (min-width: 1001px){
	.areads_uop .bt_bb_column{
    -webkit-flex-basis: 19%;
    flex-basis: 19%;
    max-width: 19%;
}
	
	.areads_uop.seddddd .bt_bb_column{
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
    max-width: 24%;
	}}
	
.area_right{
    -webkit-flex-basis: 60%!important
			;
    flex-basis: 60%!important;
    max-width: 60%!important;
	}

	.area_left{
		   -webkit-flex-basis: 40%!important
			;
    flex-basis: 40%!important;
    max-width: 40%!important;
	}




.pum-theme-578 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 48px 18px;
    border-radius: 20px;
    border: 1px none #39393c;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    background-color: #39393c;
}

.gryedsaa a{
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: white;
    background-color: brown;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 900;
}


@media (min-width: 700px){
.entry-content p, .entry-content li {
    line-height: 1.4;
    font-size: 17px;
    color: #000;
    font-weight: 300!important;
}}

.mko000{
	z-index:2!important;
}

.bt_bb_accordion .on .bt_bb_accordion_item_title:after {
    content: "-";
    float: right;
    font-size: 20px;
    color: #01a55c;
    font-weight: 600;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
    content: "+";
    float: right;
    font-size: 20px;
    color: #01a55c;
    font-weight: 600;
}



.moiuyoo h2 {
    font-size: 33px;
    color: #fff!important;
    padding: 0px!important;
    margin: 0px!important;
}



.moiuyoo{
	 background-color:transparent!important;
}


#footer2 a{
    text-decoration:none;
	font-weight:300;
}

.button{
	background-color:#c61c1d;
	border-radius:0px!important;
	font-size:15px;
}

.button .fa-chevron-right{
	margin-left:10px;
}


.areadwqq {
    border-bottom: 1px solid #39393c;
    min-height: 41px;
}

.footer-nav-widgets-wrapper{
	background-image:url(/wp-content/uploads/2024/06/20373432_12103602553913-1-1-scaled.jpg);
}


.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
}




@media (max-width: 781px){
.top_footer{
	display:none;
}

.seddddd .bt_bb_row_holder {
    height: auto;
    margin: 0 16px;
}
	
.header-inner {
    max-width: 168rem;
    padding: 1.15rem 0;
    z-index: 100;
}	
	
	.site-logo img {
    max-height: 3rem;
    margin: 0 auto;
    width: auto;
}
	
	.nav-toggle .toggle-icon, .nav-toggle svg {
    height: 2rem;
    width: 2.6rem;
    /* font-size: 65px; */
}
	
	
.countdown div {
    background-color: #fff;
    padding: 5px 36px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    margin-bottom: 7px;
}
	
	.moiuyoo {
    background-color: transparent!important;
    width: 100%!important;
}
	
	#footer2 {
    width: 100%;
    border: 1px solid #ffffff40;
    padding: 20px;
}
	
#footer2 .btIconWidget {
    font-size: 16px!important;
}
	

.mkiopld_rigt,.mkiopld_left {
    font-size: 12px;	
}
	
.mkiopld_rigt a {
    padding: 8px 20px;
	font-size: 14px;}	
	
	.areads_uop .bt_bb_column {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
}
	
	.areusee,.areads_uop{
		margin:0px 30px!important;
	}
	
	.areusee{
		margin:0px 20px!important;
	}
	
	.area_right p {
    color: #fff!important;
    font-size: 15px;
}
	
	.speaker {
    width: 49%;
}
	
	.section-inner.medium {
    padding: 10px 25px;
    background: #fff;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(155 159 160 / 19%) !important;
    margin-bottom: -51px;
}
	
	.high_lights{
    margin-top: -138px;
    margin: 0px 33px;
    margin-top: -130px;
}
	
	.areadserr{
    margin-top: 145px;
    padding: 0px 15px;
}

	.countdown div {
    padding: 5px 16px;
    border-radius: 30px;
    width: 49%;
    margin-bottom: 7px;
}
	
	.countdown {
 
    width: 95%;
    margin-top: -51px;
    
}
	#footer2 {
    text-align: left;
}
	
	.mkiopld_left {
  
    padding: 8px 17px;
    font-size: 14px;
    border: 1px solid #979393;
    border-radius: 35px;
    margin-right: 10px;
}
	
	.singular .entry-header {
    background-color: #000;
    padding: 9rem 0 0px;
    background-position: center;
    background-size: cover;
    margin-bottom: 49px;
}
	
	
.mkoiui label {
    width: 100%;
}
	
	.contact_us{
    margin: 0px 40px;
}
	
	.content_inner h2{
	font-size:25px;
		margin-bottom:0px!important;
		line-height:20px!important;
		padding-left:20px;
	
}
	
		.content_inner p{
	font-size:16px;
	line-height:20px!important;	
			padding-left:20px;
	
}
	
	.content_inner {
    max-width: 700px;
    width: 95%!important;
}
	
}

.toggle-text{
	display:none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f44336;
    color: #fff;
}




.mkiopld_left {
    color: #fff;
	background-color: brown;
}

.mkiopld_left a{
	color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 400;
}

.mkiopld_left:hover{
    color: #fff;
	background-color: #fff;
}

.mkiopld_left:hover a{
	color: #a52a2a;
}

.mkiopld_rigt a:hover{
    padding: 8px 33px;
    font-size: 18px;
	background-color: #a52a2a;
	color:#fff;
}


.high_lights4 .bt_bb_row_holder{
	display:flex;
	justify-content:space-between;
	margin:0px 3px!important;
	
}

.high_lights4 .bt_bb_row_holder{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.high_lights4 .bt_bb_row_holder .bt_bb_column{
	-webkit-flex-basis: 32.666666%;
    flex-basis: 32.666666%;
    max-width: 32.666666%;
    padding: 0px!important;
    margin-bottom: :;
    margin-bottom: 12px!important;
}


.high_lights478{
    margin-top: -116px!important;
    margin-bottom: 84px!important;
    background-color: #fff;
    padding: 20px 10px;
}


.aread45rr h4{
  margin: 7px 0px;
    font-weight: 600;
    font-size: 26px;
    color: #a52a2a;
    margin-top: 22px;
}

#site-header{
    
    position: fixed;
    width: 100%;
	z-index:9999999;
}

.areadaeae h2{
	margin-bottom:0px!important;
	padding-bottom:7px!important;
    font-size: 40px;
    line-height: 41px;
    margin-top: 0px;
}



 @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.005);
    }
  }




.aread45rr .bt_bb_column_inner{

    background-color: #fff;
    margin-top: 0px!important;
    padding: 20px 11px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
    /* width: 100%; */
    margin-bottom: 14px;
    border: 1px solid #a52a2a3d;
    border-radius: 12px;
}

@media (min-width: 1001px){
.aread45rr .bt_bb_column_inner{
    -webkit-flex-basis: 48%;
    flex-basis: 48%!important;
    max-width: 48%!important;
}
}

.high_lights{
    margin-bottom: 47px;
}

.areadaeae.kfjfjfj h2{
    margin-top: 0px!important;
    margin-bottom: 22px;
}


.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
    font-size: 2.3rem;
    font-weight: 600;
    margin-top: 15px;
}

.areadtssd{
	border-radius:20px;
	min-height:350px;
	animation: zoomInOut 2s infinite;
	
}

.aread45{
    border-bottom: 14px solid #7374ed;
    border-left: 14px solid #a52a2a;
}


.high_lights .bt_bb_row_holder {
    height: auto;
    margin: 0 0px;
}

.top_footer{
	display:none;
}

.mju h3{
text-align: left;
    line-height: 21px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 125px!important;
    font-size: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 17px;
    background-color: rgba(103, 104, 207, 0.12);
}

.areadtssdggg{
	    box-shadow: 0 15px 38px 10px rgb(0 0 0 / 10%);
	border-radius:20px;
	text-align:center!important;
	margin-bottom:20px;
}


.areadtssdggg .bt_bb_service{
	background-color: #fff;
    padding: 12px 20px 40px;
    max-width: 64%;
    74%: ;

}

@media (min-width: 1000px){
.high_lightsuuu .areadtssdggg {
    -webkit-flex-basis: 48%!important;
    flex-basis: 48%!important;
    max-width: 48%!important;
	}}


.high_lightsuuu .bt_bb_row_holder {
    height: auto;
    margin: 0 0px;
    display: flex!important;
	flex-wrap:wrap!important;
    justify-content: center;
    gap: 28px;
}


.areadfhiop img{
	border-radius:10px!important;
}

.footer-inner h3{
	font-size:2rem!important;
}


#footer2 .bt_bb_icon_holder {
   
    background-color:transparent;
    padding: 5px 9px;
    width: 43px;
    height: 25px;
    border-radius: 35px;
}


.bt_bb_counter_holder {
    font-size: 4em;
    height: 0.7em;
    line-height: 1;
    overflow: visible;
}

.consulting-rev-text,.consulting-rev-title-2, .consulting-rev-title-3 {
    color: #c61c1d!important;
    letter-spacing: -.06em!important;
	
}

.consulting-rev-title-2, .consulting-rev-title-3 {
	font-weight:500px!important;
}


.consulting-rev-text{
    font-size:21px!important;
	
}


.mjouio{
    max-width: 1300px!important;
}

.mjouio h4{
    font-size: 23px;
    padding: 0px;
    margin: 0px!important;
}

.top45{
	padding-top:20px;
	padding-bottom:20px;
	margin-top:-80px;
}

.bt_bb_button a {
   -webkit-box-shadow: 0 0 0 3em var(--secondary-color,white) inset!important;
    box-shadow: 0 0 0 3em #c61c1d inset!important;
    color: white!important;
    font-weight: 900;
  
}

.bt_bb_icon_holder {
    color: #ffffff!important;
    margin-right: 7px;
    font-size: 21px!important;
}

.aread45rr .bt_bb_column_inner:hover{
	background-color: #6b6cec1c;}

.sticky_footer_innerr{
    display: flex;
    max-width: 1300px;
    width: 100%;
    justify-content: space-between;
}

.sticky_footer_innerr h4{
    margin: 0px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
	padding-top:9px;
}

.sticky_footer_innerr ul{
    margin: 0px!important;
}

.bottom_footer_right{
    display: flex;
    justify-content: right;
}


.footer-inner.section-inner a{
	color:#fff!important;
}

.innert67 .btIconWidget{
	display:flex;
}

.sticky_footer.aresdw{
	display:flex;
	justify-content:center;
}

.areadffff{
	background-color:areadffff;
}

h3.bt_bb_service_content_title{
    margin: 0px!important;
    font-size: 16px;
    color: #ffff;
}

 h3.bt_bb_headline_tag{
    color: #fff;
    font-size: 25px;
}

.areadffff a{
	color:#fff!important;
	text-decoration:none!important;
}