/*

01. Base
02. Typography
03. Header
04. Skills
05. Portfolio
06. Clients
07. Blog
08. Helper
09. Buttons
10. Preloader
11. Bootstrap Elements
12. Theme Elements
13. Slick Settings
14. Responsive Settings

*/

/*=================================================================*/
/*                      BASE                              
/*=================================================================*/
* {
  scroll-behavior: smooth;
}

@font-face {
  font-family: myFirstFont;
  src: url(/fonts/Smooth\ Fantasy.otf);
}


body {
  color: #626468;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-dark {
  color: #000 !important;
}

.relative {
  position: relative;
}

.color-white {
  color: #FFF;
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #FFF;
}

.background-blue {
  background: #E30613;
}

/*=================================================================*/
/*                      TYPOGRAPHY                              
/*=================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;

  font-weight: 700;
  margin: 20px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}


blockquote {
  padding: 20px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  background: #F7F7F7;
  border-radius: 10px;
}

blockquote p {
  line-height: 1.6;
}

/* === Pre === */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

.z-1 {
  z-index: 1;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

/*=================================================================*/
/*                      HEADER                              
/*=================================================================*/
header.left {
  background-color: #E30613;
  color: white;
  border-radius: 10px;
  min-height: 650px;
  max-height: 650px;
  top: 10px;
  overflow: hidden;
  position: fixed;
  width: 265px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header a {
  color: white;
}

header a:hover {
  color: white;
}

header.left nav {
  margin-top: 20px;
}


header.left .header-inner {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  position: absolute;
}

header.left .mCustomScrollBox {
  width: 100%;
  overflow: visible;
}

header.left .mCSB_inside>.mCSB_container {
  margin-right: 0;
  min-height: 99.91%;
  overflow: visible;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header.left .mCSB_scrollTools {
  top: 20px;
  right: -10px;
  bottom: 20px;
}

header.left button.close {
  display: none;
  outline: none;
  padding: 0;
  background-color: #FFF;
  border: 0;
  -webkit-appearance: none;
  opacity: 1;
  color: #FF5959;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  margin-top: 16px;
  margin-right: 18px;
  position: relative;
  z-index: 1;
}

header .site-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

header .site-title.dot:after {
  content: "";
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  height: 8px;
  width: 8px;
}

header .site-slogan {
  font-size: 13px;
  text-transform: capitalize;
}

header .vertical-menu {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .vertical-menu i {
  margin: 0 16px 0px 0;
  width: 20px;
  height: 20px;
}

header .vertical-menu li {
  line-height: 2.5;
  position: relative;
}

header .vertical-menu li a {
  margin-left: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .vertical-menu li a:hover {
  margin-left: 5px;
  color: white;
}

header .vertical-menu li a.active:before {
  content: "";
  background: #000000;
  display: block;
  height: 18px;
  left: -30px;
  top: 7px;
  position: absolute;
  width: 3px;
}

header .copyright {
  font-size: 12px;
  opacity: 0.7;
}

.mobile-header {
  background: black;
  display: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 1;

}

.mobile-header.push {
  -webkit-transform: translateX(295px);
  -moz-transform: translateX(295px);
  -ms-transform: translateX(295px);
  -o-transform: translateX(295px);
  transform: translateX(295px);
}

.mobile-header .logo img {
  max-height: 40px;
  max-width: 40px;
  border-radius: 50px;
}

.mobile-header .site-title {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
}

.mobile-header .site-title.dot:after {
  content: "";
  background-color: #E30613;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  height: 6px;
  width: 6px;
}

.mobile-header button.menu-icon {
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  vertical-align: middle;
  padding: 0;
}

.mobile-header button.menu-icon span {
  background: #FFF;
  border-radius: 10px;
  display: block;
  height: 4px;
  width: 25px;
}

.mobile-header button.menu-icon span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mobile-header a {
  color: #FFF;
}

.mobile-header a:hover {
  text-decoration: none;
}

.site-wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

main.content {
  margin-bottom: 50px;
  width: 875px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main.content.push {
  -webkit-transform: translateX(295px);
  -moz-transform: translateX(295px);
  -ms-transform: translateX(295px);
  -o-transform: translateX(295px);
  transform: translateX(295px);
}

section {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

section.white-bg {
  background: #FFF;
}

section.padding {
  padding: 40px;
}

section.padding-50 {
  padding: 50px;
}

section.padding-25 {
  padding: 25px;
}

section.padding-60 {
  padding: 60px 50px;
}

.section-title {
  margin: 0;
}

.section-title:after {
  content: "";
  background: #E30613;
  border-radius: 25px;
  display: block;
  height: 5px;
  margin-top: 14px;
  width: 30px;
}

/*=================================================================*/
/*                      SKILLS                              
/*=================================================================*/
.skill-item .skill-info span {
  font-size: 14px;
}

.skill-item h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.fact-item h2 {
  font-size: 36px;
  margin: 12px 0 7px;
}

.fact-item span {
  font-size: 14px;
}

.service-item {
  border: solid 1px #EFEFEF;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
}

.service-box {
  background-color: white;
  margin: 10px;
  padding: 5px;
}


.service-item h4,
.service-item i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item:hover {
  border-color: #E30613;
  background: #E30613;
  color: #FFF;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
}

.service-item:hover h4,
.service-item:hover i {
  color: #FFF;
}

/*=================================================================*/
/*                      PORTFOLIO                              
/*=================================================================*/

.price-item {
  border: solid 1px #EFEFEF;
  border-radius: 10px;
  padding: 40px 10px;
  height: 145px;
  background-color: #E30613;
  color: white;
}

.price-item i {
  background: #FFF;
  font-size: 24px;
  color: black;
  display: block;
  border-radius: 50%;
  border: solid 1px #EFEFEF;
  height: 55px;
  line-height: 55px;
  left: 50%;
  top: -27.5px;
  position: absolute;
  text-align: center;
  width: 55px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-item .price-icon+.plan {
  margin-top: 25px;
}

.price-item .plan {
  font-size: 12px;
  color: #FFF;
  background: #FF5959;
  border-radius: 25px;
  display: inline-block;
  padding: 1px 9px;
}

.price-item .price {
  font-size: 36px;
  margin: 25px 0;
}

.price-item .price em {
  font-size: 18px;
  font-style: normal;
  vertical-align: super;
  margin-right: 4px;
}

.price-item .price span {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.price-item ul {
  list-style: none;
  padding-left: 0;
  margin: -8px 0;
}

.price-item ul li {
  line-height: 30px;
}

.price-item .btn {
  margin-top: 30px;
}

.price-item.recommended {
  color: #FFF;
  background: #4A63E7;
}

.price-item.recommended .price {
  color: #FFF;
}

.price-item.recommended .price span {
  color: #FFF;
}

.testimonial-item {
  border: solid 1px #EFEFEF;
  border-radius: 10px;
  padding: 30px 25px;
}

.testimonial-item .symbol {
  font-weight: bold;
  color: #FF5959;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

.testimonial-item p {
  margin-bottom: 0;
}

.testimonial-item .testimonial-details {
  margin-top: 25px;
}

.testimonial-item .testimonial-details .thumb {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

.testimonial-item .testimonial-details .info {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.testimonial-item .testimonial-details .info h4 {
  margin: 0;
}

.testimonial-item .testimonial-details .info span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/*=================================================================*/
/*                      CLIENTS                              
/*=================================================================*/
.client-item {
  height: 45px;
  width: 157px;
  position: relative;
  background-color: rgba(226, 226, 226, 0.156);
  border: 1px solid #3b93f7;
  margin: 2px 2px;
  font-size: 10px;
  border-radius: 40px;
  color: #3b93f7;
  display: inline-block;

}

.client-item .inner {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.client-item img {
  display: inline-block;
}

/*=================================================================*/
/*                      BLOG                              
/*=================================================================*/

.contact-info {
  display: inline-block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 10px;
  text-align: center;
}

.contact-info i {
  font-size: 20px;
  color: white;
  padding: 13px 0;
  display: block;
  background-color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-info i:hover {

  background-color: #E30613;

}

/*=================================================================*/
/*                      HELPER                              
/*=================================================================*/
.overlay {
  background: black;
  left: 0;
  top: 0;
  opacity: 0.5;
  height: 100%;
  position: absolute;
  width: 100%;
}

.icon-circle {
  font-size: 24px;
  color: #FFF;
  display: inline-block;
  background: #FF5959;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.icon-simple {
  color: #FF5959;
  font-size: 24px;
}

#infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

#infscr-loading img {
  display: none;
}

.shadow-blue {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(74, 99, 231, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(74, 99, 231, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(74, 99, 231, 0.1);
}

.shadow-dark {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

.parallax {
  background-size: 36% 112%;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*=================================================================*/
/*                     BUTTONS
/*=================================================================*/
.btn {
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 6px 10px;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn i {
  font-size: 16px;
  padding: 0 8px 0 0;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-default {
  color: #FFF;
  background: #000000;
}

.btn-default-1 {
  color: #FFF;
  background: #4FCE5D;
}

.btn-default-1 .fa {
  font-size: 20px;
}


.btn-default:hover {
  background: #E30613;
  color: #FFF;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-alt {
  color: #FFF;
  background: #4A63E7;
}


.btn-default-1:hover,
.btn-alt:hover {
  color: #FFF;
  background: #E30613;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-border {
  color: #FFF;
  background: #4A63E7;
}

.btn-border:hover {
  color: #FFF;
  background: #000;
}

.btn-border-light {
  color: #FFF;
  border: solid 1px #FFF;
  background: transparent;
}

.btn-border-light:hover {
  color: #000;
  background: #FFF;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-full {
  text-align: center;
  width: 100%;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 6px 15px;
  font-size: 14px;
}

.btn-sm {
  padding: 17px 16px;
  font-size: 12px;
  line-height: 0;
}

.btn-xs {
  padding: 12px 10px;
  font-size: 12px;
  line-height: 0;
}

/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb>.active {
  color: #9c9c9c;
}

/* === Form Control === */
.form-control {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background-color: #FFF;
  background-image: none;
  border: solid 1px #E3E3E3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #FF5959;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #999;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.form-control::placeholder {
  color: #999;
}

.form-group {
  margin-bottom: 20px;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
.social-icons li:not(:last-child) {
  margin-right: 0.3rem;
}

.social-icons li a {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border-radius: 50%;
  display: block;
  height: 34px;
  text-align: center;
  padding: 6px;
  width: 34px;

}

.social-icons li a:hover {
  background: #ffffff;
  color: rgb(0, 0, 0);

}

/* === Go to Top === */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 43px;
  height: 43px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  z-index: 4;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 9px;
  font-size: 14px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#return-to-top:hover {
  background: black;
}

.rounded {
  border-radius: 20px !important;
}

.background-white {
  background: #FFF;
}

/*=================================================================*/
/*                      SLICK SETTINGS
/*=================================================================*/
.slick-slide {
  height: auto;
  outline: none;
}

.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  border-radius: 0;
  top: calc(50% - 40px);
  z-index: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background: #000;
}

.slick-prev {
  left: 0;
}

.slick-prev:hover {
  background: #000;
}

.slick-next {
  right: 0;
}

.slick-next:hover {
  background: #000;
}

.slick-next:before,
.slick-next:after {
  left: 20px;
}

.slick-prev:before,
.slick-prev:after {
  left: 17px;
}

.slick-prev:before {
  content: "";
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  top: 8px;
  position: absolute;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.slick-prev:after {
  content: "";
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 17px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}

.slick-next:before {
  content: "";
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  top: 8px;
  position: absolute;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.slick-next:after {
  content: "";
  background: #FFF;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 17px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 0;
  margin-top: 20px;
  position: relative;
}

.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 3px;
}

.slick-dots li.slick-active {
  width: 7px;
  height: 7px;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  background: #FF5959;
  opacity: 1;
  height: 7px;
  width: 7px;
}

.slick-dots li button:before {
  content: "";
  background: #E3E3E3;
  opacity: 1;
  border-radius: 100%;
  height: 7px;
  width: 7px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  background: #FF5959;
}

/* ------------------------ */

.img-1 {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50px;
}

.timeline img {
  width: 80%;
  margin: 10px 0 40px 0;
  display: block;
}

.clients-wrapper img {
  width: 145px
}

ul,
li {
  list-style: none;
  padding: 0;
}

/* ------------------------------ */

.headerStyle {
  background-color: whitesmoke !important;
}


.left .fr {
  margin: 22px 0 0 0;
}

.titleing{
  margin: 10px 0;
  color: #333;
  font-weight: 600;
}

.bank-logo {
  max-width: 100%;
  height: 38px;
  position: absolute;
  right: 36px;
  top: 5px;
}

div.expander {
  position: relative;
  overflow: hidden;
  max-height: 70px;
  /* starting height - best to use a multiple of line-height */
  transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out;
  margin-bottom: 15px;
}

div.expander:before {
  /* this applies a faded gradient to the bottom of the expanding content when closed */
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}

.inner {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 1px;
  border-radius: 20px;
  font-size: 12px;
  color: #aaa;
  line-height: normal;
  letter-spacing: 0;
  background-color: #fafafa;
  transition: all 0.5s;
  cursor: pointer;
}

.inner:hover {
  border: 1px solid #E30613;
  color: #E30613;
  background-color: white;
  transition: all 0.5s;
}

.inner-1 {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 1px;
  border-radius: 20px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  border: 1px solid black;
  color: black;
  background-color: white;
  outline: none;
  transition: all 0.5s;
}

.inner-1:hover {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 1px;
  border-radius: 20px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  border: 1px solid #E30613;
  color: #E30613;
  background-color: white;
  outline: none;
  transition: all 0.5s;
}

button:focus {
  outline: none;
}

#provide li {
  list-style-type: initial;
  margin: 0 15px;
  font-size: 16px;
}

/* ---------------------------------------------------------------------- */

#home .part-1 {
  /* position: absolute; */
  top: 10px;
  left: 20px;
  z-index: 1;
}

#home .part-1 h1 {
  color: white;
  font-size: 100px;
  margin: 0;
}

#home .part-1 p {
  color: #E30613;
  font-size: 50px;
  text-align: center;
  font-family: "myFirstFont";
}

/* --------------------------------------------------------------------------------- */
#home .part-2 {
  /* position: absolute; */
  bottom: 60px;
  left: 20px;

  z-index: 1;
  width: 70%;
}

#home .part-2 img {
  max-width: 20%;
  margin: 20px 0;
}

#home .part-2 p {
  color: white;
  margin: 0;

}

#home .btn-lg {
  margin: 15px 0;
}



/* ====================== */

.box {
  margin: 10px 0;
  padding: 10px;
  box-shadow: 0 0 5px lightgray;
  transition: all 0.5s;
  border-radius: 5px;
}


#about-jll li {
  list-style: circle;
  margin: 0 0 0 20px;
}

.c-1 {
  color: #E30613;
}

#about-jll .box:hover h5 {
  color: #E30613;

}


/* ====================== */

.acc__card {
  margin: 10px 0;
  position: relative;
}

.acc-title,
.acc-title-1,
.acc__title {
  background: #fff;
  font-size: 15px;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  border: 1px solid lightgray;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc-title {
  border-radius: 8px 8px 0 0;
}

.acc-title-1 {
  border-radius: 0 0 8px 8px;
}

.acc__title.active {
  color: #E30613;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  right: 16px;
  content: " ";
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
  top: 15px;
  border-color: #E30613;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #fff;

  display: none;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.acc__panel li {
  list-style: circle;
  margin: 0 0 0 20px;
}



/* --- Video Section Css Start --- */
.video-item-bx{
  position: relative;
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.video-item-bx::before,
.video-item-bx *{
  transition: all 0.3s ease-in-out;
}

.video-item-bx::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.video-item-bx img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.video-item-bx svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  object-position: center;
  object-fit: contain;
  z-index: 2;
}

.video-item-bx:hover::before{
  opacity: 0.1;
}

.video-item-bx:hover img{
  transform: scale(1.03);
}

.videopopup .modal-content {
    background-color: transparent;
    border-radius: 0px;
    border: none;
}

.popupvideo-container {
    width: 100%;
    padding-top: 56%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.popupvideo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
/* --- Video Section Css End --- */



.videobox{
  position: relative;
  width: 100%;
  padding-top: 56%;
}


.videobox iframe,
.videobox video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* gallery css  */


/*------ Porfolio  ------------------------------------------------*/

.gallery-filters {
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.gallery-filters .gallery-filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 5px 5px;
  margin: 0px 10px;
  color: #121212;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  width: fit-content;
  opacity: 0.8;
  border-bottom: 2px dotted transparent;
}

.gallery-filters .gallery-filter:hover {
  color: black;
  opacity: 1;
}

.gallery-filters .gallery-filter.active {
  border-color: black;
  color: black;
  opacity: 1;
}

.gallery-items {
  width: 100%;
  position: relative;
}

.gallery-item {
  width: 20%;
  position: relative;
  float: left;
  padding: 5px 5px 10px 5px;
}

.certificates-items .gallery-item{
  width: 25%;
}

.gallery-certificate-bx{
  position: relative;
  padding-top: 75%;
}

.gallery-item .gallery-certificate-bx img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.gallery-item a {
  overflow: hidden;
  border-radius: 5px;
  display: block;
  position: relative;
}

.gallery-item a .gallery-over {
  padding: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#00000042, #0000003d);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item a .gallery-over .fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: var(--color1);
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: none;
}

.gallery-item a:hover .gallery-over {
  opacity: 1;
  visibility: visible;
}

.gallery-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.gallery-item a:hover img {
  filter: grayscale(0);
}

.gallery-item .gallery-text {
  padding: 5px 0px;
  display: none;
}

.gallery-item .gallery-text h6 {
  font-weight: 600;
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 2px;
}

.gallery-item .gallery-text p {
  color: var(--color4);
  font-size: 12px;
  margin-bottom: 0;
}




.dismiss {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
}

.dismiss:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50%;
}

.dismiss .closes {
  position: absolute;
  width: 50%;
  height: 1.5px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dismiss.closes-bgcw .closes {
  background-color: white;
}

.dismiss.closes-bgcb .closes {
  background-color: rgb(0, 0, 0);
}

.dismiss:hover .closes {
  background-color: rgb(223, 7, 7);
}

.dismiss .closes:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dismiss .closes:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}



.movies-item {
  position: relative;
}

.movies-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 142%;
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #d3d3d3e0, rgb(33 35 38 / 58%) 0px 10px 10px -10px;
}

.movies-img .movies-over {
  padding: 15px 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#00000042, #000000bd);
  opacity: 0.5;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.movies-item:hover .movies-over {
  opacity: 1;
  visibility: visible;
}


.movies-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.movies-img img:hover {
  transform: scale(1.05);
}

.movies-text h6 {
  font-weight: 400;
  font-size: 16px;
  color: black;
  margin-bottom: 4px;
}

.movies-text p {
  color: black;
  font-size: 10px;
  margin-bottom: 0;
}




/*------ media section ------*/
.media-item {
  display: block;
  padding: 10px;
}

.media-item .media-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 28%);
  border-radius: 5px;
}

.media-item .media-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.media-item:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-item .media-text span.date {
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}

.media-item .media-text h6 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.50;
  overflow: hidden;
  margin-bottom: 0;
  color: #000000;
}

.media-item .media-text p {
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.75;
}


.news-bx {
  margin-bottom: 30px;
  display: inline-flex;
  justify-content: center;
  width: 49%;
  cursor: pointer;
  padding-right: 15px;
}

.news-bx img {
  width: 150px;
  height: 90px;
  flex: 0 0 150px;
  background-color: #f2f2f2;
  object-fit: cover;
  object-position: top center;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #d3d3d354, rgb(33 35 38) 0px 10px 10px -10px;
}

.news-bx:hover img {
  transform: scale(1.05);
}

.news-bx .news-content-bx {
  display: inline-block;
}

.news-bx span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #525252;
  text-transform: uppercase;
}

.news-bx h5 {
  display: block;
  color: #525252;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}

.news-bx:hover h5 {
  color: black;
}


.imgslider .imgslider-inner img {
  width: 250px;
  height: 250px;
  object-position: top center;
  object-fit: cover;
}



.contact_info {
  margin-bottom: 20px;
  transition: all .4s;
}

.contact_info:hover.contact_info p:nth-child(2),
.contact_info:hover.contact_info p:nth-child(1) {
  color: #E30613;
}

.contact_info p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 2px;
  transition: all .4s;
}

.contact_info p:nth-child(1) .fa {
  margin-right: 5px;
  font-size: 16px;
}

.contact_info p:nth-child(2) {
  transition: all .4s;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  margin-bottom: 6px;
  padding-left: 18px;
  opacity: 0.9;
  letter-spacing: 0.5px;
  color: #333;
  text-align: left;
}

.abt_vision p.ln {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.abt_vision .moreless-button {
  color: #fff;
  font-size: 14px;
  /* font-weight: 700; */
  text-align: center;
  margin-bottom: 0px;
  display: block;
  margin: 10px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.moretext {
  display: none;
}

.smf-epo-link {
  margin-bottom: 20px;
}

.smf-epo-link a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  /* border-bottom: 1px dashed #d1d1d1; */
  padding: 6px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all .4s;
}

.smf-epo-link a img {
  width: 18px;
  margin-right: 6px;
}

.smf-epo-link a:nth-child(1) img {
  width: 18px;
}

.smf-epo-link a:hover {
  margin-left: 5px;
}



.bg_home_img{
  background-image: url("../image/untitled-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}


.row_1{
  display: flex ;
  flex-direction: column;
  padding: 10px 15px;
}

.design-develop{
  color: #e0e3e9;
  transition: 0.3s ease-in-out;
  font-size: 10px;
}
.design-develop a{
  color: #e0e3e9;
  transition: 0.3s ease-in-out;
}

.design-develop a:hover{
  color: #E30613;
}