@font-face {
  font-family: gloriahallelujah;
  src: url('../fonts/gloriahallelujah.ttf');
}
.download-btn{
  background: transparent;
  border-color: #ea4d35;
  color: #000000;
  position: relative;
  border-radius:0px !important;
}

.download-btn:hover {
    background: #ea4d35;
    border-color: #ea4d35;
    color: #000000; 
    border-radius:0px !important;
}

.w-35{
  width: 35% !important;
}
.w-65{
  width: 65% !important;
}
.w-70{
  width: 70% !important;
}
.w-83{
  width: 83% !important;
}



.banner_h6{
  border-left: 3px solid;
  padding: 0px;
  height: 25px;
  padding-left: 10px;
  border-color: #ea4d35;
}
/* .banner_h6:hover{
  border-color: #ea4d35;
} */

.btn-group-slider-border{
  border: 2px solid black !important;
}

.bg-black{
  background: black !important;
}
.bg-orange{
  background: #ea4d35 !important;
}
.bg-pink{
  background: #f1c0b8 !important;
}


.read-full-article{
  color: #808080 !important;
  margin: 10px 0;
}


.letter-spacing-8-10{
  letter-spacing: 0.8px !important;
}
.letter-spacing-0-5vw{
  letter-spacing: 0.5vw !important;
}

.text-orange{
  color: #ea4d35 !important;
}
.text-black{
  color: #000 !important;
}

.custom-input{
  background: transparent !important;
  border-bottom: 2px solid #9d9c9c !important;
  border-radius: 0px !important;
}

.custom-input::placeholder {
  color: #9d9c9c !important;
}

.social-media{
  display: inline-block;
}

.border-bottom-custom{
  border-bottom: 2px solid #ea4d35 !important;
}
.color-hr{
  border-top: 2px solid #ea4d35 !important;
  border-top-color: #ea4d35 !important;
  opacity: 100% !important;
}

.font-size-6-5vmax{
  font-size: 6.5vmax !important;
}
.font-size-6-4vmax {
    font-size: 5.7vmax !important;
}

.list-style-custom li{
  background-image: url('../images/small-icons/list-style.png') !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 15px !important;
}



.owl-stage {
    width: 100% !important;
    /* transform: none !important; */
}

/*.owl-item{
  width: 80% !important;
}*/
.owl-item .item{
  width: 50% !important;
}
.owl-item.cloned {
    width: 100% !important;
}

.carousel-item{
  width: 80% !important;
  margin: 0 auto !important;
  float: none !important;
}
.carousel-control-prev-icon{
  background-image: none !important;
}
.carousel-control-next-icon{
  background-image: none !important;
}


.toolkit-bg{
  background:url('../images/background/bg-toolkit.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.common-chanllenge{
  margin-top: 16rem !important;
}
.arrow_down_slider{
  position: absolute;
  left: 5%;

}
.flower_slider{
  position: absolute;
  right: 5%;
}

.ux-writing-case-study-ul{
  position: absolute!important;
  width: 25%!important;
  bottom: 15% !important; 
  margin-left: -17% !important;
}
.ux-writing-before-after-ul{
  position: absolute!important;
  width: 40% !important;
}
.ux-writing-case-study-ul2{
  position: absolute !important;
  width: 25% !important;
  bottom: 13% !important; 
  margin-left: -4% !important;
}

.ux-writing-case-study-ul3{
  position: absolute !important;
  width: 25% !important;
  top: 5% !important; 
  margin-left: 20% !important;
}

.ux-writing-case-study-ul4{
  position: absolute !important;
  width: 25% !important;
  bottom: 13% !important;
  margin-left: -4% !important;
}
.cc_hover_effect .middle{
  display: none;
}
.cc_hover_effect{
  display: block;
  position: relative;
}
.cc_hover_effect:hover img{
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  filter: none;
  -webkit-filter: grayscale(100%);
}
.cc_hover_effect:hover .middle{
  display: block;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  background-image: linear-gradient(#ffffff03, black);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cc_hover_effect:hover .middle .text{
  position: absolute;
    bottom: 20px;
    left: 40%;
    color: #EA4D35;
}
.cc_hover_effect:hover .middle .text_right{
  position: absolute;
    bottom: 20px;
    right: 5%;
    color: #EA4D35;
}


.cc_hover_effect1 .middle{
  display: none;
}
.cc_hover_effect1{
  display: block;
  position: relative;
}
.cc_hover_effect1 img{
  border-radius: 1rem !important;
}
.cc_hover_effect1:hover img{
  border-radius: 1rem !important;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  filter: none;
  /*-webkit-filter: grayscale(100%);*/
}
.cc_hover_effect1:hover .middle{
  display: block;
  border-radius: 1rem !important;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  background-image: linear-gradient(#ffffff03, black);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cc_hover_effect1:hover .middle .text{
  position: absolute;
    bottom: 20px;
    right: 10%;
    color: #EA4D35;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .text-size {
      font-size: xx-large !important;
      letter-spacing: 0.6px;
      font-weight: 600;
  }
  .heading-2{
    font-size: 2rem !important;
  }
  .heading-3{
    font-size: 1.8rem !important;
  }
  .ux-writing-case-study-ul{
    position: unset !important;
    width: 100%!important;
    bottom: 0% !important;
    margin-left: 0% !important;
  }
  .ux-writing-before-after-ul{
    position: unset!important;
    width: 100% !important;
  }
  .ux-writing-case-study-ul2{
    position: absolute !important;
    width: 100% !important;
    bottom: 0% !important;
    margin-left: 0% !important;
  }
  .ux-writing-case-study-ul3{
    position: unset!important;
    top: 0% !important;
    margin-left: 0% !important;
    width: 100% !important; 
  }
  .ux-writing-case-study-ul4{
    position: unset !important;
    width: 100% !important;
    bottom: 13%;
    margin-left: -4%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (max-width: 768px) {*/
@media only screen  and (min-device-width: 601px) and (max-device-width: 768px) and (orientation:portrait) {
  .heading-2{
    font-size: 2rem !important;
  }
  .heading-3{
    font-size: 1.8rem !important;
  }
  .common-chanllenge{
    margin-top: 4rem !important;
  }
  .ux-writing-case-study-ul3{
    position: absolute!important;
    top: -6% !important;
    margin-left: 7% !important;
    width: 35% !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (max-width: 992px) {*/
@media only screen and (min-device-width: 769px) and (max-device-width: 992px) and (orientation:portrait) {
  .text-size {
      font-size: xxx-large !important;
      letter-spacing: 0.6px;
      font-weight: 600;
  }
  .heading-2{
    font-size: 2rem !important;
  }
  .heading-3{
    font-size: 1.8rem !important;
  }
  .ux-writing-case-study-ul{
    position: absolute!important;
    width: 31%!important;
    bottom: 15% !important;
    margin-left: -19% !important;
  }
  .ux-writing-case-study-ul3{
    position: absolute!important;
    top: -5% !important;
    margin-left: 7% !important;
    width: 32% !important; 
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .arrow_down_slider{
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .text-size {
      font-size: 80px;
      letter-spacing: 0.6px;
      font-weight: 600;
  }
  
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
    top: 15%;
    bottom: 18%;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 0%;
    margin-left: -1.5px;
    border-right : 2px #ea4d35 dashed;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li > .timeline-panel {
        width: 95%;
        float: right;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 0px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    .timeline > li > .timeline-badge {
        color: #ea4d35;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 36px;
        left: 0%;
        margin-left: -25px;
        background-color: #f3f1ef;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        font-family: gloriahallelujah;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }
.cc_3{
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 145px;
  background-position: 25px -120px;
}
@media (max-width: 767px) {
  .cc_3{
    background-size: 22%;
    background-repeat: no-repeat;
    padding-top: 145px;
    background-position: 10px -20px;
  }
    ul.timeline:before {
        left: 0px;
    }
    .d_small_none{
      display: none;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
    }

    ul.timeline > li > .timeline-badge {
        left: -8%;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline:before {
      top: 6%;
      bottom: 21%;
    }
}

@media screen and (min-width: 1920px) {
  .font-size-6-4vmax{
    font-size: 3.2vmax !important;
  }
  .font-size-6-5vmax {
    font-size: 3.2vmax !important;
  }
  .cc_3{
    background-position: 50px -120px;
  }
}