@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin: 0;
  padding: 0;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin-left: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* scroll */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: #F0B910;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #F0B910;
}
.linux-main * {
  box-sizing: border-box;
  font-family: Roboto;
}
.linux-main p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  color: #1c1c1c;
}
.linux-main p strong,
.linux-main p b {
  font-weight: 700;
}
.linux-main a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.linux-main h1,
.linux-main h2,
.linux-main h3,
.linux-main h4 {
  margin: 0;
}
.linux-main h2 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
.linux-main ul,
.linux-main li {
  padding: 0;
  margin: 0;
  color: #1c1c1c;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.linux-main .container {
  width: 100%;
}
.linux-main .flex-container {
  display: flex;
  margin: auto;
}
.linux-main .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.linux-main .buttons img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.linux-main .buttons .btn-yellow,
.linux-main .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  outline: none;
  min-width: 160px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.linux-main .buttons .btn-yellow::before,
.linux-main .buttons .btn-white::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #FFFFFF;
  top: -20px;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  right: 0;
  opacity: 0.7;
  z-index: -1;
}
.linux-main .buttons .btn-white {
  border: 2px solid #000;
}
.linux-main .buttons .btn-white:hover::before {
  animation: button2 6s linear infinite;
  animation-delay: 1s;
  box-shadow: -210px 15px 0 rgba(0, 0, 0, 0.15), -14px 22px 0 rgba(0, 0, 0, 0.15), -53px 13px 0 #ffffff, -46px 46px 0 rgba(0, 0, 0, 0.15), -158px 25px 0 rgba(0, 0, 0, 0.15), -92px 30px 0 rgba(0, 0, 0, 0.15), -200px 43px 0 rgba(0, 0, 0, 0.15), -149px 49px 0 rgba(0, 0, 0, 0.15), -119px 17px 0 rgba(0, 0, 0, 0.15), 7px 44px 0 rgba(0, 0, 0, 0.15);
}
.linux-main .buttons .btn-yellow {
  background-color: #F0B910;
  color: #1c1c1c;
}
.linux-main .buttons .btn-yellow:hover::before {
  animation: button1 6s linear infinite;
  animation-delay: 1s;
  box-shadow: -210px 15px 0 rgba(255, 255, 255, 0.3), -14px 22px 0 rgba(255, 255, 255, 0.3), -53px 13px 0 #ffffff, -46px 46px 0 rgba(255, 255, 255, 0.3), -158px 25px 0 rgba(255, 255, 255, 0.3), -92px 30px 0 rgba(255, 255, 255, 0.3), -200px 43px 0 rgba(255, 255, 255, 0.3), -149px 49px 0 rgba(255, 255, 255, 0.3), -119px 17px 0 rgba(255, 255, 255, 0.3), 7px 44px 0 rgba(255, 255, 255, 0.3);
}
.linux-main .heading {
  margin-bottom: 1rem;
}
.linux-main .heading h2 {
  background-image: url(/_public/images/linux/heading.jpg);
  background-position: 50% 85%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: textclip 30s linear infinite;
  background-size: 500% auto;
}
.linux-main .center-heading {
  align-items: center;
}
.linux-main .center-heading h2 {
  text-align: center;
}
.linux-main .white-heading h2 {
  background-image: url(/_public/images/linux/heading-white.png);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes button1 {
  0% {
    box-shadow: -210px 15px 0 rgba(255, 255, 255, 0.3), -14px 22px 0 rgba(255, 255, 255, 0.3), -53px 13px 0 rgba(255, 255, 255, 0.3), -46px 46px 0 rgba(255, 255, 255, 0.3), -158px 25px 0 rgba(255, 255, 255, 0.3), -92px 30px 0 rgba(255, 255, 255, 0.3), -200px 43px 0 rgba(255, 255, 255, 0.3), -149px 49px 0 rgba(255, 255, 255, 0.3), -119px 17px 0 rgba(255, 255, 255, 0.3), 7px 44px 0 rgba(255, 255, 255, 0.3);
  }
  35% {
    box-shadow: -100px 45px 0 rgba(255, 255, 255, 0.3), -74px 10px 0 rgba(255, 255, 255, 0.3), -3px 33px 0 rgba(255, 255, 255, 0.3), -56px 6px 0 rgba(255, 255, 255, 0.3), -208px 55px 0 rgba(255, 255, 255, 0.3), -62px 0px 0 rgba(255, 255, 255, 0.3), -150px 83px 0 rgba(255, 255, 255, 0.3), 49px -49px 0 rgba(255, 255, 255, 0.3), -19px 70px 0 rgba(255, 255, 255, 0.3), 70px 64px 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    box-shadow: -50px 85px 0 rgba(255, 255, 255, 0.3), -54px 0px 0 rgba(255, 255, 255, 0.3), -23px 43px 0 rgba(255, 255, 255, 0.3), -36px 26px 0 rgba(255, 255, 255, 0.3), -108px 65px 0 rgba(255, 255, 255, 0.3), -42px 15px 0 rgba(255, 255, 255, 0.3), -100px 63px 0 rgba(255, 255, 255, 0.3), 89px 39px 0 rgba(255, 255, 255, 0.3), -19px 70px 0 rgba(255, 255, 255, 0.3), 70px 64px 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: -210px 15px 0 rgba(255, 255, 255, 0.3), -14px 22px 0 rgba(255, 255, 255, 0.3), -53px 13px 0 rgba(255, 255, 255, 0.3), -46px 46px 0 rgba(255, 255, 255, 0.3), -158px 25px 0 rgba(255, 255, 255, 0.3), -92px 30px 0 rgba(255, 255, 255, 0.3), -200px 43px 0 rgba(255, 255, 255, 0.3), -149px 49px 0 rgba(255, 255, 255, 0.3), -119px 17px 0 rgba(255, 255, 255, 0.3), 7px 44px 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes button2 {
  0% {
    box-shadow: -210px 15px 0 rgba(0, 0, 0, 0.15), -14px 22px 0 rgba(0, 0, 0, 0.15), -53px 13px 0 rgba(0, 0, 0, 0.15), -46px 46px 0 rgba(0, 0, 0, 0.15), -158px 25px 0 rgba(0, 0, 0, 0.15), -92px 30px 0 rgba(0, 0, 0, 0.15), -200px 43px 0 rgba(0, 0, 0, 0.15), -149px 49px 0 rgba(0, 0, 0, 0.15), -119px 17px 0 rgba(0, 0, 0, 0.15), 7px 44px 0 rgba(0, 0, 0, 0.15);
  }
  35% {
    box-shadow: -100px 45px 0 rgba(0, 0, 0, 0.15), -74px 10px 0 rgba(0, 0, 0, 0.15), -3px 33px 0 rgba(0, 0, 0, 0.15), -56px 6px 0 rgba(0, 0, 0, 0.15), -208px 55px 0 rgba(0, 0, 0, 0.15), -62px 0px 0 rgba(0, 0, 0, 0.15), -150px 83px 0 rgba(0, 0, 0, 0.15), 49px -49px 0 rgba(0, 0, 0, 0.15), -19px 70px 0 rgba(0, 0, 0, 0.15), 70px 64px 0 rgba(0, 0, 0, 0.15);
  }
  70% {
    box-shadow: -50px 85px 0 rgba(0, 0, 0, 0.15), -54px 0px 0 rgba(0, 0, 0, 0.15), -23px 43px 0 rgba(0, 0, 0, 0.15), -36px 26px 0 rgba(0, 0, 0, 0.15), -108px 65px 0 rgba(0, 0, 0, 0.15), -42px 15px 0 rgba(0, 0, 0, 0.15), -100px 63px 0 rgba(0, 0, 0, 0.15), 89px 39px 0 rgba(0, 0, 0, 0.15), -19px 70px 0 rgba(0, 0, 0, 0.15), 70px 64px 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: -210px 15px 0 rgba(0, 0, 0, 0.15), -14px 22px 0 rgba(0, 0, 0, 0.15), -53px 13px 0 rgba(0, 0, 0, 0.15), -46px 46px 0 rgba(0, 0, 0, 0.15), -158px 25px 0 rgba(0, 0, 0, 0.15), -92px 30px 0 rgba(0, 0, 0, 0.15), -200px 43px 0 rgba(0, 0, 0, 0.15), -149px 49px 0 rgba(0, 0, 0, 0.15), -119px 17px 0 rgba(0, 0, 0, 0.15), 7px 44px 0 rgba(0, 0, 0, 0.15);
  }
}
@keyframes up {
  0% {
    transform: translate(0, 0px) rotate(0deg);
  }
  50% {
    transform: translate(0, -240px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0px) rotate(360deg);
  }
}
@keyframes down {
  0% {
    transform: translate(0, 0px) rotate(0deg);
  }
  50% {
    transform: translate(0, 240px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0px) rotate(360deg);
  }
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  35% {
    transform: translate(130px, -130px) rotate(180deg);
  }
  65% {
    transform: translate(0, -130px) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg) translateX(70px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(70px) rotate(-360deg);
  }
}
.linux-main .banner {
  flex-direction: column;
  background-image: linear-gradient(#000, #545454);
}
.linux-main .banner .logo-container {
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
}
.linux-main .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
}
.linux-main .banner .logo-container .container .tka-logo {
  display: flex;
  max-width: 200px;
}
.linux-main .banner .logo-container .container .tka-logo img {
  width: 100%;
}
.linux-main .banner .logo-container .container .menu {
  display: flex;
  z-index: 1;
}
.linux-main .banner .logo-container .container .menu img {
  width: 22px;
  height: 22px;
}
.linux-main .banner .logo-container .container .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.linux-main .banner .logo-container .container .menu-links .menu-toggle img {
  width: 15px;
  margin-right: 5px;
}
.linux-main .banner .logo-container .container ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #545454;
}
.linux-main .banner .logo-container .container ul .links-li:first-child {
  padding-top: 0;
}
.linux-main .banner .logo-container .container ul .links-li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.linux-main .banner .logo-container .container ul .links-li:last-child {
  display: none;
}
.linux-main .banner .logo-container .container ul .links-li .link {
  font-size: 14px;
  color: #000;
}
.linux-main .banner .logo-container .container .menu.active {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.047);
}
.linux-main .banner .logo-container .container .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.linux-main .banner .logo-container .container .menu.active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
}
.linux-main .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 1s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.linux-main .banner .sticky-up {
  top: -100px;
}
.linux-main .banner .banner-container {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  padding-top: 1.5rem;
}
.linux-main .banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.linux-main .banner .banner-container .banner-content h1 {
  display: flex;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}
.linux-main .banner .banner-container .banner-content h1 img {
  width: 35px;
  margin-right: 0.5rem;
}
.linux-main .banner .banner-container .banner-content p {
  color: #FFFFFF;
}
.linux-main .banner .banner-container .banner-content h3 {
  display: flex;
  color: #FFFFFF;
  margin: 1rem 0 0.5rem;
}
.linux-main .banner .banner-container .banner-content h3 img {
  margin-right: 7px;
  width: 25px;
  height: 25px;
}
.linux-main .banner .banner-container .banner-content .countdown {
  display: flex;
}
.linux-main .banner .banner-container .banner-content .countdown .timer {
  display: flex;
  flex-direction: column;
  margin-right: 0.7rem;
  position: relative;
  z-index: 0;
  width: 56px;
}
.linux-main .banner .banner-container .banner-content .countdown .timer::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/linux/colon.svg);
  width: 6px;
  height: 14px;
  right: -12px;
  top: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  animation: blink 2s linear infinite;
}
.linux-main .banner .banner-container .banner-content .countdown .timer:last-child {
  margin-right: 0;
}
.linux-main .banner .banner-container .banner-content .countdown .timer:last-child::before {
  content: none;
}
.linux-main .banner .banner-container .banner-content .countdown .timer span {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  background-image: url(/_public/images/linux/timer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1rem;
  padding-left: 1.5rem;
}
.linux-main .banner .banner-container .banner-content .countdown .timer p {
  font-weight: bold;
  text-align: center;
}
.linux-main .banner .banner-container .banner-info {
  display: flex;
  margin-top: 2rem;
  background-color: #FFFFFF;
  padding: 1rem;
}
.linux-main .banner .banner-container .banner-info img {
  width: 100%;
}
.linux-main .overview {
  padding: 3rem 1.5rem;
  background-color: #f5f5f5;
}
.linux-main .overview .overview-container {
  display: flex;
  flex-direction: column;
}
.linux-main .overview .overview-container .overview-content {
  display: flex;
  flex-direction: column;
}
.linux-main .overview .overview-container .overview-content p {
  text-align: center;
}
.linux-main .overview .overview-container .overview-content p:nth-child(2) {
  margin-bottom: 0.5rem;
}
.linux-main .overview .overview-container .overview-info {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.linux-main .overview .overview-container .overview-info .overview-item {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}
.linux-main .overview .overview-container .overview-info .overview-item img {
  width: 100%;
}
.linux-main .overview .overview-container .overview-info .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.linux-main .overview .overview-container .overview-info .owl-dots .owl-dot {
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #bbbbbb;
  margin-right: 10px;
  outline: 0;
}
.linux-main .overview .overview-container .overview-info .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.linux-main .overview .overview-container .overview-info .owl-dots .owl-dot.active {
  background-color: #F0B910;
  width: 15px;
  height: 15px;
}
.linux-main .features {
  display: none;
}
.linux-main .courses {
  padding: 3rem 1.5rem;
}
.linux-main .courses .courses-container {
  display: flex;
  flex-direction: column;
}
.linux-main .courses .courses-container .heading {
  margin-bottom: 0;
}
.linux-main .courses .courses-container .heading p {
  text-align: center;
}
.linux-main .courses .courses-container .heading p span {
  font-weight: 600;
  color: #F0B910;
}
.linux-main .courses .courses-container .courses-list {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.linux-main .courses .courses-container .courses-list .course-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  padding-bottom: 4rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  width: 240px;
  align-self: center;
  margin-top: 4rem;
  position: relative;
  border-radius: 0 0 140px 140px;
  transition: 0.8s ease-in-out;
}
.linux-main .courses .courses-container .courses-list .course-info:first-child {
  margin-top: 3.5rem;
}
.linux-main .courses .courses-container .courses-list .course-info::before {
  content: '';
  z-index: -1;
  position: absolute;
  background-color: #000;
  border-radius: 0 0 140px 140px;
  transition: 1s ease-in-out;
  bottom: -8px;
  left: -7px;
  height: 63%;
  width: calc(100% + 13px);
}
.linux-main .courses .courses-container .courses-list .course-info:hover {
  transition: 0.8s ease-in-out;
  background-color: #000;
}
.linux-main .courses .courses-container .courses-list .course-info:hover::before {
  background-color: #F0B910;
  height: calc(100% + 15px);
}
.linux-main .courses .courses-container .courses-list .course-info:hover span {
  background-color: #F0B910;
}
.linux-main .courses .courses-container .courses-list .course-info:hover h3,
.linux-main .courses .courses-container .courses-list .course-info:hover p {
  transition: 1s ease-in-out;
  color: #FFFFFF;
}
.linux-main .courses .courses-container .courses-list .course-info:hover .buttons .btn-yellow::before {
  animation: button1 6s linear infinite;
  animation-delay: 0.5s;
  box-shadow: -210px 15px 0 rgba(255, 255, 255, 0.3), -14px 22px 0 rgba(255, 255, 255, 0.3), -53px 13px 0 #ffffff, -46px 46px 0 rgba(255, 255, 255, 0.3), -158px 25px 0 rgba(255, 255, 255, 0.3), -92px 30px 0 rgba(255, 255, 255, 0.3), -200px 43px 0 rgba(255, 255, 255, 0.3), -149px 49px 0 rgba(255, 255, 255, 0.3), -119px 17px 0 rgba(255, 255, 255, 0.3), 7px 44px 0 rgba(255, 255, 255, 0.3);
}
.linux-main .courses .courses-container .courses-list .course-info span {
  display: flex;
  width: 70px;
  height: 58px;
  background-color: #000;
  border-radius: 10px;
  padding: 0.7rem;
  position: absolute;
  top: -32px;
  transition: 1s ease-in-out;
}
.linux-main .courses .courses-container .courses-list .course-info span img {
  width: 100%;
}
.linux-main .courses .courses-container .courses-list .course-info h3 {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 16px;
}
.linux-main .courses .courses-container .courses-list .course-info p {
  margin-top: 0.5rem;
}
.linux-main .courses .courses-container .courses-list .course-info p:nth-child(4) {
  margin-top: 0;
}
.linux-main .method {
  padding: 3rem 1.5rem;
  background: linear-gradient(#000, #545454);
  position: relative;
  z-index: 1;
}
.linux-main .method #canvas {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.linux-main .method .method-container {
  display: flex;
  flex-direction: column;
}
.linux-main .method .method-container .facts-content {
  display: flex;
  flex-direction: column;
}
.linux-main .method .method-container .facts-content .facts-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
}
.linux-main .method .method-container .facts-content .facts-heading .heading {
  margin-bottom: 0.5rem;
}
.linux-main .method .method-container .facts-content .facts-heading p {
  text-align: center;
  color: #FFFFFF;
}
.linux-main .method .method-container .facts-content .facts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  width: 39%;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item .fact-img {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item .fact-img img {
  width: 100%;
  height: 100%;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item .fact-count {
  display: flex;
  flex-direction: row;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item .fact-count h3,
.linux-main .method .method-container .facts-content .facts-list .fact-item .fact-count span {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
.linux-main .method .method-container .facts-content .facts-list .fact-item p {
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #FFFFFF;
}
.linux-main .method .method-container .delivery-content {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin-top: 2rem;
}
.linux-main .method .method-container .delivery-content .heading {
  margin-bottom: 0;
}
.linux-main .method .method-container .delivery-content .delivery-list {
  display: flex;
  flex-direction: column;
}
.linux-main .method .method-container .delivery-content .delivery-list .delivery-item {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  width: 234px;
  align-self: center;
}
.linux-main .method .method-container .delivery-content .delivery-list .delivery-item span {
  display: flex;
  box-shadow: 0 0 8px #d5d5d5;
  width: 50px;
  height: 50px;
  margin-right: 0.6rem;
  padding: 0.6rem;
  background-color: #f5f5f5;
  transition: 0.6s ease-in-out;
}
.linux-main .method .method-container .delivery-content .delivery-list .delivery-item span img {
  width: 100%;
  height: 100%;
}
.linux-main .method .method-container .delivery-content .delivery-list .delivery-item p {
  font-size: 16px;
  font-weight: 600;
}
.linux-main .method .method-container .delivery-content .delivery-list .delivery-item:hover span {
  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
}
.linux-main .architecture {
  padding: 3rem 1.5rem;
}
.linux-main .architecture .architecture-container {
  display: flex;
  flex-direction: column;
}
.linux-main .architecture .architecture-container .architecture-img {
  display: flex;
  flex-direction: column;
  order: 2;
  margin-top: 2rem;
}
.linux-main .architecture .architecture-container .architecture-img span {
  display: flex;
}
.linux-main .architecture .architecture-container .architecture-img span img {
  width: 100%;
}
.linux-main .architecture .architecture-container .architecture-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.linux-main .architecture .architecture-container .architecture-content ul li {
  margin-top: 0.5rem;
}
.linux-main .budget {
  padding: 3rem 1.5rem;
  background-color: #f5f5f5;
}
.linux-main .budget .budget-container {
  display: flex;
  flex-direction: column;
}
.linux-main .budget .budget-container ul li {
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
.linux-main .budget .budget-container ul li::before {
  position: absolute;
  content: '';
  left: 0;
  z-index: -1;
}
.linux-main .budget .budget-container .budget-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFFFFF;
  padding: 1.5rem 1rem;
  border-radius: 35px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-image: url(/_public/images/linux/budget-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: bottom;
}
.linux-main .budget .budget-container .budget-content .heading {
  margin-bottom: 0;
}
.linux-main .budget .budget-container .budget-content p {
  font-weight: 600;
  margin-top: 0.5rem;
}
.linux-main .budget .budget-container .budget-content ul li {
  padding-left: 0.8rem;
}
.linux-main .budget .budget-container .budget-content ul li::before {
  background-color: #FFFFFF;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  top: 7px;
}
.linux-main .budget .budget-container .budget-content .counter {
  font-size: 16px;
}
.linux-main .budget .budget-container .package-content {
  display: flex;
  flex-direction: column;
  background-image: url(/_public/images/linux/package-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 45%;
  margin-top: 2rem;
  padding: 2rem 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  align-items: center;
  width: 272px;
  align-self: center;
}
.linux-main .budget .budget-container .package-content p {
  margin: 0.6rem 0;
  font-weight: 600;
}
.linux-main .budget .budget-container .package-content h3,
.linux-main .budget .budget-container .package-content p {
  color: #FFFFFF;
  text-align: center;
}
.linux-main .budget .budget-container .package-content span {
  display: flex;
  align-items: center;
  padding: 0.7rem;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #F0B910;
}
.linux-main .budget .budget-container .package-content span img {
  width: 100%;
}
.linux-main .budget .budget-container .package-content ul li {
  padding-left: 1.3rem;
}
.linux-main .budget .budget-container .package-content ul li:first-child {
  margin-top: 0.8rem;
}
.linux-main .budget .budget-container .package-content ul li::before {
  background-image: url(/_public/images/linux/ring.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 5px;
  animation: rotate 6s linear infinite;
}
.linux-main .scope {
  padding: 3rem 1.5rem;
}
.linux-main .scope .scope-container {
  display: flex;
  flex-direction: column;
}
.linux-main .scope .scope-container .scope-content {
  display: flex;
  flex-direction: column;
}
.linux-main .scope .scope-container .scope-content p {
  text-align: center;
}
.linux-main .scope .scope-container .benefits-img {
  display: flex;
  margin-top: 2rem;
}
.linux-main .scope .scope-container .benefits-img img {
  width: 100%;
}
.linux-main .choose {
  padding: 3rem 1.5rem;
  background-color: #f5f5f5;
}
.linux-main .choose .choose-container {
  display: flex;
  flex-direction: column;
}
.linux-main .choose .choose-container p,
.linux-main .choose .choose-container h3 {
  text-align: center;
}
.linux-main .choose .choose-container .choose-list {
  display: flex;
  flex-direction: column;
}
.linux-main .choose .choose-container .choose-list .choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 14px;
  margin-top: 2rem;
  border-top: 6px solid #F0B910;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 272px;
  align-self: center;
}
.linux-main .choose .choose-container .choose-list .choose-item h3 {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #F0B910;
  font-size: 18px;
}
.linux-main .choose .choose-container .choose-list .choose-item p {
  padding: 1rem;
  line-height: 1.5;
}
.linux-main .choose .choose-container .choose-list .choose-item span {
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 1rem;
}
.linux-main .choose .choose-container .choose-list .choose-item span img {
  width: 100%;
}
.linux-main .objectives {
  padding: 3rem 1.5rem;
}
.linux-main .objectives .objectives-container {
  display: flex;
  flex-direction: column;
}
.linux-main .objectives .objectives-container .objectives-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.linux-main .objectives .objectives-container .objectives-content ul li {
  font-size: 14px;
  padding-left: 1rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
.linux-main .objectives .objectives-container .objectives-content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ABABAB;
  z-index: -1;
  left: 0;
  top: 6px;
  animation: rotate 5s linear infinite;
}
.linux-main .objectives .objectives-container .principles-img {
  display: flex;
  margin-top: 2rem;
}
.linux-main .objectives .objectives-container .principles-img img {
  width: 100%;
}
.linux-main .testimonial {
  padding: 3rem 1.5rem;
  background-image: linear-gradient(#000, #545454);
  position: relative;
  z-index: 1;
}
.linux-main .testimonial #canvas-testi {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0.05;
}
.linux-main .testimonial .testimonial-container {
  display: flex;
  flex-direction: column;
}
.linux-main .testimonial .testimonial-container .heading {
  margin-bottom: 0;
}
.linux-main .testimonial .testimonial-container .testimonial-list {
  display: flex;
  flex-direction: column;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item {
  display: flex;
  flex-direction: column;
  width: 93%;
  margin: 1.5rem auto;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 45px;
  width: 0;
  height: 0;
  border-top: 20px solid #FFFFFF;
  border-right: 20px solid transparent;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .review {
  text-align: center;
  padding: 1.2rem;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation {
  display: flex;
  flex-direction: column;
  background-color: #F0B910;
  padding: 10px 0;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation h3,
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation p {
  text-align: center;
  font-weight: 600;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation p {
  font-size: 13px;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item span {
  display: flex;
  height: 70px;
  width: 70px;
  margin-top: 2rem;
  background-color: #e3e3e3;
  border-radius: 50%;
  padding: 0.8rem;
}
.linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item span img {
  width: 100%;
}
.linux-main .testimonial .testimonial-container .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  margin: auto;
}
.linux-main .testimonial .testimonial-container .owl-nav .owl-prev,
.linux-main .testimonial .testimonial-container .owl-nav .owl-next {
  background-image: url(/_public/images/linux/review-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: 0;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}
.linux-main .testimonial .testimonial-container .owl-nav .owl-next {
  transform: rotate(180deg);
}
.linux-main .testimonial .testimonial-container .owl-nav .btn-active {
  opacity: 1;
}
.linux-main .faq {
  padding: 3rem 1.5rem;
}
.linux-main .faq .faq-container {
  display: flex;
  flex-direction: column;
}
.linux-main .faq .faq-container .heading {
  margin-bottom: 1.5rem;
}
.linux-main .faq .faq-container .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.linux-main .faq .faq-container .faq-list .faq-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: fit-content;
}
.linux-main .faq .faq-container .faq-list .faq-content:last-child {
  margin-bottom: 0;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques {
  display: flex;
  padding: 0.8rem;
  cursor: pointer;
  justify-content: space-between;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques span {
  display: flex;
  width: 23px;
  height: 23px;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques span .black-arrow {
  display: flex;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques span .white-arrow {
  display: none;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques span img {
  width: 100%;
}
.linux-main .faq .faq-container .faq-list .faq-content .ques h3 {
  align-self: center;
  font-size: 14px;
  color: #000;
  width: calc(100% - 36px);
}
.linux-main .faq .faq-container .faq-list .faq-content .ans {
  display: none;
  padding: 0.8rem;
}
.linux-main .faq .faq-container .faq-list .faq-content .ans p {
  font-size: 12px;
  color: #000;
  line-height: 1.6;
}
.linux-main .faq .faq-container .faq-list .faq-content .ans ul {
  margin-top: 8px;
  padding-left: 18px;
  color: #000;
}
.linux-main .faq .faq-container .faq-list .faq-content .ans ul li {
  font-size: 12px;
  line-height: 1.5;
  list-style: disc;
}
.linux-main .faq .faq-container .faq-list .faq-content.active {
  position: relative;
  z-index: 1;
}
.linux-main .faq .faq-container .faq-list .faq-content.active::before,
.linux-main .faq .faq-container .faq-list .faq-content.active::after {
  content: '';
  z-index: -1;
  position: absolute;
  background-size: cover;
  height: 50px;
  width: 50px;
  background-image: url(/_public/images/linux/faq-top.svg);
}
.linux-main .faq .faq-container .faq-list .faq-content.active::before {
  top: -17px;
  left: -17px;
}
.linux-main .faq .faq-container .faq-list .faq-content.active::after {
  bottom: -17px;
  right: -17px;
  transform: rotate(180deg);
}
.linux-main .faq .faq-container .faq-list .faq-content.active .ques {
  background: linear-gradient(#000, #545454);
}
.linux-main .faq .faq-container .faq-list .faq-content.active .ques h3 {
  color: #FFFFFF;
}
.linux-main .faq .faq-container .faq-list .faq-content.active .ques span .black-arrow {
  display: none;
}
.linux-main .faq .faq-container .faq-list .faq-content.active .ques span .white-arrow {
  display: flex;
}
.linux-main .footer {
  padding: 3rem 1.5rem;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.linux-main .footer .footer-container {
  display: flex;
  flex-direction: column;
}
.linux-main .footer .footer-container .form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.linux-main .footer .footer-container .form .form-input {
  display: flex;
  flex-direction: column;
}
.linux-main .footer .footer-container .form .form-input .input-container {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.6rem 0.8rem;
  border-radius: 5px;
  border: 2px solid #858585;
}
.linux-main .footer .footer-container .form .form-input .input-container input,
.linux-main .footer .footer-container .form .form-input .input-container textarea {
  width: 100%;
  border: none;
  outline: 0;
  font-weight: 500;
  color: #000;
  padding: 0;
  background-color: transparent;
}
.linux-main .footer .footer-container .form .form-input .input-container textarea {
  height: 50px;
  resize: none;
}
.linux-main .footer .footer-container .form .form-input .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #000000ad;
}
.linux-main .footer .footer-container .form .form-input .input-error {
  border: 2px solid red;
}
.linux-main .footer .footer-container .form .form-input .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: red;
}
.linux-main .footer .footer-container .form .form-consent {
  display: flex;
  font-size: 12px;
  margin-bottom: 0.4rem;
}
.linux-main .footer .footer-container .form .form-consent:last-child {
  margin-bottom: 0;
}
.linux-main .footer .footer-container .form .form-consent label {
  margin-left: 0.3rem;
  margin-bottom: 0.5rem;
  color: #000;
  align-self: center;
  width: 92%;
  line-height: 1.4;
}
.linux-main .footer .footer-container .form .form-consent label:last-child {
  margin-bottom: 0;
}
.linux-main .footer .footer-container .form .form-consent p {
  line-height: 1.4;
  font-size: 12px;
  color: #000;
}
.linux-main .footer .footer-container .form .form-consent p a {
  color: #F0B910;
  font-weight: bold;
}
.linux-main .footer .footer-container .form .consent-error,
.linux-main .footer .footer-container .form .consent-error-other {
  margin-bottom: 0.5rem;
}
.linux-main .footer .footer-container .form .consent-error p,
.linux-main .footer .footer-container .form .consent-error-other p {
  color: red;
  line-height: 1.4;
  font-size: 12px;
}
.linux-main .footer .footer-container .contact {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(#000, #545454);
  padding: 1rem;
  margin-top: 2rem;
}
.linux-main .footer .footer-container .contact .heading {
  margin-bottom: 0.5rem;
}
.linux-main .footer .footer-container .contact p {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.5;
}
.linux-main .footer .footer-container .contact .contact-info {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 224px;
}
.linux-main .footer .footer-container .contact .contact-info .content {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  width: 100%;
  align-items: center;
}
.linux-main .footer .footer-container .contact .contact-info .content h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.linux-main .footer .footer-container .contact .contact-info .content h3,
.linux-main .footer .footer-container .contact .contact-info .content a {
  color: #FFFFFF;
}
.linux-main .footer .footer-container .contact .contact-info .content a {
  font-size: 14px;
}
@media (min-width : 768px) {
  .linux-main .buttons .btn-yellow,
  .linux-main .buttons .btn-white {
    font-size: 16px;
  }
  .linux-main .banner .logo-container {
    padding: 1rem 2rem;
  }
  .linux-main .banner .logo-container .container .menu.active + .menu-links {
    width: 50%;
  }
  .linux-main .banner .banner-container {
    padding: 3rem 2rem;
    padding-top: 2rem;
  }
  .linux-main .banner .banner-container .banner-info {
    display: none;
  }
  .linux-main .overview {
    padding: 3rem 2rem;
    background-color: transparent;
  }
  .linux-main .overview .overview-container .overview-info .overview-item {
    width: 75%;
    margin: auto;
  }
  .linux-main .features {
    display: flex;
    padding: 3rem 2rem;
    background-color: #f5f5f5;
  }
  .linux-main .features .features-container {
    display: flex;
    flex-direction: column;
  }
  .linux-main .features .features-container span {
    display: flex;
  }
  .linux-main .features .features-container span img {
    width: 100%;
  }
  .linux-main .courses {
    padding: 3rem 2rem;
  }
  .linux-main .courses .courses-container .courses-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linux-main .courses .courses-container .courses-list .course-info {
    width: 30%;
    margin-right: 2rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:first-child {
    margin-top: 4rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(3),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(6),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(9),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(12),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(15),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(17) {
    margin-right: 0;
  }
  .linux-main .courses .courses-container .courses-list .course-info h3 {
    min-height: 63px;
  }
  .linux-main .method {
    padding: 3rem 2rem;
    background: transparent;
    background-image: url(/_public/images/linux/facts-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 71%;
  }
  .linux-main .method .method-container .facts-content .facts-list {
    justify-content: space-between;
  }
  .linux-main .method .method-container .facts-content .facts-list .fact-item {
    width: 25%;
    border-right: 1px solid #707070;
  }
  .linux-main .method .method-container .facts-content .facts-list .fact-item:first-child {
    margin-right: 0;
  }
  .linux-main .method .method-container .facts-content .facts-list .fact-item:last-child {
    border-right: none;
  }
  .linux-main .method .method-container .delivery-content .delivery-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .linux-main .method .method-container .delivery-content .delivery-list .delivery-item {
    flex-direction: column;
    justify-content: center;
    width: 24%;
  }
  .linux-main .method .method-container .delivery-content .delivery-list .delivery-item span {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }
  .linux-main .method .method-container .delivery-content .delivery-list .delivery-item p {
    text-align: center;
  }
  .linux-main .architecture {
    padding: 3rem 2rem;
    padding-top: 0;
  }
  .linux-main .architecture .architecture-container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .linux-main .architecture .architecture-container::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/_public/images/linux/circle-anim.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    animation: move 8s linear infinite;
    opacity: 0.1;
  }
  .linux-main .architecture .architecture-container .architecture-img {
    width: 45%;
    order: 1;
    margin-top: 0;
  }
  .linux-main .architecture .architecture-container .architecture-content {
    width: 52%;
    order: 2;
  }
  .linux-main .budget {
    padding: 3rem 2rem;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .linux-main .budget::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, #FFFFFF 50%, #f5f5f5 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .linux-main .budget .budget-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .linux-main .budget .budget-container .budget-content {
    width: 53%;
    position: relative;
    background-size: 100% 30%;
  }
  .linux-main .budget .budget-container .budget-content::before {
    position: absolute;
    content: '';
    background-color: #F0B910;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    right: -10px;
    top: -10px;
    z-index: -1;
    opacity: 0.3;
  }
  .linux-main .budget .budget-container .package-content {
    width: 43%;
    margin-top: 0;
    background-size: 100% 40%;
  }
  .linux-main .scope {
    padding: 3rem 2rem;
  }
  .linux-main .scope .scope-container .benefits-img {
    width: 60%;
    align-self: center;
  }
  .linux-main .choose {
    padding: 3rem 2rem;
  }
  .linux-main .choose .choose-container .sub-heading {
    width: 85%;
    margin: auto;
  }
  .linux-main .choose .choose-container .choose-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linux-main .choose .choose-container .choose-list .choose-item {
    width: 47%;
    margin-right: 2rem;
  }
  .linux-main .choose .choose-container .choose-list .choose-item:nth-child(even) {
    margin-right: 0;
  }
  .linux-main .objectives {
    padding: 3rem 2rem;
  }
  .linux-main .objectives .objectives-container {
    position: relative;
    z-index: 1;
  }
  .linux-main .objectives .objectives-container::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 209px;
    right: 88px;
    background-image: url(/_public/images/linux/square-anim.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    opacity: 0.1;
    animation: circle-rotate 6s linear infinite;
  }
  .linux-main .objectives .objectives-container .principles-img {
    width: 65%;
    align-self: center;
  }
  .linux-main .testimonial {
    padding: 3rem 2rem;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item {
    width: 88%;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .review {
    min-height: 412px;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation {
    position: relative;
    z-index: 1;
    width: calc(100% + 20px);
    left: -10px;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #F0B910;
    border-left: 10px solid transparent;
    left: 0;
    bottom: -10px;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .designation::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #F0B910;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
  }
  .linux-main .faq {
    padding: 3rem 2rem;
  }
  .linux-main .faq .faq-container .faq-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .linux-main .faq .faq-container .faq-list .faq-content {
    width: 48%;
  }
  .linux-main .faq .faq-container .faq-list .faq-content:nth-last-child(1),
  .linux-main .faq .faq-container .faq-list .faq-content:nth-last-child(2) {
    margin-bottom: 0;
  }
  .linux-main .footer {
    padding: 3rem 2rem;
  }
  .linux-main .footer .footer-container .form .form-input {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .linux-main .footer .footer-container .form .form-input .input-container {
    width: 49%;
  }
  .linux-main .footer .footer-container .form .form-input .input-container:last-child {
    width: 100%;
  }
  .linux-main .footer .footer-container .contact {
    padding: 1.5rem;
  }
  .linux-main .footer .footer-container .contact .contact-info {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .linux-main .footer .footer-container .contact .contact-info .content {
    width: 38%;
    margin-right: 1rem;
  }
  .linux-main .footer .footer-container .contact .contact-info .content:last-child {
    width: 28%;
    margin-right: 0;
  }
}
@media (min-width : 1024px) {
  .linux-main p {
    line-height: 1.8;
  }
  .linux-main .heading h2 {
    font-size: 28px;
  }
  .linux-main .banner {
    background-image: url(/_public/images/linux/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .linux-main .banner .logo-container {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .linux-main .banner .logo-container .container .menu {
    display: none;
  }
  .linux-main .banner .logo-container .container .menu-links {
    width: 78%;
    display: flex;
    background-color: transparent;
    position: relative;
    box-shadow: none;
    justify-content: flex-end;
  }
  .linux-main .banner .logo-container .container .menu-links .menu-toggle {
    display: none;
  }
  .linux-main .banner .logo-container .container .menu-links ul {
    display: flex;
    align-items: center;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li {
    border-bottom: none;
    margin-right: 1rem;
    padding: 0;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li:last-child {
    display: flex;
    margin-top: 0;
    margin-right: 0;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li .link {
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li .link::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    color: #F0B910;
    content: attr(data-hover);
    transition: max-width 0.5s;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li .link:hover {
    outline: none;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li .link:hover::before {
    max-width: 100%;
  }
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-yellow,
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-white {
    min-width: 161px;
  }
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-yellow {
    min-height: 44px;
  }
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-white {
    margin-right: 1rem;
  }
  .linux-main .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linux-main .banner .banner-container .banner-content {
    width: 44%;
  }
  .linux-main .banner .banner-container .banner-info {
    display: flex;
    margin-top: 0;
    width: 45%;
    align-self: flex-start;
    padding: 0;
    background-color: transparent;
  }
  .linux-main .overview .overview-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linux-main .overview .overview-container .overview-content {
    width: 52%;
    align-items: flex-start;
  }
  .linux-main .overview .overview-container .overview-content .heading {
    align-items: flex-start;
  }
  .linux-main .overview .overview-container .overview-content .heading h2 {
    text-align: left;
  }
  .linux-main .overview .overview-container .overview-content p {
    text-align: left;
  }
  .linux-main .overview .overview-container .overview-info {
    width: 45%;
    margin-top: 0;
  }
  .linux-main .overview .overview-container .overview-info .overview-item {
    width: 92%;
  }
  .linux-main .overview .overview-container .overview-info .overview-item .heading {
    align-items: flex-start;
  }
  .linux-main .overview .overview-container .overview-info .overview-item .heading h2 {
    text-align: left;
  }
  .linux-main .courses .courses-container .courses-list {
    position: relative;
    z-index: 1;
  }
  .linux-main .courses .courses-container .courses-list::before,
  .linux-main .courses .courses-container .courses-list::after {
    content: '';
    position: absolute;
    background-image: url(/_public/images/linux/dots-box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65px;
    width: 65px;
    z-index: -1;
    opacity: 0.6;
  }
  .linux-main .courses .courses-container .courses-list::before {
    left: 45px;
    animation: up 5s linear infinite;
    bottom: 0;
  }
  .linux-main .courses .courses-container .courses-list::after {
    right: 45px;
    bottom: 250px;
    animation: down 5s linear infinite;
  }
  .linux-main .courses .courses-container .courses-list .course-info {
    width: 27%;
    margin-right: 2.5rem;
    margin-top: 4.5rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:first-child {
    margin-top: 4.5rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(3),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(6),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(9),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(12),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(15),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(17) {
    margin-right: 0;
  }
  .linux-main .courses .courses-container .courses-list .course-info h3 {
    min-height: 42px;
  }
  .linux-main .method {
    background-size: 100% 68%;
  }
  .linux-main .method .method-container .facts-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .linux-main .method .method-container .facts-content .facts-heading {
    width: 29%;
    justify-content: center;
  }
  .linux-main .method .method-container .facts-content .facts-heading .heading {
    align-items: flex-start;
  }
  .linux-main .method .method-container .facts-content .facts-heading .heading h2 {
    text-align: left;
  }
  .linux-main .method .method-container .facts-content .facts-heading p {
    line-height: 1.6;
    text-align: left;
  }
  .linux-main .method .method-container .facts-content .facts-list {
    width: 70%;
  }
  .linux-main .method .method-container .facts-content .facts-list .fact-item {
    margin-top: 0;
    align-items: flex-start;
    padding-left: 1.5rem;
    align-self: center;
  }
  .linux-main .method .method-container .facts-content .facts-list .fact-item:first-child {
    padding-left: 0.5rem;
  }
  .linux-main .method .method-container .delivery-content {
    width: 82%;
    align-self: center;
  }
  .linux-main .method .method-container .delivery-content .delivery-list .delivery-item {
    width: 25%;
  }
  .linux-main .architecture .architecture-container::before {
    content: none;
  }
  .linux-main .budget .budget-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .linux-main .budget .budget-container .budget-content {
    width: 56%;
    padding: 2rem;
  }
  .linux-main .budget .budget-container .package-content {
    width: 34%;
    margin-top: 0;
  }
  .linux-main .scope .scope-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linux-main .scope .scope-container .scope-content {
    width: 52%;
    align-items: flex-start;
  }
  .linux-main .scope .scope-container .scope-content .heading {
    align-items: flex-start;
  }
  .linux-main .scope .scope-container .scope-content .heading h2 {
    text-align: left;
  }
  .linux-main .scope .scope-container .scope-content p {
    text-align: left  ;
  }
  .linux-main .scope .scope-container .benefits-img {
    width: 42%;
    margin-top: 0;
  }
  .linux-main .choose .choose-container .choose-list .choose-item {
    width: 22%;
  }
  .linux-main .choose .choose-container .choose-list .choose-item:nth-child(2) {
    margin-right: 2rem;
  }
  .linux-main .choose .choose-container .choose-list .choose-item h3 {
    min-height: 81px;
  }
  .linux-main .choose .choose-container .choose-list .choose-item p {
    min-height: 137px;
  }
  .linux-main .objectives .objectives-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .linux-main .objectives .objectives-container::before {
    content: none;
  }
  .linux-main .objectives .objectives-container .objectives-content {
    width: 50%;
  }
  .linux-main .objectives .objectives-container .principles-img {
    width: 48%;
    margin-top: 0;
  }
  .linux-main .testimonial {
    background: transparent;
    background-image: url(/_public/images/linux/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list {
    position: relative;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item {
    width: 83%;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .review {
    min-height: 338px;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .owl-nav {
    position: absolute;
    width: 100%;
    top: 37%;
  }
  .linux-main .faq {
    padding-top: 0rem!important;
  }
  .linux-main .footer {
    background-image: linear-gradient(90deg, #FFFFFF 82%, #F0B910 15%);
    background-color: transparent;
  }
  .linux-main .footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .linux-main .footer .footer-container .form {
    width: 48%;
    align-items: flex-start;
  }
  .linux-main .footer .footer-container .form .heading {
    align-items: flex-start;
  }
  .linux-main .footer .footer-container .form .heading h2 {
    text-align: left;
  }
  .linux-main .footer .footer-container .contact {
    width: 50%;
    margin-top: 0;
    padding: 3.5rem 2rem;
    position: absolute;
    right: -32px;
  }
  .linux-main .footer .footer-container .contact .heading {
    align-items: flex-start;
  }
  .linux-main .footer .footer-container .contact .heading h2 {
    text-align: left;
  }
  .linux-main .footer .footer-container .contact p {
    text-align: left;
  }
  .linux-main .footer .footer-container .contact .contact-info {
    justify-content: flex-start;
  }
  .linux-main .footer .footer-container .contact .contact-info .content {
    width: 60%;
    align-items: flex-start;
  }
  .linux-main .footer .footer-container .contact .contact-info .content:last-child {
    width: 40%;
  }
  .linux-main .footer .footer-container .contact .buttons {
    justify-content: flex-start;
  }
}
@media (min-width : 1366px) {
  .linux-main .container {
    width: 1200px;
    margin: 0 auto;
  }
  .linux-main .heading h2 {
    font-size: 32px;
  }
  .linux-main .buttons .btn-yellow,
  .linux-main .buttons .btn-white {
    font-size: 18px;
  }
  .linux-main .banner .logo-container {
    padding: 1rem 0;
  }
  .linux-main .banner .logo-container .container .menu-links ul .links-li {
    margin-right: 2rem;
  }
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-yellow,
  .linux-main .banner .logo-container .container .menu-links ul .buttons .btn-white {
    min-width: 175px;
    min-height: 47px;
  }
  .linux-main .banner .banner-container {
    padding: 4rem 0rem;
    padding-top: 3rem;
  }
  .linux-main .banner .banner-container .banner-content {
    width: 45%;
  }
  .linux-main .banner .banner-container .banner-info {
    width: 40%;
  }
  .linux-main .overview {
    padding: 4rem 0rem;
  }
  .linux-main .features {
    padding: 4rem 0rem;
  }
  .linux-main .courses {
    padding: 4rem 0rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info {
    width: 17%;
    margin-top: 4rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:first-child {
    margin-top: 4rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(3),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(6),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(9),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(12) {
    margin-right: 2.5rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(5),
  .linux-main .courses .courses-container .courses-list .course-info:nth-child(10) {
    margin-right: 0rem;
  }
  .linux-main .courses .courses-container .courses-list .course-info h3 {
    min-height: 84px;
  }
  .linux-main .method {
    padding: 4rem 0rem;
  }
  .linux-main .method .container .method-container .facts-content .facts-heading {
    width: 32%;
  }
  .linux-main .method .container .method-container .facts-content .facts-list {
    width: 65%;
  }
  .linux-main .architecture {
    padding: 4rem 0rem;
    padding-top: 0;
  }
  .linux-main .architecture .architecture-container .architecture-img {
    width: 40%;
  }
  .linux-main .budget {
    padding: 4rem 0rem;
    padding-bottom: 0;
  }
  .linux-main .budget .budget-container {
    width: 80%;
    margin: auto;
  }
  .linux-main .scope {
    padding: 4rem 0rem;
  }
  .linux-main .scope .scope-container .benefits-img {
    width: 40%;
  }
  .linux-main .choose {
    padding: 4rem 0rem;
  }
  .linux-main .choose .choose-container .choose-list .choose-item {
    width: 23%;
  }
  .linux-main .choose .choose-container .choose-list .choose-item h3 {
    min-height: 57px;
  }
  .linux-main .choose .choose-container .choose-list .choose-item p {
    min-height: 116px;
  }
  .linux-main .objectives {
    padding: 4rem 0rem;
  }
  .linux-main .testimonial {
    padding: 4rem 0rem;
  }
  .linux-main .testimonial .testimonial-container .testimonial-list .testimonial-item .testimonial-content .review {
    min-height: 288px;
  }
  .linux-main .faq {
    padding: 4rem 0rem;
  }
  .linux-main .footer {
    padding: 4rem 0rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .linux-main .footer .footer-container .form {
    width: 52%;
  }
  .linux-main .footer .footer-container .contact {
    padding-right: 5rem;
    right: -80px;
  }
}
@media (min-width : 1500px) {
  .linux-main .footer {
    width: 1200px;
    margin: auto;
    padding: 2rem;
  }
  .linux-main .footer .footer-container .contact {
    right: 0;
    width: 44%;
    padding-right: 2rem;
  }
}
@media (min-width : 1600px) {
  .linux-main .banner .banner-container .banner-info {
    width: 38%;
  }
}
@media (min-width : 1800px) {
  .linux-main .banner .banner-container .banner-info {
    width: 36%;
  }
}
