/*MAIN.CSS*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this theme*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: //Accenture//*/

/* Version: 1.0 Initial Release*/

/* Build Date: February 2021*/

/* Author: Quadnotion */

/* Website: //website link// */

/* Copyright: (C) 2021 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/* 02 - OUTLINES & BACKGROUND LINES */

/* 03 -  HEADER & NAVIGATION */

/* 04 - PAGES & SECTIONS SETUP */

/* 05 - FOOTER */


body {
	background-color: #FFFFFF;
	font-weight: 400;
	overflow-x: hidden !important;
	overflow-y: auto;
	color: #353535;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
  
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
  
input:focus {
	outline: none;
}
  
button:focus{
	outline: none;
}
button{
  background-color: none !important;
}
  
p {
	font-size: 14px;
	line-height: 24px;
	color: #353535;
}
  
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
  
::-moz-selection { /* Code for Firefox */
  color: white;
  background-color: #FF005D;
}
  
::selection {
  color: white;
  background-color: #FF005D;
}
   
/*---------------------------------------------------------------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/*---------------------------------------------------------------------------------------------------------------*/
  
.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.img-center-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.disable-click {
  pointer-events: none;
}
.disable{
  display: none;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus {
  outline: none;
}

.no-parallax {
  background-attachment: scroll !important;
}

.section{
  position: relative;
}

.inline-YTPlayer {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
.inline-YTPlayer .mb_YTPlayer {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.video-bg-player{
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h5,p{
  margin:0;
  padding: 0;
}

.display-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.dummy {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
  
.dummy div {
  width: 100%;
  height: 2px;
}
  
/*---------------------------------------------------------------------------------------------------------------*/

/* SPACING */

/*----------------------------------------------------------------------------------------------------------------*/
/* padding */
.p-m-null{
  padding: 0;
  margin: 0;
}

.pad-top-big {
  padding-top: 155px;
}
.pad-top {
  padding-top: 80px;
}
.pad-top-60{
  padding-top: 60px;
}
.pad-top-30{
  padding-top: 30px;
}
.pad-top-35 {
  padding-top: 35px;
}
.pad-top-40{
  padding-top: 40px;
}  
.pad-top-10{
  padding-top: 10px;
}
.pad-bot-15{
  padding-bottom: 15px;
}
.pad-top-20{
  padding-top: 20px;
}
.pad-top-80{
  padding-top: 80px;
}
.pad-top-35-p{
  padding-top: 35%;
}
.pad-top-100{
  padding-top: 100px;
}
.pad-top-188{
  padding-top: 188px;
}
.pad-top-seven-perc{
  padding-top: 7%;
}
.pad-r-78{
  padding-right: 78px;
}
.pad-r-20{
  padding-right: 20px;
}
.pad-l-65{
  padding-left: 65px;
}
.pad-bot-20{
  padding-bottom: 20px;
}

.pad-bot-70 {
  padding-bottom: 70px;
}
.pad-bot-60{
  padding-bottom: 60px;
}  
.pad-l-40{
  padding-left: 40px;
}
.pad-r-40{
  padding-right: 40px;
}   
/*---------------------------------------------------------------------------------------------------------------*/

/* FONT WEIGHTS */

/*----------------------------------------------------------------------------------------------------------------*/

.font-weight-400{
  font-weight: 400;
}
.font-weight-600{
  font-weight: 600;
}
.font-weight-700{
  font-weight: 700;
}
.font-weight-800{
  font-weight: 800;
}

  
/*---------------------------------------------------------------------------------------------------------------*/

/* C - FONT FAMILY */

/*----------------------------------------------------------------------------------------------------------------*/

.font1{
  font-family: 'Roboto', sans-serif;
}

.font2{
  font-family: 'Poppins', sans-serif;
} 

/*----------------------------------------------------------------------------------------------------------------*/

/* FONT SIZE */

/*----------------------------------------------------------------------------------------------------------------*/

.font-size-16{
  font-size: 16px;
  line-height: 23px;
}
.font-size-45-lineheight-60{
  font-size: 45px;
  line-height: 60px; 
}
.font-size-18-lineheight-28{
  font-size: 18px;
  line-height:28px ;
}
.font-size-21{
  font-size: 21px;
  line-height: 32px;
}
.font-size-24{
  font-size: 24px;
  line-height: 35px;
}
.font-size-14{
  font-size: 14px;
}
.font-size-22{
  font-size: 22px;
}


.letter-space-4 {
  letter-spacing: 4px;
}

/*----------------------------------------------------------------------------------------------------------------*/

/* COLORS */

/*----------------------------------------------------------------------------------------------------------------*/

.light-black{
  color: #111111;
}
.main-color{
  color:#A100FF
}
.dark-grey{
  color: #616161;
}
.hard-black{
  color: #1E1E1E;
}
.white{
	color: #ffffff;
}
.footer-color{
  color: #000000;
}  
.m-b-100{
  margin-bottom: 100px;
}
.new-video-section{
  background-color: #E1E8E0;
}

.bag-section{
  background-image:url(../images/Group\ 183.svg);
  background-size: cover;
  background-position: center center;
}

.max-width{
  max-width: 100%;
  height: auto;
}

/* main-things */
header{
  padding: 30px 0px 0px;
  overflow: hidden;
  width: 100%;
  /* position: relative; */
  position: absolute;
  z-index: 900;
}
.main-logo{
  width:162px;
}
.main-menu{
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
.main-menu li {
  list-style: none;
  display: inline-block;
}
.main-menu li a{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #111111;
}
.main-menu li:hover a{
  color: #A100FF;
}
.banner-text-section span {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 37px;
}

.sub-banner-cards-section{
  padding-left: 18px;
  padding-right: 18px;
}
 
.podcasts-cards:nth-last-child(1){
  margin-right:0;
}
.podcasts-cards a{
  transition: all ease-in-out 0.4s;
  background-color: #1E1E1E;
  border-radius: 50%;
}

.podcasts-cards.disable a {
  display: none;
}

.podcasts-cards a:hover{
  background-color: #A100FF;
  outline: none !important;
  scale: 1.1;  
}
.img-section-bg{
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}
.img-1-section{
  background-image: url(../images/updated-images/audio1.jpg);
  
}
.img-2-section{
  background-image: url(../images/updated-images/audio2.jpg);
}
.img-3-section{
  background-image: url(../images/updated-images/audio3.jpg);
}
.img-4-section{
  background-image: url(../images/updated-images/audio4.jpg);;
}
.img-5-section{
  background-image: url(../images/updated-images/audio-5.jpg);
}

.img-6-section{
  background-image: url(../images/updated-images/audio-6.jpg);
}

.img-7-section{
  background-image: url(../images/updated-images/audio-7.jpg);
}

.img-8-section{
  background-image: url(../images/updated-images/audio-8.jpg);
}

.img-9-section{
  background-image: url(../images/updated-images/audio-9.jpg);
}

.img-10-section{
  background-image: url(../images/updated-images/audio-10.jpg);
}

.img-11-section{
  background-image: url(../images/updated-images/coming-soon.jpg);
}
/* footer-section */
.bg-sect{
  background-color: #1E1E1E;
}


.videos-section{
  margin-top: 100px;
  background-color: #A100FF;
  overflow: hidden !important;
}
.btn{
  
  
  background-color: white; 
  border: none; 
  padding: 11px 32px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
}
.txt-btn{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #A100FF;
  letter-spacing: 3px;
  text-transform: uppercase;

}


/* next-section */
.box-section-bg{
  background-size: cover;
  height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;

}
.box-section-1{
  background-image: url(../images/updated-images/R1.jpg);
}
.box-section-2{
  background-image: url(../images/updated-images/R2.jpg);
}

.box-section-3{
  background-image: url(../images/updated-images/R3.jpg);
}

.box-section-4{
  background-image: url(../images/updated-images/R4.jpg);
}

.disable-roundtable-video a {
  display: none;
}

.disable-roundtable-video a.video-button {
  display: inline-block;
  pointer-events: none;
}

/* next */

.banner-carousel {
  position: relative;
  opacity: 0;
}
.banner-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ie-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: none;
}


.banner-carousel .slick-arrow.slick-prev {
  left: 10px;
  padding-right: 4px;
}

.banner-carousel .slick-arrow.slick-next {
  right: 10px;
  padding-left: 4px;
}
/* 
.banner-carousel.owl-carousel .owl-nav button.owl-next, .banner-carousel.owl-carousel .owl-nav button.owl-prev {
  background: #fff;
}

.banner-carousel .owl-nav button.owl-prev {
  left: 10px;
  padding-right: 4px;
}

.banner-carousel .owl-nav button.owl-next {
  right: 10px;
  padding-left: 4px;
}

.banner-carousel .owl-nav button img {
  padding: 0;
}

.banner-carousel .owl-nav button.owl-prev img {
  padding-right: 4px;
}

.banner-carousel .owl-nav button.owl-next img {
  padding-left: 4px;
} */

.bg-image-one {
  background-image: url(../images/updated-images/fold-one-video-one.jpg);
  background-size: cover;
  max-width: 100%;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.bg-image-two {
  background-image: url(../images/updated-images/fold-one-video-two.jpg);
  background-size: cover;
  max-width: 100%;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.bg-image-three {
  background-image: url(../images/updated-images/fold-one-video-three.jpg);
  background-size: cover;
  max-width: 100%;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.bg-image-four {
  background-image: url(../images/updated-images/fold-one-video-four.jpg);
  background-size: cover;
  max-width: 100%;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.play-video{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-decoration:underline;
}
/* .bg-image-two {
  background-image: url(../images/updated-images/video-2.jpg);
  background-size: cover;
  max-width: 100%;
  height: 350px;
  background-repeat: no-repeat;
}
.bg-image-three{
  background-image: url(../images/updated-images/video-3.jpg);
  background-size: cover;
  max-width: 100%;
  height: 460px;
  background-repeat: no-repeat;
} */
.text-section{
  width: 560px;
  height: auto;
  background-color: #FFFFFF;
  position: absolute;
  top: 50px;
  left: 510px;
  box-shadow: 0px 0px 11px 9px rgba(0,0,0,0.1);
}
.text-section a{
  color: #A100FF;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 2px;
}     
/* cards-section */
.svg-hover{
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
  background-color: #1E1E1E;
}
.svg-hover:hover{
  background-color: #A100FF;
  outline: none !important;
  scale: 1.1;
}
/* .owl-nav{
  height: 50px;
  width: 25px;
  cursor: pointer;
} */
.overlay{
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #1E1E1E 100%);
  position: relative;
  width: 100%;
  height: 350px;
}
.overlay-two{
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #1E1E1E 100%);
  position: relative;
  width: 100%;
  height: 350px;

}
.overlay-three{
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #1E1E1E 100%);
  position: relative;
  width: 100%;
  height: 460px;
}
.size-correct{
  position: absolute;
  bottom: 17px;
  left: 20px;
}
.dialoge-carousel-item{
  padding-left: 60px;
}
.bg-dialoge{
  width: 800px;
  height: 600px;
  margin-left: 70px;
  background-color: #E1E8E0;
}
.main-image-bg-section{
  width: 700px;
  top: 65px;
  left: -10px;
}
.design-img{
  position: absolute;
  bottom: -50px;
  left: 0px; 
}
.video-button{
  background-color: #FFFFFF;
  padding: 14px 40px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
  letter-spacing: 2px;
  color: #A100FF;
  transition:all ease-in-out 0.4s;
  position: relative;
  z-index: 100;
}
.video-button:hover{
  background-color: black;
  color:#ffffff;

}
.owl-carousel button.owl-dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  border: #A100FF solid 1px !important;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.4s ease-in-out;
}
.owl-carousel button.owl-dot.active{
  width: 40px;
}
.owl-one .owl-nav{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  margin-top: 40px;
  cursor: pointer;
}
.owl-two .owl-dots{
  position:absolute;
  top: -98px;
  left: 200px;

}
.owl-two .owl-nav{
  height: auto;
  width: 15%;
  cursor: pointer;
  position: absolute;
  top: -98px;
  right: 0px;
}
.owl-prev img{
  padding-right: 20px;
}
.a-img{
  width: 20px !important;
  height: 12px !important;
  display: inline-block !important;
  transition: all 0.4s ease-in-out  !important;
}
.text-section a:hover .a-img{
  transform: translateX(10px);
}
.first-video-section{
  padding-top: 110px;
}
.video-abs{
  position: absolute;
  top: -148px;
}
.one{
  /* padding-left: 100px; */
  padding-left: 65px;
}
.second-video-section {
  padding-top: 20%;
}
.fourth-video-section{
  padding-top: 20%;
}
.play-video:hover{
  color:#A100FF;
  text-decoration: underline;
}
.new-box-section-bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 370px;
  max-width: 100%;
}
.new-box-section-1{
  background-image: url(../images/updated-images/t1.jpg);
}
.new-box-section-2{
  background-image: url(../images/updated-images/t2.jpg);
}
.new-box-section-3{
  background-image: url(../images/updated-images/t3.jpg);
}
.new-box-section-4{
  background-image: url(../images/updated-images/t4.jpg);
}
.new-video-button{
  background-color: #A100FF;
  padding: 14px 40px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
  letter-spacing: 2px;
  color: #FFFFFF;
  transition:all ease-in-out 0.4s;  
}
.new-video-button:hover{
  background-color: #FFFFFF;
  color:#A100FF;
}
.pad-right-20-p{
  padding-right: 20%;
}
.pad-bot-perc-9{
  padding-bottom: 9%;
}
.pad-bot-45{
  padding-bottom: 45px;
}
.shift-up {
  margin-top: -200px;
}

 /* Mobile Menu */

 .hamburger-menu{
  width: 50px;
  float: left;
  display: none;
}
.sidepane-module__hamberger-menu{
  border: unset !important;
  background-color: unset !important;
}
.sidepane-module__hamberger-menu-inner, .sidepane-module__hamberger-menu-inner::after, .sidepane-module__hamberger-menu-inner::before {
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #A100FF;
  display: block;
  border-radius: 2px;
}


.mobile-nav-panel-overlay{
  background-color: rgba(0,0,0,.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  
  transition: opacity 0.2s linear;
  z-index: 998;
}
.sidepane-module__hamberger-menu-inner::before {
  content: " ";
  top: -7px;
}
.sidepane-module__hamberger-menu-inner::after {
  content: " ";
  top: 7px;
}


.mobile-nav-panel-overlay.show-now{
  opacity: 1;
  visibility: visible;
}

.mobile-nav-panel{
  position: fixed;
  left: -110%;
  top: 0;
  width: 85%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 1px 12px 3px rgba(0,0,0,.6);
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}

.mobile-nav-panel.show-now{
  left: 0%;
}

.mobile-nav-top-ceil{
  background-color: #FFFFFF;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #A100FF;
}

.close-mobile-nav{
  display: inline-block;
  width: 62px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.close-mobile-nav::before, .close-mobile-nav::after{
  content: '';
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #A100FF;
  display: inline-block;
  border-radius: 2px;
  top: 30px;
  right: 20px;
}
.close-mobile-nav::before{
  transform: rotate(45deg);
}
.close-mobile-nav::after{
  transform: rotate(-45deg);
}


.mobile-menu{
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu li{
  padding-left: 30px;
  border-bottom: 1px solid hsla(0,0%,58.8%,.2);
  position: relative;
}



.mobile-menu li a{
  font-size: 1.125rem;
  font-weight: 700;
  color: #A100FF;
  line-height: 1.5;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
}


