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

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

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

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  height:100% !important;width:100% !important;
}

html {
  scroll-behavior: smooth;
}








/* 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: 50px 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;
  }
}

@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: 40px;
}

@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: #000;
  font-family: "Montserrat", sans-serif;
}

/* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */

p {
  font-family: "Montserrat", 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: #000;
  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 124, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */

img {
  max-width: 100%;
}

/* 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;
}

.nav li a {
  color: white;
}

.nav li a:hover, .nav li a.active {
  color: rgb(0, 0, 0);
}

/* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */

.section_tittle {
  margin-bottom: 76px;
}

@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: #000;
  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: #ea5267;
  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 20px;
  background-color: #adabab;
  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: #89929e !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: #ea5267;
  border: 1px solid #ea5267;
  font-family: "Montserrat", 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: #adabab;
}

/* line 106, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */

.btn_3:hover {
  background-color: #adabab;
  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: #adabab;
  border: 2px solid #adabab;
}

/* line 164, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */

.btn_4:hover {
  color: #fff !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: #ea5267;
  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: #ea5267 !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: #ea5267;
}

/* 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: #ea5267 !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: #ea5267;
}

/* 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: #ea5267;
}

/* 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*****************/

/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.home_menu .menu_btn:hover a {
  color: #fff !important;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.home_menu .main-menu-item {
  justify-content: flex-end;
  !important;
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.home_menu .main-menu-item ul li .nav-link {
  color: #ea5267;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.single_page_menu .main-menu-item {
  justify-content: flex-end;
}

/* line 27, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.single_page_menu .main-menu-item ul li .nav-link:hover {
  color: #ea5267 !important;
}

/* line 36, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  height: 72px;
}

/* line 42, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu .social_icon {
  margin-top: 10px;
}

/* line 45, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

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

/* line 50, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu .menu_icon i {
  color: #fff;
  font-size: 25px;
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu .navbar {
  padding: 0px;
}

/* line 61, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

/* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu .main-menu-item ul li .nav-link:hover {
  color: #adabab;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 61, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
}

@media (max-width: 575px) {
  /* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .main_menu .social_icon {
    display: none;
  }
}

/* line 81, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.main_menu .social_icon a {
  color: #fff;
  margin-left: 20px;
}

/* line 88, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  background-color: #ffffff;
  height: 72px;
}

@media (max-width: 991px) {
  /* line 88, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .menu_fixed {
    height: 83px;
  }
}

@media (max-width: 575px) {
  /* line 88, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .menu_fixed {
    height: 72px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 88, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .menu_fixed {
    height: 84px;
  }
}

/* line 108, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #adabab;
}

/* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #fff !important;
  background-color: #adabab;
  text-transform: capitalize;
}

/* line 128, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 991px) {
  /* line 137, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .main_menu {
    padding: 20px 0px;
  }
  /* line 141, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
  /* line 145, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 148, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 151, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: rgb(255, 255, 255);
  }
  /* line 158, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: -15px;
    top: 12px;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 169, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 176, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #adabab;
  }
  /* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .dropdown .dropdown-item:hover {
    color: #adabab !important;
  }
  /* line 188, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  /* line 197, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    position: relative;
    float: right;
    /* border-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px; */
  }
}

@media (max-width: 575px) {
  /* line 207, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  /* line 214, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    left: auto;
  }
}

/* line 224, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

/* line 230, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_menu.scss */

.dropdown:hover .dropdown-menu {
  display: block;
}

/**************** banner part css start ****************/

/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part {
  height: 1075px;
  position: relative;
  background-image: url(../img/banner_bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 2;
  background-color: #0d0f5b;
}

@media (max-width: 991px) {
  /* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part {
    height: 650px;
    background-image: none;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part {
    height: 700px;
  }
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part: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 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part: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 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 1075px;
  padding-top: 40px;
}

/* line 48, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 575px) {
  /* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 700px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text {
    text-align: center;
    padding-top: 0px;
    height: 700px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text {
    height: 700px;
  }
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text h5 {
  font-size: 30px;
  color: #fff;
}

/* line 75, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text h1 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 65px;
  line-height: 96px;
  color: #fff;
  margin-top: 35px;
}

@media (max-width: 991px) {
  /* line 75, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 75, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* line 93, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text h1 span {
  color: #ea5267;
}

/* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */

.banner_part .banner_text .btn_1 {
  border-radius: 0;
}

@media (max-width: 575px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_banner.scss */
  .banner_part .banner_text .btn_1 {
    margin-top: 0px;
  }
}

@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/_banner.scss */
  .banner_part .banner_text .btn_1 {
    margin-top: 0px;
  }
}

@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/_banner.scss */
  .banner_part .banner_text .btn_1 {
    margin-top: 0px;
  }
}

/* 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: "Cardo";
  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-image: url(../img/background.jpg);
  background-repeat: none;
}

/* 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;
  /* background-image: url(../img/fab3.jpg); */
  padding-bottom: 64px;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/* 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 transparent;
  background-color: rgb(250, 242, 137);
}

.service_part .single_service_part:hover {
  background-color: white;
  cursor: pointer;
  border-top-right-radius: 13%;
  border-top-left-radius: 13%;
}

@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: #adabab;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  color: #89929e;
  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;
  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;
  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;
  /* background-image: url(../img/fab3.jpg); */
  background-color: #adabab;
}

/* 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: #000;
  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: #adabab;
}

.alert {
  background: #89929e;
  border-radius: 0%;
}

/* 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: "Montserrat", 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: #000;
}

/* 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: #4b4b4d;
  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/banner.jpeg) 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/banner.jpeg) 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: center;
}

@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: 20px 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;
}

/*# sourceMappingURL=../css/style.map */

.carousel-inner .item {
  height: 100vh;
}

.carousel-caption {
  padding-bottom: 0px;
  /* background-color:#00000333; */
  margin-bottom: 250px;
}

.carousel-caption h2 {
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: 400;
  padding-top: 0px;
  background-color: rgb(65, 64, 64);
  opacity: .8
}

.carousel-caption h3 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  background-color: rgb(65, 64, 64);
  opacity: .8
}

.carousel-caption_tec {
  padding-bottom: 150px;
  /* background-color:#00000333; */
  margin-bottom: 320px;
}

.carousel-caption_tec h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding-top: 0px;
}

.carousel-caption_tec h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 800;
}

.carousel-caption_fab {
  padding-bottom: 150px;
  /* background-color:#00000333; */
  margin-bottom: 320px;
}

.carousel-caption_fab h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding-top: 0px;
}

.carousel-caption_fab h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 800;
}

.carousal-control.right {
  background-image: none;
}

.carousal-control.left {
  background-image: none;
}

.card-body {
  background: #000;
}

/*=========================
  Icons
 ================= */

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.card {
  margin-left: 12px;
  margin-right: -12px;
}

.card-deck {
  margin-top: 20px;
}

.lead {
  text-align: center;
}

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

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn_3 {
  margin-left: 500px;
  display: inline-block;
  padding: 13.5px 45px;
  background-color: #89929e;
  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;
  margin-top: 20px;
}

.img-thumbnail {
  margin-top: 20px;
}

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  margin-top: 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.heading {
  background: #adabab;
  padding: 25px 210px;
  text-align: center;
}

.heading button a {
  padding-left: 20px;
  padding-right: 25px;
  border-right: 2px #89929e solid;
  color: #ffff;
  font-size: 20px;
}

.btn_4 {
  margin-left: 500px;
}

.bg-dark {
  padding: 2px;
}

.card-img-overlay h5 {
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.card-img-overlay img {
  width: 50%;
  margin-left: 66px;
}

.quick-links li a {
  color: white;
  line-height: 3px;
}

*, ::after, ::before {
  line-height: 1.5rem;
}

.heading_aboutus {
  text-align: center;
  background-color: #adabab;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.heading_aboutus h4 {
  font-size: 28px;
  color: white;
  font-weight: 600;
}

.card {
  border: 0px;
}

.card-body {
  background: #89929e;
}

.card-body:hover {
  background: rgb(111, 118, 131);
  cursor: pointer;
  border-radius: 25px;
  transition: 0.5s;
}

.card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.card-text {
  text-align: justify;
}

/* .about_icon{
  font-size: 58px;
  position: absolute;
  left: 50%;
  top: 25%;

} */

.about_icon {
  background: #adabab;
  width: 120px;
  height: 120px;
  line-height: 72px;
  font-size: 48px;
  color: #89929e;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
}

/* .about_icon span{
  padding-top: 25px;
} */

.about_icon span img {
  padding: 15px;
}

.about_icon:hover {
  color: #ffffff;
  border-radius: 0;
  transition: 0.5s;
  cursor: pointer;
}

.circle {
  border: 3px solid #adabab;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.image {
  text-align: center;
}


.image img:hover {
  border: 2px solid #89929e;
  transition: .5s;
  opacity: .4;
}


.top_heading {
  height: 555px;
  text-align: center;
}

.top_heading h4 {
  color: white;
  font-size: 45px;
  padding-top: 215px;
  font-weight: 600;
}

.top_heading p {
  color: white;
  font-size: 19px;
}

.top_heading_fab {
  height: 535px;
  text-align: center;
}

.top_heading_fab h4 {
  color: white;
  font-size: 55px;
  padding-top: 100px;
}

.top_heading_fab p {
  color: white;
  font-size: 19px;
}

.genarator_detail1:hover {
  cursor: pointer;
}

.genarator_detail2:hover {
  cursor: pointer;
}

.genarator_detail3:hover {
  cursor: pointer;
}



.genarator_detail3 a i:hover {
  color: white;
}

.contact-details {
  padding: 14px 0 85px;
}

.contact-details h2 {
  color: #272727;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 0px;
}

.contact-details .contact-form input {
  height: 63px;
  width: 100%;
  background: #F5F5F5;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: 15px;
  padding-left: 27px;
}

.contact-details .contact-form input:focus {
  border-bottom: 2px solid #F21E7D;
}

.contact-details .contact-form textarea {
  height: 200px;
  width: 100%;
  background: #F5F5F5;
  border: none;
  padding-left: 27px;
  padding-top: 20px;
  resize: none;
  margin-bottom: 20px;
}

.contact-details .contact-form textarea:focus {
  border-bottom: 2px solid #F21E7D;
}

.contact-details .contact-form .contact-btn {
  width: 234px;
  background: #6063ED;
  border: 1px solid #6063ED;
  border-radius: 10px;
}

.contact-address {
  background: #adabab;
  position: absolute;
  left: 11%;
  top: 30%;
  height: 337px;
  width: 347px;
  border-radius: 6px;
  padding: 45px 35px 70px 35px;
}

.contact-address h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.contact-address li span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  display: inline-block;
  margin-left: 33px;
}

.contact_icon {
  font-size: 22px;
  color: white;
}

.contact-address .triangle-border {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 17px solid #adabab;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.heading li {
  padding-left: 95px;
  padding-right: 25px;
  border-right: 2px #89929e solid;
  color: #ffff;
  font-size: 20px;
}



/* .box-content {
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
} */

.box-content p {
  color: rgb(255, 255, 255);
}

/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #89929e;
  cursor: default;
  background-color: transparent;
  border: 0px;
  border-bottom-color: transparent;
} */

.mydiv13 {
  position: relative;
  z-index: 1;
}

.mydiv13:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
}

.mydiv_home {
  position: relative;
  z-index: 1;
}

.mydiv_home:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/g2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
}

.home_back {
  background-color: #000000;

  height: 200% !important; 
  width: 100% !important;
  /* background: rgba(208,220,198,1);
  background: -moz-linear-gradient(-45deg, rgba(208,220,198,1) 0%, rgba(64,121,17,1) 92%, rgba(64,121,17,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208,220,198,1)), color-stop(92%, rgba(64,121,17,1)), color-stop(100%, rgba(64,121,17,1)));
  background: -webkit-linear-gradient(-45deg, rgba(208,220,198,1) 0%, rgba(64,121,17,1) 92%, rgba(64,121,17,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(208,220,198,1) 0%, rgba(64,121,17,1) 92%, rgba(64,121,17,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(208,220,198,1) 0%, rgba(64,121,17,1) 92%, rgba(64,121,17,1) 100%);
  background: linear-gradient(135deg, rgba(208,220,198,1) 0%, rgba(64,121,17,1) 92%, rgba(64,121,17,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0dcc6', endColorstr='#407911', GradientType=1 ); */
}

.fab_background {
  position: relative;
  z-index: 1;
}

.fab_background:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/new_images/fab_background.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mydiv2 {
  position: relative;
  -index: 1;
}

.mydiv2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/g2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}

.generator_home {
  position: relative;
  z-index: 1;
}

.generator_home:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/new_images/home_background.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
}

.Genaratorhome h2 {
  padding-bottom: 0px;
  padding-top: 4px;
  margin-bottom: 0px;
}

.mydiv3 {
  position: relative;
  z-index: 1;
}

.mydiv3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/new_images/about_us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}

.used_generator {
  position: relative;
  z-index: 1;
}

.used_generator:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/gallery/generators/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: .4;
}

.mydiv4 {
  position: relative;
  z-index: 1;
}

.mydiv4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/new_images/tech_support.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .6;
}

.mydiv5 {
  position: relative;
  z-index: 1;
}

.mydiv5:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(65, 64, 64);
  /* background-image: url(../img/new_images/tech_support.jpeg); */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .6;
}

.tech_support {
  position: relative;
  z-index: 1;
}

.tech_support:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/new_images/tech.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .6;
}

.transparent_nav {
  position: absolute;
  width: 98%;
  top: -60px;
}

.transparent_nav1 {
  position: absolute;
  width: 101%;
  top: -60px;
}

nav>.nav.nav-tabs {
  border: none;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

nav>div a.nav-item.nav-link, nav>div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 25px;
  color: rgb(0, 0, 0);
  border-radius: 0;
  font-size: 22px;
}

nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -59px;
  left: -19%;
  border: 15px solid transparent;
  border-top-color: #494c50;
  z-index: 10;
}

nav>div a.nav-item1.nav-link1, nav>div a.nav-item1.nav-link1.active {
  border: none;
  padding: 18px 25px;
  color: rgb(0, 0, 0);
  border-radius: 0;
  font-size: 22px;
}

nav>div a.nav-item1.nav-link1.active:after {
  content: "";
  position: relative;
  bottom: -59px;
  left: -47%;
  border: 15px solid transparent;
  border-top-color: #494c50;
  z-index: 10;
}

.tab-content {
  /* background: #fdfdfd; */
  line-height: 25px;
  border: 1px solid #9099a8;
}

nav>div a.nav-item.nav-link:hover, nav>div a.nav-item.nav-link:focus {
  border: none;
  border: 1px #89929e solid;
  background: #89929e;
  color: rgb(0, 0, 0);
  border-radius: 0;
  transition: background 0.20s linear;
}

/* 
#menu ul.menus .submenu{
  display: none;
  position: absolute;
  margin-top: -40px;
  left: 100px;
  width: 180px;
}

#menu ul.menus:hover .submenu{
  display: block;
  position: absolute;
  margin-top: -40px;
  left: 100px;
  width: 167px;
}

#menu ul.menus .submenu li {
  background-color: #222121;
}
#menu a.prett {
  padding: 0 27px 0 14px
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px
} */

ul.dark_menu {
  list-style: none;
  padding: 4px 1px;
  font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-smooth: always;
  color: #000000;
  line-height: 15px;
  position: relative;
  background: #ffffff;
}

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.dark_menu li {
  float: left;
  position: relative;
  margin: 1px;
  margin-right: 20px;
}

/* Blog johanes djogzs.blogspot.com */

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu li a:hover {
  color: #fafafa;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu li a.selected {
  border-right: 1px solid #ddd;
  text-transform: uppercase;
  margin-left: 10px;
}

ul.dark_menu li a.selected, ul.dark_menu li a:active {
  color: #fafafa;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.dark_menu li ul {
  display: none;
}

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu li ul:before {
  content: " ";
  position: absolute;
  display: block;
  z-index: 1500;
  left: 0;
  top: -10px;
  height: 10px;
  width: 100%;
}

ul.dark_menu li ul {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 55px;
}

ul.dark_menu li:hover ul {
  position: absolute;
  display: block;
  z-index: 1000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  border-radius: 0px 0px 5px 5px;
  top: 52px;
  padding: 5px 0;
  list-style: none;
  background: #504f55;
  border-radius: 5px;
}

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu li ul li {
  float: none;
  margin: 0px;
}

ul.dark_menu li ul li:first-child {
  margin: 0px;
  border-top: 0 none;
}

ul.dark_menu li ul li:last-child {
  border-bottom: 0 none;
}

/* Blog johanes djogzs.blogspot.com */

ul.dark_menu [data-role="dropdown"]>a::before {
  position: absolute;
  content: " ";
  display: block;
  font-size: 15px;
  left: 100%;
  margin-left: -20px;
  top: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.dark_menu li ul li a, ul.dark_menu li ul li a:link {
  color: white;
  display: block;
  background: transparent none;
  padding: 10px 25px 10px 25px;
  white-space: nowrap;
  border-top: 1px solid white;
}

ul.dark_menu li ul li a:hover {
  background: transparent;
  -moz-transition: all 0.1s ease-in-out;
  color: #adabab;
  -webkit-transition: all 0.1s ease-in-out;
}

ul.dark_menu li a:hover {
  background: transparent;
  -moz-transition: all 0.1s ease-in-out;
  color: #adabab;
  -webkit-transition: all 0.1s ease-in-out;
}

.menujohanes {
  position: relative;
}

#search input[type="text"]:hover {
  width: 848px;
}

#search input[type="text"] {
  background: #fff url("http://3.bp.blogspot.com/-uYZni0pIn-E/T-xY2vVu_-I/AAAAAAAACUY/ZMfR3_BvRFE/s1600/SEARCH_32x32-32.png")no-repeat center left;
  font-size: 13px;
  color: #222;
  width: 0px;
  padding: 10px 0px 11px 35px;
  z-index: 9;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  margin-bottom: -1px;
  position: absolute;
  top: 0px;
  right: 27px;
}

#main4, #main5, #main6 {
  width: 303px;
  list-style-type: none;
  float: left;
  margin: 10px;
}

.main3 {
  width: 305px;
  list-style-type: none;
  padding-top: 10px;
  float: left;
}

::-webkit-scrollbar {
  height: 12px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

li#sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

li#sub:hover ul {
  display: block;
}

.contact {
  padding: 4%;
}

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

.background_color {
  background-color: #9099a8;
}

.contact-info1 img {
  margin-top: 44px;
}

.contact-info1 h2 {
  margin-bottom: 10%;
}

.col-md-9 {
  background: transparent;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.contact-form label {
  font-weight: 600;
  font-size: 16px;
}

.contact-form button {
  background: #adabab;
  color: #fff;
  font-weight: 600;
  width: fit-content
}

.contact-form button:focus {
  box-shadow: none;
}

.media-custom1 .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom1 .meta-chat {
  color: #ced4da;
}

.media-custom1 .meta-chat:hover {
  color: #868e96;
}

/* .media-custom1:focus, .media-custom1:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #adabab;
    background-color: white;
    border-radius: 10px;
  } */

.media-custom1:hover img {
  opacity: .6;
  transition: .4s ease all;
}

.media-custom1 .media-body {
  padding: 14px;
}

.media-custom1 .media-body h3 {
  font-size: 20px;
}

.media-custom1 .media-body p:last-child {
  margin-bottom: 0;
}

.text-black {
  color: black;
  text-align: center;
  font-size: 19px;
}

.text_white {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 19px;
}

.top_style {
  animation-delay: .2s;
  border: 1px solid #89929e;
  padding: 0px;
}

.top_style:hover {
  cursor: pointer;
}

.top_style h3 a {
  color: black;
  font-size: 30px;
  font-weight: 400;
}

.top_style h3 a:hover {
  color: #000000;
}

/* .top_style h3{
    margin-top: 12px;
  } */

.top_style p {
  margin-top: 12px;
  color: black;
  text-align: center;
}

/* .top_style img{
    height: 482px;
  } */

.Genaratorhome h2 a {
  color: #000;
}

.Genaratorhome p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.box16 {
  text-align: center;
  color: #fff;
  position: relative
}

.box16 .box-content, .box16:after {
  width: 100%;
  position: absolute;
  left: 0
}

.box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%);
  top: 0;
  transition: all .5s ease 0s
}

.box16 .post, .box16 .title {
  transform: translateY(145px);
  transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)
}

.box16 img {
  width: 100%;
  height: auto
}

.box16 .box-content {
  padding: 5px;
  bottom: 0;
  z-index: 1;
  height: 203px;
}

.box16 .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
}

.box16 .post {
  display: block;
  padding: 0px 0;
  font-size: 15px
}

.box16 .social li a, .box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff
}

.box16:hover .post, .box16:hover .title {
  transform: translateY(0)
}

.box16:hover .social {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0
}

.box16 .social li {
  display: inline-block
}

.box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all .3s ease 0s
}

.box17 .icon li, .box17 .icon li a {
  display: inline-block
}

.box16 .social li a:hover {
  background: #bea041
}

.box16 .social li:last-child a {
  margin-right: 0
}

.strength_bar {
  background-color: #504f55;
  width: 100%;
  height: fit-content;
  display: inline-flex;
  text-align: center;
  margin-top: 22px;
}

.top_text {
  animation-delay: .1s;
  display: inline-flex;
}

.footer-text a {
  color: rgb(0, 0, 0);
}

.footer-text a:hover {
  color: rgb(204, 204, 204);
}

/* .social_icon a i{
font-size: 20px;
}
.social_icon  .fa-facebook{
  color: #3b5998;
  background-color: white;
} */

.social_icon .fa {
  padding: 2px;
  font-size: 19px;
  width: 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

.fa-facebook {
  background: white;
  color: #3B5998;
}

.fa-facebook:hover {
  background: #3B5998;
  color: white;
  transition: .4s;
}

.fa-instagram {
  background: white;
  color: #d6249f;
}

.fa-instagram:hover {
  background: #d6249f;
  color: white;
  transition: .4s;
}

.fa-linkedin {
  background: white;
  color: #0e76a8;
}

.fa-linkedin:hover {
  background: #0e76a8;
  color: white;
  transition: .4s;
}

.fa-twitter {
  background: white;
  color: #55ACEE;
}

.fa-twitter:hover {
  background: #55ACEE;
  color: white;
  transition: .4s;
}

td {
  padding: 5px;
  border-right: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

table, tr, td, th {
  border: 1px solid rgb(255, 255, 255);
}

#table_header {
  background-color: rgb(75, 75, 75);
  color: white;
}

#table_header th {
  font-weight: 500;
}

#sub_heading {
  background-color: rgb(160, 159, 159);
  color: white;
}

#sub_header {
  background-color: rgb(240, 240, 240);
}

#even {
  background-color: rgb(253, 149, 112);
}

#even:hover {
  background-color: rgb(243, 125, 82);
  cursor: pointer;
}

#even td {
  font-weight: 500;
}

#odd {
  background-color: #fab697;
}

#odd:hover {
  background-color: #f5c3ab;
  cursor: pointer;
}

#odd td {
  font-weight: 500;
}

.head {
  text-align: center;
}

.head h4 {
  font-size: 40px;
padding-top: 330px;
font-weight: 600;
text-align: left;
}

.head span {
  font-weight: 700;
}

#Our_Mission {
  margin-bottom: 75px;
  padding-bottom: 80px;
  background-color: #D3D3D3;
  text-align: center;
}

#Our_Vision {
  margin-bottom: 75px;
  padding-bottom: 80px;
  background-color: #b2e0aa;
  text-align: center;
}

#Quality_Statement {
  margin-bottom: 75px;
  padding-bottom: 80px;
  background-color: #d7b0e7;
  text-align: center;
}

.modal-content {
  background-color: #9099a8;
}

.popup_button {
  display: inline-flex;
}

.popup_button a {
  color: #000;
}

.popup_button a:hover {
  cursor: pointer;
}

.link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 0px;
  right: 0;
  border-bottom: 1px solid #adabab;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  top: 70%;
}

.link:hover:after {
  width: 100%;
  left: 0;
  border-bottom: 1px solid #adabab;
  top: 70%;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 320px) {
  .text-size{
    font-size: 25px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    /* right:245px; */
    left: 15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
   
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    /* right:20px; */
    right: 15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 100%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: grid;
    width:100% !important;
    justify-content: center;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 0%;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 15px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 15px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 10px;
    color: black;
    float: right;
    font-weight: 400;
    padding-top: 0px;
  }
  
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 5px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 120px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 30px;
  }
  .image img {
    margin-top: 2px;
    height: 252px;
    margin-bottom: 0px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: grid;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 50px;
    margin-bottom: 3px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 12px;
    font-weight: 700;
    padding-top: 16px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 50px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 12px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 50px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 12px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: grid;
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactform1{
    display:grid;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactus iframe{
    width: 360px;
    height: 400px;
    padding: 30px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: grid;
  }
  .sub_heading1 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading2 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading3 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading4 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading5 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading6 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading7 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading8 {
    border: 3px solid white;
    padding: 3px;
  }
  
  .sub_heading9 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading10 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading11 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading12 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading13 {
    border: 3px solid white;
    padding: 15px;
  }
  .sub_heading14 {
    border: 3px solid white;
    padding: 15px;
  }
  .box-content1 p {
    color: #747070;
    font-size: 12px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: grid;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 11px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 132px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 10px;
    line-height: 15px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .navbar-brand img {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media only screen and (min-width: 320px) {
  .card-desc {
    padding: 1.25rem;
    height: fit-content;
  }
  .text-size{
    font-size: 25px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    /* right:245px; */
    left: 15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
  }
  
  @-webkit-keyframes glowing {
    0% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 3px #4FCE5D; }
    50% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 40px #4FCE5D; }
    100% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 3px #4FCE5D; }
  }
   .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    /* right:20px; */
    right: 15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
  }

  @-webkit-keyframes glowing {
    0% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 3px #4FCE5D; }
    50% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 40px #4FCE5D; }
    100% { background-color: #4FCE5D; -webkit-box-shadow: 0 0 3px #4FCE5D; }
  }
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 100%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: grid;
    justify-content: center;
    width:100% !important;
  }
 
.home1 {
  animation-delay: .1s;
  margin-left: 0%;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}
.home1 img{
  width: 300px;
  height: 513px;
}
.home2 {
  animation-delay: .3s;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 15px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}
.home2 img{
  width: 300px;
  height: 513px;
}

.home3 {
  animation-delay: .5s;
  width: 300px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 15px;

  border: 1px solid rgb(255, 255, 255);

}
.home3 img{
  width: 300px;
  height: 513px;
}
  .top_text h2 {
    font-size: 10px;
    color: black;
    float: right;
    font-weight: 400;
    padding-top: 0px;
  }
  
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 5px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 120px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 3px;
  }
  .mt{
    margin-top: 5px;
  }
  .image img {
    margin-top: 2px;
    height: 252px;
    margin-bottom: 0px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: grid;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 10px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 50px;
    margin-bottom: 3px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 12px;
    font-weight: 700;
    padding-top: 16px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 50px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 12px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 50px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 12px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: grid;
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactform1{
    display:grid;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactus iframe{
    width: 330px;
    height: 400px;
    padding: 30px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: grid;
  }
  .sub_heading1 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading2 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading3 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading4 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading5 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading6 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading7 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading8 {
    border: 3px solid white;
    padding: 3px;
  }
  
  .sub_heading9 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading10 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading11 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading12 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading13 {
    border: 3px solid white;
    padding: 15px;
  }
  .sub_heading14 {
    border: 3px solid white;
    padding: 15px;
  }
  .box-content1 p {
    color: #747070;
    font-size: 15px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: grid;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 11px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 132px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 10px;
    line-height: 15px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: fit-content;
  }
  .navbar-brand img {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media only screen and (min-width: 400px) {
  .card-desc {
    padding: 1.25rem;
    height: fit-content;
  }
  .text-size{
    font-size: 25px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
   
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 80%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: grid;
    width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 4%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}
.home1 img{
  width: 380px;
  height: 513px;
}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: 15px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}
.home2 img{
  width: 380px;
  height: 513px;
}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: 15px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
.home3 img{
  width: 380px;
  height: 513px;
}
  .top_text h2 {
    font-size: 15px;
    color: black;
    float: right;
    font-weight: 400;
    padding-top: 0px;
  }
  
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 5px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 120px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 8px;
  }
  .mt{
    margin-top: 8px;
  }
  .image img {
    margin-top: 2px;
    height: 252px;
    margin-bottom: 0px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: grid;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 3px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: grid;
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactform1{
    display:grid;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactus iframe{
    width: 400px;
    height: 400px;
    padding: 30px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: grid;
  }
  .sub_heading1 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading2 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading3 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading4 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading5 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading6 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading7 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading8 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading9 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading10 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading11 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading12 {
    border: 3px solid white;
    padding: 15px;
  }
  
  .sub_heading13 {
    border: 3px solid white;
    padding: 15px;
  }
  .sub_heading14 {
    border: 3px solid white;
    padding: 15px;
  }
  .box-content1 p {
    color: #747070;
    font-size: 15px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: grid;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 11px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 106px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 15px;
    line-height: 22px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: fit-content;
  }
  .navbar-brand img {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media only screen and (min-width: 500px) {
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right: 15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 65%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
     width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 0%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 15px;
    color: black;
    float: right;
    font-weight: 400;
    padding-top: 0px;
  }
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 5px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 120px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 115px;
  }
  .image img {
    margin-top: 2px;
    height: 252px;
    margin-bottom: 0px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: grid;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 3px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: inline-flex
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactform1{
    display:grid;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactus iframe{
    width: 500px;
    height: 465px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: grid;
  }
   
.sub_heading1 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading2 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading3 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading4 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading5 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading6 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading7 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading8 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading9 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading10 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading11 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading12 {
  border: 3px solid white;
  padding: 15px;
}

.sub_heading13 {
  border: 3px solid white;
  padding: 15px;
}
.sub_heading14 {
  border: 3px solid white;
  padding: 15px;
}
  .box-content1 p {
    color: #747070;
    font-size: 15px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: grid;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 11px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 132px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 10px;
    line-height: 15px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: fit-content;
  }
  .navbar-brand img {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .text-size{
    font-size: 25px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
   
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 70%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
    width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 4%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 22px;
    color: black;
    float: right;
    font-weight: 400;
    padding-top: 0px;
  }
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 55px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 5px;
  }
  .mt{
    margin-top: 6px;
  }
  .image img {
    margin-top: 2px;
    height: 252px;
    margin-bottom: 0px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: grid;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 3px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 3px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: inline-flex
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactform1{
    display:grid;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: grid;
  }
  .contactus iframe{
    width: 600px;
    height: 465px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: inline-flex;
  }
  
.sub_heading1 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading2 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading3 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading4 {
  border: 3px solid white;
  padding: 0px;
}

.sub_heading5 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading6 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading7 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading8 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading9 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading10 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading11 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading12 {
  border: 3px solid white;
  padding: 8px;
}

.sub_heading13 {
  border: 3px solid white;
  padding: 8px;
}
.sub_heading14 {
  border: 3px solid white;
  padding: 8px;
}
  .box-content1 p {
    color: #747070;
    font-size: 15px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: inline-flex;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 15px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 145px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 9px;
    line-height: 15px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  .navbar-brand img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .card-desc {
    padding: 1.25rem;
    height: fit-content;
  }
  .text-size{
    font-size: 28px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float1 p{
    position: fixed;
    bottom: 98px;
    font-size: 20px;
    font-weight: 600;
    color: red;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 45%;
    margin-top: -16px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
     width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 4%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 22px;
    color: black;
    float: right;
    font-weight: bold;
    padding-top: 0px;
  }
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 115px;
  }
  .image img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 50px;
    font-size: 13px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: inline-flex;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 15px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 35px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 16px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 35px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 13px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 16px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 25px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 13px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 16px;
    }
  .per_info{
    display: grid;
  }
  .for-rent{
    display: grid;
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactform1{
    display: inline-flex;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactus iframe{
    width: 600px;
    height: 500px;
   
  }
  .contactus{
    display: grid;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: inline-flex;
  }
  
.sub_heading1 {
  border: 3px solid white;
  padding: 55px;
}

.sub_heading2 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading3 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading4 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading5 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading6 {
  border: 3px solid white;
  padding: 45px;
}

.sub_heading7 {
  border: 3px solid white;
  padding: 70px;
}

.sub_heading8 {
  border: 3px solid white;
  padding: 75px;
}

.sub_heading9 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading10 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading11 {
  border: 3px solid white;
  padding: 50px;
}

.sub_heading12 {
  border: 3px solid white;
  padding: 82px;
}

.sub_heading13 {
  border: 3px solid white;
  padding: 74px;
}
.sub_heading14 {
  border: 3px solid white;
  padding: 46px;
}
  .box-content1 p {
    color: #747070;
    font-size: 13px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: inline-flex;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 20px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 132px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 10px;
    line-height: 15px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-brand img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .card-desc {
    padding: 1.25rem;
    height: fit-content;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 45%;
    margin-top: 3px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
     width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left:0%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 22px;
    color: black;
    float: right;
    font-weight: bold;
    padding-top: 36px;
  }
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 115px;
  }
  .image img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 23px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: inline-flex;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 50px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 35px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 8px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 35px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 8px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 25px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 8px;
    }
  .per_info{
    display: inline-flex;
  }
  .for-rent{
    display: inline-flex
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactform1{
    display: inline-flex;
      }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactus iframe{
    width: 500px;
    height: 630px;
   
  }
  .contactus{
    display: inline-flex;
    padding:0px
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: inline-flex;
  }
  
.sub_heading1 {
  border: 3px solid white;
  padding: 55px;
}

.sub_heading2 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading3 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading4 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading5 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading6 {
  border: 3px solid white;
  padding: 45px;
}

.sub_heading7 {
  border: 3px solid white;
  padding: 70px;
}

.sub_heading8 {
  border: 3px solid white;
  padding: 75px;
}

.sub_heading9 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading10 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading11 {
  border: 3px solid white;
  padding: 50px;
}

.sub_heading12 {
  border: 3px solid white;
  padding: 82px;
}

.sub_heading13 {
  border: 3px solid white;
  padding: 74px;
}
.sub_heading14 {
  border: 3px solid white;
  padding: 46px;
}
  .box-content1 p {
    color: #747070;
    font-size: 13px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: inline-flex;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 20px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 100px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 15px;
    line-height: 25px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-brand img {
    width: 98%;
  }
  .main_menu .main-menu-item ul li .nav-link {
    color: #4b4b4d;
    font-size: 17px;
    padding: 12px 2px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 12px;
  }
}

@media only screen and (min-width:1050px){
  .text-size{
    font-size: 30px;
    font-weight: 600;
  }
  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float1{
    margin-top:16px;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float{
    margin-top:16px;
  }
  .top_text img {
  
    width: 45%;
    margin-top: 3px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
     width:100% !important;
  }
  
.home1 {
  animation-delay: .1s;
  margin-left: 0%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);

}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 2px solid black;
  border: 1px solid rgb(255, 255, 255);


}
  .top_text h2 {
    font-size: 22px;
    color: #000000;
    float: right;
    font-weight: bold;
    padding-top: 36px;
  }
  
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 55px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 115px;
  }
  .image img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 50px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: inline-flex;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 50px
  }
  .genarator_detail1 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 35px;
    display: flex;
  }
  .genarator_detail1 h4 {
    /* border-right:2px solid #89929e;   */
    font-size: 15px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 8px;
  }
    .genarator_detail2 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 35px;
      display: flex;
    }
    .genarator_detail2 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 15px;
      padding-left: 8px;
    }
    .genarator_detail3 {
      background-color: #D3D3D3;
      height: 60px;
      margin-bottom: 25px;
      display: flex;
    }
    .genarator_detail3 h4 {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      padding-left: 8px;
    }

}
/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .card-desc {
    padding: 1.25rem;
    height: fit-content;
  }
  .text-size{
    font-size: 29px;
    font-weight: 600;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float{
    margin-top:16px;
  }

  .float1{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
  }
  
  .my-float1{
    margin-top:16px;
  }
  .top_text img {
  
    width: 33%;
    margin-top: 3px;
  }
  .home_top{
    padding: 10px;
    padding-top: 30px;
    display: flex;
    height:90vh;
    width:100% !important;
  }
.home1 {
  animation-delay: .1s;
  margin-left: 0%;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgb(255, 255, 255);
}

.home2 {
  animation-delay: .3s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 1px solid rgb(255, 255, 255);
}

.home3 {
  animation-delay: .5s;
  width: 380px;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 0px;
  border: 1px solid rgb(255, 255, 255);

}
  .top_text h2 {
    font-size: 24px;
    color: #4b4b4d;
    float: right;
    font-weight: bold;
    padding-top: 36px;
  }
  
  .mt1{
    margin-top: 138px;
  }
  .mt{
    margin-top: 115px;
  }
  .image img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image h4 {
    margin-top: 55px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .image1 img {
    margin-top: 28px;
    height: 252px;
    margin-bottom: 40px;
    width: 360px;
    opacity: 1;
  }
  .image1 h4 {
    margin-top: 55px;
    font-size: 23px;
    font-weight: 500;
    color: black;
  }
  .detail_dispaly{
    display: inline-flex;
  }
  .genarator_detail3 a {
    padding-left: 50px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 18px;
    padding-left: 50px
  }
  
.genarator_detail1 {
  background-color: #D3D3D3;
  height: 60px;
  margin-bottom: 35px;
  display: flex;
}
.genarator_detail1 h4 {
  /* border-right:2px solid #89929e;   */
  font-size: 15px;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 16px;
}
  .genarator_detail2 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 35px;
    display: flex;
  }
  .genarator_detail2 h4 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 16px;
  }
  .genarator_detail3 {
    background-color: #D3D3D3;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
  }
  .genarator_detail3 h4 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 22px;
    padding-left: 16px;
  }
  .per_info{
    display: inline-flex;
  }
  .for-rent{
    display: inline-flex
  }
  .free_survay{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactform1{
display: inline-flex;
  }
  .load_calculator{
    text-align:justify;
    padding: 0px;
    display: inline-flex;
  }
  .contactus{
    display: inline-flex;
    padding:0px
  }
  .contactus iframe{
    width: 600px;
    height: 630px;
   
  }
  .box-content1 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.11);
    display: inline-flex;
  }
  
.sub_heading1 {
  border: 3px solid white;
  padding: 55px;

}

.sub_heading2 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading3 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading4 {
  border: 3px solid white;
  padding: 30px;
}

.sub_heading5 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading6 {
  border: 3px solid white;
  padding: 45px;
}

.sub_heading7 {
  border: 3px solid white;
  padding: 70px;
}

.sub_heading8 {
  border: 3px solid white;
  padding: 75px;
}

.sub_heading9 {
  border: 3px solid white;
  padding: 44px;
}

.sub_heading10 {
  border: 3px solid white;
  padding: 53px;
}

.sub_heading11 {
  border: 3px solid white;
  padding: 50px;
}

.sub_heading12 {
  border: 3px solid white;
  padding: 82px;
}

.sub_heading13 {
  border: 3px solid white;
  padding: 74px;
}
.sub_heading14 {
  border: 3px solid white;
  padding: 46px;
}
  .box-content1 p {
    color: #747070;
    font-size: 15px;
  }
  .box-content1 h2 {
    color: #747070;
    font-size: 30px;
  }
  .display_pic {
    display: inline-flex;
    padding: 0px
  }
  .strength_bar span {
    font-weight: 600;
    font-size: 20px;
    color: white;
  }
  .box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 100px 0 60px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s;
  }
  .box16 .social p {
    font-size: 15px;
    line-height: 25px;
  }
  .media-custom1 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    border: 1px solid #89929e;
    padding: 3px;
    height: 280px;
  }
  ul.dark_menu li a, ul.dark_menu li a:link {
    font-size: 18px;
    color: #4b4b4d;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 17px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-brand img {
    width: 74%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
}
  .main_menu .main-menu-item ul li .nav-link {
    color: #4b4b4d;
    font-size: 17px;
    padding: 12px 2px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 12px;
  }
}
.fabrication_ul{
list-style-type: decimal;
padding: 20px;
    font-size: 16px;
   
}
.fabrication_ul li{
  line-height: 30px;
  text-align: justify;
}
.fabrication_ul ul{
  list-style: disc;
}
.card-content {
  margin: 20px 0px;
	background: #ffffff;
	border: 4px;
  box-shadow: 0px 0px 12px 0px black;
  border-radius: 10px;
}

.card-desc h3 {
	color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
  text-align: justify;
	color: #747373;
	font-weight: 400;
	font-size: 15px;
    line-height: 2;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

.gallery_heading h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #c6bcbc;
  color: black;
  font-weight: 300;
  font-size: 40px;
}
.menu_icon{
  color: white;
    border: 1px solid white;
    border-radius: 6px;
    padding: 2px;
    font-size: 16px;
}
.contactpage{
  color: black;
  font-size: 20px !important;
}



    