@font-face {
  font-family: iransans-light;
  font-style: normal;
  font-weight: normal;
  src: url("../../theme/rizwan_theme/assets/css/webfonts/1-IranSansWeb/IRANSansWeb_Light.eot");
  src: url("../../theme/rizwan_theme/assets/css/webfonts/1-IranSansWeb/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../../theme/rizwan_theme/assets/css/webfonts/1-IranSansWeb/IRANSansWeb_Light.woff2") format("woff2"), url("../../theme/rizwan_theme/assets/css/webfonts/1-IranSansWeb/IRANSansWeb_Light.woff") format("woff"), url("../../theme/rizwan_theme/assets/css/webfonts/1-IranSansWeb/IRANSansWeb_Light.ttf") format("truetype"
    );
}

/*------------------------------------------------*/
/*--------------------[CSS RESET ]-------------------*/
/*------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--third-color);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--third-color);
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: var(--primary-black);
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

/*------------------------------------------------*/
/*--------------------[GENERAL ]-------------------*/
/*------------------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: var(--primary-white) !important;
}


/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.lr-9 [class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}

button {
  border: none;
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal>[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--primary-black);
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: iransans-light;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary-black);
  background-color: var(--secondary-bg-color);
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: iransans-light;
  margin: 0px;
  font-weight: 600;
  color: var(--primary-black);
  letter-spacing: 1px;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1px;
}


h1.fs-lg {
  font-size: 80px;
  line-height: 115%;
  letter-spacing: -4px;
}


h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  color: var(--primary-white);
  font-family: iransans-light;
  cursor: pointer;
}

p {
  margin: 0px;
}

.wrapper .container-fluid, .wrapper .container-fluid .col-md-6 {
  padding: 0;
}

.preview-white-bg {
  background: #f5f5f5;
}

.preview-black-bg {
  background: #f8f6df;
}

.preview-white-bg, .preview-black-bg {
  height: 100vh;
}

.header-contact {
  z-index: 99;
  text-align: right;
  cursor: pointer;
  background: #000;
  padding: 15px 32px;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  width: 300px;
  margin-top: 80px;
}

.preview-white-bg img, .preview-black-bg img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
}

.sm_svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: #fff;
}

.preview-black-bg .header-contact {
  background: #fff;
  color: #000;
}

.preview-black-bg .sm_svg {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .header-contact {
    width: auto;
  }

  .preview-white-bg, .preview-black-bg {
    height: auto;
    padding: 20px 50px;
  }
}

.dontcopy {
    background-color: rgb(221, 74, 74);
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    position: relative;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    direction: rtl;
}
.dontcopy p {
    color: white;

}
.dontcopy button {
    background-color: #8ed457;
    color: white;
    padding: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}
.dontcopy button a {
    color: white;
    font-size: 16px;
}