.banner-wrapper{
    /*height: 90vh;*/
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    height: 100%;
    overflow: hidden;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background-color: #0000006b; 
    z-index: 0;
}
.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}
.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}
.hero-content{
        display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hero-content h1{
    font-family: var(--heading-font);
    font-size: 70px;
    /* width: 90%;
    margin: auto; */
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    /*margin-top: 30px;*/
    /*text-align: left;*/
    color: var(--white-color);
}
.hero-content h1 span{
    font-family: var(--primary-font);
    display:block;
    font-size: 50px;
    margin-bottom:10px;
}
.hero-content p{
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: var(--f16);
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    /*text-align: left;*/
}

.hero-content ul {
padding: 0;
color: #fff;
}

.hero-content ul li{
font-size: 18px;
letter-spacing: 1.5px;
line-height: 30px;
}


.h-big {
   font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span{
    font-size: 96px;
}
.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.hero-tpcontainer {
    position: relative;
    text-align: center;
}

.hero-content p.hrpscnd {
    margin-top: 0;
}

.hero-content p.hrpfrst{
    margin-bottom: var(--m5);
}

.hero-point {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

a.main-btn.herobtn1 {
    background: var(--btn-color);
    border: var(--hero-btn-color);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}
.features-content a.main-btn.herobtn1:hover {
	color:#000;
}

a.main-btn.herobtn2 {
    background: var(--white-color);
    color: var(--black-color);
    text-decoration: none;
    border: var(--white-color);
    border-radius: 30px;
      font-weight: 600;
}

/* social media section start */

section.social-media {
    position: relative;
    padding-top: 40px;
    padding-bottom: 130px;
    background: var(--black-color);
}

section.social-media .head-sec h2{
    font-size: 44px;
    color: var(--white-color);
      text-transform: uppercase;
}

section.social-media ul {
  display: flex;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

section.social-media ul li {
  list-style: none;
}

section.social-media ul li a {
  width: 60px;
  height: 57px;
  /* background-color: #fff; */
  text-align: center;
  line-height: 80px;
  font-size: 25px;
  margin: 0 10px;
  display: flex;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  /* border: 3px solid #fff; */
  z-index: 1;
  justify-content: center;
  align-items: center;
}

section.social-media ul li a .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

section.social-media ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

section.social-media ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

section.social-media ul li a:hover:before {
  top: 0;
}

section.social-media ul li:nth-child(1) a:before{
  background: #E1306C;
}

section.social-media ul li:nth-child(2) a:before{
  background: #0077b5;
}

section.social-media ul li:nth-child(3) a:before {
  background: #3b5999;
}

section.social-media ul li:nth-child(4) a:before {
  background: #dd4b39;
}


/* about owner section css start */


.abt-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.abt-head h2 {
    font-size: 44px;
}

.abt-head h2 ,
.abt-head p {
    color: var(--white-color) ;
}

.abt-head p {
    margin-bottom: 0;
}

.abt-head p.abt-txttrans{
    text-transform: uppercase;
}

.abt-head p.line::after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background-color: #a9243c;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 0;
    min-height: 280px;
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: none;
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 0px 0%;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

.about-image-sec {
    width: 30%;
    float: right;
    margin-left: 30px;
}

.abt-content p {
    color: var(--white-color);
}


/* service section start  */


.features-content {
    background: #000;
    padding: 30px 20px;
    /*box-shadow: 0 0 20px 2px #00000029;*/
    border-radius: 15px;
    height: 100%;
  width: 100%;
    text-align: center;
  transition:all 0.3s ease;
}

section.features-sec .features-content:hover{
    background-color: var(--btn-color);
}

.features h2 {
    font-size: 44px;
    color: var(--white-color);
}

.features p {
    color: var(--white-color);
}

.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto;
    filter: invert(1);
}

.features-content h5 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--white-color);
}

.features-content p {
    margin-bottom: 0px;
    color: var(--white-color);
}

.features-sec{
    /* background-color: var(--white-color); */
    position: relative;
}

section.features-sec .row.feature-row {
    gap: 0px 20px;
    justify-content: center;
}

section.features-sec .row.feature-row .feture-col{
    width: 48%;
    border: 1px solid white;
    border-radius: 10px;
      padding: 0;
}

section.features-sec .row.feature-row .feture-col:hover{
    background-color: #d38b09; 
  border: 1px solid #d38b09;
}

section.features-sec h4 {
    text-align: center;
    margin: 0 0 10px 0;
}

section.page-head-sec {
    margin: 150px 0 0 0;
}

section.page-head-sec p{
text-align:center;
}

.features-sec .features h2 {
    text-align: center;
}

.features-sec .features p {
    text-align: center;
}

/* contact section css start */

/*=====================  CONTACT US =======================*/
.contact-page-section {
    position: relative;
    /* padding: 100px 0px 70px; */
    /* background: var(--white-color); */
}
.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd;
}
.box-inner {
    position: relative;
    padding: 40px 0px 40px 0px;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
}
.contact-info-box .box-inner {
    position: relative;
    padding: 0px 9px;
}
.contact-info-box .box-inner a{
    color: var(--text-black);
    line-height: 1.5;
}
.contact-info-box .box-inner a:hover{
    color: var(--secondary-color);
}
.contact-info-box .box-inner h5 {
  position: relative;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  line-height: 1.5;
}
.contact-info-box .box-inner p {
    position: relative;
    /* color: var(--text-black); */
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info-box:nth-last-child(1) {
    border-right: 0px solid #cdcdcd;
}
.contact-page-section .inner-container {
    position: relative;
    /* padding: 20px 40px 20px 0; */
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background: var(--other-color);
    padding: 20px;
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    /* width: 100%; */
    margin-bottom: 15px;
    /* padding: 0; */
}
.contact-form .form-group label {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-map {
    position: relative;
}
.contact-map img {
    width: 100%;
    height: 475px;
   object-fit: cover;
   border-radius: 10px;
}

.contact-page-section .sec-title h3{
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--white-color);
}

.contact-form .form-group button {
    margin-top: 10px;
}


/** what i do section css start **/

.whatid-cont {
    text-align: left;
}

.whatid-cont ul {
    padding-left: 1.3rem;
}

.whatid-cont ul li {
    list-style-type: disc;
    color: var(--white-color);
  font-size: var(--f18);
}

.whatid-cont ul li::marker {
    font-size: var(--f20);
}

a.whatido-btn {
    color: var(--white-color);
    /* text-decoration: underline; */
}

a.whatido-btn:hover {
    color: var(--white-color);
}



/* podcast section css start */

section.podcast {
 position: relative;
}

.podcast-col {
    text-align: center;
    position: relative;
}

section.podcast .podcast-col h2 {
    font-size: var(--f44);
}

.podcast-col p{
    text-align: center;
}

.podcast-col img {
    width: 150px;
    padding: 10px 0 30px;
}


/* free resources section css start */

section.free-resources {
	position:relative;
}

section.free-resources h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: var(--f44);
}

.row.fresorc-row {
    justify-content: space-between;
  gap:20px;
}

section.free-resources .fresorc-col {
    width: 48%;
  border-radius:10px;
}

.fresrcpd {
    padding: 40px;
}

section.free-resources .fresorc-col.active {
    width: 48%;
    background: var(--hero-btn-color);
  border-radius:10px;
  padding: 0;
}

section.free-resources .fresorc-col.active:hover{
 background: var(--white-color);
}

section.free-resources .fresorc-col.active:hover h3{
 color: var(--black-color);
}

section.free-resources .fresorc-col {
    width: 48%;
    background: var(--white-color);
  border-radius:10px;
  padding: 0;
}

section.free-resources .fresorc-col:hover{
background: var(--hero-btn-color);
}

section.free-resources .fresorc-col:hover h3.fresrcsndhed{
	color: var(--black-color);
}

section.free-resources .fresorc-col h3.fresrcsndhed{
	/* color:var(--black-color); */
}

section.free-resources .fresorc-col form input {
    margin: 15px 0;
  /*border:none;*/
}

section.free-resources .fresrcbtn-div {
	padding:var(--p10) 0;
}

section.free-resources a.fresorc-btn {
    text-decoration: none;
    background: var(--black-color);
    padding: 8px 15px;
    border-radius: 30px;
    color: var(--hero-btn-color);
}

section.free-resources .fresorc-col.active:hover a.fresorc-btn {
    color: var(--white-color);
}


section.free-resources a.fresorc-btn.fresrc-btn2 {
    color: white !important;
}

section.free-resources .fresorc-col:hover  a.fresorc-btn.fresrc-btn2 {
   color: var(--hero-btn-color) !important;
}


/**********/

section.banner-wrapper .eric-collage {
	position:relative;
}

section.banner-wrapper .img.eric-collageimage {
	height:100%;
}

section.banner-wrapper .img.eric-collageimage img {
	height: 292px;
	object-fit: cover;
	width: 100%;
}


section.banner-wrapper .img.collage-img {
	height:100%;
}

section.banner-wrapper .img.collage-img img.collageimg {
	height: 140px;
	object-fit: cover;
	width: 100%;
	object-position: top;
}

.banner-collage,
.eric-collage{
    padding: 6px !important;
}

.whaido-ul {
    margin-bottom: 15px;
}

.whatido-btn1 {
	border-radius:40px;
	background-color: #54a865;
	border:1px solid green;
}


.whatido-btn1:hover {
	border-radius:40px;
	background-color:#fff;
	border:1px solid green;
	color:#54a865;
}


.whatido-btn2 {
	border-radius:40px;
	background-color: #d61031;
	border:1px solid #d61031;
}


.whatido-btn2:hover {
	border-radius:40px;
	background-color:#fff;
	border:1px solid #d61031;
	color:#d61031;
}

.features-content .whatido-btn {
  background:#fff;
  color:#000;
  border-radius: 30px;
}

.features-content .whatido-btn:hover {
  color:#000;

}

section.contact-page-section .cont_form_row{
        /* flex-direction: column-reverse; */
}
