

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.bg{
	background-color:#fffffff5;
}

a{
  text-decoration: none;
}

.logo img{
  width: 100px;
    padding: 5px;
}
.header__top{
  background-color: #fff;
    color: #fff;
}
.project_card{
  border-radius: 20px;
  overflow: hidden;
}
.project__details p{
  font-size: 14px;
  height: calc(3 * 21px);
    overflow: hidden;
    line-height: 21px;
    position: relative;
}
.project__details p::before{
  content: "";
    position: absolute;
    right: 0;
    height: 21px;
    width: 75%;
    bottom: 0;
    background: linear-gradient(45deg,transparent,#fafafa);
}
.slider__inner p{
  color: #444;
}
.slider__inner h1{
  background: linear-gradient(to right, #89216B, #DA4453);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.skills {
  width: 100%;
  max-width:600px;
  padding: 0 20px;
  margin: 0 auto;
}

.skill-name {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  margin: 12px 0;
}
 .mt-50{
    margin-top: 46px;
}

.skill-bar {
  height: 25px;
  background: #282828;
  border-radius: 3px;
}

.skill-percentage {
  height: 25px;
  background: #FF96AD;
  background: linear-gradient(to right, #89216B, #DA4453);
  border-radiud: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
  border-radius: 3px;
}

.skill-percentage::before{
  content: attr(per);
  position: absolute;
    padding: 4px 6px;
    background: #d54254;
    border-radius: 4px;
    font-size: 12px;
    top: -35px;
    right: 0;
    transform: transition(50%);
    color: #fff;
}

.skill-percentage::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #282828;
  top: -20px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}

@keyframes fillBars {
  from{
    width: 0;
  }
  to{
   width: 100%; 
  }
}




.rock7 {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 140px;
}
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }



    .right_link-icon{
      width: 25px;
    height: 25px;
    background: #fff;
    color: #bb375c;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    }














    .grid {
      display: grid;
      grid-template-columns: repeat(2, 40%);
      grid-gap: 32px;
      position: relative;
      z-index: 1;
      justify-content: center;
      margin-top: 0rem;
  }
    
    
    .grid_card {
      background-color: var(--background-color);
      box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
      padding: 56px 16px 46px 16px;
      border-radius: 15px;
      cursor: pointer;
      position: relative;
      transition: box-shadow 0.25s;
    }
    .grid_card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 15px;
      background-color: var(--card-background-color);
    }
    .grid_card .icon {
      z-index: 2;
      position: relative;
      padding: 4px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .grid_card .icon::after {
      content: "";
      position: absolute;
      inset: 4.5px;
      border-radius: 50%;
      background-color: var(--card-icon-background-color);
      border: 1px solid var(--card-icon-border-color);
      /* -webkit-backdrop-filter: blur(2px);
              backdrop-filter: blur(2px); */
      transition: background-color 0.25s, border-color 0.25s;
    }
    .grid_card .icon svg {
      position: relative;
      z-index: 1;
      display: block;
      width: 24px;
      height: 24px;
      transform: translateZ(0);
      color: var(--card-icon-color);
      transition: color 0.25s;
    }
    .grid_card h4 {
      z-index: 2;
      position: relative;
      margin: 12px 0 4px 0;
      font-family: inherit;
      font-weight: 600;
      font-size: 20px;
      line-height: 2;
      color: var(--card-label-color);
    }
    .grid_card p {
      z-index: 2;
      position: relative;
      margin: 0;
      font-size: 14px;
      line-height: 1.7;
      color: var(--text-color);
    }
    .grid_card .shine {
      border-radius: inherit;
      position: absolute;
      inset: 0;
      z-index: 1;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.5s;
    }
    .grid_card .shine:before {
      content: "";
      width: 150%;
      padding-bottom: 150%;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      bottom: 55%;
      filter: blur(35px);
      opacity: var(--card-shine-opacity);
      transform: translateX(-50%);
      background-image: var(--card-shine-gradient);
    }
    .grid_card .background {
      border-radius: inherit;
      position: absolute;
      inset: 0;
      overflow: hidden;
      -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
      mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    }
    .grid_card .background .tiles {
      opacity: 0;
      transition: opacity 0.25s;
    }
    .grid_card .background .tiles .tile {
      position: absolute;
      background-color: var(--card-tile-color);
      -webkit-animation-duration: 8s;
              animation-duration: 8s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      opacity: 0;
    }
    .grid_card .background .tiles .tile.tile-4, .grid_card .background .tiles .tile.tile-6, .grid_card .background .tiles .tile.tile-10 {
      -webkit-animation-delay: -2s;
              animation-delay: -2s;
    }
    .grid_card .background .tiles .tile.tile-3, .grid_card .background .tiles .tile.tile-5, .grid_card .background .tiles .tile.tile-8 {
      -webkit-animation-delay: -4s;
              animation-delay: -4s;
    }
    .grid_card .background .tiles .tile.tile-2, .grid_card .background .tiles .tile.tile-9 {
      -webkit-animation-delay: -6s;
              animation-delay: -6s;
    }
    .grid_card .background .tiles .tile.tile-1 {
      top: 0;
      left: 0;
      height: 10%;
      width: 22.5%;
    }
    .grid_card .background .tiles .tile.tile-2 {
      top: 0;
      left: 22.5%;
      height: 10%;
      width: 27.5%;
    }
    .grid_card .background .tiles .tile.tile-3 {
      top: 0;
      left: 50%;
      height: 10%;
      width: 27.5%;
    }
    .grid_card .background .tiles .tile.tile-4 {
      top: 0;
      left: 77.5%;
      height: 10%;
      width: 22.5%;
    }
    .grid_card .background .tiles .tile.tile-5 {
      top: 10%;
      left: 0;
      height: 22.5%;
      width: 22.5%;
    }
    .grid_card .background .tiles .tile.tile-6 {
      top: 10%;
      left: 22.5%;
      height: 22.5%;
      width: 27.5%;
    }
    .grid_card .background .tiles .tile.tile-7 {
      top: 10%;
      left: 50%;
      height: 22.5%;
      width: 27.5%;
    }
    .grid_card .background .tiles .tile.tile-8 {
      top: 10%;
      left: 77.5%;
      height: 22.5%;
      width: 22.5%;
    }
    .grid_card .background .tiles .tile.tile-9 {
      top: 32.5%;
      left: 50%;
      height: 22.5%;
      width: 27.5%;
    }
    .grid_card .background .tiles .tile.tile-10 {
      top: 32.5%;
      left: 77.5%;
      height: 22.5%;
      width: 22.5%;
    }
    @-webkit-keyframes tile {
      0%, 12.5%, 100% {
        opacity: 1;
      }
      25%, 82.5% {
        opacity: 0;
      }
    }
    @keyframes tile {
      0%, 12.5%, 100% {
        opacity: 1;
      }
      25%, 82.5% {
        opacity: 0;
      }
    }
    .grid_card .background .line {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.35s;
    }
    .grid_card .background .line:before, .grid_card .background .line:after {
      content: "";
      position: absolute;
      background-color: var(--card-line-color);
      transition: transform 0.35s;
    }
    .grid_card .background .line:before {
      left: 0;
      right: 0;
      height: 1px;
      transform-origin: 0 50%;
      transform: scaleX(0);
    }
    .grid_card .background .line:after {
      top: 0;
      bottom: 0;
      width: 1px;
      transform-origin: 50% 0;
      transform: scaleY(0);
    }
    .grid_card .background .line.line-1:before {
      top: 10%;
    }
    .grid_card .background .line.line-1:after {
      left: 22.5%;
    }
    .grid_card .background .line.line-1:before, .grid_card .background .line.line-1:after {
      transition-delay: 0.3s;
    }
    .grid_card .background .line.line-2:before {
      top: 32.5%;
    }
    .grid_card .background .line.line-2:after {
      left: 50%;
    }
    .grid_card .background .line.line-2:before, .grid_card .background .line.line-2:after {
      transition-delay: 0.15s;
    }
    .grid_card .background .line.line-3:before {
      top: 55%;
    }
    .grid_card .background .line.line-3:after {
      right: 22.5%;
    }
    .grid_card:hover {
      box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
    }
    .grid_card:hover .icon::after {
      background-color: var(--card-hover-icon-background-color);
      border-color: var(--card-hover-icon-border-color);
    }
    .grid_card:hover .icon svg {
      color: var(--card-hover-icon-color);
    }
    .grid_card:hover .shine {
      opacity: 1;
      transition-duration: 0.5s;
      transition-delay: 0s;
    }
    .grid_card:hover .background .tiles {
      opacity: 1;
      transition-delay: 0.25s;
    }
    .grid_card:hover .background .tiles .tile {
      -webkit-animation-name: tile;
              animation-name: tile;
    }
    .grid_card:hover .background .line {
      opacity: 1;
      transition-duration: 0.15s;
    }
    .grid_card:hover .background .line:before {
      transform: scaleX(1);
    }
    .grid_card:hover .background .line:after {
      transform: scaleY(1);
    }
    .grid_card:hover .background .line.line-1:before, .grid_card:hover .background .line.line-1:after {
      transition-delay: 0s;
    }
    .grid_card:hover .background .line.line-2:before, .grid_card:hover .background .line.line-2:after {
      transition-delay: 0.15s;
    }
    .grid_card:hover .background .line.line-3:before, .grid_card:hover .background .line.line-3:after {
      transition-delay: 0.3s;
    }
    
    .day-night {
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 20px;
      opacity: 0.3;
    }
    .day-night input {
      display: none;
    }
    .day-night input + div {
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: relative;
      box-shadow: inset 8px -8px 0 0 var(--text-color);
      transform: scale(1) rotate(-2deg);
      transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s;
    }
    .day-night input + div:before {
      content: "";
      width: inherit;
      height: inherit;
      border-radius: inherit;
      position: absolute;
      left: 0;
      top: 0;
      transition: background-color 0.3s ease;
    }
    .day-night input + div:after {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: -3px 0 0 -3px;
      position: absolute;
      top: 50%;
      left: 50%;
      box-shadow: 0 -23px 0 var(--text-color), 0 23px 0 var(--text-color), 23px 0 0 var(--text-color), -23px 0 0 var(--text-color), 15px 15px 0 var(--text-color), -15px 15px 0 var(--text-color), 15px -15px 0 var(--text-color), -15px -15px 0 var(--text-color);
      transform: scale(0);
      transition: all 0.3s ease;
    }
    .day-night input:checked + div {
      box-shadow: inset 20px -20px 0 0 var(--text-color);
      transform: scale(0.5) rotate(0deg);
      transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
    }
    .day-night input:checked + div:before {
      background: var(--text-color);
      transition: background-color 0.3s ease 0.1s;
    }
    .day-night input:checked + div:after {
      transform: scale(1);
      transition: transform 0.5s ease 0.15s;
    }
   .light {
      --background-color: #FAFAFA;
      --text-color: #52525B;
      --card-background-color: transparent;
      --card-border-color: rgba(24, 24, 27, 0.08);
      --card-box-shadow-1: rgba(24, 24, 27, 0.02);
      --card-box-shadow-1-y: 3px;
      --card-box-shadow-1-blur: 6px;
      --card-box-shadow-2: rgba(24, 24, 27, 0.04);
      --card-box-shadow-2-y: 2px;
      --card-box-shadow-2-blur: 7px;
      --card-label-color: #18181B;
      --card-icon-color: #18181B;
      --card-icon-background-color: rgba(24, 24, 27, 0.04);
      --card-icon-border-color: rgba(24, 24, 27, 0.1);
      --card-shine-opacity: .3;
      --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #f7a81b 25deg, #c93d58 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
      --card-line-color: #E9E9E7;
      --card-tile-color: rgba(16, 185, 129, 0.08);
      --card-hover-border-color: rgba(24, 24, 27, 0.15);
      --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
      --card-hover-box-shadow-1-y: 3px;
      --card-hover-box-shadow-1-blur: 6px;
      --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
      --card-hover-box-shadow-2-y: 8px;
      --card-hover-box-shadow-2-blur: 15px;
      --card-hover-icon-color: #18181B;
      --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
      --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);
      --blur-opacity: .1;
  }

  @media screen and (max-width:720px) {
    .grid {
      grid-template-columns: repeat(1, 310px);
      grid-gap: 32px;
  }
  }












  #hero {
    width: 100%;
    min-height: 550px;
    background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("../images/bg/closeup.jpg") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
  }
  
  #hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 0 2px #2f4d5a;
  }
  
  #hero h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -1px 0 2px #2f4d5a;
  }
  
  #hero .btn-get-started {
    font-size: 36px;
    display: flex;
    padding: 4px 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    margin: 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  
  #hero .btn-get-started:hover {
    padding-top: 8px;
    background: rgba(255, 255, 255, 0.15);
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }
  



  .custom_accordion .accordion-button{
    font-size: 20px;
    font-weight: 800;
    box-shadow: unset !important;
  }
  .custom_accordion .accordion-button span{
    width: 30px;
    height: 30px;
    background: #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 8px;
    border-radius: 50px;
  }
  .custom_accordion .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.project__details h4 a{
  font-weight: 800;
  text-decoration: none;
}



@media screen and (min-width:768px) {
  .custom_accordion .accordion-body{
    padding-left: 60px !important;
  }
}



/*New banner section*/
.hero h1 {
  color: #111;
  line-height: initial;
}
.cstom {
      background: linear-gradient(to right, #89216B, #DA4453);
    border-radius: 20px;
    border:none;
    color: #fff;
    padding: 15px 30px;
}
.gr-line-throw {
    position: relative;
    transition:ease-in-out
    
}
.gr-line-throw::before {
    border-bottom: 0.225em solid #fcc126;
    border-radius: 70% 80% 40% 30%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    padding-left: 50% !important;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0em;
    line-height: 2em;
    position: absolute;
    animation: wiggle 4s linear infinite ;
  }
.color-1, .bar1 {
  background-color: #fda803;
}

.color-2, .bar2 {
  background-color: #89216B;
}
.color-3, .bar3 {
  background-color: #DA4453;
}
.color-4, .bar4 {
  background-color: #ae3160;
}
.progress {
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 50px;
    position: relative;
}
.progress-bar {
  position: absolute;
  height: 2rem;
  animation: progress-animation 5s linear ;
}
.progress-bar:before {
  content: '';
    position: absolute;
    padding: 4px 6px;
    background: #d54254;
    border-radius: 4px;
    font-size: 12px;
    top: -35px;
    right: 0;
    transform: transition(50%);
    color: #fff;
}
@keyframes progress-animation {
  0% { width: 0%; }
  20% { width: 20%; }
  40% { width: 40%; }
  60% { width: 60%; }
  80% { width: 80%; }
  100% { width: 100%; }
}
.status-info {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.status-info span {
  padding: 5px;
  color: #fff;
}
@keyframes wiggle {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatex(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatex(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatex(0px);
  }
}
.meanmenu-reveal {
  display: none !important;
}
.with_border {
    border: 1px solid #e6e6e6;
}
.with_border .item-media, .with_border .entry-thumbnail {
    margin: -1px;
    z-index: 1;
}

.item-media {
    position: relative;
    overflow: hidden;
}
.item-media img {
    width: 100%;
}
.vertical-item .item-content {
    position: relative;
	    padding: 30px;
}
.ls .highlight {
        color: #ef004f;
    font-size: 20px;
    line-height: 35px;
}

.small-text {
    font-size: 13px;
    text-transform: uppercase;
}
.semibold {
    font-weight: 600;
}


.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #000e2b;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
.bottommargin_0 {
    margin-bottom: 0 !important;
}
.item-content h3 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.ttm-list li {
    position: relative;
    padding-bottom: 11px;
}.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    font-weight: 700;color: #ff6229;
}
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
        .ttm-pf-single-content-wrapper .ttm-pf-single-detail-box {
    display: block;
    padding: 20px 30px 20px;
    height: 100%;
    background-color: #f4f7fb;
}
.ttm-pf-single-content-wrapper .ttm-pf-single-detail-box {
    display: block;
    padding: 20px 30px 20px;
    height: 100%;
}
.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-single-detail-box{
    margin-top: 40px;
    height: auto;
}
.ttm-pf-detailbox-list {
    margin: 0;
    padding: 0;
}
.ttm-pf-detailbox-list li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e8ecef;
}
.ttm-pf-detailbox-list li:last-child{
    border-bottom: 0;
}
.ttm-pf-detailbox-list li span:not(.ttm-pf-right-details){
    font-size: 18px;
    font-weight: 700;
    margin-left: 50px;
    color: #343c5c;
    position: relative;
}
.ttm-pf-detailbox-list li .ttm-pf-right-details {
    display: block;
    margin-left: 50px;
}
.ttm-pf-detailbox-list li i {
    position: absolute;
    left: -40px;
    top: 5px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    transform: translate(0,0);
    z-index: 1;
}
.ttm-pf-single-content-area h3 { 
    text-align: left;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 25px;
}
.ttm-pf-single-related-wrapper {
    margin-top: 50px;
}

.sticky-icon  {
  z-index: 9999;
  position: fixed;
  top: 35%;
  right: -1%;
  width: 217px;
  display: flex;
  flex-direction: column;}  
.sticky-icon a {
  transform: translate(160px,0px);
  border-radius: 6px;
  text-align: left;
  margin: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px;
  font-size: 12px;
  /* font-family: 'Oswald', sans-serif; */
  transition: all 0.8s;
  font-weight: 600;
}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.call  {
	background: linear-gradient(to right, #89216B, #DA4453);
	color:#FFF;}
	
.whatsapp  {
	background-color:#25D366 ;
	color:#FFF;}
	
.sticky-icon a i {
  background-color: #FFF;
  height: 32px;
  width: 32px;
  color: #08509c;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 40px;
  transition: all 0.5s;
  display: inline-block;
}
.f-22{
    font-size: 22px;
        color: #25D366 !important;
}
/* .htc__portfolio, .running__project{
	margin-top:20px
} */
.center {
  text-align: center;
  font-family: monospace;
  margin-bottom: 30px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #000000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .5s;
  border: 1px solid #DDD;
  margin: 0 4px;
  font-size: 20px;
}

.pagination a.active {
  background: linear-gradient(to right, #89216B, #DA4453);
  color: #FFFFFF;
  border: 1px solid #89216B;
}

.pagination a:hover:not(.active) {
  background-color: #DDD;
}
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  transition: 0.2s ease;
}
header .logo {
  width: 250px;
  height: 100%;
 
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-80{
  margin-top: 87px;
}
header .logo h1 {
  font-weight: normal;
}
header .logo h1 a {
  color: #fff;
}
header .menu {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
}
header .menu .main-menu {
  margin: 0;
  padding-left: 0;
  width: auto;
  height: 100%;
  display: inline;
  float: left;
}
header .menu .main-menu li {
  float: left;
  display: inline;
  height: 100%;
}
header .menu .main-menu li a {
  display: block;
  font-size: 15px;
  padding: 0 15px;
  height: 100%;
  line-height: 70px;
  text-transform: uppercase;
  transition: 0.1s ease;
}
header .menu .menu-toggle {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
header .menu .menu-toggle span {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 5px;
  background: #ff0036;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .menu .menu-toggle span:nth-child(1) {
  top: 35%;
}
header .menu .menu-toggle span:nth-child(3) {
  top: 65%;
}
header .menu .menu-toggle.active {
  background: #ff0036;
}
header .menu .menu-toggle.active span:nth-child(1) {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .menu .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
header .menu .menu-toggle.active span:nth-child(3) {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .social-menu {
  width: auto;
  display: block;
  margin: 0 20px 0 0;
  padding: 0;
}
header .social-menu li {
  display: inline;
  margin: 0 10px;
}
header .social-menu li a i {
  font-size: 18px;
}
.shrink {
  height: 60px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}
.shrink .menu .main-menu li a {
  font-size: 14px;
  line-height: 60px;
  transition: 0.2s ease;
}
.shrink .social-menu li a i {
  font-size: 15px;
  transition: 0.3s ease;
}
/* RESPONSIVE */
@media (max-width: 1140px) {
  header .social-menu {
    display: none;
 }
}
@media (max-width: 980px) {
  header .menu {
    transition: all 0.2s linear;
 }
  header .menu .main-menu {
    margin: 0;
    padding-left: 0;
    width: 0;
    position: absolute;
    top: 70px;
    right: 0;
    opacity: 0;
    height: 100%;
    display: block;
    background: #fff;
    transition: all 0.2s linear;
 }
  header .menu .main-menu li {
    width: 100%;
    background: #0a0a0a;
 }
  header .menu .menu-active {
    width: 300px;
    opacity: 1;
    transition: all 0.2s linear;
 }
  header .menu .menu-toggle {
    display: block;
 }
  .shrink .menu .main-menu {
    top: 60px;
 }
  .shrink .menu .menu-toggle {
    width: 60px;
    height: 60px;
    display: block;
 }
 
}

@media(max-width:767px){
  .mobile-no{
    display: none ;
   }
   .mobile-view{
    display: block !important;
   }
   .ml-3{
    margin-left: 0px;
  }
  .ml-3 {
    margin-left: 0px !important;
}
ul.main__menu {
  /* align-items: center; */
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding: 8px 0px;
  /* float: right; */
  background: #efefef99;
}

}


.mobile-no{
  display: block;
  z-index: 99999999;
}
.mobile-view{
  display: none;
  z-index: 999999999;
}
li.dropdown ul {
  background: #fff;
  border-bottom: 2px solid var(--theme--color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 105px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
 li.dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
li.dropdown:hover .dropdown-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 0;
}
li.dropdown {
  position: relative;
}
.dropdown-menu li a{
  color: #000000;
  text-decoration: none;
}
.dropdown-menu li {
  
  color: #313131;
    display: block;
    padding: 10px;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link {
  color: #121212;
  display: block;
  font-size: 14px;
  font-weight: 600;
  /* height: 50px; */
  line-height: 50px;
  padding: 0px 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.ml-3{
  margin-left: 10px;
}
.mt-80 {
  margin-top: 0px;
}
.item-content a{
	font-size: 18px;}
.vertical-item{
	height: 600px;
    margin-top: 38px;
}

.shadow1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.pdf-view{
  background: #ffd680;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    height: 162px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
/* .pdf-view:hover{
  transform: translateX(2px);
} */
.pdf-view h3{
  color: #444444;
  font-weight: 700;
  font-size: 24px;
}
.ptb-50{
  padding: 50px 0px;
}
.pdf-row
	 {
    display: flex;
    flex-direction: column;
    align-items: center;
}