@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; 
}
@keyframes bevel {
  0% {
      background-position: 100% 0;
  }
  100% {
      background-position: 100% 100%;
  }
}
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #000; 
  transition: background 0.5s ease-in-out; 
  background: linear-gradient(-135deg, white 0%, white 33.33%, #a12965 33.33%, #a12965 66.66%, white 66.66%, white 100%);
}
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; 
    } 
  }

a {
  color: #7F0D46;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}
  a:hover, a:focus {
    color: #7F0D46;
    outline: none;
    text-decoration: none !important; 
    text-shadow: 0 0 30px #fff;
  }

.text-uppercase{
  font-weight: bold;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1em;
  color: #fff;
  margin-top: 2em;
}
p {
  margin-bottom: 1.5em;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 30px 0; 
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; 
}
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Quicksand", Arial, sans-serif; 
  }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; 
      } 
    }

::-webkit-selection {
  color: #fff;
  background: #7F0D46; 
}

::-moz-selection {
  color: #fff;
  background: #7F0D46; 
}

::selection {
  color: #fff;
  background: #7F0D46; 
}

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative; 
}

#colorlib-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  float: left;
  width: 300px;
  position: fixed;
  z-index: 1001;
  background: #690135;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}

#career-desc{
  font-size: 15px;
}

  @media screen and (max-width: 768px) {

    #career-desc{
      font-size : 10px;
    }

    #colorlib-aside {
      width: 300px;
      -moz-transform: translateX(-300px);
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      -o-transform: translateX(-300px);
      transform: translateX(-300px);
      padding-top: 4em; 
    } 
  }
  
  #colorlib-aside .position {
    display: block;
    margin-bottom: 2em;
    font-size: 12px;
    text-transform: uppercase; 
  }
  #colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%; 
  }
    #colorlib-aside #colorlib-main-menu .collapse {
      display: block !important; 
    }
    #colorlib-aside #colorlib-main-menu ul {
      text-align: center;
      margin: 0;
      padding: 0; 
      margin-top: 100px;
    }
      @media screen and (max-width: 768px) {
        #colorlib-aside #colorlib-main-menu ul {
          margin: 0 0 2em 0; 
        } 
      }
      #colorlib-aside #colorlib-main-menu ul li {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px; 
      }
        #colorlib-aside #colorlib-main-menu ul li a {
          color: #ababab;
          text-decoration: none;
          position: relative;
          padding: 10px 0;
          font-family: "Quicksand", Arial, sans-serif;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; 
        }
          #cv-bbt{
            color: #fff;
            background-color: #7F0D46;
            border-color:#fff;
            border-width: 1px;
            transition: 0.4s;
            border-radius: 2px;
          }
          #cv-bbt:hover{
            color: #7F0D46;
            background-color: #fff;
            transition: 0.4s;
            border-color: #fff;
            border-width: 1px;
            border-radius: 2px;
          }
          #cv-bbt:active {
            border-style: outset;
          }
          #colorlib-aside #colorlib-main-menu ul li a:after {
            content: "";
            position: absolute;
            height: 1px;
            bottom: 7px;
            left: 0;
            right: 0;
            background-color: #fff;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
          }
          #colorlib-aside #colorlib-main-menu ul li a:hover {
            text-decoration: none;
            color: #fff; 
          }
            #colorlib-aside #colorlib-main-menu ul li a:hover:after {
              visibility: visible;
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              -o-transform: scaleX(1);
              transform: scaleX(1); 
            }
        #colorlib-aside #colorlib-main-menu ul li.active a {
          color: #fff; 
        }
          #colorlib-aside #colorlib-main-menu ul li.active a:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); 
          }

.container-wrap {
  max-width: 100%;
  height: 100vh;
}

#colorlib-main {
  width: calc(100% - 350px);
  float: right;  
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}
  @media screen and (max-width: 768px) {
    #colorlib-main {
      width: 100%;
      padding: 0 1em; 
    } 
  }

body.offcanvas {
  overflow-x: hidden; 
}
  body.offcanvas #colorlib-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 300px;
    background: #690135;;
    z-index: 999;
    position: fixed; 
  }
  body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
    top: 0;
    -moz-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px); 
  }

.colorlib-narrow-content {
  padding: 0 2.5em; 
}
  @media screen and (max-width: 768px) {
    .colorlib-narrow-content {
      padding: 0; 
    } 
  }

.no-gutters {
  margin: 0;
  padding: 0; 
}

.colorlib-experience,.colorlib-education,.colorlib-about,.colorlib-specialization,.colorlib-contact {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block; 
}
  @media screen and (max-width: 768px) {
    .colorlib-experience,.colorlib-skills,.colorlib-education,.colorlib-blog,.colorlib-work,.colorlib-about,.colorlib-specialization,.colorlib-contact {
      padding-top: 5em;
      padding-bottom: 8em; 
    } 
  }

.author-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
  transition-duration: 0.5s;
}

.author-img:hover{
  filter: drop-shadow(1px 1px 30px #fff);
  transition-duration: 0.5s;
}

.colorlib-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative; 
  border: 10px white solid;
  box-shadow: 0 0 0 0 white, inset 0 0 0 20px white, 0 0 50px 10px rgba(255, 255, 255, 0.5);
}
  .colorlib-heading span {
    display: block; 
  }
  @media screen and (max-width: 768px) {
    .colorlib-heading {
      margin-bottom: 3em; 
    } 
    #add-res{
      font-size: 13px;
    }
  }

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px; 
}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px; 
}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500; 
}

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; 
}

.panel-heading a {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", Arial, sans-serif;
  background-color: #7F0D46;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; 
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; 
}

.panel-heading a:after {
  font-family: "icomoon";
  content: "\e115";
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -7px; 
}

.panel-heading a.collapsed:after {
  content: "\e114"; 
}

.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: #333333; 
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; 
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px; 
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; 
}

.timeline-centered:after {
  clear: both; 
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; 
}

.timeline-centered:after {
  clear: both; 
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px; 
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both; 
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #7F0D46;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left; 
}
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
    color: #fff; 
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
    background: #ec5453; 
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
    background: #f9bf3f; 
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
    background: #a84cb8; 
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
    background: #2fa499; 
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 10px; 
  }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000; 
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px; 
}

.specialization {
  margin-bottom: 30px;
  padding: 1.5em;
  border-bottom: 2px solid #7F0D46;
  background-color: aliceblue;
}
  .specialization .icon2 {
    display: block;
    margin-bottom: 20px; 
  }
    .specialization .icon2 i {
      font-size: 30px;
      color: #7F0D46; 
    }
  .specialization h3 {
    font-family: "Quicksand", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500; 
  }
  .specialization.color-2 {
    border-bottom: 2px solid #ec5453; 
  }
    .specialization.color-2 .icon2 i {
      color: #ec5453; 
    }
  .specialization.color-3 {
    border-bottom: 2px solid #f9bf3f; 
  }
    .specialization.color-3 .icon2 i {
      color: #f9bf3f; 
    }
  .specialization.color-4 {
    border-bottom: 2px solid #a84cb8; 
  }
    .specialization.color-4 .icon2 i {
      color: #a84cb8; 
    }
  .specialization.color-5 {
    border-bottom: 2px solid #2fa499; 
  }
  .specialization.color-6 {
    border-bottom: 2px solid #4054b2; 
  }

.specialization {
  margin-bottom: 80px;
  position: relative;
  z-index: 0; 
}
  @media screen and (max-width: 768px) {
    .specialization {
      margin-bottom: 4em; 
    } 
  }
  .specialization .icon {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: table;
    margin: 0 auto;
    background: #7F0D46; 
  }
    .specialization .icon:before, .specialization .icon:after {
      position: absolute;
      left: 0;
      right: 0;
      content: ''; 
    }
    .specialization .icon:before {
      top: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50px 30px 50px;
      border-color: transparent transparent #7F0D46 transparent; 
    }
    .specialization .icon:after {
      bottom: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 50px 0 50px;
      border-color: #7F0D46 transparent transparent transparent; 
    }
    .specialization .icon i {
      font-size: 30px;
      color: #fff;
      z-index: 1;
      display: table-cell;
      vertical-align: middle; 
    }
  .specialization .desc {
    margin-top: 60px; 
  }
    .specialization .desc h3 {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; 
    }
  .specialization.color-2 .icon {
    background: #ec5453; 
  }
    .specialization.color-2 .icon:before {
      border-color: transparent transparent #ec5453 transparent; 
    }
    .specialization.color-2 .icon:after {
      border-color: #ec5453 transparent transparent transparent; 
    }
  .specialization.color-3 .icon {
    background: #f9bf3f; 
  }
    .specialization.color-3 .icon:before {
      border-color: transparent transparent #f9bf3f transparent; 
    }
    .specialization.color-3 .icon:after {
      border-color: #f9bf3f transparent transparent transparent; 
    }
  .specialization.color-4 .icon {
    background: #a84cb8; 
  }
    .specialization.color-4 .icon:before {
      border-color: transparent transparent #a84cb8 transparent; 
    }
    .specialization.color-4 .icon:after {
      border-color: #a84cb8 transparent transparent transparent; 
    }
  .specialization.color-5 .icon {
    background: #2fa499; 
  }
    .specialization.color-5 .icon:before {
      border-color: transparent transparent #2fa499 transparent; 
    }
    .specialization.color-5 .icon:after {
      border-color: #2fa499 transparent transparent transparent; 
    }
  .specialization.color-6 .icon {
    background: #4054b2; 
  }
    .specialization.color-6 .icon:before {
      border-color: transparent transparent #4054b2 transparent; 
    }
    .specialization.color-6 .icon:after {
      border-color: #4054b2 transparent transparent transparent; 
    }

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; 
}
  .colorlib-feature .colorlib-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: #f2f3f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
  }
    .colorlib-feature .colorlib-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #7F0D46;
      font-size: 60px;
      height: 100px; 
    }
      @media screen and (max-width: 1200px) {
        .colorlib-feature .colorlib-icon i {
          font-size: 40px; 
        } 
      }
  .colorlib-feature .colorlib-text {
    padding-left: 120px;
    width: 100%; 
  }
    .colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
      margin: 0;
      padding: 0; 
    }
    .colorlib-feature .colorlib-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; 
    }
  .colorlib-feature.colorlib-feature-sm .colorlib-text {
    margin-top: 30px; 
  }
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    color: #7F0D46;
    font-size: 40px; 
  }
    @media screen and (max-width: 1200px) {
      .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
        font-size: 20px; 
      } 
    }

.work-menu span {
  margin-left: 10px; 
}
  .work-menu span:first-child {
    margin-left: 0; 
  }
  .work-menu span a {
    color: #000; 
  }
    .work-menu span a.active {
      color: #7F0D46; 
    }

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em; 
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; 
}
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); 
  }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; 
  }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #7F0D46;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
    }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; 
  }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Quicksand", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; 
  }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; 
  }

.colorlib-bg-color {
  background: #fafafa;
  position: relative; 
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; 
}
  .btn.btn-sm {
    padding: 4px 15px !important; 
  }
  .btn.btn-md {
    padding: 8px 20px !important; 
  }
  .btn.btn-lg {
    padding: 18px 36px !important; 
  }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; 
  }

.btn-primary {
  background: #fff;
  color: #7F0D46;
  border: 1px solid #7F0D46; 
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #7F0D46 !important;
    border-color: #7F0D46 !important; 
    color: #fff; 
  }
  .btn-primary.btn-outline {
    background: transparent;
    color: #7F0D46;
    border: 1px solid #7F0D46; 
  }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #7F0D46;
      color: #fff; 
    }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; 
}
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; 
  }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; 
  }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; 
  }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; 
  }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; 
    }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; 
  }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; 
    }

.colorlib-nav-toggle i::before {
  top: -7px; 
}

.colorlib-nav-toggle i::after {
  bottom: -7px; 
}

.colorlib-nav-toggle:hover i::before {
  top: -10px; 
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; 
}

.colorlib-nav-toggle.active i {
  background: transparent; 
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); 
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); 
}

.colorlib-nav-toggle {
  position: fixed;
  left: -5px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      opacity: 1;
      visibility: visible; 
    } 
  }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; 
  } 
}

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; 
    } 
  }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; 
    } 
  }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; 
    } 
  }

.row-pt-md {
  padding-top: 3em; 
}

.col-padding {
  padding: 10px !important; 
}

.js .animate-box {
  opacity: 0; 
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #bd1569; 
  border-radius: 5em;
}

::-webkit-scrollbar-thumb:hover {
  background: #9c1056; 
}

.text-white{
  color: #fff;
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.03) 5px, rgba(0, 0, 0, 0.03) 10px);
  background-size: 200% 200%;
  animation: bevel 15s linear infinite;
  background-color: #fff;
}

.card-img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto; 
  margin-top: 2em;
  border-radius: 100%;
}
.card-body{
  margin-top: 2em;
  margin-bottom: -2em;
  height: 300px;
  width: 100%;
}
.card-text{
  margin-left: 3.2em;
  margin-bottom: 0.5em;
  font-size: 19px;
  font-weight: bold;
}
.card-title{
  font-weight: bolder;
  font-size: 30px;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.icon {
  color: #007bff;
}

@media (max-width: 767px) {
  .center-on-mobile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 auto;
  }
  .card{
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0, 0, 0, 0.02) 5px, rgba(0, 0, 0, 0.02) 8px);
  }
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-20px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.info-box i {
  font-size: 36px; 
  animation: fadeInLeft 1s ease-in-out; 
  color: #690135;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

th {
  background-color: #f2f2f2;
}

@media screen and (max-width: 600px) {
  table {
    border: 1px solid #dddddd;
  }

  th, td {
    display: block;
    width: 100%;
  }

  tbody tr {
    margin-bottom: 10px;
    display: block;
  }

  tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 100px; 
  }

  #image-detail-hindi{
    width: 95%;
    height: 95%;
  }
}

#abt-intro{
  margin-top: 3em;
  font-size: 0.9em;
  text-shadow: 0 0 5px #fff, 0 0 15px #d4d4d4;
}

#abt-intro-2{
  margin-top: 3em;
  font-size: 0.9em;
  border: 10px white solid;
  box-shadow: 0 0 0 0 white, inset 0 0 0 200px white, 0 0 50px 2px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

#image-detail-hindi{
  width: 80%;
  height: 80%;
}