/*-------------Creative.min.css-----------------*/
:root {
    --color-primary: #fe688b;
    --color-secondary: #f9b851;
    --color-gradient-start: #fe688b;
    --color-gradient-stop: #000b96;
}
body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 1.9em;
    color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 .h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #000;
}
.h1,
h1 {
    font-size: 52px;
    line-height: 1.4em;
}
.h2,
h2 {
    font-size: 42px;
    line-height: 1.3em;
    letter-spacing: 0;
}
.h3,
h3 {
    font-size: 30px;
    line-height: 1.6em;
}
.h4,
h4 {
    font-size: 25px;
    line-height: 1.7em;
}
.h5,
h5 {
    font-size: 21px;
    line-height: 1.8em;
}
.h6,
h6 {
    font-size: 18px;
    line-height: 1.6em;
}
.content .f-21
{
font-size:21px;
}
.content .f-16{
    font-size: 16px;
}
.btn-solid {
    background-color: #3d59e8;
    border-color: #3d59e8;
}
.btn-solid:hover {
    background-color: #ffc107;
    border-color: #ffc107;
}
.main-footer {
    color: #808291;
}
.main-footer a:not(.btn) {
    color: #808291;
}
.main-footer a:not(.btn):hover {
    color: #fe688b;
}


/*-------------------Custom.css--------*/

.services .s-list {
    background-size: cover;
    margin-bottom: 30px;
}
.services .item {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #d7d7d7e3;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 316px;
}
.services .item {
    box-shadow: 0 0.46875rem 2.1875rem rgba(84, 92, 216, 0.03), 0 0.9375rem 1.40625rem rgba(84, 92, 216, 0.03), 0 0.25rem 0.53125rem rgba(84, 92, 216, 0.05), 0 0.125rem 0.1875rem rgba(84, 92, 216, 0.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(8, 10, 37, 0.03), 0 0.9375rem 1.40625rem rgba(8, 10, 37, 0.03), 0 0.25rem 0.53125rem rgba(8, 10, 37, 0.05), 0 0.125rem 0.1875rem rgba(8, 10, 37, 0.03);
    border-width: 0;
    transition: all 0.2s;
    background-color: #f1f1f1d9;
}
.services .item .circle {
    width: 80px;
    height: 80px;
    background-color: #363636;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border: 1px solid #363636;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services .item .circle h2 {
    line-height: 90px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 35px;
}
h2 .fa-pencil-ruler {
    color: #fff;
}
.services .item:hover:hover {
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
}
.item:hover i {
    transition: 0.9s;
    transform: rotateY(180deg);
}
.box7:after,
.box7:before {
    content: "";
}
.box7 {
    overflow: hidden;
}
.box7 .title {
    letter-spacing: 1px;
}
.box7 .post {
    font-style: italic;
}
.box7 .title {
    text-transform: uppercase;
}
.box7,
.box7 .icon li a {
    text-align: center;
}
.box7 {
    position: relative;
}
.box7:after,
.box7:before {
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box7:after {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #0dab76;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.box7:hover:before {
    opacity: 1;
}
.box7:hover:after {
    left: -170%;
}
.box7 img {
    width: 100%;
    height: auto;
}
.box7 .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box7:hover .box-content {
    bottom: 30%;
}
.box7 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.box7 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.box7 .icon {
    margin: 0;
}
.box7 .icon li {
    display: inline-block;
}
.box7 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #0dab76;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.box7 .icon li a:hover {
    transform: rotate(360deg);
}
@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 30px;
    }
}
.resume-body ul
{
	list-style: disc;
    margin-left: 71px;
}
.grid-item,
.grid-sizer {
    width: 20%;
}
footer {
    height: auto;
    background-color: #222;
    position: relative;
}
footer .footer__inner {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 40px 60px;
    width: 100%;
}
footer .footer__inner * {
    color: #fff;
}
footer .logo {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 80px;
    transform: translateY(50px);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 0.8s;
    transition-timing-function: ease;
}
footer .logo.show {
    transform: translateY(0);
    opacity: 1;
}
:root {
    --primary: orange;
    --primary-1: #ff8800;
    --base-0: #fff;
    --base-1: #000;
    --base-2: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: inherit;
}
:active,
:focus {
    outline: 0 !important;
}
::-moz-selection {
    color: var(--base-0);
    background-color: var(--primary);
}
::selection {
    color: var(--base-0);
    background-color: var(--primary);
}
.section-resume p {
    font-size: 16px;
    line-height: 1.8;
}
.section-resume h1,
.section-resume h2,
.section-resume h3,
.section-resume h4,
.section-resume h5,
.section-resume h6 {
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
}
.section-resume h1 {
    font-size: 36px;
    font-weight: 700;
}
.section-resume h2 {
    font-size: 42px;
    font-weight: 700;
}
.section-resume h3 {
    font-size: 24px;
    font-weight: 700;
}
.section-resume h4 {
    font-size: 18px;
    font-weight: 700;
}
.section-resume h5 {
    font-size: 14px;
}
.section-resume h6 {
    font-size: 12px;
}
.row-0 {
    margin-left: 0;
    margin-right: 0;
}
.row-0 > * {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        display: block;
        max-width: 600px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 930px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.divider {
    position: relative;
}
.divider-1:before {
    right: -9px;
}
.divider-1:after {
    right: -18px;
}
.divider-1-1:before {
    right: -9px;
}
.divider-1-1:after {
    right: -18px;
}
.divider-1-2:before {
    left: -9px;
}
.divider-1-2:after {
    left: -18px;
}
.divider-1 {
    width: 63px;
    height: 4px;
    position: relative;
    margin-bottom: 20px;
    background: var(--primary);
}
.divider-1:after,
.divider-1:before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}
.divider-1-reverse {
    width: 63px;
    height: 2px;
    display: inline-block;
    position: relative;
    margin: 0 9px 20px;
    background-color: var(--primary);
}
.divider-1-reverse:after,
.divider-1-reverse:before {
    width: 3px;
    height: 3px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}
.section-resume-1 h4 {
    position: relative;
    padding-left: 35px;
}
.section-resume-1 h4:before {
    top: 5px;
    left: -7px;
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}
.section-resume-1 h5 {
    color: var(--base-1);
    font-weight: 700;
    margin-bottom: 10px;
}
.exp {
    list-style: none;
    padding: 0;
}
.exp-li {
    position: relative;
}
.exp-li:before {
    top: -18px;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: var(--base-1);
}
.section-resume-1 .resume-item {
    position: relative;
}
.section-resume-1 .resume-item:before {
    top: 43px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: var(--base-1);
}
.section-resume-1 .resume-item p {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 0;
}
.section-resume-1 .resume-item .resume-head {
    position: relative;
    padding: 25px 25px 0 80px;
}
.section-resume-1 .resume-item .resume-head h6 {
    color: var(--base-2);
}
.section-resume-1 .resume-item .resume-head .resume-icon {
    top: 12px;
    left: 9px;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    position: absolute;
}
.section-resume-1 .resume-item .resume-head .resume-icon:before {
    top: 25px;
    left: 25px;
    z-index: 3;
    font-size: 30px;
    line-height: 36px;
    position: relative;
}
.section-resume-1 .resume-item .resume-head .resume-icon:after {
    top: 15px;
    left: 15px;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}
.section-resume-1 .resume-item .resume-body {
    padding: 20px 28px;
}
.section-resume-1 .skills-item {
    position: relative;
    margin-bottom: 60px;
}
.section-resume-1 .section-title-3 h5 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 7px 15px 20px;
}
.section-resume-1 .section-title-3 h5 span {
    z-index: 3;
    font-size: 14px;
    position: relative;
}
.section-resume-1 .section-title-3 h5:after {
    left: -16px;
    bottom: -6px;
    width: 36px;
    height: 36px;
    opacity: 0.75;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
}
.section-resume-1 .container-resume {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .section-resume-1 .skills-item {
        margin-bottom: 30px;
    }
    .section-resume-1 .resume-item .resume-body {
        padding: 10px 15px 15px;
    }
    .section-resume-1 .section-title-3 h5 span {
        font-size: 12px;
    }
}

.testi-main .slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: #FFFFFF;
}
.testi-main .slider .buttons .previous,
.testi-main .slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.testi-main .slider .buttons .previous {
  left: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}
.testi-main .slider .buttons .previous:hover {
  transform: scale(1.25);
}
.testi-main .slider .buttons .next {
  right: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}
.testi-main .slider .buttons .next:hover {
  transform: scale(1.25);
}
.testi-main .slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 20px;
}
.testi-main .slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
  padding: 0px;
}
.testi-main .slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
.testi-main .slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
.testi-main .slider .slide .testimonial .author span {
  display: block;
  color: #838383;
  font-weight: 500;
}
.testi-main .slider .slide .slider-img {
  width: 60%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.testi-main .slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
.testi-main .slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

html body .hide {
  display: none;
}

@media screen and (min-width: 600px) {
  .testi-main {
	padding: 100px;
  }
  .testi-main .slider .buttons {
    top: 280px;
  }
}
@media screen and (min-width: 900px) {
  .testi-main {
    width: 100%;
    max-width: 100%;
  }
  .testi-main .slider .buttons {
    right: 43%;
    top: 500px;
  }
  .testi-main .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
	padding: 0px;
  }
  .testi-main .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
	width: 100%;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .testi-main .slider .slide .testimonial blockquote {
    font-size: 18px;
    line-height: 30px;
  }
  .testi-main .slider .slide .testimonial .author span {
    display: contents;
  }
  .testi-main .slider .slide .slider-img {
    padding: 55px;
  }
  .testi-main .slider .slide .slider-img img {
    width: 250px;
  }
}
.testi-main .slider .slide
{
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

/*==========Style.min.css=========== */
.text img {
    top: 155px;
    position: absolute;
}
.slide-item {
    height: 500px;
    background-size: cover;
}
.text {
    float: right;
    width: 50%;
    padding: 50px;
}
.title {
    font-weight: 400;
    line-height: 1px;
    font-size: 37px;
    color: #000;
}
.weight {
    font-weight: 600;
}
.item {
    padding: 80px;
}
.overlay {
    color: #000;
    width: 80%;
    text-align: justify;
}
.item {
    padding: 80px 0;
}
.text {
    width: 100%;
    padding: 50px 10px;
    margin-right: 20px;
}
.fa-code {
    color: #5da5f3;
}
.fa-pencil-ruler {
    color: #41d062;
}
.ld-pf-details-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.iconbox-idea {
    background-color: #9bc1e2;
	top: 30% !important;
}
.iconbox-idea .contents {
    color: #047dff;
}
.slide-i-pro {
    display: none;
}
.opacity-none {
    opacity: 0;
}
.corona-go p {
    font-size: 20px;
    padding: 20px;
}

/*==========custome-1.min.css=========== */
@import url(https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 500, 700);

.header-area {
    z-index: 995;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: transparent;
    padding: 15px 30px;
}
.header-area .logo-area a {
    color: #000;
    font-size: 36px;
    font-weight: 100;
}
@media only screen and (max-width: 767px) {
    .header-area .logo-area a {
        font-size: 24px;
    }
}
.header-area .menu-content-area .header-social-area {
    margin-right: 30px;
}
.header-area .menu-content-area .header-social-area a {
    font-size: 18px;
    padding: 0 10px;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .header-area .menu-content-area .header-social-area a {
        padding: 0 5px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .menu-content-area .header-social-area {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area {
        padding: 10px 0;
    }
}
.navbar-toggler-icon {
    background-image: url(https://sujina-maharjan.com.np/public/img/icons/menu-alt-512.png);
    cursor: pointer;
}

@-webkit-keyframes pulse {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}
@keyframes pulse {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}
.logo-area img {
    width: 200px;
}

@media screen and (max-width: 992px) {
  
    .logo-area img {
        width: 150px;
    }
    
}
@media screen and (max-width: 600px) {
   
    .logo-area img {
        width: 150px;
    }
    
figure {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
body {
    background: #f5f7fa;
    overflow: hidden;
}
#banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #da4453;
    z-index: 0;
}
#modal {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin-left: -200px;
    margin-top: -100px;
    text-align: center;
    border-radius: 2px;
    color: #424242;
    -webkit-animation: fall-in 0.35s;
    -moz-animation: fall-in 0.35s;
    -o-animation: fall-in 0.35s;
    animation: fall-in 0.35s;
}
#modal i {
    margin-top: 20px;
    color: #fff;
    font-size: 5em;
}
#modal h6 {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: lighter;
    color: #fff;
}
#modal p {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: "open sans", sans-serif;
    color: #ccc;
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.heroSlider-fixed .prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}
.heroSlider-fixed .prev :hover {
    cursor: pointer;
    color: #000;
}
.heroSlider-fixed .next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}
.heroSlider-fixed .next :hover {
    cursor: pointer;
    color: #000;
}
@media screen and (max-width: 800px) 
{
    .next {
        display: none !important;
    }
}