/* ----------------------------------------------------------------------------------------
Template: Bodrum - Modular Multi Purpose HTML5 Template
Version: 1.0.8
Author: Tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
- font & settings
- keyframes
- preloader
- global
- typography
- utilities
- buttons
- header
- welcome
- parallax
- features
- blog
- pricing
- login
- faq
- footer

--------------------------------------------- */
/* 
---------------------------------------------
font & settings
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap&subset=latin-ext");
/* 
---------------------------------------------
keyframes
--------------------------------------------- 
*/
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

@-webkit-keyframes welcome-flip-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-100% - -760px));
    transform: translateY(calc(-100% - -760px));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes welcome-flip-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(calc(-100% - -760px));
    transform: translateY(calc(-100% - -760px));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes driving {
  0% {
    -webkit-transform: translateY(-650px);
    transform: translateY(-650px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes driving {
  0% {
    -webkit-transform: translateY(-650px);
    transform: translateY(-650px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background: #EC1A3A url('../images/img/preloading.gif') no-repeat 50% 50%;
  background-size: 60px auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;

}

#preloader #loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  display: none;
}

#preloader #loader #box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

#preloader #loader #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}

/* 
---------------------------------------------
global
--------------------------------------------- 
*/
html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.overflow-unset {
  overflow: unset !important;
}

.overflow-initial {
  overflow: initial !important;
}

.body-gray {
  background: #F8F9FA;
}

ul {
  margin-bottom: 0px;
}

.section-blue {
  background: #f5f6f7 !important;
}

.section-red {
  background: #ec1a3a !important;
}

.section-black {
  background: #000010 !important;
}

.box {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.box.top-paper {
  position: relative;
}

.box.top-paper:before {
  content: '';
  position: absolute;
  width: 94%;
  height: 23px;
  top: -23px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  opacity: .27;
}

.box.top-paper:after {
  content: '';
  position: absolute;
  width: 97%;
  height: 12px;
  top: -12px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  opacity: .60;
}

.border-box {
  border: 1px solid #E7EAF3;
}

.bg-gray {
  background: #F8F9FA;
}
.bg-white{background: #fff;}

.bg-dark {
  background: #1A2A4F !important;
}

.bg-primary {
  background: #EC1A3A !important;
}

.bg-primary-soft {
  background: #f5f6f7  !important;
}

.bg-success {
  background: #EC1A3A !important;
}

.bg-success-soft {
  background: #FDE8EB !important;
}

.bg-warning {
  background: #FDBF30 !important;
}

.bg-danger {
  background: #DE4437 !important;
}

.border-top {
  border-top: 1px solid #EEEEEE !important;
}

.border-bottom {
  border-bottom: 1px solid #EEEEEE !important;
}

.divider {
  border-top: 1px solid #EEEEEE;
}

.profile-photo {
  width: 70px;
  height: 70px;
  background: #f5f6f7 ;
}

.header-badge {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #FDE8EB;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #EC1A3A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-black {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-black:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
  opacity: .15;
  background: #000;
}

.header-badge-white {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  min-width: 130px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.80px;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.header-badge-white:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
  opacity: .15;
  background: #fff;
}

.icon-list:hover p {
  padding-left: 5px;
}

.icon-list .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f5f6f7 ;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #EC1A3A;
  font-size: 12px;
  margin-left: 15px;
}

.icon-list p {
  -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;
}

.client-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #f5f6f7 ;
  font-size: 16px;
  color: #EC1A3A;
  margin: 0px 7px;
}

.client-social-no-bg li a {
  display: inline-block;
  font-size: 14px;
  color: #EC1A3A;
  margin: 0px 7px;
}

.client-social-no-bg li:first-child a {
  margin-left: 0px;
}

.dots-top-30 .owl-dots {
  margin-top: 20px;
}

.dots-left .owl-dots {
  text-align: left !important;
}
.dots-right .owl-dots {
  text-align: right !important;
}

.blue-dots .owl-dots {
  text-align: center;
}

.blue-dots .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0px 3px;
  outline: none;
  -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;
}

.blue-dots .owl-dots .owl-dot.active {
  background: #EC1A3A;
  width: 24px;
}

.success-dots .owl-dots {
  text-align: center;
}

.success-dots .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #f5f6f7 ;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0px 3px;
  outline: none;
  -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;
}

.success-dots .owl-dots .owl-dot.active {
  background: #EC1A3A;
  width: 24px;
}

.padding-slider .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.input-buttons {
  height: 52px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #E7EAF3;
}

.input-buttons.success button {
  background: #EC1A3A;
}

.input-buttons.danger button {
  background: #DE4437;
}

.input-buttons.warning button {
  background: #FDBF30;
}

.input-buttons.gradient {
  border: none;
}

.input-buttons.gradient button {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.input-buttons input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-right: 20px;
  padding-left: 60px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
  right: 0px;
  -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;
}

.input-buttons input:focus {
  padding-left: 25px;
}

.input-buttons input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.input-buttons input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.input-buttons button {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #EC1A3A;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0px;
  outline: none;
  left: 5px;
  top: 5px;
  padding: 0px;
}

#sidebar.sticky {
  float: none;
  position: fixed;
  top: 20px;
  z-index: 1;
  left: auto;
}

.sticky-top {
  z-index: 2 !important;
}

.form-item .lbl {
  display: block;
  margin-bottom: 5px;
}

.form-item .input, .form-item .textarea,.signup input,.signup textarea {
  width: 100%;
  outline: none;
  -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;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #B1B1B2;
  font-size: 14px;
  color: #1E2022;
  line-height: 25px;
  font-size: 14px;
}

.form-item .input:focus, .form-item .textarea:focus,.signup input:focus,.signup textarea:focus {
  border: 1px solid #EC1A3A;
  padding-left: 25px;
}
.signup .form-item {margin-bottom: 15px;}
.signup button
{
  border-radius: 3px;
  border: 2px solid #000010;
  background: #000010;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 20px;
  line-height: 25px;
  color: #fff;
  font-family: yekanbakh_semibold;
  font-size: 16px;
  width: 190px;
  margin: 40px 0;
  cursor: pointer;
}
.form-item .input::-webkit-input-placeholder, .form-item .textarea::-webkit-input-placeholder,.signup input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #919091;
}

.form-item .input:-moz-placeholder, .form-item .textarea:-moz-placeholder,.signup textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #919091;
}

.form-item .textarea {
  padding: 20px;
  resize: none;
}

.form-item .file {
  width: 100%;
  height: 52px;
  border: 1px solid #D5DAE2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.form-item .file input {
  border: none;
  outline: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 3;
}

.form-item .file span {
  float: right;
  height: 52px;
  line-height: 52px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
  z-index: 2;
}

.form-item .file .icon {
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #EC1A3A;
  left: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.form-item .file.gradient .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.form-item .checkbox {
  position: relative;
  overflow: hidden;
}

.form-item .checkbox .checkbox-input {
  position: absolute;
  right: -50px;
}

.form-item .checkbox .checkbox-input:checked + .checkbox-lbl:after {
  opacity: 1;
}

.form-item .checkbox .checkbox-lbl {
  margin-bottom: 0px;
  line-height: 22px;
  padding-right: 30px;
  font-size: 14px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.form-item .checkbox .checkbox-lbl a {
  color: #EC1A3A;
}

.form-item .checkbox .checkbox-lbl:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  background: #fff;
  border: 1px solid #D5DAE2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-item .checkbox .checkbox-lbl:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  right: 3px;
  top: 1px;
  font-size: 14px;
  color: #EC1A3A;
  -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;
  opacity: 0;
}

.form-item.custom-selectbox .bootstrap-select {
  width: 100% !important;
  height: 52px;
}

.form-item.custom-selectbox .bootstrap-select button {
  outline: none !important;
  height: 52px;
  background: #fff;
  border: 1px solid #D5DAE2;
  box-shadow: none !important;
}

.client-profile {
  opacity: .40;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.client-profile.active {
  opacity: 1;
  transform: scale(1.4);
}

.client-profile:hover {
  opacity: 1;
}

.client-text {
  -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;
  display: none;
}

.client-text.active {
  display: block;
}

.b-h-60-bg {
  position: relative;
}

.b-h-60-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  background: #EC1A3A;
}

.b-h-60-bg-g {
  position: relative;
}

.b-h-60-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  background: #000010;
}

.b-h-40-bg {
  position: relative;
}

.b-h-40-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  background: #EC1A3A;
}

.b-h-40-bg-g {
  position: relative;
}

.b-h-40-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.t-h-60-bg {
  position: relative;
  background: #F8F9FA;
}

.t-h-60-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background: #EC1A3A;
}

.t-h-60-bg-g {
  position: relative;
  background: #F8F9FA;
}

.t-h-60-bg-g:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.t-h-60-bg-gray {
  position: relative;
}

.t-h-60-bg-gray:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background: #F8F9FA;
}

.hovered-list li a {
  display: block;
  min-height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f5f6f7 ;
}

.hovered-list li a:hover .icon, .hovered-list li a.active .icon {
  width: 55px;
  background: #EC1A3A;
  color: #fff;
}

.hovered-list li a .icon {
  float: left;
  height: 40px;
  width: 45px;
  background: #f5f6f7 ;
  text-align: center;
  line-height: 40px;
  color: #EC1A3A;
  -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;
}

.hovered-list li a span {
  float: right;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
}

.oval-bg {
  background: url(../images/welcome/3.svg) right top no-repeat;
  background-size: contain;
}

.cat-menu .show-all {
  float: left;
  font-size: 14px;
  letter-spacing: 0.50px;
  -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;
  color: #77838F;
}

.cat-menu .show-all:hover, .cat-menu .show-all.active {
  color: #EC1A3A;
}

.cat-menu ul {
  float: right;
}

.cat-menu ul li {
  display: inline;
  margin-left: 20px;
}

.cat-menu ul li a {
  font-size: 14px;
  letter-spacing: 0.50px;
  -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;
  color: #77838F;
}

.cat-menu ul li a:hover, .cat-menu ul li a.active {
  color: #EC1A3A;
}

.portfolio-content {
  margin-bottom: 30px;
}

.portfolio-content:hover:after {
  opacity: .3;
}

.portfolio-content:hover .text {
  bottom: 0px;
}

.portfolio-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #1E2022;
  z-index: 2;
  opacity: 0;
  -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;
}

.portfolio-content .text {
  position: absolute;
  padding: 15px;
  background: #EC1A3A;
  left: 0px;
  bottom: -100%;
  width: 100%;
  -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;
  z-index: 3;
}

.portfolio-content.gradient .text {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.news {
  background: #4670F9;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.news .info {
  background: #EC1A3A;
  float: left;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px;
  margin-left: 3px;
  text-align: left;
}

.news span {
  float: left;
  padding-left: 15px;
  height: 26px;
  line-height: 26px;
  padding-right: 15px;
  color: #fff;
  text-align: left;
}

.square-32 {
  width: 32px;
  height: 32px;
}

.square-50 {
  width: 50px;
  height: 50px;
}

.square-80 {
  width: 80px;
  height: 80px;
}

.square-100 {
  width: 100px;
  height: 100px;
}

.square-200 {
  width: 200px;
  height: 200px;
}

.square-300 {
  width: 300px;
  height: 300px;
}

.oval-30 {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-70 {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-90 {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.oval-130 {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.flex-1 {
  flex: 1;
}

.modal-backdrop {
  background: #293549;
}

.modal-backdrop.show {
  opacity: .75;
}

.modal-header {
  display: block;
  background: #F8F9FA;
}

.error-404 {
  font-size: 150px;
  line-height: 100px;
  font-weight: 700;
}

.pager {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}

.pager.gradient li a.active {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #fff;
}

.pager li {
  display: inline-block;
}

.pager li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  color: #77838F;
  -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;
  text-decoration: none;
}

.pager li a:hover {
  background: #f5f6f7 ;
}

.pager li a.active {
  background: #EC1A3A;
  color: #fff;
}

blockquote {
  margin: 0px !important;
  padding: 20px;
  padding-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f6f7 ;
  overflow: hidden;
}

blockquote .text {
  position: relative;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #DDE7FD;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #DDE7FD;
}

.badge-circle {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
}

.badge-circle.primary {
  background: #EC1A3A;
}

.badge-circle.success {
  background: #EC1A3A;
}

.badge-circle.warning {
  background: #FDBF30;
}

.badge-circle.danger {
  background: #DE4437;
}

.breadcrumb {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: none;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.50px;
  padding-left: 15px;
}

.breadcrumb .breadcrumb-item:first-child:before {
  content: '';
}

.breadcrumb .breadcrumb-item:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  padding-right: 15px;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}

.dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-menu .active a span {
  color: #fff;
}

.dropdown-menu a {
  outline: none;
}

.listing-select {
  border: 1px solid #E7EAF3;
  display: inline;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.listing-select a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  background: #F2F3F4;
  font-size: 14px;
  color: #77838F;
  -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;
}

.listing-select a.active {
  background: #EC1A3A;
  color: #fff;
}

.progressbar {
  width: 100%;
  background: #f5f6f7 ;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 5px;
  position: relative;
}

.progressbar.gradient .line {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.progressbar .line {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #EC1A3A;
}

.hljs {
  padding: 10px 30px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre {
  margin-bottom: 0px !important;
}

.badge {
  font-size: 14px !important;
  line-height: inherit !important;
  padding: 0px 20px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .cat-menu {
    text-align: center;
  }
  .cat-menu .show-all {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .cat-menu ul {
    float: none;
  }
  .cat-menu ul li {
    margin-left: 0px;
    display: block;
    margin-bottom: 10px;
  }
  .cat-menu ul li:last-child {
    margin-bottom: 0px;
  }
}

/* 
---------------------------------------------
typography
--------------------------------------------- 
*/
.overflow-hidden {
  overflow: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1E2022;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1.2px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.85px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.65px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.60px;
}

.display-1, .display-2, .display-3, .display-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1E2022;
  font-weight: 300;
}

.display-1 {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 3px;
}

.display-1 span {
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 3px;
}

.display-2 {
  font-size: 50px;
  line-height: 80px;
}

.display-2 span {
  font-size:50px;
  line-height: 80px;
}

.display-3 {
  font-size: 45px;
  line-height: 65px;
}

.display-3 span {
  font-size: 60px;
  line-height: 75px;
}

.display-4 {
  font-size: 37px;
  line-height: 65px;
}

.display-4 span {
  font-size: 37px;
  line-height: 65px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231f20;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

p span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

p.soft {
  color: #D9DADA;
}

span {
  color:inherit;
  font-size: inherit;
}

span a {
  color: #EC1A3A;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-15 {
  font-size: 15px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-17 {
  font-size: 17px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-19 {
  font-size: 19px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-21 {
  font-size: 21px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.l-h-16 {
  line-height: 16px !important;
}

.l-h-18 {
  line-height: 18px !important;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.link {
  color: #EC1A3A !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-white {
  color: #fff !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-white-d-n {
  color: #fff !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none !important;
}

.link-text {
  color: #77838F !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: underline !important;
}

.link-text-d-n {
  color: #77838F !important;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none !important;
}

.link-small {
  color: #EC1A3A !important;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline !important;
}

.hover-primary {
  -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;
}

.hover-primary:hover {
  color: #EC1A3A;
}

.link-reset {
  color: inherit;
  -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;
}

.link-reset:hover {
  color: #EC1A3A;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 10px;
}

.text-content p {
  margin-bottom: 20px;
}

/* 
---------------------------------------------
utilities
--------------------------------------------- 
*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

.m-b-170 {
  margin-bottom: 170px !important;
}

.m-b-180 {
  margin-bottom: 180px !important;
}

.m-b-190 {
  margin-bottom: 190px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.m-t-n30 {
  margin-top: -30px !important;
}

.m-t-n50 {
  margin-top: -50px !important;
}

.m-t-n80 {
  margin-top: -80px !important;
}

.m-t-n100 {
  margin-top: -100px !important;
}

.m-t-n200 {
  margin-top: -200px !important;
}

.m-t-n160 {
  margin-top: -160px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

.m-t-170 {
  margin-top: 170px !important;
}

.m-t-180 {
  margin-top: 180px !important;
}

.m-t-190 {
  margin-top: 190px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.m-r-130 {
  margin-right: 130px !important;
}

.m-r-140 {
  margin-right: 140px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

.m-r-170 {
  margin-right: 170px !important;
}

.m-r-180 {
  margin-right: 180px !important;
}

.m-r-190 {
  margin-right: 190px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.m-l-n20 {
  margin-left: -20px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-l-130 {
  margin-left: 130px !important;
}

.m-l-140 {
  margin-left: 140px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

.m-l-170 {
  margin-left: 170px !important;
}

.m-l-180 {
  margin-left: 180px !important;
}

.m-l-190 {
  margin-left: 190px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-l-r-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-l-r-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

.p-b-170 {
  padding-bottom: 170px !important;
}

.p-b-180 {
  padding-bottom: 180px !important;
}

.p-b-190 {
  padding-bottom: 190px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.p-b-210 {
  padding-bottom: 210px !important;
}

.p-b-220 {
  padding-bottom: 220px !important;
}

.p-b-230 {
  padding-bottom: 230px !important;
}

.p-b-240 {
  padding-bottom: 240px !important;
}

.p-b-250 {
  padding-bottom: 250px !important;
}

.p-b-260 {
  padding-bottom: 260px !important;
}

.p-b-270 {
  padding-bottom: 270px !important;
}

.p-b-280 {
  padding-bottom: 280px !important;
}

.p-b-290 {
  padding-bottom: 290px !important;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

.p-t-170 {
  padding-top: 170px !important;
}

.p-t-180 {
  padding-top: 180px !important;
}

.p-t-190 {
  padding-top: 190px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-t-260 {
  padding-top: 260px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-l-130 {
  padding-left: 130px !important;
}

.p-l-140 {
  padding-left: 140px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

.p-l-170 {
  padding-left: 170px !important;
}

.p-l-180 {
  padding-left: 180px !important;
}

.p-l-190 {
  padding-left: 190px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.p-r-130 {
  padding-right: 130px !important;
}

.p-r-140 {
  padding-right: 140px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

.p-r-170 {
  padding-right: 170px !important;
}

.p-r-180 {
  padding-right: 180px !important;
}

.p-r-190 {
  padding-right: 190px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.top-n300 {
  top: -300px;
}

.top-9 {
  top: 9px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-30 {
  top: 30px;
}

.top-40 {
  top: 40px;
}

.top-50 {
  top: 50px;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 10px;
}

.left-20 {
  left: 20px;
}

.left-30 {
  left: 30px;
}

.left-40 {
  left: 40px;
}

.left-50 {
  left: 50px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 10px;
}

.right-20 {
  right: 20px;
}

.right-30 {
  right: 30px;
}

.right-40 {
  right: 40px;
}

.right-50 {
  right: 50px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-100 {
  bottom: 100px;
}

.bottom-n1 {
  bottom: -1px;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.circle-top {
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}

.circle-bottom {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.circle-left {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.circle-right {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.circle-top-left {
  border-top-left-radius: 40px;
}

.circle-top-right {
  border-top-right-radius: 40px;
}

.circle-bottom-left {
  border-bottom-left-radius: 40px;
}

.circle-bottom-right {
  border-bottom-right-radius: 40px;
}

.border-bottom {
  border-bottom: 1px solid #E7EAF3 !important;
}

.imgfix {
  position: relative;
  overflow: hidden;
}

.imgfix.d-flex .imgfix_wrapper_layer {
  display: flex;
}

.imgfix-animate.d-flex .imgfix_wrapper_layer {
  display: flex;
}

.overlay-blue {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-blue:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #EC1A3A;
}

.overlay-blue.opacity-10:before {
  opacity: .10;
}

.overlay-blue.opacity-20:before {
  opacity: .20;
}

.overlay-blue.opacity-30:before {
  opacity: .30;
}

.overlay-blue.opacity-40:before {
  opacity: .40;
}

.overlay-blue.opacity-50:before {
  opacity: .50;
}

.overlay-blue.opacity-60:before {
  opacity: .60;
}

.overlay-blue.opacity-70:before {
  opacity: .70;
}

.overlay-blue.opacity-80:before {
  opacity: .80;
}

.overlay-blue.opacity-90:before {
  opacity: .90;
}

.overlay-gradient {
  position: relative;
  width: 100%;
  /* height: 100%; */
}

.overlay-gradient:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000010;
}

.overlay-gradient.opacity-10:before {
  opacity: .10;
}

.overlay-gradient.opacity-20:before {
  opacity: .20;
}

.overlay-gradient.opacity-30:before {
  opacity: .30;
}

.overlay-gradient.opacity-40:before {
  opacity: .40;
}

.overlay-gradient.opacity-50:before {
  opacity: .50;
}

.overlay-gradient.opacity-60:before {
  opacity: .60;
}

.overlay-gradient.opacity-70:before {
  opacity: .70;
}

.overlay-gradient.opacity-80:before {
  opacity: .80;
}

.overlay-gradient.opacity-90:before {
  opacity: .90;
}

.overlay-black {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-black:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000000;
}

.overlay-black.opacity-10:before {
  opacity: .10;
}

.overlay-black.opacity-20:before {
  opacity: .20;
}

.overlay-black.opacity-30:before {
  opacity: .30;
}

.overlay-black.opacity-40:before {
  opacity: .40;
}

.overlay-black.opacity-50:before {
  opacity: .50;
}

.overlay-black.opacity-60:before {
  opacity: .60;
}

.overlay-black.opacity-70:before {
  opacity: .70;
}

.overlay-black.opacity-80:before {
  opacity: .80;
}

.overlay-black.opacity-90:before {
  opacity: .90;
}

.overlay-black-gradient {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-black-gradient:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  /* -webkit-transform: translateY(-3px);
  transform: translateY(-3px); */
}

.transition-left-padding {
  -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;
}

.transition-left-padding:hover {
  padding-left: 5px;
}

.o-10 {
  opacity: .10;
}

.o-20 {
  opacity: .20;
}

.o-30 {
  opacity: .30;
}

.o-40 {
  opacity: .40;
}

.o-50 {
  opacity: .50;
}

.o-60 {
  opacity: .60;
}

.o-70 {
  opacity: .70;
}

.o-80 {
  opacity: .80;
}

.o-90 {
  opacity: .90;
}

.o-100 {
  opacity: 1;
}

.h-10 {
  height: 10px !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-60 {
  height: 60px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.h-90 {
  height: 90px !important;
}

.h-100 {
  height: 100px !important;
}

.h-110 {
  height: 110px !important;
}

.h-120 {
  height: 120px !important;
}

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-190 {
  height: 190px !important;
}

.h-200 {
  height: 200px !important;
}

.h-210 {
  height: 210px !important;
}

.h-220 {
  height: 220px !important;
}

.h-230 {
  height: 230px !important;
}

.h-240 {
  height: 240px !important;
}

.h-250 {
  height: 250px !important;
}

.h-260 {
  height: 260px !important;
}

.h-270 {
  height: 270px !important;
}

.h-280 {
  height: 280px !important;
}

.h-290 {
  height: 290px !important;
}

.h-300 {
  height: 300px !important;
}

.h-310 {
  height: 310px !important;
}

.h-320 {
  height: 320px !important;
}

.h-330 {
  height: 330px !important;
}

.h-340 {
  height: 340px !important;
}

.h-350 {
  height: 350px !important;
}

.h-360 {
  height: 360px !important;
}

.h-370 {
  height: 370px !important;
}

.h-380 {
  height: 380px !important;
}

.h-390 {
  height: 390px !important;
}

.h-400 {
  height: 400px !important;
}

.h-410 {
  height: 410px !important;
}

.h-420 {
  height: 420px !important;
}

.h-430 {
  height: 430px !important;
}

.h-440 {
  height: 440px !important;
}

.h-450 {
  height: 450px !important;
}

.h-460 {
  height: 460px !important;
}

.h-470 {
  height: 470px !important;
}

.h-480 {
  height: 480px !important;
}

.h-490 {
  height: 490px !important;
}

.h-500 {
  height: 500px !important;
}

.h-510 {
  height: 510px !important;
}

.h-520 {
  height: 520px !important;
}

.h-530 {
  height: 530px !important;
}

.h-540 {
  height: 540px !important;
}

.h-550 {
  height: 550px !important;
}

.h-560 {
  height: 560px !important;
}

.h-570 {
  height: 570px !important;
}

.h-580 {
  height: 580px !important;
}

.h-590 {
  height: 590px !important;
}

.h-600 {
  height: 600px !important;
}

.h-650 {
  height: 680px !important;
}

.h-850 {
  height: 850px !important;
}

.h-full {
  height: calc(100vh - 80px);
}

.h-full-footer {
  height: calc(100vh - 160px);
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.w-percent-40 {
  width: 40% !important;
}

.w-percent-80 {
  width: 80% !important;
}

.w-percent-90 {
  width: 90% !important;
}

.w-percent-98 {
  width: 98% !important;
}

.w-60 {
  width: 60px !important;
}

.w-130 {
  width: 130px !important;
}

.w-200 {
  width: 200px !important;
}

.m-w-100 {
  min-width: 100% !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

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

.h-small {
  height: 190px;
}

.h-large {
  height: 320px;
}

.text-primary {
  color: #EC1A3A !important;
}

.text-color-gradient {
  background: -webkit-linear-gradient(#0173EC, #743FE5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color-primary {
  color: #EC1A3A !important;
}

.text-color-primary-soft {
  color: #f5f6f7  !important;
}

.text-color-success {
  color: #EC1A3A !important;
}

.text-color-success-soft {
  color: #FDE8EB !important;
}

.text-color-danger {
  color: #DE4437 !important;
}

.text-color-warning {
  color: #FDBF30 !important;
}

.text-color-reset {
  color: #77838F !important;
}

.text-color-heading {
  color: #1E2022 !important;
}

.text-color-soft {
  color: #DBDFE9 !important;
}

.back-gradient {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.back-primary {
  background: #EC1A3A;
}

.back-primary-light {
  background: #1978f0;
}

.back-success {
  background: #EC1A3A;
}

.back-danger {
  background: #DE4437;
}

.back-warning {
  background: #FDBF30;
}

.back-black {
  background: #000;
}

.line-through {
  text-decoration: line-through;
}

.transform-rotate-1 {
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  -webkit-transform-origin: 25% -160%;
  transform-origin: 25% -160%;
}

.bg-soft {
  background: #F8F9FA;
}

@media (max-width: 991px) {
  .sm-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-bottom-120 {
    margin-bottom: 120px !important;
  }
  .sm-bg-primary {
    background: #EC1A3A;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-m-auto {
    margin: auto !important;
  }
  .sm-m-r-0 {
    margin-right: 0px !important;
  }
  .sm-m-x-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
  .sm-m-t-60 {
    margin-top: 60px !important;
  }
  .sm-m-t-120 {
    margin-top: 120px !important;
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-m-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-m-b-120 {
    margin-bottom: 120px !important;
  }
  .sm-p-t-120 {
    padding-top: 120px !important;
  }
  .sm-p-b-120 {
    padding-bottom: 120px !important;
  }
  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-full-footer {
    height: auto;
  }
  .sm-height-auto {
    height: auto !important;
  }
  .sm-h-220 {
    height: 220px !important;
  }
  .sm-h-900 {
    height: 900px !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-text-white {
    color: #fff !important;
  }
  .sm-full-width {
    width: 100% !important;
  }
}

/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none;
  min-width: 150px;
  outline: none;
}

.button.btn-52 {
  height: 52px;
  line-height: 52px;
}

.button:hover {
  color: #fff;
}
.colorred{color: #ec1a3a !important;}
h2 span{font-size: inherit;}
.button.button-primary {
  background: #fff;
  color: #ec1a3a;
  outline: none;
}
.button.button-primary.style2
{
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 16,1);
  background: rgba(0, 0, 16,1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  line-height: 41px;
  padding: 0 20px;
  font-size: 16px;
  font-family: yekanbakh_semibold;
  transition: all 0.2s ease-in-out;
}
.button.button-primary.style2:hover
{
    background: rgba(0, 0, 16,0.5);
    color: #fff;
    border-color: rgba(0, 0, 16,0);;
}
.button.button-primary.style3
{
  background:rgba(255,255,255,0.15);
  padding: 0 20px;
  font-size: 16px;
  font-family: yekanbakh_semibold;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.button.button-primary.style3:hover
{
    background:rgba(255,255,255,0.3);
    color: #fff;
}
.button.button-primary.style3 i{margin-left: 15px;transition: all 0.2s ease-in-out;}
.button.button-primary.style3 i path{transition: all 0.2s ease-in-out;}
.button.button-primary.style3:hover i path{stroke: #fff;}

.button.button-primary-soft {
  background: #f5f6f7 ;
  color: #EC1A3A;
  outline: none;
}

.button.button-success {
  background: rgb(0, 0, 16,1);
  outline: none;
  transition: all ease-in-out 0.3s;
}
.button.button-success:hover{background: rgb(0, 0, 16,0.5);}

.button.button-success-soft {
  background: #FDE8EB;
  color: #EC1A3A;
  outline: none;
}

.mini-button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none;
  min-width: 70px;
  outline: none;
}

.mini-button:hover {
  color: #fff;
}

.mini-button.button-primary {
  background: #EC1A3A;
  outline: none;
}

.mini-button.button-primary:hover {
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

.mini-button.button-primary-soft {
  background: #f5f6f7 ;
  color: #EC1A3A;
  outline: none;
}

.mini-button.button-success {
  background: #EC1A3A;
  outline: none;
}

.mini-button.button-success:hover {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

.mini-button.button-success-soft {
  background: #FDE8EB;
  color: #EC1A3A;
  outline: none;
}

.btn-reply {
  background: #F4F8FB;
  color: #77838F;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
}

.btn-reply i {
  font-size: 12px;
}

.btn-reply:hover {
  background: #EC1A3A;
  color: #fff;
  text-decoration: none;
}

.video-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.video-button.oval .play {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.video-button .play {
  width: 50px;
  height: 50px;
  background: #FDE8EB;
  color: #EC1A3A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.video-button span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1E2022;
}

.play-button {
  width: 76px;
  height: 76px;
  position: relative;
  text-decoration: none !important;
}

.play-button:hover:after {
  transform: scale(1.1);
}

.play-button:before {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  background: #fff;
  z-index: 1;
  opacity: .3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.play-button:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 2;
  top: 13px;
  left: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all .2s ease-in-out;
}

.play-button i {
  position: relative;
  z-index: 3;
  padding-left: 5px;
  color: #EC1A3A;
}

.download-button {
  background: #EC1A3A;
  display: inline-block;
  min-width: 170px;
  height: 54px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.download-button .icon {
  float: left;
  width: 50px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.download-button .icon img {
  margin-top: -4px;
}

.download-button .text {
  float: left;
  height: 54px;
  text-align: left;
}

.download-button .text span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.40px;
  color: #fff;
  line-height: 12px;
  margin-top: 10px;
}

.download-button .text strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.60px;
  color: #fff;
  line-height: 24px;
}

.bottom-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #EC1A3A;
  background: #FFFFFF;
  box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.main-nav-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 80px;
  z-index: 10000;
}

.main-nav-container .main-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav-container .main-nav .logo {
  height: 80px;
}



.main-nav-container .main-nav .menu .open-mini-menu:hover .mini-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav-container .main-nav .menu .open-sub-menu:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.main-nav-container .main-nav .menu .open-sub-menu.megamenuitem>.sub-menu{visibility: hidden;}
.main-nav-container .main-nav .menu .nav-link {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000010;
}

.main-nav-container .main-nav .menu .nav-link.submenu-icon:after,
.main-nav-container .main-nav .menu .open-sub-menu>a:after
{
  font-family: FontAwesome;
  content: "\f078";
  font-size: 8px;
  float: left;
  margin-right: 10px;
}
.main-nav .menu .menu-item ul li a:after
{
  float: none !important;
  margin:0 10px 0 0 !important;
}
.main-nav .menu .menu-item ul li ul
{
  top: 10px !important;
  right: 100%;
}
.main-nav-container .main-nav .menu-item .nav-button {
  display: inline-flex;
  align-items: center;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  background: #000010;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.main-nav-container .main-nav .menu-item.btns{display: flex;align-items: center;padding-right: 30px;}
.main-nav-container .main-nav .menu-item.btns a:first-child{margin-right: 0;}
.main-nav-container .main-nav .menu-item .nav-button.style2
{
  background: #fff;
  border: 2px solid #000010;
  color: #000010;
  line-height: 38px;
}
.main-nav-container .main-nav .menu-item .nav-button.style2 span
{
  color: #000010;
  line-height: 38px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.main-nav-container .main-nav .menu-item .nav-button.style2 i{margin-left: 10px;font-size: 16px;transition: all 0.2s ease-in-out;}
.main-nav-container .main-nav .menu-item .nav-button.style3
{
  display: inline-flex;
  align-items: center;
  color: #000010;
  background: #fff;
  border: 2px solid #000010;
  color: #000010;
  line-height: 38px;
  padding:0 12px;
  align-items: center;
}
.main-nav-container .main-nav .menu-item .nav-button.style3 span
{
  color: #000010;
  font-size: 16px;
  overflow: hidden;
  transition: all ease 0.5s;
  height: 22px;
  max-width: 0;
  line-height: normal;
  display: block;
}
.main-nav-container .main-nav .menu-item .nav-button.style3:hover span
{
  max-width:100px ;
  margin-left: 10px;
}
.main-nav-container .main-nav .menu-item .nav-button.style3 i{font-size: 24px;}

.main-nav-container .main-nav .menu .mega-menu {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 0;
  border-top: 3px solid #000010;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.main-nav-container .main-nav .menu .megamenuitem{position: static;}
.main-nav-container .main-nav .menu .open-mega-menu:hover .mega-menu,.main-nav-container .main-nav .mega-menu.active,
.main-nav-container .main-nav .menu .megamenuitem:hover .mega-menu
{
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  display: block;
  height:auto;
}
.menu .mega-menu .row
{
    min-height: 280px;
    align-items: stretch;
}
.main-nav-container .main-nav .menu .mega-menu .mega-menu-img {
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-nav-container .main-nav .menu .mega-menu .mega-menu-img .imgfix_wrapper_layer {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-nav-container .main-nav .menu .mega-menu .mega-menu-img .content {
  position: relative;
  z-index: 2;
}

.main-nav-container .main-nav .menu .mega-menu .sub-title,
.main-nav-container .main-nav .menu .mega-menu .level1>li a
{
  display: flex;
  font-weight: 700;
  color: #1E2022;
  margin-bottom: 10px;
  align-items: center;
}
.main-nav-container .main-nav .menu .mega-menu .level1 .sub-menu
{
    position: relative;
    opacity: 1;
    visibility: visible;
    background: none;
    border: none;
    padding: 7px 0 0;
    box-shadow: none;
    top: 0;
    z-index: 1;
}
.main-nav-container .main-nav .menu .mega-menu .level1>li a{font-size: 16px;}
.main-nav-container .main-nav .menu .mega-menu .sub-title img,
.main-nav-container .main-nav .menu .mega-menu .level1>li a img
{margin-left: 5px;}
.main-nav-container .main-nav .menu .mega-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.50px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .mega-menu ul li a:hover {
  color: #EC1A3A;
}

.main-nav-container .main-nav .menu .mini-menu {
  position: absolute;
  width: 570px;
  left: 0px;
  height: 245px;
  border-top: 3px solid #000010;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .mini-menu.w-300 {
  width: 300px;
}

.main-nav-container .main-nav .menu .mini-menu .mini-menu-img {
  height: 245px;
}

.main-nav-container .main-nav .menu .mini-menu .mini-menu-img .imgfix_wrapper_layer {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-nav-container .main-nav .menu .mini-menu .mini-menu-img .content {
  position: relative;
  z-index: 2;
}

.main-nav-container .main-nav .menu .mini-menu .icon-item {
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.main-nav-container .main-nav .menu .mini-menu .icon-item .icon {
  margin-left: 10px;
  text-align: center;
  width: 76px;
}

.main-nav-container .main-nav .menu .mini-menu .icon-item .text h6 {
  -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;
}

.main-nav-container .main-nav .menu .mini-menu .icon-item .version {
  font-weight: 400;
  font-size: 10px;
  color: #EC1A3A;
  letter-spacing: 0.35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding-left: 5px;
  padding-right: 5px;
  height: 18px;
  line-height: 18px;
  margin-left: auto;
  background: #f5f6f7 ;
}

.main-nav-container .main-nav .menu .mini-menu .icon-item:hover .text h6 {
  color: #EC1A3A;
}

.main-nav-container .main-nav .menu .sub-menu {
  position: absolute;
  width: 230px;
  border-top: 3px solid #000010;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 80px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    padding-right: 0;
    list-style: none;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item {
  position: relative;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link,
.main-nav-container .main-nav .menu .sub-menu .sub-menu-link {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  text-decoration: none;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link:hover,
.main-nav-container .main-nav .menu .sub-menu .sub-menu-link:hover,
.main-nav-container .main-nav .menu.current-menu-item>a,
.main-nav-container .main-nav .menu .menu-item.current-menu-parent>a,
.main-nav-container .main-nav .menu .menu-item.current-menu-ancestor>a,
.main-nav-container .main-nav .menu .menu-item.current-menu-item>a
{
  color: #EC1A3A !important;
}
.main-nav-container .main-nav .menu .mega-menu .menu-item.current-menu-item>a,
.main-nav-container .main-nav .menu #menu-item-268 .current-menu-item>a
{color: #77838F !important;}
.main-nav-container .main-nav .menu .mega-menu .menu-item.current-menu-item>a:hover{color: #EC1A3A !important;}
 .main-nav-container .main-nav .menu .menu-item#menu-item-268.current-menu-parent>a,
 .main-nav-container .main-nav .menu .mega-menu .menu-item.current-menu-parent>a,
 .main-nav-container .main-nav .menu .mega-menu .menu-item.current-menu-item.menu-item-has-children>a
 {color: #EC1A3A !important;}
.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link.level-menu-icon:after {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 8px;
  float: left;
  margin-left: 20px;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .level-menu {
  position: absolute;
  top: 0px;
  right: 230px;
  width: 230px;
  border-top: 3px solid #EC1A3A;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  transform: translateY(-0.5em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .level-menu .level-menu-item .level-menu-link {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
  text-decoration: none;
  color: #77838F;
  -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;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item .level-menu .level-menu-item .level-menu-link:hover {
  color: #EC1A3A;
}

.main-nav-container .main-nav .menu .sub-menu .sub-menu-item.open-level-menu:hover .level-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.main-nav-container .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 0px;
  display: none;
}

.main-nav-container .main-nav .menu-trigger span,
.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #1E2022;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
}

.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1E2022;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  width: 75%;
}

.main-nav-container .main-nav .menu-trigger span:before,
.main-nav-container .main-nav .menu-trigger span:after {
  content: "";
}

.main-nav-container .main-nav .menu-trigger span {
  top: 16px;
}

.main-nav-container .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.main-nav-container .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.main-nav-container .main-nav .menu-trigger.active span,
.main-nav-container .main-nav .menu-trigger.active span:before,
.main-nav-container .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.main-nav-container .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1E2022;
}

.main-nav-container .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1E2022;
}
@media (max-width: 1199px) {
  .main-nav-container {
    position: fixed;
    height: auto;
    overflow: visible;
  }
  .main-nav-container .main-nav .menu {
    width: 100%;
    position: absolute;
    top: 82px;
    right: 0;
    background-color: #fff;
    display: none;
  }
  .main-nav-container .main-nav .menu-trigger {
        left: 15px;
        right: auto;
    }
  .main-nav-container .main-nav .menu .menu-container {
    display: block !important;
    overflow-y: auto;
    max-height: 100vh;
  }
  .main-nav-container .main-nav .menu-item {
    height: auto !important;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .main-nav-container .main-nav .menu-item .menu-item{height: auto !important;}
  .main-nav-container .main-nav .menu .sub-menu{max-height: 0;overflow: hidden;}
  .main-nav-container .main-nav .menu .menu-item.active .sub-menu
  {
    max-height: 100vh;
    overflow-y: auto;
  }
  .main-nav-container .main-nav .menu-item .menu-item.menu-item-has-children>.sub-menu-link{color: #1E2022;font-weight: bold;}
  .main-nav-container .main-nav .menu-item .menu-item>a:after{display: none;}
  .main-nav .menu .menu-item ul li ul{right: 0;top: 0 !important;}
  .main-nav-container .main-nav .menu .sub-menu .sub-menu
  {
    border: none;
    max-height: 100vh;
  }
  .main-nav-container .main-nav .menu .nav-link {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-nav-container .main-nav .menu .mega-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #EC1A3A;
    box-shadow: none;
    border-radius: 0px !important;
  }
  .main-nav-container .main-nav .menu .mega-menu .padding-25 {
    padding: 20px !important;
  }
  .main-nav-container .main-nav .menu .mega-menu .mega-menu-img {
    display: none;
  }
  .main-nav-container .main-nav .menu .mega-menu .last {
    margin-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .mini-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #EC1A3A;
    box-shadow: none;
    border-radius: 0px !important;
    width: 100% !important;
    height: auto;
  }
  .main-nav-container .main-nav .menu .mini-menu .mini-menu-img {
    display: none;
  }
  .main-nav-container .main-nav .menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #EC1A3A;
    box-shadow: none;
    border-radius: 0px !important;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item {
    height: 40px;
    overflow: hidden;
    transition: height .3s ease-out;
  }
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link .level-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link.level-menu-icon:after {
    margin-right: 1px;
    content: "\f078";
  }
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .level-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    top: 0px;
    left: 20px;
    transform: translateY(0%);
    border: none;
    border-left: 3px solid #EC1A3A;
    box-shadow: none;
    border-radius: 0px !important;
  }
  .main-nav-container .main-nav .menu-trigger {
    display: block;
  }
  .main-nav-container .main-nav .menu .open-sub-menu.megamenuitem>.sub-menu{visibility: visible;}
  .main-nav-container .main-nav .menu .mega-menu.active,
  .main-nav-container .main-nav .menu .mega-menu
  {display: none !important;visibility: hidden !important;}
}

@media (min-width: 1200px) {
  .main-nav-container .main-nav .menu {
    display: flex !important;
    justify-content: center;
    position: static;
  }
  .main-nav-container .main-nav .menu .menu-item {
    height: auto !important;
  }
  .main-nav .menu .menu-item-has-children{position: relative;}
}

/* 
---------------------------------------------
HOME
--------------------------------------------- 
*/
.sec-header{margin-bottom: 60px;}
.sec-header.d-flex
{
  align-items: center;
  justify-content: space-between;
}
.sec-header .h2
{
  font-size: 20px;
  font-family: yekanbakh_bold;
  line-height: 140%;
  margin-bottom: 10px;
}
.homesec6 .sec-header .h2{font-size: 24px;line-height: 27px;margin-bottom: 13px;}
.sec-header.smallh .h2
{
  font-size: 20px;
  line-height: 32px;
}
.sec-header .sub-title
{
  font-size: 16px;
  line-height: 150%;
}
.sec-header.smallh .subtitle,.homesec6 .sec-header .subtitle{font-family: yekanbakh;}
.sec-header p,.sec-header .subtitle
{
  font-size: 16px;
  line-height: 150%;
  font-family: yekanbakh_semibold;
}
img{max-width: 100%;height: auto;}
.homesec1 .sec1h1
{
  font-size: 34px;
  font-family: yekanbakh_exbold;
  line-height: 58px;
}
.homesec1 .container{height: 100%;}
.homesec1 .row
{
  align-items: stretch;
  height: 100%;
}
.homesec1 .content
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.homesec1 .imgbox .inner
{
  width: 100%;
  height: 100%;
  position: relative;
}
.homesec1 .imgbox .inner img
{
  position: absolute;
  left: -15px;
  max-width: 1000px;
  bottom: -1px;
}
.homesec2 .owl-carousel .owl-stage
{
  display: flex;
  align-items: stretch;
}
.homesec2 .owl-carousel .owl-stage .item
{
  height: 100%;
  display: flex;
    align-items: center;
}
.homesec3 .nav
{
  margin: 40px 0 30px;
  justify-content: flex-start;
}
.homesec3 .nav li
{
  flex-basis: 16%;
  margin: 0 0.33%;
}
.homesec3 .nav li button
{
  width: 100%;
  background-color: #ecedee;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 12px;
  line-height: 23px;
  font-size: 15px;
  font-family: yekanbakh_semibold;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000010;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all ease 0.5s;
}
.homesec3 .nav li button.active,.homesec3 .nav li button:hover,
.homesec3 .nav li button.act,.homesec3 .nav li button:hover
{
  background:#000010;
  color: #fff;
}
.homesec3 .nav li button img,.homesec3 .nav li button svg{margin-left: 15px;}
.homesec3 .nav li button img.lazyimg{width: auto;}
.homesec3 .nav li button svg path,.homesec3 .nav li button svg path,
.homesec3 .nav li button svg path,.homesec3 .nav li button svg path,
.homesec3 .nav li button img
{
  transition: all ease 0.5s;
}
.homesec3 .nav li button.active svg path,.homesec3 .nav li button:hover svg path,
.homesec3 .nav li button.act svg path,.homesec3 .nav li button:hover svg path
{stroke: #fff;}
.homesec3 .nav li button:hover img,.homesec3 .nav li button.act img
{
    -webkit-filter: invert(100%); 
    filter: invert(100%);
}
.homesec3 .blog-2-col .row{align-items: center;margin: 0;}
.homesec3 .blog-2-col .left
{
  padding: 60px 60px 60px 50px;
}
.homesec3 .tab-pane.show{display: block;}
.homesec3 .tab-pane
{
  display: none;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-delay:0;
  animation-delay:0
}
.homesec3 .blog-2-col .left .h5
{
  display: flex;
  align-items: center;
  font-size: 28px;
  font-family: yekanbakh_bold;
  line-height: 28px;
  margin: 0 0 20px;
}
.homesec3 .blog-2-col .left .h5 .img{margin-left: 10px;}
.homesec3 .blog-2-col .left .content
{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
}
.homesec3 .blog-2-col .right
{
  padding: 60px 50px 60px 60px;
}
.homesec3 .blog-2-col .right .img{height: auto;width: 100%;}
.homesec3 .blog-2-col .right .img img.loaded{width: auto;}
.homesec5
{
  -webkit-box-shadow:inset 0 4px 15px 0 rgba(000,000,000,0.05);
  box-shadow:inset 0 4px 15px 0 rgba(000,000,000,0.05);
}
.homesec5 .wrapper .imagebox .inner
{
  display: inline-flex;
  background: #F4F4F4;
  padding: 0;
  border-radius: 7px;
  position: relative;
  min-height: 370px;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.homesec5.innersec4 .wrapper .imagebox .inner{min-height: 380px;}
.homesec5 .wrapper.odd .imagebox{order: 2;} 
.homesec5 .wrapper.odd .contentbox{order: 1;} 
.align-items-flex-end{align-items: flex-end !important;}
.homesec5 .wrapper .row
{
  align-items: center;
  justify-content: space-between;
}
.homesec5 .even .contentbox .inner,.homesec5 .odd .imagebox .inner{margin-right: 30px;}
.homesec5 .even .imagebox .inner,.homesec5 .odd .contentbox .inner{margin-left: 30px;}
.homesec5 .contentbox h3
{
  font-family: yekanbakh_exbold;
  font-size: 20px;
  color: #000010;
  line-height: 31px;
  margin: 0 0 30px;
}
.innersec4.homesec5 .contentbox h3
{
  position: relative;
  padding-right: 22px;
  margin: 0 0 15px;
  font-family: yekanbakh_bold;
}
.innersec4.homesec5 .contentbox h3:before
{
  display: block;
  width: 12px;
  height: 12px;
  background: #EC1A3A;
  border-radius: 3px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homesec5 .contentbox .boxlist
{
  padding: 0;
  margin: 0 0 30px;
}
.homesec5 .contentbox .boxlist li
{
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  color: #000010;
  font-size: 16px;
  text-align: justify;
  line-height: 150%;
}
.homesec5 .contentbox .boxlist li:last-child{margin: 0;}
.homesec5 .contentbox .boxlist li .title
{
  font-family: yekanbakh_bold;
  font-size: 16px;
  line-height: 150%;
  color: #000010;
  padding-left: 5px;
}
.homesec5 .contentbox .boxlist li .title i
{
  width: 16px;
  height: 16px;
  background: #EC1A3A;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}
.homesec7{background: #F5F6F7;}
.homesec7 .row.wrapper{align-items: stretch;}
.homesec7 .inner
{
  border-radius: 5px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homesec7 .bigbx .inner
{
  padding: 30px;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
}

.homesec7 .inner .h5
{
  font-size: 18px;
  line-height: 150%;
  font-family: yekanbakh_bold;
  margin: 0 0 8px;
}
.homesec7 .inner a
{
  color:#191919;
  text-decoration: none;
}
.homesec7 .inner .content
{ 
  color: #414042;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
}
.homesec7 .bigbx .inner .img
{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.homesec7 .inner .img a{display: inline-block;position: relative;}
.homesec7 .inner .img .hover,.homesec7 .inner .img .hover2
{
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
}
.homesec7 .inner .img .hover2{z-index: 2;}
.homesec7 .inner:hover .img .hover{right:10px}
.homesec7 .inner:hover .img .hover2{right:-10px}
.homesec7 .smallbx .col-12:nth-child(1) .inner,
.homesec7 .smallbx .col-12:nth-child(2) .inner
{margin: 0 0 30px;}
.homesec7 .smallbx .inner
{
  padding: 15px 30px;
}
.homesec7 .smallbx .inner .img{margin-left: 30px;}
.homesec7 .smallbx .inner .img a
{
  display: block;
  width: 150px;
  text-align: center;
}
.homesec7 .inner .more
{
  margin-top: 20px;
  display: inline-flex;
  position: relative;
  width: 16px;
  height: 16px;
  align-items: center;
  
}
.homesec7 .inner .more i
{
  transition: transform ease-in-out 0.2s;
  font-size: 19px;
}
.homesec7 .inner .more:hover i
{
    transform: translateX(-5px);
    color: #ec1a3a ;
}
.homesec8 #nav1
{
  margin-left: -10px;
  margin-right: -10px;
  height: 24px;
}
.homesec8 #nav1.disabled{display: none;}
.homesec8 #nav1 button
{
  background: none;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0 10px;
  width: 24px;
  height: 24px;
}
.homesec8 .sliderwrapper .prev,.homesec8 .sliderwrapper .next{width: 20px;height: 20px;}
.homesec8 .sliderwrapper .prev,.homesec8 .sliderwrapper .next
{
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.homesec8 .sliderwrapper .prev{right: 0;}
.homesec8 .sliderwrapper .next{left: 0;}
.homesec8 #nav1 button span{display: none;}
.homesec8 #nav1 button:before,.homesec8 .sliderwrapper .prev:before,.homesec8 .sliderwrapper .next:before
{
  display: block;
  content:"";
  width: 100%;
  height: 100%;
  background: url('../images/img/bgSprite.png') no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
}
.homesec8 #nav1 button.owl-prev:before
{
  background-position: 0 -48px;
}
.homesec8 .sliderwrapper .prev:before
{
  background-position: 0 -40px;
}
.homesec8 #nav1 button.owl-prev:hover:before{background-position: 0 -72px;}
.homesec8 .sliderwrapper .prev:hover:before{background-position: 0 -60px;}
.homesec8 #nav1 button.owl-next:before,.homesec8 .sliderwrapper .next:before
{
  background-position: 0 0;
}
.homesec8 #nav1 button.owl-next:hover:before{background-position: 0 -24px;}
.homesec8 .sliderwrapper .next:hover:before{background-position: 0 -20px;}
.homesec8 .item{padding: 5px;height: 100%;}
.homesec8 .item .inner
{
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
  align-items:stretch;
  flex: 1 0 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
.homesec8 .item .img
{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35%;
    display: flex;
    background-size: cover;
    background-position: 50% 50%;
}
.homesec8 .item .content
{
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 200px;
}
.homesec8 .item .title
{
  color: #000010;
  font-size: 50px;
  line-height: 100%; /* 52px */
  font-family: yekanbakh_exbold;
}
.homesec8 .item .text
{
  color: #000010;
  font-size: 17px;
  line-height: 160%; 
  font-family: yekanbakh_semibold;
  text-align: justify;
  width: 100%;
}
.homesec8 .owl-carousel .owl-stage
{
  display: flex;
  align-items: stretch;
  justify-content: center;
  justify-items: center;
}
a:hover{text-decoration: none;}
.homesec8 .item .btn-arrow{margin-top: 20px;}
.homesec9{background: #F5F6F7;}
.sourcebody .homesec9
{background:#fff;height: auto !important;padding: 0 !important;margin-bottom: -30px;}
.morepost .homesec9
{background:#fff;padding: 0 !important;}
.homesec9 .img
{
  display: block;
  background-position: 50% 50%;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
}
.aboutsec5 .box
{
    transition: all ease-in-out 0.2s;
}
.aboutsec5 .box:hover
{
    transform: translateY(-10px);
}
.homesec9 .img:before {
    content: "";
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    inset: 0;
  background-image: inherit;
  background-position: inherit;
  background-size: inherit;
  background-repeat: no-repeat;
  transition: transform .6s ease;
  transform: scale(1);
  background-color: #fff;
}
.homesec9 .img:hover:before {
    transform: scale(1.05); /* مقدار زوم */
}
.sourcebody .homesec9 .img,
.morepost .homesec9 .img
{
  height: 170px;
  
}
.sourcebody .homesec9 .img .playbtn,
.homesec9 .img .playbtn
{
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #E71939;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  font-size: 16px;
}
.sourcebody .homesec9 .img .playbtn i,
.homesec9 .img .playbtn i
{font-size: 19px;line-height: 14px;}
.homesec9 .img:after
{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
  z-index: 1;
}
.homesec9 .row
{
  align-items: stretch;
}
.homesec9 .boxwrapper .box
{
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.homesec9 .boxwrapper .box:hover
{
    transform: translateY(-10px);
}
.sourcebody .homesec9 .boxwrapper
{
  margin: 0 0 30px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}
.morepost .homesec9 .boxwrapper{display: block;margin: 0;padding-bottom: 10px;}
.sourcebody .homesec9 .boxwrapper.active{display:block;transition: all ease 0.3s;transform: none !important}
.sourcebody .homesec9 .boxwrapper.active.hidden{display: none;}
.homesec9 .sec-header .btn-arrow{font-size: 16px;font-family: yekanbakh_semibold;}
.homesec9 .h5
{
  color: #191919;
  font-size: 16px;
  line-height: 160%; /* 28.8px */
  font-family: yekanbakh_semibold;
  margin: 0;
  min-height: 54px;
  max-height: 78px;
  overflow: hidden;
}
.homesec9 .h5 a{color: #191919;}
.homesec9 .details
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #838383;
  font-size: 12px;
}
.homesec9 .details .author
{
  padding-left: 6px;
  margin-left: 4px;
  position: relative;
}
.homesec9 .details .author:before
{
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #838383;
}
.homesec9 .cat
{
  color: #E71939;
  font-family: yekanbakh_semibold;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homesec9 .box footer
{
  margin-top: 20px;
  color: #838383;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 19px;
  justify-content: flex-start;
}
.homesec9 .box footer .time{margin-right: auto;}
.homesec9 .box footer .time img{display: inline;margin: 0;}
.homesec9 .box footer .author{padding-left: 6px;margin-left: 5px;position: relative;}
.homesec9 .box footer .author:after
{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #838383;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homesec9 .boxwrapper.other .inner
{
  display: flex;
  align-items: stretch;
  padding: 0;
}
#archiveblog3.homesec9 .boxwrapper.other .inner{margin: 0 0 30px;}
#archiveblog3.homesec9 .boxwrapper.other .inner:last-child{margin: 0;}
.homesec9 .boxwrapper.other .row> :nth-child(-n+2){margin: 0 0 30px;}
.homesec9 .boxwrapper.other .right
{
  width: 40%;
  padding: 30px 30px 30px 15px;
}
#archiveblog3.homesec9 .boxwrapper.other .right{width: 55%;}
.homesec9 .boxwrapper.other .img
{
  width: 60%;
  background-position: 50% 50%;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  min-height: 170px;
  flex: 1;
}
#archiveblog3.homesec9 .boxwrapper.other .img{width: 45%;}
.sourcebody .homesec9 .cat{border: none;padding: 0;}
.btn-arrow
{
  font-size: 14px;
  line-height: 100%;
  color: #000010;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.homesec9 .btn-arrow{color: #000010;margin: 20px 0 0;}
.btn-arrow i{margin-right: 7px;font-size: 18px;transition: all 0.2s ease-in-out;}
.btn-arrow:hover
{
  text-decoration: none;
  color: #EC1A3A;
}
.btn-arrow:hover i{margin-right: 10px;}
.button.style2
{
  background:none;
  color:#231f20;
  min-width: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.button.style2 i{margin-right: 5px;}
.homesec4{background: #fff;padding-left: 40px;}
.homesec4 .h2
{
  color: #FFF;
  font-size: 32px;
  line-height: 110%; /* 35.2px */
  font-family: yekanbakh_exbold;
  margin: 0 0 20px;
}
.homesec4 .text
{
  color: #FFF;
  font-size: 18px;
  line-height: 170%; /* 30.6px */
  font-family: yekanbakh_semibold;
  margin: 0 0 30px;
}
.homesec4 .content
{
  border-radius: 0 0 0 40px;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/

.welcome-overlay {
  position: relative;
}

.welcome-overlay .background {
  overflow: hidden;
  position: relative;
}

.welcome-overlay .background .bg-image {
  position: absolute;
  z-index: 1;
  width: 75%;
  height: 100%;
  left: 0px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.welcome-overlay .background .bg-image img {
  float: left;
}

.welcome-overlay .background .bg-1 {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.welcome-overlay .background .bg-1 img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}

.welcome-overlay .content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.welcome-flow .flow-container {
  height: 640px;
  position: relative;
  overflow: hidden;
}

.welcome-flow .flow-container .flow-content {
  -webkit-animation: welcome-flip-animation linear 50s infinite;
  animation: welcome-flip-animation linear 50s infinite;
}

.welcome-percent {
  min-height: 750px;
  position: relative;
}

.welcome-percent.right-bg:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #f5f6f7 ;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg:after {
  content: '';
  position: absolute;
  width: calc(60% - 20px);
  height: calc(100% - 20px);
  top: 0px;
  right: 0px;
  background: #EC1A3A;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg-gradient:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f5f6f7 ;
  border-bottom-left-radius: 100px;
}

.welcome-percent.right-bg-gradient:after {
  content: '';
  position: absolute;
  width: calc(60% - 20px);
  height: calc(100% - 20px);
  top: 0px;
  left: 0px;
  background-color: #ec1a3a;
  border-bottom-left-radius: 100px;
}

.welcome-percent .content {
  width: 100%;
  z-index: 2;
}

.welcome-percent .content .vertical-text {
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 2.50px;
  text-align: center;
  color: #EEEEEE;
  height: 500px;
}

.welcome-percent .content .vertical-text .text {
  transform: rotate(90deg) translate(0%, -60%);
}

.welcome-percent .content .image {
  height: 500px;
  overflow: hidden;
  border-top-left-radius: 100px;
}

.welcome-percent .content .image .imgfix_wrapper_layer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcome-auto {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.welcome-auto .container {
  z-index: 2;
  position: relative;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.welcome-personal {
  height: 630px;
  overflow: hidden;
  position: relative;
}

.welcome-personal .cover {
  height: 550px;
}

.welcome-personal .content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.welcome-personal .content .img {
  background: #fff;
  padding: 3px;
  float: left;
}

.welcome-personal .content .text {
  height: 80px;
  padding-right: 25px;
}

.welcome-personal .content .social {
  float: left;
  margin-right: auto;
}

.welcome-personal .content .social li {
  display: inline;
}

.welcome-personal .content .social li a {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 10px;
  font-size: 22px;
  color: #77838F;
  -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;
}

.welcome-personal .content .social li a:hover {
  color: #EC1A3A;
}

.welcome-bg .bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

.welcome-location {
  height: 700px;
  background: #EC1A3A;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.welcome-location.gradient {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
}

.welcome-location .roads-bg {
  height: 100px;
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}

.welcome-location .roads-bg .roads {
  border: 1px solid red;
  position: absolute;
  top: -2400px;
  height: 5000px;
  background-image: url(../images/welcome/roads.svg);
  background-position: 50%;
  background-size: 25%;
  width: 100%;
  -webkit-transform: translateY(-650px);
  transform: translateY(-650px);
  -webkit-animation: driving 40000ms linear 0ms infinite;
  animation: driving 40000ms linear 0ms infinite;
}

.welcome-location .road {
  position: absolute;
  width: 200px;
  height: 700px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../images/welcome/road.svg) bottom center no-repeat;
  z-index: 3;
}

.welcome-location .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(180deg, #335EEA 11%, rgba(51, 94, 234, 0) 100%);
  z-index: 4;
}

.welcome-location .bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 98px;
  bottom: 0px;
  left: 0px;
  background: url(../images/welcome/road-bottom.svg) center center;
}

.welcome-location .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.welcome-location .content .road-arrow {
  position: absolute;
  width: 124px;
  height: 124px;
  bottom: 80px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../images/welcome/road-arrow.svg) center center no-repeat;
}

@media (max-width: 991px) {
  .welcome-overlay .background {
    width: 100%;
  }
  .welcome-overlay .background .bg-image {
    position: relative;
    height: 500px;
    width: 100%;
  }
  .welcome-overlay .background .bg-image.opacity-30:before {
    opacity: .5;
  }
  .welcome-overlay .background .bg-1 {
    display: none;
  }
  .welcome-overlay .content {
    text-align: center;
  }
  .welcome-overlay .content h1, .welcome-overlay .content p {
    color: #fff;
  }
  .welcome-overlay .content .buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome-overlay .content .buttons .button {
    margin-right: 0px;
  }
  .welcome-overlay .content .buttons .video-button {
    display: none;
  }
  .welcome-overlay .play-button {
    display: none;
  }
  .welcome-flow .content {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .welcome-flow .content .buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome-percent {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .welcome-percent.right-bg:before {
    width: 100%;
  }
  .welcome-percent.right-bg:after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .welcome-percent .content .vertical-text {
    color: #f5f6f7 ;
    font-size: 46px;
  }
  .welcome-percent .content .vertical-text .text {
    transform-origin: 0% 10%;
    transform: rotate(-90deg) translate(30%, 0%);
  }
  .welcome-location .roads-bg {
    height: auto !important;
  }
}

/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 100px;
  background: transparent;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

.parallax.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.parallax .content {
  position: relative;
  z-index: 2;
}

.parallax.overlay-gradient:before {
  height: 150%;
  top: -25%;
  bottom: -25%;
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-colored {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}

.features-colored.primary {
  background: #f5f6f7 ;
  color: #EC1A3A;
}

.features-colored.success {
  background: #FDE8EB;
  color: #EC1A3A;
}

.features-colored.danger {
  background: #FBEEED;
  color: #DE4437;
}

.features-colored.warning {
  background: #FFF4DA;
  color: #FDBF30;
}

.features-white-circle.right-radial-bottom {
  position: relative;
}

.features-white-circle.right-radial-bottom:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 40px;
  background: url(../images/radial-bg-bottom.svg) center center no-repeat;
}

.features-white-circle.right-radial-top {
  position: relative;
}

.features-white-circle.right-radial-top:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 0px;
  background: url(../images/radial-bg-top.svg) center center no-repeat;
}

.features-white-circle:hover .icon, .features-white-circle.active .icon {
  background: #EC1A3A;
  color: #f5f6f7 ;
}

.features-white-circle.gradient:hover .icon, .features-white-circle.gradient.active .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #f5f6f7 ;
}

.features-white-circle .icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  border: 1px solid #f5f6f7 ;
  background: #fff;
  -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;
  color: #EC1A3A;
  display: inline-block;
}

.features-white-square.right-radial-bottom {
  position: relative;
}

.features-white-square.right-radial-bottom:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 40px;
  background: url(../images/radial-bg-bottom.svg) center center no-repeat;
}

.features-white-square.right-radial-top {
  position: relative;
}

.features-white-square.right-radial-top:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 30px;
  left: 59%;
  top: 0px;
  background: url(../images/radial-bg-top.svg) center center no-repeat;
}

.features-white-square:hover .icon, .features-white-square.active .icon {
  background: #EC1A3A;
  color: #f5f6f7 ;
}

.features-white-square.gradient:hover .icon, .features-white-square.gradient.active .icon {
  background-image: linear-gradient(135deg, #0173EC 0%, #743FE5 100%);
  color: #f5f6f7 ;
}

.features-white-square .icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  border: 1px solid #f5f6f7 ;
  background: #fff;
  -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;
  color: #EC1A3A;
  display: inline-block;
}

.features-shadow {
  overflow: hidden;
}

.features-shadow .icon {
  float: right;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #C1D0FF;
  font-size: 30px;
  color: #EC1A3A;
  position: relative;
}

.features-shadow .icon:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  top: 12px;
  left: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #C1D0FF;
  background: #f5f6f7 ;
  z-index: 1;
}

.features-shadow .icon i {
  position: relative;
  z-index: 2;
}

.features-shadow .text {
  float: right;
  width: calc(100% - 96px);
  padding-right: 30px;
}

.features-shadow .text a {
  color: #EC1A3A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.50px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .features-white-circle.right-radial-bottom:before, .features-white-square.right-radial-bottom:before {
    display: none;
  }
  .features-white-circle.right-radial-top:before, .features-white-square.right-radial-top:before {
    display: none;
  }
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-2-col .left {
  float: left;
  width: 30%;
  padding: 40px;
  position: relative;
}

.blog-2-col .left .profile {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.blog-2-col .left .profile .img {
  margin-left: 15px;
}

.blog-2-col .right {
  float: right;
  width: 70%;
}

.blog-2-col .right .img {
  height: 580px;
  overflow: hidden;
}

.blog-2-col .right .img .date {
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 25px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.50px;
}

.blog-2-col .right .img .date:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  z-index: -1;
  opacity: .20;
}
.bootstrap-select .dropdown-toggle .filter-option
{
  float: right;
  text-align: right;
}
.dropdown-menu{text-align: right;}
.blog-opacity-date {
  position: relative;
  float: right;
  padding: 0px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 15px;
}

.blog-opacity-date:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  z-index: 1;
  opacity: .20;
}

.blog-opacity-date span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.blog-cat {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blog-cat li {
  position: relative;
}

.blog-cat li:hover:before, .blog-cat li.active:before {
  opacity: 1;
}

.blog-cat li:hover a, .blog-cat li.active a {
  color: #EC1A3A;
  text-decoration: none;
}

.blog-cat li:hover a:after, .blog-cat li.active a:after {
  color: #EC1A3A;
}

.blog-cat li:hover a:hover, .blog-cat li.active a:hover {
  padding-right: 60px;
}

.blog-cat li:nth-child(even) {
  background: #F9FAFF;
}

.blog-cat li:last-child a {
  border: none;
}

.blog-cat li:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  height: 50px;
  background: #EC1A3A;
  opacity: 0;
  -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;
}

.blog-cat li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  position: relative;
  -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;
  position: relative;
  font-size: 14px;
  color: #77838F;
  text-decoration: none;
}

.blog-cat li a:hover {
  padding-right: 70px;
}

.blog-cat li a:after {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  right: 30px;
  color: #1E2022;
}

.blog-cat li a span {
  float: left;
  margin-left: 30px;
  display: inline-block;
  background: #f5f6f7 ;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #77838F;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.blog-profile {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin-left: 30px;
}

.blog-profile-info {
  margin-left: 30px;
}

.blog-profile-info strong {
  color: #77838F;
}

@media (max-width: 991px) {
  .blog-2-col {
    display: block !important;
  }
  .blog-2-col .left .profile {
    position: relative;
    bottom: auto;
    left: 0px;
    margin-top: 20px;
  }
  .blog-2-col .left, .blog-2-col .right {
    width: 100%;
  }
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.prices-percent {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.prices-percent .price-1 {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.prices-percent .price-2 {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pricing-horizontal {
  overflow: hidden;
}

.pricing-horizontal .left {
  float: left;
  width: 100%;
  height: max-content;
}

.pricing-horizontal .right {
  float: right;
  width: 100%;
}

@media (max-width: 991px) {
  .prices-percent {
    display: block;
  }
  .prices-percent .price-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .prices-percent .price-2 {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

/* 
---------------------------------------------
login
--------------------------------------------- 
*/
.login-left {
  float: right;
  width: 45%;
  height: calc(100vh);
  background: #EC1A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login-right {
  float: left;
  width: 55%;
  height: calc(100vh);
  font-size: 16px;
  text-align: justify;
  line-height: 27px;
}
.login-right label
{
  font-size: 16px;
  line-height:28px
}
.login-right .wrapper
{
  margin-right: 145px;
}
@media (max-width: 991px) {
  .login-left {
    width: 100%;
  }
  .login-right {
    width: 100%;
  }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq .card {
  border: none;
  background: none;
  background: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #DDD;
  position: relative !important;
  right: 0 !important;
  top:0 !important;
}
.faq .card:last-child{margin: 0;}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  -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;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: right;
  text-decoration: none !important;
  -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;
  cursor: pointer;
  padding:15px 0px 15px 25px;
  position: relative;
  font-size: 16px;
  font-family: yekanbakh_semibold;
  margin: 0;
}
.faq .card .card-header .faq-title:before
{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  background: url('../images/img/faq.svg') no-repeat 0 0;
  width: 13px;
  height: 12px;
  opacity: 0.6;
}
.faq .card.open .card-header .faq-title
{
  padding-bottom: 20px;
}
.faq .card.open .card-header .faq-title:before
{
  transform: translateY(-50%) rotate(0);
  opacity: 1;
}
.faq .card .card-body {
  padding: 0 20px 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 28px;
}
.faq .card.open .card-body{max-height: 500px;padding: 0 20px 18px;transition: all 0.5s ease;text-align: justify;}

.faq .card .card-body .content {
  border-top: 1px solid #E4EFF9;
  padding-top: 30px;
}

.faq .card .card-body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
  
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.footer
{
  background: #F5F6F7;
}
.footer .text {
  font-size: 14px;
  line-height: 180%;
  color: #000010;
  margin-bottom: 30px;
  text-align: justify;
}
.footer .inner.first{padding-left: 20px;}
.footer .inner.first img{max-width: 150px;}
.footer .contactinfo{margin-bottom: 30px;}
.footer .contactinfo li
{
  position: relative;
  padding-right: 30px;
  color: #000010;
  font-size: 15px;
  line-height: 150%; /* 22.5px */
  margin-bottom: 20px;
}
.footer .contactinfo li a{color: #000010;}
.footer .contactinfo li svg
{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .social
{
  display: flex;
  align-items: center;
}
.footer .social span
{
  color: #000010;
  font-size: 14px;
  line-height:26px; 
  margin-left: 10px;
}
.footer .social ul
{
  display: flex;
  align-items: center;
}
.footer .social ul li{margin: 0 10px;}
.footer .contactinfo li:last-child{margin: 0;}
.footer .inner h6,.footer .footer-nav>li>a
{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px;
    font-family: yekanbakh_bold;
}
.footer .inner h6 img,.footer .footer-nav>li>a img{margin-left: 5px;}
.footer .footer-nav {
  margin-bottom: 30px;

}
.footer .footer-nav ul{padding: 0;margin: 0;}
.footer .footer-nav li{margin: 0 0 12px;list-style: none;}
.footer .footer-nav li a {
  text-decoration: none;
}
.footer .footer-nav li a:hover span {
  color: #EC1A3A;
  padding-left: 18px;
}

.footer .footer-nav li a i {
  color: #77838F;
}

.footer .footer-nav li a span,.footer .footer-nav li a {
  font-size: 14px;
  color: #424242;
  line-height: 150%;
  -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;
}
.footer .footer-nav li a:hover{color: #EC1A3A;}
.footer .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.footer .address p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.50px;
  color: #77838F;
}

.footer .address p a {
  color: #EC1A3A;
  text-decoration: none;
}

.footer .copyright {
  border-top: 1px solid #CDCDCD;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 16px;
  color: #000010;
  direction: ltr;
}
@media (max-width: 1199px)
{
  .homesec1{height: 450px !important;}
  .homesec1 .h-600{height: 450px !important;}
  .homesec1 .imgbox .inner img{max-width: 100%;}
  .homesec1 .sec1h1{font-size: 28px;line-height: 50px;}
  .homesec3 .nav li button{font-size: 14px;padding: 10px 5px;}
  .homesec3 .nav li button img, .homesec3 .nav li button svg{margin-left: 7px;}
  .main-nav-container .main-nav .menu .nav-link{padding-left: 9px;padding-right: 9px;font-size: 16px;}
  .main-nav-container .main-nav .menu-item.btns{justify-content: flex-end;padding-left: 60px;}
  .homesec3 .blog-2-col .left{padding: 40px;}
  .homesec3 .blog-2-col .right{padding: 40px;}
  .homesec3 .blog-2-col .left .h5{font-size: 25px;}
  .homesec7 .bigbx .inner .img{width: auto;margin: 0;}
  .homesec7 .bigbx .inner{flex-wrap: nowrap;justify-content: flex-start;padding: 15px 30px;}
  .homesec7 .row.wrapper{align-items: flex-start;}
  .homesec7 .bigbx{margin: 0 0 30px;}
  
}
@media (max-width: 991px)
{
  .main-nav-container{overflow: visible;position: fixed}
  .main-nav-container .main-nav .logo{width: auto;}
  .main-nav-container .main-nav .menu-trigger{left:15px;right: auto;}
  .main-nav-container .main-nav .menu
  {
    width: 100%;
    position: absolute;
    top: 82px;
    right: 0;
    background-color: #fff;
  }
  .main-nav-container .main-nav .menu-item.btns{width: auto;padding-left: 55px;}
  .main-nav-container .main-nav .menu .nav-link
  {
    padding: 0;
    font-size: 19px;
    line-height: 40px;
    height: 40px;
  }
  .main-nav-container .main-nav .menu .nav-link.submenu-icon:after,
  .main-nav-container .main-nav .menu .open-sub-menu>a:after
  {font-size: 11px;}
  .main-nav-container .main-nav .menu .mega-menu .sub-title{font-size: 16px;}
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link,
  .main-nav-container .main-nav .menu .mega-menu ul li a
  {font-size: 16px;line-height: 40px;}
  .homesec1{height: auto  !important;}
  .homesec1 .h-600{height:  100% !important;}
  .homesec1 .imgbox .inner img
  {
    position: relative;
    bottom: 0;
  }
  .homesec1 .content{justify-content: center;margin: 40px 0 25px;text-align: center;}
  .homesec5 .imagebox{text-align: center;order: 2;margin-top: 40px;}
  .homesec5 .even .imagebox .inner, .homesec5 .odd .contentbox .inner{margin: 0;padding: 0;}
  .homesec5 .contentbox{order: 1;}
  .homesec5 .even .contentbox .inner, .homesec5 .odd .imagebox .inner{margin: 0;}
  .homesec5 .wrapper
  {
    margin-bottom: 50px;
  }
  .homesec5 .wrapper:last-child{margin: 0;}
  .homesec3 .nav li {flex-basis: 32%;margin: 0 0 10px;}
  .homesec3 .blog-2-col .left{padding: 40px 40px 0;}
  .homesec7 .smallbx .row{align-items: stretch;}
  .homesec7 .smallbx .row>:nth-last-child(-n+2){margin-bottom: 0;}
  .homesec7 .smallbx [class^="col"]{margin-bottom: 30px;}
  .homesec7 .smallbx .inner{flex-wrap: wrap;height: 100%;margin: 0;}
  .homesec7 .smallbx .inner .img{width: 100%;margin: 0 0 25px;text-align: center;}
  .homesec7 .smallbx .inner .img a{width: 100%;}
  .homesec8 .item .inner{flex-wrap: wrap;}
  .homesec8 .item .img{width: 100%;height: 210px;flex-basis: 100%;}
  .homesec9 .boxwrapper{margin-bottom: 30px;}
  .homesec9 .row>div:nth-child(2){margin: 0;}
  .homesec9 .row>div:last-child{margin: 0;display: none;}
  .footer .row{margin: 0 !important;}
  .footer .row [class^="col"]{margin-bottom: 30px;}
  .homesec3 .selectwrapper{display: block;}
  .homesec3 .nav{display: none;}
}
@media (max-width: 767px)
{
    .homesec6 .sec-header .h2{font-size: 18px;}
  .main-nav-container .main-nav .logo img
  {
    max-width: 100px;
  }
  .main-nav-container .main-nav .menu-item .nav-button.style3,
  .main-nav-container .main-nav .menu-item .nav-button.style2
  {
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .main-nav-container .main-nav .menu-item .nav-button.style3 span{display: none;}
  .main-nav-container .main-nav .menu-item .nav-button.style2 span{display: none;}
  .main-nav-container .main-nav .menu-item .nav-button.style2 i{margin: 0;font-size: 21px;}
  .main-nav-container .main-nav .menu-item .nav-button{line-height: 36px;height: 36px;}
  .main-nav-container .main-nav .menu .nav-link{font-size: 16px;}
  .main-nav-container .main-nav .menu .mega-menu .p-25{padding: 15px !important;}
  .main-nav-container .main-nav .menu .mega-menu .sub-title{font-size: 14px;}
  .main-nav-container .main-nav .menu .sub-menu .sub-menu-item .sub-menu-link,
  .main-nav-container .main-nav .menu .mega-menu ul li a{font-size: 14px;margin: 0;line-height: 35px;}
  .homesec1 .sec1h1 {
    font-size: 23px;
    line-height: 40px;
  }
  .homesec1 .imgbox .inner img
  {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .p-t-80{padding-top: 50px !important;}
  .p-b-80{padding-bottom: 50px !important;}
  .sec-header .h2{font-size: 18px;line-height: 150%;}
  .sec-header p{font-size: 15px;}
  .sec-header{margin: 0 0 40px;}
  .homesec5 .wrapper .imagebox .inner{height: 280px;width: 340px;min-height: 280px;}
  .homesec5 .wrapper .imagebox .inner img{max-width: 90%;}
  .homesec5 .contentbox h3{font-size: 18px;margin: 0 0 25px;}
  .homesec5 .imagebox{margin-top: 30px;}
  .homesec5 .contentbox .boxlist{margin: 0 0 25px;}
  .homesec3 .nav li button img, .homesec3 .nav li button svg{display: none;}
  .homesec3 .nav li{flex-basis: 49%;}
  .homesec3 .blog-2-col .left .h5{font-size: 20px;margin: 0 0 15px;}
  .homesec3 .blog-2-col .left .h5 svg,.homesec3 .blog-2-col .left .h5 img{width: 30px;}
  .homesec7 .bigbx .inner{padding: 20px;}
  .homesec7 .smallbx .inner{padding: 20px;flex-wrap: nowrap;height: auto;}
  .homesec7 .smallbx .inner .img,.homesec7 .bigbx .inner .img{width: auto;margin:0 0 0 15px;}
  .homesec7 .smallbx .inner .img a,.homesec7 .bigbx .inner .img a{width: 130px;display: block;}
  .homesec7 .smallbx .row>:nth-last-child(-n+2){margin: 0 0 30px;}
  .homesec7 .smallbx .row>div:last-child{margin: 0;}
  .homesec7 .smallbx .col-12:nth-child(1) .inner, .homesec7 .smallbx .col-12:nth-child(2) .inner{margin: 0;}
  .homesec8 .item .inner{max-width: 300px;margin: 0 auto;}
  .p-b-90{padding-bottom: 50px !important;}
  .homesec8 .item .title{font-size: 40px;line-height: 120%;margin:0 0 10px;}
  .homesec8 .item .text{font-size: 15px;line-height: 150%;}
  .homesec8 .item .content{padding: 20px 20px;}
  .main-nav-container .main-nav .menu-item .nav-button{font-size: 13px;padding: 0 10px;}
  .homesec4 .h2{font-size: 26px;line-height: 130%;}
  .homesec4{padding-left: 0;}
  .footer .row [class^="col"]{margin-bottom: 10px;}
  .footer .social{margin: 0 0 20px;}
  .footer .footer-nav li{margin:0 0 5px;}
  .footer .divider{margin-bottom: 45px !important;}
  .footer .footer-nav{margin-bottom: 15px;}
  .homesec3 .nav{margin: 40px 0 10px;}
  .homesec3 .nav li button {line-height: 20px;padding: 8px 5px;}
  .homesec7 .inner .content{text-align: right;}
  .homesec7 .inner .h5{font-size: 16px;}
  .homesec8 .sliderwrapper{padding:0 30px;position: relative;}
  .homesec8 .sliderwrapper .prev,.homesec8 .sliderwrapper .next
  {
    display: block;
  }
  .homesec9 .h5{min-height: 1px;}
}
@media (max-width: 480px)
{
  .sec-header.d-flex{flex-wrap: wrap;margin-bottom: 30px;}
  .sec-header.d-flex .left{width: 100%;text-align: right;margin-top: 10px;}
  .button.button-primary.style2,.button.button-primary.style3{padding: 0 10px;}
  .faq .card .card-header .faq-title{font-size: 14px;}
    .tablewrapper {
      padding-right: 15px !important;
      padding-bottom: 20px !important;
  }
  .pricesec1 .tabwrapper .tabcontent:before{height: 20px !important;bottom: 3px !important;}
  .tablewrapper::-webkit-scrollbar{width: 3px !important;height: 3px !important;}
  .tablewrapper::-webkit-scrollbar-track{margin: 0 10px !important;}
}
@media (max-width: 400px)
{
  .main-nav-container .main-nav .menu-item .nav-button{font-size: 12px;padding: 0 5px;}
  .main-nav-container .main-nav .logo {max-width:95px}
  .main-nav-container .main-nav .menu-item.btns{padding-left:53px;padding-right: 0;}
  .main-nav-container .main-nav .logo img{max-width: 85px;}
}
