/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;400;600&display=swap");
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  direction: rtl;
}

::-moz-selection {
  background-color: #d90a2c !important;
  color: #fff !important;
}

::selection {
  background-color: #d90a2c !important;
  color: #fff !important;
}

body {
  font-family: "Changa", sans-serif;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 200;
  margin-right: 270px;
  width: calc(100% - 270px);
  position: relative;
}

@media all and (max-width: 991.98px) {
  body {
    margin-right: 0;
    width: 100%;
  }
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 0 25px;
  letter-spacing: 1px;
  background-color: #d90a2c;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.link i {
  margin-left: 5px;
}

.link:hover {
  background-color: #1d1c20;
  color: #fff;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Section Setting
=======================*/
section {
  padding: 70px 50px;
  position: relative;
  text-align: right;
}

section.section_color {
  background-color: #fafafa;
}

section .section_title {
  text-align: center;
  font-size: 36px;
  color: #d90a2c;
  font-weight: 600;
  margin: 0 0 35px 0;
}

section .section_title .txt {
  color: #1d1c20;
  text-align: center;
  font-weight: 400;
}

@media all and (max-width: 991.98px) {
  section {
    padding: 35px 15px;
  }
}

@media all and (max-width: 575.98px) {
  section {
    padding: 35px 0;
  }
  section .section_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .section_title .txt {
    font-size: 12px;
  }
}

/* Text Setting
======================*/
.main_tit {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #1d1c20;
}

.sub_tit {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #d90a2c;
}

.txt {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0;
}

@media all and (max-width: 1459.98px) {
  .main_tit {
    font-size: 38px;
    line-height: 45px;
  }
  .sub_tit {
    font-size: 32px;
    line-height: 40px;
  }
  .txt {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 991.98px) {
  .main_tit {
    font-size: 36px;
    line-height: 42px;
  }
  .sub_tit {
    font-size: 30px;
    line-height: 38px;
  }
  .txt {
    font-size: 14px;
    line-height: 22px;
  }
}

@media all and (max-width: 767.98px) {
  .main_tit {
    font-size: 32px;
    line-height: 35px;
  }
  .sub_tit {
    font-size: 28px;
    line-height: 30px;
  }
  .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

/* Social Links
========================*/
.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}

.social-links li a {
  display: block;
  margin: auto;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #d90a2c;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-links li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-links li a:hover {
  color: #1d1c20;
  background-color: #fff;
}

.about-content {
  margin: 25px auto 0;
}

/* List Links
========================*/
.list_items {
  margin: 15px 0;
}

.list_items li {
  padding-right: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}

.list_items li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #d90a2c;
}

@media all and (max-width: 767.98px) {
  .list_items li {
    font-size: 16px;
    line-height: 22px;
  }
}

/* UP Button
=========================*/
.icon_link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 40px;
  background-color: #d90a2c;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0;
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
}

/* Loader
========================*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1d1c20;
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.loader-inner {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.loader-inner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader-inner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loader-inner > div {
  background-color: #fff;
  margin: 2px;
  position: absolute;
  left: -40px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: loader-inner 1s 0s linear infinite;
          animation: loader-inner 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.contact_details {
  background-color: #fff;
  padding: 30px 50px;
  text-align: right;
  margin: 15px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media all and (max-width: 575.98px) {
  .contact_details {
    padding: 15px;
  }
}

.contact_details h3 {
  display: block;
  font-size: 24px;
  margin-bottom: 25px;
}

.contact_details .contact_info {
  margin: 15px auto;
}

.contact_details .contact_info li {
  margin-bottom: 30px;
  padding-right: 50px;
}

.contact_details .contact_info li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #1d1c20;
  right: 0;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact_details .contact_info li span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.contact_details .contact_info li a {
  font-weight: 400;
  color: #1d1c20;
  direction: ltr;
  display: inline-block;
}

.contact_details .social-links li a:hover {
  background-color: #1d1c20;
  color: #fff;
}

form {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

form .form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: right;
}

form label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  margin: 0 0 5px 0;
  color: #1d1c20;
}

form .form-control {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

form .form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form textarea {
  resize: none;
  min-height: 100px;
}

aside {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 270px;
  background-color: #1d1c20;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

aside::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 180px;
  height: 180px;
  background: url(../images/icons/3.png) no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.04;
}

aside::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  background: url(../images/icons/pattern.png) repeat;
  z-index: -1;
}

aside img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 15px solid rgba(255, 255, 225, 0.04);
  padding: 10px;
}

aside ul {
  display: block;
  text-align: center;
  margin-top: -25px;
}

aside ul li a {
  color: #fff;
  display: block;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
}

aside ul li a:hover {
  text-align: center;
  color: #d90a2c;
}

aside p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

aside.move {
  right: 0;
}

@media all and (max-width: 991.98px) {
  aside {
    width: 200px;
    right: -270px;
  }
}

.menu_bar {
  display: none;
  position: fixed;
  top: 0px;
  left: 15px;
  right: auto;
  margin: 0;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  z-index: 9999;
}

@media all and (max-width: 991.98px) {
  .menu_bar {
    display: block;
  }
}

.main_sec {
  background-color: #1d1c20;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_sec .wel_cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 70px;
}

.main_sec .main_tit {
  color: #fff;
  margin-bottom: 25px;
}

.main_sec .sub_tit {
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 25px;
}

.main_sec .social-links li a {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.main_sec .social-links li a:hover {
  background-color: #d90a2c;
  color: #fff;
}

@media all and (max-width: 1199.98px) {
  .main_sec .sub_tit {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 767.98px) {
  .main_sec .wel_cont {
    display: block;
    padding: 25px;
    text-align: center;
  }
  .main_sec .icon_link {
    display: none;
  }
}

.cover {
  padding: 0;
  height: 100%;
  position: relative;
  cursor: move;
}

.cover img {
  z-index: 0;
}

.cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #1d1c20;
  opacity: 0.55;
  z-index: 99;
}

.video_btn {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  padding: 10px;
  background-color: #d90a2c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 999;
}

.video_btn img {
  position: relative;
  z-index: 999;
}

.player-wave {
  right: -15px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 998;
}

.player-wave .waves {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: rgba(217, 10, 44, 0.4);
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
          animation: 3s ease-in-out 0s normal none infinite running waves;
}

.player-wave .waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.player-wave .waves .wave-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.player-wave .waves .wave-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* Waves Animation */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.work_cont {
  text-align: right;
  padding: 25px 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 370px;
}

.work_cont .sub_tit {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
  color: #1d1c20;
}

.work_cont .txt {
  margin-bottom: 25px;
}

@media all and (max-width: 1459.98px) {
  .work_cont {
    min-height: auto;
    padding: 25px;
  }
  .work_cont .sub_tit {
    font-size: 28px;
    line-height: 30px;
  }
  .work_cont .txt {
    font-size: 14px;
    line-height: 22px;
  }
}

.work_img {
  padding: 0;
}

.modal-dialog {
  overflow: hidden;
  padding: 0;
  margin: 40px auto 0;
  width: 98%;
  max-width: 576px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.modal-body {
  padding: 25px 25px 15px;
  color: #212121;
  line-height: 25px;
  overflow: hidden;
  font-size: 12px;
  text-align: right;
}

.modal-body h3 {
  color: #1d1c20;
  font-size: 16px;
  margin: 0 auto 15px;
  text-align: right;
}

.modal-body p {
  text-align: right;
  font-size: 14px;
}

.modal-body .icon-btn {
  font-size: 22px;
  margin: auto;
  color: #1c1e1c;
  background-color: transparent;
  position: absolute;
  left: 15px;
  top: 15px;
  border: 0;
}

.modal-body li {
  text-align: right;
  font-size: 14px;
}

/* Gallery
============================*/
.grid-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 25px auto;
}

.grid-item a {
  text-align: center;
  position: absolute;
  background-color: rgba(39, 40, 44, 0.8);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.grid-item:hover a {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.grid-col {
  float: right;
  width: 33.33%;
  padding: 0 15px;
}

.grid-col img {
  display: block;
}

@media all and (max-width: 991.98px) {
  .grid-col {
    width: 50%;
    padding: 15px;
  }
  .grid-col--3 {
    display: none;
  }
}

@media all and (max-width: 767.98px) {
  .grid-col {
    width: 100%;
  }
  .grid-col--2 {
    display: none;
  }
}

.fact {
  background-color: #1d1c20;
  padding: 0;
}

.fact .col-12 {
  padding: 0;
}

.fact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fact ul li {
  border: 1px solid #3b3a41;
  border-width: 0 0 0 1px;
  color: #fff;
  padding: 40px 80px 40px 40px;
  text-align: right;
  width: 25%;
}

@media all and (max-width: 767.98px) {
  .fact ul {
    display: block;
  }
  .fact ul li {
    float: right;
    width: 50%;
    border-width: 0 0 1px 1px;
  }
}

@media all and (max-width: 575.98px) {
  .fact ul li {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}

.fact i {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.fact span {
  display: block;
  font-size: 35px;
  letter-spacing: 3px;
}

@media all and (max-width: 1199.98px) {
  .fact span {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
/*# sourceMappingURL=style.css.map */