/*
- File name       : index.css
- Description     : This file includes index.html styles.
- Author          : Nifty Theme.
- Author          : Osama Bakri.
- Template name   : MIC.
- Version         : 1.0.0
- Created         : 21/8/2020.
- Contact         : niftytheme@gmail.com
- Copyright       : @ 2020 NiftyTheme All Rights Reserved.
- License         : You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
**/

/* --------------------------------- */

/* HEADER */
header {
  padding: 120px 0 0;
  overflow: hidden;
}
header::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 9;
  box-shadow: inset 0 -40px 30px rgba(0, 0, 0, .1);
}
/* shapes */
header .shape_1 {
  left: 50%;
  bottom: 135px;
  width: 570px;
  height: 570px;
  background: linear-gradient(to right, #EDF2F8, #CCD4E1);
  border-radius: 50%;
  transform: translateX(-50%);
}
header .shape_2 {
  left: 3%;
  bottom: 30%;
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #EDF2F8, #CCD4E1);
  border-radius: 50%;
}
header .shape_3 {
  left: 15%;
  bottom: -60px;
  width: 160px;
  height: 160px;
  background: linear-gradient(to right, #EDF2F8, #CCD4E1);
  border-radius: 50%;
}
header .shape_4 {
  right: 25%;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #EDF2F8, #CCD4E1);
  border-radius: 50%;
}
header .shape_5 {
  left: 20%;
  bottom: 30%;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  opacity: .4;
}
/* user image */
header .user_image {
  bottom: 0;
  left: 80px;
  z-index: 8;
}
/* name popup */
header .name_popup {
  top: 30%;
  left: 80px;
  z-index: 9;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  min-width: 290px;
  padding: 20px 60px 20px 20px;
  box-shadow: inset 0 -6px 0 #F6F7FB, 26px 48px 50px rgba(0, 0, 0, .1);
}
/* icon */
header .name_popup img {
  width: 90px;
}
/* info */
header .name_popup .info h6 {
  font-size: 14px;
  line-height: 1.6;
  color: var(--dark);
}
header .name_popup .info h4 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
}
/* text box */
header .text_box_1 {
  z-index: 9;
  top: 450px;
	left: 130px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px;
}
header .text_box_1 p {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark_2);
}
/* feature box */
header .fe_box {
  z-index: 9;
}
header .fe_box img {
  border-radius: 50%;
  box-shadow: 1px 12px 40px rgba(0, 0, 0, .3);
}
header .fe_box h5 {
  font-size: 13px;
  color: var(--dark);
  font-weight: 700;
}
/* feature box 1 */
header .fe_box_1 {
  top: 65px;
	right: 350px;
}
header .fe_box_1 img {
  width: 120px;
}
/* feature box 2 */
header .fe_box_2 {
  top: 200px;
	right: 80px;
}
header .fe_box_2 img {
  width: 220px;
}
/* feature box 3 */
header .fe_box_3 {
  bottom: 280px;
	right: 170px;
}
header .fe_box_3 img {
  width: 80px;
}
/* social links */
header .social_links {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
header .social_links a {
  color: var(--gray);
  width: 48px;
  height: 48px;
  font-size: 17px;
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: 50%;
  transition: all .25s;
}
header .social_links a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
/* copyright */
header .copyright {
  right: 30px;
  bottom: 30px;
  color: var(--dark);
  font-weight: 600;
  font-size: 12px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  /* user image */
  header .user_image {
    left: 60px;
  }
  /* name popup */
  header .name_popup {
    top: 12%;
    left: 60px;
  }
  /* text box */
  header .text_box_1 {
    top: 250px;
    left: 65px;
  }
  /* feature box 1 */
  header .fe_box_1 {
    top: 40px;
	  right: 270px;
  }
  /* feature box 2 */
  header .fe_box_2 {
    top: 140px;
    right: 80px;
  }
  header .fe_box_2 img {
    width: 180px;
  }
  /* feature box 3 */
  header .fe_box_3 {
    bottom: 220px;
    right: 110px;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 150px 0 120px;
  }
  /* name popup */
  header .name_popup {
    position: relative !important;
    top: unset;
    left: unset;
  }
  /* icon */
  header .name_popup img {
    width: 120px;
  }
  /* info */
  header .name_popup .info h6 {
   font-size: 20px;
  }
  header .name_popup .info h4 {
    font-size: 46px;
  }
  /* text box */
  header .text_box_1 {
    position: relative !important;
    top: unset;
    left: unset;
  }
  /* feature box */
  header .fe_box  {
    position: relative !important;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  /* feature box 3 */
  header .fe_box_3 img {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  /* icon */
  header .name_popup img {
    width: 90px;
  }
  /* feature box */
  header .fe_box img {
    width: 220px;
  }
  /* social links */
  header .social_links {
    bottom: 15px;
    left: 15px;
  }
  header .social_links a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/* --------------------------------- */

/* MAIN */
main {
  background: url(./../../images/backgrounds/04.png) center no-repeat;
  background-size: cover;
}
/* --------------------------------- */

/* SE I */
/* box */
.se_i .box {
  max-width: 340px;
}
/* box image */
.se_i .box_image {
  width: 260px;
  border-radius: 26px;
}
/* box title */
.se_i .box_title {
  color: var(--dark);
  font-weight: bold;
}
/* box text */
.se_i .box_text {
  color: var(--dark_2);
  font-size: 16px;
}
@media (max-width: 991.98px) {
  /* box */
  .se_i .box {
    max-width: unset;
  }
  /* box image */
  .se_i .box_image {
    width: unset;
  }
}
/* --------------------------------- */

/* SE II */
/* box */
.se_ii .box {
  overflow: hidden;
}
/* project link */
.se_ii .box .proj_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* box info */
.se_ii .box_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 50px;
  background: var(--dark);
  opacity: .95;
  transition: all .25s;
}
.se_ii .box:hover .box_info {
  opacity: 0;
}
.se_ii .box_info h4 {
  font-weight: bold;
  color: var(--secondary);
  line-height: 1.6 !important;
  margin-bottom: 5px;
  transition: all .5s;
}
.se_ii .box:hover .box_info h4 {
  transform: translateX(100px);
}
.se_ii .box_info h2 {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 1.2 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s;
}
.se_ii .box:hover .box_info h2 {
  transform: translateX(-100px);
}
/* box info full view */
.se_ii .box_info_full_view {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 50px;
  background: var(--dark);
  opacity: 0;
  transform: scale(1);
  transition: all .25s linear;
}
.se_ii .box:hover .box_info_full_view {
  opacity: .98;
  transform: scale(1);
}
.se_ii .box_info_full_view h4 {
  font-weight: bold;
  color: var(--secondary);
  line-height: 1.6 !important;
  transform: translateX(100px);
  transition: all .5s;
}
.se_ii .box:hover .box_info_full_view h4 {
  transform: translateX(0);
}
.se_ii .box_info_full_view h2 {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 1.2 !important;
  transform: translateX(-100px);
  transition: all .5s;
}
.se_ii .box:hover .box_info_full_view h2 {
  transform: translateX(0);
}
/* color 2 class */
.has_color_2 .box_info,
.has_color_2 .box_info_full_view {
  background: #ffa45c;
}
.has_color_2 .box_info h4,
.has_color_2 .box_info_full_view h4 {
  color: #444444;
}
/* color 3 class */
.has_color_3 .box_info,
.has_color_3 .box_info_full_view {
  background: #f67e7d
}
.has_color_3 .box_info h4,
.has_color_3 .box_info_full_view h4 {
  color: #0b032d;
}
/* color 4 class */
.has_color_4 .box_info,
.has_color_4 .box_info_full_view {
  background: #6886c5;
}
.has_color_4 .box_info h4,
.has_color_4 .box_info_full_view h4 {
  color: #f6d186;
}
/* color 5 class */
.has_color_5 .box_info,
.has_color_5 .box_info_full_view {
  background: #7fa998;
}
.has_color_5 .box_info h4,
.has_color_5 .box_info_full_view h4 {
  color: #f1f1b0;
}
/* color 6 class */
.has_color_6 .box_info,
.has_color_6 .box_info_full_view {
  background: #984a59;
}
.has_color_6 .box_info h4,
.has_color_6 .box_info_full_view h4 {
  color: #ff8f56;
}
/* color 7 class */
.has_color_7 .box_info,
.has_color_7 .box_info_full_view {
  background: #fbd46d;
}
.has_color_7 .box_info h4,
.has_color_7 .box_info_full_view h4 {
  color: #654062;
}
@media (max-width: 991.98px) {
  /* box info */
  .se_ii .box_info {
    padding: 30px 40px;
  }
  .se_ii .box_info h4 {
    font-size: 20px;
  }
  .se_ii .box_info h2 {
    font-size: 20px;
  }
  /* box info full view */
  .se_ii .box_info_full_view {
    padding: 30px 40px;
  }
  .se_ii .box_info_full_view h4 {
    font-size: 20px;
  }
  .se_ii .box_info_full_view h2 {
    font-size: 24px;
  }
}
/* --------------------------------- */

/* SE III */
/* item */
.se_iii .item {
  padding: 20px 30px;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, .1);
  border-radius: 26px;
}
.se_iii .item img {
  width: 60px;
  margin-bottom: 10px;
}
.se_iii .item p {
  color: var(--dark);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3 !important;
}
/* item color classes */
.se_iii .item_1 {
  background: rgba(0, 118, 157, 0.1);
}
.se_iii .item_2 {
  background: rgba(255, 193, 7, 0.1);
}
.se_iii .item_3 {
  background: rgba(115, 160, 251, 0.1);
}
.se_iii .item_4 {
  background: rgba(93, 64, 55, 0.1);
}
.se_iii .item_5 {
  background: rgba(241, 101, 40, 0.1);
}
.se_iii .item_6 {
  background: rgba(255, 70, 140, 0.1);
}
.se_iii .item_7 {
  background: rgba(248, 217, 255, 0.2);
}
/* group */
.se_iii .timeline .group:not(:last-child) {
  margin-bottom: 60px;
}
/* year */
.se_iii .timeline .year {
  min-width: 75px;
  font-weight: bold;
  color: var(--primary);
  padding: 7px 15px;
  border-radius: 8px;
  background: rgba(58, 0, 216, 0.05);
}
/* job box */
.se_iii .timeline .job_box:not(:last-child) {
  margin-bottom: 15px;
}
.se_iii .timeline .job_box .title {
  color: var(--dark);
  font-size: 20px;
  font-weight: bold;
}
.se_iii .timeline .job_box .location {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}
@media (max-width: 1199.98px) {
  /* item */
  .se_iii .item {
    padding: 30px;
    width: 100%;
    height: unset;
  }
  .se_iii .item img {
    width: 70px;
    margin-bottom: 15px;
  }
  .se_iii .item p {
    font-size: 20px;
  }
  /* job box */
  .se_iii .timeline .job_box {
    padding: 20px;
    border: 1px solid var(--light);
    background: var(--light);
    border-radius: 16px;
  }
  .se_iii .timeline .job_box:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  /* item */
  .se_iii .item img {
    width: 50px;
  }
}
/* --------------------------------- */

/* SE IV */
.se_iv {
  /* background: url(./../../images/backgrounds/02.png) center no-repeat; */
  background-size: cover;
}
/* content */
.se_iv .content {
  max-width: 860px;
  z-index: 2;
}
/* testimonials carousel */
.se_iv .slick-list {
  margin: 0 -15px;
  padding: 0 15px;
}
.se_iv .slick-slide {
  margin: 0 15px;
}
/* slider item */
.se_iv .slider_item {
  background: #FFF;
  padding: 60px 40px;
  border-radius: 26px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
  margin-bottom: 60px;
  outline: none;
}
/* avatar */
.se_iv .slider_item .avatar {
  padding: 15px;
  border-radius: 50%;
  background: rgba(78, 41, 240, 0.1);
}
.se_iv .slider_item .avatar img {
  width: 80px;
  border-radius: 50%;
}
/* name */
.se_iv .slider_item .name {
  color: var(--pr);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2 !important;
}
/* job */
.se_iv .slider_item .job {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray);
}
/* customer social networks */
.se_iv .slider_item .customer_social_networks a {
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 1px solid var(--dark_2);
  border-radius: 50%;
  color: var(--dark_2);
  transition: all .25s;
}
.se_iv .slider_item .customer_social_networks a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}
/* item body */
.se_iv .item_body p {
  font-size: 15px;
  color: var(--gray);
}
/* item footer */
.se_iv .item_footer img {
  width: 120px;
}
/* slider dots */
.se_iv .testimonials_slider_dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.se_iv .testimonials_slider_dots li {
  margin: 0 8px;
}
.se_iv .testimonials_slider_dots li button {
  text-indent: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary);
  opacity: .2;
  transition: all .25s;
}
.se_iv .testimonials_slider_dots li.slick-active button {
  opacity: 1;
  background: var(--primary);
}
/* fluid images */
.se_iv .fluid_images .fluid_image {
  position: absolute;
  border-radius: 12px;
  z-index: 1;
  /* box-shadow: 0 20px 50px -5px rgba(0, 0, 0, .5); */
}
.se_iv .fluid_images .image_1 {
  top: 24%;
	left: 24%;
	width: 60px;
}
.se_iv .fluid_images .image_2 {
  top: 40%;
  left: 8%;
}
.se_iv .fluid_images .image_3 {
  top: 65%;
	left: 17%;
	width: 60px;
}
.se_iv .fluid_images .image_4 {
  top: 60%;
	right: 17%;
	width: 60px;
}
.se_iv .fluid_images .image_5 {
  top: 40%;
  right: 8%;
}
.se_iv .fluid_images .image_6 {
  top: 30%;
  right: 16%;
  width: 60px;
}
@media (max-width: 767.98px) {
  /* testimonials carousel */
  .se_iv .slick-list {
    padding: 0;
  }
  /* avatar */
  .se_iv .slider_item .avatar img {
    width: 100px;
  }
}
/* --------------------------------- */

/* SE V */
/* title */
.se_v .title {
  font-weight: bold;
  color: var(--dark);
}
/* input */
.se_v label input {
  color: var(--dark);
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 0;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all .25s;
}
.se_v label input:focus {
  border-color: #aaa;
}
.se_v label input::placeholder {
  font-weight: 400;
}
.se_v label textarea {
  padding: 15px;
	min-height: 140px;
	border: 1px solid #ddd;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all .25s;
}
.se_v label textarea:focus {
  border-color: #aaa;
}
.se_v label textarea::placeholder {
  font-weight: 400;
}
.se_v form button {
  padding: 14px 28px;
}
/* has_value class */
.se_v .has_value {
  border-color: #aaa;
}
/* box */
.se_v .contact_info .box h5 {
  font-size: 18px;
  color: var(--dark);
  font-family: 'Montserrat';
  font-weight: 600;
}
.se_v .contact_info .box a {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
  transition: all .25s;
}
.se_v .contact_info .box a:hover {
  color: var(--primary);
}
.se_v .contact_info .box p {
  color: var(--gray);
  font-size: 15px;
}
/* social media box */
.se_v .social_box a {
  color: var(--dark);
  width: 45px;
	height: 45px;
	text-align: center;
	background: #4e29f01a;
	border-radius: 50%;
	margin-right: 5px;
  font-size: 16px;
  transition: all .25s;
}
.se_v .social_box a:hover {
  background: var(--primary);
  color: #FFF;
}
/* --------------------------------- */
