/* 
--------------------------
- 1.1 Default CSS
--------------------------
*/

/*google font*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/* Your default CSS. */
*{margin: 0;padding:0;box-sizing: border-box;}

.clear {
    clear: both
}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  background: #f1efef;
}
 
body::-webkit-scrollbar-thumb {
  background: #e9a70a;
  border-radius: 5px;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

.no-pad-top {
    padding-top: 0!important;
}

.no-pad-bottom{
    padding-bottom: 0!important;
}



/*custome class*/

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}

/*custome css*/

/*----------------------------
  14. Basic margin padding
-----------------------------*/
a.scrollup-btn{
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 29px;
    color: #ffb607;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: zumping-btn 1s linear 0s infinite;
    -o-animation: zumping-btn 1s linear 0s infinite;
    animation: zumping-btn 1s linear 0s infinite;
}
a.scrollup-btn.visible{
    opacity: 1;
    visibility: visible;
}
@keyframes zumping-btn{
    0%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

a.scrollup-btn:hover{
    background-color: #ffb607;
    color: #fff;
}

.m--0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p--0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*---------------------------
  15. Margin top
--------------------------*/
.mt--0 { margin-top: 0 }
.mt--10 { margin-top: 10px }
.mt--15 { margin-top: 15px }
.mt--20 { margin-top: 20px }
.mt--30 { margin-top: 30px }
.mt--40 { margin-top: 40px }
.mt--50 { margin-top: 50px }
.mt--60 { margin-top: 60px }
.mt--70 { margin-top: 70px }
.mt--80 { margin-top: 80px }
.mt--90 { margin-top: 90px }
.mt--100 { margin-top: 100px }
.mt--110 { margin-top: 110px }
.mt--120 { margin-top: 120px }
.mt--130 { margin-top: 130px }
.mt--140 { margin-top: 140px }
.mt--150 { margin-top: 150px }
.mt--160 { margin-top: 160px }
.mt--170 { margin-top: 170px }
.mt--180 { margin-top: 180px }
.mt--190 { margin-top: 190px }

/*-----------------------------
  16. Margin bottom
-------------------------------*/
.mb--0 { margin-bottom: 0 }
.mb--10 { margin-bottom: 10px }
.mb--15 { margin-bottom: 15px }
.mb--20 { margin-bottom: 20px }
.mb--30 { margin-bottom: 30px }
.mb--40 { margin-bottom: 40px }
.mb--50 { margin-bottom: 50px }
.mb--60 { margin-bottom: 60px }
.mb--70 { margin-bottom: 70px }
.mb--80 { margin-bottom: 80px }
.mb--90 { margin-bottom: 90px }
.mb--100 { margin-bottom: 100px }
.mb--110 { margin-bottom: 110px }
.mb--120 { margin-bottom: 120px }
.mb--130 { margin-bottom: 130px }
.mb--140 { margin-bottom: 140px }
.mb--150 { margin-bottom: 150px }
.mb--160 { margin-bottom: 160px }
.mb--170 { margin-bottom: 170px }
.mb--180 { margin-bottom: 180px }
.mb--190 { margin-bottom: 190px }

/*--------------------------
  17. Padding top
---------------------------*/
.pt--0 { padding-top: 0 }
.pt--10 { padding-top: 10px }
.pt--15 { padding-top: 15px }
.pt--20 { padding-top: 20px }
.pt--30 { padding-top: 30px }
.pt--40 { padding-top: 40px }
.pt--50 { padding-top: 50px }
.pt--60 { padding-top: 60px }
.pt--70 { padding-top: 70px }
.pt--80 { padding-top: 80px }
.pt--90 { padding-top: 90px }
.pt--100 { padding-top: 100px }
.pt--110 { padding-top: 110px }
.pt--120 { padding-top: 120px }
.pt--130 { padding-top: 130px }
.pt--140 { padding-top: 140px }
.pt--150 { padding-top: 150px }
.pt--160 { padding-top: 160px }
.pt--170 { padding-top: 170px }
.pt--180 { padding-top: 180px }
.pt--190 { padding-top: 190px }

/*------------------------
  18. Padding bottom
---------------------------*/
.pb--0 { padding-bottom: 0 }
.pb--10 { padding-bottom: 10px }
.pb--15 { padding-bottom: 15px }
.pb--20 { padding-bottom: 20px }
.pb--30 { padding-bottom: 30px }
.pb--40 { padding-bottom: 40px }
.pb--50 { padding-bottom: 50px }
.pb--60 { padding-bottom: 60px }
.pb--70 { padding-bottom: 70px }
.pb--80 { padding-bottom: 80px }
.pb--90 { padding-bottom: 90px }
.pb--100 { padding-bottom: 100px }
.pb--110 { padding-bottom: 110px }
.pb--120 { padding-bottom: 120px }
.pb--130 { padding-bottom: 130px }
.pb--140 { padding-bottom: 140px }
.pb--150 { padding-bottom: 150px }
.pb--160 { padding-bottom: 160px }
.pb--170 { padding-bottom: 170px }
.pb--180 { padding-bottom: 180px }
.pb--190 { padding-bottom: 190px }


/*------------------------------
  19. Page section padding 
-------------------------------*/
.ptb--0 { padding: 0 }
.ptb--10 { padding: 10px 0 }
.ptb--20 { padding: 20px 0 }
.ptb--30 { padding: 30px 0 }
.ptb--40 { padding: 40px 0 }
.ptb--50 { padding: 50px 0 }
.ptb--60 { padding: 60px 0 }
.ptb--70 { padding: 70px 0 }
.ptb--80 { padding: 80px 0 }
.ptb--90 { padding: 90px 0 }
.ptb--100 { padding: 100px 0 }
.ptb--110 { padding: 110px 0 }
.ptb--120 { padding: 120px 0 }
.ptb--130 { padding: 130px 0 }
.ptb--140 { padding: 140px 0 }
.ptb--150 { padding: 150px 0 }
.ptb--160 { padding: 160px 0 }
.ptb--170 { padding: 170px 0 }
.ptb--180 { padding: 180px 0 }

/*---------------------------
  20. Page section margin 
-----------------------------*/
.mtb--0 { margin: 0 }
.mtb--10 { margin: 10px 0 }
.mtb--15 { margin: 15px 0 }
.mtb--20 { margin: 20px 0 }
.mtb--30 { margin: 30px 0 }
.mtb--40 { margin: 40px 0 }
.mtb--50 { margin: 50px 0 }
.mtb--60 { margin: 60px 0 }
.mtb--70 { margin: 70px 0 }
.mtb--80 { margin: 80px 0 }
.mtb--90 { margin: 90px 0 }
.mtb--100 { margin: 100px 0 }
.mtb--110 { margin: 110px 0 }
.mtb--120 { margin: 120px 0 }
.mtb--130 { margin: 130px 0 }
.mtb--140 { margin: 140px 0 }
.mtb--150 { margin: 150px 0; }
.mtb--160 { margin: 160px 0; }
.mtb--170 { margin: 170px 0; }
.mtb--180 { margin: 180px 0; }

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bg-gray{
    background-color: #f5f5f5;
}
.bg-black{
  background-color: #222222;
}

.flex-center {
    -ms-flex-align: center!important;
    align-items: center;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex;
}

.flew-btwen {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-revers{
  flex-wrap: wrap-reverse;
}

.text-theme{
    color: #ffb607;
}
.bg-theme{
    background-color: #ffb607;
}
.meta-left{
    float: left;
}
.meta-right{
    float: right;
}
.meta-content{
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}

/*prealoder css*/
/* Preloader */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #394162;
    z-index: 9999;
}


@-webkit-keyframes ball-top {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
  75% {
    -webkit-transform: rotate(193deg);
    -moz-transform: rotate(193deg);
    -ms-transform: rotate(193deg);
    -o-transform: rotate(193deg);
    transform: rotate(193deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-moz-keyframes ball-top {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
  75% {
    -webkit-transform: rotate(193deg);
    -moz-transform: rotate(193deg);
    -ms-transform: rotate(193deg);
    -o-transform: rotate(193deg);
    transform: rotate(193deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-o-keyframes ball-top {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
  75% {
    -webkit-transform: rotate(193deg);
    -moz-transform: rotate(193deg);
    -ms-transform: rotate(193deg);
    -o-transform: rotate(193deg);
    transform: rotate(193deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes ball-top {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
  75% {
    -webkit-transform: rotate(193deg);
    -moz-transform: rotate(193deg);
    -ms-transform: rotate(193deg);
    -o-transform: rotate(193deg);
    transform: rotate(193deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes ball-bot {
  0% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
  }
  75% {
    -webkit-transform: rotate(195deg);
    -moz-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    -o-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-moz-keyframes ball-bot {
  0% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
  }
  75% {
    -webkit-transform: rotate(195deg);
    -moz-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    -o-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-o-keyframes ball-bot {
  0% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
  }
  75% {
    -webkit-transform: rotate(195deg);
    -moz-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    -o-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes ball-bot {
  0% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  25% {
    -webkit-transform: rotate(345deg);
    -moz-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
  }
  75% {
    -webkit-transform: rotate(195deg);
    -moz-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    -o-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes circle-effect-left {
  0% {
    opacity: 0;
  }
  24.99% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  45% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes circle-effect-left {
  0% {
    opacity: 0;
  }
  24.99% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  45% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes circle-effect-left {
  0% {
    opacity: 0;
  }
  24.99% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  45% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle-effect-left {
  0% {
    opacity: 0;
  }
  24.99% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  45% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes circle-effect-right {
  0% {
    opacity: 0;
  }
  74.99% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  95% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes circle-effect-right {
  0% {
    opacity: 0;
  }
  74.99% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  95% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes circle-effect-right {
  0% {
    opacity: 0;
  }
  74.99% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  95% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle-effect-right {
  0% {
    opacity: 0;
  }
  74.99% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  95% {
    opacity: 0;
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(3, 1);
    -moz-transform: scale(3, 1);
    -ms-transform: scale(3, 1);
    -o-transform: scale(3, 1);
    transform: scale(3, 1);
  }
  100% {
    opacity: 0;
  }
}
.wrap-preload {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wrap-preload.circle-ball {
  background: rgba(0, 0, 0, 1);
}
.wrap-preload.circle-ball .wrap-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 128px;
  height: 128px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-top {
  z-index: 1;
  background: #009D2F;
  -webkit-transform-origin: 64px 50%;
  -moz-transform-origin: 64px 50%;
  -ms-transform-origin: 64px 50%;
  -o-transform-origin: 64px 50%;
  transform-origin: 64px 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: ball-top 3s linear 0s infinite;
  -moz-animation: ball-top 3s linear 0s infinite;
  -ms-animation: ball-top 3s linear 0s infinite;
  -o-animation: ball-top 3s linear 0s infinite;
  animation: ball-top 3s linear 0s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-top:nth-of-type(2) {
  background: #17B948;
  width: 8px;
  height: 8px;
  -webkit-animation: ball-top 3s linear 0.6s infinite;
  -moz-animation: ball-top 3s linear 0.6s infinite;
  -ms-animation: ball-top 3s linear 0.6s infinite;
  -o-animation: ball-top 3s linear 0.6s infinite;
  animation: ball-top 3s linear 0.6s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-bot {
  opacity: 0.4;
  background: #F7AB03;
  -webkit-transform-origin: 64px 50%;
  -moz-transform-origin: 64px 50%;
  -ms-transform-origin: 64px 50%;
  -o-transform-origin: 64px 50%;
  transform-origin: 64px 50%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation: ball-bot 3s linear 0s infinite;
  -moz-animation: ball-bot 3s linear 0s infinite;
  -ms-animation: ball-bot 3s linear 0s infinite;
  -o-animation: ball-bot 3s linear 0s infinite;
  animation: ball-bot 3s linear 0s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .ball.ball-bot:nth-of-type(2) {
  background: #FFC239;
  width: 8px;
  height: 8px;
  -webkit-animation: ball-bot 3s linear 0.6s infinite;
  -moz-animation: ball-bot 3s linear 0.6s infinite;
  -ms-animation: ball-bot 3s linear 0.6s infinite;
  -o-animation: ball-bot 3s linear 0.6s infinite;
  animation: ball-bot 3s linear 0.6s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -8px;
  right: -8px;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect {
  opacity: 0;
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 32px;
  height: 32px;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect:nth-of-type(2):before {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  width: 8px;
  height: 8px;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect.left {
  left: 0;
  -webkit-animation: circle-effect-left 3s linear 0s infinite;
  -moz-animation: circle-effect-left 3s linear 0s infinite;
  -ms-animation: circle-effect-left 3s linear 0s infinite;
  -o-animation: circle-effect-left 3s linear 0s infinite;
  animation: circle-effect-left 3s linear 0s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect.left:nth-of-type(2) {
  top: 8px;
  left: 4px;
  width: 16px;
  height: 16px;
  -webkit-animation: circle-effect-left 3s linear 0.6s infinite;
  -moz-animation: circle-effect-left 3s linear 0.6s infinite;
  -ms-animation: circle-effect-left 3s linear 0.6s infinite;
  -o-animation: circle-effect-left 3s linear 0.6s infinite;
  animation: circle-effect-left 3s linear 0.6s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect.right {
  right: 0;
  -webkit-animation: circle-effect-right 3s linear 0s infinite;
  -moz-animation: circle-effect-right 3s linear 0s infinite;
  -ms-animation: circle-effect-right 3s linear 0s infinite;
  -o-animation: circle-effect-right 3s linear 0s infinite;
  animation: circle-effect-right 3s linear 0s infinite;
}
.wrap-preload.circle-ball .wrap-content .wrap-circle-ball .wrap-effect .circle-effect.right:nth-of-type(2) {
  top: 8px;
  right: 4px;
  width: 16px;
  height: 16px;
  -webkit-animation: circle-effect-right 3s linear 0.6s infinite;
  -moz-animation: circle-effect-right 3s linear 0.6s infinite;
  -ms-animation: circle-effect-right 3s linear 0.6s infinite;
  -o-animation: circle-effect-right 3s linear 0.6s infinite;
  animation: circle-effect-right 3s linear 0.6s infinite;
}
.wrap-preload.hide-out {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wrap-preload .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
}

/*hide preloader*/
.hide-loader{
        position: fixed;
    right: 17px;
    top: 18px;
    background: #171616;
    border-radius: 3px;
    padding: 0px 12px;
    letter-spacing: 0;
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.hide-loader i{
        color: #000;
    font-size: 12px;
}
.bg-image-1,
.bg-image-2,
.bg-image-3{
    position: relative;
    z-index: 1;
}
.bg-image-1{
    background: url(../assets/img/slide1.jpg) center center/cover no-repeat;
}
.bg-image-2{
    background: url(../assets/img/.jpg) center center/cover no-repeat;
}
.bg-image-3{
    background: url(../img/bg/bg-overley-img3.jpg) center center/cover no-repeat;
}

.bg-image-1:before,
.bg-image-2:before,
.bg-image-3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(1, 42, 138, 0.8);
    background-color: rgba(147, 5, 21, 0.8);
}

a#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    background: #9E2C34;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 28px;
    -webkit-animation: bouncing 1.5s linear 0s infinite;
    -o-animation: bouncing 1.5s linear 0s infinite;
    animation: bouncing 1.5s linear 0s infinite;
}