@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Grift-Thin.woff2') format('woff2'),
  url('../fonts/Grift-Thin.woff') format('woff'),
  url('../fonts/Grift-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 200; /* ExtraLight */
  src: url('../fonts/Grift-ExtraLight.woff2') format('woff2'),
  url('../fonts/Grift-ExtraLight.woff') format('woff'),
  url('../fonts/Grift-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 300; /* Light */
  src: url('../fonts/Grift-Light.woff2') format('woff2'),
  url('../fonts/Grift-Light.woff') format('woff'),
  url('../fonts/Grift-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Grift-Regular.woff2') format('woff2'),
  url('../fonts/Grift-Regular.woff') format('woff'),
  url('../fonts/Grift-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Grift-Medium.woff2') format('woff2'),
  url('../fonts/Grift-Medium.woff') format('woff'),
  url('../fonts/Grift-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Grift-Bold.woff2') format('woff2'),
  url('../fonts/Grift-Bold.woff') format('woff'),
  url('../fonts/Grift-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Grift-Black.woff2') format('woff2'),
  url('../fonts/Grift-Black.woff') format('woff'),
  url('../fonts/Grift-Black.ttf') format('truetype');
}
p{
  font-size: 18px;
}
.rts-header-area-two .main-header-two{
  padding: 15px 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rts-about-area-1 video{
  width: 100%;
}
.top-btn{
  background-color: #8e7cc9;
  text-transform: uppercase;
}
.top-btn:hover{
  background-color: #212529;
  border-color: #212529;
}
.top-btn:nth-child(2){
  margin-left: 10px;
}
.rts-reveal-one-video {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  margin-left: auto;
  right: 0;
  overflow: hidden;
}
.use-case-area-start{
	text-wrap: auto;
}
.header--sticky{
	border-bottom: 1px solid #bcb7c6;
}
.banner-bg-1{
	/*
	background: #604FB7;
	background: linear-gradient(270deg, rgba(96, 79, 183, 1) -30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(96, 79, 183, 1) 130%);
	*/
	background-image: url("../images/banner/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  height: 1000px;
}
.header-area.header-one .header-wrapper .header-right .nav-area ul li > a, nav.nav-area ul li a, .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger{
	color: #0e0e37;
}
.header--sticky.sticky{
	border: none;
}
.header--sticky.sticky nav.nav-area ul li a{
	color: #fff;
}
.header--sticky.sticky .logo img{
	filter: brightness(1) invert(1);
}
.hero-logo-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.hero-logo{
  flex-direction: column;
  gap: 30px;
}
.hero-logo img{
  height: 130px;
}
.hero-partner{
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-partner-name{
  color: var(--tp-common-white);
  font-size: 1rem;
  font-weight: 700;
}
.hero-date{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hero-date span{
  color: #0e0e37;
  font-weight: 700;
}
.hero-date span:nth-child(1){
  font-size: 3rem;
  line-height: 1;
}
.hero-date span:nth-child(2){
  font-size: 2rem;
  font-weight: 400;
}
.hero-heading{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #362855;
  font-weight: 300;
  font-size: 1.5rem;
}
.hero-heading-option{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.hero-heading-option i{
  font-size: 8px;
  color: #9a89c1;
  margin: 0 20px;
}
.hero-main-heading{
  color: var(--tp-primary-color);
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.timer{
  position: relative;
  font-size: 1.5rem;
  color: #362855;
  font-weight: 400;
  text-transform: uppercase;
}
.timer-content{
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  width: auto;
  height: auto;
}
.timer-el__number{
  font-family: "Grift", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.timer-el{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a89c15e;
  background-color: #fff;
  padding: 5px 10px;
}
/*
.timer-el:nth-child(1), .timer-el:nth-child(3){
  border-right: 1px solid #9a89c15e;
}
.timer-el:nth-child(1), .timer-el:nth-child(2){
  border-bottom: 1px solid #9a89c15e;
}

*/

.rts-offcanvas-wrapper .container-menu .action-menu .burger svg.icon-close:nth-child(1) line{
  stroke: #fff;
}
.shape-about-two{
  position: absolute;
  right: 55px;
  bottom: 60%;
  z-index: -1;
}
.rts-about-area-1 .shape-about-one{
  bottom: 90%;
}
.home .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images {
  background: #f8f8f8;
}
.overview-keys .single-service-h2 .single-service-h2 {
  background: #eeeeee;
  border-color: #dadada;
}
.overview-keys .single-service-h2 .icon {
  border-color: #141414;
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.overview-keys .single-service-h2 .icon svg path {
  fill: #141414;
}
.overview-keys .single-service-h2 .title {
  color: #141414;
  margin: 0;
  font-family: "Grift", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}
.overview-keys .single-service-h2 a.btn-arrow-right {
  color: #141414;
}
.sub-title-overview .title{
  color: #141414;
}
.overview-keys .single-service-h2{
  background: transparent;
  border: 1px solid #cdcdcd;
  padding: 30px 40px 0 40px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.overview-keys .single-service-h2:hover{
  background: #141414;
  cursor: pointer;
}
.overview-keys .single-service-h2:hover .inner-content .title{
  color: #fff;
}
.morocco-funding-content{
  flex-direction: column;
  gap: 40px;

}
.morocco-funding{
  background: #141414;
}
.morocco-funding-sub-title, .morocco-number-text{
  font-size: 34px;
  line-height: 1;
  font-family: "Grift", sans-serif;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}
.morocco-funding-title{
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.morocco-number{
  background: #FFF0FF;
  background: linear-gradient(to top, #FFF0FF 0%, #9A89C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20rem;
  line-height: 0.9;
  font-family: "Grift", sans-serif;
  font-weight: 900;
}
.morocco-content p{
  color: #fff;
}
.morocco-funding-heading{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.key-topics {
  background: #141414;
  overflow: hidden;
}
.key-topics img{
  z-index: 2;
  position: relative;
}
.key-topics .grid-lines-wrapper{
  z-index: 1;
  top: 100px;
}
.key-topics .grid-lines-wrapper .grid-lines .grid-line{
  background: #eeeeee29;
}
.key-topics .sub-title-overview .title{
  color: #fff;
  text-transform: uppercase;
}
.key-topics ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 20px;
}
.key-topics ul {
  list-style: none;
}

.key-topics ul li {
  position: relative;
  padding-left: 40px;
  color: #fff;
}

.key-topics ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('../images/topic-icon.png') no-repeat center center;
  background-size: contain;
}
.powerhouse .title{
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.powerhouse-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}
.powerhouse-col{
  border:1px solid #cdcdcd;
  border-radius:20px;
  padding:20px;
  gap:30px;
  display:flex;
  flex-direction:column;
  overflow: hidden;
}
.powerhouse-col img{
  border:1px solid #cdcdcd;
  border-radius:20px;
  transition: 0.8s;
  width: 100%;
}
.powerhouse-col:hover img{
  transform: scale(1.2);
  border-radius:0px;
}
.powerhouse-text{
  gap:0;
  display:flex;
  flex-direction:column;
}
.powerhouse-count{
  font-family: "Grift", sans-serif;
  font-weight: 200;
  font-size: 8.5rem;
  line-height: 1;
  color: #141414;
  letter-spacing: -5px;
}
.powerhouse-count-text{
  color: #141414;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.powerhouse .heading-style-wrapper{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.why-morocco p{
  color: #fff;
}
.why-morocco-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 20px;
}
.why-morocco-wrap:first-child{
  margin-bottom: 60px;
}
.why-morocco-count{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why-morocco-count hr{
  padding: 0;
  width: 60%;
  margin: 0 auto;
}

.why-morocco-text{
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.4;
}
.why-morocco-number{
  font-family: "Grift", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.why-morocco-number span{
  font-size: 5rem;
  font-weight: 500;
}
.why-morocco-number{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-morocco-number-col span{
  font-family: "Grift", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}
.why-morocco .faq-thumbnail-two .main {
  background: #101010;
  border-radius: 20px;
}
.why-morocco img.rts-reveal-image-three{
  border-radius: 20px;
}
.banner-wrapper-seven .title, .speak-main h2, .why-header h1, .exhi-main h2, .overview .title, .powerhouse .title, .why-morocco .title, .departments .title, .attendee-profiles .title, .happenings .pin-spacer .title, .series-sponsors .title{
  font-size: 34px;
}
.overview h3.title, .powerhouse h3.title, .why-morocco h3.title, .key-topics h3.title{
  font-size: 22px;
}
.departments .title{
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.departments-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.departments-content .icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap:20px;
  padding: 20px 15px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
  width: calc(100% / 1); /* 7 items per row */
}
.departments-content .icon-box .img-box{
  height: 46px;
  width: 46px;
}
.departments-content .icon-box .img-box img{
  height: auto;
  width: auto;
}

.departments-content .icon-box:hover{
  background-color: #f6f5ff;
}
.departments-content .icon-box:last-child{
  border-right: none;
}
.departments-content:last-child .icon-box{
  border-bottom: none;
}
.departments-content .icon-box p{
  font-size: 1.3rem;
  line-height: 1.4;
}
.attendee-profiles .title{
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.attendee-profiles .bar {
  width: 100%;
  background-color: #3b3b3b;
  color: #fff;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  position: relative;
  border-radius: 10px;
}
.attendee-profiles .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #9894d6;
  height: 100%;
}
.attendee-profiles .progress-bar.animate-viewport--animate {
  animation: bar-animation 1s ease-in-out;
}
.attendee-profiles-wrap{
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  padding: 15px 0px;
  border-radius: 10px;
}
.attendee-profiles-row{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 40px;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #303030;
  transition: background-color 0.3s ease;
}
.attendee-profiles-row:hover{
  background-color: #1a1919;
}
.attendee-profiles-row:last-child{
  border: none;
}
.attendee-profiles-col p{
  color: #fff;
}
.happenings .pin-spacer p{
  color: #9b9b9b;
}

.testimonial .single-testimonial-2 .left-area img{
  border-radius: 100%;
  border: 1px solid #1a19190f;
}
.testimonial .single-testimonial-2 .content-area .author{
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.testimonial .single-testimonial-2 .testimonial-quote-icon{
  width: 10%;
}
.testimonial .single-testimonial-2 .content-area{
  width: auto;
}
.testimonial .single-testimonial-2 .content-area p.disc{
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.testimonial .company{
  color: #8e7cc9;
  text-transform: uppercase;
  font-weight: 700;
}
.testimonial .single-testimonial-2 .content-area .author p.name{
  font-weight: 700;
}
.series-sponsors .title {
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.series-sponsors .companies-exhibit {
  padding: 40px 0 0;
  overflow: hidden;
}
.series-sponsors .companies-exhibit .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-right: 1px solid #d0d0d07d;
}
.series-sponsors .companies-exhibit .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 129px;
  overflow: hidden;
}
.series-sponsors .companies-exhibit .item .img-wrap img {
  height: auto;
}
.series-sponsors .companies-exhibit .item .img-wrap:first-child {
  border-bottom: 1px solid #d0d0d07d;
}
/* Modal CSS */
.modal-header {
  background-color: #362855;
  color: #fff;
  text-transform: uppercase
}

.btn-close {
  color: #fff !important;
  background: 0 0 !important;
  font-size: 16pt;
  opacity: 1 !important
}

.btn-close:hover {
  color: #fff;
  opacity: 1
}

.modal-body::-webkit-scrollbar {
  width: 5px
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555
}
.header--sticky.sticky .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #fff;
}
.key-topics-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}
.key-topics-col{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.key-topics-col-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
}

.key-topics-col .icon{
  width: 55px;
  height: 54px;
  position: relative;
}
.key-topics-col .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: none;
  transition: filter 0.3s ease;
  z-index: 1;
}
.key-topics-col .icon svg{
  width: auto;
  height: auto;
  fill:#9894d6;
  transition: fill 0.3s;
}
.key-topics-col .icon:hover svg, .key-topics-col-wrap:hover svg{
  fill:#fff;
}
.key-topics-col .icon:hover img, .key-topics-col-wrap:hover img{
  filter: brightness(0) saturate(100%);
}
.key-topics-col .icon-text{
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.key-topics-col:nth-child(2) svg{
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.key-topics-col:nth-child(3) svg{
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);

} 

.why-exhibit{
  padding: 0;
  margin: 0;
  background-color: #000;
  box-sizing: border-box;
}
.why-exhi-content{
  background-color: #ffffff;
  color:#000000;
}
.exhi-main{
  padding: 60px 0;
}
.exhi-main h2{
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.why-header{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('../images/dcci.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.why-header h1{
  margin: 0;
  text-transform: uppercase;
}

.tab-container{
  position: relative;
  padding: 0;
  background-color: #000;
}
.tab-container:nth-child(2n-1) {
  background-color: #0c0c0c;
}
.tab-container .image-container{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  top: 0;
  z-index: 0;
}
.id-color{
  color:#b097ff ;
}
.tab-container .image-container .bagr-image{
  position: absolute;
  background-position: 50% 40%;
  background-size: cover;
  height: 100%;
  width: 40%;
  right:0 ;
  z-index: 0;
  transition: 0.8s;
}
.tab-container:hover .bagr-image{
  transform: scale(1.2);
}
.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}
.pull-left {
  float: left !important;
  left: 0;
}
.pull-right {
  float: right !important;
  right: 0;
}
.right0 {
  right: 0px;
}    

.inner-padding {
  padding: 90px 0 90px 0;
  color: #ffff;
  z-index: 1;
}
.btn-line, a.btn-line {
  color: #ffffff;
}
.btn-line, a.btn-line, .added_to_cart {
  border: solid 1px rgba(255, 255, 255, .2);
  color: #ffffff;
}
.btn-line, a.btn-line {
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}
.clearfix:before, .clearfix:after{
 display: table;
 content: " ";
}
.header--sticky.dark{
  background: #1e1e1e;
  border: none;
}
.header--sticky.dark nav.nav-area ul li a{
  color: #fff;
}
.header--sticky.dark .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #fff;
}
.header--sticky.dark .logo img {
  filter: brightness(1) invert(1);
}
.exhi-paragraph{
  color: #aaafb5;
}
.speak-main{
  padding: 60px 0;
}
.speak-main h2{
  color: #000;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.why-header{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('../images/why-speak-bg.jpg');
}
.banner-wrapper-seven .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 15px;
}
.thumbnail-image-banner-7 {
  display: flex;
  justify-content: flex-end;
}
.thumbnail-image-banner-7 img {
  width:100%;
  padding: 80px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 4px 113px 0px rgba(123, 123, 123, 0.17);
  transition: 0.8s;
}

.why-speak-con .why-speak-tab:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.subscribtion-input .hs_submit{
  position: absolute;
  right: 10px;
  top: 6px;
}
.subscribtion-input .hbspt-form{
  position: relative;
}
.subscribtion-input .hs-button:hover{
  transform:none !important;
}
.subscribtion-input .hs-button {
  padding: 10px 22px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF !important;
  border-radius: 3px;
  display: block;
  max-width: max-content;
  transition: 0.3s;
  height: auto !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.subscribtion-input .hs-email{
  display: flex;
  flex-direction: column;
}
.subscribtion-input label{
  position: relative !important;
}
.subscribtion-input label.hs-error-msg{
  color: red;
}

.why-header-attend{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('/images/why_attend_bg.jpg');
}
.why-attend-content{
  background-color: #ffffff;
  color:#000000;
}
.attend-main{
  padding: 60px 0;
}
.attend-main h2{
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.inner_content{
  position: relative;
}
.inner_content .circle1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.inner_content .circle2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.inner_content .circle1 img, .inner_content .circle2 img{
  opacity: 0.5;
}
.inner_content.why-speak .section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.inner_content.why-speak .section.section-left .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-right: 4%;
}
.inner_content.why-speak .section .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.inner_content.why-speak .section .left h3 {
  color: #141414;
  line-height: 1.1;
  font-weight: 600;
}
.inner_content.why-speak .section.section-left .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-right: 4%;
}

.inner_content.why-speak .section.section-left .right img {
  padding: 40px 40px 0 0;
}
.inner_content.why-speak .section .right img {
  min-width: 548px;
  height: 601px;
}
.inner_content.why-speak .section img {
  width: auto;
}
.inner_content.why-speak .section.section-left .right {
  background-position: top right;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}

.inner_content.why-speak .section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.inner_content.why-speak .section.section-right .right {
  margin-top: -20%;
}
.inner_content.why-speak .section.section-right .right {
  background-position: top left;
  justify-content: flex-start;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: flex
  ;
}
.inner_content.why-speak .section .left {
  width: 40%;
  display: flex;
  flex-direction: column;
    /* justify-content: flex-end;
    text-align: right; */
  }
  .inner_content.why-speak .section.section-right .left {
    justify-content: flex-start;
    padding-top: 8%;
    padding-left: 0;
    text-align: left;
  }
  .inner_content .section-right {
    padding-right: 16%;
  }
  .inner_content.why-speak .section .right img {
    min-width: 548px;
    height: 601px;
  }
  .inner_content.why-speak .section.section-right .right img {
    padding: 40px 40px 0 40px;
  }
  nav.nav-area ul li a{
    display: flex;
  }
  .rts-fs-menu .menu-item-has-children > a span{
    opacity: 1;
    margin-left: 5px;
  }
  .logo img, .rts-footer-area-one .footer-left-area .logo-footer .logo-1{
    width: 162px;
    height: 41px;
  }
  @keyframes bar-animation {
    0% {
      width: 0
    }
  }