/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;700&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Serif', serif;
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  color: #000000;
  background-color: #ffffff;
  line-height: 1.6;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  line-height: 1.6;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/*header section*/
.header_section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
}

.custom_nav-container .navbar-nav .nav-item .nav-link.last-link {
  padding-right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  z-index: 2;
  color: #3b3a3a;
  background-color: #4834b7;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}

.slider_section .detail_box h1 {
  /* font-weight: bold; */
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 45px;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  background-color: #eb4b6b;
  color: #ffffff;
  margin-top: 35px;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_section {
  background-color: #4834b7;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box{
  height: 100%;
}

.about_section .img-box img {
  width: 100%;
  /* height: 100%;
    object-fit: cover;
    object-position: center right; */
}

.about_section .detail-box {
  padding-left: 15px;
}

.about_section .detail-box h2 {
  margin-bottom: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #eb4b6b;
  color: #ffffff;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.service_section .heading_container {
  margin-bottom: 45px;
}

.service_section .service_container {
  padding: 15px 45px 45px;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #eb4b6b;
  margin-right: 15px;
}

.service_section .box .img-box img {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .box .detail-box h5 {
  color: #4834b7;
  font-weight: 600;
  position: relative;
}

.service_section .box .detail-box h6 {
  font-size: 15px;
  color: #444;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid #e7c357;
  border-radius: 5px;
  background-color: #e7c357;
  color: #000000;
  margin-top: 25px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  color: #e7c357;
}

.skill_section .heading_container {
  margin-bottom: 20px;
}

.skill_section .progress_box {
  margin-top: 25px;
}

.skill_section .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skill_section .progress {
  border-radius: 15px;
  height: 10px;
}

.skill_section .progress-bar {
  background-color: #4834b7;
}

.portfolio_section {
  background-color: #f8f8f8;
}

.portfolio_section .heading_container {
  margin-bottom: 45px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

.client_section .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  margin-top: 45px;
  text-align: center;
  min-width: 285px;
  height: 100%;
}

.client_section .box .img-box {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  color: #ffffff;
  background-color: #4834b7;
  padding: 90px 20px 35px;
  height: 100%;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
}

.client_section .swiper-pagination {
  position: unset;
  margin-top: 30px;
}

.client_section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.client_section .carousel-indicators {
  bottom: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  opacity: 1;
  background-color: #d5d6d7;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #e4c156;
}

/* contact section */
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .contact-form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact-form .top_input input {
  width: 48%;
}

.contact_section .contact-form input {
  width: 100%;
  margin: 10px 0;
  height: 45px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #f9f9f9;
}

.contact_section .contact-form input.message_input {
  height: 125px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::placeholder {
  color: #acabab;
}

.contact_section .contact-form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.contact_section .contact-form .btn-box button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #4834b7;
  color: #ffffff;
  border: 1px solid #4834b7;
  border-radius: 0;
}

.contact_section .contact-form .btn-box button:hover {
  background-color: transparent;
  color: #4834b7;
}

/* end contact section */
.info_section {
  background-color: #4834b7;
  color: #ffffff;
}

.info_section .info_social {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box a {
  color: #ffffff;
  font-size: 18px;
  margin: 0 10px;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  min-width: 60px;
  min-height: 60px;
  border-radius: 5px;
  margin-right: 20px;
  color: #000000;
  font-size: 18px;
}

/* footer section*/
.footer_section {
  background-color: #4834b7;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}




.showcase {
  position: relative;
  width: 100%;
  /* height: 25em; */
  margin: 1em auto;
  overflow: hidden;
  background: transparent;
}

.thumbnail {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 300px;
  z-index: 1;
  background: white;
  background-position: 50% 50%;
  background-size: cover;
  transition: right 250ms ease, left 250ms ease;
}

.thumbnail--awesome.p1{
      background-image: url(./projects/creativision/creativision-thumbnail.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.thumbnail--awesome.p2{
  background-image: url(./projects/ewcs/EWCS-thumbnail.png);
background-repeat: no-repeat;
background-size: contain;
}

.thumbnail__overlay {
  position: relative;
  padding-top: 8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease;
}

.desc {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 20px;
  padding-top: 40px;
  z-index: 2;
  background: white;
  text-align: center;
  transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}
.desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  content: "";
  transition: border-color 250ms;
}



.showcase--inverted .thumbnail {
  right: 0;
  left: 50%;
}

.showcase--inverted .desc {
  left: 0;
  right: auto;
}
.showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(180deg);
}



.btn {
  padding: 1em 2em;
  border: 0.15em solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background 250ms;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.6);
}

.desc a{
  display: inline-block;
    padding: 10px 35px;
    background-color: #eb4b6b;
    color: #ffffff;
    border: 1px solid #eb4b6b;
    border-radius: 5px;
}




.slick-dots{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-top: 1.5rem;
}

.slick-dots button{
  background-color: #eb4b6b;
    color: #ffffff;
    border: none;
    padding: 0rem 0.6rem;
    margin: 0 0.5rem;
}

.colorpink{
  color: #eb4b6b;
  font-weight: bold;
}



div.profilecontainer{
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100vh;
	min-width: 100vw; */
  height: 56px;
}

div.profilecontainer > h1{
	/*Set the position to relative in order to place the sidebar then.*/
	position: relative;
}

.link-box i{
  font-size: 1.5rem;
}

.info_section .info_contact .link-box .img-box{
  min-width: 40px;
  min-height: 40px;
}
 

/*Setup the blinking sidebar*/
div.profilecontainer > h1:after{
	 	content: "";
		/*The width is the actual sidebar thickness.*/
    width: 2px;
		/*The height fits to the text*/
    height: 100%;
    background-color: white;
		/*Position the sidebar at the right of the text*/
		position: absolute;
    right: 0;
    top: 0;
		/*Apply the blinkking animation looping in 2 steps: visible -> hidden.*/
    animation: blink 1s infinite steps(2, start);
}

/*Create the blinking animation by simply hide the element.*/
@keyframes blink {
    to{
        visibility: hidden;
    }
    
}

.fa.fa-linkedin{
  font-size: 2rem;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}


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


  /* the slides */
  .slick-slide {
    margin: 0 15px;
  }

  /* the parent */
  .slick-list {
    margin: 0 -15px;
  }

}

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

  .slider_section .detail_box p{
    font-size: 1.2rem;
  }
  .desc {
    width: 40%;
    /* position: absolute; */
  }

  .showcase {
    /* height: 25em; */
  }
  
  .showcase--inverted:hover .thumbnail {
    left: 525px;
    right: -25px;
  }
  .showcase--inverted:hover .desc:after {
    border-color: transparent transparent transparent #4834b7;
  }
  /* .showcase:hover .thumbnail {
    right: 325px;
    left: -25px;
  } */
  .showcase:hover .thumbnail__overlay {
    opacity: 1;
  }
  .showcase:hover .desc {
    width: 550px;
    padding-left: 45px;
    padding-right: 45px;
    background: #4834b7;
    color: #fff;
  }
  .showcase:hover .desc:after {
    border-color: transparent #4834b7 transparent transparent;
  }

  .link-box i{
    font-size: 2rem;
  }
  
  .info_section .info_contact .link-box .img-box{
    min-width: 50px;
    min-height: 50px;
  }
  
}