@charset "utf-8";


/*--------------------------------f-------------------*/
/*	01) GAOUSSOU BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Poppins";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #7e7e7e;
}
body::-webkit-scrollbar {
  width: 11px;
}
body{
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
body:-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #7e7e7e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #7e7e7e;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #7e7e7e;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #7e7e7e;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #7e7e7e;
}

::placeholder { /* Most modern browsers support this now. */
   color: #7e7e7e;
}

body.dark ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A9AFC3;
}
body.dark :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #A9AFC3;
   opacity:  1;
}
body.dark ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #A9AFC3;
   opacity:  1;
}
body.dark :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #A9AFC3;
}
body.dark ::-ms-input-placeholder { /* Microsoft Edge */
   color: #A9AFC3;
}

body.dark ::placeholder { /* Most modern browsers support this now. */
   color: #A9AFC3;
}

.container{
	max-width: 1290px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 40px;
	position:relative;
	clear:both;
}

h1, h2, h3, h4, h5, h6{
	font-weight:500;
	line-height: 1.3;
	font-family: "Poppins";
	color: #000;
}

h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

.gaoussou_tm_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.gaoussou_tm_all_wrap,
.gaoussou_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.gaoussou_tm_section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
#preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}
#preloader:before,
#preloader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#preloader:after{
    left: auto;
    right: 0;
}
#preloader .loader_line{
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.loader_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}
.loader_line:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}
body.dark #preloader:before,
body.dark #preloader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
body.dark #preloader:after{
    left: auto;
    right: 0;
}
body.dark .loader_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #555;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}
body.dark .loader_line:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}

@keyframes lineround{
    0%{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

/*hiding all*/
.preloaded .loader_line:after{
    opacity: 0;
}
.preloaded  .loader_line{
    opacity: 0;
    height: 100%!important;
}
.preloaded:before,
.preloaded:after{
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}
@keyframes preloadedzero{
    0%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}

/*---------------------------------------------------*/
/*	02) GAOUSSOU TOPBAR
/*---------------------------------------------------*/

.gaoussou_tm_topbar{
	position: fixed;
	top: -150px;
	left: 0px;
	right: 0px;
	z-index: 10;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_topbar .in{
	padding: 30px 60px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_topbar.animate .in{
	background-color: #fff;
	padding: 20px 60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.08);
} 
.gaoussou_tm_all_wrap.animate .gaoussou_tm_topbar{
	top: 0px;
	transition-delay: 1.2s;
}
.gaoussou_tm_topbar .topbar_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gaoussou_tm_topbar .logo img{
	max-width: 90px;
	max-height: 70px;
}
.gaoussou_tm_topbar ul{
	margin: 0px;
	list-style-type: none;
	display: flex;
	align-items: center;
}
.gaoussou_tm_topbar ul li{
	margin: 0px 30px 0px 0px;
	list-style-type: none;
}
.gaoussou_tm_topbar ul li:last-child{
	margin-right: 0px;
}
.gaoussou_tm_topbar ul li a{
	text-decoration: none;
	color: #7E7E7E;
	font-size: 16px;
	font-weight: 500;
	display: block;
	overflow: hidden;
	position: relative;
}
.gaoussou_tm_topbar ul li:last-child a{
	border: 2px solid #7E7E7E;
	padding: 7px 30px;
	border-radius: 6px;
}
.gaoussou_tm_topbar ul li:last-child:hover a{
	border-color: #D6002F;
}
.gaoussou_tm_topbar ul li:last-child.current a{
	border-color:#D6002F;
}
.gaoussou_tm_topbar ul li .first{
	display: block;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_topbar ul li .second{
	position: absolute;
	top: 100%;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_topbar ul li a:hover .first{
	transform: translateY(-150%);
}
.gaoussou_tm_topbar ul li a:hover .second{
	top: 50%;
	transform: translateY(-50%);
}
.gaoussou_tm_topbar ul li .wrapper{
	position: relative;
	overflow: hidden;
	display: block;
}
.gaoussou_tm_topbar ul li.current a{
	color: #D6002F;
}
.gaoussou_tm_topbar ul li.current a .first{
	transform: translateY(-150%);
}
.gaoussou_tm_topbar ul li.current a .second{
	top: 50%;
	transform: translateY(-50%);
}
.gaoussou_tm_topbar ul li a:hover{
	color: #D6002F;
}

/*---------------------------------------------------*/
/*	03) GAOUSSOU MOBILE MENU
/*---------------------------------------------------*/

.gaoussou_tm_mobile_menu {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10;
}
.gaoussou_tm_mobile_menu .my_trigger {
	line-height: 1;
	position: relative;
	right: -10px;
}
.gaoussou_tm_mobile_menu .mobile_menu_inner {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #fff;
	padding: 15px 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
}
.gaoussou_tm_mobile_menu .mobile_in {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gaoussou_tm_mobile_menu .mobile_in .logo img {
	max-width: 70px;
}
.my_trigger .hamburger-box {
	display: block;
}
.my_trigger .hamburger {
	padding: 0px;
}
.my_trigger .hamburger .hamburger-inner::before,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner {
	background-color: #000;
	width: 30px;
	height: 2px;
	transition: all .3s ease;
}
.gaoussou_tm_mobile_menu .dropdown {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
	display: none;
}
.gaoussou_tm_mobile_menu .dropdown .dropdown_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 25px 0px;
}
.gaoussou_tm_mobile_menu .dropdown .dropdown_inner ul {
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_mobile_menu .dropdown .dropdown_inner ul li {
	margin: 0px;
	float: left;
	width: 100%;
}
.gaoussou_tm_mobile_menu .dropdown .dropdown_inner ul li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 4px 0px;
	font-family: "Poppins";
	font-weight: 500;
	border-radius: 6px;
	transition:
		background 0.15s ease,
		transform 0.15s ease,
		box-shadow 0.15s ease,
		color 0.15s ease;
}

/* Tap Flash Glow (same as skill-card hover) */
.tapped {
	background: #020617 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 0 12px rgba(255, 0, 0, 0.6) !important;
	color: #ffffff !important;
}

/* 🔥 MOBILE TAP FEEDBACK — EXACT SAME EFFECT AS SKILL CARD */
.gaoussou_tm_mobile_menu .dropdown .dropdown_inner ul li a:active {
	background: #020617;
	transform: translateY(-2px);
	box-shadow: 0 0 12px rgba(255, 0, 0, 0.6);
	color: #ffffff !important;
}

/*---------------------------------------------------*/
/*	04) GAOUSSOU HERO
/*---------------------------------------------------*/

.gaoussou_tm_hero{
	width: 100%;
	min-height: 100vh;
	float: left;
	position: relative;
}
.gaoussou_tm_hero .background{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.gaoussou_tm_hero .background .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:75% 100%; 
}
.gaoussou_tm_hero .background .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
/*	background-color: rgba(255,255,255,.3);*/
	z-index: 1;
}
.gaoussou_tm_hero .background .overlay.video{
	background-color: rgba(255,255,255,.85);
}
.gaoussou_tm_hero .container{
	min-height: 100vh;
	z-index: 2;
}
.gaoussou_tm_hero .content{
	width: 100%;
	max-width: 800px;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.gaoussou_tm_hero .content .name{
	font-weight: 400;
	font-size: 26px;
	color: #0F172A;
	margin-bottom: 22px;
	position: relative;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .content .name{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.gaoussou_tm_hero .content .job{
	font-weight: 700;
	font-size: 80px;
	color: #0F172A;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.2;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .content .job{
	opacity: 1;
	visibility: visible;
	top: 0px;
	transition-delay: .3s;
}
.gaoussou_tm_hero .content .job span{
	color: #D6002F;
}
.gaoussou_tm_hero .content .text{
	margin-bottom: 40px;
	position: relative;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .content .text{
	opacity: 1;
	visibility: visible;
	top: 0px;
	transition-delay: .6s;
}
.gaoussou_tm_hero .mobile_social{
	display: none;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .mobile_social{
	opacity: 1;
	visibility: visible;
	top: 0px;
	position: relative;
	transition-delay: .9s;
}
.gaoussou_tm_hero .mobile_social ul{
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_hero .mobile_social ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.gaoussou_tm_hero .mobile_social ul li a{
	text-decoration: none;
	color: #0F172A;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_hero .mobile_social ul li a:hover{
	color: #D6002F;
}
.gaoussou_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.gaoussou_tm_hero .gaoussou_tm_button{
	top: 30px;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .gaoussou_tm_button{
	opacity: 1;
	visibility: visible;
	top: 0px;
	position: relative;
	transition-delay: .9s;
}
.gaoussou_tm_button .wrapper{
	position: relative;
	overflow: hidden;
	display: block;
}
.gaoussou_tm_button a{
	text-decoration: none;
	color: #0F172A;
	font-size: 20px;
	font-weight: 500;
	border: 2px solid #7E7E7E;
	display: inline-block;
	padding: 16px 40px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.gaoussou_tm_button a .first{
	display: block;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_button a .second{
	position: absolute;
	top: 100%;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_button a:hover .first{
	transform: translateY(-150%);
}
.gaoussou_tm_button a:hover .second{
	top: 50%;
	transform: translateY(-50%);
}
.gaoussou_tm_button.color a{
	color: #fff;
	background-color: #D6002F;
	border-color: #D6002F;
}
.gaoussou_tm_button.color a:hover{
	color: #fff;
}
.gaoussou_tm_button a:hover{
	color: #D6002F;
	border-color: #D6002F;
}
.gaoussou_tm_contact .gaoussou_tm_button a{
	padding: 10px 40px;
}
.gaoussou_tm_hero .social{
	position: absolute;
	bottom: 60px;
	right: -50px;
	z-index: 2;
	
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	    -ms-transition: all .8s ease;
	     -o-transition: all .8s ease;
	        transition: all .8s ease;
}
.gaoussou_tm_hero .social ul{
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_hero .social ul li{
	margin: 0px 0px 20px 0px;
}
.gaoussou_tm_hero .social ul li:last-child{margin-bottom: 0px;}
.gaoussou_tm_hero .social ul li a{
	text-decoration: none;
	color: #7E7E7E;
	font-size: 30px;
	font-weight: 500;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_hero .social ul li a:hover{
	color: #D6002F;
}
.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .social{
	right: 60px;
	transition-delay: 1.5s;
}

/*---------------------------------------------------*/
/*	05) GAOUSSOU ABOUT
/*---------------------------------------------------*/

.gaoussou_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #F9F9FC;
	padding: 120px 0px 102px 0px;
}
.gaoussou_tm_title_holder{
	width: 100%;
	max-width: 680px;
	height: auto;
	clear: both;
	float: left;
}
.gaoussou_tm_title_holder span{
	display: inline-block;
	position: relative;
	color: #D6002F;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
}
.gaoussou_tm_title_holder span:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #D6002F;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 10px;
}
.gaoussou_tm_title_holder h3{
	font-size: 60px;
	font-weight: 700;
	color: #0F172A;
	margin-bottom: 15px;
}
.gaoussou_tm_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	padding-top: 60px;
	margin-bottom: 125px;
}
.gaoussou_tm_about .about_inner .left{
	width: 50%;
	position: relative;
	margin-right: 50px;
}
.gaoussou_tm_about .about_inner .left img{
	opacity: 0;
	min-width: 100%;
}
.gaoussou_tm_about .about_inner .left .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center; 
	border-radius: 8px;
}
.gaoussou_tm_about .about_inner .right{
	width: 50%;
	padding-left: 50px;
}
.gaoussou_tm_about .short{
	width: 100%;
	float: left;
	border-bottom: 1px solid #CBD3D9;
	padding-bottom: 20px;
}
.gaoussou_tm_about .short h3{
	font-size: 40px;
	font-weight: 600;
	color: #0F172A;
	margin-bottom: 22px;
}
.gaoussou_tm_about .short p{
	font-size: 16px;
}
.gaoussou_tm_about .extra{
	width: 100%;
	float: left;
	padding-top: 23px;
}
.gaoussou_tm_about .extra .title{
	color: #0F172A;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.gaoussou_tm_about .list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.gaoussou_tm_about .list ul{
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.gaoussou_tm_about .list ul li{
	margin: 0px 0px 14px 0px;
	width: 50%;
	float: left;
	padding-left: 20px;
}
.gaoussou_tm_about .list ul li p{
	color: #0f172a;
	font-size: 15.6px;
	font-weight: 500;
}
.gaoussou_tm_about .list ul li p span{
	color: #7e7e7e;
	font-weight: 400;
}

/*---------------------------------------------------*/
/*	06) GAOUSSOU RESUME
/*---------------------------------------------------*/

/* ================================
   RESUME LAYOUT
   ================================ */

.gaoussou_tm_resume {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.gaoussou_tm_resume .main_title {
	width: 100%;
	float: left;
	margin-bottom: 75px;
}

.gaoussou_tm_resume .main_title h3 {
	font-size: 40px;
	font-weight: 700;
	color: #0F172A;
	text-align: center;
}

.gaoussou_tm_resume .resume_inner {
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}

/* ================================
   SKILLS
   ================================ */

.gaoussou_tm_resume .resume_inner .skills {
	width: 50%;
	padding-right: 125px;
	box-sizing: border-box;
}

/* Skills Grid */
.skills-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 50px;
	width: 100%;
}

/* Skill Card */
.skill-card {
	background: #0F172A;
	border: 1px solid #1E293B;
	border-radius: 10px;
	padding: 12px 14px;

	display: flex;
	align-items: center;
	gap: 10px;

	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.skill-card:hover {
	background: #020617;
	transform: translateY(-2px);
	box-shadow: 0 0 12px rgba(255, 0, 0, 0.6);
	/* Red Glow on Hover */
}

/* Skill Icon */
.skill-card img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
	flex-shrink: 0;
}

/* Skill Text */
.skill-card span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

/* Responsive Skills */
/* 2-skills per line on small screens like iphone basics */
@media (max-width: 1023px) {
	.skills-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ================================
   RESUME TITLE
   ================================ */

.gaoussou_tm_resume .resume_title {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.gaoussou_tm_resume .resume_title .svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 30px;
	height: 30px;
	fill: none;
	margin-top: -2px;
}

.gaoussou_tm_resume .resume_title span {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	color: #0F172A;
	font-weight: 600;
	padding-left: 60px;
}

.gaoussou_tm_resume .resume_title span:before {
	position: absolute;
	content: "";
	width: 1000px;
	height: 1px;
	background-color: #7E7E7E;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 20px;
}

/* ================================
   EDUCATION
   ================================ */

.gaoussou_tm_resume .education {
	width: 50%;
	padding-left: 125px;
}

.gaoussou_tm_resume .edu_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 50px;
}

.gaoussou_tm_resume .edu_list ul {
	margin: 0px;
	list-style-type: none;
}

.gaoussou_tm_resume .edu_list ul li {
	margin: 0px 0px 25px 0px;
	width: 100%;
	float: left;
}

.gaoussou_tm_resume .edu_list ul li p {
	font-size: 16px;
	color: #7E7E7E;
}

.gaoussou_tm_resume .edu_list ul li p span {
	font-size: 18px;
	color: #0F172A;
}

/*---------------------------------------------------*/
/*	07) GAOUSSOU EXPERIENCE
/*---------------------------------------------------*/

.gaoussou_tm_experiences{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 90px;
	padding-top: 117px;
}
.gaoussou_tm_experiences .experience_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
}
.gaoussou_tm_experiences ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.gaoussou_tm_experiences ul li{
	margin: 0px 0px 30px 0px;
	width: 25%;
	padding-left: 30px;
	float: left;
}
.gaoussou_tm_experiences ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	background-color: #F9F9FC;
	padding: 50px 50px 40px 50px;
	border-radius: 6px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_experiences ul li .list_inner:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.gaoussou_tm_experiences ul li .svg{
	width: 70px;
	height: 70px;
	color: #D6002F;
	margin-bottom: 25px;
	fill:none;
}
.gaoussou_tm_experiences ul li h3{
	font-weight: 600;
	font-size: 26px;
	color: #0F172A;
	margin-bottom: 20px;
}
.gaoussou_tm_experiences ul li .learn_more{
	text-decoration: none;
	color: #7E7E7E;
	font-size: 18px;
	display: inline-block;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_experiences ul li .learn_more span{
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #7E7E7E;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 14px;
	border-radius: 50px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_experiences ul li .learn_more span:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 2px;
	background-color: #7E7E7E;
	transform: rotate(45deg);
	right: 0px;
	top: -2px;
	border-radius: 50px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_experiences ul li .learn_more span:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 2px;
	background-color: #7E7E7E;
	transform: rotate(-45deg);
	right: 0px;
	bottom: -2px;
	border-radius: 50px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_experiences ul li .list_inner:hover .learn_more span{
	width: 30px;
	background-color: #D6002F;
}
.gaoussou_tm_experiences ul li .list_inner:hover .learn_more span:before,
.gaoussou_tm_experiences ul li .list_inner:hover .learn_more span:after{
	background-color : #D6002F;
}
.gaoussou_tm_experiences ul li .list_inner:hover .learn_more{
	color : #D6002F;
}
.gaoussou_tm_full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.gaoussou_tm_modalbox_experience{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 15;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_modalbox_experience.opened{
	opacity: 1;
	visibility: visible;
}
.gaoussou_tm_modalbox_experience .container{
	height: 100vh;
}
.gaoussou_tm_modalbox_experience .box_inner{
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 968px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	transition-delay: .3s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_modalbox_experience.opened .box_inner{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.gaoussou_tm_modalbox_experience .close{
	position: fixed;
	left: 100%;
	top: 0px;
	margin-left: 40px;
	z-index: 111111;
}
.gaoussou_tm_modalbox_experience .close a{
	text-decoration: none;
	color: #fff;
}
.gaoussou_tm_modalbox_experience .close .svg{
	width: 70px;
	height: 70px;
}
.gaoussou_tm_modalbox_experience .description_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 50px;
	overflow-y: scroll;
}
.gaoussou_tm_experiences .popup_informations{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
	display: none;
}
.gaoussou_tm_modalbox_experience .description_wrap .svg{
	display: none;
}
.gaoussou_tm_modalbox_experience .description_wrap .experience_title{
	display: none;
}
.gaoussou_tm_modalbox_experience .description_wrap .learn_more{
	display: none;
}
.gaoussou_tm_modalbox_experience .popup_informations{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.gaoussou_tm_modalbox_experience .popup_informations .image{
	position: relative;
	max-height: 450px;
	margin-bottom: 50px;
}
.gaoussou_tm_modalbox_experience .popup_informations .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.gaoussou_tm_modalbox_experience .popup_informations .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gaoussou_tm_modalbox_experience .popup_informations h3{
	color: #0F172A;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
}
.gaoussou_tm_modalbox_experience .popup_informations p{
	margin-bottom: 30px;
}
.gaoussou_tm_modalbox_experience .in_list{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-left: 20px;
}
.gaoussou_tm_modalbox_experience .in_list ul{
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_modalbox_experience .in_list ul li{
	margin: 0px 0px 15px 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
}
.gaoussou_tm_modalbox_experience .in_list ul li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #7e7e7e;
	left: 0px;
	top: 13px;
}
.gaoussou_tm_modalbox_experience .in_list ul li:last-child{
	margin-bottom: 0px;
}
.gaoussou_tm_modalbox_experience .in_list ul li p{
	margin-bottom: 0px;
}

.location_date {
	margin-top: -25px;
	font-style: italic;
}

.exp_quotebox p {
	font-size: 20px;
	margin-bottom: 23px;
	border-left: 2px solid #D6002F;
	padding-left: 30px;
	color: #CDCDCD;
}

/*---------------------------------------------------*/
/*	08) GAOUSSOU PORTFOLIO
/*---------------------------------------------------*/

.gaoussou_tm_portfolio{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #F9F9FC;
	padding: 120px 0px 70px 0px;
}
.gaoussou_tm_portfolio .portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
}
.gaoussou_tm_portfolio ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.gaoussou_tm_portfolio ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	padding-left: 30px;
	float: left;
}
.gaoussou_tm_portfolio ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.gaoussou_tm_portfolio .placeholder{
	min-width: 100%;
	position: relative;
	opacity: 0;
}
.gaoussou_tm_portfolio .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	border-radius: 8px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_portfolio ul li .list_inner:hover .main{
	transform: scale(1.1);
}
.gaoussou_tm_portfolio .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	border-radius: 8px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_portfolio ul li .list_inner:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.gaoussou_tm_portfolio .svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_portfolio ul li .list_inner:hover .svg{
	opacity: 1;
	visibility: visible;
}
.gaoussou_tm_portfolio .title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 40px 40px 35px 40px;
}
.gaoussou_tm_portfolio .title h3{
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 10px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_portfolio .title span{
	font-size: 16px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 10px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_portfolio ul li .list_inner:hover .title h3{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.gaoussou_tm_portfolio ul li .list_inner:hover .title span{
	opacity: 1;
	visibility: visible;
	top: 0px;
	transition-delay: .05s;
}

/*---------------------------------------------------*/
/*	09) GAOUSSOU TESTIMONIALS
/*---------------------------------------------------*/

.gaoussou_tm_testimonials{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 120px;
	padding-top: 120px;
}
.gaoussou_tm_testimonials .testimonials_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
	position: relative;
}
.gaoussou_tm_testimonials ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
}
.gaoussou_tm_testimonials .item{
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_testimonials .item .list_inner{
	width: 100%;
	max-width: 75%;
	height: auto;
	clear: both;
	margin: 0px auto;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.gaoussou_tm_testimonials .item .left{
	position: relative;
	width: 30%;
}
.gaoussou_tm_testimonials .item .left img{
	min-width: 100%;
	position: relative;
	opacity: 0;
}
.gaoussou_tm_testimonials .item .left .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center; 
	border-radius: 12px;
}
.gaoussou_tm_testimonials .item .right{
	width: 70%;
	margin-left: 60px;
	position: relative;
	padding: 20px 0px 0px 25px;
}
.gaoussou_tm_testimonials .item .right .svg{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.gaoussou_tm_testimonials .item .right .text{
	font-size: 20px;
	margin-bottom: 35px;
}
.gaoussou_tm_testimonials .item .right .details{
	width: 100%;
	float: left;
}
.gaoussou_tm_testimonials .item .right .details h3{
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #0F172A;
	display: inline-block;
}
.gaoussou_tm_testimonials .item .right .details h3 span{
	position: relative;
	padding-left: 130px;
}
.gaoussou_tm_testimonials .item .right .details h3 span:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #D6002F;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.gaoussou_tm_testimonials .item .right .details .job{
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	display: block;
	padding-left: 130px;
	padding-top: 7px;
}
.gaoussou_tm_testimonials .left_nav,
.gaoussou_tm_testimonials .right_nav{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #7E7E7E;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	margin-top: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_testimonials .left_nav:hover,
.gaoussou_tm_testimonials .right_nav:hover{
	border-color: #D6002F;
	background-color: #D6002F;
}
.gaoussou_tm_testimonials .left_nav{
	left: 0px;
}
.gaoussou_tm_testimonials .left_nav .icon{
	transform: rotate(180deg);
	margin-left: -10px;
}
.gaoussou_tm_testimonials .right_nav{
	right: 0px;
}
.gaoussou_tm_testimonials .icon{
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #7E7E7E;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50px;
}
.gaoussou_tm_testimonials .icon:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #7E7E7E;
	border-radius: 50px;
	transform: rotate(45deg);
	right: 0px;
	top: -4px;
}
.gaoussou_tm_testimonials .icon:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #7E7E7E;
	border-radius: 50px;
	transform: rotate(-45deg);
	right: 0px;
	bottom: -4px;
}
.gaoussou_tm_testimonials .left_nav:hover .icon{
	background-color: #fff;
}
.gaoussou_tm_testimonials .right_nav:hover .icon{
	background-color: #fff;
}
.gaoussou_tm_testimonials .left_nav:hover .icon:after,
.gaoussou_tm_testimonials .left_nav:hover .icon:before{
	background-color: #fff;
}
.gaoussou_tm_testimonials .right_nav:hover .icon:after,
.gaoussou_tm_testimonials .right_nav:hover .icon:before{
	background-color: #fff;
}

/*---------------------------------------------------*/
/*	10) GAOUSSOU CERTIFICATIONS
/*---------------------------------------------------*/

.gaoussou_tm_certifications{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #F9F9FC;
	padding: 120px 0px 90px 0px;
}
.gaoussou_tm_certifications .certifications_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
}
.gaoussou_tm_certifications ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.gaoussou_tm_certifications ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	padding-left: 30px;
	float: left;
}
.gaoussou_tm_certifications ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.gaoussou_tm_certifications ul li .image{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.gaoussou_tm_certifications ul li .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.gaoussou_tm_certifications ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	border-radius: 8px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_certifications ul li .image:hover .main{
	transform: scale(1.1);
}
.gaoussou_tm_certifications ul li .details{
	width: 100%;
	float: left;
	padding-top: 9px;
}
.gaoussou_tm_certifications ul li .details span{
	font-size: 16px;
	display: inline-block;
}
.gaoussou_tm_certifications ul li .details span a{
	text-decoration: none;
	color: #7E7E7E;
	position: relative;
	display: inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_certifications ul li .details span a:hover{
	color: #D6002F;
}
.gaoussou_tm_certifications ul li .details span a:before{
	position: relative;
	content: ".";
	font-size: 40px;
	top: -3px;
	color: #7e7e7e;
	padding: 0px 5px;
}
.gaoussou_tm_certifications ul li .details .title a{
	text-decoration: none;
	color: #0F172A;
	font-size: 22px;
	font-weight: 700;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_certifications ul li .details .title a:hover{
	color: #D6002F;
}
.gaoussou_tm_modalbox_experience .description_wrap::-webkit-scrollbar,
.gaoussou_tm_modalbox_certifications .description_wrap::-webkit-scrollbar{
  width: 11px;
}
.gaoussou_tm_modalbox_experience .description_wrap,
.gaoussou_tm_modalbox_certifications .description_wrap{
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
.gaoussou_tm_modalbox_experience .description_wrap:-webkit-scrollbar-track,
.gaoussou_tm_modalbox_certifications .description_wrap:-webkit-scrollbar-track{
  background: #fff;
}
.gaoussou_tm_modalbox_experience .description_wrap::-webkit-scrollbar-thumb,
.gaoussou_tm_modalbox_certifications .description_wrap::-webkit-scrollbar-thumb{
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}
.gaoussou_tm_modalbox_certifications{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 15;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_modalbox_certifications.opened{
	opacity: 1;
	visibility: visible;
}
.gaoussou_tm_modalbox_certifications .container{
	height: 100vh;
}
.gaoussou_tm_modalbox_certifications .box_inner{
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 968px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	transition-delay: .3s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_modalbox_certifications.opened .box_inner{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.gaoussou_tm_modalbox_certifications .close{
	position: fixed;
	left: 100%;
	top: 0px;
	margin-left: 40px;
	z-index: 111111;
}
.gaoussou_tm_modalbox_certifications .close a{
	text-decoration: none;
	color: #fff;
}
.gaoussou_tm_modalbox_certifications .close .svg{
	width: 50px;
	height: 50px;
}
.gaoussou_tm_modalbox_certifications .description_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 50px;
	overflow-y: scroll;
}
.gaoussou_tm_modalbox_certifications .details{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.gaoussou_tm_modalbox_certifications .description_wrap .image{
	position: relative;
	max-height: 450px;
	z-index: -1;
	margin-bottom: 40px;
}
.gaoussou_tm_modalbox_certifications .description_wrap .image img{
	min-width: 100%;
	opacity: 0;
}
.gaoussou_tm_modalbox_certifications .description_wrap .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gaoussou_tm_modalbox_certifications .details .title{
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 9px;
}
.gaoussou_tm_modalbox_certifications .details span{
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
.gaoussou_tm_modalbox_certifications .details span a{
	text-decoration: none;
	color: #7E7E7E;
	position: relative;
	display: inline-block;
}
.gaoussou_tm_modalbox_certifications .details span a:before{
	position: relative;
	content: ".";
	font-size: 40px;
	top: -3px;
	color: #7e7e7e;
	padding: 0px 5px;
}
.gaoussou_tm_certifications .main_content{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
	display: none;
}
body.modal{
	overflow-y: hidden;
}
.gaoussou_tm_modalbox_certifications .main_content{
	width: 100%;
	float: left;
}
.gaoussou_tm_modalbox_certifications .main_content .descriptions{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.gaoussou_tm_modalbox_certifications .main_content .descriptions .bigger{
	color: #888;
	font-size: 20px;		
	margin-bottom: 31px;
}
.gaoussou_tm_modalbox_certifications .main_content .descriptions p{
	margin-bottom: 22px;
}
.gaoussou_tm_modalbox_certifications .main_content .quotebox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gaoussou_tm_modalbox_certifications .main_content .quotebox p{
	font-size: 20px;
	font-style: italic;
	margin-bottom: 23px;
	border-left: 2px solid #D6002F;
	padding-left: 30px;
	color: #000;
}
.gaoussou_tm_modalbox_certifications .main_content .icon{
	position: absolute;
	left: 0px;
	top: 10px;
}
.gaoussou_tm_modalbox_certifications .main_content .icon .svg{
	width: 50px;
	height: 50px;
}
.gaoussou_tm_modalbox_certifications .certifications_share{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
}
.gaoussou_tm_modalbox_certifications .certifications_share span{
	font-family: "Montserrat";
	font-weight: 600;
	font-style: italic;
	padding-right: 20px;
	color: #000;
}
.gaoussou_tm_modalbox_certifications .certifications_share ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
}
.gaoussou_tm_modalbox_certifications .certifications_share ul li{
	margin: 0px 12px 0px 0px;
	display: inline-block;
}  
.gaoussou_tm_modalbox_certifications .certifications_share ul li a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.gaoussou_tm_modalbox_certifications .certifications_share ul li a:hover{
	color: #D6002F;
}
.gaoussou_tm_modalbox_certifications .certifications_share ul li .svg{
	width: 15px;
	height: 15px;
}

/* Truncate long Certification Title */
.gaoussou_tm_certifications ul li .details .title a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/*---------------------------------------------------*/
/*	11) GAOUSSOU CONTACT
/*---------------------------------------------------*/

.gaoussou_tm_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 120px;
	padding-top: 120px;
}
.gaoussou_tm_contact .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}
.gaoussou_tm_contact .left{
	width: 50%;
	padding-right: 100px;
}
.gaoussou_tm_contact .short_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
	padding-top: 45px;
}
.gaoussou_tm_contact .short_list ul{
	margin: 0px;
	list-style-type: none;
}
.gaoussou_tm_contact .short_list ul li{
	margin: 0px 0px 30px 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 42px;
}
.gaoussou_tm_contact .short_list ul li:last-child
{margin-bottom: 0px;
}
.gaoussou_tm_contact .short_list ul li .svg{
	width: 25px;
	height: 25px;
	fill: none;
	position: absolute;
	left: 0px;
	top: 2px;
}
.gaoussou_tm_contact .short_list ul li a{
	text-decoration: none;
	color: #7E7E7E;
}
.gaoussou_tm_contact .right{
	width: 50%;
	padding-left: 100px;
}
.gaoussou_tm_contact .right .title{
	widows: 100%;
	float:left; 
	margin-bottom: 40px;
}
.gaoussou_tm_contact .right .title p{
	font-size: 25px;
	line-height: 1.6;
}
.gaoussou_tm_contact .right .title span{
	color: #0F172A;
	font-weight: 600;
}

.gaoussou_tm_contact .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.gaoussou_tm_contact .first_row{
	width: 100%;
	margin-bottom: 53px;
}
.gaoussou_tm_contact .second{
	width: 100%;
	display: flex;
	margin-bottom: 58px;
}
.gaoussou_tm_contact .second > div{
	width: 50%;
}
.gaoussou_tm_contact .second > div:first-child{
	padding-right: 15px;
}
.gaoussou_tm_contact .second > div:last-child{
	padding-left: 15px;
}
.gaoussou_tm_contact .third{
	width: 100%;
	margin-bottom: 30px;
}
.gaoussou_tm_contact input{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #CBD3D9;
	background-color: transparent;
	font-size: 16px;
	color: #7E7E7E;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
	padding-left: 0px !important;
	padding-bottom: 15px;
}
.gaoussou_tm_contact input:focus{
	outline: none;
	border-bottom-color: #0F172A;
	background-color: transparent;
}
.gaoussou_tm_contact textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #CBD3D9;
	background-color: transparent;
	font-size: 16px;
	color: #7E7E7E;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
	height: 44px;
	resize: none;
	padding-left: 0px !important;
	padding-bottom: 16px;
}
.gaoussou_tm_contact textarea:focus{
	outline: none;
	border-bottom-color: #0F172A;
	background-color: transparent;
}
.gaoussou_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.gaoussou_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.gaoussou_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}

/* CSS for Spinner and Button Animation Upon Triggering "Submit" in CONTACT */
#send_message.loading .first,
#send_message.loading .second {
  visibility: hidden;
}

#send_message.loading::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid #0A66C2;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------------------*/
/*	12) GAOUSSOU COPYRIGHT
/*---------------------------------------------------*/

.gaoussou_tm_copyright{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #191C26;
	padding: 55px 0px;
}
.gaoussou_tm_copyright .inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gaoussou_tm_copyright .copy p{
	color: #fff;
}
.gaoussou_tm_totop{
	position: relative;
	overflow: hidden;
	background-color: #D6002F;
    padding: 22px;
    border-radius: 3px;
    display: inline-block;
}
.gaoussou_tm_totop:after{
	width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #fff;
    top: 14px;
    left: 17px;
	z-index: 2;
}

/* Test */
.gaoussou_tm_copyright .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Right side container */
.right-side {
    display: flex;
    align-items: center;
    gap: 15px; /* space between icons and arrow */
}

/* Social icons styling (same as earlier) */
.footer-social a {
    font-size: 24px;
    color: #ffffff;
    margin-right: 10px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.footer-social a:hover {
    color: #D6002F;
    transform: scale(1.15);
}

.footer-social i.fa-linkedin {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-bottom: 1px; /* nudges it up slightly */
}

.footer-social a {
  text-decoration: none; /* ensures no underline */
}



/*---------------------------------------------------*/
/*	13) GAOUSSOU CURSOR
/*---------------------------------------------------*/

.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #D6002F;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #D6002F;
  opacity: .3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #D6002F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.gaoussou_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

/*---------------------------------------------------*/
/*	14) GAOUSSOU MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1600px) {
	.container{max-width: 1170px;}
	.gaoussou_tm_hero .content{max-width: 600px;}
	.gaoussou_tm_topbar ul li{margin-right: 23px;}
	.gaoussou_tm_topbar ul li:last-child a{padding: 3px 25px;}
	.gaoussou_tm_topbar .in{padding: 20px 60px;}
	.gaoussou_tm_topbar.animate .in{padding: 15px 60px;}
	.gaoussou_tm_topbar .logo img{max-width: 75px;max-height: auto;}
	.gaoussou_tm_hero .content .name{font-size: 23px;margin-bottom: 15px;}
	.gaoussou_tm_hero .content .job{font-size: 55px;margin-bottom: 17px;}
	.gaoussou_tm_button a{padding: 8px 30px;}
	.gaoussou_tm_hero .content .text{margin-bottom: 32px;}
	.gaoussou_tm_hero .social ul li{margin-bottom: 15px;}
	.gaoussou_tm_hero .social ul li a{font-size: 16px;}
	.gaoussou_tm_all_wrap.animate .gaoussou_tm_hero .social{right: 30px;}
	.gaoussou_tm_hero .social{bottom: 30px;}
	.gaoussou_tm_experiences ul li h3{font-size: 22px;}
	.gaoussou_tm_title_holder{max-width: 550px;}
	.gaoussou_tm_title_holder span{margin-bottom: 2px;}
	.gaoussou_tm_title_holder h3{font-size: 50px;margin-bottom: 10px;}
	.gaoussou_tm_contact .first_row{margin-bottom: 43px;}
	.gaoussou_tm_contact .second{margin-bottom: 48px;}
	.gaoussou_tm_contact .third{margin-bottom: 20px;}
}
@media (max-width: 1200px) {
	.gaoussou_tm_modalbox_certifications .box_inner{width: 700px;}
	.gaoussou_tm_modalbox_certifications .close{margin-left: 20px;}
	.gaoussou_tm_modalbox_experience .box_inner{width: 700px;}
	.gaoussou_tm_modalbox_experience .close{margin-left: 20px;}
}
@media (max-width: 1040px) {
	body{font-size: 16px;}
	.gaoussou_tm_topbar{display: none;}
	.gaoussou_tm_mobile_menu{display: block;}
	.gaoussou_tm_hero .content .job{font-size: 60px;}
	.gaoussou_tm_hero .social{display: none;}
	.gaoussou_tm_hero .mobile_social{display: block;}
	.gaoussou_tm_hero .content .text{margin-bottom: 25px;}
	.gaoussou_tm_button a{font-size: 16px;padding: 11px 30px;}
	.gaoussou_tm_title_holder h3{font-size: 50px;}
	.gaoussou_tm_about .about_inner{flex-direction: column;align-items: baseline;}
	.gaoussou_tm_about .about_inner .left{width: 100%;padding: 0px;margin-bottom: 50px;}
	.gaoussou_tm_about .about_inner .right{width: 100%;padding: 0px;}
	.gaoussou_tm_resume .resume_inner{flex-direction: column;align-items: baseline;}
	.gaoussou_tm_resume .resume_inner .skills{width: 100%;padding: 0px;margin-bottom: 75px;}
	.gaoussou_tm_resume .education{width: 100%;padding: 0px;}
	.gaoussou_tm_resume .resume_title span:before{display: none;}
	.gaoussou_tm_experiences ul li{width: 50%;}
	.gaoussou_tm_portfolio ul li{width: 50%;}
	.gaoussou_tm_testimonials .item .left{display: none;}
	.gaoussou_tm_testimonials .item .right{margin-left: 0px;width: 100%;}
	.gaoussou_tm_certifications ul li{width: 50%;}
	.gaoussou_tm_contact .contact_inner{flex-direction: column;align-items: baseline;}
	.gaoussou_tm_contact .left{width: 100%;padding: 0px;margin-bottom: 50px;}
	.gaoussou_tm_contact .right{width: 100%;padding: 0px;}
	.gaoussou_tm_modalbox_certifications .box_inner{width: 500px;}
	.gaoussou_tm_modalbox_experience .box_inner{width: 500px;}
}
@media (max-width: 768px) {
	.gaoussou_tm_hero .content .job{font-size: 35px;}
	.gaoussou_tm_title_holder h3{font-size: 30px;}
	.gaoussou_tm_about .list ul{margin: 0px;}
	.gaoussou_tm_about .list ul li{width: 100%;padding-left: 0px;}
	.gaoussou_tm_experiences ul{margin: 0px;}
	.gaoussou_tm_experiences ul li{width: 100%;padding-left: 0px;}
	.gaoussou_tm_experiences ul li .list_inner{padding: 30px 30px 20px 30px;}
	.gaoussou_tm_portfolio ul{margin: 0px;}
	.gaoussou_tm_portfolio ul li{width: 100%;padding-left: 0px;}
	.gaoussou_tm_testimonials .item .right .details h3 span{padding-left: 0px;}
	.gaoussou_tm_testimonials .item .right .details h3 span:before{display: none;}
	.gaoussou_tm_testimonials .item .right .details .job{padding-left: 0px;}
	.gaoussou_tm_testimonials .item .right .text{font-size: 18px;}
	.gaoussou_tm_testimonials .item .right .details h3{font-size: 20px;}
	.gaoussou_tm_testimonials .left_nav, .gaoussou_tm_testimonials .right_nav{display: none;}
	.gaoussou_tm_testimonials .item .list_inner{max-width: 100%;}
	.gaoussou_tm_certifications ul{margin: 0px;}
	.gaoussou_tm_certifications ul li{width: 100%;padding-left: 0px;}
	.gaoussou_tm_contact .right .title p{font-size: 22px;}
	.gaoussou_tm_contact .second{flex-direction: column;align-items: baseline;}
	.gaoussou_tm_contact .second > div{width: 100%;}
	.gaoussou_tm_contact .second > div:first-child{padding: 0px;}
	.gaoussou_tm_contact .second > div:last-child{padding: 0px;}
	.container{padding: 0px 20px;}
	.gaoussou_tm_modalbox_certifications .description_wrap{padding: 30px;}
	.gaoussou_tm_modalbox_certifications .box_inner{width: 310px;}
	.gaoussou_tm_modalbox_certifications .close .svg{width: 20px;height: 20px;}
	.gaoussou_tm_modalbox_certifications .close{margin-left: 0px;}
	.gaoussou_tm_modalbox_experience .description_wrap{padding: 30px;}
	.gaoussou_tm_modalbox_experience .box_inner{width: 300px;}
	.gaoussou_tm_modalbox_experience .close .svg{width: 20px;height: 20px;}
	.gaoussou_tm_modalbox_experience .close{margin-left: -18px;top: -30px;}
	.gaoussou_tm_modalbox_experience .popup_informations h3{font-size: 19px;}
}

.plain-link {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	padding: 4px 6px;
	border-radius: 6px;
	transition:
		background 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease,
		color 0.25s ease;
}

.plain-link:hover {
	text-decoration: none;

	/* FORCE text to become white instead of red */
	color: #ffffff !important;

	/* red glow effect */
	background: #020617;
	transform: translateY(-2px);
	box-shadow: 0 0 12px rgba(255, 0, 0, 0.6);
}
