@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



h1, h2, h3 ,h4, h5, h6, p, span, li, a, button{

   font-family: 'Poppins', sans-serif;

    margin: 0px;

    padding: 0px;

}
a{
    text-decoration: none !important;
}
a:focus{outline: none;}
body{
    overflow-x: hidden;
}
.p0{padding: 0px;}

/*Navbar*/
.header_main_sec {
    /* position: absolute; */
    width: 100%;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0); */
    padding: 13px 0;
}
.nav-main-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
}
.dropdown-btn {
    padding: 10px 0;
    text-decoration: none;
    font-size: 25px;
    color: #222;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #cccccc;
}
button.dropdown-btn.active{
 border-bottom: 1px solid transparent;   
}
.dropdown-btn:hover .fa.fa-caret-down {
    color: #faaf40;
}
.nav-main-div .dropdown-btn.active i.fa.fa-caret-down {
    color: #faaf40;
}
i.fa.fa-caret-down {
    float: right;
    position: relative;
    top: 5px;
}
.nav-main-div  .dropdown-container a {
    color: #878787;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 60px;
}


#mySidenav.active {
    width: 1400px;
}
#mySidenav{
    width: 0px;
}


.nav-rt-div .form-control, .nav-rt-div .control-group input {
    background: transparent;
}
.nav-rt-div .cntct-frm-div-txt h3 {
    padding-left: 40px;
    padding-bottom: 0;
}
.nav-rt-di .cntct-form-div label {
    background: #222 !important;
    color: #fff;
}

.nav-rt-di label {
    background: #222;
    color: #fff;
}

.nav-rt-div .cntct-form-div label {
    background: #1b1a1f;
    color: #fff;
}

.nav-lft-div {
    height: 100vh;
    background: #fff;
    padding: 10% 0 0 0;
}

.nav-rt-div {
    height: 100vh;
    padding: 15% 0 0 0;
    background: url(../images/nav-form-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}
.nav-rt-div:before {
    content: "";
    background: url(../images/nav-hd-cir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 86px;
    height: 86px;
    position: absolute;
    right: 50%;
    left: 0;
    top: 5%;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.nav-rt-div:after {
    content: "";
    background: url(../images/contact-form-af.png);
    background-size: 64%;
    background-position: center;
    background-repeat: no-repeat;
    width: 297px;
    height: 297px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.nav-br {
    padding: 0 35px;
}

.nav-rt-div {}

.nav-rt-div .cntct-frm-div-txt {
    padding: 0 25px;
    position: relative;
}
.nav-rt-div .cntct-frm-div-txt:after {
    content: '';
    background: url(../images/testi-bf.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25%;
    width: 152px;
    height: 135px;
    top: -50px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.nav-rt-div .cntct-form-div {
    padding: 30px 20px;
    margin-left: 30px;
    width: 55%;
    background: transparent;
}
span.butn-nav {
    float: right;
    border-radius: 60%;
    background: #faaf40;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header {
    margin: 0px;
    padding: 20px 30px;
    float: left;
    width: 100%;
    position: absolute;
    z-index:1;
}


.sidenav {
  /* height: 100%; */
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  /* background-color: #fff; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
}

.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

.sidenav a:hover {
  color: #faaf40;
}

.sidenav a.active {
  color: #faaf40;
}

.sidenav .closebtn {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: 0;
  color: #fff;
}




nav.navbar.navbar-default {
    background: transparent;
    border: none;
    margin: 0px;
}
.navbar-header a.navbar-brand {
    height: auto;
    padding: 0;
    line-height: normal;
}

.logo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}
ul.nav.navbar-nav li a{
    color: #fff7f7;
}

/*Navbar End*/

section{
    float: left;
    width: 100%;
}

.main-banner:before {
    content: '';
    position: absolute;
    left: 60px;
    top: 100px;
    background: url(../images/banner-left-spc.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    width: 179px;
    height: 109px;
     -webkit-animation: ufo 8s linear infinite;
    -moz-animation: ufo 8s linear infinite;
    animation: ufo 8s linear infinite;
}

@-webkit-keyframes ufo {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-15deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes ufo {
    0% {
        -moz-transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate15deg)
    }
    50% {
        -moz-transform: rotate(0deg)
    }
    75% {
        -moz-transform: rotate(-15deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-ms-keyframes ufo {
    0% {
        -ms-transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(15deg)
    }
    50% {
        -ms-transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-15deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@-o-keyframes ufo {
    0% {
        -o-transform: rotate(0deg)
    }
    25% {
        -o-transform: rotate(15deg)
    }
    50% {
        -o-transform: rotate(0deg)
    }
    75% {
        -o-transform: rotate(-15deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes ufo {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(15deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-15deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.main-banner:after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -140px;
    background: url(../images/banner-rht-spc.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    width: 543px;
    height: 589px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

@-webkit-keyframes asteroid {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes asteroid {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes asteroid {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes asteroid {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes asteroid {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


.main-banner{
    background: url(../images/main-banner.jpg);
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 840px;
    height:840px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index:0;
}


.bnr-hd-txt h1{
    font-size:100px;
    font-weight:bold;
    text-transform: uppercase;
    color: #ffd200;
    
}
.bnr-hd-txt {
    text-align: center;
}

@supports (-webkit-text-stroke: 1px black) {
 .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #ffd200;
  }
}

.bnr-hd-txt h3{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}

.bnr-hd-txt p {
    color: #fff;
    padding-top: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}


.othr-aft {
    position: relative;
}
.othr-aft:after{
   content: '';
   position: absolute;
   right: -185px;
   bottom: -78px;
   background: url(../images/banner-rht-pr.png);
   background-size: contain;
   background-position: center left;
   background-repeat: no-repeat;
   width: 291px;
   height: 253px;
   z-index: 1;
   animation: updown2 3s ease-in-out infinite;
}
@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}

.btn-order{
  background: rgb(250, 175, 64);
  box-shadow: 0 0 0 0 transparent;
  padding: 15px 35px;
  transition: all .3s ease-in-out;
  color: #fff;
  border-radius: 24px;
  text-transform: uppercase;
  margin-right: 25px;
}
.bnr-btn {
    margin-top: 50px;
}
.btn-chat{
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 0 transparent;
  padding: 15px 35px;
  transition: all .3s ease-in-out;
  color: #000;
  border-radius: 24px;
  text-transform: uppercase;

}
.btn-order:hover{
    background: rgb(255, 255, 255);;
    box-shadow: 0px 18px 21px 0px rgba(0, 0, 0, 0.18);
    color: #000;
}
.btn-chat:hover{
    background: rgb(250, 175, 64);
    color: #fff;
    box-shadow: 0px 18px 21px 0px rgba(0, 0, 0, 0.18);
}


/*company-logo*/

.company-logo img {
    width: 100%;
}
section.cmp-logo {
    background: #f6f6f6;
}


/*explainer-videos*/
.explain-videos{
    padding: 50px 0;
    position: relative; 
}

.explain-videos:before{
    content:'';
    background: url(../images/exp-bf.png);
    background-size: contain;
    position: absolute;
    left:0;
    top:100;
    background-position: left;
    background-repeat: no-repeat;
    width: 217px;
    height:118px;
     -webkit-animation: ufo2 8s linear infinite;
    -moz-animation: ufo2 8s linear infinite;
    animation: ufo2 8s linear infinite;

}

@-webkit-keyframes ufo2 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(-5deg)
    }
    50% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-15deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes ufo2 {
    0% {
        -moz-transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(-5deg)
    }
    50% {
        -moz-transform: rotate(0deg)
    }
    75% {
        -moz-transform: rotate(-15deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-ms-keyframes ufo2 {
    0% {
        -ms-transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(-5deg)
    }
    50% {
        -ms-transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-15deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@-o-keyframes ufo2 {
    0% {
        -o-transform: rotate(0deg)
    }
    25% {
        -o-transform: rotate(-5deg)
    }
    50% {
        -o-transform: rotate(0deg)
    }
    75% {
        -o-transform: rotate(-15deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes ufo2 {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(-5deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-15deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.explain-videos:after{
    content:'';
    background: url(../images/exp-af.png);
    background-size: contain;
    position: absolute;
    right:0;
    bottom:-10px;
    background-position: left;
    background-repeat: no-repeat;
    width: 270px;
     animation: updown2 2s ease-in-out infinite;
    height:361px;

}

.hd-txt {
    position: relative;
    padding: 0px 0 50px;
    text-align: center;
}
.hd-txt h2 span {
    font-size: 14px;
    position: relative;
    padding-right: 60px;
    text-transform: uppercase;
}
.hd-txt h2{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.hd-txt h2 span:after {
    content: '';
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 38px;
    bottom: 4px;
}


.exp-circle {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 60%;
    box-shadow: 0px 55px 36px 0px transparent;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 60px;
}
.explainer-div{
    text-align: center;
    position: relative;
  
}
.exp-para-btn {
    padding-top: 50px;
    opacity: 0;
      opacity: 1;
}

.exp-para-btn p {
    min-height: 130px;
}
.exp-para-btn a {
    margin: 0;
}
.exp-txt {
    background: transparent;
    min-height: 170px;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: -60px;
}
.explainer-div:hover .exp-txt{
    background: #f2fafc;
}
.explainer-div:hover .exp-para-btn{
    opacity: 1;
}




/*portfolio*/

.portfolio-sec{
    position:relative;
    padding: 50px 0;
    background: url(../images/port-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:0;
    background-attachment: fixed;
}
.portfolio-sec:before {
    content: '';
    background: url(../images/port-bf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 198px;
    width: 198px;
    position: absolute;
    left: 13%;
    z-index: 1;
    top: 11%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
    mix-blend-mode:overlay;
}


.portfolio-sec .hd-txt {
    color: #fff;
}

.portfolio-sec .hd-txt span {position: relative;right: 50px;}


.portfolio-sec .hd-txt span:after {
    background: #fff;
}

.port-img img {
    width: 100%;
    border-radius: 8px;
}

.port-img {
    padding: 10px 0px;
}

.port-slider {padding-top: 110px;}

.portfolio-sec ul#nav-tabs-wrapper li.active a, .portfolio-sec ul#nav-tabs-wrapper li:hover a, .portfolio-sec ul#nav-tabs-wrapper li:focus a {
    background: transparent;
    color: #000;
    border: 0;
}
.portfolio-sec ul#nav-tabs-wrapper li a {
    color: #fff;
    border: 0;
}
.portfolio-sec ul#nav-tabs-wrapper {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.portfolio-slider.slick-initialized.slick-slider {
    transition:all .5s ease-in-out;
}

.portfolio-slider .slick-current.slick-active {
}

.portfolio-slider .slick-current.slick-active .port-img img {
    border: 10px solid #fff;
    box-shadow: 0px 40px 20px 0px rgba(0, 0, 0, 0.08);
    width: 115%;
    position: relative;
    left: -30px;
    top: 0;
    padding-top: 0;
    filter: none;
}

.portfolio-sec .box-content {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    bottom: 0;
    left: 29px;
    background: #00000036;
    right: 0;
    width: 93%;
    height: 89%;
    visibility: hidden;
}
.portfolio-slider .slick-current.slick-active:hover .box-content,
.portfolio-slider .slick-current.slick-active:hover .box-content i.fa.fa-play {
    visibility: visible;
}
.portfolio-sec .port-img {
    position: relative;
}

.portfolio-sec .box-content i.fa.fa-play {
    font-size: 40px;
    color: #e8ddd4;
    visibility: hidden;
    border-radius: 60%;
    background: #a27953;
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.portfolio-slider .slick-current.slick-active .port-img {
    padding-top: 0;
}

.portfolio-slider .slick-next:before {
    font-style: normal;
    font-size: 3rem;
    content: "\f054" ;
    font-family: 'FontAwesome';
    position: relative;
    right: -2px;
}
.portfolio-slider .slick-prev:before{
    font-style: normal;
    font-size: 30px;
    content: "\f053" ;
    font-family: 'FontAwesome';
    position: relative;
    left: -2px;
}
.portfolio-slider .slick-next {
    right: 33.7%;
    background: #a27953;
    width: 50px;
    height: 50px;
    border-radius: 60%;
}
.portfolio-slider  .slick-prev {
    left: 34%;
    background: #a27953;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    z-index: 1;
}
.portfolio-slider .slick-prev:hover, .portfolio-slider .slick-next:hover {
    background: #040489;
}
.portfolio-slider  .slick-slide.slick-active img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);

}
.hd-txt2 h2{
    text-transform: uppercase;
    font-size:40px;
    font-weight: bold;
}
.hd-txt2{
    text-align: left;
    color: #fff;

}

.cta-sec{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.cta-col-div{
    display: flex;
    align-items: center;
}
.cta-bg-1:after{
    content:'';
    background: url(../images/cta-af1.png);
    background-size: contain;
    position: absolute;
    right:100px;
    bottom:-7px;
    background-position: left;
    background-repeat: no-repeat;
    width: 175px;
    animation: updown2 3s ease-in-out infinite;
    height:234px;

}
.cta-bg-1{
    background: url(../images/cta-bg1.jpg);
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

.cta-bg-2:after{
    content:'';
    background: url(../images/cta-af2.png);
    background-size: contain;
    position: absolute;
    right:100px;
    bottom:-7px;
    background-position: left;
    background-repeat: no-repeat;
    width: 197px;
    animation: updown2 3s ease-in-out infinite;
    height:195px;

}
.cta-bg-2{
    background: url(../images/cta-bg2.jpg);
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment: fixed;
}
.btn-tel {
    background: transparent;
    box-shadow: 0 0 0 0 transparent;
    padding: 15px 35px;
    transition: all .3s ease-in-out;
    color: #fff;
    border-radius: 24px;
    text-transform: uppercase;
    margin-left: 25px;
    border: 1px solid;
}

.btn-tel:hover {
    background: #faaf40;
    border-color: #faaf40;
    color: #fff;
}

/*business*/

.card-container {
    cursor: pointer;
    height: 150px;
    perspective: 600;
    position: relative;
    width: 150px;
}
.card {
    /* height: 100%; */
  /* position: absolute; */
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;/* width: 100%; */
}
.card:hover {
    transform: rotateY(180deg);
}
.card .side {
    backface-visibility: hidden;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    right: 0;
}
.card .back {
    background: transparent;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    transform: rotateY(180deg);
    padding: 0px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card .back p {
    font-size: 12px;
}


.business-sec {
    padding: 50px 0;
    position: relative;
}
.business-sec:before {
    background: url(../images/bus-bf.png);
    width: 179px;
    height: 180px;
    content: '';
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: updown 3s ease-in-out infinite;
}
 @keyframes updown {
  0%,
  100% {
    transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 40px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}
.bus-img1{
    background: url(../images/business-img-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bus-img2{
    background: url(../images/business-img-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bus-img3{
    background: url(../images/business-img-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bus-img4{
    background: url(../images/business-img-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.business-div h4 {
    padding: 50px 0 30px;
    text-transform: uppercase;
    color: #fff;
}

.business-div {
    text-align: center;
    color: #fff;
}
.business-sec .hd-txt h2 span {
    position: relative;
    right: 40px;
}
.business-sec .hd-txt h2 span:after {
    content: '';
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 180px;
    bottom: 4px;
}

.business-div img {margin-bottom: 30px;}

.business-div p {
    padding: 20px 20px 70px;
}
.bus-txt {
    opacity: 0;
}

.flip-card {
  background-color: transparent;
  /* width: 300px; */
  height: 390px;
  min-height: 390px;
  /* perspective: 1000px; */
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
   width: 100%; 
   height: 100%; 
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;

}
.bus-img1 .flip-card-back {
    background-color: rgba(79, 54, 167, 0.71)
}
.bus-img2 .flip-card-back {
    background-color: rgba(35, 139, 228, 0.71);

}
.bus-img3 .flip-card-back {
    background-color: rgb(255, 61, 98, 0.71);

}
.bus-img4 .flip-card-back {
    background-color: rgb(255, 187, 41, 0.71);

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #bbb; */
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}



/*process*/
.exp-circle.pro-circle {
    margin: auto;
    width: 150px;
    height: 150px;
}

.process-div ul {
    padding: 0;
    display: inline-flex;
}

.exp-circle.pro-circle img {
    filter: grayscale(1);
    -moz-filter: grayscale(100%);

}

.process-txt {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.process-div ul li {
    list-style: none;
    width: 20%;
}

.process-div {
    margin-left: 0;
    padding-top: 170px;
}
section.process-sec {
    padding: 70px 0;
    background: url(../images/process-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.process-icon-txt {
    opacity: 0;
    transform: translateY(0px);
}
.process-txt:before{
    content:'';
    transform: translateY(0px);
}
.process-txt .pro-num {
    transform: translateY(0px);
    background: #444444;
    display: table;
    margin: auto;
    border-radius: 60%;
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-txt .process-p-st {
    transform: translateY(0px);
    color: #444444;
}

.process-txt.active:before {
    content: '';
    background: url(../images/process-icon-af.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 400px;
    height: 380px;
    position: absolute;
    left: -45px;
    right: 0;
    top: -170px;
    margin: auto;
    display: table;
    transition-duration: 1s;
    transition-delay: 0s;
    transform: translateY(-170px);
    -webkit-animation: ufo3 8s linear infinite;
    -moz-animation: ufo3 8s linear infinite;
    animation: ufo3 8s linear infinite;
}


@keyframes ufo3 {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(5deg)
    }
    50% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.process-txt.active .process-icon-txt {
    opacity: 1;
    transform: translateY(-35px);
    transition-duration: 1s;
    transition-delay: 0s;
}
.pro-num {}

.process-txt .pro-num p {
    font-size: 12px;
    font-weight: 600;
    transition-duration: 1s;
    transition-delay: 0s;
}
.process-txt.active {}

.process-txt.active .pro-num, .process-txt.active .process-p-st {
    transform: translateY(-100px);
}

.process-txt.active .pro-num {
    background: #0606bc;
}
.process-txt.active .process-p-st {
    color: #0606bc;   
}

.process-txt .process-p-st {
    color: #444;
    transition-duration: 1s;
    transition-delay: 0s;
    font-weight: 600;
}
.process-icon-txt p {
    padding-top: 50px;
    text-align: center;
}



/*tesitmonial*/

.testimonial-sec{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.testi-img img {
    width: 100%;
}
.testimonial-sec:before {
    content: '';
    background: url(../images/testi-bf.png);
    width: 152px;
    height: 135px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 16%;
    position: absolute;
    top: 11%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.testimonial-sec:after {
    content: '';
    background: url(../images/testi-af.png);
    width: 218px;
    height: 269px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    position: absolute;
    top: 0;
    bottom: 35%;
    margin: auto;
    animation: slide3 8s ease-in-out infinite;
}
@keyframes slide3 {
      0%,
      100% {
      transform: translate(0, 0);
      }

      50% {
      transform: translate(40px, 0);
      }
  }
.testi-txt {
    background: #fdf6eb;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
}

.testi-box .col-sm-12 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testi-hd {
    padding: 0 20px 20px;
}
.testi-box{
    float: left;
    width: 100%;
}

.testimonial-sec .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonial-sec .slick-dots li.slick-active button {
    background-color: #faaf40;
}

.testimonial-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testimonial-sec .slick-dots li button {
    background-color: #ccc;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.testimonial-sec .slick-next:hover{
    background: #0606bc;
}
.testimonial-sec .slick-prev:hover{
    background: #faaf40;
}
.testimonial-sec .slick-next {
    right: -85px;
    background: #faaf40;
    width: 100px;
    height: 100px;
    top: 66.7%;
}
.testimonial-sec .slick-prev {
    left: -85px;
    background: #0606bc;
    width: 100px;
    height: 100px;
    top: 66.7%;
}
.testimonial-sec .slick-next:before {
    font-style: normal;
    font-size: 3rem;
    content: "\f054";
    font-family: 'FontAwesome';
    position: relative;
    right: -2px;
}
.testimonial-sec .slick-prev:before {
    font-style: normal;
    font-size: 30px;
    content: "\f053";
    font-family: 'FontAwesome';
    position: relative;
    left: -2px;
}
.testimonial-sec .hd-txt h2 span {
    position: relative;
    right: 25px;
}
.testimonial-sec .hd-txt h2 span:after {
    content: '';
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 95px;
    bottom: 4px;
}


/*digital-industry*/


.digital-sec{
    padding: 50px 0;
}
.digi-indus img:hover {
    filter: grayscale(00%) contrast(100%) brightness(100%) url(#duotone);
}
.digi-indus img {
    margin: 0 38px;
    text-align: center;
    filter: grayscale(100%) contrast(20%) brightness(100%) url(#duotone);
}
section.digital-sec .hd-txt p {
    text-align: right;
    position: relative;
    right: 150px;
    top: 23px;
}

section.digital-sec  .hd-txt {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

section.digital-sec .hd-txt p:before {content: '';background: #222;width: 28px;height: 2px;position: absolute;right: -40px;top: 10px;}


/*footer*/

.footer-sec{
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #222222;
    position:relative;
    overflow: hidden;
}
.footer-sec:before{
    content:'';
    background: url(../images/ftr-circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 243px;
    width: 243px;
    position:absolute;
    left: 50px;
    right: 0;
    bottom: -80px;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.ul-footer {
    display: inline-flex;
    justify-content: center;
    padding-top: 43px;
}


.ul-footer  ul:nth-child(1) {
    padding: 0 0 0 20px;
}
.left-footer p {
    padding: 40px 0;
    color: #666666;
}

.right-footer h4 {
    padding-top: 30px;
    color: #faaf40;
}
.left-footer {
    padding: 0 70px 0 0;
}

.right-footer {
    padding-left: 60px;
}

p.reserve-txt {
    padding-top: 60px;
    color: #666666;
}
.ul-footer li a {
    color: #666666;
    line-height: 25px;
}







/*pricing-page*/

.pricing-bnr{
    background: url(../images/price-bnr.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    min-height: 620px;
    height:620px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pricing-bnr .bnr-hd-txt p {
    text-transform: uppercase;
}
.pricing-bnr .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #1d5b21;
}
.pricing-bnr:before {
    position: absolute;
    left: 10%;
    bottom: -10%;
    content: '';
    background: url(../images/price-b-cir.png);
    width: 349px;
    height: 349px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.othr-pri-aft{position:relative;}
.othr-pri-aft:before{
    content: '';
    position: absolute;
    left: 0px;
    background: url(../images/price-space.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 138px;
    height:88px;
    -webkit-animation: ufo2 9s linear infinite;
    -moz-animation: ufo2 9s linear infinite;
    animation: ufo2 9s linear infinite;
}
.othr-pri-aft:after {
    content: '';
    position: absolute;
    right: 18%;
    background: url(../images/pric-rock.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 97px;
    height: 85px;
    animation: updown2 3s ease-in-out infinite;
}

.pricing-bnr:after {
    position: absolute;
    right: 15%;
    content: '';
    background: url(../images/pri-cir.png);
    width: 233px;
    height: 233px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
    top: 20%;
}

.pack-r1clr ul li::before,
.pack-r1clr .fa-check,
.pack-r1clr h3,
.pack-l1clr span {
    color: #04a0b0;
}

.pack-l1clr .price-btn {
    background: #04a0b0;
}
.price-lft-box.pack-l1clr{
    border-color: #04a0b0;
}
.pack-l1clr:before {
    content: '';
    background: url(../images/pack-1cir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 273px;
    height: 273px;
    z-index:-1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.packages-sec{
    padding: 50px 0;
    position: relative;
}

.price-lft-box {
    border: 1px solid;
    border-radius: 14px;
    padding: 10px 40px;
    text-align: center;
    position: relative;
    background: #fff;
}

.price-lft-box h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #434343;
    padding-bottom: 3px;
    padding-top: 20px;
}

.price-lft-box h5 {
    font-size: 16px;
    color: #989898;
    font-weight: 500;
    text-decoration: line-through;
}

.price-lft-box span {
    font-size: 50px;
    font-weight: bold;
   
}
.price-inner-img img{
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.price-inner-img{
    background: url("../images/pack-1inner.png");
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.price-btn {
    box-shadow: 0px 18px 21px 0px rgba(0, 0, 0, 0.18);
    margin: 0;
}

.price-chat-tel {padding: 40px 0 5px;}

.price-tel {
    color: #565656;
    margin-right: 30px;
}
.price-chat {
    text-transform: uppercase;
    color: #faaf40;
}
.price-rt-box h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #04a0b0;
    font-weight: bold;
}

.price-rt-box {
    padding-left: 30px;
}

.price-rt-box ul {
    padding-left: 20px;
    padding-top: 10px;
    list-style: none;
}

.price-rt-box ul li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0 8px;
    color: #222222;
    font-size: 14px;
}

.price-rt-box ul li span {
    float: right;
}

.price-rt-box ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1.3em;
    margin-left: -1.3em;
}

.pck-2 .price-rt-box {
    padding-left: 0;
    padding-right: 30px;
}

.pck-2, .pck-3 {
    padding-top: 60px;
}

.pack-r2clr ul li::before,
.pack-r2clr .fa-check,
.pack-r2clr h3,
.pack-l2clr span {
    color: #ee1c8e;
}

.pack-l2clr .price-btn {
    background: #ee1c8e;
}
.price-lft-box.pack-l2clr{
    border-color: #ee1c8e;
}

.pack-l2clr .price-inner-img{
    background: url("../images/pack-2inner.png");
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    
}
.pack-l2clr:before {
    content: '';
    background: url(../images/pack-2cir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -50%;
    bottom: 0;
    width: 271px;
    height: 271px;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.pack-l3clr .price-inner-img{
    background: url("../images/pack-3inner.png");
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pack-l3clr:before {
    content: '';
    background: url(../images/pack-3cir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 272px;
    height: 272px;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}




.pack-r3clr ul li::before,
.pack-r3clr .fa-check,
.pack-r3clr h3,
.pack-l3clr span {
    color: #922de8;
}

.pack-l3clr .price-btn {
    background: #922de8;
}
.price-lft-box.pack-l3clr{
    border-color: #922de8;
}



.plans-sec{
    padding: 50px 0 40px;
    background: url(../images/plan-bg.jpg);
    position: relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}



.plans-box:hover img{
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.plans-box h4 {
    color: #fff;
    padding: 16px 0;
    text-transform: uppercase;
}

.plans-box {
    background: #393939;
    padding: 23px;
    border-radius: 12px;
    margin-bottom: 30px;
    cursor: pointer;
}

.plans-box p {
    color: #666666;
    min-height: 110px;
}

.plans-sec .hd-txt {
    color: #fff;
}

.plans-sec .hd-txt span:after {
    background: #fff;
}


@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}



/*pricing-page*/






/*process-page*/

.process-bnr{
    background: url(../images/process-main-bg.jpg);
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 620px;
    height:620px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.process-bnr .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #a73131;
}

.othr-pro-aft{position: relative;}
.process-bnr:before {
    content: "";
    background: url(../images/process-bf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 173px;
    height: 140px;
    right: 30%;
    margin: auto;
    animation: slide2 13s ease-in-out infinite;
}
.process-bnr:after {
    content: "";
    background: url(../images/process-af.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    bottom: 60px;
    width: 186px;
    height: 186px;
    right: 0%;
    margin: auto;
    animation: updown2 3s ease-in-out infinite;
}

@keyframes slide2 {
      0%,
      100% {
      transform: translate(0, 0);
      }

      50% {
      transform: translate(70px, 0);
      }
  }

.process-main-sec{
    position: relative;
    padding: 50px 0;
    background: linear-gradient(209deg,#002ee9b8 25%,#7bf7fc 92%)
}

.process-m-txt {
    padding: 10px 10px;
    width: 68%;
    position: relative;
}
.pr-m-t-2:before{
    content: '';
    background: url(../images/process-2-img.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    height:88px;
    width:88px;
    position:absolute;
    left: -105px;
    bottom:0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.pr-m-t-5:before{
    content: '';
    background: url(../images/process-4-img.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    height:134px;
    width:134px;
    position:absolute;
    right: -38%;
    bottom: 30px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.pr-m-t-6:before{
    content: '';
    background: url(../images/process-6-img.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    height:205px;
    width:205px;
    position:absolute;
    left: -72%;
    bottom: -35px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.pr-m-t-7:before{
    content: '';
    background: url(../images/process-7-img.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:contain;
    height:195px;
    width:150px;
    position:absolute;
    left: -42%;
    bottom: 30%;
   
}

.pro-main-div-af {
    clear: both;
    background: url(../images/process-line.png);
    background-size: 83%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 1047px;
}

.pr-m-t-1 {
    margin-top: 35px;
}

.pro-m1-img img {
    margin-top: 35px;
}

.process-m-txt h5 {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.process-m-txt.pr-m-t-2 {
    margin-left: 150px;
    width: 66%;
}
.pro-m2-img {
    margin-top: 130px;
    text-align: center;
}
.pr-m-t-3 {
    top: 35px;
    left: -40px;
}

.pro-m3-img {
    margin-top: 170px;
}

.pro-m3-img img {text-align: center;margin: 0 auto;display: table;}

.process-m-txt.pr-m-t-4 {
    width: 100%;
    text-align: right;
    padding-left: 35%;
    margin-top: 55px;
    left: 60px;
}

.process-m-txt.pr-m-t-6 {
    margin-left: 50%;
    margin-top: 48px;
}

.process-m-txt.pr-m-t-7 {
    margin-left: 130px;
    margin-top: 38px;
}
.pro-main-div-af:after {
/*    background: url(../images/process-rockt.png);
    width: 95px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 11%;
    content: '';
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: 23%;
    margin: auto;*/
    
}
.pro-main-div-af img.anim{
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

/*process-page*/


/*portfolio-page*/

.portfolio-bnr{
    background: url(../images/port-bnr.jpg);
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 620px;
    height:620px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.portfolio-bnr .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #a11d42;
}


.portfolio-bnr:before {
    content: "";
    background: url(../images/portfolio-bf-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin: auto;
    width: 96px;
    height: 96px;
    animation: updown2 3s ease-in-out infinite;
    right: 58%;
    bottom: 15%;
}

.portfolio-bnr:after {
    content: "";
    background: url(../images/portfolio-af-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 105px;
    height: 108px;
    margin: auto;
    animation: slide2 13s ease-in-out infinite;
    left: 50%;
}
.othr-port-aft{position: relative;}
.othr-port-aft:before{
    content: "";
    background: url(../images/portfolio-txt-bf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -30%;
    width: 323px;
    height: 290px;
    margin: auto;
    -webkit-animation: ufo3 8s linear infinite;
    -moz-animation: ufo3 8s linear infinite;
    animation: ufo3 8s linear infinite;
    left: 0%;
}

.main-portfolio-sec{
    padding: 50px 0;
}


.main-portfolio-sec ul#nav-tabs-wrapper li.active a, .main-portfolio-sec ul#nav-tabs-wrapper li:hover a, .main-portfolio-sec ul#nav-tabs-wrapper li:focus a {
    background: transparent;
    color: #faaf40;
    border: 0;
}
.main-portfolio-sec ul#nav-tabs-wrapper li a {
    color: #222;
    border: 0;
}
.main-portfolio-sec ul#nav-tabs-wrapper {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.main-port-img img {
    /* width: 90%; */
    height: 270px;
    width: 100%;
    transform: rotateY(34deg);
    padding-top: 30px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
}
.main-port-img {
    perspective: 600px;
    transition: all .4s ease-in-out;
}

.main-portfolio-slider {}

.main-portfolio-slider .slick-list{
    height: 365px;
}

.main-portfolio-slider .slick-slide.slick-current+.slick-slide.slick-active .main-port-img img, .main-portfolio-slider .slick-slide.slick-current+.slick-slide.slick-active+.slick-slide.slick-active .main-port-img img {
    transform: rotateY(-47deg);
    left: 21px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
}
.main-portfolio-slider .slick-slide.slick-current+.slick-slide.slick-active+.slick-slide.slick-active .main-port-img img {
    margin-left: -22px;
}
.main-portfolio-slider .slick-slide.slick-current .main-port-img img {
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transform: scale(1.4);
}
.main-portfolio-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.main-portfolio-slider .slick-dots li.slick-active button {
    background-color: #faaf40;
}

.main-portfolio-slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.main-portfolio-slider .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.main-portfolio-slider  .box-content {
    width: 300px;
    height: 323px;
    position: absolute;
    left: -43px;
    right: 0;
    margin: auto;
    top: 0;
    background: #00000069;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.main-portfolio-slider  i.fa.fa-play {
    color: #fff;
    font-size: 30px;
    border: 1px solid #da9a3c;
    padding: 0;
    border-radius: 60%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    background: #da9a3c;
    justify-content: center;
    visibility: hidden;
}

.main-portfolio-slider .slick-slide.slick-current:hover .box-content, .main-portfolio-slider .slick-slide.slick-current:hover i.fa.fa-play{
    visibility: visible;
}
/*portfolio-page*/



/*contact-page*/
.contact-bnr{
    background: url(../images/contact-bnr.png);
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 620px;
    height:620px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-bnr .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #4a0d64;
}

.contact-bnr:before {
    content: "";
    background: url(../images/contact-bf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10%;
    margin: auto;
    width: 183px;
    height: 177px;
    bottom: 20%;
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.contact-bnr:after {
    content: "";
    background: url(../images/contact-af.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    margin: auto;
    width: 113px;
    height: 110px;
    top: 15%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.othr-cntct-aft{position: relative;}
.othr-cntct-aft:before {
    position: absolute;
    background: url(../images/cntct-af-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 122px;
    height: 125px;
    content: "";
    left: 5%;
    top: 100%;
    animation: updown2 3s ease-in-out infinite;
}
.othr-cntct-aft:after {
    position: absolute;
    background: url(../images/cntct-af-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 174px;
    height: 174px;
    content: "";
    right: 0%;
    bottom: 0%;
    animation: updown2 3s ease-in-out infinite;
}


.contact-form {
    padding: 50px 0 285px;
    position: relative;
    z-index:0;
}

.cntct-inner {
    position: relative;
    background: url(../images/contact-inner-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    box-shadow: 0px 10px 50px 0px rgba(10, 2, 121, 0.3);
    border-radius: 14px;
    height: 400px;
    min-height: 400px;
}
.cntct-inner:after {
    content: '';
    position: absolute;
    right: -15%;
    top: -15%;
    background: url(../images/contact-form-af.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 297px;
    height: 297px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.cntct-inner .detail p {
    color: #faaf40;
    text-transform: capitalize;
}

.cntct-inner .detail h5, .cntct-inner .detail a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
}

.contact-lft-txt h3 {
    color: #faaf40;
}

.cntct-inner .detail {
    padding: 30px 0;
}
.cntct-form-div .control-group input {
    width: 100%;
}
.cntct-form-div label {
    font-size: 12px;
    color: #222;
    font-weight: 400;
    position: relative;
    top: 14px;
    /* transform: translateY(25px); */
    margin-left: 10px;
    background: #fff;
    padding: 0 15px;
}
.cntct-form-div .control-group textarea {
    border: 1px solid #bbbbbb;
    padding: 13px 10px;
    height: 110px;
    color: #000;
}
.cntct-form-div .control-group input {
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    color: #000;
}
.cntct-form-div {
    float: left;
    width: 100%;
    border-radius: 14px;
    padding: 30px 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(10, 2, 121, 0.3);
    position: relative;
    z-index:1;
}

.cntct-form-div .control-group {
    padding-bottom: 8px;
}

.cntct-form-div p {
    padding-left: 15px;
    color: #faaf40;
}

.cntct-frm-div-txt h3 {
    color: #faaf40;
    padding-bottom: 28px;
}
.cntct-form-div .btn.btn-order.submit-btn {
    border: 0;
    display: table;
    width: auto;
    padding: 15px 35px;
    border-radius: 24px;
    float: right;
    margin: 25px 0 0 0;
}

/*contact-page*/













/*modal-popup*/
  .modal-dialog {
      width: 960px;
      margin: 30px auto;
      /* position: absolute; */
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0;
      transform: translate(0, 0);
  }
  .modal-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: transparent;
      background-clip: padding-box;
      border: 0;
      border-radius: 0;
      outline: 0;
      -webkit-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
  }

  /*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/

  /** {
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
  }*/

  /*body, html {
    height: 100%;
    font-family: Montserrat-Regular, sans-serif;
  }*/

  /*---------------------------------------------*/
  #myModal a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    color: #faaf40;
    text-decoration: underline !important;
  }
  .modal-body .cntct-form-div h3, .modal-body .cntct-form-div p {
    text-align: center;
}
.modal-body .cntct-form-div .btn.btn-order.submit-btn {
    margin-top: 10px;
}

  #myModal a:focus {
    outline: none !important;
  }

  #myModal a:hover {
    text-decoration: none;
    color: #faaf40;
  }

  /*---------------------------------------------*/
  #myModal h1,#myModal h2,#myModal h3,#myModal h4,#myModal h5,#myModal h6 {
    margin: 0px;
  }

  #myModal p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
  }

  #myModal ul, #myModal li {
    margin: 0px;
    list-style-type: none;
  }


  /*---------------------------------------------*/


  #myModal textarea:focus, #myModal input:focus {
    border-color: transparent !important;
  }

  #myModal input:focus::-webkit-input-placeholder { color:transparent; }
  #myModal input:focus:-moz-placeholder { color:transparent; }
  #myModal input:focus::-moz-placeholder { color:transparent; }
  #myModal input:focus:-ms-input-placeholder { color:transparent; }

  #myModal textarea:focus::-webkit-input-placeholder { color:transparent; }
  #myModal textarea:focus:-moz-placeholder { color:transparent; }
  #myModal textarea:focus::-moz-placeholder { color:transparent; }
  #myModal textarea:focus:-ms-input-placeholder { color:transparent; }

  #myModal input::-webkit-input-placeholder { color: #aaaaaa; }
  #myModal input:-moz-placeholder { color: #aaaaaa; }
  #myModal input::-moz-placeholder { color: #aaaaaa; }
  #myModal input:-ms-input-placeholder { color: #aaaaaa; }

  #myModal textarea::-webkit-input-placeholder { color: #aaaaaa; }
  #myModal textarea:-moz-placeholder { color: #aaaaaa; }
  #myModal textarea::-moz-placeholder { color: #aaaaaa; }
  #myModal #myModal textarea:-ms-input-placeholder { color: #aaaaaa; }

  /*---------------------------------------------*/
  #myModal .close {
      outline: none !important;
      border: none;
      background: transparent;
      /*position: relative;*/
      position:absolute;
      z-index: 9999;
      display: block;
      top: -5px;
      width: auto;
      margin: 0 auto;
      border: 1px soli;
      /*left: 485px;*/
      right: -30px;
      opacity: 1;
      text-shadow: 0 0 0 transparent;
      color: #fff;
      border: none;
      /* width: 100%; */
      /* background-color: #2c292a; */
      /* height: 56px; */
  }
  #myModal button {
      outline: none !important;
      border: none;
      background: transparent;
      position: relative;
      z-index: 9999;
      display: block;
      width: 79%;
      margin: 0 auto;

  }
  #myModal button:hover {
    cursor: pointer;
  }

  #myModal iframe {
    border: none !important;
  }




  /*//////////////////////////////////////////////////////////////////
  [ Contact ]*/

  #myModal .bg-contact100 {
    width: 100%;  
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #myModal .container-contact100 {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 80px 0 15px;
    background: transparent;
  }


  #myModal .wrap-contact100 {
      width: 775px;
      background: transparent;
      border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0px 0px 0px 0px;
      position:relative;
  }

  .contact100-pic11 {
    position: relative;
}
.contact100-pic11:before {
    content: "";
    position: absolute;
    right: -25%;
    top: -50px;
    background: url(../images/pop-up-bf.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 146px;
    height: 89px;
    z-index:3;
    -webkit-animation: ufo3 8s linear infinite;
    -moz-animation: ufo3 8s linear infinite;
    animation: ufo3 8s linear infinite;
}

.contact100-pic11:after {
    content: "";
    position: absolute;
    right: 0%;
    left: 0px;
    margin: auto;
    bottom: 0px;
    background: url(../images/pop-up-rockt.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 141px;
    height: 145px;
    animation: updown2 3s ease-in-out infinite;
}

.contact100-pic11 img {
    position: relative;
}
h4.mtxt-img-ovr {
    position: absolute;
    z-index: 1;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 24px;
    transform: rotate(-90deg);
    top: 22%;
    right: 33%;
    width: 100%;
}

h4.mtxt-img-ovr {}

h4.mtxt-img-ovr:before {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 2px;
    right: 55px;
    top: 20px;
    animation: slide3 3s ease-in-out infinite;
}
@keyframes slide2 {
      0%,
      100% {
      transform: translate(0, 0);
      }

      50% {
      transform: translate(3px, 0);
      }
  }
    

  /*------------------------------------------------------------------
  [  ]*/
  #myModal .contact100-pic {
    width: 310px;
    padding-top: 55px;
  }

  .contact100-pic img {
    max-width: 100%;
  }


  /*------------------------------------------------------------------
  [  ]*/

  .contact100-pic11.js-tilt11 img {
      width: 100%;
      margin: 0;
  }
  #myModal .contact100-form {
    width: 390px;
    padding-top: 30px;
  }

  #myModal .contact100-form-title {
    display: block;
    font-size: 44px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
  }

  #myModal input.input100 {
      height: 50px;
      border-radius: 4px;
      padding: 0 30px 0 60px;
  }
  /*
  #myModal input.input100[name="email"] {
    padding: 0 30px 0 54px;
  }*/

  #myModal textarea.input100 {
    min-height: 150px;
    border-radius: 4px;
    padding: 14px 30px;
  }

  /*---------------------------------------------*/
  #myModal .wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
  }

  #myModal .input100 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
  }


  /*------------------------------------------------------------------
  [ Focus ]*/
  #myModal .focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(255, 187, 102, 0.42);
  }

  #myModal .input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
  }

  @-webkit-keyframes anim-shadow {
    to {
      box-shadow: 0px 0px 60px 25px;
      opacity: 0;
    }
  }

  @keyframes anim-shadow {
    to {
      box-shadow: 0px 0px 60px 25px;
      opacity: 0;
    }
  }

  #myModal .symbol-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    color: #aaaaaa;
    font-size: 15px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  #myModal .input100:focus + .focus-input100 + .symbol-input100 {
    color: #846add;
    padding-left: 22px;
  }

  /*------------------------------------------------------------------
  [ Button ]*/
  #myModal .container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  }

  input[type=number] {
      -moz-appearance:textfield; /* Firefox */
  }

  #myModal .contact100-form-btn {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #ffbb00;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  #myModal .contact100-form-btn:hover {
    background: #000;
    color: #fb0;
  }

  /*------------------------------------------------------------------
  [ Responsive ]*/

  @media (max-width: 1200px) {
    #myModal .contact100-pic {
      width: 33.5%;
    }

    #myModal .contact100-form {
      width: 44%;
    }
  }

  @media (max-width: 992px) {
    #myModal .wrap-contact100 {
      padding: 110px 80px 157px 90px;
    }

    #myModal .contact100-pic {
      width: 35%;
    }

    #myModal .contact100-form {
      width: 55%;
    }
  }

  @media (max-width: 768px) {
    #myModal .wrap-contact100 {
      padding: 110px 80px 157px 80px;
    }

    #myModal .contact100-pic {
      display: none;
    }

    #myModal .contact100-form {
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    #myModal .wrap-contact100 {
      padding: 110px 15px 157px 15px;
    }

      #myModal .wrap-contact100 {
        padding: 50px 15px 50px 15px;
    }

    .modal-dialog {
      width: 370px;
      margin: 30px auto;
      /* position: absolute; */
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0;
      transform: translate(0, 0);
  }
  }


  /*------------------------------------------------------------------
  [ Alert validate ]*/

  #myModal .validate-input {
    position: relative;
  }
  .mfrm-btn-div {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myModal .mfrm-btn-div p {
    padding: 0;
    text-align:left;
}

  #myModal .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;

    font-family: Montserrat-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  #myModal .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
  }

  #myModal .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }

  @media (max-width: 992px) {
    #myModal .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }



  .close:after {
      content: "\f00d";
      font: normal normal normal 14px/1 FontAwesome;
      color: #fff;
      border: 0;
      box-shadow: 0 0 0 0 transparent;
      outline: 0;
      /* top: 175px; */
      display: block;
      /* position: relative; */
      /* display: flex; */
      /* align-items: center; */
      float: right;
      /* justify-content: center; */
      bottom: 0;
      z-index: 9999999999999999999999999999;
      /* width: 30%; */
      border: 0px solid;
      font-size: 20px;
      border-radius: 60px;
      height: 30px;
      width: 30px;
      padding-top: 5px;
      background: #faaf40;
      margin: 0 20px 0 0px;
  }

  .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      outline: 0;
      background-color: rgba(0, 0, 0, 0.7);
      margin: auto;
      width: 100%;
  }
  .modal-body .cntct-form-div {
    width: 65%;
    box-shadow: 0 0 0 0;
    position: initial;
    border-radius: 0;
    z-index: auto;
}

  .popup_head_mm {
    background-color: transparent;
}

.popup_head_mm_box1 {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #efa835;
    border-radius: 50px;
    right: 62px;
    top: 15px;
}

.popup_head_mm_box2 {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #43dd55;
    border-radius: 50px;
    right: 102px;
    top: 15px;
}


@media(max-width: 767px){
  .contact100-pic11.js-tilt11 img {
      display: none;
  }

  #myModal .contact100-form-title {
    text-align: center;
    font-size: 34px;
  }

  .popup_head_mm {
    width: 100%;
    left: 0;
  }

  #myModal input.input100 {
    height: 40px;
    border-radius: 4px;
    padding: 0 30px 0 60px;
  }


  #myModal textarea.input100 {
    min-height: 100px;
    border-radius: 4px;
    padding: 14px 30px;
  }

  #myModal .wrap-contact100 {
    padding: 50px 15px 20px 15px;
  }
}
/*modal-popup*/










.star {
        position: absolute;
      background: url(../images/sparkle.png) no-repeat;
      background-size: contain;
      overflow: hidden;
      opacity: 0.3;
}
.star-1 {
    width: 50px;
    height: 34px;
    top:110px;
    right: 15%;
}
.star-2 {
    width: 83px;
    height: 77px;
    top:18px;
    right: 15%;
    }
.star-3 {
    width: 74px;
    height: 70px;
    top: 90px;
    left: 200px;
}
.star-4 {
    width: 68px;
    height: 70px;
    top: 10px;
    left: 180px;
}



.cta1-str3{
    width: 74px;
    height: 70px;
    bottom: 10px;
    left: 200px;
    top: inherit;
}
.cta1-str2 {
    width: 83px;
    height: 77px;
    top: 10px;
    right: 15%;
}
.cta1-str1{
    width: 50px;
    height: 34px;
    top: inherit;
    right: 15%;
    bottom: 40px;
}




span.ti-cursor.with-delay {
    margin: 0 !important;
}






/*2d-sevice-page*/

.service-bnr-2d{
    position:relative;
    padding: 50px 0;
    background: url(../images/2d-bnr-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
    height: 630px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-bnr-2d .bnr-hd-txt h1 {
    -webkit-text-stroke: 1px #ffd200;
    -webkit-text-fill-color: #0d102f;
}

.service-bnr-2d:after {
    content: '';
    background: url(../images/testi-af.png);
    width: 218px;
    height: 269px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    position: absolute;
    bottom: 20px;
    margin: auto;
    animation: slide3 8s ease-in-out infinite;
}
.service-bnr-2d:before {
    background: url(../images/2d-bf-img.png);
    width: 103px;
    height: 99px;
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: updown 5s ease-in-out infinite;
}
.ser-pg-2d .hd-txt {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.ser-pg-2d .hd-txt p {
    text-align: right;
    position: relative;
    right: 115px;
    top: 23px;
}
.ser-pg-2d  .hd-txt p:before {
    content: '';
    background: #222;
    width: 28px;
    height: 2px;
    position: absolute;
    right: -40px;
    top: 10px;
}
.services-page{
    padding: 50px 0;
    position: relative;
}
.ser-inner-div-2d img {
    width: 100%;
}
.ser-inner-div-2d {
    padding-top: 50px;
    display: inline-flex;
    align-items: center;
}
.ser-pg-btn {
    margin-top: 60px;
}

.ser-pg-btn .btn-chat {
    background: #0d102f;
    color: #fff;
}

.ser-pg-btn .btn-chat:hover {
    background: #faaf40;
}

.ser-pg-btn .btn-order:hover {
    background: #0d102f;
    color: #fff;
}
.ser-pg-2d:after {
    content: '';
    background: url(../images/exp-af.png);
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -10px;
    background-position: left;
    background-repeat: no-repeat;
    width: 270px;
    animation: updown2 2s ease-in-out infinite;
    height: 361px;
}


.havebox-main {
    padding: 15px 0px 25px;
}

section.logo-sec-ser {
    padding: 50px 0;
}

.brand-wrap {
    width: 100%;
    background-size: cover;
    padding: 20px 0px 30px;
}

.brand-box {
    padding: 0px;
    max-width: 100%;
    height: 142px;
}

.brand-box img {
    display: block;
    margin: 0px auto;
    cursor: pointer;
    border: solid 1px #ccc;
}
/* brand images */

.brands-images {
    display: block;
    padding: 20px 0px;
}

.brands-images h2 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    font-family: 'Passion One', cursive !important;
    padding: 5px 0px 15px;
    color: #000;
    text-transform: inherit;
}

.brands-images-div {
    float: left;
    width: 20%;
    margin: 1% 1%;
}

.brands-images-div img {
    display: block;
    /*cursor: pointer;*/
    margin: 0px auto;
}

.wbm {
    max-width: 126px;
    height: 96px;
}

.nda {
    padding-right: 20px;
}

.dda {
    padding-top: 10px;
}

.dcs {
    padding-left: 20px;
}

.des {
    margin-top: -5px;
}

.anim-image:hover {
    -webkit-transition: all 1s ease;
    -webkit-filter: grayscale(0);
}

.anim-image {
    -webkit-transition: all 1s ease;
    margin: 0.5% 0px;
    -webkit-filter: grayscale(1);
}

.anim-image2:hover {
    -webkit-transition: all 1s ease;
    -webkit-filter: grayscale(0);
}

.anim-image2 {
    -webkit-transition: all 1s ease;
    -webkit-filter: grayscale(1);
}


/* brand images css end */
/*2d-sevice-page*/


.height_process{
    min-height: auto;
    position: relative;


}



.jahazz{
    position: absolute;
    top: 52;
    left: 42%;
    transform: translate(0px,0px);
    width: 182px;

}


.abc{
    position: absolute;
    top: 150px;
    left: -686px;
    right: 0;
    margin: auto;
    width: 700px;
    opacity: 0;
}



.cursor {
    

   position: absolute;
   top: 0;
   left: 0;
   pointer-events: none;
   z-index: 9;
   overflow: visible;
  mix-blend-mode: difference;
  svg {
     overflow: visible;

   }
 }




 /**/

 .cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 660px;
    -moz-perspective: 660px;
    perspective: 660px;
    max-width: 660px;
    text-align: center;
    /* margin: auto; */
    /* display: table; */
}
.cd-words-wrapper {
    /* font-size: 50px; */
    /* margin-top: -10px; */
}
.cd-headline.rotate-2 .cd-words-wrapper {
     /* max-width: 400px; */
     /* text-shadow: #000 0 1px 1px; */
     /* font-size: 115px; */
     /* letter-spacing: 0px; */
         color: #fc5216;
}
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.cd-headline.rotate-2 b {
    opacity: 0;
}
.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}
.is-visible .cd-headline.rotate-2 i {
    opacity: 1
}
.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in .15s forwards;
    -moz-animation: cd-rotate-2-in .15s forwards;
    animation: cd-rotate-2-in .15s forwards
}
.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out .15s forwards;
    -moz-animation: cd-rotate-2-out .5s forwards;
    animation: cd-rotate-2-out .5s forwards
}
.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(50px);
}
.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0
}
.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1
}
 @-webkit-keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(90deg)
}
 60% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(-10deg)
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0deg)
}
}
 @-moz-keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(90deg)
}
 60% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(-10deg)
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(0deg)
}
}
 @keyframes cd-rotate-2-in {
 0% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(90deg);
 -moz-transform: translateZ(-20px) rotateX(90deg);
 -ms-transform: translateZ(-20px) rotateX(90deg);
 -o-transform: translateZ(-20px) rotateX(90deg);
 transform: translateZ(-20px) rotateX(90deg)
}
 60% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(-10deg);
 -moz-transform: translateZ(-20px) rotateX(-10deg);
 -ms-transform: translateZ(-20px) rotateX(-10deg);
 -o-transform: translateZ(-20px) rotateX(-10deg);
 transform: translateZ(-20px) rotateX(-10deg)
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0deg);
 -moz-transform: translateZ(-20px) rotateX(0deg);
 -ms-transform: translateZ(-20px) rotateX(0deg);
 -o-transform: translateZ(-20px) rotateX(0deg);
 transform: translateZ(-20px) rotateX(0deg)
}
}
 @-webkit-keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0)
}
 60% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-100deg)
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-90deg)
}
}
 @-moz-keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -moz-transform: translateZ(-20px) rotateX(0)
}
 60% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(-100deg)
}
 100% {
 opacity: 0;
 -moz-transform: translateZ(-20px) rotateX(-90deg)
}
}
 @keyframes cd-rotate-2-out {
 0% {
 opacity: 1;
 -webkit-transform: translateZ(-20px) rotateX(0);
 -moz-transform: translateZ(-20px) rotateX(0);
 -ms-transform: translateZ(-20px) rotateX(0);
 -o-transform: translateZ(-20px) rotateX(0);
 transform: translateZ(-20px) rotateX(0)
}
 60% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-100deg);
 -moz-transform: translateZ(-20px) rotateX(-100deg);
 -ms-transform: translateZ(-20px) rotateX(-100deg);
 -o-transform: translateZ(-20px) rotateX(-100deg);
 transform: translateZ(-20px) rotateX(-100deg)
}
 100% {
 opacity: 0;
 -webkit-transform: translateZ(-20px) rotateX(-90deg);
 -moz-transform: translateZ(-20px) rotateX(-90deg);
 -ms-transform: translateZ(-20px) rotateX(-90deg);
 -o-transform: translateZ(-20px) rotateX(-90deg);
 transform: translateZ(-20px) rotateX(-90deg)
}
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    /*display: inline-block;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}

.cd-words-wrapper b.is-visible {
    /* position: relative; */
    /* text-align: center; */
}

.cd-words-wrapper b {
    display: block;
    margin: 0 auto;
    position: absolute;
    /* white-space: nowrap; */
    /* text-align: center; */
    top: 50px;
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    word-spacing: 10px;
    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 5px;
}

/*.cd-headline.rotate-2 b i:nth-child(7) {
    margin: 0 0 0 20px;
}*/



.heder_swithc{

        position: relative;
    margin: -53px 0 150px 0;
}

.container.conditions h3 {
    margin: 21px 0 12px 0;
}



.process-txt.process-txt1 {}

.process-txt.process-txt1.active::before {
    left: -28px;
}

.process-txt.process-txt2.active::before {
    left: -30px;
}

.process-txt.process-txt3.active::before {
    left: -28px;
}

.process-txt.process-txt4.active::before {
    left: -35px;
}

.process-txt.process-txt5.active::before {
    left: -35px;
}

.process-txt.process-txt6.active::before {
    left: -28px;
}



.process-txt.active::before {
    filter: grayscale(1);
    -moz-filter: grayscale(100%);
}

.process-txt.active:hover::before {
    filter: none;
    -moz-filter: none;
}

.process-txt.active::before {
    display: none;
}

.process-txt.active:hover::before {
    display: block;
}

.process-txt.active:hover .exp-circle {
    box-shadow: 0px 55px 36px 0px rgba(0, 0, 0, 0.08);
}

.process-txt.active:hover .exp-circle img {
    filter: none;
    -moz-filter: none;
}
























/*branding-page*/
.branding-serv-bnr{
    position:relative;
    padding: 50px 0;
    background: url(../images/branding-bnr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
    height: 630px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

section.service-bnr-2d.branding-serv-bnr:before {
    content: '';
    background: url(../images/branding-lside-circle-1.png);
    background-position: center;
    background-size: 80%;
    width: 244px;
    height: 245px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -300px;
    animation: asteroid 60s linear infinite;
}

.bnr-hd-txt.brnd-bnr-hd-txt h1 {
    -webkit-text-fill-color: #faaf40;
}

.brnd-bnr-hd-txt {
    position: relative;
}

.brnd-bnr-hd-txt:before {
    content: '';
    background: url(../images/branding-ltext-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 63px;
    height: 62px;
    animation: asteroid 60s linear infinite;
    position: absolute;
    left: 301px;
    top: -40px;
}

.brnd-bnr-hd-txt:after {
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/branding-rtext-img.png);
    width: 114px;
    height: 95px;
    animation: slide3 8s ease-in-out infinite;
    position: absolute;
    right: 150px;
    bottom: 0px;
    top: 110px;
}
section.service-bnr-2d.branding-serv-bnr:after{
    display: none;
}



.brnding-types {
    background: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    position: relative;
}

.brnding-lft-tb ul {
    padding: 0;
    border: 0;
}

.brnding-lft-tb ul li {
    width: 100%;
    background: transparent;
    border: 0;
    padding-bottom: 25px;
}

.brnding-lft-tb ul li a {
    background: transparent !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    border-left: 4px solid transparent;
    color: #1b1b1b !important;
    font-weight: 600;
    font-size: 16px;
}

.brnding-lft-tb ul li.active a, .brnding-lft-tb ul li:hover a, .brnding-lft-tb ul li.active:hover a {
    background: transparent;
    border-left: 4px solid #fcaf43 !important;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    color: #faaf40 !important;
}

.brnding-lft-tb {
    background: #f9f9f9;
    border: 5px solid #f9f9f9;
    border-radius: 10px;
    padding: 20px 30px;
}

.brnding-types .hd-txt {
    color: #fff;
}

.brnding-types .hd-txt p:before {
    color: #000;
    background: #000;
}
.brndng-r-tb {
    background: #ffffff;
    border: 2px solid #faaf40;
    border-radius: 10px;
    padding: 15px 30px 27px;
}

.brnd-txt-txt h2 {
    color: #8e2376;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 5px;
}

.brnd-txt-txt p {
    padding-bottom: 12px;
}

.brnd-tb-img-st img {
    width: auto;
    padding-right: 6px;
}

.brndng-r-tb .ser-pg-btn {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
section.services-page.ser-pg-2d:after {
    display: none;
}




.brnding-types .hd-txt:after {
    content: '';
    position: absolute;
    right: -58px;
    top: 0px;
    background: url(../images/brnd-lside-img-2.png);
    width: 115px;
    height: 115px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: asteroid 60s linear infinite;
}

.advn-cmp-pro {
    padding: 10px 8px;
    border-right: 1px solid;
}

.advn-cmp-pro h4 {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.advn-cmp-pro {
    position: relative;
}

.advn-cmp-pro:after{
    content: '';
    position: absolute;
    right: -34px;
    top: 70px;
    bottom: 0px;
    background: url(../images/adv-arrow-icon.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 90px;
}
.advn-cmp-pro:before {
    position: absolute;
    right: 20px;
    top: -35px;
    font-size: 70px;
    font-weight: 500;
    color: #f1d200;
    z-index: -1;
}
.advn-cmp-pro img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.advan-brnd-cmp{
    background: url(../images/adv-bg-bnr.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;

}
.advn-cmp-pro.advn-cmp-pro-6 {
    border: 0;
}

.advn-cmp-pro.advn-cmp-pro-6:after {
    display: none;
}
.advn-cmp-pro.advn-cmp-pro-1:before {
    content: '1';
}
.advn-cmp-pro.advn-cmp-pro-2:before {
    content: '2';
}
.advn-cmp-pro.advn-cmp-pro-3:before {
    content: '3';
}
.advn-cmp-pro.advn-cmp-pro-4:before {
    content: '4';
}
.advn-cmp-pro.advn-cmp-pro-5:before {
    content: '5';
}
.advn-cmp-pro.advn-cmp-pro-6:before {
    content: '6';
}


.advan-brnd-cmp:after {
    position: absolute;
    content: '';
    background: url(../images/rocket.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 346px;
    height: 386px;
    top:0;
    right:0;
    bottom:0;
}


.pck-new-desgn ul {
    list-style: none;
    padding: 0;
}

.pck-new-desgn ul li i {
    font-size: 20px;
    margin-right: 5px;
}

.pck-new-desgn ul {
    list-style: none;
    padding: 0;
    height: 410px;
    overflow-x: hidden;
    margin-bottom:30px;
    overflow-y: scroll;
}
/* width */
.pck-new-desgn ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pck-new-desgn ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee; 
  border-radius: 10px;
}
 
/* Handle */
.pck-new-desgn ul::-webkit-scrollbar-thumb {
  background: #ffd200; 
  border-radius: 10px;
}

/* Handle on hover */
.pck-new-desgn ul::-webkit-scrollbar-thumb:hover {
  background: #eee; 
}
.pck-new-desgn ul li i {
    font-size: 20px;
    margin-right: 5px;
}

.pck-new-desgn ul li {
    line-height: 25px;
}

.pck-new-desgn 
 .price-inner-img {
    margin-bottom: 0;
}

.pck-new-desgn  .pack-l3clr:before {
    left: 60%;
}
/*branding-page*/




/*logo-page*/
.logo-bnr-serv{
    position:relative;
    padding: 50px 0;
    background: url(../images/logo-design-bnr-st.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 840px;
    height: 840px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
section.service-bnr-2d.logo-bnr-serv:before {
    content: '';
    background: url(../images/logo-rside2-img-bnr.png);
    width: 134px;
    height: 157px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -295px;
    left: 100px;
}

section.service-bnr-2d.logo-bnr-serv:after {
    content: '';
    background: url(../images/logo-rside-img-bnr.png);
    width: 93px;
    height: 98px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 40px;
    left: 100px;
    animation: updown 5s ease-in-out infinite;
    right: inherit;
}


.logo-bnr-serv .brnd-bnr-hd-txt:before {
    content: '';
    background: url(../images/logo-rside-img-txt.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 184px;
    height: 109px;
    animation: ufo3 8s linear infinite;
    position: absolute;
    right: 100px;
    left: inherit;
    top: -100px;
}

.logo-bnr-serv .brnd-bnr-hd-txt:after {
    content: '';
    background: url(../images/logo-rside2-img-txt.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 102px;
    animation: updown 5s ease-in-out infinite;
    position: absolute;
    right: 140px;
    top: inherit;
    bottom: -110px;
}
.logo-serv-pg-2d {
    padding: 50px 0 0;
    position: relative;
}

.logo-serv-pg-2d .hd-txt:before {
    content: '';
    background: url(../images/logo-design-lamp-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 95px;
    height: 99px;
    animation: updown 3s ease-in-out infinite;
    position: absolute;
    right: 228px;
    top: -89px;
    z-index: -1;
}
section.brnding-types.ser-pg-2d.logo-types-st{
    background:transparent;
    background-size: cover;
}
/*logo-page*/



/*mobile-serv-img*/
.mobile-bnr-serv{
    position:relative;
    padding: 50px 0;
    background: url(../images/mobile-bnr-img-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
    height: 630px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobile-bnr-serv .brnd-bnr-hd-txt:before{content: '';background: url(../images/mobile-app-txt-circle.png);background-size: cover;background-position: center;background-repeat: no-repeat;width: 76px;height: 54px;animation: ufo3 8s linear infinite;position: absolute;left: 47%;right: 0px;top: -80px;}

.mobile-bnr-serv .brnd-bnr-hd-txt:after {
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/mobile-app-txt-circle2.png);
    width: 141px;
    height: 140px;
    animation: asteroid 60s linear infinite;
    position: absolute;
    right: 150px;
    top: 250px;
}
.mobile-bnr-serv:before{
    display: none;
}
.mobile-bnr-serv:after{
    display: none;
}



.brnding-lft-tb.mobile-tb-st li {
    width: 25%;
}

.brnding-lft-tb.mobile-tb-st li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brnding-lft-tb.mobile-tb-st ul {
    width: 100%;
    position: relative;
    top: 100px;
    margin-top: -110px;
}

.brnding-lft-tb.mobile-tb-st li.active a {
    border: 0 !important;
}

.brnding-lft-tb.mobile-tb-st li.active {
    border: 0 !important;
}

.brnding-lft-tb.mobile-tb-st li.active:hover a, .brnding-lft-tb.mobile-tb-st li:hover a, .brnding-lft-tb.mobile-tb-st li a {
    border: 0 !important;
}

.brnding-lft-tb.mobile-tb-st {
    background: transparent !important;
    border: 0;
}

.brnding-lft-tb.mobile-tb-st li.active a, .brnding-lft-tb.mobile-tb-st li:hover a, .brnding-lft-tb.mobile-tb-st li.active:hover a {
    background: #faaf40 !important;
    color: #000 !important;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.2);
}

.brnding-lft-tb.mobile-tb-st li a {
    background: transparent!important;
    border-radius: 8px !important;
    box-shadow: 0px 12px 18px 0px rgb(0 0 0 / 0%);
}

.brnding-lft-tb.mobile-tb-st li a img {
    filter: brightness(100);
}

.brnding-lft-tb.mobile-tb-st li.active a img, .brnding-lft-tb.mobile-tb-st li:hover a img {
    filter: inherit;
}
section.brnding-types.ser-pg-2d.mobile-types-st {
    background: #fcaf43;
}

.mobile-tab-bg-st {
    background: url(../images/mobile-tab-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brndng-r-tb.mobile-st {
    background: transparent;
    border: 0;
}
.brndng-r-tb.mobile-st .brnd-txt-txt {
    text-align: center;
    padding: 20px 0;
    padding-top: 90px;
}

.brndng-r-tb.mobile-st .brnd-txt-txt p {
   
    margin: 0 auto;
    text-align: center;
    color: #fff;
}


.mobie-inner-txt {}

.mobie-inner-txt {
    background: #000275cf;
    padding: 50px 20px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}

.inner-mob-txt-st h4 {
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}

.mobie-inner-txt .inner-mob-txt-st p {text-align: left;color: #fff;}

.inner-mob-txt-st {
    padding-left: 20px;
}
section.brnding-types.ser-pg-2d.mobile-types-st:after {
    display: none;
}
.brndng-r-tb.mobile-st .brnd-txt-txt h2 {
    color: #fff;
}
/*mobile-serv-img*/






/*website-serv*/

section.service-bnr-2d.website-serv-bnr{
    background: url(../images/web-bnr-img-st.jpg);
   position:relative;
    padding: 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
    height: 630px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

section.service-bnr-2d.website-serv-bnr:before{
    background: url(../images/web-side-bnr-img-1.png);
    width: 103px;
    height: 103px;
    content: '';
    position: absolute;
    left: 5%;
    top: -255px;
    margin: auto;
    animation: asteroid 60s linear infinite;
}

/*website-serv*/





section.brnding-types.ser-pg-2d.logo-types-st .hd-txt {
    color: #222;
}

section.brnding-types.ser-pg-2d.logo-types-st .hd-txt p:before {
    background: #222;
    color: #222;
}



.logo-types-st .brnding-lft-tb {
    background: #f2fbfa;
    border-color: #f2fbfa;
}

.logo-types-st .brnding-lft-tb ul li a {
    color: #222 !important;
}

.logo-types-st .brnding-lft-tb ul li.active a {
    color: #faaf40 !important;
}

.logo-types-st .brnding-lft-tb ul li.active:hover a, .logo-types-st .brnding-lft-tb ul li:hover a {
    color: #faaf40 !important;
}

    section.brnding-types.ser-pg-2d.logo-types-st {}

    .logo-types-st .brnding-lft-tb {
        background: #f2fbfae0;
        border-color: #f2fbfaba;
    }

    .logo-types-st .brnding-lft-tb ul li a {
        color: #222 !important;
    }

    .logo-types-st .brnding-lft-tb ul li.active a {
        color: #faaf40 !important;
    }

    .logo-types-st .brnding-lft-tb ul li.active:hover a, .logo-types-st .brnding-lft-tb ul li:hover a {
        color: #faaf40 !important;
    }

.logo-types-st .brnd-txt-txt h2 {
    color: #222;
    padding-bottom: 10px;
}

.logo-types-st .brndng-r-tb {
    background: white;
    border-color: #ffd200;
}
.logo-pg-pck-st {
    padding: 50px 0;
    position: relative;
    background: url(../images/price-bg-logo.jpg);
    background-size: cover;
    background-repeat: no-repeat
    background-position:center center;
    position: relative;
}
.logo-pg-pck-st:before{

    content: '';
    background: url(../images/logo-pg-r-img-pck.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 107px;
    width: 107px;
    position: absolute;
    left: 13%;
    z-index: 1;
    top: 11%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.logo-pg-pck-st:after{
   
    content: '';
    background: url(../images/logo-pg-l-img-pck.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 220px;
    width: 220px;
    position: absolute;
    right: 0%;
    z-index: 1;
    bottom: 11%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.logo-pg-pck-st ul li {
    text-align: left;
    border-bottom: 2px solid #f6f6f6;
}

.logo-pg-pck-st ul {
    padding-bottom: 20px;
}


.logo-bnr-serv .othr-aft:after {
    display: none;
}

.port-folio-sec-inner:before {
    top: 0;
}

.ul-footer li a:hover {
    color: #faaf40;
}



section.brnding-types.ser-pg-2d.logo-types-st .hd-txt:after {
    display: none;
}

section.brnding-types.ser-pg-2d.logo-types-st:before {content: '';position: absolute;left: -50px;top: -132px;background: url(../images/big-brnd-lside-img-2.png);width: 509px;height: 509px;background-size: 50%;background-position: center;background-repeat: no-repeat;animation: asteroid 60s linear infinite;z-index: -1;}


section.brnding-types.ser-pg-2d:after{
    content: '';
    position: absolute;
    right: 10px;
    bottom: 40px;
    background: url(../images/brnd-side-img-1.png);
    width:183px;
    height:156px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    animation: updown2 2s ease-in-out infinite;
    display: none;
}


.navbar-header {
    width: 90%;
}


.hed-main-drop {}

.hed-main-drop .dropdown-container a {
    display: block;
}

.hed-main-drop .dropdown-container {
    padding: 0;
    position: absolute;
    width: 150px;
    background: #faaf40;
    padding: 10px 8px;
}

.hed-main-drop.dropdown button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 15px 5px;
    border-bottom: 0;
    margin: 0;
}

.hed-main-drop.dropdown i {position: relative;right: -5px;}

.hed-main-drop .dropdown-container a {
    width: 125px;
    line-height: 25px;
}

.hed-main-drop.dropdown button:hover {}

.hed-main-drop.dropdown button:hover .dropdown-container {
    display: block;
}

ul.nav.navbar-nav.navbar-right {}

ul.nav.navbar-nav.navbar-right a:hover {
    color: #faaf40;
}



section.service-bnr-2d.logo-bnr-serv:before {
    display: none;
}


.logo-bnr-serv .brnd-bnr-hd-txt:before {
    display: none;
}

section.service-bnr-2d.logo-bnr-serv:after {
    display: none;
}

.logo-bnr-serv .brnd-bnr-hd-txt:after {
    display: none;
}



.main-bnr-img-logo {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: 0 auto; */
    /* display: table; */
}

img.logo-m-c-1 {}

.main-bnr-img-logo img {
}

.main-bnr-img-logo img {
    position: absolute;
}

img.logo-m-c-1 {
    top: -150px;
    left: 250px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-c-2 {
    top: -150px;
    right: 50px;
    animation: slide5 3s ease-in-out infinite;
}

img.logo-m-l-1 {
    top: -150px;
    left: -160px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-l-2 {
    left: 0;
    top: -70px;
    animation: slide5 3s ease-in-out infinite;
}

img.logo-m-l-3 {
    left: -250px;
    top: 25px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-l-4 {
    left: 100px;
    top: 220px;
    animation: slide5 3s ease-in-out infinite;
}

img.logo-m-l-5 {
    left: -170px;
    top: 345px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-r-1 {
    right: 130px;
    top: -150px;
    animation: slide5 3s ease-in-out infinite;
}

img.logo-m-r-2 {
    right: -160px;
    top: -50px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-r-5 {
    right: -10px;
    top: 270px;
    animation: slide5 3s ease-in-out infinite;

}

img.logo-m-r-6 {
    right: -130px;
    bottom: -129px;
    animation: updown2 3s ease-in-out infinite;
}

img.logo-m-r-4 {
    right: -190px;
    bottom: -230px;
    animation: slide5 3s ease-in-out infinite;
}

img.logo-m-r-3 {
    right: 70px;
    top: 190px;
    animation: updown2 3s ease-in-out infinite;
}


@keyframes slide5 {
      0%,
      100% {
      transform: translate(0, 0);
      }

      50% {
      transform: translate(10px, 0);
      }
  }






  
/*dropdown*/
.dropdown-main:hover {
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    min-width: 210px;
    padding: 10px 0;
}
li.dropdown.dropdown-toggle a {
    margin-bottom: 0;
}
ul#products-menu {
}
ul#products-menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 20%;
    float: left;
    text-align: center;
}
ul#products-menu {
    width: 850px;
    margin-left: -320px;
    /*top: 49px;*/
    padding: 0;
}
ul#products-menu li img {
    margin: 0 auto;
    display: table;
    width: 60%;
}
ul#products-menu li a:hover, ul#products-menu li.active a {
    background: #faaf40;
    color: #fff;
}
ul#products-menu li a {
    padding: 21px 10px;
}
ul#products-menu li a img {
    margin-bottom: 10px;
}
ul#products-menu li a:hover img, ul#products-menu li.active a img {
    /*filter: grayscale(30%) contrast(0%) brightness(200%) url(#duotone);*/
}
ul#products-menu:before {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 45%;
    right: 0;
    top: -28px;
    font-size: 20px;
    color: #faaf40;
}
li.dropdown.dropdown-toggle .mar-st-drop {
    margin-bottom: 25px;
}
/*dropdown*/

li.dropdown.dropdown-toggle {}

li.dropdown.dropdown-toggle ul#products-menu a {
    color: #222;
}
ul.nav.navbar-nav li a:hover {
    color: #faaf40;
}
.navbar-header a.navbar-brand img {
    width: 40%;
    margin-top: -28px;
    float: left;
    position: relative;
    filter: brightness(100);
}


ul.nav.navbar-nav {
    padding-left: 0px;
}

.left-footer .ftr-log{
width: 40%;
    margin-top: -28px;
    float: left;
    position: relative;
    filter: brightness(100);
}



section.brnding-types .hd-txt h2, section.brnding-types .hd-txt p {
    color: #222;
}



section.brnding-types:before {
    content: '';
    position: absolute;
    left: 55px;
    top: 70px;
    background: url(../images/brnd-side-img-1.png);
    width: 183px;
    height: 156px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: updown2 2s ease-in-out infinite;
}



.hd-txt.inner-hd-txt-serv {flex-direction: column;padding-bottom: 25px;}

.hd-txt.inner-hd-txt-serv p {
    text-align: left;
    position: inherit;
    padding-bottom: 10px;
    top: 0;
    left: 0;
}

.hd-txt.inner-hd-txt-serv h2 {
    display: block;
    text-align: left;
}

.hd-txt.inner-hd-txt-serv p:before {
    left: 90px;
    right: inherit;
}





/*Navbar*/
.header_main_sec {
     position: absolute; 
    width: 100%;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0); */
    padding: 13px 0;
}
.header {
    margin: 0px;
    padding: 13px 0;
    float: left;
    width: 100%;
    background: #0f3a5d;
}
.header ul.pull-right {
    float: right;
    margin: 0px;
}
.header ul.pull-right li {
    float: left;
    list-style: none;
}
.header ul.pull-right li a {
    float: left;
    color: #fff;
    margin: 0 0 0 24px;
    font-size: 14px;
    font-weight: 500;
    transition-duration: .5s;
}
.header ul.pull-right li a:hover {
    color: #f04749;
    text-decoration: none;
}
.header_main {
}
.logo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}
.header_navbar {
    margin: 0px 0 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.navbar_custom {
    /* float: none; */
    /* margin: 0 auto 0; */
    /* display: table; */
    padding: 18px 0 0px 0px;
    float: none;
    text-align: center;
    margin: auto;
    display: table;
    position: relative;
    left: -10%;
}
.navbar_custom #myNavbar {
    padding: 0 !important;
}
.navbar_custom .navbar-nav>li>a {
    color: #201f1c;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 31px;
    transition-duration: .5s;
    text-transform: uppercase;
}
.navbar_custom .navbar-nav>li>a:hover, .navbar_custom .navbar-nav>li>a:focus, .navbar_custom .navbar-nav>li.active a {
    background: none;
    color: #2cc05b;
}
.navbar_custom_num {
    text-align: right;
    float: right;
    padding: 0;
    margin: -38px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
.head_num {
    color: #201f1c;
    font-size: 18px;
    /* float: right; */
    padding: 0 0 0;
    transition-duration: .5s;
}
.head_num:hover, .head_num:focus {
    color: #e31e23;
    text-decoration: none;
}

.edit-call a {
    color: #fff;
}
.nav-br {
    text-align: left;
}
.logo img {width: 60%;text-align: center;margin: 0 auto;display: table;filter: brightness(100);}
/*Navbar End*/





.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}


.header_main_sec .sticky ul.nav.navbar-nav {
    display: block;
}

.header_main_sec.sticky {
    background: #000000b8;
}

.header_main_sec.sticky span.butn-nav {
    display: none;
}

.header_main_sec.sticky .navbar_custom_num {margin-top: -55px;}

.header_main_sec.sticky .logo img {
    filter: none;
}

.port-vid-tb-st .port-img {
    padding: 40px 50px;
}



ul.nav.navbar-nav {
    display: none;
}

.header_main_sec.sticky ul.nav.navbar-nav {
    display: block;
}

.header_main_sec.sticky .edit-call {
    padding-top: 10px;
}



.cta-col-div .hd-txt2 h3 {
    text-transform: capitalize;
}


.star-5 {}

.star-5 {
    width: 68px;
    height: 70px;
    top: -220px;
    left: 980px;
}

.star-6 {
    width: 68px;
    height: 70px;
    top: -190px;
    left: -220px;
}

.star-7 {
    width: 68px;
    height: 70px;
    top: 110px;
    left: -320px;
}

.star-8 {
    width: 68px;
    height: 70px;
    top: 410px;
    left: 100px;
}



section.advan-brnd-cmp.ser-pg-2d {
    display: none;
}



.process-m-txt p {
    font-size: 14px;
    line-height: 22px;
}