/**************** extend css start ****************/
/**************** extend css start ****************/
/**************** common css start ****************/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
>
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
body {
   font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  object-fit: contain;
 overflow: hidden;
}

.container{
  overflow: hidden;
}


/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 16, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.gray_bg {
  background-color: #0d0f5b;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_bg {
  background-color: #0d0f5b;
}

/* line 25, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_padding {
  padding: 140px 0px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
  .hide.mobile{
  display: none;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media (max-width: 991px) {
  /* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_bottom {
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 63, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 73, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #0a0b4d;
 font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
p {
  font-family: "Barlow", sans-serif;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}

/* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  color: #0a0b4d;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 575px) {
  /* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 102, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 575px) {
  /* line 102, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 119, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}



/* line 127, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_title {
  margin-bottom: 76px;
  margin-top: 40px;
  border: 2px soli #000;
}

@media (max-width: 991px) {
  /* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

/* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_tittle h2 {
  font-size: 36px;
  color: #0a0b4d;
  line-height: 48px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

@media (max-width: 575px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 170, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_tittle p {
  color: #0066FF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14px;
}

/* line 178, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 575px) {
  /* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 575px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mb_130 {
  margin-bottom: 130px;
}

@media (max-width: 575px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

/* line 220, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 223, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

/* line 227, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.gj-datepicker {
  width: 100% !important;
}

@media (max-width: 575px) {
  /* line 231, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 235, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 240, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 249, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 253, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1658px) {
  /* line 258, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  /* .container {
    max-width: 1170px;
  } */
}

@media (max-width: 1200px) {
  /* line 263, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mr_bottom {
  margin-bottom: 130px;
}

@media (max-width: 575px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 80px;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.submit_btn:hover {
  background: #0d0f5b;
  color: #fff;
}

/* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 13.5px 45px;
  background-color: #0066FF;
  font-size: 14px;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid transparent;
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background: #0d0f5b !important;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

/* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 12.5px 45px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #0066FF;
  border: 1px solid #0066FF;
  font-family: "Barlow", sans-serif;
}

/* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_2:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 575px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.BG {
  position: absolute;
  left: 881px;
  top: 2664px;
  width: 140px;
  height: 44px;
  z-index: 428;
}

/* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_3 {
  display: inline-block;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
  background-color: #30383b;
}

/* line 106, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_3:hover {
  background-color: #f81c1c;
  box-shadow: 0px 15px 20px 0px rgba(248, 28, 28, 0.1);
  color: #fff;
}

@media (max-width: 575px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
  }
}

/* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.single_page_btn {
  display: inline-block;
  padding: 9.5px 28px;
  border-radius: 50px;
  background-color: #ff6426;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border: 2px solid transparent;
}

/* line 136, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.single_page_btn:hover {
  color: #ff6426;
  background-color: #fff;
  border: 2px solid #ff6426;
}

@media (max-width: 575px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

/* line 155, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14.5px 43px;
  background-color: #ea5267;
  border: 2px solid #ea5267;
}

/* line 164, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_4:hover {
  color: #ea5267 !important;
  background-color: transparent;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area p {
  color: #5b5b5b;
}

/* line 15, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a {
  color: #777777 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a h2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a h2:hover {
  color: #ea5267 !important;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 54, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 61, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog a:hover {
  color: #ea5267;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 89, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 109, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 121, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 126, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 140, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 148, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 154, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 162, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 165, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 165, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 184, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 200, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 229, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 233, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 239, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 252, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 268, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 272, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 279, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 290, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 293, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 296, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 312, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 325, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 328, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 341, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 351, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 363, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 379, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 383, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 386, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 389, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 394, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 397, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 408, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 415, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 422, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 436, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 459, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 464, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 468, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 481, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 499, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 506, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 515, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 530, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 534, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 534, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 542, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 546, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 549, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details a:hover {
  color: #ea5267;
}

/* line 554, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 554, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 568, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 572, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 576, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 582, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 588, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 593, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 601, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 604, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #0066FF;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 604, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 620, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 620, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 632, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 632, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 652, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 657, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 665, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 674, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 683, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 687, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 696, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 703, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 715, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 724, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 728, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 737, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 744, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 757, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 762, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 766, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 771, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 777, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 782, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #0066FF !important;
}

/* line 792, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 797, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 808, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #0066FF;
}

/* line 814, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 821, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 829, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 832, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 842, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #0066FF !important;
  color: #fff !important;
}

/* line 854, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 860, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 960, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 981, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 985, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1002, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1014, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1021, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1046, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1051, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1054, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1058, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1071, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1074, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1084, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1084, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1098, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1098, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1108, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1111, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1118, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1123, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1127, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1131, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1141, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1144, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1153, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1157, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1161, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1179, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1179, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1188, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1188, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1201, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #0066FF;
}

/* line 1210, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1215, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1222, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1227, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1231, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1237, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1240, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1249, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1256, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1261, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1237, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1272, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1275, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1279, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1284, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1291, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1296, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1311, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1311, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1322, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1329, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1338, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1341, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1345, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1351, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1355, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1359, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1366, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1369, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1375, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1382, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1388, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1405, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1413, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1417, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1425, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1425, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1434, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1434, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1442, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1450, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1455, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1460, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1465, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1471, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1477, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1483, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1489, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #0066FF;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/

/* HEADER / MENU ROOT */
.bg-white {
  background-color: #ffffff !important;
}
.main_menu {
  background: #ffffff;
  color: inherit;
  width: 100%;
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.main_menu .container{
  overflow: visible;
}

/* SOCIAL ICONS */
.main_menu .social_icon {
  margin-top: 10px;
}
.main_menu .social_icon a {
  color: #000;
  margin-left: 20px;
}

/* LOGO */
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

/* MENU ICON */
.main_menu .menu_icon i {
  color: #000;
  font-size: 25px;
}

/* NAVBAR */
.main_menu .navbar {
  padding: 0px;
   display: flex;
  justify-content: space-between;
}
/* logo */

.main_menu .logo h3 {
   color: #000000;
   font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main_menu .logo span{
   color: #0066FF;
   font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main_menu .logo small {
   color: #0066FF;
  font-size: 8.5px;
  font-weight: 400;
  font-family: "barlow", sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
}

/* LINKS */
.main_menu .main-menu-item ul {
  margin-left: 223px;
}
.main_menu .main-menu-item ul li .nav-link {
  color: #000;
  font-size: 16px;
  padding: 38px 15px;
  font-family:  "Raleway", sans-serif;
  text-transform: capitalize;
  line-height: 5px;
}
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #0066FF;
}

/* FIXED MENU MODE */
.menu_fixed {
  background-color: #0a0b4d;
  color: #fff;
  height: 88px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

/* Cible les liens de menu */
.menu_fixed a h3 {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
.menu_fixed a span {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
.menu_fixed a small {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
/* Cible les liens de menu */
.menu_fixed .main-menu-item ul li .nav-link {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff; 
}
.menu_fixed .main_menu .main-menu-item ul {
    
  margin-left:0;

}


/* Cible la couleur des icônes de menu (burger, etc.) */
.menu_fixed .menu_icon i {
    color: #fff;
}

/* Cible la couleur des liens sociaux */
.menu_fixed .social_icon a {
    color: #fff;
}

/* S'assurer que le survol fonctionne toujours avec la couleur d'accentuation */
.menu_fixed .main-menu-item ul li .nav-link:hover {
    color: #0066FF; /* Conserver la couleur de survol d'origine */
}

/* ------------------------------------------- */
/* AJOUT OPTIONNEL: Transition pour une couleur fluide */
/* ------------------------------------------- */

/* Ceci rendra la transition de couleur douce lors du scroll */
.main_menu .main-menu-item ul li .nav-link,
.main_menu .menu_icon i,
.main_menu .social_icon a {
    transition: color 0.3s ease;
}

/* DROPDOWN MENU */
.dropdown .dropdown-menu {
  background-color: #ffffff;
  border: 0px solid transparent;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.dropdown .dropdown-menu .dropdown-item {
  background-color: #ffffff;
  color: #000 !important;
  font-size: 14px;
  padding: 8px 20px !important;
  text-transform: capitalize;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* GLOBAL DROPDOWN MENU STYLE */
.dropdown-menu {
  background-color: #fafafa;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

/* RESPONSIVE ----------------------------- */

/* MEDIUM DEVICES (991–1200px) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }

  

  
}

/* SMALL DEVICES (max 991px) */
@media (max-width: 991px) {

  .main_menu {
    padding: 20px 0px;
  }

  .main_menu .main-menu-item ul {
  margin-left: 0;
 
  
}

  .home_menu .main-menu-item {
    padding-left: 0px;
  }

  .main_menu .main-menu-item {
    text-align: left !important;
  }

  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }

  .main_menu .main-menu-item .nav-item .nav-link {
    color: #000;
    padding: 5px 15px !important;
  }
  .main_menu .main-menu-item .nav-item .btn {
    margin: 30px 0px 0px 15px !important ;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9999 !important;
    text-align: center !important;
  }

  .dropdown .dropdown-menu {
    margin-top: 5px;
    display: none;
    transform: scale(1, 0);
  }

  .dropdown:hover .dropdown-menu {
    color: #0066FF;
    display: block;
    transform: scale(1);
  }

  .dropdown .dropdown-item:hover {
    color: #0066FF !important;
  }

  .navbar-brand img {
    max-width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 507px;
    top: 9px;
    width: 33px;
    height: 33px;
  }

  
}

/* VERY SMALL DEVICES (max 575px) */
@media (max-width: 575px) {

  .main_menu .social_icon {
    display: none;
  }

  .menu_fixed {
    height: 72px;
  }

  .navbar-brand img {
    max-width: 100px;
    right: auto;
    left: 0;
    top: 0px;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: -2px;
    left: auto;
  }
}

/* TABLETS (576–767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu_fixed {
    height: 84px;
  }
}


/*  */
/* --- HEADER --- */

 .btn-invite {
    background: #2d7dff !important;
    color: white;
   
} 




/* --- HERO SECTION --- */

.hero-blue {
   background: #0e2a6f;
    padding: 20px 90px;
    color: white;
    position: relative;
    font-family: 'Barlow', sans-serif;
    overflow: visible;
    padding-bottom: 8rem;
}


.hero-blue .badge {
    background: #173d99;
    margin-top:100px ;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 25px;
}

.hero-blue h1 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
    color: #f1f1f1;
    font-family: 'Raleway', sans-serif !important;
}

.hero-blue h1 span {
    color: #4da3ff;
}
.hero-blue p {
    font-family: "Barlow", sans-serif !important;
}

.hero-blue .btn-primary {
    background: #2d7dff;
    padding: 12px 25px;
    border-radius: 30px;
    color: white;
    margin-right: 15px;
}

.hero-blue .btn-outline {
    border: 2px solid white;
    padding: 12px 25px;
    border-radius: 30px !important;
    color: white;
}

.hero-tags {
    list-style: none;
    margin-top: 25px;
    padding-left: 0;
}

.hero-tags li {
    margin-bottom: 8px;
    font-size: 15px;
}


.hero-abs-img {
    position: absolute;
    top: 13%;
    right: 0;
    left: 47%;
    bottom: -80px;
    width: 80%;
    max-width: 705px;
    width: 1000px;
    height:auto;
    z-index: 3;
}

.hero-white {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 120px; /* laisse la place à l'image qui dépasse */
}

/* Mobile optimisation */
@media (max-width: 768px) {

    .hero-abs-img {
      display: none;
    }

    .hero-blue {
        padding: 0;
    }

    .hero-white {
        padding-top: 2rem;
    }
}

/* Mobile optimisation (Utiliser 992px pour correspondre aux breakpoints Bootstrap comme col-lg-6) */
@media (max-width: 991.98px) { /* Breakpoint pour col-lg */

    /* Image devient relative (dans le flux normal) et centrée */
    .hero-abs-img {
      display: none;
    }

    /* Ajuster l'espacement de la section pour le mobile */
    .hero-blue {
        padding: 0;
    }

    /* Réduction de la taille de la police du titre pour le mobile si nécessaire (Bootstrap le gère avec display-5, mais on peut forcer) */
    .hero-blue h1 {
        font-size: 40px;
    }
}

/* Timeline */

/* État initial : caché */
/* --- CODE CSS À VÉRIFIER --- */
.timeline-hidden {
    /* 1. État initial : Complètement transparent */
    opacity: 0;
    
    /* 2. État initial : Décalé vers la droite (par exemple 50px) */
    transform: translateX(50px); 
    
    /* 3. Transition : C'est ce qui fait la magie ! */
    /* Sans cette ligne, l'effet est instantané (pas d'animation) */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* État final (déjà géré par la suppression de .timeline-hidden en JS) */
/* Les éléments reprendront leur style par défaut (opacity: 1, transform: none) */

.timeline-section{
  position: relative;
  margin-top: 20px;
  z-index: 5;
}
.timeline-box{
  margin-top: 20px;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    background-color: #3B82F6; /* Bleu clair */
    border-radius: 50%;
    margin:;
    box-shadow: 0 0 15px rgba(59,130,246,0.4);
    position: relative;
    
}

.timeline-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    /* Ajustez 'left' pour que la flèche commence là où la ligne se termine */
    left: 105%; 
    /* Les propriétés 'right' et 'width' peuvent être simplifiées/ajustées, mais nous les gardons pour l'instant */
    /* right: 55%; */ 
    width: 200px; /* C'est la ligne elle-même */
    height: 2px;
    background: #3B82F6;
    box-shadow: 0 0 15px rgba(59,130,246,0.4);

    /* --- Ajout de la flèche --- */
    
    /* Le pseudo-élément ::before est utilisé pour la flèche */
    /* Nous allons créer un triangle en utilisant les bordures */
}

/* Nouveau pseudo-élément pour la flèche */
.timeline-dot::before {
    content: "";
    position: absolute;
    top: 50%; 
    /* Positionner le début du triangle juste après la fin de la ligne */
    left: calc(105% + 200px); 
    
    /* Décalage vertical pour centrer le triangle de 10px de hauteur / 2 = 5px */
    transform: translateY(-50%); 
    
    /* Créer un triangle CSS */
    width: 0;
    height: 0;
    border-top: 5px solid transparent; /* Bordure supérieure transparente */
    border-bottom: 5px solid transparent; /* Bordure inférieure transparente */
    /* La bordure gauche est visible et a la même couleur que la ligne pour former la flèche */
    border-left: 5px solid #3B82F6; 
    /* La bordure droite est transparente (pas nécessaire mais bonne pratique) */
    border-right: 0px solid transparent;}

    
/* 1. Suppression de la Ligne et de la Flèche sur le DERNIER point */
/* Cibler le DEUXIÈME enfant en partant de la fin, qui est le dernier .timeline-dot */
.row .timeline-dot:nth-last-child(2)::after,
.row .timeline-dot:nth-last-child(2)::before {
    content: none !important;
}



@media (max-width: 768px) {
    .timeline-dot::after {
        display: none;
    }
}

/* ------------------------------------------- */
/* --- Adaptation Téléphone / Responsivité --- */
/* ------------------------------------------- */

/* Masquer les barres et flèches après 1200px (grande tablette ou petit écran PC) */
/* C'est la plus grande taille d'écran à laquelle les barres et flèches doivent disparaître */
@media (max-width: 1200px) {
    /* Masquer la ligne */
    .timeline-dot::after {
        content: none; 
    }
    
    /* Masquer la flèche */
    .timeline-dot::before {
        content: none; 
    }
    
    /* Pour s'assurer que le dernier point reste masqué, on répète la règle, 
       même si 'content: none' sur le parent devrait suffire. */
    .row .timeline-dot:nth-last-child(2)::after,
    .row .timeline-dot:nth-last-child(2)::before {
        content: none; 
    }
}


/* Centrer les points bleus au milieu pour les appareils mobiles (typiquement en dessous de 768px) */
/* Les classes Bootstrap 'col-lg' n'appliquent pas de grille sur mobile, 
   on profite de ce mode pour centrer les éléments. */
@media (max-width: 768px) {
    .timeline-dot {
        /* On retire la position: relative et on utilise margin: auto pour le centrage horizontal */
        position: static; 
        margin-left: auto;
        margin-right: auto;
    }

    /* Le .timeline-box qui entoure le contenu pourrait aussi avoir besoin d'un alignement textuel au centre si nécessaire */
    .timeline-box {
        text-align: center;
    }
}


/* Mission */

.mission-img {
    width:100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    object-fit: cover;
}

.mission-card {
    background: #121212;
    border-radius: 20px;
    font-family:  "Barlow", sans-serif;
    padding: auto;
    height: 480px;
    /*  */
}
.mission-card span {
    
    font-family:  "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 1000;
    color: #6B7280;
    
    /*  */
}
.mission-card h3 {
    
    font-family:  "Raleway", sans-serif;
    font-size: 27px;
    font-weight: 800;
    
    /*  */
}
.mission-card p{
    
    font-family:  "Barlow-serif", sans-serif;
    font-size: 15px;
    font-weight: 300
    
    /*  */
}

/* Mobile */
@media (max-width: 768px) {
    .mission-img {
        width: 100%;
    }
}


/* section 4 */


/* ============================
   SECTION PROJETS
============================ */
.projects {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.projects h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (max-width: 900px) {
.text-muted{
font-size: 16px;
}}

.subtitle {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 15px;
}

.explore {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: end;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #002244;
}

.card p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.card a {
  color: #2563eb;
  text-decoration: none;
  font-weight: bold;
}

/* ============================
   SECTION MESSAGE
============================ */
.contact-section {
  padding: 80px 20px;
  margin-bottom: 30px;}

.contact-box {
  max-width: 1200px;
  margin: auto;
  background: #f3f4f6;
  border-radius: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-text {
  width: 50%;
  padding: 60px;
}

.label {
  color: #2563eb;
  font-weight: bold;
  font-size: 14px;
}

.contact-text h2 {
  font-size: 34px;
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 990px;
}

.contact-text p {
  font-size: 16px;
  color: #000000 !important;
}

.contact-btn {
  display: inline-block;
  margin-top: 25px;
  color: #2563eb;
  font-weight: bold;
  text-decoration: none;
}

/* ============================
   IMAGE + BULLES
============================ */
.contact-image {
  width: 50%;
  position: relative;
}

.contact-image img {
  width: 100%;
  height: 100%;
 /* border-radius: 47px 0 0 47px; */
  object-fit: cover;
}

/* Bulles */
.bubble {
  position: absolute;
  right: 10%;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.bubble-left {
  top: 30%;
  left: 10%;
}

.bubble-right {
  top: 20%;
  right: -8%;
  text-align: center;
}

.bubble-dots {
  bottom: 20%;
  right: 25%;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 900px) {
  .contact-section {
  padding: 10px;
}
  .contact-box {
    flex-direction: column;
  }

  .contact-image img {
  width: 100%;
  height: 100%;
  border-radius: none !important;
  object-fit: cover;
}

  .contact-text,
  .contact-image {
    width: 100%;
  }

  .contact-text {
    text-align: center;
  }

  .contact-text h2 {
  font-size: 30px;
}
}

/* Définition de l'animation de défilement */
@keyframes scroll-left {
    from {
        /* Commence tout à droite */
        transform: translateX(0);
    }
    to {
        /* Se déplace à gauche par la largeur totale d'un set d'éléments (100% du contenu initial) */
        /* Pour 6 éléments, cela déplace le contenu pour masquer le premier set */
        transform: translateX(-50%); 
    }
}

/* Conteneur principal (masque le contenu qui sort de l'écran) */
.scrolling-container {
    overflow: hidden; /* Cache ce qui dépasse */
    padding: 20px 0;
}

/* Conteneur des éléments (devient très large pour contenir tous les items) */
.scrolling-accomplishments {
    /* Utilise Flexbox pour aligner les éléments côte à côte */
    display: flex;
    /* La largeur totale doit être le double (ou le triple) de la largeur visible, 
       pour que la copie (bloc 2) soit collée au bloc 1 */
    width: 200%; /* Si vous avez dupliqué les éléments une fois */
    
    /* Applique l'animation */
    animation: scroll-left 40s linear infinite; /* 40s = Vitesse (à ajuster), linear = continu, infinite = boucle */
}

/* Style de chaque élément de reconnaissance */
.scrolling-accomplishments .single_service_part {
    /* Définit la largeur de chaque élément (par exemple, 33.33% de la zone visible) */
    /* Assurez-vous que cette largeur correspond à la place qu'il prendrait dans la grille */
    min-width: 33.333vw; /* Environ 1/3 de la zone de visualisation (pour qu'il y en ait 3 visibles) */
    text-align: center; /* Centre le contenu si nécessaire */
    padding: 0 15px; /* Ajoutez un peu d'espace entre les éléments */
    box-sizing: border-box;
}

/* Optionnel : Assurez-vous que l'animation s'arrête au survol */
.scrolling-accomplishments:hover {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .scrolling-accomplishments .single_service_part {
        /* Sur mobile, chaque élément prend 50% de la largeur du viewport, 
           donc deux sont visibles à la fois */
        min-width: 50vw;
    }
    
    /* Rendre l'animation un peu plus rapide sur mobile */
    .scrolling-accomplishments {
        animation-duration: 25s; 
    }
}
.service_part h2 {
    font-size: 30px;
    margin-top: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;

}
.service_part h2 {
    font-size: 30px;
    font-family: "Barlow", sans-serif;

}

/*  */


.testimonials {
  padding: 120px 20px;
  background: #fff;
}

.testimonials-container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px         ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TEXTE */
.testimonials-text {
  width: 55%;
}

.testimonials-text h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin-bottom: 30px;
}

.testimonials-text blockquote {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 35px;
  text-align: justify;
}

/* Cachez tous les items qui ne sont pas actifs */
.testimonials-item {
    display: none; 
}

/* Affichez uniquement l'item actif */
.testimonials-item.active {
    display: block; /* ou 'flex', 'grid' selon votre mise en page */
}

/* AUTEUR */
.author strong {
  display: block;
  font-size: 16px;
}

.author span {
  font-size: 14px;
  color: #777;
}

/* BOUTONS */
.controls {
  margin-top: 25px;
}

.controls button {


  background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.2s, border-color 0.2s;
}

.controls button:hover {
  background: #0066ff;
  color: #fff;
}

/* IMAGE */
.testimonials-image {
  width: 35%;
  display: flex;
  justify-content: center;
  
}

.testimonials-image img {
  width: 300px;
  height: 380px;
  object-fit: cover;
 
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonials-container {
    flex-direction: column;
    text-align: center;
  }

  .testimonials-text,
  .testimonials-image {
    width: 100%;
  }

  .testimonials-text {
    margin-bottom: 40px;
  }

  .testimonials-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

  .testimonials-container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
}

/*  */


/* ================= SECTION 1 ================= */
.awards {
  padding: 100px 20px;
  text-align: center;
  background: #fff;
}

.awards h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: auto;
  gap: 25px;
}

.awards-grid div {
  border: 1px solid #e5e7eb;
  padding: 25px;
  border-radius: 14px;
}

.awards-grid small {
  display: block;
  color: #777;
  margin-bottom: 6px;
}

/* ================= SECTION 2 ================= */
.quote-section {
  background: linear-gradient(135deg, #0f172a, #020617);
  padding: 120px 30px;
  color: #fff;
  text-align: center;
}


.quote-section h3{
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #0066ff;
  margin-bottom: 0;
}

.quote-section p {
  max-width: 730px;
  margin: auto;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
}
.quote-section p span {
  max-width: 730px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #d8dee5;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .quote-section {

  padding: 19px 30px;
 
}

.quote-section p {
  max-width: 730px;
  margin: auto;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.7;
}

.quote-section p span {
  max-width: 730px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #d8dee5;
  line-height: 1.7;
}

}


/* ================= SECTION 3 ================= */
/* Styles généraux de la section */
.actualites-reflections {
    padding: 40px 0;
    max-width: 1200px; /* Limiter la largeur maximale */
    margin: 0 auto;
    font-family: "Raleway", sans-serif; /* Exemple de police */
   ;
}

/* En-tête de la section (Actualités et réflexions) */
.actualites-reflections .header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 20px;
}

.actualites-reflections h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 650;
}


.actualites-reflections p {
    font-size: 1.1em;
    color: #666;
    font-family: "Barlow", sans-serif;
}

.actualites-reflections .view-all {
    color: #007bff; /* Couleur du lien (bleu) */
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
    white-space: nowrap; /* Empêche le saut de ligne sur mobile */
}

/* Conteneur de carrousel (pour l'alignement et les flèches) */
.actualites-reflections .carousel-container {
    display: flex;
    align-items: center;
    position: relative; /* Pour positionner les flèches */
    padding: 0 20px; /* Espacement latéral */
}

/* Wrapper des cartes (où le défilement se produit) */
.actualites-reflections .cards-wrapper {
    display: flex;
    overflow-x: auto; /* Permet le défilement horizontal */
    scroll-snap-type: x mandatory; /* Ajoute un "clic" agréable lors du défilement */
    scroll-behavior: smooth; /* Défilement en douceur avec le JS */
    gap: 20px;
    padding-bottom: 20px; /* Espace pour une éventuelle barre de défilement */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Masquer la barre de défilement pour les navigateurs basés sur Webkit */
.actualites-reflections .cards-wrapper::-webkit-scrollbar {
    display: none;
}

/* Style de chaque carte */
.actualites-reflections .card {
    min-width: 300px; /* Largeur de la carte visible */
    flex: 0 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    scroll-snap-align: start; /* S'aligner au début de chaque carte */
    transition: transform 0.3s;
    padding: 0 !important;
}

.actualites-reflections .card:hover {
    transform: translateY(-5px);
}

.actualites-reflections .image-placeholder {
    width: 100%;
    height: 180px;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
}

.actualites-reflections .card .content {
    padding: 15px;
}

.actualites-reflections .card h3 {
    font-size: 1.25em;
    margin: 5px 0 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 750;
    line-height: 1.4;
    color: #444;
}

.actualites-reflections .card p {
    font-size: 0.9em;
    color: #777;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.actualites-reflections .card a{
  text-decoration: none;
  color: #f1f1f1;
  font-family: "Barlow", sans-serif;
}

/* Étiquettes (tags) */
.actualites-reflections .tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.actualites-reflections .tag-reflexion {
    background-color: #e0f7fa;
    color: #00bcd4;
}

.actualites-reflections .tag-programme {
    background-color: #fff3e0;
    color: #ff9800;
}

.actualites-reflections .tag-leadership {
    background-color: #e8eaf6;
    color: #3f51b5;
}

/* Contrôles de navigation (flèches) */
.actualites-reflections .navigation-controls {
    display: flex;
    align-self: flex-end; /* Aligner les contrôles avec la ligne "Voir tous les articles" */
    margin-left: 20px; /* Espacement entre le texte et les flèches */
    position: absolute;
    bottom: 25px; /* Positionner sous la section de titre */
    left: 20px;
}

.actualites-reflections .nav-button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.2s, border-color 0.2s;
}

.actualites-reflections .nav-button:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.actualites-reflections .nav-button svg {
    width: 24px;
    height: 24px;
    color: #333;
   
}

/* Ajustements pour la disposition mobile */
@media (max-width: 768px) {
    .actualites-reflections .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .actualites-reflections h1 {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 650;
}

    .view-all {
        margin-top: 10px;
    }

    .navigation-controls {
        position: static; /* Replacer les contrôles en flux normal */
        margin-top: 15px;
    }

.actualites-reflections .navigation-controls {
        display: flex;
        align-self: flex-end;
        margin-left: 270px;
        position: absolute;
        top: 21px;
        bottom: 1px;
        left: 146px}


}

/* RESPONSIVE */
@media (max-width: 900px) {
  .awards-grid {
    grid-template-columns: 1fr;
  }

  .news-section h2 {
    padding-left: 30px;
  }

  .scroll-container {
    padding-left: 30px;
  }
}

/* Section Layout */
.news-section {
  max-width: 1300px;
  margin: auto;
}

.news-header {
  max-width: 420px;
  margin-bottom: 40px;
}

.news-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}

.news-header p {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

.news-link {
  display: inline-block;
  margin-top: 15px;
  color: #0066ff;
  font-weight: 600;
  text-decoration: none;
}

/* Slider */
.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s;
}

.arrow-btn:hover {
  background: #f0f0f0;
}

/* Cards container */
.cards-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.cards-container::-webkit-scrollbar {
  display: none;
}

/* Card */
.card {
  background: white;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  min-width: 100%;
  max-width: 350px;
  overflow: hidden;
  flex-shrink: 0;
}

.card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.tag {
  display: inline-block;
  background: #e8efff;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tag.blue { background: #e0edff; color: #2a74ff; }
.tag.purple { background: #f3e8ff; color: #9847ff; }
.tag.green { background: #e4f8e4; color: #2fa04a; }

.card-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  color: #666;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .arrow-btn {
    display: none;
  }
  .news-header h2 {
    font-size: 32px;
  }
  .cards-container {
    gap: 20px;
  }
}

/* === SECTION CONTAINER === */
.contact-section {
    background: #0d1124;
    padding: 80px 0;
    color: #fff;
    font-family: "Raleway", sans-serif;
}

.contact-section .container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
}

/* === Contact Message === */
.contact-section .left {
    flex: 1;
    margin: 40px 10px;
    width: 100%;
}

.contact-section h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #f1f1f1;
}

.contact-section h1 span {
    color: #2c6bff;
}

.contact-section p {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
    color: #d9d9d9;
}

/* === BUTTONS === */
.buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn {
    /* padding: 14px 20px; */
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease;
}

.btn.primary {
    background: #2c6bff;
    color: #fff;
}

.btn.primary:hover {
    background: #1e50cc;
}

.btn.secondary {
    background: #fff;
    color: #000;
}

.btn.secondary:hover {
    background: #e6e6e6;
}

/* === FORM CARD === */
.right {
    flex: 1;
    margin: 40px 13px;
    width: 100%;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #000;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    font-size: 15px;
    outline: none;
    background: #f7f7f7;
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease;
}

.submit-btn:hover {
    background: #222;
}

/* === FOOTER === */
.footer {
    background: #f1f1f1;
    color: #000;
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    border-top: 1px solid #1a2238;
}

.footer-links {
    margin-top: 10px;
}

.footer-links a {
    color: #ccc;
    margin: 0 10px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .contact-section .container,.footer-links {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .contact-section .left {
    flex: 1;
    margin: 0px 10px;
    width: 100%;
}

.contact-section .container {
    width: 94%;
    max-width: 1300px;
  
    gap: 60px;
    align-items: flex-start;
}

    .buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        text-align: center;
        width: 100%;
    }

    .contact-form {
    background: #fff;
    padding: 40px;
    
}
}

@media (max-width: 500px) {
    .contact-section h1 {
        font-size: 36px;
    }
}


/* line 114, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
.More_Btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 7359px;
  z-index: 368;
}

/* line 122, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
.More_About_Us {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: white;
  line-height: 1.75;
  text-align: center;
  position: absolute;
  left: 420.937px;
  top: 735.5px;
  z-index: 367;
}

/**************** hero part css end ****************/
/**************** about css start ****************/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part {
  background-color: #0a0b4d;
}

/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part h4 {
  font-size: 16px;
  color: #ea5267;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part h4 {
    margin-bottom: 25px;
  }
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance {
  display: flex;
  align-items: flex-end;
  margin-top: 55px;
}

@media (max-width: 991px) {
  /* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part .about_text .experiance {
    margin-bottom: 25px;
  }
}

/* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance h2 {
  font-size: 120px;
  color: #ffd200;
  font-weight: 700;
  display: inline-block;
  line-height: 84px;
}

@media (max-width: 991px) {
  /* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part .about_text .experiance h2 {
    font-size: 80px;
    line-height: 55px;
  }
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance p span {
  display: block;
}

/* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner {
  columns: 2;
}

/* line 42, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list {
  margin-bottom: 31px;
}

/* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

/* line 50, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list p {
  font-size: 16px;
  color: #c5c5c5;
}

/**************** service_part css start ****************/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part {
  position: relative;
  z-index: 1;
}

/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part {
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #000 transparent;
}

@media (max-width: 991px) {
  /* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
  .service_part .single_service_part {
    margin-bottom: 15px;
  }
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part .single_service_text {
  padding: 50px 35px 44px;
}

/* line 16, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part .single_service_text span {
  background: #f3f3f7;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  color: #0d0f5b;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part .single_service_text h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Barlow", sans-serif;
  font-size: 1300;
  margin-top: 34px;
  margin-bottom: 17px;
}

@media (max-width: 575px) {
  /* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
  .service_part .single_service_part .single_service_text h2 {
    font-size: 18px !important;
  }
}

/* line 51, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part .single_service_text p {
  list-style: 1.8;
  font-family: "Barlow", sans-serif;
  color: #777777;
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .single_service_part .single_service_text .learn_btn {
  display: inline-block;
  text-transform: capitalize;
  margin-top: 20px;
  color: #ea5267;
}

/* line 64, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .active {
  border: 1px solid #e6e6ed;
}

/* line 65, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_service.scss */
.service_part .active span {
  background-color: #fef6f7;
  color: #ea5267;
}

/******** portfolio part css start **********/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part {
  position: relative;
  z-index: 1;
}

/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ea5267;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item .portfolio_hover_text i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:hover:after {
  opacity: .5;
  padding: 10px;
}

/* line 42, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:hover .portfolio_hover_text i {
  opacity: 1;
}

/* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-sizer,
.portfolio_part .grid-item {
  width: 33.33%;
}

@media (max-width: 991px) {
  /* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-sizer,
  .portfolio_part .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  /* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-sizer,
  .portfolio_part .grid-item {
    width: 100%;
  }
}

/* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item {
  float: left;
  height: 350px;
}

@media (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-item {
    height: auto;
  }
}

@media (max-width: 575px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-item {
    height: auto;
  }
}

/* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .big_weight {
  width: 66.66%;
}

@media (max-width: 991px) {
  /* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_weight {
    width: 50%;
  }
}

@media (max-width: 575px) {
  /* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_weight {
    width: 100%;
  }
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .big_height {
  height: 700px;
}

@media (max-width: 991px) {
  /* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_height {
    height: auto;
  }
}

@media (max-width: 575px) {
  /* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_height {
    height: auto;
  }
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  /* line 92, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 98, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

/* line 110, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul {
  margin-top: 15px;
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul li {
  margin-bottom: 8px;
}

/* line 114, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul li a {
  color: #0a0b4d;
  font-size: 16px;
  font-weight: 500;
}

/**************** review_part css start ****************/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part {
  background-color: #0d0f5b;
}

/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_part .client_review_img {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_part .client_review_img img {
  max-width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

/* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 6px;
  line-height: 15px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

/* line 46, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text h4 span {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #555555;
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .review_icon i {
  color: #0a0b4d;
}

/* line 60, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots {
  text-align: center;
  margin-top: 75px;
}

/* line 63, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  margin: 5px;
  border: 1px solid #fff;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots .active {
  background-color: #fff;
}

/********** philosophy part css start************/
/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ea5267;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 20px 0 30px;
}

@media (max-width: 991px) {
  /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
  .philosophy_part .philophy_text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text p {
  font-size: 16px;
  color: #5b5b5b;
  margin-top: 20px;
}

/* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_img {
  margin-top: 30px;
}

/* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_img img {
  width: 100%;
}

/******** related project css *******/
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
  .related_project .single_project_details {
    margin-bottom: 30px;
  }
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ea5267;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 23, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details .portfolio_hover_text i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 38, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:hover:after {
  opacity: .5;
  padding: 10px;
}

/* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:hover .portfolio_hover_text i {
  opacity: 1;
}

/*=================== contact banner start ====================*/
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 6, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ea5267;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 38, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 46, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 50, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 54, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .contact-section .btn_4 {
  margin-bottom: 0px !important;
}

/* line 58, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 94, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 109, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 118, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 123, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 75, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.sample-text-area p {
  color: #000;
}

/* line 83, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.whole-wrap p {
  color: #000;
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 92, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ea5267;
}

/* line 100, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 104, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 108, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 116, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 120, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 124, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 144, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-area {
  background: #fff;
}

/* line 145, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 153, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 156, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 162, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 173, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 176, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 180, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 186, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 189, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 192, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 195, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 202, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 206, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 210, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 215, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 218, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 224, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ea5267;
  border: 1px solid transparent;
}

/* line 228, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary:hover {
  color: #ea5267;
  border: 1px solid #ea5267;
  background: #fff;
}

/* line 234, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary-border {
  color: #ea5267;
  border: 1px solid #ea5267;
  background: #fff;
}

/* line 238, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ea5267;
  border: 1px solid transparent;
}

/* line 244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 248, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 254, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 258, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 264, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 268, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 274, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 278, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 284, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 288, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 294, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 298, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 308, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 314, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 318, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 324, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 329, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 335, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 340, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 346, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 354, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ea5267;
}

/* line 360, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 364, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 368, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 372, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 375, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 378, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 382, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 384, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 394, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 398, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 406, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 411, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 415, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 418, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 421, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 424, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 427, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 430, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 433, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 436, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 439, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 448, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 456, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 462, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 466, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ea5267;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 480, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 482, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 487, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 495, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 501, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 509, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 515, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 522, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 530, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 535, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 537, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 542, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 547, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 552, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 562, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 567, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 575, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ea5267;
}

/* line 581, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 589, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 595, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 603, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 609, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 616, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 626, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ea5267;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 639, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 646, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 653, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 662, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 670, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 684, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 700, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 703, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ea5267;
}

/* line 711, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 718, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 727, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 735, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 749, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 765, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 768, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 776, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 783, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 792, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 805, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 813, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 820, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 829, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 842, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 850, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 857, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 866, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 878, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 883, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 891, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 898, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 907, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 920, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 928, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 935, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 944, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 957, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 965, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 972, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 981, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 993, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 998, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 1006, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1008, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1015, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1022, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1029, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ea5267;
  background: transparent;
}

/* line 1033, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ea5267;
  background: transparent;
}

/* line 1040, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1044, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1049, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1052, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1060, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1067, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1074, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ea5267;
  background: transparent;
}

/* line 1078, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ea5267;
  background: transparent;
}

/* line 1085, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1089, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1093, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1096, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1100, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1106, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part {
  background-color: #0a0b4d;
  position: relative;
  z-index: 1;
}

/* line 6, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/footer_overlay_2.png) top right no-repeat;
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/footer_overlay_1.png) top right no-repeat;
}

/* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text {
    margin-bottom: 15px;
  }
}

/* line 35, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text span {
  color: #ea5267;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text h2 {
  font-size: 36px;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  /* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text {
    text-align: center;
  }
}

/* line 52, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_btn {
  text-align: right;
}

@media (max-width: 991px) {
  /* line 52, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_btn {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* line 60, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_menu a {
  color: #fff;
  margin-right: 15px;
}

@media (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_menu {
    text-align: center;
  }
}

/* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .social_icon {
  text-align: right;
}

@media (max-width: 991px) {
  /* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .social_icon {
    text-align: center;
    margin-top: 30px;
  }
}

/* line 74, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .social_icon a {
  color: #fff;
  margin-left: 20px;
}

/* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .copyright_part {
  padding: 140px 0 40px;
}

@media (max-width: 991px) {
  /* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .copyright_part {
    padding: 70px 0 40px;
  }
}

/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: #0d0f5b;
}

/* line 7, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/banner_overlay_1.png) top left no-repeat;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/banner_overlay_2.png) top left no-repeat;
}

/* line 31, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
  height: 450px;
  width: 100%;
  display: table;
}

/* line 36, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

/* line 62, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
}

/* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb {
  margin-bottom: 0px !important;
}

/* About */
/* 1 */
/* Styles de la section d'en-tête */
.profile-header-section {
    font-family: "Raleway", sans-serif;
    padding-top: 20px;
    text-align: center;
    background-color: #f7f9fc; /* Fond clair au-dessus de la barre bleue */
}

/* --- Onglets de navigation --- */
.profile-navigation {
    width: 100%;
    margin-top:190px ;
    padding: 26px 80px;
    margin-bottom: 20px;
}

.nav-tab {
    background: none;
    border: none;
    padding: 8px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    color: #666;
    transition: color 0.3s;
}

.nav-tab.active {
    color: #020617; /* Bleu pour l'onglet actif */
    border-bottom: 2px solid #020617;
}

/* --- Contenu principal (Titre et Description) --- */
.main-content-area {
    max-width: 1200px;
    height: 350px;
    margin: 0 auto;
    padding: 0 20px 190px;
}

.text-intro h1 {
    font-size: 2.5em;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #2991ff;
    margin-bottom: 15px;
}
.text-intro span {
    
    color: #003268;
}

.text-intro p {
    font-size: 1.1em;
    color: #001645;
    font-family: "Barlow", sans-serif;
    text-align: justify;   /* ✔ Corrige l’alignement du texte */
    line-height: 1.5;
    max-width: 700px;
}

/* --- Zone sombre (Image et Cartes) --- */
.dark-info-area {
    background-color: #002244; /* Fond bleu foncé */
    padding-top: 40px;
    color: #fff;
    height: 629px;
    
}

.info-layout-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    align-items: flex-start; /* Aligner les cartes et l'image en haut */
}

/* Colonne des cartes (gauche) */
.cards-column {
    position: absolute;
    width: 100%;
    top: 10%;
    flex: 1; /* Prend la majeure partie de l'espace horizontal */
    padding-right: 0px;
    padding-bottom: 40px; /* Espace sous les cartes */
}

/* Conteneur des deux petites cartes du bas */
.small-cards-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Colonne de l'image (droite) */
.image-column {
    flex: 0 0 350px; /* Largeur fixe pour l'image */
    height: 870px; /* Hauteur définie pour contenir l'image */
    width: 100%;
    position: relative;
    overflow: visible;
    margin-top: -195px; /* Pour faire remonter l'image et qu'elle chevauche le fond blanc */
    margin-left: 690px;
}

.profile-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: visible;
    background-position: center top;
    background-repeat: no-repeat;
}

.profile-image-container img {
    max-width: 450px; /* nouvelle taille max */
    height: auto; /* proportions préservées */
}
/* --- Styles des Cartes --- */
.info-card {
    background-color: #fff;
    color: #333;
    text-align: justify;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Carte Origines (large) */
.origin-card {
    min-height: 100px;
    max-width: 650px; /* Limiter sa largeur pour s'aligner sur les deux cartes du bas */
}

/* Cartes Domaines et Rôles clés */
.domaine-card, .roles-card-exp {
    flex: 1;
    position: absolute;
    z-index: 5;
    left: 45%;
    right: 4%;
    max-width: 100px;
    text-align: start;
    top:65%;
}


.info-number {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    color: #1a73e8; /* bleu */
    margin: 0 0 10px 0;
    font-weight: 700;
    text-align: start;
}

.info-text {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    text-align: justify;
    margin: 0;
}

.card-title {
    font-size: 1em;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li {
    font-size: 1em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.info-card li::before {
    content: '—';
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Responsive pour mobile */
@media (max-width: 992px) {
 /* Cacher l'image de profil sur petit écran */
  .profile-image-container img {
      display: none;
  }

  /* Adapter la zone d'information */
  .dark-info-area {
      height: auto !important;      /* s'ajuste automatiquement au contenu */
      overflow: visible !important; /* ne coupe plus les div internes       */
      padding-bottom: 20px;         /* sécurité si certains éléments ont des margins négatives */
  }

    .info-layout-wrapper {
        flex-direction: column; /* Empiler les colonnes */
    }

    .cards-column {
        padding-right: 0;
        order: 2; /* Cartes après l'image sur mobile */
    }

    .image-column {
        flex: none;
        width: 100%;
        height: 400px; /* Réduire la hauteur sur mobile */
        margin-top: 0; /* Pas de chevauchement sur mobile */
        order: 1; /* Image en premier */
        padding-bottom: 20px;
    }

    .small-cards-row {
        flex-direction: column;
    }
}

/* 2 */
/* Styles généraux pour la section et le contexte */
.profile-details-section {
    padding: 0;
    font-family: "Raleway", sans-serif;
}

.dark-background-area {
    background-color: #002244; /* Couleur de fond bleu foncé/marine (similaire à l'image) */
    color: #fff;
    padding: 40px 20px;
    display: flex; /* Utiliser Flexbox pour aligner les éléments à l'intérieur */
    flex-direction: column;
}

.context-text-area {
  background-color: #0a0819 !important;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    text-align: start;
    color: #f1f1f1;
    border-radius: 30px;
}
.context-text-area h3 {
  color: #ffffff;
}

.location-tag {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    color: #99aacc; /* Couleur claire pour le tag */
    margin-bottom: 10px;
}

.context-text-area h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.context-text-area p {
    font-size: 1em;
    color: #cccccc;
}

/* Conteneur Flexbox pour les deux cartes d'information */
.info-cards-container {
    display: flex;
    gap: 20px; /* Espace entre les deux cartes */
    flex-wrap: wrap; /* Permet aux cartes de passer à la ligne sur mobile */
}

/* Style de base pour les cartes d'information */
.info-card {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1; /* Permet aux cartes de prendre une part égale de l'espace */
    min-width: 280px; /* Largeur minimale pour éviter qu'elles ne soient trop étroites */
}

.card-title {
    font-size: 1em;
    font-weight: bold;
    color: #007bff; /* Couleur d'accentuation pour le titre (bleu) */
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* Style des listes dans les cartes */
.info-card ul {
    list-style: none; /* Supprime les puces par défaut */
    padding: 0;
    margin: 0;
}

.info-card li {
    font-size: 1em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px; /* Espace pour la puce personnalisée */
    margin-bottom: 5px;
}

/* Puce personnalisée (le tiret) */
.info-card li::before {
    content: '—'; /* Le tiret comme puce */
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #007bff; /* Couleur de la puce */
}

/* Media Query pour les petits écrans */
@media (max-width: 600px) {
    .info-cards-container {
        flex-direction: column; /* Les cartes s'empilent verticalement sur mobile */
    }

    .info-card {
        min-width: 100%;
    }
}

/* -----------------------------------------------------------
   RESPONSIVE — ACTIVÉ UNIQUEMENT SOUS 1000px
   Desktop reste EXACTEMENT COMME IL EST
----------------------------------------------------------- */
@media (max-width: 1000px) {

  .dispay-none-mobile {
      display: none !important;
  }

  /* Masquer complètement la photo */
  .profile-image-container img {
      display: none !important;
  }

  /* La zone sombre doit s’adapter au contenu */
  .dark-info-area {
      height: auto !important;
      overflow: visible !important;
      padding-bottom: 40px;
  }

  /* Le layout passe en colonne */
  .info-layout-wrapper {
      flex-direction: column !important;
      gap: 20px;
  }

  /* La colonne des cartes revient avant l’image */
  .cards-column {
      order: 1;
      position: relative !important;
      width: 100%;
      padding-right: 0;
      top: auto !important;
  }

  /* La colonne Image devient juste un espace vide */
  .image-column {
      order: 2;
      width: 100% !important;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
  }

  /* Les petites cartes s’empilent */
  .small-cards-row {
      flex-direction: column;
      gap: 20px;
  }

  /* La carte expérience ne flotte plus dans l'image */
  .roles-card-exp {
      position: relative !important;
      bottom: auto !important;
      right: auto !important;
      width: 100% !important;
      margin-top: 20px;
  }

  .exp-card-subtitle{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    color: #001645 !important;
  }
 .v-card .exp-card-text{
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #001645 !important;
  }

  /* Titres et textes légèrement réduits */
 .v-card .text-intro h1 {
      font-size: 1.8em;
  }
}




/* about 2 end */

/* About 3 start */

.vision-section {
    padding: 110px 0;
    font-family: "Raleway", sans-serif;
}

.vision-container {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
}

/* Texte de gauche */
.vision-text {
    flex: 1;
}

.vision-text h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.vision-text h2 span {
    color: #0066FF;
}

.vision-text p {
    color: #555;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 16px;
}

/* Cartes de droite */
.vision-cards {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.v-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    margin-top: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9e9e9;
}

.v-card h3 {
    font-size: 12px;
    color: #0066FF;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.v-card p {
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .vision-container {
        flex-direction: column;
    }

    .vision-cards {
        grid-template-columns: 1fr;
    }
}

/* About 3 End */

/* About 4 start */

.section-container {
    width: 100%;
    padding-top: 100px;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color:#0066FF;
    font-family: "Raleway", sans-serif;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #6B7280;
    margin-bottom: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}

.center {
    text-align: center;
}

/* -----------------------
   2. ACCORDÉONS
------------------------ */
.accordion-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    overflow: hidden;
}

.accordion-btn {
    width: 100%;
    background: #fff;
    padding: 18px;
    font-size: 1rem;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-btn .icon {
    font-size: 22px;
    color: #1E40AF;
}

.accordion-content {
    padding: 0 18px 0 18px;
    font-size: 0.95rem;
    color: #4B5563;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}

.accordion-content h3 {
   font-family: "Raleway", sans-serif;
   font-weight: 700;
   color: #0066FF;
}
.accordion-content p{
   font-family: "Raleway", sans-serif;
   font-weight: 700;
   color: #1e1e1e;
}

.accordion-content.open {
    padding: 0 18px 16px;
    max-height: 200px;
}


@media (min-width: 768px) {
    /* Nous conservons uniquement les styles de typographie responsifs */

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.05rem;
    }
}

.section-engagement h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    color: #0066FF;
}
.section-engagement .container{
  overflow: visible;
}

.section-engagement p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
}


.section-engagement ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    margin-bottom: 10px; 
     }



/* About 4 end */

.programmes {
  padding: 40px 5%;
  background: #f4f7fb;
}

.container-programmes {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TEXTE */
.tag {
  color: #2f60ff;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;

}

.content h1 span {
  color: #2f60ff;
}

.content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

/* GRILLE IMAGES */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s ease;
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .container-programmes {
    grid-template-columns: 1fr;
  }

  .content h1 {
    font-size: 36px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ... (Le CSS du body, programmes, tag, content reste le même) ... */

/* Conteneur principal (Texte + Images) */


/* Redéfinir la largeur du texte et du conteneur d'images */
.content {
    /* 40% pour le texte */
    flex-basis: 40%; 
}

/* GRILLE D'IMAGES DÉFILANTE */
.gallery-container {
    /* 60% pour la grille */
    flex-basis: 60%; 
    /* Définit la "fenêtre" visible et cache ce qui déborde */
    height: 600px; 
    overflow: hidden;
    position: relative; /* Pour positionner les images si besoin, mais surtout pour le JS */
    border-radius: 12px;
}

/* Conteneur des 3 colonnes, positionnées côte à côte */
.gallery-columns {
    display: flex;
    justify-content: space-between;
    height: 100%; /* S'assurer que le conteneur prend toute la hauteur de la fenêtre */
    gap: 15px;
}

/* Les colonnes individuelles */
.column {
    /* Chaque colonne prend 1/3 de la largeur disponible */
    width: calc(33.333% - 10px); /* Ajuster pour le gap */
    /* CRUCIAL : La colonne doit être plus haute que la fenêtre pour permettre le défilement */
    /* La hauteur réelle sera calculée par le JS, mais cela sert de base */
    height: auto; 
    /* Les images ne doivent pas être cachées ici, seulement dans .gallery-container */
    display: flex; /* Utiliser flex pour empiler les images verticalement */
    flex-direction: column;
    gap: 15px; /* Espacement entre les images dans la colonne */
    padding: 0;
}

/* Styles des Images */
.column img {
    width: 100%;
    /* Hauteur fixe ou aspect ratio pour l'uniformité visuelle */
    height: 180px; 
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    /* Enlever le hover: scale si le défilement est en cours pour éviter les saccades */
    transition: none; 
}

/* RETIRER LE RESPONSIVE PRÉCÉDENT */
@media (max-width: 900px) {
  .container-programmes {
    flex-direction: column; /* Empiler Texte puis Grille sur petits écrans */
  }

  .content, .gallery-container {
    flex-basis: 100%; 
  }

  .content h1 {
    font-size: 36px;
  }
}

/* Start about section 3  */

.stats-section {
    background-color: #0b1a37; /* Couleur de fond bleu très foncé */
    padding: 80px 0; /* Espacement vertical */
}

.stats-section .container {
    max-width: 1200px; /* Largeur maximale du contenu */
    margin: 0 auto; /* Centrer le conteneur */
    padding: 0 15px; /* Espacement intérieur sur les côtés */
}

.stats-intro-text {
    color: #5384d9; /* Couleur gris clair pour le texte d'intro */
    font-size: 0.85rem;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px; /* Espace sous le texte d'intro */
    text-align: center;
}


.stat-item {
    padding: 20px 55px;
    
    /* Ajustez l'espacement entre les blocs si nécessaire, ici Bootstrap `col-md-4` le gère */
}

.stat-number {
    font-size: 3.5rem; /* Grande taille pour les chiffres */
    font-weight: 700; /* Gras */
    font-family:"Raleway", sans-serif;
    color: #007bff; /* Couleur bleue d'accentuation pour les chiffres */
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: start;
} 

.stat-description span {
    color: #007bff; /* Couleur bleue d'accentuation pour les mots clés */
    font-weight: 700;
}

.stat-description {
    font-size: 1rem;
    color: #c0c9d6; /* Couleur gris clair pour les descriptions */
    line-height: 1.6;
    font-family: "Barlow", sans-serif;
    text-align: start;
    font-weight: 500;
    max-width: 280px; /* Limite la largeur du texte pour éviter qu'il ne s'étire trop */
    margin-left: auto;
    margin-right: auto; /* Centrer le paragraphe dans son conteneur */
}

/* Responsive pour les petits écrans */
@media (max-width: 768px) {
    .stats-section {
        padding: 50px 0;
    }

    .stat-number {
        font-size: 3rem; /* Légèrement plus petit sur mobile */
    }

    .stat-item {
        margin-bottom: 40px; /* Plus d'espace entre les éléments empilés */
    }

    .stat-item:last-child {
        margin-bottom: 0; /* Pas de marge sous le dernier élément */
    }
}

/*Section Projet */

.projects {
  width: 100%;
  max-width: 1300px;
  margin: 80px auto;
}

.projects h2 {
  font-size: 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0b1c36;
  margin-bottom: 5px;
}

.subtitle {
  color: #555;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filters button {
  padding: 10px 18px;
  border-radius: 20px;
  border: none;
  font-family: "Barlow", sans-serif;
  background: #e9efff;
  cursor: pointer;
  font-size: 14px;
}

.filters button.active {
  background: #3b5cff;
  color: white;
}

/* GRID */
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Style pour le bouton actif (exemple) */
.filters button.active {
    background-color: #007bff; /* Couleur de votre choix */
    color: white;
    border: 1px solid #007bff;
}

/* Style de base pour les boutons inactifs */
.filters button {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    /* Ajoutez ici votre style de bouton par défaut */
}

/* Style pour la grille, si vous voulez des colonnes */
.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Espace entre les cartes */
}

/* CARD */
.project-card {
  background: white;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card h3 {
  margin: 15px 0;
  color: #101828;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.project-card p {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  text-align: start;
  line-height: 1.6;
  color: #555;
}

.tags {
  margin: 20px 0 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tags span {
  background: #f1f4ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #3b5cff;
}

.stats {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.link {
  color: #3b5cff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

/* BADGES */
.badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
}

.blue { background: #3b5cff; }
.green { background: #0bb07b; }
.violet { background: #7c3aed; }
.orange { background: #f59e0b; }
.red { background: #ef4444; }
.dark { background: #111827; }

/* RESPONSIVE */
@media(max-width: 900px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}


/* ================== CTA SECTION ================== */
.cta-section {
  width: 100%;
  padding: 120px 20px;
  background: radial-gradient(circle at top, #1a274a, #0a0f23);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cta-content {
  max-width: 900px;
}

.cta-content h2 {
  color: white;
  font-size: 42px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ================== btn BOUTONS ================== */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  padding: 16px 28px;
  border-radius: 40px;
  font-size: 15px;
  text-decoration: none;
  border: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary {
  background: #0066FF;
  color: #f1f1f1;
  border: none;
}

.btn-primary:hover {
  background: #0a0b4d;
  transform: translateY(-2px);
}
.btn-secondary {
  background: #0066FF;
  color: #f1f1f1f1;
  border: none;
}
.btn-white {
  background: #f1f1f1;
  color: #000;
  border: none;
}
.btn-white:hover {
  background: #0066FF;
  color: #f1f1f1;
  border: none;
}

.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4);
  color: white;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* ================== FOOTER ================== */
.footer {
  width: 100%;
  padding: 25px 40px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7a808a;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links {
  display: flex;
  gap: 25px;
}

.footer-links a {
  color: #002244;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #002244;
}

/* ================== RESPONSIVE ================== */
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 32px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}

/* Google Translate */
/* --- Masquer tout ce qui vient de Google Translate --- */

/* Supprime logos, textes, images, liens Google */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget img,
.goog-te-gadget-simple,
.goog-te-menu-value,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Supprime la barre "Traduction" qui s’affiche parfois en haut */
iframe.goog-te-banner-frame {
    display: none !important;
}

/* Empêche le body de descendre quand Google injecte sa bannière */
body {
    top: 0 !important;
}

/* Cache l’overlay translucide que Google met parfois */
.goog-te-overlay {
    display: none !important;
    background: none !important;
}

/* Cache l’énorme conteneur que Google ajoute au body */
.skiptranslate {
    display: none !important;
}

/* Cache menu flottant */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Cache bouton "Select Language" automatique */
.goog-te-combo {
    display: none !important;
}

.distinction div{
margin-top: 25px;
}