/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@import url("https://fonts.googleapis.com/css?family=Arial");

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.generic_class {
	font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url('../fonts/Arial/Arial-Narrow.ttf'); 
}
@font-face {
  font-family: 'PlayfairDisplay-BlackItalic';
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf'); 
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}

img[alt="Free Web Hosting"] {
  display: none !important;
}
html {
	scroll-behavior: smooth;
}
/* Styles back to top floating button - this is a blue square with white text */
.back-to-top {
  /* background-color: rgba(108, 117, 125, 0.85); */
  background-color: rgba(11, 120, 137, .5);
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
.back-to-top2 {
  background-color: rgba(87, 24, 59, 0.5);
  /* background-color: rgba(108, 117, 125, 0.85); */
  /* background-color: rgba(11, 120, 137, .5); */
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
.back-to-top3 {
  background-color: rgba(238, 135, 78, 0.5);
  /* background-color: rgba(108, 117, 125, 0.85); */
  /* background-color: rgba(11, 120, 137, .5); */
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
.back-to-top4 {
  background-color: rgba(48, 90, 66, .5);
  /* background-color: rgba(108, 117, 125, 0.85); */
  /* background-color: rgba(11, 120, 137, .5); */
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
.back-to-top5 {
  background-color: rgba(55, 71, 79, .5);
  /* background-color: rgba(108, 117, 125, 0.85); */
  /* background-color: rgba(11, 120, 137, .5); */
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
.back-to-top6 {
  background-color: rgba(255, 137, 121, .45);
  /* background-color: rgba(108, 117, 125, 0.85); */
  /* background-color: rgba(11, 120, 137, .5); */
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition: .6s;
  z-index: 2999;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}
a.back-to-top, a.back-to-top2, a.back-to-top3, a.back-to-top4, a.back-to-top5, a.back-to-top6 {
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 14px;
}
a.back-to-top:hover, a.back-to-top2:hover, a.back-to-top3:hover, a.back-to-top4:hover, a.back-to-top5:hover, a.back-to-top6:hover {
  color: #FFFFFF;
  text-shadow: 2px 2px 2px black;
}
.back-to-top.show, a.back-to-top2.show, a.back-to-top3.show, a.back-to-top4.show, a.back-to-top5.show, a.back-to-top6.show {
  opacity: 1;
}

/* styling feature products area which includes images and descriptions */
/* styling feature products images */
.featureProd img,
.featureSection {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: auto;
}

.featureSection {
	text-align: center;
	flex-direction: row;
	max-width: 1164px;
	margin: 0 auto 50px;
}

.featureProd img {
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100%;
	margin: auto;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.featureProd img:hover {
	box-shadow: 5px 5px 10px #544d44;
}

.featureProd p,
footer small {
	text-align: center;
	margin: 5px 0;
}

/* styling portfolio area which includes images and descriptions */
.featurePortfolio img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: left;
	align-items: left;
	height: auto;
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100%;
	/* margin: auto; */
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.featurePortfolio img:hover {
	box-shadow: 5px 5px 10px #544d44;
}

.featurePortfolio p {
	text-align: left;
	margin: 5px 0;
}

.space {
	width: 50px;
}
.stakeholder img {
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100%;
	margin: auto;
	/* border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s; */
}
.scenario img {
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100%;
	/* margin: auto; */
  border: 5px solid rgba(48, 90, 66, .9);
  border: 5px solid rgb(148, 148, 148);
  border-radius: 1em;
  /* color: rgba(48, 90, 66, .9); */
  /* background-color: rgba(48, 90, 66, .9); */
  /* border-color: rgba(48, 90, 66, .9); */
	/* border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s; */
}
.scenario_delivery img {
	flex-direction: column;
	flex: 1 1 auto;
	max-width: 100%;
	/* margin: auto; */
  /* border: 5px solid rgba(48, 90, 66, .9);
  border: 5px solid rgb(148, 148, 148); */
  border-radius: 1em;
  text-align: center;
  /* color: rgba(48, 90, 66, .9); */
  /* background-color: rgba(48, 90, 66, .9); */
  /* border-color: rgba(48, 90, 66, .9); */
	/* border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s; */
}

/* setting general background colour and font colour and font */
body {
	background-color: white;
}

/* change the color of active or hovered links */
a {
  color: #777;
}
a:hover {
  color: rgb(190, 190, 190);
  transition: .4s;
  text-shadow: 2px 2px 2px #fff;
}
a.nav-link {
  color: #777;
}
a.nav-link:hover {
  color: rgb(190, 190, 190)!important;
  transition: .4s;
  text-shadow: 2px 2px 2px #fff!important;
}
/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ Form ]*/
.contact100-form {
  max-width: 100%;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 500px;
  max-width: 100%;
  position: relative;
  background-color: transparent;
  height: 80px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 90px 0 35px;
  background-color: #fff;

  box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.1);
}

.input100:focus {
  box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 82px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 88px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
.p-r-100 {padding-right: 350px;}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Simple slide100 ]*/
.simpleslide100-parent {
  position: relative;
  z-index: 1;
}

.simpleslide100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #333;}



/* need to style the hr tag so that I get the same shadow as the text in the "Road Map Timeline" area of the "Learning Plan" page */
.hr-custom {
  background-color: #f2f2f2 !important;
  box-shadow: 1px 1px 1px #444;
}
/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

/*---------------------------------------------*/
.s5-txt1 {
  /* font-family: Poppins-Medium; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 800;
  /* color: #888; */
  /* line-height: 1.2; */
}
.s4-txt1 {
  /* font-family: Poppins-Medium; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 800;
  /* color: #888; */
  /* line-height: 1.2; */
}
.s3-txt1 {
  /* font-family: Poppins-Medium; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.s2-txt1 {
  /* font-family: Poppins-Medium; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  color: #888;
  line-height: 1.2;
}
.s1-txt1 {
  /* font-family: Poppins-Medium; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  /* font-weight: 800; */
  /* color: #888; */
  line-height: 1.2;
}
.mainSTerm {
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 1.2;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

/*---------------------------------------------*/
.m2-txt1 {
  /* font-family: Poppins-Regular; */
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 54px;
  color: #777;
  line-height: 1.2;
}
.m1-txt1 {
  /* font-family: Poppins-Regular; */
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: 'Arial Narrow', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 34px;
  color: #777;
  line-height: 1.2;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: 'PlayfairDisplay-BlackItalic';
  font-size: 50px;
  color: #666;
  line-height: 1.1;
}
.l4-txt1 {
  font-family: 'PlayfairDisplay-BlackItalic';
  font-size: 30px;
  color: #666;
  line-height: 1.1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size1a {
  width: 100%;
  min-height: 30vh;
}

.size1b {
  width: 100%;
  min-height: 20vh;
}

.size2 {
  width: 90px;
  height: 80px;
}

.size3 {
  width: 36px;
  height: 36px;
}

.custom-size1 {
  width: 100%;
  height: 100%;
  /* min-height: 100vh; */
}
.custom-size2 {
  width: 100%;
  height: 50%;
  /* min-height: 100vh; */
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 50%;
}

.wsize3 {
  width: 30%;
}

.wsize4 {
  width: 70%;
}

.wsize2 {
  max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}
.bg-dark-custom {background-color: rgb(0, 0, 0);}

.bg-img1 {
   background-color: rgba(11, 120, 137, .5);
  /* background-color: rgba(117, 97, 79, 0.7); */
  background-blend-mode: luminosity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img2 {
  background-color: rgba(105, 34, 32, 0.384);
  /* background-color: rgba(11, 120, 137, .5); */
  /* background-color: rgba(117, 97, 79, 0.7); */
  background-blend-mode: luminosity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img3 {
  background-color: rgba(255, 94, 0, 0.384);
  /* background-color: rgba(11, 120, 137, .5); */
  /* background-color: rgba(117, 97, 79, 0.7); */
  background-blend-mode: luminosity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img4 {
  background-color: rgba(48, 90, 66, .5);
 /* background-color: rgba(117, 97, 79, 0.7); */
 background-blend-mode: luminosity;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.bg-img5 {
  /* background-color: rgba(55, 71, 79, .5); */
  background-color: rgba(41, 87, 110, 0.5);
 /* background-color: rgba(117, 97, 79, 0.7); */
 background-blend-mode: luminosity;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.bg-img6 {
  /* background-color: rgba(55, 71, 79, .5); */
  background-color: rgba(255, 137, 121, 0.45);
 /* background-color: rgba(117, 97, 79, 0.7); */
 background-blend-mode: soft-light;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.bg-img7 {
  /* background-color: rgba(55, 71, 79, .5); */
  background-color: rgba(68, 80, 95, 0.5);
  background-color: rgba(255, 131, 31, 0.5);
 /* background-color: rgba(117, 97, 79, 0.7); */
 background-blend-mode: soft-light;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

/* On "Learning Plan" page used for font color in the "Road Map Timeline" area */
.color-custom {
  color: #ffffff;
}
/* Background colour styling for the headers, jumpbotrons, "Road Map Timeline" area (Learning Plan page) */
.capston1-bg-custom {
  background-color: rgba(237, 135, 78, 1);
  padding: 2px 0 5px 5px;
  border: 0;
}
.capston1-bg-custom-img, .capston1-bg-custom-vis-img {
  background-color: rgba(237, 135, 78, 1);
  background-size: cover;
  text-shadow: 1px 1px 1px black;
}
.capston1-col-bg-custom {
  background-color: rgba(237, 136, 78, 0.2);
  padding: 0;
  border: 0;
}
/* Background colour styling for the headers, jumpbotrons, "Road Map Timeline" area (Learning Plan page) */
.capston2-bg-custom {
  background-color: rgba(139, 105, 105, 1);
  padding: 2px 0 5px 5px;
  border: 0;
}
.capston2-bg-custom-img, .capston2-bg-custom-vis-img {
  background-color: rgba(139, 105, 105, 1);
  background-size: cover;
  text-shadow: 1px 1px 1px black;
}
.capston2-col-bg-custom {
  background-color: rgba(139, 105, 105, .2);
  padding: 0;
  border: 0;
}
/*//////////////////////////////////////////////////////////////////
[ Border ]*/





/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}


/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,0.5); */
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
}

.wrappic1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
.how-btn1 {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 25px;
}

.how-btn1:hover {
  background-color: #555555;
  color: #fff;
}

/*---------------------------------------------*/
.how-social {
  color: #fff;
  font-size: 22px;
  background-color: #ccc;
  border-radius: 50%;
}

.how-social:hover {
  background-color: #333;
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/
.hov1:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/* For the "Learning Plan" page significant styling required to overcome default behaviour of ordered list numbering which does not replicate the text-shadow in the "Road Map Timeline" area and as well this styling achieving the ordered list result here:

1. In 2 months I'd like to have learned at least in a broad way Python and Angular.
   Specific tasks include the following:

a) Download and Installation of required software. */
ol.mainSTerm {
  /* max-width: 350px; */
  counter-reset: item;
  padding-left: 18px;
}
ol.mainSTerm {
  counter-reset: item;
}
ol.mainITerm {
  counter-reset: item 1;
}
ol.mainLTerm {
  counter-reset: item 2;
}
ol.mainSTerm li {
  margin: 0 0 0 0;
  counter-increment: item;
  position: relative;
  /* padding-bottom: 8px; */
}
ol.numbered_style li:before {
  content: counter(item)")";
  position: absolute;
  font-weight: bold;
  --size: 12px;

  /* https://validator.w3.org/ indicates
  
  "Error: left: The types are incompatible."
  
  with line below but this code is required for the custom numbering I'm doing on the ordered lists */
  left: calc(-1 * var(--size) - 6.5px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: .31rem;
}
ol.numbered_style ol.numbered_style li {
  counter-increment: subitem;
}
ol.numbered_style ol.numbered_style li:before {
  content: counter(subitem, lower-alpha)"\)";
}
ol.none,
ul.none,
ol.numbered_style {
  list-style: none;
}

.embed-responsive-4by2::before {
  padding-top: 200%;
  padding-left: 0;
}

.embed-responsive-8by2::before {
  padding-top: 78%;
  padding-left: 0;
}

.custom_padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-margin {
  margin-left: 0;
}

.custom-lift-margin {
  margin-left: 0;
  margin-bottom: 200px;
}

.custom-lift-laptop-margin {
  margin-left: 0;
  margin-bottom: 300px;
}
/* .custom-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} */

.custom-col {
  position: relative;
  height: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.custom-col {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.custom-col {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.custom_fd_padding {
  padding-left: 40px;
}

.verticaltext {
  /* position: relative; */
  text-align: center;
  padding-left: 50px;
  margin: 1em 0;
  min-height: 120px;
}
.verticaltext_content {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -40px;
  /* top: 5px; */
  /* position: absolute; */
  color: rgb(255, 255, 255);
  /* text-shadow: 2px 2px 2px rgb(122, 122, 122); */
  /* text-transform: uppercase; */
  font-size: 15px;
  /* font-weight: bold; */
}
.bg-mine {
  background-color: #d1d1d1;
  /* background-color: rgb(159, 185, 170); */
  /* background-color: rgba(48, 90, 66, .5); */
  /* background-color: rgba(48, 90, 66, .5); */
  /* background-image: url(/images/chosen/2-Designbw.jpg); */
  /* color: rgb(65, 65, 65); */
  background-blend-mode: multiply;
  box-sizing: border-box;
  /* text-shadow: 1px 1px 1px rgb(255, 255, 255); */
  /* border-radius: .25em; */
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, .7); */
}

.bg-caption {
  background-color: #d1d1d1;
  background-color: rgb(159, 185, 170);
  background-color: rgba(45, 68, 55, 0.5);
  background-color: rgba(48, 90, 66, .9);
  /* background-image: url(/images/chosen/2-Designbw.jpg); */
  color: rgb(65, 65, 65);
  color: white;
  background-blend-mode: multiply;
  box-sizing: border-box;
  padding: 8px;
  /* text-shadow: 1px 1px 1px rgb(255, 255, 255); */
  border-radius: .5em;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 1); */
}
/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1700px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .p-t-80 {padding-top: 40px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 60%;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 40%;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 800;
  }
  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* font-weight: 800; */
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l2-txt1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l3-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 15px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 25px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px sienna; */
  }

  ol.mainSTerm {
    /* max-width: 350px; */
    /* counter-reset: item; */
    padding-left: 15px;
  }

  ol.numbered_style li:before {
    left: calc(-1 * var(--size) - 3.5px);
    top: .2rem;
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 280px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1510px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .p-t-80 {padding-top: 40px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 60%;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 40%;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 800;
  }
  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* font-weight: 800; */
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l2-txt1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l3-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 15px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 25px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px greenyellow; */
  }

  ol.mainSTerm {
    /* max-width: 350px; */
    /* counter-reset: item; */
    padding-left: 15px;
  }

  ol.numbered_style li:before {
    left: calc(-1 * var(--size) - 3.5px);
    top: .2rem;
  }

  .custom-lift-margin {
    margin-left: 0;
    margin-bottom: 80px;
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 180px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1400px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .p-t-80 {padding-top: 40px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 60%;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 40%;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 800;
  }
  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* font-weight: 800; */
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l2-txt1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l3-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 15px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 25px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px maroon; */
  }

  ol.mainSTerm {
    /* max-width: 350px; */
    /* counter-reset: item; */
    padding-left: 15px;
  }

  ol.numbered_style li:before {
    left: calc(-1 * var(--size) - 3.5px);
    top: .2rem;
  } 

  .custom-lift-margin {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 120px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1300px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .p-t-80 {padding-top: 40px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 60%;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 40%;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 800;
  }
  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* font-weight: 800; */
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l2-txt1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l3-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 15px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 25px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px orange; */
  }

  ol.mainSTerm {
    /* max-width: 350px; */
    /* counter-reset: item; */
    padding-left: 15px;
  }

  ol.numbered_style li:before {
    left: calc(-1 * var(--size) - 3.5px);
    top: .2rem;
  } 

  .custom-lift-margin {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 80px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .p-t-80 {padding-top: 40px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 60%;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 40%;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 800;
  }
  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* font-weight: 800; */
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l2-txt1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l3-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 15px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 25px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px blue; */
  }

  ol.mainSTerm {
    /* max-width: 350px; */
    /* counter-reset: item; */
    padding-left: 15px;
  }

  ol.numbered_style li:before {
    left: calc(-1 * var(--size) - 3.5px);
    top: .2rem;
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 20px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .dis-none-lg {display: none;}
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  /* .m-b-10 {margin-bottom: 0;} */

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .p-l-65 {padding-left: 40px;}
  .p-t-37 {padding-top: 8px;}
  .p-b-50 {padding-bottom: 0;}
  .p-b-90 {padding-bottom: 0;}
  .p-r-100 {padding-right: 150px;}
  

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  /* .respon1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  } */

  /*---------------------------------------------*/
  /* .respon2 {
    width: 100%;
    height: 500px;
  } */
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 800;
  }

  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 34px;
    /* color: #777; */
    line-height: 1.2;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 30px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 20px;
    color: #666;
    line-height: 1.1;
  }
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px purple; */
  }

  .custom-lift-laptop-margin {
    margin-left: 0;
    margin-bottom: 0;
  }

  .custom_fd_padding {
    padding-left: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .p-t-80 {padding-top: 20px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 0;}
  .p-b-50 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}
  .p-r-80 {padding-right: 30px;}
  .p-l-65 {padding-left: 30px;}
  .p-t-37 {padding-top: 10px;}
   
  .w-full-md {width: 100%;}
  /*---------------------------------------------*/
  .s5-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s4-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: 800;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s3-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 800;
  }

  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* color: #888; */
    /* line-height: 1.2; */
  }
  .s1-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* font-weight: 800; */
    /* color: #888; */
    line-height: 1.2;
  }

  .mainSTerm {
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.2;
  }

  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    /* color: #777; */
    line-height: 1.0;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 20px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 16px;
    color: #666;
    line-height: 1.1;
  }

  a.nav-link {
    font-size: small;
  }

  .custom-margin {
    margin-left: 80px;
  }

  small.s1-txt1 {
    /* color:rgba(237, 135, 78, 1); */
    font-size: small;
  }

  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px pink; */
  }
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .dis-none-sm {display: none;}
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    /* font-size: 60px; */
  }

  .custom-margin {
    margin-left: 60px;
  }

  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px green; */
  }
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .p-t-80 {padding-top: 15px;}
  .p-t-17 {padding-top: 10px;}
  .p-b-26 {padding-bottom: 10px;}
  .p-b-34 {padding-bottom: 10px;}
  .p-b-46 {padding-bottom: 0;}
  .p-b-50 {padding-bottom: 10px;}
  .p-b-90 {padding-bottom: 10px;}
  .p-r-80 {padding-right: 14px;}
  .p-l-65 {padding-left: 14px;}
  .p-t-37 {padding-top: 10px;}

  .w-full-ssm {width: 100%;}

  .s2-txt1 {
    /* font-family: Poppins-Medium; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: #888;
    /* line-height: 1.2; */
  }
  .m2-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.0;
  }
  .m1-txt1 {
    /* font-family: Poppins-Regular; */
    font-family: 'Arial Narrow','-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    /* color: #777;
    line-height: 1.2; */
  }
  .l1-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 18px;
    /* color: #666; */
    /* line-height: 1.1; */
  }
  .l4-txt1 {
    font-family: 'PlayfairDisplay-BlackItalic';
    font-size: 12px;
    color: #666;
    line-height: 1.1;
  }

  /*---------------------------------------------*/
  /* for troubleshooting on media sizes */
  .hr-custom {
    background-color: #f2f2f2 !important;
    /* box-shadow: 1px 1px 1px yellow; */
  }

  .custom-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
  
}