@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("./../fonts/iransans/eot/IRANSansWeb_Black.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("./../fonts/iransans/eot/IRANSansWeb_Bold.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/iransans/eot/IRANSansWeb_Medium.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/iransans/eot/IRANSansWeb_Light.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("./../fonts/iransans/eot/IRANSansWeb_UltraLight.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/iransans/eot/IRANSansWeb.eot");
  src: url("./../fonts/iransans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("./../fonts/iransans/woff2/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("./../fonts/iransans/woff/IRANSansWeb.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("./../fonts/iransans/ttf/IRANSansWeb.ttf") format("truetype");
}

/* CSS Document */

html,
body {
  margin: 0px;
  padding: 0px;
  font: normal 14px/1.8 "Roboto", "Arial";
  color: #666666;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .dng-main {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
  .dng-main {
    overflow-x: hidden;
  }
}

h1 {
  margin: 5px 0 10px 0;
}

h2 {
  margin: 5px 0 10px 0;
}

h3 {
  margin: 5px 0 10px 0;
}

h4 {
  margin: 5px 0 10px 0;
}

h5 {
  margin: 5px 0 10px 0;
}

h6 {
  margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:placeholder {
  color: inherit;
  opacity: 0.9;
}

a,
a:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

/* Spacing */

#Body .pt-0 {
  padding-top: 0px;
}

#Body .mt-0 {
  margin-top: 0px;
}

#Body .pt-1 {
  padding-top: 1px;
}

#Body .mt-1 {
  margin-top: 1px;
}

#Body .pt-2 {
  padding-top: 2px;
}

#Body .mt-2 {
  margin-top: 2px;
}

#Body .pt-3 {
  padding-top: 3px;
}

#Body .mt-3 {
  margin-top: 3px;
}

#Body .pt-4 {
  padding-top: 4px;
}

#Body .mt-4 {
  margin-top: 4px;
}

#Body .pt-5 {
  padding-top: 5px;
}

#Body .mt-5 {
  margin-top: 5px;
}

#Body .pt-10 {
  padding-top: 10px;
}

#Body .mt-10 {
  margin-top: 10px;
}

#Body .pt-15 {
  padding-top: 15px;
}

#Body .mt-15 {
  margin-top: 15px;
}

#Body .pt-20 {
  padding-top: 20px;
}

#Body .mt-20 {
  margin-top: 20px;
}

#Body .pt-25 {
  padding-top: 25px;
}

#Body .mt-25 {
  margin-top: 25px;
}

#Body .pt-30 {
  padding-top: 30px;
}

#Body .mt-30 {
  margin-top: 30px;
}

#Body .pt-35 {
  padding-top: 35px;
}

#Body .mt-35 {
  margin-top: 35px;
}

#Body .pt-40 {
  padding-top: 40px;
}

#Body .mt-40 {
  margin-top: 40px;
}

#Body .pt-45 {
  padding-top: 45px;
}

#Body .mt-45 {
  margin-top: 45px;
}

#Body .pt-50 {
  padding-top: 50px;
}

#Body .mt-50 {
  margin-top: 50px;
}

#Body .pt-55 {
  padding-top: 55px;
}

#Body .mt-55 {
  margin-top: 55px;
}

#Body .pt-60 {
  padding-top: 60px;
}

#Body .mt-60 {
  margin-top: 60px;
}

#Body .pt-65 {
  padding-top: 65px;
}

#Body .mt-65 {
  margin-top: 65px;
}

#Body .pt-70 {
  padding-top: 70px;
}

#Body .mt-70 {
  margin-top: 70px;
}

#Body .pt-75 {
  padding-top: 75px;
}

#Body .mt-75 {
  margin-top: 75px;
}

#Body .pt-80 {
  padding-top: 80px;
}

#Body .mt-80 {
  margin-top: 80px;
}

#Body .pr-0 {
  padding-right: 0px;
}

#Body .mr-0 {
  margin-right: 0px;
}

#Body .pr-1 {
  padding-right: 1px;
}

#Body .mr-1 {
  margin-right: 1px;
}

#Body .pr-2 {
  padding-right: 2px;
}

#Body .mr-2 {
  margin-right: 2px;
}

#Body .pr-3 {
  padding-right: 3px;
}

#Body .mr-3 {
  margin-right: 3px;
}

#Body .pr-4 {
  padding-right: 4px;
}

#Body .mr-4 {
  margin-right: 4px;
}

#Body .pr-5 {
  padding-right: 5px;
}

#Body .mr-5 {
  margin-right: 5px;
}

#Body .pr-10 {
  padding-right: 10px;
}

#Body .mr-10 {
  margin-right: 10px;
}

#Body .pr-15 {
  padding-right: 15px;
}

#Body .mr-15 {
  margin-right: 15px;
}

#Body .pr-20 {
  padding-right: 20px;
}

#Body .mr-20 {
  margin-right: 20px;
}

#Body .pr-25 {
  padding-right: 25px;
}

#Body .mr-25 {
  margin-right: 25px;
}

#Body .pr-30 {
  padding-right: 30px;
}

#Body .mr-30 {
  margin-right: 30px;
}

#Body .pr-35 {
  padding-right: 35px;
}

#Body .mr-35 {
  margin-right: 35px;
}

#Body .pr-40 {
  padding-right: 40px;
}

#Body .mr-40 {
  margin-right: 40px;
}

#Body .pr-45 {
  padding-right: 45px;
}

#Body .mr-45 {
  margin-right: 45px;
}

#Body .pr-50 {
  padding-right: 50px;
}

#Body .mr-50 {
  margin-right: 50px;
}

#Body .pr-55 {
  padding-right: 55px;
}

#Body .mr-55 {
  margin-right: 55px;
}

#Body .pr-60 {
  padding-right: 60px;
}

#Body .mr-60 {
  margin-right: 60px;
}

#Body .pr-65 {
  padding-right: 65px;
}

#Body .mr-65 {
  margin-right: 65px;
}

#Body .pr-70 {
  padding-right: 70px;
}

#Body .mr-70 {
  margin-right: 70px;
}

#Body .pr-75 {
  padding-right: 75px;
}

#Body .mr-75 {
  margin-right: 75px;
}

#Body .pr-80 {
  padding-right: 80px;
}

#Body .mr-80 {
  margin-right: 80px;
}

#Body .pb-0 {
  padding-bottom: 0px;
}

#Body .mb-0 {
  margin-bottom: 0px;
}

#Body .pb-1 {
  padding-bottom: 1px;
}

#Body .mb-1 {
  margin-bottom: 1px;
}

#Body .pb-2 {
  padding-bottom: 2px;
}

#Body .mb-2 {
  margin-bottom: 2px;
}

#Body .pb-3 {
  padding-bottom: 3px;
}

#Body .mb-3 {
  margin-bottom: 3px;
}

#Body .pb-4 {
  padding-bottom: 4px;
}

#Body .mb-4 {
  margin-bottom: 4px;
}

#Body .pb-5 {
  padding-bottom: 5px;
}

#Body .mb-5 {
  margin-bottom: 5px;
}

#Body .pb-10 {
  padding-bottom: 10px;
}

#Body .mb-10 {
  margin-bottom: 10px;
}

#Body .pb-15 {
  padding-bottom: 15px;
}

#Body .mb-15 {
  margin-bottom: 15px;
}

#Body .pb-20 {
  padding-bottom: 20px;
}

#Body .mb-20 {
  margin-bottom: 20px;
}

#Body .pb-25 {
  padding-bottom: 25px;
}

#Body .mb-25 {
  margin-bottom: 25px;
}

#Body .pb-30 {
  padding-bottom: 30px;
}

#Body .mb-30 {
  margin-bottom: 30px;
}

#Body .pb-35 {
  padding-bottom: 35px;
}

#Body .mb-35 {
  margin-bottom: 35px;
}

#Body .pb-40 {
  padding-bottom: 40px;
}

#Body .mb-40 {
  margin-bottom: 40px;
}

#Body .pb-45 {
  padding-bottom: 45px;
}

#Body .mb-45 {
  margin-bottom: 45px;
}

#Body .pb-50 {
  padding-bottom: 50px;
}

#Body .mb-50 {
  margin-bottom: 50px;
}

#Body .pb-55 {
  padding-bottom: 55px;
}

#Body .mb-55 {
  margin-bottom: 55px;
}

#Body .pb-60 {
  padding-bottom: 60px;
}

#Body .mb-60 {
  margin-bottom: 60px;
}

#Body .pb-65 {
  padding-bottom: 65px;
}

#Body .mb-65 {
  margin-bottom: 65px;
}

#Body .pb-70 {
  padding-bottom: 70px;
}

#Body .mb-70 {
  margin-bottom: 70px;
}

#Body .pb-75 {
  padding-bottom: 75px;
}

#Body .mb-75 {
  margin-bottom: 75px;
}

#Body .pb-80 {
  padding-bottom: 80px;
}

#Body .mb-80 {
  margin-bottom: 80px;
}

#Body .pl-0 {
  padding-left: 0px;
}

#Body .ml-0 {
  margin-left: 0px;
}

#Body .pl-1 {
  padding-left: 1px;
}

#Body .ml-1 {
  margin-left: 1px;
}

#Body .pl-2 {
  padding-left: 2px;
}

#Body .ml-2 {
  margin-left: 2px;
}

#Body .pl-3 {
  padding-left: 3px;
}

#Body .ml-3 {
  margin-left: 3px;
}

#Body .pl-4 {
  padding-left: 4px;
}

#Body .ml-4 {
  margin-left: 4px;
}

#Body .pl-5 {
  padding-left: 5px;
}

#Body .ml-5 {
  margin-left: 5px;
}

#Body .pl-10 {
  padding-left: 10px;
}

#Body .ml-10 {
  margin-left: 10px;
}

#Body .pl-15 {
  padding-left: 15px;
}

#Body .ml-15 {
  margin-left: 15px;
}

#Body .pl-20 {
  padding-left: 20px;
}

#Body .ml-20 {
  margin-left: 20px;
}

#Body .pl-25 {
  padding-left: 25px;
}

#Body .ml-25 {
  margin-left: 25px;
}

#Body .pl-30 {
  padding-left: 30px;
}

#Body .ml-30 {
  margin-left: 30px;
}

#Body .pl-35 {
  padding-left: 35px;
}

#Body .ml-35 {
  margin-left: 35px;
}

#Body .pl-40 {
  padding-left: 40px;
}

#Body .ml-40 {
  margin-left: 40px;
}

#Body .pl-45 {
  padding-left: 45px;
}

#Body .ml-45 {
  margin-left: 45px;
}

#Body .pl-50 {
  padding-left: 50px;
}

#Body .ml-50 {
  margin-left: 50px;
}

#Body .pl-55 {
  padding-left: 55px;
}

#Body .ml-55 {
  margin-left: 55px;
}

#Body .pl-60 {
  padding-left: 60px;
}

#Body .ml-60 {
  margin-left: 60px;
}

#Body .pl-65 {
  padding-left: 65px;
}

#Body .ml-65 {
  margin-left: 65px;
}

#Body .pl-70 {
  padding-left: 70px;
}

#Body .ml-70 {
  margin-left: 70px;
}

#Body .pl-75 {
  padding-left: 75px;
}

#Body .ml-75 {
  margin-left: 75px;
}

#Body .pl-80 {
  padding-left: 80px;
}

#Body .ml-80 {
  margin-left: 80px;
}

#Body .m-auto {
  margin: auto;
}

#Body .ml-auto {
  margin-left: auto;
}

#Body .mr-auto {
  margin-right: auto;
}

@media (min-width: 576px) {
  #Body .pt-sm-0 {
    padding-top: 0px;
  }

  #Body .mt-sm-0 {
    margin-top: 0px;
  }

  #Body .pt-sm-1 {
    padding-top: 1px;
  }

  #Body .mt-sm-1 {
    margin-top: 1px;
  }

  #Body .pt-sm-2 {
    padding-top: 2px;
  }

  #Body .mt-sm-2 {
    margin-top: 2px;
  }

  #Body .pt-sm-3 {
    padding-top: 3px;
  }

  #Body .mt-sm-3 {
    margin-top: 3px;
  }

  #Body .pt-sm-4 {
    padding-top: 4px;
  }

  #Body .mt-sm-4 {
    margin-top: 4px;
  }

  #Body .pt-sm-5 {
    padding-top: 5px;
  }

  #Body .mt-sm-5 {
    margin-top: 5px;
  }

  #Body .pt-sm-10 {
    padding-top: 10px;
  }

  #Body .mt-sm-10 {
    margin-top: 10px;
  }

  #Body .pt-sm-15 {
    padding-top: 15px;
  }

  #Body .mt-sm-15 {
    margin-top: 15px;
  }

  #Body .pt-sm-20 {
    padding-top: 20px;
  }

  #Body .mt-sm-20 {
    margin-top: 20px;
  }

  #Body .pt-sm-25 {
    padding-top: 25px;
  }

  #Body .mt-sm-25 {
    margin-top: 25px;
  }

  #Body .pt-sm-30 {
    padding-top: 30px;
  }

  #Body .mt-sm-30 {
    margin-top: 30px;
  }

  #Body .pt-sm-35 {
    padding-top: 35px;
  }

  #Body .mt-sm-35 {
    margin-top: 35px;
  }

  #Body .pt-sm-40 {
    padding-top: 40px;
  }

  #Body .mt-sm-40 {
    margin-top: 40px;
  }

  #Body .pt-sm-45 {
    padding-top: 45px;
  }

  #Body .mt-sm-45 {
    margin-top: 45px;
  }

  #Body .pt-sm-50 {
    padding-top: 50px;
  }

  #Body .mt-sm-50 {
    margin-top: 50px;
  }

  #Body .pt-sm-55 {
    padding-top: 55px;
  }

  #Body .mt-sm-55 {
    margin-top: 55px;
  }

  #Body .pt-sm-60 {
    padding-top: 60px;
  }

  #Body .mt-sm-60 {
    margin-top: 60px;
  }

  #Body .pt-sm-65 {
    padding-top: 65px;
  }

  #Body .mt-sm-65 {
    margin-top: 65px;
  }

  #Body .pt-sm-70 {
    padding-top: 70px;
  }

  #Body .mt-sm-70 {
    margin-top: 70px;
  }

  #Body .pt-sm-75 {
    padding-top: 75px;
  }

  #Body .mt-sm-75 {
    margin-top: 75px;
  }

  #Body .pt-sm-80 {
    padding-top: 80px;
  }

  #Body .mt-sm-80 {
    margin-top: 80px;
  }

  #Body .pr-sm-0 {
    padding-right: 0px;
  }

  #Body .mr-sm-0 {
    margin-right: 0px;
  }

  #Body .pr-sm-1 {
    padding-right: 1px;
  }

  #Body .mr-sm-1 {
    margin-right: 1px;
  }

  #Body .pr-sm-2 {
    padding-right: 2px;
  }

  #Body .mr-sm-2 {
    margin-right: 2px;
  }

  #Body .pr-sm-3 {
    padding-right: 3px;
  }

  #Body .mr-sm-3 {
    margin-right: 3px;
  }

  #Body .pr-sm-4 {
    padding-right: 4px;
  }

  #Body .mr-sm-4 {
    margin-right: 4px;
  }

  #Body .pr-sm-5 {
    padding-right: 5px;
  }

  #Body .mr-sm-5 {
    margin-right: 5px;
  }

  #Body .pr-sm-10 {
    padding-right: 10px;
  }

  #Body .mr-sm-10 {
    margin-right: 10px;
  }

  #Body .pr-sm-15 {
    padding-right: 15px;
  }

  #Body .mr-sm-15 {
    margin-right: 15px;
  }

  #Body .pr-sm-20 {
    padding-right: 20px;
  }

  #Body .mr-sm-20 {
    margin-right: 20px;
  }

  #Body .pr-sm-25 {
    padding-right: 25px;
  }

  #Body .mr-sm-25 {
    margin-right: 25px;
  }

  #Body .pr-sm-30 {
    padding-right: 30px;
  }

  #Body .mr-sm-30 {
    margin-right: 30px;
  }

  #Body .pr-sm-35 {
    padding-right: 35px;
  }

  #Body .mr-sm-35 {
    margin-right: 35px;
  }

  #Body .pr-sm-40 {
    padding-right: 40px;
  }

  #Body .mr-sm-40 {
    margin-right: 40px;
  }

  #Body .pr-sm-45 {
    padding-right: 45px;
  }

  #Body .mr-sm-45 {
    margin-right: 45px;
  }

  #Body .pr-sm-50 {
    padding-right: 50px;
  }

  #Body .mr-sm-50 {
    margin-right: 50px;
  }

  #Body .pr-sm-55 {
    padding-right: 55px;
  }

  #Body .mr-sm-55 {
    margin-right: 55px;
  }

  #Body .pr-sm-60 {
    padding-right: 60px;
  }

  #Body .mr-sm-60 {
    margin-right: 60px;
  }

  #Body .pr-sm-65 {
    padding-right: 65px;
  }

  #Body .mr-sm-65 {
    margin-right: 65px;
  }

  #Body .pr-sm-70 {
    padding-right: 70px;
  }

  #Body .mr-sm-70 {
    margin-right: 70px;
  }

  #Body .pr-sm-75 {
    padding-right: 75px;
  }

  #Body .mr-sm-75 {
    margin-right: 75px;
  }

  #Body .pr-sm-80 {
    padding-right: 80px;
  }

  #Body .mr-sm-80 {
    margin-right: 80px;
  }

  #Body .pb-sm-0 {
    padding-bottom: 0px;
  }

  #Body .mb-sm-0 {
    margin-bottom: 0px;
  }

  #Body .pb-sm-1 {
    padding-bottom: 1px;
  }

  #Body .mb-sm-1 {
    margin-bottom: 1px;
  }

  #Body .pb-sm-2 {
    padding-bottom: 2px;
  }

  #Body .mb-sm-2 {
    margin-bottom: 2px;
  }

  #Body .pb-sm-3 {
    padding-bottom: 3px;
  }

  #Body .mb-sm-3 {
    margin-bottom: 3px;
  }

  #Body .pb-sm-4 {
    padding-bottom: 4px;
  }

  #Body .mb-sm-4 {
    margin-bottom: 4px;
  }

  #Body .pb-sm-5 {
    padding-bottom: 5px;
  }

  #Body .mb-sm-5 {
    margin-bottom: 5px;
  }

  #Body .pb-sm-10 {
    padding-bottom: 10px;
  }

  #Body .mb-sm-10 {
    margin-bottom: 10px;
  }

  #Body .pb-sm-15 {
    padding-bottom: 15px;
  }

  #Body .mb-sm-15 {
    margin-bottom: 15px;
  }

  #Body .pb-sm-20 {
    padding-bottom: 20px;
  }

  #Body .mb-sm-20 {
    margin-bottom: 20px;
  }

  #Body .pb-sm-25 {
    padding-bottom: 25px;
  }

  #Body .mb-sm-25 {
    margin-bottom: 25px;
  }

  #Body .pb-sm-30 {
    padding-bottom: 30px;
  }

  #Body .mb-sm-30 {
    margin-bottom: 30px;
  }

  #Body .pb-sm-35 {
    padding-bottom: 35px;
  }

  #Body .mb-sm-35 {
    margin-bottom: 35px;
  }

  #Body .pb-sm-40 {
    padding-bottom: 40px;
  }

  #Body .mb-sm-40 {
    margin-bottom: 40px;
  }

  #Body .pb-sm-45 {
    padding-bottom: 45px;
  }

  #Body .mb-sm-45 {
    margin-bottom: 45px;
  }

  #Body .pb-sm-50 {
    padding-bottom: 50px;
  }

  #Body .mb-sm-50 {
    margin-bottom: 50px;
  }

  #Body .pb-sm-55 {
    padding-bottom: 55px;
  }

  #Body .mb-sm-55 {
    margin-bottom: 55px;
  }

  #Body .pb-sm-60 {
    padding-bottom: 60px;
  }

  #Body .mb-sm-60 {
    margin-bottom: 60px;
  }

  #Body .pb-sm-65 {
    padding-bottom: 65px;
  }

  #Body .mb-sm-65 {
    margin-bottom: 65px;
  }

  #Body .pb-sm-70 {
    padding-bottom: 70px;
  }

  #Body .mb-sm-70 {
    margin-bottom: 70px;
  }

  #Body .pb-sm-75 {
    padding-bottom: 75px;
  }

  #Body .mb-sm-75 {
    margin-bottom: 75px;
  }

  #Body .pb-sm-80 {
    padding-bottom: 80px;
  }

  #Body .mb-sm-80 {
    margin-bottom: 80px;
  }

  #Body .pl-sm-0 {
    padding-left: 0px;
  }

  #Body .ml-sm-0 {
    margin-left: 0px;
  }

  #Body .pl-sm-1 {
    padding-left: 1px;
  }

  #Body .ml-sm-1 {
    margin-left: 1px;
  }

  #Body .pl-sm-2 {
    padding-left: 2px;
  }

  #Body .ml-sm-2 {
    margin-left: 2px;
  }

  #Body .pl-sm-3 {
    padding-left: 3px;
  }

  #Body .ml-sm-3 {
    margin-left: 3px;
  }

  #Body .pl-sm-4 {
    padding-left: 4px;
  }

  #Body .ml-sm-4 {
    margin-left: 4px;
  }

  #Body .pl-sm-5 {
    padding-left: 5px;
  }

  #Body .ml-sm-5 {
    margin-left: 5px;
  }

  #Body .pl-sm-10 {
    padding-left: 10px;
  }

  #Body .ml-sm-10 {
    margin-left: 10px;
  }

  #Body .pl-sm-15 {
    padding-left: 15px;
  }

  #Body .ml-sm-15 {
    margin-left: 15px;
  }

  #Body .pl-sm-20 {
    padding-left: 20px;
  }

  #Body .ml-sm-20 {
    margin-left: 20px;
  }

  #Body .pl-sm-25 {
    padding-left: 25px;
  }

  #Body .ml-sm-25 {
    margin-left: 25px;
  }

  #Body .pl-sm-30 {
    padding-left: 30px;
  }

  #Body .ml-sm-30 {
    margin-left: 30px;
  }

  #Body .pl-sm-35 {
    padding-left: 35px;
  }

  #Body .ml-sm-35 {
    margin-left: 35px;
  }

  #Body .pl-sm-40 {
    padding-left: 40px;
  }

  #Body .ml-sm-40 {
    margin-left: 40px;
  }

  #Body .pl-sm-45 {
    padding-left: 45px;
  }

  #Body .ml-sm-45 {
    margin-left: 45px;
  }

  #Body .pl-sm-50 {
    padding-left: 50px;
  }

  #Body .ml-sm-50 {
    margin-left: 50px;
  }

  #Body .pl-sm-55 {
    padding-left: 55px;
  }

  #Body .ml-sm-55 {
    margin-left: 55px;
  }

  #Body .pl-sm-60 {
    padding-left: 60px;
  }

  #Body .ml-sm-60 {
    margin-left: 60px;
  }

  #Body .pl-sm-65 {
    padding-left: 65px;
  }

  #Body .ml-sm-65 {
    margin-left: 65px;
  }

  #Body .pl-sm-70 {
    padding-left: 70px;
  }

  #Body .ml-sm-70 {
    margin-left: 70px;
  }

  #Body .pl-sm-75 {
    padding-left: 75px;
  }

  #Body .ml-sm-75 {
    margin-left: 75px;
  }

  #Body .pl-sm-80 {
    padding-left: 80px;
  }

  #Body .ml-sm-80 {
    margin-left: 80px;
  }

  #Body .m-sm-auto {
    margin: auto;
  }

  #Body .ml-sm-auto {
    margin-left: auto;
  }

  #Body .mr-sm-auto {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  #Body .pt-md-0 {
    padding-top: 0px;
  }

  #Body .mt-md-0 {
    margin-top: 0px;
  }

  #Body .pt-md-1 {
    padding-top: 1px;
  }

  #Body .mt-md-1 {
    margin-top: 1px;
  }

  #Body .pt-md-2 {
    padding-top: 2px;
  }

  #Body .mt-md-2 {
    margin-top: 2px;
  }

  #Body .pt-md-3 {
    padding-top: 3px;
  }

  #Body .mt-md-3 {
    margin-top: 3px;
  }

  #Body .pt-md-4 {
    padding-top: 4px;
  }

  #Body .mt-md-4 {
    margin-top: 4px;
  }

  #Body .pt-md-5 {
    padding-top: 5px;
  }

  #Body .mt-md-5 {
    margin-top: 5px;
  }

  #Body .pt-md-10 {
    padding-top: 10px;
  }

  #Body .mt-md-10 {
    margin-top: 10px;
  }

  #Body .pt-md-15 {
    padding-top: 15px;
  }

  #Body .mt-md-15 {
    margin-top: 15px;
  }

  #Body .pt-md-20 {
    padding-top: 20px;
  }

  #Body .mt-md-20 {
    margin-top: 20px;
  }

  #Body .pt-md-25 {
    padding-top: 25px;
  }

  #Body .mt-md-25 {
    margin-top: 25px;
  }

  #Body .pt-md-30 {
    padding-top: 30px;
  }

  #Body .mt-md-30 {
    margin-top: 30px;
  }

  #Body .pt-md-35 {
    padding-top: 35px;
  }

  #Body .mt-md-35 {
    margin-top: 35px;
  }

  #Body .pt-md-40 {
    padding-top: 40px;
  }

  #Body .mt-md-40 {
    margin-top: 40px;
  }

  #Body .pt-md-45 {
    padding-top: 45px;
  }

  #Body .mt-md-45 {
    margin-top: 45px;
  }

  #Body .pt-md-50 {
    padding-top: 50px;
  }

  #Body .mt-md-50 {
    margin-top: 50px;
  }

  #Body .pt-md-55 {
    padding-top: 55px;
  }

  #Body .mt-md-55 {
    margin-top: 55px;
  }

  #Body .pt-md-60 {
    padding-top: 60px;
  }

  #Body .mt-md-60 {
    margin-top: 60px;
  }

  #Body .pt-md-65 {
    padding-top: 65px;
  }

  #Body .mt-md-65 {
    margin-top: 65px;
  }

  #Body .pt-md-70 {
    padding-top: 70px;
  }

  #Body .mt-md-70 {
    margin-top: 70px;
  }

  #Body .pt-md-75 {
    padding-top: 75px;
  }

  #Body .mt-md-75 {
    margin-top: 75px;
  }

  #Body .pt-md-80 {
    padding-top: 80px;
  }

  #Body .mt-md-80 {
    margin-top: 80px;
  }

  #Body .pr-md-0 {
    padding-right: 0px;
  }

  #Body .mr-md-0 {
    margin-right: 0px;
  }

  #Body .pr-md-1 {
    padding-right: 1px;
  }

  #Body .mr-md-1 {
    margin-right: 1px;
  }

  #Body .pr-md-2 {
    padding-right: 2px;
  }

  #Body .mr-md-2 {
    margin-right: 2px;
  }

  #Body .pr-md-3 {
    padding-right: 3px;
  }

  #Body .mr-md-3 {
    margin-right: 3px;
  }

  #Body .pr-md-4 {
    padding-right: 4px;
  }

  #Body .mr-md-4 {
    margin-right: 4px;
  }

  #Body .pr-md-5 {
    padding-right: 5px;
  }

  #Body .mr-md-5 {
    margin-right: 5px;
  }

  #Body .pr-md-10 {
    padding-right: 10px;
  }

  #Body .mr-md-10 {
    margin-right: 10px;
  }

  #Body .pr-md-15 {
    padding-right: 15px;
  }

  #Body .mr-md-15 {
    margin-right: 15px;
  }

  #Body .pr-md-20 {
    padding-right: 20px;
  }

  #Body .mr-md-20 {
    margin-right: 20px;
  }

  #Body .pr-md-25 {
    padding-right: 25px;
  }

  #Body .mr-md-25 {
    margin-right: 25px;
  }

  #Body .pr-md-30 {
    padding-right: 30px;
  }

  #Body .mr-md-30 {
    margin-right: 30px;
  }

  #Body .pr-md-35 {
    padding-right: 35px;
  }

  #Body .mr-md-35 {
    margin-right: 35px;
  }

  #Body .pr-md-40 {
    padding-right: 40px;
  }

  #Body .mr-md-40 {
    margin-right: 40px;
  }

  #Body .pr-md-45 {
    padding-right: 45px;
  }

  #Body .mr-md-45 {
    margin-right: 45px;
  }

  #Body .pr-md-50 {
    padding-right: 50px;
  }

  #Body .mr-md-50 {
    margin-right: 50px;
  }

  #Body .pr-md-55 {
    padding-right: 55px;
  }

  #Body .mr-md-55 {
    margin-right: 55px;
  }

  #Body .pr-md-60 {
    padding-right: 60px;
  }

  #Body .mr-md-60 {
    margin-right: 60px;
  }

  #Body .pr-md-65 {
    padding-right: 65px;
  }

  #Body .mr-md-65 {
    margin-right: 65px;
  }

  #Body .pr-md-70 {
    padding-right: 70px;
  }

  #Body .mr-md-70 {
    margin-right: 70px;
  }

  #Body .pr-md-75 {
    padding-right: 75px;
  }

  #Body .mr-md-75 {
    margin-right: 75px;
  }

  #Body .pr-md-80 {
    padding-right: 80px;
  }

  #Body .mr-md-80 {
    margin-right: 80px;
  }

  #Body .pb-md-0 {
    padding-bottom: 0px;
  }

  #Body .mb-md-0 {
    margin-bottom: 0px;
  }

  #Body .pb-md-1 {
    padding-bottom: 1px;
  }

  #Body .mb-md-1 {
    margin-bottom: 1px;
  }

  #Body .pb-md-2 {
    padding-bottom: 2px;
  }

  #Body .mb-md-2 {
    margin-bottom: 2px;
  }

  #Body .pb-md-3 {
    padding-bottom: 3px;
  }

  #Body .mb-md-3 {
    margin-bottom: 3px;
  }

  #Body .pb-md-4 {
    padding-bottom: 4px;
  }

  #Body .mb-md-4 {
    margin-bottom: 4px;
  }

  #Body .pb-md-5 {
    padding-bottom: 5px;
  }

  #Body .mb-md-5 {
    margin-bottom: 5px;
  }

  #Body .pb-md-10 {
    padding-bottom: 10px;
  }

  #Body .mb-md-10 {
    margin-bottom: 10px;
  }

  #Body .pb-md-15 {
    padding-bottom: 15px;
  }

  #Body .mb-md-15 {
    margin-bottom: 15px;
  }

  #Body .pb-md-20 {
    padding-bottom: 20px;
  }

  #Body .mb-md-20 {
    margin-bottom: 20px;
  }

  #Body .pb-md-25 {
    padding-bottom: 25px;
  }

  #Body .mb-md-25 {
    margin-bottom: 25px;
  }

  #Body .pb-md-30 {
    padding-bottom: 30px;
  }

  #Body .mb-md-30 {
    margin-bottom: 30px;
  }

  #Body .pb-md-35 {
    padding-bottom: 35px;
  }

  #Body .mb-md-35 {
    margin-bottom: 35px;
  }

  #Body .pb-md-40 {
    padding-bottom: 40px;
  }

  #Body .mb-md-40 {
    margin-bottom: 40px;
  }

  #Body .pb-md-45 {
    padding-bottom: 45px;
  }

  #Body .mb-md-45 {
    margin-bottom: 45px;
  }

  #Body .pb-md-50 {
    padding-bottom: 50px;
  }

  #Body .mb-md-50 {
    margin-bottom: 50px;
  }

  #Body .pb-md-55 {
    padding-bottom: 55px;
  }

  #Body .mb-md-55 {
    margin-bottom: 55px;
  }

  #Body .pb-md-60 {
    padding-bottom: 60px;
  }

  #Body .mb-md-60 {
    margin-bottom: 60px;
  }

  #Body .pb-md-65 {
    padding-bottom: 65px;
  }

  #Body .mb-md-65 {
    margin-bottom: 65px;
  }

  #Body .pb-md-70 {
    padding-bottom: 70px;
  }

  #Body .mb-md-70 {
    margin-bottom: 70px;
  }

  #Body .pb-md-75 {
    padding-bottom: 75px;
  }

  #Body .mb-md-75 {
    margin-bottom: 75px;
  }

  #Body .pb-md-80 {
    padding-bottom: 80px;
  }

  #Body .mb-md-80 {
    margin-bottom: 80px;
  }

  #Body .pl-md-0 {
    padding-left: 0px;
  }

  #Body .ml-md-0 {
    margin-left: 0px;
  }

  #Body .pl-md-1 {
    padding-left: 1px;
  }

  #Body .ml-md-1 {
    margin-left: 1px;
  }

  #Body .pl-md-2 {
    padding-left: 2px;
  }

  #Body .ml-md-2 {
    margin-left: 2px;
  }

  #Body .pl-md-3 {
    padding-left: 3px;
  }

  #Body .ml-md-3 {
    margin-left: 3px;
  }

  #Body .pl-md-4 {
    padding-left: 4px;
  }

  #Body .ml-md-4 {
    margin-left: 4px;
  }

  #Body .pl-md-5 {
    padding-left: 5px;
  }

  #Body .ml-md-5 {
    margin-left: 5px;
  }

  #Body .pl-md-10 {
    padding-left: 10px;
  }

  #Body .ml-md-10 {
    margin-left: 10px;
  }

  #Body .pl-md-15 {
    padding-left: 15px;
  }

  #Body .ml-md-15 {
    margin-left: 15px;
  }

  #Body .pl-md-20 {
    padding-left: 20px;
  }

  #Body .ml-md-20 {
    margin-left: 20px;
  }

  #Body .pl-md-25 {
    padding-left: 25px;
  }

  #Body .ml-md-25 {
    margin-left: 25px;
  }

  #Body .pl-md-30 {
    padding-left: 30px;
  }

  #Body .ml-md-30 {
    margin-left: 30px;
  }

  #Body .pl-md-35 {
    padding-left: 35px;
  }

  #Body .ml-md-35 {
    margin-left: 35px;
  }

  #Body .pl-md-40 {
    padding-left: 40px;
  }

  #Body .ml-md-40 {
    margin-left: 40px;
  }

  #Body .pl-md-45 {
    padding-left: 45px;
  }

  #Body .ml-md-45 {
    margin-left: 45px;
  }

  #Body .pl-md-50 {
    padding-left: 50px;
  }

  #Body .ml-md-50 {
    margin-left: 50px;
  }

  #Body .pl-md-55 {
    padding-left: 55px;
  }

  #Body .ml-md-55 {
    margin-left: 55px;
  }

  #Body .pl-md-60 {
    padding-left: 60px;
  }

  #Body .ml-md-60 {
    margin-left: 60px;
  }

  #Body .pl-md-65 {
    padding-left: 65px;
  }

  #Body .ml-md-65 {
    margin-left: 65px;
  }

  #Body .pl-md-70 {
    padding-left: 70px;
  }

  #Body .ml-md-70 {
    margin-left: 70px;
  }

  #Body .pl-md-75 {
    padding-left: 75px;
  }

  #Body .ml-md-75 {
    margin-left: 75px;
  }

  #Body .pl-md-80 {
    padding-left: 80px;
  }

  #Body .ml-md-80 {
    margin-left: 80px;
  }

  #Body .m-md-auto {
    margin: auto;
  }

  #Body .ml-md-auto {
    margin-left: auto;
  }

  #Body .mr-md-auto {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  #Body .pt-lg-0 {
    padding-top: 0px;
  }

  #Body .mt-lg-0 {
    margin-top: 0px;
  }

  #Body .pt-lg-1 {
    padding-top: 1px;
  }

  #Body .mt-lg-1 {
    margin-top: 1px;
  }

  #Body .pt-lg-2 {
    padding-top: 2px;
  }

  #Body .mt-lg-2 {
    margin-top: 2px;
  }

  #Body .pt-lg-3 {
    padding-top: 3px;
  }

  #Body .mt-lg-3 {
    margin-top: 3px;
  }

  #Body .pt-lg-4 {
    padding-top: 4px;
  }

  #Body .mt-lg-4 {
    margin-top: 4px;
  }

  #Body .pt-lg-5 {
    padding-top: 5px;
  }

  #Body .mt-lg-5 {
    margin-top: 5px;
  }

  #Body .pt-lg-10 {
    padding-top: 10px;
  }

  #Body .mt-lg-10 {
    margin-top: 10px;
  }

  #Body .pt-lg-15 {
    padding-top: 15px;
  }

  #Body .mt-lg-15 {
    margin-top: 15px;
  }

  #Body .pt-lg-20 {
    padding-top: 20px;
  }

  #Body .mt-lg-20 {
    margin-top: 20px;
  }

  #Body .pt-lg-25 {
    padding-top: 25px;
  }

  #Body .mt-lg-25 {
    margin-top: 25px;
  }

  #Body .pt-lg-30 {
    padding-top: 30px;
  }

  #Body .mt-lg-30 {
    margin-top: 30px;
  }

  #Body .pt-lg-35 {
    padding-top: 35px;
  }

  #Body .mt-lg-35 {
    margin-top: 35px;
  }

  #Body .pt-lg-40 {
    padding-top: 40px;
  }

  #Body .mt-lg-40 {
    margin-top: 40px;
  }

  #Body .pt-lg-45 {
    padding-top: 45px;
  }

  #Body .mt-lg-45 {
    margin-top: 45px;
  }

  #Body .pt-lg-50 {
    padding-top: 50px;
  }

  #Body .mt-lg-50 {
    margin-top: 50px;
  }

  #Body .pt-lg-55 {
    padding-top: 55px;
  }

  #Body .mt-lg-55 {
    margin-top: 55px;
  }

  #Body .pt-lg-60 {
    padding-top: 60px;
  }

  #Body .mt-lg-60 {
    margin-top: 60px;
  }

  #Body .pt-lg-65 {
    padding-top: 65px;
  }

  #Body .mt-lg-65 {
    margin-top: 65px;
  }

  #Body .pt-lg-70 {
    padding-top: 70px;
  }

  #Body .mt-lg-70 {
    margin-top: 70px;
  }

  #Body .pt-lg-75 {
    padding-top: 75px;
  }

  #Body .mt-lg-75 {
    margin-top: 75px;
  }

  #Body .pt-lg-80 {
    padding-top: 80px;
  }

  #Body .mt-lg-80 {
    margin-top: 80px;
  }

  #Body .pr-lg-0 {
    padding-right: 0px;
  }

  #Body .mr-lg-0 {
    margin-right: 0px;
  }

  #Body .pr-lg-1 {
    padding-right: 1px;
  }

  #Body .mr-lg-1 {
    margin-right: 1px;
  }

  #Body .pr-lg-2 {
    padding-right: 2px;
  }

  #Body .mr-lg-2 {
    margin-right: 2px;
  }

  #Body .pr-lg-3 {
    padding-right: 3px;
  }

  #Body .mr-lg-3 {
    margin-right: 3px;
  }

  #Body .pr-lg-4 {
    padding-right: 4px;
  }

  #Body .mr-lg-4 {
    margin-right: 4px;
  }

  #Body .pr-lg-5 {
    padding-right: 5px;
  }

  #Body .mr-lg-5 {
    margin-right: 5px;
  }

  #Body .pr-lg-10 {
    padding-right: 10px;
  }

  #Body .mr-lg-10 {
    margin-right: 10px;
  }

  #Body .pr-lg-15 {
    padding-right: 15px;
  }

  #Body .mr-lg-15 {
    margin-right: 15px;
  }

  #Body .pr-lg-20 {
    padding-right: 20px;
  }

  #Body .mr-lg-20 {
    margin-right: 20px;
  }

  #Body .pr-lg-25 {
    padding-right: 25px;
  }

  #Body .mr-lg-25 {
    margin-right: 25px;
  }

  #Body .pr-lg-30 {
    padding-right: 30px;
  }

  #Body .mr-lg-30 {
    margin-right: 30px;
  }

  #Body .pr-lg-35 {
    padding-right: 35px;
  }

  #Body .mr-lg-35 {
    margin-right: 35px;
  }

  #Body .pr-lg-40 {
    padding-right: 40px;
  }

  #Body .mr-lg-40 {
    margin-right: 40px;
  }

  #Body .pr-lg-45 {
    padding-right: 45px;
  }

  #Body .mr-lg-45 {
    margin-right: 45px;
  }

  #Body .pr-lg-50 {
    padding-right: 50px;
  }

  #Body .mr-lg-50 {
    margin-right: 50px;
  }

  #Body .pr-lg-55 {
    padding-right: 55px;
  }

  #Body .mr-lg-55 {
    margin-right: 55px;
  }

  #Body .pr-lg-60 {
    padding-right: 60px;
  }

  #Body .mr-lg-60 {
    margin-right: 60px;
  }

  #Body .pr-lg-65 {
    padding-right: 65px;
  }

  #Body .mr-lg-65 {
    margin-right: 65px;
  }

  #Body .pr-lg-70 {
    padding-right: 70px;
  }

  #Body .mr-lg-70 {
    margin-right: 70px;
  }

  #Body .pr-lg-75 {
    padding-right: 75px;
  }

  #Body .mr-lg-75 {
    margin-right: 75px;
  }

  #Body .pr-lg-80 {
    padding-right: 80px;
  }

  #Body .mr-lg-80 {
    margin-right: 80px;
  }

  #Body .pb-lg-0 {
    padding-bottom: 0px;
  }

  #Body .mb-lg-0 {
    margin-bottom: 0px;
  }

  #Body .pb-lg-1 {
    padding-bottom: 1px;
  }

  #Body .mb-lg-1 {
    margin-bottom: 1px;
  }

  #Body .pb-lg-2 {
    padding-bottom: 2px;
  }

  #Body .mb-lg-2 {
    margin-bottom: 2px;
  }

  #Body .pb-lg-3 {
    padding-bottom: 3px;
  }

  #Body .mb-lg-3 {
    margin-bottom: 3px;
  }

  #Body .pb-lg-4 {
    padding-bottom: 4px;
  }

  #Body .mb-lg-4 {
    margin-bottom: 4px;
  }

  #Body .pb-lg-5 {
    padding-bottom: 5px;
  }

  #Body .mb-lg-5 {
    margin-bottom: 5px;
  }

  #Body .pb-lg-10 {
    padding-bottom: 10px;
  }

  #Body .mb-lg-10 {
    margin-bottom: 10px;
  }

  #Body .pb-lg-15 {
    padding-bottom: 15px;
  }

  #Body .mb-lg-15 {
    margin-bottom: 15px;
  }

  #Body .pb-lg-20 {
    padding-bottom: 20px;
  }

  #Body .mb-lg-20 {
    margin-bottom: 20px;
  }

  #Body .pb-lg-25 {
    padding-bottom: 25px;
  }

  #Body .mb-lg-25 {
    margin-bottom: 25px;
  }

  #Body .pb-lg-30 {
    padding-bottom: 30px;
  }

  #Body .mb-lg-30 {
    margin-bottom: 30px;
  }

  #Body .pb-lg-35 {
    padding-bottom: 35px;
  }

  #Body .mb-lg-35 {
    margin-bottom: 35px;
  }

  #Body .pb-lg-40 {
    padding-bottom: 40px;
  }

  #Body .mb-lg-40 {
    margin-bottom: 40px;
  }

  #Body .pb-lg-45 {
    padding-bottom: 45px;
  }

  #Body .mb-lg-45 {
    margin-bottom: 45px;
  }

  #Body .pb-lg-50 {
    padding-bottom: 50px;
  }

  #Body .mb-lg-50 {
    margin-bottom: 50px;
  }

  #Body .pb-lg-55 {
    padding-bottom: 55px;
  }

  #Body .mb-lg-55 {
    margin-bottom: 55px;
  }

  #Body .pb-lg-60 {
    padding-bottom: 60px;
  }

  #Body .mb-lg-60 {
    margin-bottom: 60px;
  }

  #Body .pb-lg-65 {
    padding-bottom: 65px;
  }

  #Body .mb-lg-65 {
    margin-bottom: 65px;
  }

  #Body .pb-lg-70 {
    padding-bottom: 70px;
  }

  #Body .mb-lg-70 {
    margin-bottom: 70px;
  }

  #Body .pb-lg-75 {
    padding-bottom: 75px;
  }

  #Body .mb-lg-75 {
    margin-bottom: 75px;
  }

  #Body .pb-lg-80 {
    padding-bottom: 80px;
  }

  #Body .mb-lg-80 {
    margin-bottom: 80px;
  }

  #Body .pl-lg-0 {
    padding-left: 0px;
  }

  #Body .ml-lg-0 {
    margin-left: 0px;
  }

  #Body .pl-lg-1 {
    padding-left: 1px;
  }

  #Body .ml-lg-1 {
    margin-left: 1px;
  }

  #Body .pl-lg-2 {
    padding-left: 2px;
  }

  #Body .ml-lg-2 {
    margin-left: 2px;
  }

  #Body .pl-lg-3 {
    padding-left: 3px;
  }

  #Body .ml-lg-3 {
    margin-left: 3px;
  }

  #Body .pl-lg-4 {
    padding-left: 4px;
  }

  #Body .ml-lg-4 {
    margin-left: 4px;
  }

  #Body .pl-lg-5 {
    padding-left: 5px;
  }

  #Body .ml-lg-5 {
    margin-left: 5px;
  }

  #Body .pl-lg-10 {
    padding-left: 10px;
  }

  #Body .ml-lg-10 {
    margin-left: 10px;
  }

  #Body .pl-lg-15 {
    padding-left: 15px;
  }

  #Body .ml-lg-15 {
    margin-left: 15px;
  }

  #Body .pl-lg-20 {
    padding-left: 20px;
  }

  #Body .ml-lg-20 {
    margin-left: 20px;
  }

  #Body .pl-lg-25 {
    padding-left: 25px;
  }

  #Body .ml-lg-25 {
    margin-left: 25px;
  }

  #Body .pl-lg-30 {
    padding-left: 30px;
  }

  #Body .ml-lg-30 {
    margin-left: 30px;
  }

  #Body .pl-lg-35 {
    padding-left: 35px;
  }

  #Body .ml-lg-35 {
    margin-left: 35px;
  }

  #Body .pl-lg-40 {
    padding-left: 40px;
  }

  #Body .ml-lg-40 {
    margin-left: 40px;
  }

  #Body .pl-lg-45 {
    padding-left: 45px;
  }

  #Body .ml-lg-45 {
    margin-left: 45px;
  }

  #Body .pl-lg-50 {
    padding-left: 50px;
  }

  #Body .ml-lg-50 {
    margin-left: 50px;
  }

  #Body .pl-lg-55 {
    padding-left: 55px;
  }

  #Body .ml-lg-55 {
    margin-left: 55px;
  }

  #Body .pl-lg-60 {
    padding-left: 60px;
  }

  #Body .ml-lg-60 {
    margin-left: 60px;
  }

  #Body .pl-lg-65 {
    padding-left: 65px;
  }

  #Body .ml-lg-65 {
    margin-left: 65px;
  }

  #Body .pl-lg-70 {
    padding-left: 70px;
  }

  #Body .ml-lg-70 {
    margin-left: 70px;
  }

  #Body .pl-lg-75 {
    padding-left: 75px;
  }

  #Body .ml-lg-75 {
    margin-left: 75px;
  }

  #Body .pl-lg-80 {
    padding-left: 80px;
  }

  #Body .ml-lg-80 {
    margin-left: 80px;
  }

  #Body .m-lg-auto {
    margin: auto;
  }

  #Body .ml-lg-auto {
    margin-left: auto;
  }

  #Body .mr-lg-auto {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  #Body .pt-xl-0 {
    padding-top: 0px;
  }

  #Body .mt-xl-0 {
    margin-top: 0px;
  }

  #Body .pt-xl-1 {
    padding-top: 1px;
  }

  #Body .mt-xl-1 {
    margin-top: 1px;
  }

  #Body .pt-xl-2 {
    padding-top: 2px;
  }

  #Body .mt-xl-2 {
    margin-top: 2px;
  }

  #Body .pt-xl-3 {
    padding-top: 3px;
  }

  #Body .mt-xl-3 {
    margin-top: 3px;
  }

  #Body .pt-xl-4 {
    padding-top: 4px;
  }

  #Body .mt-xl-4 {
    margin-top: 4px;
  }

  #Body .pt-xl-5 {
    padding-top: 5px;
  }

  #Body .mt-xl-5 {
    margin-top: 5px;
  }

  #Body .pt-xl-10 {
    padding-top: 10px;
  }

  #Body .mt-xl-10 {
    margin-top: 10px;
  }

  #Body .pt-xl-15 {
    padding-top: 15px;
  }

  #Body .mt-xl-15 {
    margin-top: 15px;
  }

  #Body .pt-xl-20 {
    padding-top: 20px;
  }

  #Body .mt-xl-20 {
    margin-top: 20px;
  }

  #Body .pt-xl-25 {
    padding-top: 25px;
  }

  #Body .mt-xl-25 {
    margin-top: 25px;
  }

  #Body .pt-xl-30 {
    padding-top: 30px;
  }

  #Body .mt-xl-30 {
    margin-top: 30px;
  }

  #Body .pt-xl-35 {
    padding-top: 35px;
  }

  #Body .mt-xl-35 {
    margin-top: 35px;
  }

  #Body .pt-xl-40 {
    padding-top: 40px;
  }

  #Body .mt-xl-40 {
    margin-top: 40px;
  }

  #Body .pt-xl-45 {
    padding-top: 45px;
  }

  #Body .mt-xl-45 {
    margin-top: 45px;
  }

  #Body .pt-xl-50 {
    padding-top: 50px;
  }

  #Body .mt-xl-50 {
    margin-top: 50px;
  }

  #Body .pt-xl-55 {
    padding-top: 55px;
  }

  #Body .mt-xl-55 {
    margin-top: 55px;
  }

  #Body .pt-xl-60 {
    padding-top: 60px;
  }

  #Body .mt-xl-60 {
    margin-top: 60px;
  }

  #Body .pt-xl-65 {
    padding-top: 65px;
  }

  #Body .mt-xl-65 {
    margin-top: 65px;
  }

  #Body .pt-xl-70 {
    padding-top: 70px;
  }

  #Body .mt-xl-70 {
    margin-top: 70px;
  }

  #Body .pt-xl-75 {
    padding-top: 75px;
  }

  #Body .mt-xl-75 {
    margin-top: 75px;
  }

  #Body .pt-xl-80 {
    padding-top: 80px;
  }

  #Body .mt-xl-80 {
    margin-top: 80px;
  }

  #Body .pr-xl-0 {
    padding-right: 0px;
  }

  #Body .mr-xl-0 {
    margin-right: 0px;
  }

  #Body .pr-xl-1 {
    padding-right: 1px;
  }

  #Body .mr-xl-1 {
    margin-right: 1px;
  }

  #Body .pr-xl-2 {
    padding-right: 2px;
  }

  #Body .mr-xl-2 {
    margin-right: 2px;
  }

  #Body .pr-xl-3 {
    padding-right: 3px;
  }

  #Body .mr-xl-3 {
    margin-right: 3px;
  }

  #Body .pr-xl-4 {
    padding-right: 4px;
  }

  #Body .mr-xl-4 {
    margin-right: 4px;
  }

  #Body .pr-xl-5 {
    padding-right: 5px;
  }

  #Body .mr-xl-5 {
    margin-right: 5px;
  }

  #Body .pr-xl-10 {
    padding-right: 10px;
  }

  #Body .mr-xl-10 {
    margin-right: 10px;
  }

  #Body .pr-xl-15 {
    padding-right: 15px;
  }

  #Body .mr-xl-15 {
    margin-right: 15px;
  }

  #Body .pr-xl-20 {
    padding-right: 20px;
  }

  #Body .mr-xl-20 {
    margin-right: 20px;
  }

  #Body .pr-xl-25 {
    padding-right: 25px;
  }

  #Body .mr-xl-25 {
    margin-right: 25px;
  }

  #Body .pr-xl-30 {
    padding-right: 30px;
  }

  #Body .mr-xl-30 {
    margin-right: 30px;
  }

  #Body .pr-xl-35 {
    padding-right: 35px;
  }

  #Body .mr-xl-35 {
    margin-right: 35px;
  }

  #Body .pr-xl-40 {
    padding-right: 40px;
  }

  #Body .mr-xl-40 {
    margin-right: 40px;
  }

  #Body .pr-xl-45 {
    padding-right: 45px;
  }

  #Body .mr-xl-45 {
    margin-right: 45px;
  }

  #Body .pr-xl-50 {
    padding-right: 50px;
  }

  #Body .mr-xl-50 {
    margin-right: 50px;
  }

  #Body .pr-xl-55 {
    padding-right: 55px;
  }

  #Body .mr-xl-55 {
    margin-right: 55px;
  }

  #Body .pr-xl-60 {
    padding-right: 60px;
  }

  #Body .mr-xl-60 {
    margin-right: 60px;
  }

  #Body .pr-xl-65 {
    padding-right: 65px;
  }

  #Body .mr-xl-65 {
    margin-right: 65px;
  }

  #Body .pr-xl-70 {
    padding-right: 70px;
  }

  #Body .mr-xl-70 {
    margin-right: 70px;
  }

  #Body .pr-xl-75 {
    padding-right: 75px;
  }

  #Body .mr-xl-75 {
    margin-right: 75px;
  }

  #Body .pr-xl-80 {
    padding-right: 80px;
  }

  #Body .mr-xl-80 {
    margin-right: 80px;
  }

  #Body .pb-xl-0 {
    padding-bottom: 0px;
  }

  #Body .mb-xl-0 {
    margin-bottom: 0px;
  }

  #Body .pb-xl-1 {
    padding-bottom: 1px;
  }

  #Body .mb-xl-1 {
    margin-bottom: 1px;
  }

  #Body .pb-xl-2 {
    padding-bottom: 2px;
  }

  #Body .mb-xl-2 {
    margin-bottom: 2px;
  }

  #Body .pb-xl-3 {
    padding-bottom: 3px;
  }

  #Body .mb-xl-3 {
    margin-bottom: 3px;
  }

  #Body .pb-xl-4 {
    padding-bottom: 4px;
  }

  #Body .mb-xl-4 {
    margin-bottom: 4px;
  }

  #Body .pb-xl-5 {
    padding-bottom: 5px;
  }

  #Body .mb-xl-5 {
    margin-bottom: 5px;
  }

  #Body .pb-xl-10 {
    padding-bottom: 10px;
  }

  #Body .mb-xl-10 {
    margin-bottom: 10px;
  }

  #Body .pb-xl-15 {
    padding-bottom: 15px;
  }

  #Body .mb-xl-15 {
    margin-bottom: 15px;
  }

  #Body .pb-xl-20 {
    padding-bottom: 20px;
  }

  #Body .mb-xl-20 {
    margin-bottom: 20px;
  }

  #Body .pb-xl-25 {
    padding-bottom: 25px;
  }

  #Body .mb-xl-25 {
    margin-bottom: 25px;
  }

  #Body .pb-xl-30 {
    padding-bottom: 30px;
  }

  #Body .mb-xl-30 {
    margin-bottom: 30px;
  }

  #Body .pb-xl-35 {
    padding-bottom: 35px;
  }

  #Body .mb-xl-35 {
    margin-bottom: 35px;
  }

  #Body .pb-xl-40 {
    padding-bottom: 40px;
  }

  #Body .mb-xl-40 {
    margin-bottom: 40px;
  }

  #Body .pb-xl-45 {
    padding-bottom: 45px;
  }

  #Body .mb-xl-45 {
    margin-bottom: 45px;
  }

  #Body .pb-xl-50 {
    padding-bottom: 50px;
  }

  #Body .mb-xl-50 {
    margin-bottom: 50px;
  }

  #Body .pb-xl-55 {
    padding-bottom: 55px;
  }

  #Body .mb-xl-55 {
    margin-bottom: 55px;
  }

  #Body .pb-xl-60 {
    padding-bottom: 60px;
  }

  #Body .mb-xl-60 {
    margin-bottom: 60px;
  }

  #Body .pb-xl-65 {
    padding-bottom: 65px;
  }

  #Body .mb-xl-65 {
    margin-bottom: 65px;
  }

  #Body .pb-xl-70 {
    padding-bottom: 70px;
  }

  #Body .mb-xl-70 {
    margin-bottom: 70px;
  }

  #Body .pb-xl-75 {
    padding-bottom: 75px;
  }

  #Body .mb-xl-75 {
    margin-bottom: 75px;
  }

  #Body .pb-xl-80 {
    padding-bottom: 80px;
  }

  #Body .mb-xl-80 {
    margin-bottom: 80px;
  }

  #Body .pl-xl-0 {
    padding-left: 0px;
  }

  #Body .ml-xl-0 {
    margin-left: 0px;
  }

  #Body .pl-xl-1 {
    padding-left: 1px;
  }

  #Body .ml-xl-1 {
    margin-left: 1px;
  }

  #Body .pl-xl-2 {
    padding-left: 2px;
  }

  #Body .ml-xl-2 {
    margin-left: 2px;
  }

  #Body .pl-xl-3 {
    padding-left: 3px;
  }

  #Body .ml-xl-3 {
    margin-left: 3px;
  }

  #Body .pl-xl-4 {
    padding-left: 4px;
  }

  #Body .ml-xl-4 {
    margin-left: 4px;
  }

  #Body .pl-xl-5 {
    padding-left: 5px;
  }

  #Body .ml-xl-5 {
    margin-left: 5px;
  }

  #Body .pl-xl-10 {
    padding-left: 10px;
  }

  #Body .ml-xl-10 {
    margin-left: 10px;
  }

  #Body .pl-xl-15 {
    padding-left: 15px;
  }

  #Body .ml-xl-15 {
    margin-left: 15px;
  }

  #Body .pl-xl-20 {
    padding-left: 20px;
  }

  #Body .ml-xl-20 {
    margin-left: 20px;
  }

  #Body .pl-xl-25 {
    padding-left: 25px;
  }

  #Body .ml-xl-25 {
    margin-left: 25px;
  }

  #Body .pl-xl-30 {
    padding-left: 30px;
  }

  #Body .ml-xl-30 {
    margin-left: 30px;
  }

  #Body .pl-xl-35 {
    padding-left: 35px;
  }

  #Body .ml-xl-35 {
    margin-left: 35px;
  }

  #Body .pl-xl-40 {
    padding-left: 40px;
  }

  #Body .ml-xl-40 {
    margin-left: 40px;
  }

  #Body .pl-xl-45 {
    padding-left: 45px;
  }

  #Body .ml-xl-45 {
    margin-left: 45px;
  }

  #Body .pl-xl-50 {
    padding-left: 50px;
  }

  #Body .ml-xl-50 {
    margin-left: 50px;
  }

  #Body .pl-xl-55 {
    padding-left: 55px;
  }

  #Body .ml-xl-55 {
    margin-left: 55px;
  }

  #Body .pl-xl-60 {
    padding-left: 60px;
  }

  #Body .ml-xl-60 {
    margin-left: 60px;
  }

  #Body .pl-xl-65 {
    padding-left: 65px;
  }

  #Body .ml-xl-65 {
    margin-left: 65px;
  }

  #Body .pl-xl-70 {
    padding-left: 70px;
  }

  #Body .ml-xl-70 {
    margin-left: 70px;
  }

  #Body .pl-xl-75 {
    padding-left: 75px;
  }

  #Body .ml-xl-75 {
    margin-left: 75px;
  }

  #Body .pl-xl-80 {
    padding-left: 80px;
  }

  #Body .ml-xl-80 {
    margin-left: 80px;
  }

  #Body .m-xl-auto {
    margin: auto;
  }

  #Body .ml-xl-auto {
    margin-left: auto;
  }

  #Body .mr-xl-auto {
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .mt-xs-reset {
    margin-top: 0px !important;
  }

  .mr-xs-reset {
    margin-right: 0px !important;
  }

  .mb-xs-reset {
    margin-bottom: 0px !important;
  }

  .ml-xs-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 767px) {
  .mt-sm-reset {
    margin-top: 0px !important;
  }

  .mr-sm-reset {
    margin-right: 0px !important;
  }

  .mb-sm-reset {
    margin-bottom: 0px !important;
  }

  .ml-sm-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  .mt-md-reset {
    margin-top: 0px !important;
  }

  .mr-md-reset {
    margin-right: 0px !important;
  }

  .mb-md-reset {
    margin-bottom: 0px !important;
  }

  .ml-md-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  .mt-lg-reset {
    margin-top: 0px !important;
  }

  .mr-lg-reset {
    margin-right: 0px !important;
  }

  .mb-lg-reset {
    margin-bottom: 0px !important;
  }

  .ml-lg-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  .full-lg-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .full-md-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .full-sm-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 575px) {
  .full-xs-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

/*left full ,right full*/

.dng-left-full,
.dng-right-full {
  max-width: none;
}

/*list*/

.list-style,
.list-style li {
  list-style: none !important;
}

.list-style {
  margin: 0 !important;
  padding: 0 !important;
}

/*Fixed Footer*/

.fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}

.fixed_footer_clone {
  background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
  max-width: 100% !important;
  left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .fixed_footer_bottom .fixed_footer.active {
    position: relative;
  }

  .fixed_footer_bottom,
  .fixed_footer_clone,
  .footer_box {
    height: auto !important;
    position: relative !important;
    max-height: inherit !important;
  }
}

/*color-white*/

.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #fff !important;
}

/*ilightbox-noscroll*/

body.ilightbox-noscroll {
  overflow: visible;
}

[data-parallax="parallax"] {
  visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
  visibility: visible;
}

/*input*/

input[type="text"] {
  border-radius: 0;
}

/*icon*/

.fa,
.fas {
  font-weight: 900 !important;
}

.sico,
.icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sico svg {
  /* width: 1em; */
  /* height: 1em; */
  fill: currentColor;
  vertical-align: inherit;
  vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
  vertical-align: middle;
  margin-bottom: 0.2em;
}

/*icon-svg*/

.icon-svg svg {
  width: 1em;
  height: 1em;
  stroke: currentColor !important;
  opacity: 0;
  vertical-align: sub;
  color: inherit;
}

.icon-svg svg * {
  color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.icon-svg.animated svg {
  opacity: 1;
}

/*btn*/

[class^="button-"],
[class*=" button-"] {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

[class*="btn-"]:focus {
  outline: 0;
  box-shadow: none;
}

body [class*="btn-"] {
  text-decoration: none !important;
}

/*social*/

[class*="social-"] {
  position: relative;
  display: inline-block;
}

/* section-no-padding */

.d-wrapper .section-no-padding.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* col-no-padding */

.row.col-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.is-container.no-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.layout-no-mt .is-container {
  margin-top: 0 !important;
}

.layout-no-mb .is-container {
  margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*border radius*/

.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-circle {
  border-radius: 50% !important;
}

/*border radius*/

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.icon-cross {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon-cross::after,
.icon-cross::before {
  content: "";
  border-left: 2px solid currentColor;
  position: absolute;
  height: 94%;
  margin-top: 3%;
  left: 50%;
  border-radius: 3px;
  margin-left: -1px;
}

.icon-cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */

.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.d-wrapper a:hover {
  text-decoration: none;
}

.d-wrapper img {
  max-width: 100%;
}

.height-20 {
  height: 20px;
}

.height-40 {
  height: 40px;
}

.height-60 {
  height: 60px;
}

.height-80 {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.height-140 {
  height: 140px;
}

.height-160 {
  height: 160px;
}

.height-180 {
  height: 180px;
}

.height-200 {
  height: 200px;
}

.height-220 {
  height: 220px;
}

.height-240 {
  height: 240px;
}

.height-260 {
  height: 260px;
}

.height-280 {
  height: 280px;
}

.height-300 {
  height: 300px;
}

@media (max-width: 768px) {
  .height-20 {
    height: 20px;
  }

  .height-40 {
    height: 40px;
  }

  .height-60 {
    height: 40px;
  }

  .height-80 {
    height: 40px;
  }

  .height-100 {
    height: 40px;
  }

  .height-120 {
    height: 40px;
  }

  .height-140 {
    height: 40px;
  }

  .height-160 {
    height: 40px;
  }

  .height-180 {
    height: 40px;
  }

  .height-200 {
    height: 40px;
  }

  .height-220 {
    height: 40px;
  }

  .height-240 {
    height: 40px;
  }

  .height-260 {
    height: 40px;
  }

  .height-280 {
    height: 40px;
  }

  .height-300 {
    height: 40px;
  }
}

.size-12 {
  font-size: 12px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-18 {
  font-size: 18px !important;
}

.size-20 {
  font-size: 20px !important;
}

.size-21 {
  font-size: 21px !important;
}

.size-22 {
  font-size: 22px !important;
}

.size-24 {
  font-size: 24px !important;
}

.size-26 {
  font-size: 26px !important;
}

.size-28 {
  font-size: 28px !important;
}

.size-30 {
  font-size: 30px !important;
}

.size-32 {
  font-size: 32px !important;
}

.size-35 {
  font-size: 35px !important;
}

.size-36 {
  font-size: 36px !important;
}

.size-38 {
  font-size: 38px !important;
}

.size-40 {
  font-size: 40px !important;
}

.size-42 {
  font-size: 42px !important;
}

.size-46 {
  font-size: 46px !important;
}

.size-48 {
  font-size: 48px !important;
}

.size-50 {
  font-size: 50px !important;
}

.size-54 {
  font-size: 54px !important;
}

.size-60 {
  font-size: 60px !important;
}

.size-64 {
  font-size: 64px !important;
}

.size-68 {
  font-size: 68px !important;
}

.size-72 {
  font-size: 72px !important;
}

.size-76 {
  font-size: 76px !important;
}

.size-80 {
  font-size: 80px !important;
}

.size-84 {
  font-size: 84px !important;
}

.size-88 {
  font-size: 88px !important;
}

.size-92 {
  font-size: 92px !important;
}

.size-96 {
  font-size: 96px !important;
}

.size-100 {
  font-size: 100px !important;
}

.size-104 {
  font-size: 104px !important;
}

.size-108 {
  font-size: 108px !important;
}

.size-112 {
  font-size: 112px !important;
}

.size-116 {
  font-size: 116px !important;
}

.size-120 {
  font-size: 120px !important;
}

.size-124 {
  font-size: 124px !important;
}

.size-128 {
  font-size: 128px !important;
}

.size-132 {
  font-size: 132px !important;
}

.size-136 {
  font-size: 136px !important;
}

.size-140 {
  font-size: 140px !important;
}

.size-144 {
  font-size: 144px !important;
}

.size-148 {
  font-size: 148px !important;
}

.size-152 {
  font-size: 152px !important;
}

.size-156 {
  font-size: 156px !important;
}

.size-160 {
  font-size: 160px !important;
}

.size-164 {
  font-size: 164px !important;
}

.size-168 {
  font-size: 168px !important;
}

.size-172 {
  font-size: 172px !important;
}

.size-176 {
  font-size: 176px !important;
}

.size-180 {
  font-size: 180px !important;
}

.size-184 {
  font-size: 184px !important;
}

.size-188 {
  font-size: 188px !important;
}

.size-192 {
  font-size: 192px !important;
}

.size-196 {
  font-size: 196px !important;
}

.size-200 {
  font-size: 200px !important;
}

.size-204 {
  font-size: 204px !important;
}

.size-208 {
  font-size: 208px !important;
}

.size-212 {
  font-size: 212px !important;
}

.size-216 {
  font-size: 216px !important;
}

.size-220 {
  font-size: 220px !important;
}

@media all and (max-width: 1024px) {
  .size-12 {
    font-size: 12px !important;
  }

  .size-14 {
    font-size: 14px !important;
  }

  .size-16 {
    font-size: 16px !important;
  }

  .size-18 {
    font-size: 18px !important;
  }

  .size-21 {
    font-size: 21px !important;
  }

  .size-24 {
    font-size: 22px !important;
  }

  .size-28 {
    font-size: 24px !important;
  }

  .size-32 {
    font-size: 26px !important;
  }

  .size-35 {
    font-size: 28px !important;
  }

  .size-38 {
    font-size: 30px !important;
  }

  .size-12 {
    font-size: 12px !important;
  }

  .size-14 {
    font-size: 14px !important;
  }

  .size-16 {
    font-size: 16px !important;
  }

  .size-18 {
    font-size: 18px !important;
  }

  .size-20 {
    font-size: 20px !important;
  }

  .size-21 {
    font-size: 21px !important;
  }

  .size-22 {
    font-size: 22px !important;
  }

  .size-24 {
    font-size: 24px !important;
  }

  .size-26 {
    font-size: 26px !important;
  }

  .size-28 {
    font-size: 26px !important;
  }

  .size-30 {
    font-size: 26px !important;
  }

  .size-32 {
    font-size: 26px !important;
  }

  .size-35 {
    font-size: 28px !important;
  }

  .size-36 {
    font-size: 28px !important;
  }

  .size-38 {
    font-size: 30px !important;
  }

  .size-40 {
    font-size: 30px !important;
  }

  .size-42 {
    font-size: 32px !important;
  }

  .size-46 {
    font-size: 34px !important;
  }

  .size-48 {
    font-size: 36px !important;
  }

  .size-50 {
    font-size: 36px !important;
  }

  .size-54 {
    font-size: 36px !important;
  }

  .size-60 {
    font-size: 42px !important;
  }

  .size-64 {
    font-size: 42px !important;
  }

  .size-68 {
    font-size: 42px !important;
  }

  .size-72 {
    font-size: 42px !important;
  }

  .size-76 {
    font-size: 42px !important;
  }

  .size-80 {
    font-size: 42px !important;
  }

  .size-84 {
    font-size: 42px !important;
  }

  .size-88 {
    font-size: 42px !important;
  }

  .size-92 {
    font-size: 42px !important;
  }

  .size-96 {
    font-size: 42px !important;
  }

  .size-100 {
    font-size: 48px !important;
  }

  .size-104 {
    font-size: 48px !important;
  }

  .size-108 {
    font-size: 48px !important;
  }

  .size-112 {
    font-size: 48px !important;
  }

  .size-116 {
    font-size: 48px !important;
  }

  .size-120 {
    font-size: 48px !important;
  }

  .size-124 {
    font-size: 48px !important;
  }

  .size-128 {
    font-size: 48px !important;
  }

  .size-132 {
    font-size: 48px !important;
  }

  .size-136 {
    font-size: 48px !important;
  }

  .size-140 {
    font-size: 48px !important;
  }

  .size-144 {
    font-size: 48px !important;
  }

  .size-148 {
    font-size: 48px !important;
  }

  .size-152 {
    font-size: 48px !important;
  }

  .size-156 {
    font-size: 48px !important;
  }

  .size-160 {
    font-size: 48px !important;
  }

  .size-164 {
    font-size: 48px !important;
  }

  .size-168 {
    font-size: 48px !important;
  }

  .size-172 {
    font-size: 48px !important;
  }

  .size-176 {
    font-size: 48px !important;
  }

  .size-180 {
    font-size: 48px !important;
  }

  .size-184 {
    font-size: 48px !important;
  }

  .size-188 {
    font-size: 48px !important;
  }

  .size-192 {
    font-size: 48px !important;
  }

  .size-196 {
    font-size: 48px !important;
  }

  .size-200 {
    font-size: 48px !important;
  }

  .size-204 {
    font-size: 48px !important;
  }

  .size-208 {
    font-size: 48px !important;
  }

  .size-212 {
    font-size: 48px !important;
  }

  .size-216 {
    font-size: 48px !important;
  }

  .size-220 {
    font-size: 48px !important;
  }
}

@media all and (max-width: 767px) {
  .size-60 {
    font-size: 36px !important;
  }

  .size-64 {
    font-size: 36px !important;
  }

  .size-68 {
    font-size: 36px !important;
  }

  .size-72 {
    font-size: 36px !important;
  }

  .size-76 {
    font-size: 36px !important;
  }

  .size-80 {
    font-size: 36px !important;
  }

  .size-84 {
    font-size: 36px !important;
  }

  .size-88 {
    font-size: 36px !important;
  }

  .size-92 {
    font-size: 36px !important;
  }

  .size-96 {
    font-size: 36px !important;
  }

  .size-100 {
    font-size: 36px !important;
  }

  .size-104 {
    font-size: 36px !important;
  }

  .size-108 {
    font-size: 36px !important;
  }

  .size-112 {
    font-size: 36px !important;
  }

  .size-116 {
    font-size: 36px !important;
  }

  .size-120 {
    font-size: 36px !important;
  }

  .size-124 {
    font-size: 36px !important;
  }

  .size-128 {
    font-size: 36px !important;
  }

  .size-132 {
    font-size: 36px !important;
  }

  .size-136 {
    font-size: 36px !important;
  }

  .size-140 {
    font-size: 36px !important;
  }

  .size-144 {
    font-size: 36px !important;
  }

  .size-148 {
    font-size: 36px !important;
  }

  .size-152 {
    font-size: 36px !important;
  }

  .size-156 {
    font-size: 36px !important;
  }

  .size-160 {
    font-size: 36px !important;
  }

  .size-164 {
    font-size: 36px !important;
  }

  .size-168 {
    font-size: 36px !important;
  }

  .size-172 {
    font-size: 36px !important;
  }

  .size-176 {
    font-size: 36px !important;
  }

  .size-180 {
    font-size: 36px !important;
  }

  .size-184 {
    font-size: 36px !important;
  }

  .size-188 {
    font-size: 36px !important;
  }

  .size-192 {
    font-size: 36px !important;
  }

  .size-196 {
    font-size: 36px !important;
  }

  .size-200 {
    font-size: 36px !important;
  }

  .size-204 {
    font-size: 36px !important;
  }

  .size-208 {
    font-size: 36px !important;
  }

  .size-212 {
    font-size: 36px !important;
  }

  .size-216 {
    font-size: 36px !important;
  }

  .size-220 {
    font-size: 36px !important;
  }
}

@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-left: 0px !important;
  }

  .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}

.letter-spacing-25 {
  letter-spacing: 25px !important;
}

.letter-spacing-24 {
  letter-spacing: 24px !important;
}

.letter-spacing-23 {
  letter-spacing: 23px !important;
}

.letter-spacing-22 {
  letter-spacing: 22px !important;
}

.letter-spacing-21 {
  letter-spacing: 21px !important;
}

.letter-spacing-20 {
  letter-spacing: 20px !important;
}

.letter-spacing-19 {
  letter-spacing: 19px !important;
}

.letter-spacing-18 {
  letter-spacing: 18px !important;
}

.letter-spacing-17 {
  letter-spacing: 17px !important;
}

.letter-spacing-16 {
  letter-spacing: 16px !important;
}

.letter-spacing-15 {
  letter-spacing: 15px !important;
}

.letter-spacing-14 {
  letter-spacing: 14px !important;
}

.letter-spacing-13 {
  letter-spacing: 13px !important;
}

.letter-spacing-12 {
  letter-spacing: 12px !important;
}

.letter-spacing-11 {
  letter-spacing: 11px !important;
}

.letter-spacing-10 {
  letter-spacing: 10px !important;
}

.letter-spacing-9 {
  letter-spacing: 9px !important;
}

.letter-spacing-8 {
  letter-spacing: 8px !important;
}

.letter-spacing-7 {
  letter-spacing: 7px !important;
}

.letter-spacing-6 {
  letter-spacing: 6px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

@media all and (max-width: 1024px) {
  .letter-spacing-25 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-24 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-23 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-22 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-21 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-20 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-19 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-18 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-17 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-16 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-15 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-14 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-13 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-12 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-11 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-10 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-9 {
    letter-spacing: 5px !important;
  }

  .letter-spacing-8 {
    letter-spacing: 4px !important;
  }

  .letter-spacing-7 {
    letter-spacing: 4px !important;
  }

  .letter-spacing-6 {
    letter-spacing: 3px !important;
  }

  .letter-spacing-5 {
    letter-spacing: 3px !important;
  }
}

/* Container for All Sections */

.d-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.d-wrapper>div {
  display: table;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
  position: relative;
}

.d-wrapper::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.d-wrapper .d-placeholder {
  display: none;
}

/* Boxes */

.is-box {
  vertical-align: middle;
}

.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-boxes:empty {
  min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
  height: 275px;
}

@media all and (max-width: 991px) {
  .is-overlay+.is-boxes:empty {
    min-height: 275px;
  }

  .is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
  }
}

.no-min-height {
  min-height: auto;
}

.is-box-0 {
  display: table-cell;
  width: 0%;
  height: 100%;
  position: relative;
}

.is-box-1 {
  display: table-cell;
  width: 8.333333%;
  height: 100%;
  position: relative;
}

.is-box-2 {
  display: table-cell;
  width: 16.666667%;
  height: 100%;
  position: relative;
}

.is-box-3 {
  display: table-cell;
  width: 25%;
  height: 100%;
  position: relative;
}

.is-box-4 {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  position: relative;
}

.is-box-5 {
  display: table-cell;
  width: 41.666667%;
  height: 100%;
  position: relative;
}

.is-box-6 {
  display: table-cell;
  width: 50%;
  height: 100%;
  position: relative;
}

.is-box-7 {
  display: table-cell;
  width: 58.333333%;
  height: 100%;
  position: relative;
}

.is-box-8 {
  display: table-cell;
  width: 66.666667%;
  height: 100%;
  position: relative;
}

.is-box-9 {
  display: table-cell;
  width: 75%;
  height: 100%;
  position: relative;
}

.is-box-10 {
  display: table-cell;
  width: 83.333333%;
  height: 100%;
  position: relative;
}

.is-box-11 {
  display: table-cell;
  width: 91.666667%;
  height: 100%;
  position: relative;
}

.is-box-12 {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

/* New */

@media all and (max-width: 960px) {

  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  .is-section:not(.is-box) {
    height: auto !important;
  }

  /* .is-boxes { height: auto !important; }
                      .is-boxes {
                          height: 100% !important;
                      }
                   */
  /* new */
  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  .is-box-1 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-2 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-3 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-4 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-5 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-6 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-7 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-8 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-9 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-10 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-11 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-12 {
    display: table;
    width: 100%;
    height: auto;
  }

  /* .is-box-centered {display:block;} */
  .is-box-centered {
    display: table-cell;
  }

  /* new */
}

.is-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Boxed Layout */

.d-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */

@media all and (max-width: 1280px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

@media all and (max-width: 1024px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  .d-wrapper .is-boxed-layout .is-overlay {
    display: none !important;
  }

  .d-wrapper .is-boxed-layout {
    background: #fff !important;
  }
}

/* Default Layout */

/* Middle */

.d-wrapper .is-box .is-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

@media all and (max-width: 991px) {
  .d-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Scroll Down Icon */

.is-arrow-down {
  display: table;
  position: absolute;
  bottom: 65px;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 1;
}

.is-arrow-down .icon.ion-ios-arrow-thin-down::before {
  content: "";
  width: 0;
  height: 20px;
  border-right: 2px solid currentColor;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -1px;
}

.is-arrow-down .icon.ion-ios-arrow-thin-down::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 1025px) {
  .is-arrow-down {
    display: none !important;
  }
}

.is-arrow-down>a {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 500px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.bounce {
  -moz-animation: bounce 5s forwards;
  -webkit-animation: bounce 5s forwards;
  animation: bounce 5s forwards;
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.is-arrow-down a,
.is-arrow-down a:link,
.is-arrow-down a:visited {
  color: #fff;
}

.is-arrow-down.light a,
.is-arrow-down.light a:link,
.is-arrow-down.light a:visited {
  background: rgba(255, 255, 255, 0.18);
  color: #111;
}

/* Overlay */

.is-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/

.is-overlay .is-overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
  animation: is-scale 25s ease forwards;
  -ms-animation: is-scale 25s ease forwards;
  -webkit-animation: is-scale 25s ease forwards;
  -o-animation: is-scale 25s ease forwards;
  -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.is-overlay .is-overlay-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.05;
}

.is-overlay .is-overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: inherit;
  /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
  z-index: 1;
}

/* dec 2017 
                  .is-container {
                      z-index: 1
                  }
                  */

/* dec 2017 */

/* Section & Content Styles */

/* Background Color */

.is-bg-grey,
.d-wrapper>div.is-bg-grey {
  background-color: #eeeff0;
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
  background-color: #111;
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
  background-color: #fff;
}

.d-wrapper>div.is-bg-none {
  background-color: transparent;
}

/* Text Color */

.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span {
  color: #fff;
}

.is-dark-text .is-light-text {
  color: #fff;
}

/* Vertical Alignment */

.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom;
}

/* Horizontal Alignment */

.is-container.is-content-left {
  margin-left: 100px;
}

.is-container.is-content-right {
  margin-right: 100px;
}

@media all and (max-width: 1200px) {
  .is-container.is-content-left {
    margin-left: 60px;
  }

  .is-container.is-content-right {
    margin-right: 60px;
  }
}

@media all and (max-width: 960px) {
  .is-container.is-content-left {
    margin-left: auto;
  }

  .is-container.is-content-right {
    margin-right: auto;
  }
}

.is-box-5 .is-content-left,
.is-box-4 .is-content-left,
.is-box-3 .is-content-left,
.is-box-2 .is-content-left,
.is-box-1 .is-content-left {
  margin-left: auto;
}

.is-box-5 .is-content-right,
.is-box-4 .is-content-right,
.is-box-3 .is-content-right,
.is-box-2 .is-content-right,
.is-box-1 .is-content-right {
  margin-right: auto;
}

/* Edge Spacing */

.is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
  margin-top: -200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
  margin-bottom: -200px;
}

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
  margin-top: -160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
  margin-bottom: -160px;
}

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
  margin-top: -120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
  margin-bottom: -120px;
}

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
  margin-top: -80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
  margin-bottom: -80px;
}

.is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
  margin-top: -40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
  margin-bottom: -40px;
}

.is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
  margin-top: 0;
}

.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
  margin-bottom: 0;
}

.is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
  margin-top: 40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
  margin-bottom: 40px;
}

.is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
  margin-top: 80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
  margin-bottom: 80px;
}

.is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
  margin-top: 120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
  margin-bottom: 120px;
}

.is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
  margin-top: 160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
  margin-bottom: 160px;
}

.is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
  margin-top: 200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
  margin-bottom: 200px;
}

@media all and (max-width: 960px) {
  .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -20px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px;
  }

  /* old: 0px */
  .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 40px;
  }

  /* old: 0px */
}

.is-content-left.edge-x-0 {
  margin-left: 0;
}

.is-content-right.edge-x-0 {
  margin-right: 0;
}

.is-content-left.edge-x-1 {
  margin-left: 40px;
}

.is-content-right.edge-x-1 {
  margin-right: 40px;
}

.is-content-left.edge-x-2 {
  margin-left: 80px;
}

.is-content-right.edge-x-2 {
  margin-right: 80px;
}

.is-content-left.edge-x-3 {
  margin-left: 120px;
}

.is-content-right.edge-x-3 {
  margin-right: 120px;
}

.is-content-left.edge-x-4 {
  margin-left: 160px;
}

.is-content-right.edge-x-4 {
  margin-right: 160px;
}

.is-content-left.edge-x-5 {
  margin-left: 200px;
}

.is-content-right.edge-x-5 {
  margin-right: 200px;
}

@media all and (max-width: 960px) {
  .is-content-left.edge-x-1 {
    margin-left: auto;
  }

  .is-content-right.edge-x-1 {
    margin-right: auto;
  }

  .is-content-left.edge-x-2 {
    margin-left: auto;
  }

  .is-content-right.edge-x-2 {
    margin-right: auto;
  }

  .is-content-left.edge-x-3 {
    margin-left: auto;
  }

  .is-content-right.edge-x-3 {
    margin-right: auto;
  }

  .is-content-left.edge-x-4 {
    margin-left: auto;
  }

  .is-content-right.edge-x-4 {
    margin-right: auto;
  }

  .is-content-left.edge-x-5 {
    margin-left: auto;
  }

  .is-content-right.edge-x-5 {
    margin-right: auto;
  }
}

/* Text Alignment */

.is-align-right {
  text-align: right;
}

.is-align-center {
  text-align: center;
}

.is-align-left {
  text-align: left;
}

.is-align-justify {
  text-align: justify;
}

/* Text Opacity */

.is-opacity-20,
.is-opacity-20 .is-container {
  opacity: 0.2;
}

.is-opacity-25,
.is-opacity-25 .is-container {
  opacity: 0.25;
}

.is-opacity-30,
.is-opacity-30 .is-container {
  opacity: 0.3;
}

.is-opacity-35,
.is-opacity-35 .is-container {
  opacity: 0.35;
}

.is-opacity-40,
.is-opacity-40 .is-container {
  opacity: 0.4;
}

.is-opacity-45,
.is-opacity-45 .is-container {
  opacity: 0.45;
}

.is-opacity-50,
.is-opacity-50 .is-container {
  opacity: 0.5;
}

.is-opacity-55 .is-container {
  opacity: 0.55;
}

.is-opacity-60,
.is-opacity-60 .is-container {
  opacity: 0.6;
}

.is-opacity-65,
.is-opacity-65 .is-container {
  opacity: 0.65;
}

.is-opacity-70,
.is-opacity-70 .is-container {
  opacity: 0.7;
}

.is-opacity-75,
.is-opacity-75 .is-container {
  opacity: 0.75;
}

.is-opacity-80,
.is-opacity-80 .is-container {
  opacity: 0.8;
}

.is-opacity-85,
.is-opacity-85 .is-container {
  opacity: 0.85;
}

.is-opacity-90,
.is-opacity-90 .is-container {
  opacity: 0.9;
}

.is-opacity-95,
.is-opacity-95 .is-container {
  opacity: 0.95;
}

/* Content Size */

.is-content-380 {
  max-width: 380px !important;
}

.is-content-500 {
  max-width: 500px !important;
}

.is-content-640 {
  max-width: 640px !important;
}

.is-content-800 {
  max-width: 800px !important;
}

.is-content-970 {
  max-width: 970px !important;
}

.is-content-980 {
  max-width: 980px !important;
}

.is-content-1050 {
  max-width: 1050px !important;
}

.is-content-1100 {
  max-width: 1100px !important;
}

.is-content-1200 {
  max-width: 1200px !important;
}

/* Section Height */

.d-wrapper>div.is-section-20 {
  height: 20vh;
}

.d-wrapper>div.is-section-30 {
  height: 30vh;
}

.d-wrapper>div.is-section-40 {
  height: 40vh;
}

.d-wrapper>div.is-section-50 {
  height: 50vh;
}

.d-wrapper>div.is-section-60 {
  height: 60vh;
}

.d-wrapper>div.is-section-75 {
  height: 75vh;
}

.d-wrapper>div.is-section-100 {
  height: 100vh;
}

.d-wrapper>div.is-section-auto {
  height: 10vh;
}

.d-wrapper>div.is-section-auto.is-section {
  height: auto;
}

.d-wrapper>div.is-section-auto.is-section .swiper-slide {
  height: auto;
}

@media (max-width: 575.98px) {
  #Body .is-section-xs-50 {
    height: 50vh;
  }

  #Body .is-section-xs-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  #Body .is-section-sm-50 {
    height: 50vh;
  }

  #Body .is-section-sm-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  #Body .is-section-md-50 {
    height: 50vh;
  }

  #Body .is-section-md-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1199.98px) {
  #Body .is-section-lg-50 {
    height: 50vh;
  }

  #Body .is-section-lg-auto {
    height: auto;
    min-height: auto;
  }
}

/* Stretched container (not used yet) */

.is-container.is-stretch-w {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-stretch-w>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-container.is-stretch-w>div>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-container.is-stretch-h>div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-fullheight {
  height: 100%;
}

.is-container.is-container-fluid {
  max-width: none;
  width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
  background-attachment: fixed !important;
}

/*ipad background attachment*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

/* Others */

.is-hidden {
  display: none !important;
}

.gm-style {
  font-family: inherit !important;
}

/*.is-rounded-button-medium*/

.is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
}

.is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}

.is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px;
}

/*custom module loading*/

@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loading-rotate {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
  min-height: 100px;
  max-height: 50vh;
  position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
  visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #e3e3e3;
  border-top-color: #555;
  border-left-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}

.custom-module .soon {
  display: none;
}

.custom-module .number {
  color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
  display: none;
}

/*video*/

.html5-video {
  position: relative;
}

.html5-video video {
  width: 100%;
}

.html5-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  cursor: pointer;
}

/*tabs*/

/* section-carousel-bg*/

.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay {
  z-index: initial;
}

.section-carousel-bg .swiper-wrapper-overflow {
  height: 100%;
}

.section-carousel-bg .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-carousel-bg .swiper-pagination {
  bottom: 30px;
  margin: 0;
  position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
  padding: 0;
}

@media only screen and (min-width: 992px) {

  .section-carousel-bg.swiper-container .swiper-button-next,
  .section-carousel-bg.swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin: -23px 0 0 !important;
  }

  .section-carousel-bg.swiper-container .swiper-button-next {
    right: 25px;
    left: auto;
  }

  .section-carousel-bg.swiper-container .swiper-button-prev {
    left: 25px;
  }

  .section-carousel-bg.swiper-container .swiper-button-next span,
  .section-carousel-bg.swiper-container .swiper-button-prev span {
    width: 30px;
    height: 30px;
    border-width: 2px;
    margin-top: -15px;
  }
}

#dng-megamenu673076 .primary_structure>li>a,
#dng-megamenu673076 .primary_structure>li>a:link,
#dng-megamenu673076 .primary_structure>li>a:active,
#dng-megamenu673076 .primary_structure>li>a:visited {
  color: #000000;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 600;
}

#dng-megamenu673076.hoverstyle_3 .primary_structure>li:hover>a,
#dng-megamenu673076.hoverstyle_3 .primary_structure>li>a:focus,
#dng-megamenu673076.hoverstyle_3 .primary_structure>li.current>a,
#dng-megamenu673076.hoverstyle_3 .primary_structure>li.menu_hover>a,
#dng-megamenu673076.hoverstyle_3 .primary_structure>li>a.current {
  background-color: #fbb829;
  color: #000000 !important;
  border-radius: 5px;
}

.dng-megamenu.hoverstyle_3 .primary_structure>li {
  margin-left: 2px;
  float: right;
}

.tel_support:before {
  margin-left: 10px;
}

.mail_support {
  float: right;
  font-size: 13px;
  font-weight: 500;
}

.tel_support {
  float: right;
  margin-left: 20px;
}

i.hidden-xs {
  font-family: IRANSans;
  font-style: normal;
  margin: 20px;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 0px;
  left: 40px;
  text-align: right;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.bell {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin: 39px 0 0 0;
  color: #9e9e9e;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
  font-size: 30px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }

  1% {
    -webkit-transform: rotateZ(30deg);
  }

  3% {
    -webkit-transform: rotateZ(-28deg);
  }

  5% {
    -webkit-transform: rotateZ(34deg);
  }

  7% {
    -webkit-transform: rotateZ(-32deg);
  }

  9% {
    -webkit-transform: rotateZ(30deg);
  }

  11% {
    -webkit-transform: rotateZ(-28deg);
  }

  13% {
    -webkit-transform: rotateZ(26deg);
  }

  15% {
    -webkit-transform: rotateZ(-24deg);
  }

  17% {
    -webkit-transform: rotateZ(22deg);
  }

  19% {
    -webkit-transform: rotateZ(-20deg);
  }

  21% {
    -webkit-transform: rotateZ(18deg);
  }

  23% {
    -webkit-transform: rotateZ(-16deg);
  }

  25% {
    -webkit-transform: rotateZ(14deg);
  }

  27% {
    -webkit-transform: rotateZ(-12deg);
  }

  29% {
    -webkit-transform: rotateZ(10deg);
  }

  31% {
    -webkit-transform: rotateZ(-8deg);
  }

  33% {
    -webkit-transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
  }

  37% {
    -webkit-transform: rotateZ(2deg);
  }

  39% {
    -webkit-transform: rotateZ(-1deg);
  }

  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }

  1% {
    -moz-transform: rotate(30deg);
  }

  3% {
    -moz-transform: rotate(-28deg);
  }

  5% {
    -moz-transform: rotate(34deg);
  }

  7% {
    -moz-transform: rotate(-32deg);
  }

  9% {
    -moz-transform: rotate(30deg);
  }

  11% {
    -moz-transform: rotate(-28deg);
  }

  13% {
    -moz-transform: rotate(26deg);
  }

  15% {
    -moz-transform: rotate(-24deg);
  }

  17% {
    -moz-transform: rotate(22deg);
  }

  19% {
    -moz-transform: rotate(-20deg);
  }

  21% {
    -moz-transform: rotate(18deg);
  }

  23% {
    -moz-transform: rotate(-16deg);
  }

  25% {
    -moz-transform: rotate(14deg);
  }

  27% {
    -moz-transform: rotate(-12deg);
  }

  29% {
    -moz-transform: rotate(10deg);
  }

  31% {
    -moz-transform: rotate(-8deg);
  }

  33% {
    -moz-transform: rotate(6deg);
  }

  35% {
    -moz-transform: rotate(-4deg);
  }

  37% {
    -moz-transform: rotate(2deg);
  }

  39% {
    -moz-transform: rotate(-1deg);
  }

  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  1% {
    transform: rotate(30deg);
  }

  3% {
    transform: rotate(-28deg);
  }

  5% {
    transform: rotate(34deg);
  }

  7% {
    transform: rotate(-32deg);
  }

  9% {
    transform: rotate(30deg);
  }

  11% {
    transform: rotate(-28deg);
  }

  13% {
    transform: rotate(26deg);
  }

  15% {
    transform: rotate(-24deg);
  }

  17% {
    transform: rotate(22deg);
  }

  19% {
    transform: rotate(-20deg);
  }

  21% {
    transform: rotate(18deg);
  }

  23% {
    transform: rotate(-16deg);
  }

  25% {
    transform: rotate(14deg);
  }

  27% {
    transform: rotate(-12deg);
  }

  29% {
    transform: rotate(10deg);
  }

  31% {
    transform: rotate(-8deg);
  }

  33% {
    transform: rotate(6deg);
  }

  35% {
    transform: rotate(-4deg);
  }

  37% {
    transform: rotate(2deg);
  }

  39% {
    transform: rotate(-1deg);
  }

  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.bell.fa.fa-bell.dropbtn {
  font-size: 41px;
  color: #f98e28;
}

.bells-notification {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 58%;
  left: 2px;
}

span.counter-notification {
  background-color: #d40505;
  font-size: 16px;
  color: white;
  border-radius: 137px;
  display: block;
  width: 28px;
  top: 36px;
  position: absolute;
}

.bell-notifi-active {
  position: relative;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

/*===========================foter admin start======================*/

.foter-contain {
  display: flex;
}

.foter-secend-child>ul>li {
  list-style: none;
  line-height: 40px;
}

.foter-thirt-child>ul>li {
  list-style: none;
  line-height: 40px;
}

.foter-fourth-child>ul>li {
  list-style: none;
}

.foter-contain h4 {
  color: rgb(251, 184, 41);
  font-size: 20px;
}

.foter-fourth-child>img {
  max-width: 100%;
  border-top: 1px dashed;
  padding: 8px 0;
}

.foter-social-icon-pol {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
}

.foter-social-icon-pol a {
  border: 1px solid;
  border-radius: 100%;
  padding: 13px;
  margin: 16px 0;
  align-items: center;
  display: flex;
}

.foter-first-child {
  display: flex;
  justify-content: center;
}

.foter-first-child img {
  max-width: 100%;
  top: 10%;
  position: relative;
}

.foter-secend-child>ul {
  margin: 20px 0px;
}

.foter-thirt-child ul {
  margin: 30px 0;
}

.foter-fourth-child h4 {
  margin-bottom: 30px;
}

.foter-fourth-child {
  line-height: 30px;
}

.invite-baner-foter {
  background-color: #1fa4e8;
  padding: 20px 0;
  margin: 10px;
}

.invite-baner-foter div {
  background-color: #787878;
  width: 80%;
  margin: 0 auto;
}

.invite-baner-foter p {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}

/*===========================foter admin end======================*/

/*===========================emza admin end======================*/

.Author {
  width: 42px;
  height: 30px;
  background: url(/Portals/_default/Skins/minis/resource/images/01main.svg) right center no-repeat;
  background-size: cover;
  display: flex;
  float: left;
}

.Author:hover {
  width: 150px;
  transition: all ease-in-out 0.5s;
}

/*===========================emza admin end======================*/

/******************** Hamed Kordbache ********************/

.ls-inner {
  border-radius: 0 0 30px 30px;
}

a.homepage-program img {
  border: 0.5px solid #707070;
}

a.homepage-news img {
  border: 0.5px solid #707070;
}

.homepage-courses-tittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0 10px 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.homepage-courses-tittle span {
  color: #000;
  font-weight: 400;
}

.homepage-clip-fullwidth {
  background-color: #336ec4;
  position: relative;
  margin: 200px 0;
}

.homepage-clip.container {
  display: flex;
  padding: 105px 30px;
}

.homepage-clip-description {
  display: flex;
  flex-direction: column;
  flex: 0 0 40%;
  width: 100%;
  max-width: 40%;
  align-items: flex-end;
}

span.homepage-clip-description-tittle {
  color: #fff;
  margin: 10px 0;
}

span.homepage-clip-description-text {
  color: #fff;
  text-align: justify;
}

.vidio-home-page {
  flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.vidio-home-page vidio {
  align-items: flex-end !important;
  align-content: flex-end !important;
  align-self: flex-end !important;
}

.vidio-home-page vidio {
  border: 0.5px solid #000;
  border-radius: 40px;
}

video.hamed {
  border-radius: 40px;
}

video.clip-home-page {
  border-radius: 40px;
  position: absolute;
  top: -20%;
  height: 350px;
  z-index: 2;
  box-shadow: 0 0 3px 0px rgb(0 0 0);
  max-width: 100%;
}

.homepage-newestbooks-tittle {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10px 0;
}

.homepage-newestbooks-tittle::before {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 47%;
  left: 9%;
}

span.newestbooks-tittle-text {
  color: #000;
  font-weight: 400;
}

a.seeall-tittle-text {
  color: #000 !important;
  font-weight: 400;
}

.homepage-Pilot-tests-full-width {
  position: relative;
}

.homepage-Pilot-tests.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: auto;
  right: auto;
  width: 100%;
  color: #fff;
  padding: 5px 0;
}

span.homepage-Pilot-tests-tittle {
  color: #fff;
}

span.homepage-Pilot-tests-text {
  color: #fff;
  padding: 20px 0;
}

.about-drShahbazi {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

span.about-drShahbazi-tittle {
  color: #000;
  font-weight: 700;
}

span.about-drShahbazi-text {
  /* color: #000; */
  text-align: justify;
}

/* footer */

.footer-drshahbazi {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.footer-drshahbazi-pages-site {
  display: flex;
  flex-direction: column;
}

ul.footer-drshahbazi-pages-site-ul li a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

ul.footer-drshahbazi-quick-access-ul li a {
  color: #000 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.footer-drshahbazi-contactus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 48px;
}

.social-networks {
  display: flex;
  justify-content: space-between;
}

.social-networks a {
  font-size: 40px;
  color: #336ec4;
}

.social-networks a {
  color: #336ec4 !important;
}

.footer-drshahbazi-pages-site li a {
  color: #000 !important;
}

.footer-drshahbazi-pages-site li {
  list-style: none;
}

.footer-drshahbazi-quick-access li {
  list-style: none;
}

.footer-drshahbazi-quick-access li a {
  color: #000 !important;
}

.footer-drshahbazi-contactus span {
  color: #000 !important;
}

.footer-drshahbazi-logo {
  text-align: end;
}

.footer-drshahbazi-logo img {
  max-width: 100%;
}

.call-tittle::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.9 98.9' style='enable-background:new 0 0 122.9 98.9' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M109,98.9H13.7v-14c0.5-16.3,14.9-28.7,23.6-42.8V29.7h14.5v8.9h19.5v-8.9h14.5v12.4 C95.2,57.2,109,67,109,84.7V98.9L109,98.9z M122.5,42.1c0-2.2,0.4-4.4,0.1-6.8c-10.7,3.5-21.1,2.5-31.3-3.1 c-0.4,3.8,0.2,7.2,1.6,10.4C96.5,50.6,122.2,53.3,122.5,42.1L122.5,42.1z M0.3,42.1c0-2.2-0.4-4.4-0.1-6.8 c10.7,3.5,21.1,2.5,31.3-3.1c0.4,3.8-0.2,7.2-1.6,10.4C26.3,50.6,0.5,53.3,0.3,42.1L0.3,42.1z M0,31.9C8.6-8.2,115.4-13,122.9,32 c-10.4,2.9-21,1.2-31.6-3.6c0.3-2.1-0.2-3.8-1.3-5.2c-6.3-7.9-51.4-8.2-57.2,0.3c-0.9,1.3-1.3,2.9-1.2,4.7 C21.1,34.6,10.5,36.1,0,31.9L0,31.9z M47.2,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,49.7,44.9,47.7,47.2,47.7L47.2,47.7z M74.8,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,73.7,72.4,71.7,74.8,71.7L74.8,71.7z M61,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,73.7,58.6,71.7,61,71.7L61,71.7z M47.2,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,73.7,44.9,71.7,47.2,71.7L47.2,71.7z M74.8,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,61.7,72.4,59.7,74.8,59.7L74.8,59.7z M61,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,61.7,58.6,59.7,61,59.7L61,59.7z M47.2,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,61.7,44.9,59.7,47.2,59.7L47.2,59.7z M74.8,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,49.7,72.4,47.7,74.8,47.7L74.8,47.7z M61,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,49.7,58.6,47.7,61,47.7L61,47.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 10px;
}

.call-tittle {
  display: flex;
  align-items: center;
}

.call-number {
  display: flex;
}

.address-tittle::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M500,10c-198.4,0-359.4,164.5-359.4,367.5C140.6,580.3,500,990,500,990s359.4-409.7,359.4-612.5C859.4,174.5,698.4,10,500,10L500,10z M500,530.7c-99.3,0-179.7-82.4-179.7-183.8c0-101.4,80.4-183.8,179.7-183.8s179.7,82.4,179.7,183.8C679.7,448.3,599.3,530.7,500,530.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.address-tittle {
  display: flex;
  align-items: center;
}

/* contact us page */

#dnn_ctr604_Feedback_divFeedbackFormContent h3 {
  font-size: 20px !important;
}

.contactus-page {
  display: flex;
  flex-direction: column;
}

.contactus-page-tittle {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin: 150px 0 050px 0; */
  width: 100%;
  margin: 20px 0;
}

.contactus-page-callnumbers-form {
  display: flex;
}

.contactus-page-callnumbers {
  display: flex;
  flex-direction: column;
}

.contactus-page-callnumbers .phone::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.9 98.9' style='enable-background:new 0 0 122.9 98.9' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M109,98.9H13.7v-14c0.5-16.3,14.9-28.7,23.6-42.8V29.7h14.5v8.9h19.5v-8.9h14.5v12.4 C95.2,57.2,109,67,109,84.7V98.9L109,98.9z M122.5,42.1c0-2.2,0.4-4.4,0.1-6.8c-10.7,3.5-21.1,2.5-31.3-3.1 c-0.4,3.8,0.2,7.2,1.6,10.4C96.5,50.6,122.2,53.3,122.5,42.1L122.5,42.1z M0.3,42.1c0-2.2-0.4-4.4-0.1-6.8 c10.7,3.5,21.1,2.5,31.3-3.1c0.4,3.8-0.2,7.2-1.6,10.4C26.3,50.6,0.5,53.3,0.3,42.1L0.3,42.1z M0,31.9C8.6-8.2,115.4-13,122.9,32 c-10.4,2.9-21,1.2-31.6-3.6c0.3-2.1-0.2-3.8-1.3-5.2c-6.3-7.9-51.4-8.2-57.2,0.3c-0.9,1.3-1.3,2.9-1.2,4.7 C21.1,34.6,10.5,36.1,0,31.9L0,31.9z M47.2,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,49.7,44.9,47.7,47.2,47.7L47.2,47.7z M74.8,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,73.7,72.4,71.7,74.8,71.7L74.8,71.7z M61,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,73.7,58.6,71.7,61,71.7L61,71.7z M47.2,71.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,73.7,44.9,71.7,47.2,71.7L47.2,71.7z M74.8,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,61.7,72.4,59.7,74.8,59.7L74.8,59.7z M61,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,61.7,58.6,59.7,61,59.7L61,59.7z M47.2,59.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C43,61.7,44.9,59.7,47.2,59.7L47.2,59.7z M74.8,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C70.5,49.7,72.4,47.7,74.8,47.7L74.8,47.7z M61,47.7c2.4,0,4.3,1.9,4.3,4.3c0,2.4-1.9,4.3-4.3,4.3c-2.4,0-4.3-1.9-4.3-4.3 C56.7,49.7,58.6,47.7,61,47.7L61,47.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 10px;
}

.contactus-page-callnumbers .phone {
  display: flex;
  align-items: center;
}

.contactus-page-callnumbers .whatsapp {
  display: flex;
  align-items: center;
}

.contactus-page-callnumbers .whatsapp::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05000000000004) scale(3.89 3.89)' %3E%3Cpath d='M 76.735 13.079 C 68.315 4.649 57.117 0.005 45.187 0 C 20.605 0 0.599 20.005 0.589 44.594 c -0.003 7.86 2.05 15.532 5.953 22.296 L 0.215 90 l 23.642 -6.202 c 6.514 3.553 13.848 5.426 21.312 5.428 h 0.018 c 0.001 0 -0.001 0 0 0 c 24.579 0 44.587 -20.007 44.597 -44.597 C 89.789 32.713 85.155 21.509 76.735 13.079 z M 27.076 46.217 c -0.557 -0.744 -4.55 -6.042 -4.55 -11.527 c 0 -5.485 2.879 -8.181 3.9 -9.296 c 1.021 -1.115 2.229 -1.394 2.972 -1.394 s 1.487 0.007 2.136 0.039 c 0.684 0.035 1.603 -0.26 2.507 1.913 c 0.929 2.231 3.157 7.717 3.436 8.274 c 0.279 0.558 0.464 1.208 0.093 1.952 c -0.371 0.743 -0.557 1.208 -1.114 1.859 c -0.557 0.651 -1.17 1.453 -1.672 1.952 c -0.558 0.556 -1.139 1.159 -0.489 2.274 c 0.65 1.116 2.886 4.765 6.199 7.72 c 4.256 3.797 7.847 4.973 8.961 5.531 c 1.114 0.558 1.764 0.465 2.414 -0.279 c 0.65 -0.744 2.786 -3.254 3.529 -4.369 c 0.743 -1.115 1.486 -0.929 2.507 -0.558 c 1.022 0.372 6.5 3.068 7.614 3.625 c 1.114 0.558 1.857 0.837 2.136 1.302 c 0.279 0.465 0.279 2.696 -0.65 5.299 c -0.929 2.603 -5.381 4.979 -7.522 5.298 c -1.92 0.287 -4.349 0.407 -7.019 -0.442 c -1.618 -0.513 -3.694 -1.199 -6.353 -2.347 C 34.934 58.216 27.634 46.961 27.076 46.217 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: evenodd; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.contactus-page-callnumbers .email {
  display: flex;
  align-items: center;
}

.contactus-page-callnumbers .email::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M500,10C229.4,10,10,229.3,10,500c0,270.6,219.4,490,490,490s490-219.5,490-490C990,229.3,770.7,10,500,10z M219.3,310.3h12.1c179.7,0,359.4,0.1,539-0.1c8.1,0,10.5,2,10.5,10.4c-0.1,119.8-0.1,239.7,0,359.5c0,7.7-2.3,9.7-9.6,9.7c-180.8-0.3-361.7-0.3-542.5-0.1c-6.3,0-9.6-0.7-9.6-8.6c0.3-119.5,0.2-239,0.1-358.6V310.3L219.3,310.3z M263.6,335c3.5,3.6,4.9,5.3,6.8,7c60.3,55.5,120.5,110.9,181,166.4c9.6,8.9,19.5,17.7,30.3,25.4c12.2,8.6,25.8,8.7,37.7-0.7c12.6-9.7,24.4-20.3,36.1-31.1c57.6-52.6,115-105.4,172.4-158.3c2.5-2.2,4.5-4.9,7.7-8.8C577.7,335,421.9,335,263.6,335L263.6,335z M262.9,661.9c1,1.2,1.8,2.2,2.8,3.3h469c0.7-0.9,1.2-1.8,1.6-2.8c-3.2-2.4-6.8-4.7-9.7-7.5c-48.3-44.2-96.7-88.3-144.6-132.8c-6.4-5.8-9.8-5-15.5,0.3c-12.3,11.2-24.8,21.9-38,31.9c-18.4,13.9-37.9,14.3-56.6,0.3c-13.5-10.3-26.4-21.5-39.2-32.9c-5.4-5-8.7-4.9-14.1,0.1c-48.5,44.9-97.3,89.4-146,134.1C269.9,658.3,266.2,660,262.9,661.9L262.9,661.9z M409,500c-54.4-49.8-107.8-99-162.7-149.2v298.7C301.4,598.8,354.7,549.9,409,500L409,500z M754.3,353.9c-0.9-0.5-1.7-0.9-2.5-1.4c-53.3,49-106.4,98-160.5,147.5c54.5,50.1,107.8,99,162.9,149.6C754.3,549.2,754.3,451.6,754.3,353.9L754.3,353.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.contactus-page-form {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.full {
  max-width: 100% !important;
}

.contactus-page-tittle.childwrapp h1 {
  font-size: 25px;
}

.contactus-page-call-location.row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.contactus-page-location {
  /* box-shadow: 0 0 19px black; */
}

.contactus-page-location iframe {
  /* min-height: 600px; */
  border-radius: 20px;
  box-shadow: 0 0 6px rgb(0, 0, 0, 16%);
}

/* responsive */

@media only screen and (max-width: 1024px) {
  .homepage-newestbooks-tittle::before {
    width: 65%;
    left: 10%;
  }

  .homepage-Pilot-tests.container {
    bottom: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .Signaturesite-mobaile-tablet-mode {
    position: relative;
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .homepage-clip-fullwidth {
    background-color: #336ec4;
    position: none;
    margin: 100px 0;
  }

  .homepage-clip.container {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }

  .homepage-clip-description {
    display: unset;
    width: unset;
    max-width: unset;
    padding: 15px 0;
  }

  span.homepage-clip-description-tittle {
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
  }

  .vidio-home-page {
    display: unset;
  }

  video.clip-home-page {
    border-radius: 40px;
    position: unset;
    height: unset;
    z-index: 2;
    box-shadow: 0 0 3px 0px rgb(0 0 0);
    max-width: 100%;
  }

  .homepage-Pilot-tests.container {
    bottom: 0px;
  }

  /* footer */
  .footer-drshahbazi {
    flex-direction: column;
  }

  .footer-drshahbazi-pages-site {
    color: #fff;
  }

  ul.footer-drshahbazi-pages-site-ul li a {
    color: #fff !important;
  }

  .social-networks a {
    color: #fff !important;
  }

  /* contact us page */
  .contactus-page-tittle h3 {
    font-size: 31px;
  }

  .contactus-page-callnumbers {
    flex-direction: column;
  }

  .Publishers {
    margin: 50px 0;
  }

  .Identical-features {
    display: flex;
  }

  .Identical-features a {
    direction: ltr;
    margin: 0 10px;
  }
}

.contactus-page-callnumbers .childwrapp:not(:last-child) {
  /* border-bottom: 0.5px dotted #bca43e; */
}

.contactus-page-callnumbers h2 {
  font-size: 20px;
  margin-top: 10px;
}

.Identical-features {
  display: flex;
  align-items: start;
  justify-content: space-between;
  /* width: 70%; */
}

.Identical-features a {
  direction: ltr;
  margin: 0 10px;
  color: #bca43e !important;
}

.call-number {
  flex-direction: column;
}

@media only screen and (max-width: 425px) {
  .homepage-courses-tittle::before {
    width: 60%;
    right: 16%;
    display: none;
  }

  .homepage-Pilot-tests-full-width {
    margin-top: 40px;
  }

  .homepage-Pilot-tests.container {
    bottom: unset;
    top: 35px;
  }

  strong.homepage-Pilot-tests-tittle {
    font-size: 10px;
  }

  p.homepage-Pilot-tests-text {
    font-size: 9px;
    margin: 0px !important;
    text-align: center;
  }

  .homepage-newestbooks-tittle::before {
    display: none;
  }

  span.homepage-Pilot-tests-tittle {
    font-size: 12px;
  }

  span.homepage-Pilot-tests-text {
    font-size: 12px;
  }

  .contactus-page-tittle h3 {
    font-size: 17px;
  }

  .contactus-page-tittle p {
    font-size: 15px;
  }

  .Official span {
    font-size: 11px;
  }

  .Publishers span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 375px) {
  .homepage-courses-tittle::before {
    width: 50%;
    right: 20%;
  }

  span.newestbooks-tittle-text {
    font-size: 12px;
  }

  a.seeall-tittle-text {
    font-size: 12px;
  }
}

/*  */

.center {
  text-align: center;
}

.main-color {
  color: #bca43e;
}

.special-Poster img {
  max-width: 100%;
  border: 0.5px solid #707070;
  border-radius: 20px;
}

.special-Poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.homepage-site-summary img {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  max-width: 100%;
  border: 0.5px solid #707070;
  margin: 5px 0;
}

span.courses-tittle-text {
  display: flex;
  align-items: center;
  width: 100%;
}

.headerhr {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin: 0px 10px;
}

.wraper-books.row span {
  text-align: center;
  background: #f2f3f7;
  border-radius: 20px;
  box-shadow: 0 0 6px rgb(0, 0, 0, 16%);
  min-height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 5px 0px;
}

.wraper-books.row a {
  margin: 10px 0;
}

/* ========================================================= */

@media only screen and (min-width: 0px) and (max-width: 959px) {

  .justMobile,
  .justTablet,
  .justMobileTablet {
    display: none !important;
  }

  .km-bottom-sheet-view {
    position: fixed;
    z-index: 150;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    height: 50px;
    right: 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
  }

  .km-bottom-sheet-view>.km-menu .dng-column-inner .km-btn,
  .km-bottom-sheet-view>.km-menu .dng-column-inner,
  .km-bottom-sheet-view>.km-menu .dng-column-inner>div,
  .km-bottom-sheet-view>.km-menu .dng-column-inner>div>div {
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view .km-menu .km-inner-btn .km-title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 2px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view .km-active .km-title {
    bottom: 7px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view .km-menu.km-active .km-inner-btn {
    top: 25%;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    color: #fff;
    line-height: 60px;
    background: #12a058;
    background: #008dd0;
    box-shadow: 0 2px 25px -5px #fff5cc;
    z-index: 1000;
  }

  .km-bottom-sheet-view .km-menu.km-active .km-inner-btn,
  .km-bottom-sheet-view .km-menu.km-active .km-inner-btn svg {
    color: #fff !important;
    fill: #fff;
  }

  .km-bottom-sheet-view .km-menu .km-inner-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #fff;
    border-radius: 7px;
    color: #4a5f73 !important;
  }

  .km-bottom-sheet-view .km-menu .km-inner-btn svg,
  .km-bottom-sheet-view .km-menu .km-inner-btn a svg {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 4px;
  }

  .km-bottom-sheet-view>.km-menu .dng-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view>.km-menu {
    float: right;
    height: 50px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #fff;
    border-radius: 7px;
  }

  .km-btn {
    cursor: pointer;
    border: 0 none;
    background: transparent;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn>i,
  .km-bottom-sheet-view>.km-menu>.km-inner-btn>a>i {
    font-size: 20px;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn .km-title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5px;
    line-height: 1;
    font-size: 9px;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu.km-active {
    z-index: 2;
  }

  .km-bottom-sheet-view>.km-menu>.km-inner-btn .km-number {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50px;
    background: #fb3449;
    width: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 17px;
  }

  .km-bottom-sheet-view>.km-menu.km-active>.km-inner-btn {
    top: 25%;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    color: #fff;
    line-height: 60px;
    background: #12a058;
    background: #fc0;
    box-shadow: 0 2px 25px -5px #fff5cc;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu {
    position: absolute;
    bottom: 50%;
    left: 20px;
    width: 100px;
    z-index: 30;
    background: #fff;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border-radius: 9px;
    border: 1px solid #f6f6f6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0.1s;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-show {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu {
    margin-bottom: 5px;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu:last-of-type {
    margin-bottom: 0;
  }

  .km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu>.km-inner-btn {
    line-height: 30px;
    display: block;
    text-align: right;
    background: #fff;
    border-radius: 7px;
    padding: 0 5px;
  }

  .km-btn svg {
    width: 20px;
    fill: #4a5f73;
    height: 30px;
  }

  span.basket-logo span {
    position: absolute;
    top: 0;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    text-align: center;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: 15px;
  }

  span.basket-logo svg {
    width: 20px;
  }

  .banner-below-header .equal-height>div:nth-child(1) {
    order: 2;
    margin: 20px 0 0;
  }

  .banner-below-header .equal-height>div:nth-child(3) {
    order: 3;
    margin: 20px 0 0;
  }

  .banner-below-header .equal-height>div:nth-child(4) {
    order: 4;
  }

  .banner-below-header .equal-height>div:nth-child(2) {
    order: 1;
  }

  .km-mt-page-over {
    position: fixed !important;
    right: 0 !important;
    top: 64px !important;
    bottom: 50px;
    background: #fff;
    width: 100% !important;
    overflow-y: auto;
    /* margin:0!important; */
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .km-mt-page-over.km-show {
    top: 45px !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  /* .justMobileTablet {
    display: flex !important;
    justify-content: center;
  } */

  .km-mt-page-over .km-mt-page-close {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 50px;
    font-size: 20px;
  }

  .km-mt-page-over.km-mt-page-category .km-mt-page-close {
    position: fixed;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-top {
    position: fixed;
    z-index: 1;
    top: 64px;
    right: 0;
    width: 100%;
    background: #eceff1;
    height: 50px;
    font-weight: 800;
    line-height: 50px;
    padding-right: 50px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content {
    padding-right: 100px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories {
    position: absolute;
    width: 100px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    border-left: 1px solid #e3e3e3;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item {
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active {
    background: #ed2b73;
    color: #fff;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active[km-id="59"] {
    background: #008dd0;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item.km-active[km-id="60"] {
    background: #bfd73e;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-first-categories .km-item .km-title {
    display: block;
    font-size: 11px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories {
    position: absolute;
    top: 50px;
    overflow-x: hidden;
    bottom: 0;
    left: 0;
    right: 100px;
    padding: 15px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li {
    padding-bottom: 3px;
    margin-bottom: 5px;
    position: relative;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>a {
    line-height: 1.833;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>a:hover {
    color: #fc0;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul {
    padding-right: 15px;
    display: none;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul>li {
    padding-bottom: 3px;
  }

  .km-mt-page-over.km-mt-page-category>.km-category-content .km-two-categories>.km-item>ul>li>ul>li>a {
    color: #4a5f73;
    font-size: 13px;
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
  }

  .km-user .c-header__btn-user {
    background: unset !important;
    box-shadow: unset !important;
  }

  .km-user .profile-icon svg {
    width: 20px;
    height: 30px;
  }

  body {
    margin-bottom: 50px;
  }
}

.shopping-footer-cart-holder {
  display: none;
  border-radius: 3px;
  padding: 20px;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 7000;
  left: 0;
  top: 64px;
  bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .img-box01 .pic a>img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
}

.f-btn {
  width: 100%;
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f-btn-success {
  background: #bfd73e;
}

.f-btn-success:hover {
  background: #98af09;
}

.f-btn-no-back {
  /* padding: 9px 16px; */
  direction: rtl;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571;
  font-weight: 700;
  border: 1px solid #ef394e;
  color: #ef394e;
  width: auto;
  display: inline-flex;
  align-items: center;
}

.f-btn-no-back:active {
  background: #f5808d;
  color: #b30f22;
}

.f-btn:focus {
  box-shadow: 0 2px 4px 0 #999;
}

.f-btn:active {
  box-shadow: none;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

h1.filichiintro {
  text-align: center;
  font-size: 28px;
  color: #008dd0;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: -1px;
}

.title-05 {
  margin: 30px 0;
}

.homepage12-iconlink {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  transition: all 0.5s ease-in-out;
}

.homepage12-iconlink a:hover,
.homepage12-iconlink img:hover {
  transform: scale(1.05) translateZ(0px);
  transition: all 0.5s ease-in-out;
}

.homepage12-iconlink img {
  margin: 0 0;
  padding: 1px 3px;
  border-radius: 10px;
  width: 110px;
}

.filichi-footer-specifications {
  margin-bottom: 30px;
  padding: 30px 0;
}

@media all and (max-width: 767px) {
  .home12-footer-links p {
    margin: 40px 0;
  }

  .filichi-footer-specifications {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .filichi-footer-specifications .col-md-3 {
    min-width: 62vw;
  }
}

#nta-wa-gdpr {
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}

.nta-wa-gdpr {
  font-size: 11px;
  padding: 5px;
  margin-right: -5px;
  margin-left: -5px;
  border-radius: 4px;
}

.nta-wa-gdpr a {
  text-decoration: underline;
  color: inherit;
}

.nta-wa-gdpr label {
  color: inherit;
  font-size: inherit;
}

.pointer-disable {
  pointer-events: none;
}

.nta-woo-products-button:after,
.nta-woo-products-button:before {
  content: "";
  display: block;
  clear: both;
}

.wa__button {
  border-bottom: none !important;
}

.wa__btn_w_img:hover {
  text-decoration: none;
}

.wa__popup_content_item .wa__cs_img_wrap {
  width: 48px;
  height: 48px;
}

.wa__btn_popup,
.wa__btn_popup *,
.wa__btn_popup :after,
.wa__btn_popup :before,
.wa__button,
.wa__button *,
.wa__button :after,
.wa__button :before,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :after,
.wa__popup_chat_box :before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wa__button {
  position: relative;
  width: 300px;
  min-height: 64px;
  line-height: 1;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  color: #fff;
  box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.09) !important;
  -webkit-box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.09) !important;
  -moz-box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.09) !important;
}

.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 71px 15px 20px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}

.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  font-weight: 600;
  padding-right: 2px;
  font-size: 14px;
}

.wa__cs_info {
  margin-bottom: 2px;
}

.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block;
}

.wa__cs_info .wa__cs_name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9;
}

.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d;
}

.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-right: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  right: 0;
  text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe;
}

.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all !important;
  -webkit-transition: 0.4s ease all !important;
  -moz-transition: 0.4s ease all !important;
  backface-visibility: hidden;
  will-change: transform;
}

.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4;
}

.wa__r_button.wa__stt_online:before {
  border-radius: 50vh;
}

.wa__sq_button.wa__stt_online:before {
  border-radius: 5px;
}

.wa__stt_online:before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0%, 0%, 6%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:hover {
  box-shadow: 0 4px 8px 1px rgba(32, 32, 37, 0.19);
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
}

.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1;
}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial;
  pointer-events: none;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 71px 6px 20px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 100px 8px 20px;
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 70px 8px 20px;
}

.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.wa__btn_w_img .wa__cs_img_wrap {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden;
}

.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
}

.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff url(../images/whatsapp_logo_green.svg) center center no-repeat;
  background-size: 17px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  left: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
  -webkit-box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
  -moz-box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #fff url(../images/whatsapp_logo_gray.svg) center center no-repeat;
  background-size: 17px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  left: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
  -webkit-box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
  -moz-box-shadow: 0 3px 4px 0 rgb(39 38 38 / 26%);
}

.wa__btn_w_img .wa__btn_txt {
  padding: 14px 103px 12px 20px;
}

.wa__r_button {
  border-radius: 50vh;
}

.wa__sq_button {
  border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-right: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img {
  right: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img {
  right: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 70px 10px 20px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__btn_txt .wa__btn_title {
  font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 100px 8px 20px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-right: 3px;
}

.wa__popup_chat_box {
  font-family: Arial, Helvetica, sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  right: 25px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}

.wa__popup_chat_box:active,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:hover {
  box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
  -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, 0.23);
}

.wa__popup_chat_box.wa__active {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 74px 17px 43px;
  color: #d9ebc6;
  background: #2db742;
}

.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 74px 17px 15px;
}

.wa__popup_chat_box .wa__popup_heading:before {
  content: "";
  background: url(../images/whatsapp_logo.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 12px;
}

.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  right: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover {
  text-decoration: underline;
}

.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}

.wa__popup_chat_box .wa__popup_content {
  background: #fff;
  padding: 13px 19px 21px 20px;
  text-align: center;
}

.wa__popup_chat_box .wa__popup_content_left {
  text-align: right;
}

.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  right: 12px;
  top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt {
  padding: 13px 74px 12px 40px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-right: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 4px 2px 4px 2px;
  -webkit-border-radius: 4px 2px 4px 2px;
  -moz-border-radius: 4px 2px 4px 2px;
}

.wa__popup_chat_box .wa__stt:after {
  content: "";
  background: url(../images/whatsapp_logo_green.svg) 100% 0 no-repeat;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url(../images/whatsapp_logo_gray_sm.svg);
}

.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus,
.wa__popup_chat_box .wa__stt.wa__stt_online:hover {
  background: #fff;
  box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
  -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
}

.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4) {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5) {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6) {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7) {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8) {
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9) {
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}

.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-right-color: #c0c5ca;
}

.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}

.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}

.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  right: -7px;
}

.wa__popup_call_btn {
  background: #2db742;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0 8px 17px 2px rgba(13, 15, 18, 0.2);
  -webkit-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0 8px 17px 2px rgba(13, 15, 18, 0.2);
}

.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url(../images/whatsapp_logo_green_sm.svg) 100% 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0;
  margin-left: -19px;
  right: -31px;
  transition: 0.2s ease background-image;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
}

.wa__popup_call_btn.wa__popup_call_btn_lg:active:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before {
  background-image: url(../images/whatsapp_logo.svg);
}

.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: "";
  background: url(../images/whatsapp_logo_green.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 12px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60;
}

.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: "";
  background: url(../images/whatsapp_logo.svg) center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  right: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-right: 22px;
  padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: "";
  clear: both;
  display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #fff;
  padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: right;
  font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 16px 0 0;
  background: url(../images/whatsapp_logo_green.svg) 100% 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%;
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}

.wa__btn_popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999999999;
}

.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: transparent url(../images/whatsapp_logo.svg) center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}

.wa__btn_popup .wa__btn_popup_icon:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: transparent url(../images/x_icon.svg) center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
}

.wa__btn_popup .wa__btn_popup_txt {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  line-height: 1.5;
  padding: 8px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.njtwa-bar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.njtwa-bar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.njtwa-bar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.njtwa-bar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.njtwa-bar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.njtwa-bar-content:after,
.njtwa-bar-content:before {
  content: " ";
  display: table;
}

.njtwa-bar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.njtwa-bar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.njtwa-bar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.njtwa-bar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .njtwa-bar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .njtwa-bar-track {
  pointer-events: all;
}

.njtwa-bar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.njtwa-bar-scrollbar:before {
  position: absolute;
  content: "";
  background: #f2f3f5;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.njtwa-bar-vertical:hover .njtwa-bar-scrollbar:before {
  background: #e1e2e4;
}

.njtwa-bar-scrollbar.njtwa-bar-visible:before {
  opacity: 1;
  transition: opacity 0s linear;
}

.njtwa-bar-track.njtwa-bar-vertical {
  top: 0;
  width: 11px;
}

.njtwa-bar-track.njtwa-bar-vertical .njtwa-bar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.njtwa-bar-track.njtwa-bar-horizontal {
  left: 0;
  height: 11px;
}

.njtwa-bar-track.njtwa-bar-horizontal .njtwa-bar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.njtwa-bar-track.njtwa-bar-horizontal .njtwa-bar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .njtwa-bar-track.njtwa-bar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rtl .wa__button,
.rtl .wa__btn_popup,
.rtl .wa__popup_chat_box {
  font-family: inherit;
}

span.item-name {
  width: 70% !important;
}

img.img-responsive {
  width: 75% !important;
}

li.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.description h2 {
  text-align: center;
  font-size: 30px;
}

.description p {
  text-align: justify;
}

.dr-shahbazi-consulting-services {
  width: 70%;
  margin: 0 auto;
}

.dr-shahbazi-consulting-services p {
  text-align: justify;
  margin: 50px 0;
  font-size: 15px;
}

.dr-shahbazi-consulting-services h2 {
  font-size: 20px;
}

.link-color-site,
.link-color-site a {
  color: #fbb829 !important;
}

img.moshaver-baner-page {
  max-width: 100%;
  margin: 20px 0;
  border-radius: 20px;
}

.dr-shahbazi-consulting-services p {
  color: #000 !important;
}

/* new footer */

#fantom_footer {
  position: relative;
  /* margin-top: 100px; */
}

.footer_top_section {
  display: flex;
}

.footer_curve_container {
  width: calc(50% - 250px);
}

img.footer_curve {
  display: flex;
  margin-right: auto;
}

img {
  height: auto;
  max-width: 100%;
}

.footer_menu {
  color: #fff;
  background: #253e91;
  display: flex;
  align-items: center;
  min-width: 550px;
  justify-content: center;
}

.footer_menu .menu_item:not(:last-child) {
  margin-left: 36px;
}

.menu_item {
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  color: #fff !important;
}

.footer_menu {
  color: #fff;
  background: #253e91;
  display: flex;
  align-items: center;
  min-width: 500px;
  justify-content: center;
}

.footer_spacer {
  background: #253e91;
  width: calc(50% - 250px);
}

.footer_line_spacer {
  position: absolute;
  top: 50px;
  width: 660px;
  height: 2px;
  background: #fff;
  left: 50%;
  border-radius: 10px;
  transform: translateX(-330px);
}

.footer_bottom_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer_bottom_section {
  color: #fff;
  background: #336ec4;
  padding: 20px 0 40px;
}

.footer_content {
  font-size: 17px;
  padding-left: 43px;
}

.footer_contact_row {
  display: flex;
  margin-top: 7px;
  justify-content: space-between;
  flex-direction: column;
}

.social_container {
  display: flex;
}

.footer_content {
  font-size: 17px;
  padding-left: 43px;
}

span.social_title {
  margin-left: 10px;
}

img.footer_social_icon {
  margin-left: 10px;
  cursor: pointer;
}

.phone_container {
  display: flex;
}

span.phone_title {
  /* flex-grow: 1; */
  text-align: right;
  padding-left: 10px;
  /* margin-right: 25px; */
}

span.footer_phone_number.first {
  margin-left: 16px;
  position: relative;
}

span.footer_phone_number.first:after {
  /* content: '|'; */
  position: absolute;
  left: -9px;
  top: -2px;
}

.app_row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.app_icon_container {
  display: flex;
}

.icon_row {
  width: 120px;
  background: #fff;
  margin: 0 10px;
  color: #253e91;
  text-align: center;
  font-weight: 700;
  border-radius: 7px;
  line-height: 31px;
  cursor: pointer;
  padding-top: 3px;
}

.icon_row {
  width: 120px;
  background: #fff;
  margin: 0 10px;
  color: #253e91;
  text-align: center;
  font-weight: 700;
  border-radius: 7px;
  line-height: 31px;
  cursor: pointer;
  padding-top: 3px;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-apple:before {
  content: "\f179";
}

.icon_row {
  width: 120px;
  background: #fff;
  margin: 0 10px;
  color: #253e91;
  text-align: center;
  font-weight: 700;
  border-radius: 7px;
  line-height: 31px;
  cursor: pointer;
  padding-top: 3px;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-android:before {
  content: "\f17b";
}

.social_container a {
  margin: 0 2px;
}

.phone_container a {
  color: #fff !important;
}

.enamad img {
  border-radius: 10px;
  box-shadow: 0px 0px 6px white;
}

/*  */

@media (max-width: 768px) {
  div#dnn_ctr604_Feedback_divFeedbackFormContent h3 {
    font-size: 14px;
  }

  .rtl .dnnForm.FeedbackForm .dnnFormItem .dnnLabel {
    width: 35% !important;
    text-align: start !important;
  }

  .contactus-page-call-location.row {
    width: 100% !important;
    padding: unset !important;
    border-radius: 20px;
  }

  .contactus-page-tittle.childwrapp h1 {
    font-size: 14px;
  }

  .contactus-page-callnumbers {
    width: 100% !important;
  }

  .Identical-features {
    flex-direction: column;
  }

  .contactus-page-callnumbers h2 {
    font-size: 14px;
  }

  .childwrapp span {
    font-size: 11px;
  }

  .footer_line_spacer {
    /* right: 20px; */
    left: auto;
    transform: none;
    width: 100vw;
    top: 130px;
  }

  .footer_top_section {
    display: block;
  }

  .footer_curve_container {
    width: 100%;
    position: relative;
    padding-left: 40vw;
  }

  .footer_curve_container:after {
    width: 100%;
    content: "";
    background: #253e91;
    position: absolute;
    height: 100%;
    top: 0;
    right: 60vw;
  }

  .footer_menu {
    width: 100vw;
    min-width: 0;
    flex-wrap: wrap;
    padding: 20px 40px;
    justify-content: space-between;
  }

  #fantom_footer .menu_item {
    margin-left: 0px;
    width: 33.33%;
    text-align: left;
    margin-bottom: 10px;
  }

  .footer_content {
    /* padding-left: 40px; */
    /* padding-right: 0px; */
    width: 100%;
    padding: 0 20px;
  }

  .address_container {
    /* text-align: center; */
    margin-bottom: 20px;
  }

  .footer_contact_row {
    flex-wrap: wrap;
    justify-content: center;
  }

  img.footer_social_icon:last-child {
    margin: 0;
  }

  .social_container {
    margin-bottom: 20px;
  }

  .loading_container {
    min-width: 94vw;
  }

  .menu_btn_mob {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 37px;
    height: 100%;
    left: 25px;
    top: 0;
    align-items: center;
  }

  span.mobile_menu_dot {
    width: 9px;
    height: 9px;
    background: #707070;
    border-radius: 10px;
  }

  .mobile_menu_list {
    display: block;
    position: fixed;
    z-index: 20;
    top: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    transition: all ease 0.6s;
    transform: translateX(-110vw);
  }

  .mobile_menu_header {
    position: relative;
    padding: 20px 30px 13px;
  }

  img.menu_logo {
    width: 115px;
  }

  .menu_close_btn {
    position: absolute;
    top: 35px;
    left: 40px;
    color: #f58321;
    font-size: 27px;
  }

  .panel_row {
    margin-bottom: 20px;
    position: relative;
  }

  .menu_panel_btn {
    background: #1f3a93;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .panel_row i {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 40px;
  }

  .mobile_menu_list .menu_item {
    margin-bottom: 15px;
    padding-right: 50px;
  }

  .end-text {
    margin-top: 25px;
    font-size: 11px;
  }
}

.news.eds_subCollection_latestArticles.eds_subCollection_news.eds_news_Ozone.eds_template_List_Article_Default-Change-Classes.eds_styleSwitchCriteria_module-431 a:not(:last-child) {
  border-bottom: 1px solid #3b1755;
}

.taghirat-tittle {
  color: #3b1755;
  border-bottom: 1px solid #3b1755;
  display: flex;
  padding: 5px 0px;
  justify-content: center;
  font-weight: 500;
}

.contactus-page-call-location.row {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 6px rgb(0, 0, 0, 16%);
  padding: 20px;
  /* border-radius: 20px; */
  background: #f2f3f7;
}

.contactus-page-call-location.row .col-12.col-md-6 .contactus-page-location {
  height: 100%;
  padding: 30px 0;
}

.childwrapp:not(:last-child)::after {
  content: "";
  display: block;
  /* width: 70%; */
  height: 1px;
  background: #bca43e;
}

.contactus-page-callnumbers {
  width: 70%;
  margin: 0 auto;
}

.end-text {
  margin-top: 25px;
}

.holder_fixed_news {
  direction: ltr;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff0000;
  z-index: 500;
}

.holder_fixed_news>marquee {
  color: white;
  font-size: 25px;
}

.box_alert {
  width: 92%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(241, 142, 6, 0.81);
  background-color: rgba(220, 129, 1, 0.724);
  box-shadow: 0px 0px 2px #ffb103;
  color: #000000;
  text-shadow: 2px 1px #c3c3c3;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
  padding: 3px;
  position: fixed;
  bottom: 0;
  left: 4%;
  z-index: 10;
  animation: pulse_one 0.5s linear infinite alternate;
}

.font__weight-semibold {
  margin: 0 10px;
}

@keyframes pulse {
  to {
    opacity: 0;
  }
}

.icon_alert {
  animation: pulse 0.5s infinite alternate;
}

@keyframes pulse_one {
  to {
    border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
  }
}


.splash-page {
  min-height: 100vh;
  background: url(/portals/0/eil-images/splash/splash-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 2rem;

  .splash-logo {
    display: block;
    margin-bottom: 1.5rem;
    max-width: 90%;

    img {
      max-width: 100%;
    }
  }

  .txt {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
    text-align: center;
  }

  .btn-row {
    text-align: center;

    .splash-btn {
      gap: 0.3rem;
      height: 4rem;
      min-width: 19rem;
      max-width: 100%;
      background-color: #bca43e;
      font-size: 1.1rem;
      font-weight: 700;
      border-radius: 0.4rem;
      color: #fff;
      margin: 0.8rem;
      transition: all 0.3s ease;

      svg {
        max-width: unset !important;
        max-height: unset !important;
      }

      &:hover {
        background-color: #9e8a34;
      }
    }
  }
}