/* var text-decoration */
/*--
	Common Css
--*/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-bottom: 110px;
  padding-top: 56px;
}
main {
  padding-bottom: 40px;
  padding-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  margin-top: 1.9rem;
}

ul {
  font-size: 15px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li img {
  margin-bottom: 1.8rem;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}

table, th, td {
  border: 1px solid rgba(0,0,0,.125);
}


tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,.03);
}

table {
  background-color: rgba(0,0,0,.03);
}


/*---------------------------------------------
					Partial
-----------------------------------------------*/
/*--
	Slider Start
--*/
section#slider {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: top;
  /* padding: 15vh 0; */
  position: relative;
  padding-top: 2rem;
}
section#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#322e40, #8b86a3);
  opacity: 0.8;
}
section#slider {
  color: #E3E3E4;
}
section#slider img {
  width: 100%;
  max-width: 300px;
}
section#slider .text {
  align-self: center;
}
section#slider h1 {
  font-size: 2rem;
  margin-top: 1rem;
}
section#slider p {
  margin-top: 1rem;
}
@media(min-width: 1200px) {
  #slider .text {
    /* So we push "control" to next line. */
    padding-right: 2rem;
  }
}
.section {
  padding: 60px 0;
}
/*--
	cloud Start
--*/
section#cloud {
  padding: 18px 0 40px;
}
section .section-pic img {
  height: auto;
  max-width: 100%;
}
section .section-pic-assistants {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  section .section-pic-assistants {
    padding-top: 0;
  }
}
section .section-pic-assistants img {
  max-height: 60px;
}
section#cloud .cloud-item {
  padding-bottom: 30px;
}
section#cloud .cloud-item i {
  font-size: 60px;
  color: #4A4656;
}
section#cloud .cloud-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
  font-weight: 500;
}
section#cloud .cloud-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
/*--
	build source start
--*/
section#build-open-source {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-position: right;
  background-size: cover;
  padding: 40px 0px;
  position: relative;
  color: #0A0A0A;
}
section#build-open-source:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #89d9fd;
  opacity: 0.7;
}
section#build-open-source h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
section#build-open-source p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
section#build-open-source p:last-child {
  margin-bottom: 0;
}
section#build-open-source img {
  max-width: 49%;
}
/*--
	privacy Start
--*/
section#privacy {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0px;
  position: relative;
  color: #E3E3E4;
}
section#privacy:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
section#privacy h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
section#privacy p {
  font-size: 14px;
  line-height: 1.6;
}
/*--
	Feature Start
--*/
section#feature {
  background: url("../img/featue-bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
section#feature h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
section#feature p {
  color: #8d8f92;
  margin-bottom: 20px;
}
section#feature .btn-view-works {
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
}
/*--
	Team Start
--*/
section#team .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}
section#team .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0,0,30,0.8);
  object-fit: cover;
}
/*--
	Collapse Start
--*/
/*--
	Collapse Start
--*/
section#collapse button {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0,0,0,.87);
  text-align: left;
}
section#collapse h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom-color: #655E7A;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  max-width: 100%;
}
section#collapse .card {
  margin-top: 12px;
  margin-left: 10px;
  max-width:100%
}

.accordion#accordion0 {
  margin-top: 2.5rem;
}
/*---------------------------------------------
					Footer
-----------------------------------------------*/

.footer {
  background-color: #e3f2fd;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*---------------------------------------------
					Config
-----------------------------------------------*/
/*
section#config .nav-pills a.active {
  background-color: #e3f2fd;
}
*/
/*---------------------------------------------
					Pages
-----------------------------------------------*/

main h1 {
  margin-bottom: 2rem;
  border-bottom-color: #655E7A;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

main p ul {
  padding-bottom: 0.8rem;
  margin-left: 10px;
}

main h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.9rem;
  border-bottom-color: #655E7A;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  max-width: 100%;
}

main h3 {
  max-width: 100%;
  font-weight: 400;
}

main ul {
  list-style-type: square;
  margin-left: 25px;
  margin-bottom: 1rem;
  max-width: 80%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 25px;
  background: #000;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fluid + p,
.img-fluid + ol,
.img-fluid + ul {
  margin-top: 1rem;
}
