/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Merienda";
  src: url("../font/Merienda-Regular.ttf");
}
body {
  font-family: "Merienda", cursive;
}

a {
  color: #3fbbc0;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}
.ff_roboto {
  font-family: "Roboto", sans-serif;
}
.ff_ubuntu {
  font-family: "Ubuntu", sans-serif;
}
.ff_abel {
  font-family: "Abel", sans-serif;
}
.ff_ibarra {
  font-family: "Ibarra Real Nova", serif;
}
.ff_cinzel {
  font-family: "Cinzel", serif;
}
.ff_jose {
  font-family: "Josefin Sans", sans-serif;
}
.sd {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sd2 {
  box-shadow: inset 0px 0px 10px 2px rgb(13 79 131 / 26%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.blue {
  color: #007bff;
}
.red {
  color: #ff9400;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
.fw-bold {
  font-weight: bold;
}
.fs-italic {
  font-style: italic;
}
.ws_nowrap {
  white-space: nowrap;
}
.d_ac_jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_ae_jc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bg_skyblue {
  background: aliceblue;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav,
.gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0f4f5 !important;
}

.gallery .owl-dot.active {
  background-color: #3fbbc0 !important;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery .gallery-carousel .center {
  border: 6px solid #3fbbc0;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
/* CSS used here will be applied after bootstrap.css */
body {
  padding-top: 0;
}
.bg-darkgray {
  background-color: #607d8b !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffeb3b;
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffeb3b;
  background-color: rgba(255, 255, 255, 0.1);

  outline-color: rgba(255, 255, 255, 0);
}
.navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0px 2px;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin: 0px 2px;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .navbar-brand {
    margin: -4px 0px -5px 0px;
  }
  .navbar {
    height: auto !important;
  }
}
/*==============================================
# button effects
=================================================*/
.btnfos {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px;
  margin: 0 auto 2em;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 400px) {
  .btnfos {
    display: inline-block;
    margin-right: 2.5em;
  }
  .btnfos:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btnfos:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .btnfos:nth-of-type(5) {
    margin-right: 0;
  }
}

.btnfos-1 {
  background: #3498db;
  font-weight: 100;
}
.btnfos-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
}
.btnfos-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}

.btnfos-1:hover {
  background: rgba(225, 51, 45, 0);
  letter-spacing: 1px;
  font-weight: 900;
}
.btnfos-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}
.parallax_bg {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.77) !important;
}
/*==============Projects===========*/
#projects {
  background: aliceblue;
}
.card_main_col {
  font-size: 14px;
  padding: 5px 5px 0px 5px;
}
.card_main_col h6 {
  font-size: 14px;
}
.cr-shadow {
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.11);
  background-color: white;
  box-shadow: 0px 0px 4px 1px #808080, 0px 0px 6px 2px rgb(13 79 131 / 26%);
}
.card_main_col .image {
  position: relative;
  display: block;
  padding-top: 62.5%;
  margin-bottom: 20px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.card_main_col .image:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.card_main_col:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.card_main_col .image img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}
.card_main_col .image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.card_main_col .btn-primary {
  color: #fff;
  background-color: #5f8eb3;
  border-color: #5f8eb3;
  font-size: 14px;
}
/*================star rating============= */
.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0px;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label:nth-child(1n) {
  color: #f2b600;
  font-size: 13px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
  color: #f2b600;
}
/* owl carousel fully responsive */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -23px;
}
.owl-nav button.owl-next {
  right: -24px;
}

.owl-dots {
  display: none;
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #28324b;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0) !important;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ccc !important;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
}
.owl-nav button span {
  font-size: 5vh;
  position: relative;
  top: -5px;
}
.owl-nav button span:hover {
  color: #28324b;
  cursor: pointer;
}
.owl-nav button:focus {
  outline: none;
}
.owl-carousel .owl-item img {
  display: inline;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 6px !important;
}

.owl-slider .owl-carousel .item .cat_card {
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  background: #fff !important;
  margin: 3px;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2),
    0px 0px 6px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.owl-slider .owl-carousel .item .cat_card:hover {
  border: 2px dashed rgba(0, 0, 0, 0.35);
}
.projects .heading b {
  border-bottom: 2px solid #fede3f;
  font-family: "Montserrat";
  color: rgba(35, 56, 81, 1);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.projects .product_main {
  background: #dedede;
  font-family: "Montserrat";
}
.projects .product_main figcaption label {
  font-weight: bold;
  color: rgba(35, 56, 81, 1);
}
.projects .product_main {
  background: #dedede;
  border: none;
  border-radius: 0px;
}
/* .projects .product_main:hover{
  box-shadow: 0px 0px 4px 2px gray, inset 0px 0px 10px 2px rgb(13 79 131 / 26%);
} */
.projects .product_main .img_head {
  position: relative;
  display: block;
  padding-top: 165%;
  margin-bottom: 20px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin: 0px -1px;
  background: rgba(255, 255, 255);
}
.projects .product_main .img_head:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*background: rgba(0, 0, 0, .10);*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
/* .projects .product_main:hover .img_head img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.projects .product_main .img_head img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
} */
.projects .product_main .img_head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.projects .product_main {
  background: transparent;
  font-family: "Montserrat";
  padding-top: 1px;
  transform: scale(1);
}
.projects .item figcaption label {
  font-weight: bold;
  color: rgba(35, 56, 81, 1);
  font-family: "Merienda", cursive;
  color: #000;
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
/* prototype style */
.product_main {
  margin-top: -1px;
}
.projects .item {
  background: #010101;
  background-image: linear-gradient(
    90deg,
    #66e6ee 0%,
    #48d2e5 50%,
    #66e6ee 100%
  );
  font-family: "Montserrat";
  padding: 30px 15px 10px 15px;
  border-radius: 30px;
  transform: scale(0.96);
  box-shadow: inset 0px 0px 9px 0px rgb(24 79 131),
    inset 0px 0px 16px 0 rgb(24 79 131 / 47%);
}
.projects .item:hover {
  box-shadow: 0px 0px 4px 2px grey, inset 0px 0px 10px 2px rgb(13 79 131 / 26%);
}
.top_speak {
  background: #000;
  position: absolute;
  top: 14px;
  left: 45%;
  height: 3px;
  width: 15%;
  border-radius: 15px;
}
/*==============================================
# about
=================================================*/
.about {
  padding-bottom: 50px;
  background: linear-gradient(270deg, #5b86ab, transparent, #5b86ab);
}
.about .about_row {
  background: #f0f8ff;
}
.social_icons span a {
  color: #6c757d !important;
}
.social_icons span:nth-child(1) :hover {
  color: #2366c2;
}
.social_icons span:nth-child(2) :hover {
  color: #0d2534;
}
.social_icons span:nth-child(3) :hover {
  color: #379ded;
}
/*==============================================
# technical skill
=================================================*/
.wrapper {
  font-family: "Merienda", cursive;
  margin: 0 auto;
  background: #fff;
}
.skill {
  margin-bottom: 30px;
  position: relative;
  overflow-x: hidden;
}
.skill > p {
  font-size: 14px;
  font-weight: 700;
  color: #5f5f5f;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 2px;
}
.skill:before {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  background: #959595;
  bottom: 0;
}
.skill-bar {
  width: 100%;
  height: 3px;
  background: #f4392f;
  display: block;
  position: relative;
}

/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  /* border-top: 5px solid #f4392f; */
  top: -30px;
  padding: 0;
  font-size: 13px;
  padding: 3px 0;
  font-weight: 500;
}
.skill-bar {
  position: relative;
}

.skill1 .skill-count1 {
  right: 0;
}
/* SKILL 2 */
.skill2 {
  width: 85%;
}

.skill2 .skill-count2 {
  right: 0;
}
/* SKILL 3 */
.skill3 {
  width: 80%;
}
.skill3 .skill-count3 {
  right: 0;
}

/* SKILL 4 */
.skill4 {
  width: 50%;
}

.skill4 .skill-count4 {
  right: 0;
}

/* SKILL 5 */
.skill5 {
  width: 80%;
}

.skill5 .skill-count5 {
  right: 0;
}

/* SKILL 6 */
.skill6 {
  width: 75%;
}

.skill6 .skill-count6 {
  right: 0;
}
/* SKILL 7 */
.skill7 {
  width: 50%;
}

.skill7 .skill-count7 {
  right: 0;
}
/* SKILL 8 */
.skill8 {
  width: 80%;
}

.skill8 .skill-count8 {
  right: 0;
}
.skill1 {
  background: #2d79ff;
}
.skill2 {
  background: #40c753;
}
.skill3 {
  background: #f9c106;
}
.skill4 {
  background: #42c0ed;
}
.skill5 {
  background: #f43153;
}
.skill6 {
  background: #b23cfd;
}
.skill7 {
  background: #40c753;
}
.skill8 {
  background: #f8ac44;
}
.tech_skill {
  background: #ededed;
}
/*==============================================
# experience
=================================================*/
.exp_timeline {
  background: url(https://karthikairasu.github.io/Ansara_training_institute/assets/images/border.png)
    repeat-x 0 top;
  padding: 6px;
  background-repeat: repeat;
  clear: both;
}
.exp_timeline .timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.exp_timeline .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );

  z-index: 5;
}

.exp_timeline .timeline li {
  padding: 1em 0;
}

.exp_timeline .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.exp_timeline .timeline .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.exp_timeline .timeline .direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.exp_timeline .timeline .flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.exp_timeline .timeline .flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;

  font-weight: 600;
  text-align: left;
}

.exp_timeline .timeline .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.exp_timeline .timeline .direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.exp_timeline .timeline .direction-l .flag:before,
.exp_timeline .timeline .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255, 80, 80);
  z-index: 10;
}

.exp_timeline .timeline .direction-r .flag:before {
  left: -40px;
}

.exp_timeline .timeline .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.exp_timeline .timeline .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.exp_timeline .timeline .time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.exp_timeline .timeline .direction-l .time-wrapper {
  float: none;
}

.exp_timeline .timeline .direction-r .time-wrapper {
  float: none;
}

.exp_timeline .timeline .time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.exp_timeline .timeline .desc {
  margin: 1em 0.75em 0 0;

  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.exp_timeline .timeline .direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 700px) {
  .exp_timeline .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .exp_timeline .timeline li {
    padding: 2em 0;
  }

  .exp_timeline .timeline .direction-l,
  .exp_timeline .timeline .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .exp_timeline .timeline .flag-wrapper {
    text-align: center;
  }

  .exp_timeline .timeline .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .exp_timeline .timeline .direction-l .flag:before,
  .exp_timeline .timeline .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .exp_timeline .timeline .direction-l .flag:after,
  .exp_timeline .timeline .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .exp_timeline .timeline .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .exp_timeline .timeline .direction-l .time-wrapper {
    float: none;
  }

  .exp_timeline .timeline .direction-r .time-wrapper {
    float: none;
  }

  .exp_timeline .timeline .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .exp_timeline .timeline .direction-l .desc,
  .exp_timeline .timeline .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media screen and (min-width: 400px) and (max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
.fs_14 {
  font-size: 14px;
}
.exp_timeline .timeline .company_name {
  position: relative;
  z-index: 14;
}
/*==============================================
# education
=================================================*/
.education {
  background: lightgoldenrodyellow;
}
.education .container-fluid {
  background: url(../images/border.png) repeat-x 0 top;
  padding: 6px;
  background-repeat: repeat;
  clear: both;
}
.education .container-fluid h3 span {
  background: lightgoldenrodyellow;
}
.education .main-timeline6 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.education .main-timeline6 .timeline {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}
.education .main-timeline6 .timeline:after,
.education .main-timeline6 .timeline:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  clear: both;
}
.education .main-timeline6 .timeline:before {
  width: 40%;
  height: 6px;
  background: #9f005d;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.education .main-timeline6 .timeline:after {
  width: 6px;
  height: 100%;
  background: #9f005d;
  left: -3px;
}
.education .main-timeline6 .timeline-content {
  width: 65%;
  float: right;
  padding: 0 0 30px 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 6px #ccc;
}
.education .main-timeline6 .timeline-content:after,
.education .main-timeline6 .timeline-content:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9f005d;
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
  transform: translateY(-50%);
}
.education .main-timeline6 .timeline-content:after {
  left: 30%;
  transform: translate(-50%, -50%);
}
.education .main-timeline6 .year {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #9f005d;
  text-align: center;
  padding-left: 50px;
}
.education .main-timeline6 .content-inner {
  padding: 35px 15px 35px 110px;
  margin-right: -15px;
  background: #9f005d;
  border-radius: 150px 0 0 150px;
  position: relative;
}
.education .main-timeline6 .content-inner:after,
.education .main-timeline6 .content-inner:before {
  content: "";
  border-left: 15px solid #640026;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 0;
}
.education .main-timeline6 .content-inner:after {
  border-top: none;
  border-bottom: 10px solid transparent;
  top: auto;
  bottom: -10px;
}
.education .main-timeline6 .icon {
  width: 110px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.education .main-timeline6 .icon i {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.education .main-timeline6 .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}
.education .main-timeline6 .description {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.education .main-timeline6 .timeline:nth-child(2n) .icon,
.education .main-timeline6 .timeline:nth-child(2n):after,
.education .main-timeline6 .timeline:nth-child(2n):before {
  left: auto;
  right: 0;
}
.education .main-timeline6 .timeline:nth-child(2n):after {
  right: -3px;
}
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content {
  float: left;
  padding: 0 30px 30px 0;
  margin: 0 0 0 15px;
}
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content:after,
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -13px;
}
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content:after {
  right: 30%;
  margin-right: -25px;
}
.education .main-timeline6 .timeline:nth-child(2n) .year {
  padding: 0 50px 0 0;
  color: #05b1ff;
}
.education .main-timeline6 .timeline:nth-child(2n) .content-inner {
  padding: 35px 110px 35px 15px;
  margin: 0 0 0 -15px;
  border-radius: 0 150px 150px 0;
}
.education .main-timeline6 .timeline:nth-child(2n) .content-inner:after,
.education .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
  border: none;
  border-right: 15px solid #027dcd;
  border-top: 10px solid transparent;
  right: auto;
  left: 0;
}
.education .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
  border-top: none;
  border-bottom: 10px solid transparent;
}
.education .main-timeline6 .timeline:nth-child(2) {
  margin-top: 200px;
}
.education .main-timeline6 .timeline:nth-child(odd) {
  margin: -190px 0 0;
}
.education .main-timeline6 .timeline:nth-child(even) {
  margin-bottom: 70px;
}
.education .main-timeline6 .timeline:first-child,
.education .main-timeline6 .timeline:last-child:nth-child(even) {
  margin: 0;
}
.education .main-timeline6 .timeline:nth-child(2n) .content-inner,
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content:after,
.education .main-timeline6 .timeline:nth-child(2n) .timeline-content:before,
.education .main-timeline6 .timeline:nth-child(2n):after,
.education .main-timeline6 .timeline:nth-child(2n):before {
  background: #05b1ff;
}
.education .main-timeline6 .timeline:nth-child(3n) .content-inner,
.education .main-timeline6 .timeline:nth-child(3n) .timeline-content:after,
.education .main-timeline6 .timeline:nth-child(3n) .timeline-content:before,
.education .main-timeline6 .timeline:nth-child(3n):after,
.education .main-timeline6 .timeline:nth-child(3n):before {
  background: #00a3a9;
}
.education .main-timeline6 .timeline:nth-child(3n) .content-inner:after,
.education .main-timeline6 .timeline:nth-child(3n) .content-inner:before {
  border-left-color: #006662;
}
.education .main-timeline6 .timeline:nth-child(3n) .year {
  color: #00a3a9;
}
.education .main-timeline6 .timeline:nth-child(4n) .content-inner,
.education .main-timeline6 .timeline:nth-child(4n) .timeline-content:after,
.education .main-timeline6 .timeline:nth-child(4n) .timeline-content:before,
.education .main-timeline6 .timeline:nth-child(4n):after,
.education .main-timeline6 .timeline:nth-child(4n):before {
  background: #f92534;
}
.education .main-timeline6 .timeline:nth-child(4n) .content-inner:after,
.education .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
  border-right-color: #92070e;
}
.education .main-timeline6 .timeline:nth-child(4n) .year {
  color: #f92534;
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .education .main-timeline6 .timeline:after {
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .education .main-timeline6 .timeline:last-child,
  .education .main-timeline6 .timeline:nth-child(even),
  .education .main-timeline6 .timeline:nth-child(odd) {
    margin: 0;
  }
  .education .main-timeline6 .timeline {
    width: 95%;
    margin: 15px 15px 15px 0 !important;
  }
  .education .main-timeline6 .timeline .timeline-content:after,
  .education .main-timeline6 .timeline .timeline-content:before,
  .education .main-timeline6 .timeline:after,
  .education .main-timeline6 .timeline:before {
    display: none;
  }
  .education .main-timeline6 .timeline-content,
  .education .main-timeline6 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    padding: 0 0 30px 30px;
    margin: 0;
  }
  .education .main-timeline6 .content-inner,
  .education .main-timeline6 .timeline:nth-child(2n) .content-inner {
    padding: 35px 15px 35px 110px;
    margin: 0 -15px 0 0;
    border-radius: 150px 0 0 150px;
  }
  .education .main-timeline6 .timeline:nth-child(2n) .content-inner:after,
  .education .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
    border: none;
    border-left: 15px solid #027dcd;
    border-top: 10px solid transparent;
    right: 0;
    left: auto;
  }
  .education .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
    border-top: none;
    border-bottom: 10px solid transparent;
  }
  .education .main-timeline6 .timeline:nth-child(2n) .icon {
    top: 0;
    left: 0;
  }
  .education .main-timeline6 .timeline:nth-child(4n) .content-inner:after,
  .education .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
    border-left-color: #92070e;
  }
}
/* =======================================
#contact 
===========================================*/
/* .contact svg {
  height: 23rem;
  margin-right: 4rem;
} */
.contact #envelope {
  animation: float 2s ease-in-out infinite;
}
.contact #star1,
.contact #star2,
.contact #star3,
.contact #star4,
.contact #star5,
.contact #star6 {
  animation: blink 1s ease-in-out infinite;
}
.contact #star2 {
  animation-delay: 100ms;
}
.contact #star3 {
  animation-delay: 500ms;
}
.contact #star4 {
  animation-delay: 700ms;
}
.contact #star5 {
  animation-delay: 300ms;
}
.contact #star6 {
  animation-delay: 200ms;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* .contact {
} */
.contact form {
  min-width: 15rem;
}
.contact form .title {
  font-family: "Pacifico", cursive;
  color: #212529;
  font-size: 1.8rem;
}
.contact form .form-control {
  background-color: #f2f6f8;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
.contact form .form-control.thick {
  height: 3.3rem;
  padding: 0.5rem 1.5rem;
}
.contact form .form-control:focus {
  background-color: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
.contact form .message .form-control {
  padding: 0.5rem 1.5rem;
}
.contact form ::placeholder {
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}
.contact form input,
.contact form textarea {
  color: #212529;
  font-size: 1.1rem;
}
.contact form .icon {
  color: #57565c;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}
.contact .btn.btn-primary {
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}
.contact .btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923c ba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}
/* ========================================
#footer 
===========================================*/
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.github-bg {
  background: #24292e;
}
.twitter-bg {
  background: #55acee;
}
.linkedin-bg {
  background: #2366c2;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
pre {
  background-color: #f5f7fa;   /* Light gray-blue background */
  border-left: 4px solid #007bff; /* Blue accent bar */
  padding: 15px 20px;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Fira Code', 'Courier New', Consolas, monospace;
  color: #2e2e2e;
}
