/* Documentation For Holaa - Digital Services Agency Html5 Template */

/** ----------------------------------------------------------------
	Fonts
---------------------------------------------------------------- **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url("font-awesome.css");

/** ----------------------------------------------------------------
	Global Settings
---------------------------------------------------------------- **/
:root {
  --primary-color: #e82b4b;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #353535;
  line-height: 1.6em;
  font-weight: 500;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e82b4b;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  font-weight: 600;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 14px;
  line-height: 1.6em;
}

.mb-15 {
  margin-bottom: 15px;  
}
.mb-20 {
  margin-bottom: 20px;  
}
.d-inline-block {
  display: inline-block;
}
.mb-3 {
  margin-bottom: 30px;
}
.color-base {
  color: var(--primary-color);
}
.video-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
}

/*** 

====================================================================
	Left_sidebar
====================================================================

****/
#left_sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  padding: 0px 20px;
  border-right: 2px solid #e82b4b;
  z-index: 10;
}

#left_sidebar .mCSB_inside > .mCSB_container {
  margin-right: 12px !important;
}

#left_sidebar .mCS_no_scrollbar .mCSB_container {
  margin-right: 0px !important;
}

#left_sidebar .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0px 0px 30px;
  background: rgba(0, 0, 0, 0.9);
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

#left_sidebar .menu-box .logo {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 32px 7px;
}

#left_sidebar .menu-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

#left_sidebar .menu-box .sticky-menu {
  position: relative;
}

#left_sidebar .menu-box .sticky-menu > ul {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#left_sidebar .menu-box .sticky-menu > ul > li {
  position: relative;
  display: block;
  padding: 4px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}

#left_sidebar .menu-box .sticky-menu > ul > li > a {
  position: relative;
  display: block;
  padding: 9px 30px 9px 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#left_sidebar .menu-box .sticky-menu > ul > li a .fa {
  position: absolute;
  right: -14px;
  top: 0px;
  width: 24px;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  display: block;
  line-height: 39px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#left_sidebar .menu-box .sticky-menu > ul > li.show > a .fa,
#left_sidebar .menu-box .sticky-menu > ul > li.show > a {
  color: #e82b4b;
}

/* #left_sidebar .menu-box .sticky-menu > ul > li.show a .fa,
#left_sidebar .menu-box .sticky-menu > ul > li.current a .fa,
#left_sidebar .menu-box .sticky-menu > ul > li:hover a .fa {
  opacity: 1;
  color: #e82b4b;
  transform: rotate(90deg);
  top: 8px;
}

#left_sidebar .menu-box .sticky-menu > ul > li > a:hover,
#left_sidebar .menu-box .sticky-menu > ul > li.current > a,
#left_sidebar .menu-box .sticky-menu > ul > li.current-menu-item > a {
  color: #e82b4b;
} */

#left_sidebar .copyright {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 298px;
  font-size: 13px;
  color: #ffffff;
  line-height: 30px;
  background: #e82b4b;
  padding: 6px 30px;
  font-weight: 500;
}

#left_sidebar .copyright a {
  color: #fff;
  font-weight: 700;
}



.sub-menu {
  display: none;
  padding-left: 20px;
}
.sub-menu li {
  padding-bottom: 10px;
}
.sub-menu li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

/*** 

====================================================================
	Content Section
====================================================================

****/

#content-section {
  position: relative;
  padding: 0px 0px 30px 300px;
  width: 100%;
  z-index: 5;
}

#content-section .section {
  position: relative;
  min-height: 200px;
  margin-bottom: 50px;
}

#content-section .sec-head-title {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

#content-section .sec-head-title h2 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #e82b4b36;
  display: inline-block;
}

#content-section .sec-head-title h3 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

#content-section .sec-head-title .icon {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 30px;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
}

#content-section .separator {
  position: relative;
  margin: 20px 0px;
  height: 1px;
}

#content-section .separator:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #d0d0d0, #f1f1f1, #ffffff);
  background: -moz-linear-gradient(to left, #d0d0d0, #f1f1f1, #ffffff);
  background: -webkit-linear-gradient(to left, #d0d0d0, #f1f1f1, #ffffff);
  background: -ms-linear-gradient(to left, #d0d0d0, #f1f1f1, #ffffff);
  background: -o-linear-gradient(to left, #d0d0d0, #f1f1f1, #ffffff);
}

#content-section .sec-content {
  position: relative;
  padding: 10px 30px;
  max-width: 1400px;
}

.introduction .sec-content h2 {
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Open Sans Condensed", sans-serif;
  color: #e82b4b;
  text-decoration: underline;
}

.introduction .sec-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}

.html-structure .sec-content h3,
.css-structure .sec-content h3,
.javascript .sec-content h3,
.sources-credits .sec-content h3,
.contact-form .sec-content h3,
.support .sec-content h3,
.map-settings .sec-content h3,
.count-timer .sec-content h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.html-structure code {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  padding: 30px 20px;
  background: #f1f1f1;
  height: auto;
  display: block;
}

.javascript ul li {
  list-style: none;
}

.sources-credits p {
  margin-bottom: 2px;
}

#content-section img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#content-section .image-box {
  position: relative;
  padding: 0px;
  margin: 30px 0px;
}

.logo a {
  font-size: 30px;
  color: #ffffff;
}

#Feature-card ul li {
  list-style: disc;
  margin-left: 22px;
}