body
{
  margin:0;
  padding:0;

}
*
{
  padding:0;
  margin:0;
}
section {
    padding: 100px 0;
}
.dropdown-menu{
  background: #d29f36;	

	
}
.dropdown{
	
	
}

.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: 10px;
  right: 10px;
   font-size: 10px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #d29f36;
}
.switcher-link:hover {
  color: #d29f36;
}
.current-lang {
  background: #d29f36;
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
}
.lang-flag {
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
}
.lang-dropdown {
  display: none;
  background: #d29f36;
  border-radius: 5px;
  margin-top: 2px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #22313f;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}
.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255,85,0, .7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em;
}
.waves1 {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
    background-color: #0e0e0e;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 990px) {
  .waves1 {
    height:40px;
    min-height:40px;
}
.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: 130px;
  right: 20px;
}}
/*  END Of Animation */

.shadow3 {
    background-image: url("http://www.commixturesoft.com/img/shadow3.png");
    background-repeat: no-repeat;
}

.height450{height:450px;}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}
.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #d29f36;
}

h2 {
    font-size: 36px;
}
.h6,h6  {
	
  background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
font-family: 'Playfair Display', serif;
    position: relative;
    text-transform: uppercase;	
   
    margin: 0;
  	 font-size: 36px;
}
.social-overlap {
    position: absolute;
    width: 100%;
    transform: translateY(-100%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.social-bar {
    display: flex;
    border-radius: 0px;
    background: #1a1a1a;
    
  border: 1px solid#1a1a1a;
}
.iconpad {
    padding: 12px 0;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fffc00;
    cursor: pointer;
    transition: all .4s ease;
}

.social-icons a {
	
    border-radius: 1px;
    color: #465943;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px;
}

a {
    text-decoration: none !important;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}



/*socil*/
.slider-nav{
        display: flex;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to bottom, #cfc09f 27%,#634f2c 26%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 100%); 
   
   
   
    cursor: pointer;
    transition: all .4s ease;

}
.slider-nav-item:before
{
        position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

    .process-scetion .slider-nav-item:nth-child(2) {
      color: #40beff; }
    .process-scetion .slider-nav-item:nth-child(3) {
      color: #be0699; }
    .process-scetion .slider-nav-item:nth-child(4) {
      color: #4476db; }
    .process-scetion .slider-nav-item:nth-child(5) {
      color: #cb0b0b; }
    .process-scetion .slider-nav-item:after {
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      content: '';
      width: 100%;
      background: url("") repeat 0 0;
      z-index: 0;
      animation: slide 1s linear infinite; }
    .process-scetion .slider-nav-item:last-child:after {
      display: none; }
    .process-scetion .slider-nav-item .ikon {
      font-size: 50px;
      line-height: 80px; }


   
      .process-scetion .slider-nav-item.active:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse; }

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.shadow-img1{
    background-image:url("../img/shadow.png");
    background-repeat:no-repeat;
    background-position:bottom;
}

.shadow-img2{
        background-position: bottom;
    background-image: url("../img/shadow2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}


.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url("") repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}
.mt100{margin-top:100px;}



/* ----------------------------------------------
 * Generated by Animista on 2019-9-24 11:37:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i
{
  -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}


@media only screen and (max-width: 300px) {
  .process-scetion .slider-nav-item
  {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}
/*-- 
effect-text
start
*/

.effect-text{
  background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  -webkit-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
          animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
}
@-webkit-keyframes reveal {
  80% {
    letter-spacing: 0px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 0px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@-webkit-keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff600;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff600;
  }
}
/*
end--*/

/*-- language

-*/
.select {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-filter: url("#goo");
  filter: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/goo.svg");
  height: 100px;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.select .select-placeholder {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform 200ms, padding 200ms;
  -moz-transition: -moz-transform 200ms, padding 200ms;
  transition: transform 200ms, padding 200ms;
  background-color: #e6e9ed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  border-radius: 100%;
  border: 5px solid #5a6370;
  height: 80px;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 80px;
  will-change: transform, padding;
  z-index: 10;
}
.select .select-placeholder:hover {
  cursor: pointer;
  padding: 15px;
}
.select .select-placeholder svg {
  display: none;
}
.select .select-placeholder[data-language=none] svg {
  display: block;
}
.select .select-placeholder[data-language=EN] {
  background-image: url("./flag/gb.svg");
}
.select .select-placeholder[data-language=IR] {
  background-image: url("./flag/ir.svg");
}
.select .select-placeholder[data-language=AR] {
  background-image: url("./flag/ae.svg");
}
.select .select-placeholder[data-language=RU] {
  background-image: url("./flag/ru.svg");
}
.select .select-placeholder[data-language=english-uk] {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/flag-english-uk.svg");
}
.select .select-placeholder[data-language=arab] {
  background-image: url("./flag/ae.svg");
}
.select .select-placeholder[data-language=ru] {
  background-image: url("./flag/ru.svg");
}
.select .select-placeholder[data-language=mandarin] {
  background-image: url("./flag/ru.svg");
}
.select .select-option {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform 300ms ease-in;
  -moz-transition: -moz-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  background-color: #5a6370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 100%;
  border: 5px solid #5a6370;
  color: #fff;
  height: 70px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: 9999px;
  top: 50%;
  white-space: nowrap;
  width: 70px;
  will-change: transform;
}
.select .select-option:hover {
  cursor: pointer;
}
.select .select-option[data-language=ir] {
  background-image: url("./flag/ir.svg");
}
.select .select-option[data-language=russian] {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/flag-russian.svg");
}
.select .select-option[data-language=EN] {
  background-image: url("./flag/gb.svg");
}
.select .select-option[data-language=english-us] {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/flag-english-us.svg");
}
.select .select-option[data-language=english-uk] {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/flag-english-uk.svg");
}
.select .select-option[data-language=arab] {
  background-image: url("./flag/ae.svg");
}
.select .select-option[data-language=RU] {
  background-image: url("./flag/ru.svg");
}
.select .select-option[data-language=mandarin] {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/83141/flag-mandarin.svg");
}
.select.is-open .select-placeholder {
  padding: 5px;
}

.select.is-open .select-option:nth-child(4) {
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 105ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  -moz-transition: -moz-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 105ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  transition: transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 105ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  z-index: 4;
  -webkit-transform: translate3d(-50%, -200%, 0) scale(1);
  -moz-transform: translate3d(-50%, -200%, 0) scale(1);
  -ms-transform: translate3d(-50%, -200%, 0) scale(1);
  -o-transform: translate3d(-50%, -200%, 0) scale(1);
  transform: translate3d(-50%, -200%, 0) scale(1);
}
.select.is-open .select-option:nth-child(4):hover {
  width: 90px;
  height: 90px;
  margin-top: 30px;
}
.select.is-open .select-option:nth-child(5) {
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 140ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  -moz-transition: -moz-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 140ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  transition: transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 140ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  z-index: 5;
  -webkit-transform: translate3d(50%, -150%, 0) scale(1);
  -moz-transform: translate3d(50%, -150%, 0) scale(1);
  -ms-transform: translate3d(50%, -150%, 0) scale(1);
  -o-transform: translate3d(50%, -150%, 0) scale(1);
  transform: translate3d(50%, -150%, 0) scale(1);
}
.select.is-open .select-option:nth-child(5):hover {
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-left: -20px;
}
.select.is-open .select-option:nth-child(6) {
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 175ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  -moz-transition: -moz-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 175ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  transition: transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 175ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  z-index: 6;
  -webkit-transform: translate3d(100%, -50%, 0) scale(1);
  -moz-transform: translate3d(100%, -50%, 0) scale(1);
  -ms-transform: translate3d(100%, -50%, 0) scale(1);
  -o-transform: translate3d(100%, -50%, 0) scale(1);
  transform: translate3d(100%, -50%, 0) scale(1);
}
.select.is-open .select-option:nth-child(6):hover {
  width: 90px;
  height: 90px;
  margin-left: -30px;
}
.select.is-open .select-option:nth-child(7) {
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 210ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  -moz-transition: -moz-transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 210ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  transition: transform 320ms cubic-bezier(0.07, 0.4, 0.455, 1.5) 210ms, width 160ms ease, height 160ms ease, margin 160ms ease;
  z-index: 7;
  -webkit-transform: translate3d(50%, 50%, 0) scale(1);
  -moz-transform: translate3d(50%, 50%, 0) scale(1);
  -ms-transform: translate3d(50%, 50%, 0) scale(1);
  -o-transform: translate3d(50%, 50%, 0) scale(1);
  transform: translate3d(50%, 50%, 0) scale(1);
}
.select.is-open .select-option:nth-child(7):hover {
  width: 90px;
  height: 90px;
  margin-top: -20px;
  margin-left: -20px;
}


.icon-language {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 48px;
  margin: 50% 0 0 50%;
  width: 48px;
}
.icon-language path {
  fill: #5a6370;
}

/*---
end--*/