body {
  font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
.container {
    max-width: 1170px !important;
}
}
h1, h2, h3, h4 {
    margin-bottom: 0px;
    font-family: 'Hammersmith One', sans-serif;
    font-weight: 500;
}

 h2 {
font-size:64px;
  }

 h3 {font-size: 40px;}


p {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
   font-weight: 400;
    font-size: 16px;

}
 
a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
:focus{
    outline: none;
}
:hover{
    transition: 0.3s;
}


ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}
.our__portfolio {
    padding: 100px 0;
}
.bg__detail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.headingstyle1.center {
    text-align: center;
}
.headingstyle1 {
    text-align: left;
    margin-bottom: 40px;
}
.headingstyle1 h3 {
    font-weight: 700;
    color: #333333;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.headingstyle1 p {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 16px;
    margin: 0;
}
.portfolio-box > ul {
    font-size: 0;
}
.portfolio-box ul > li {
    position: relative;
    width: 33.3333%;
    display: inline-block;
}
.portfolio-box .portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-box .portfolio-item img {
    width: 100%;
    transition: all 0.6s ease-in-out;
}
.portfolio-box .portfolio-item .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(235 19 80 / 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-101%);
    transition: all 0.5s ease-in-out;
    /* display: none; */
}
.portfolio-box .portfolio-item .hover-effect a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a, input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
    color: #333333;
}
.portfolio-box .portfolio-item .hover-effect a::before {
    content: "\f144";
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 100;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
}
.portfolio-box .portfolio-item {
    position: relative;
    overflow: hidden;
}
.portfolio-box .portfolio-item:hover .hover-effect {
    transform: translate(0);
}
.portfolio-box .portfolio-item .hover-effect a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.box-pf2danimation, .box-pf3danimation {
    display: none;
}
.readmore a{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #448b87;
    padding: 10px 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 35px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 
90deg
, rgb(0 0 0) 0%, rgb(255 255 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
}


.readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

.readmore a:hover:before, .readmore a:focus:before, .readmore a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.readmore a:hover, .readmore a:focus, .readmore a:active {
    color: white;
}


button.buton{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #448b87;
    padding: 10px 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 
90deg
, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    border: none;
    padding: 12px 15px;
}


button.buton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

button.buton:hover:before, button.buton:focus:before, button.buton:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

button.buton:hover, button.buton:focus, button.buton:active {
    color: white;
}

.heading{text-align: center;margin-bottom: 40px;}

.heading h2{
     font-size: 42px;
     color: #000;
     margin-bottom: 10px;
}

.heading p{
   color: #666666;
  font-size: 16px;
}

.owl-dots {
    margin-top: 45px !important;
}
.owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border: 1px solid #a9a9a9 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%) !important;
}

.owl-item img {
    width: initial !important;
}
.owl-nav button{
    position: absolute;
    top:41%;
}
.owl-nav .owl-next {
    right: -65px;
}
.owl-nav .owl-prev {
    left: -130px;
}
.owl-nav button i {
    font-size: 25px;
    line-height: 0px;
    display: block;
    color: #000 !important;
    font-weight: 600;
}
.owl-nav button i{
    background: #fff !important;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-stage {
    display: flex;
}
.owl-stage .owl-item {
    height: 100%;
}
.owl-stage .item {
    height: 100%;
}
.sec_padding {
    padding: 85px 0 130px;
}
 
.form-error {
    display: none;
}
.hoverImg {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoverImg img {
    margin-top: 110px;
}

.tech-btns {
    position: relative;
    z-index: 1;
}


.tech-text-cont {
    margin-bottom: 50px;
}

.techno-background-images {
    margin-bottom: 50px;
    position: relative;
}

 
/******HEADER START*******/
.custom-tablist-1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-tablist-1 ul li {
    margin: 60px 50px;
    background-image: -webkit-linear-gradient( 90deg, rgb(246 0 23) 0%, rgb(247 0 19 / 76%) 100%);
    padding: 10px 35px;
    border-radius: 10px;
}
.custom-tablist-1 ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.cta__2 {
    padding: 100px 0;
    position: relative;
}
.bg__detail-2 {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cta__2 .headingstyle-cta h3 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}
.cta__2 .headingstyle-cta ul.points {
    font-size: 0;
    margin-bottom: 20px;
}
.cta__2 .headingstyle-cta ul.points li {
    color: #FFFFFF;
    position: relative;
    font-size: 18px;
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 20px;
}
.cta__2 .headingstyle-cta ul.points li::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #eb1350;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.get-custom-quote a {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.get-custom-quote .left {
    text-align: center;
    background-color: #f7ca16;
    padding: 1rem 2rem;
    -webkit-border-radius: 13px 53px 63px 13px / 108px 60px 72px 72px;
    border-radius: 77% 125% 75% 50% / 143% 99% 88% 89%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.get-custom-quote .small__x {
    display: block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.get-custom-quote .big__x {
    font-size: 62px;
    color: #000000;
    font-weight: 600;
    line-height: 50px;
}
.get-custom-quote .text__x {
    background-color: #f7ca16;
    border-radius: 0 25px 25px 0;
    margin-left: -5px;
    padding: 0.7rem 0.4rem 0.7rem 1rem;
    transition: all 0.4s ease-in-out;
}
.get-custom-quote .text__x .inner {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-left: none;
    padding: 5px 25px 5px 10px;
    border-radius: 0 25px 25px 0;
}
.cta__2 .img__area img {
    margin-bottom: -64px;
}

 

.banner-and-video {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 50px 20px;
    filter: contrast(110%);
    position: absolute;
   
}


.banner-and-video .rect-1, .banner-and-video .rect-2, .banner-and-video .rect-3, .banner-and-video .rect-4, .banner-and-video .rect-5, .banner-and-video .rect-6, .banner-and-video .rect-7 {
     position: absolute;
    animation: left-to-right linear infinite;
}

.banner-and-video .rect-1 {
    top: 88px;
    left: -300px;
    animation-duration: 22s;
    animation-delay: 16s;

}


.banner-and-video .rect-2 {
    transition: 2s transform;
    top: 15%;
    left: -200px;
    animation-duration: 26s;
    animation-delay: 4s;
}

.banner-and-video .rect-3 {
    transition: 2s transform;
    top: 13%;
    left: -800px;
    animation-duration: 30s;
    animation-delay: 0.5s;
}

.banner-and-video .rect-5 {
    top: 32%;
    left: -400px;
    animation-duration: 28s;
    animation-delay: 13s;
}

.banner-and-video .rect-6 {
    top: 43%;
    left: -300px;
    animation-duration: 20s;
    animation-delay: 8s;
    z-index: -1;
}

 
.banner-and-video .rect-7 {
    left:0px;
    animation-duration: 22s;
    top: 400px;
}


@keyframes left-to-right{
 
0% {
    transform: translate3d(0px,0px,0);
}

5% {
    transform: translate3d(150px,-5px,0);
}
10% {
    transform: translate3d(300px,-10px,0);
}
15% {
    transform: translate3d(450px,-15px,0);
}
20% {
    transform: translate3d(600px,-20px,0);
}
25% {
    transform: translate3d(750px,-25px,0);
}
30% {
    transform: translate3d(900px,-30px,0);
}
35% {
    transform: translate3d(1050px,-35px,0);
}
40% {
    transform: translate3d(1200px,-40px,0);
}
45% {
    transform: translate3d(1350px,-45px,0);
}
50% {
    transform: translate3d(1500px,-50px,0);
}
55% {
    transform: translate3d(1650px,-55px,0);
}
60% {
    transform: translate3d(1800px,-60px,0);
}
65% {
    transform: translate3d(1950px,-65px,0);
}
70% {
    transform: translate3d(2100px,-70px,0);
}
75% {
    transform: translate3d(2250px,-80px,0);
}
80% {
    transform: translate3d(2400px,-90px,0);
}
85% {
    transform: translate3d(2550px,-100px,0);
}
90% {
    transform: translate3d(2700px,-110px,0);
}
99.99% {
    transform: translate3d(2850px,-140px,0) scale(0);
}
100% {
    transform: translate3d(-50px,0,0) scale(0);
}


}


.header_info ul li a.def_btn .call-media {
    display: inline-block;
}

.header_info ul li a img {
    vertical-align: inherit;
}

 
.header_info ul li a.def_btn >.call-media small {
    color: #fff;
}

.header_info ul li a.def_btn >.call-media h4 {
    color: #f8f8f9;
    text-transform: uppercase;
}

.header_info ul li a.gradient img {
    vertical-align: revert;
}


.header_info ul li a.gradient{
   background-image: -webkit-linear-gradient( 90deg, rgb(246 0 23) 0%, rgb(247 0 19 / 59%) 100%);
   padding: 2px 20px;
   border-radius: 4px;
   display: inherit;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgb(0 0 0 / 0%);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

 

a.gradient:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

a.gradient:hover, a.gradient:focus, a.gradient:active {
    color: white;
}


a.gradient:hover:before, a.gradient:focus:before, a.gradient:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

 
header {
    padding: 60px 0 30px;
    position: relative;
    z-index: 99;
    width: 100%;
}

.header_info ul li {
    display: inline-block;
    margin-left:29px;
}

.header_info ul li:first-child {
    vertical-align: middle;
}
 
.sec_btn {
    margin-top: 50px;
}
.sec_btn li {
    display: inline-block
}
.sec_btn li:first-child {
    margin-right: 29px;
}
.header_info {
    display: flex;
    justify-content: flex-end;
}
/******HEADER END*******/

/******BANNER START*******/
.banner {
     position: relative;
    background-size: cover;
    padding: 0% 0 32%;
    background-color: #f7f9fb;
}

.banner:before {
    content: '';
    background: url(../images/banner_bg.png) no-repeat #f7f9fb;
    background-position: top center;
    width: 100%;
    height: 967px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_content ul li:before {
    content:'';
    background: url(../images/star.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: 95%;
    position: absolute;
    top: 2px;
    left: -5px;
}

.banner_content ul li {
    position: relative;
    padding-left: 30px;
}

.banner_content ul li strong {
    color: #000;
}


.banner_content ul {
    margin-top: 15px;
}
 
 .work-fram-slider {
    margin-top: 22px;
}



.work-fram-slider .owl-stage .item {
    height: 100%;
    margin: 0 auto;
    display: table;
}

 
.banner-p img {
    width: 100%;
}
.banner_content h3 {
    font-size: 55px;
    padding: 12px 0;
    font-weight: 600;
    color: #000;
    line-height: 52px;
}
.top-button-sec {
    display: flex;
    align-items: center;
    justify-content: start;
}
.top-button-sec a {
    background-image: -webkit-linear-gradient( 90deg, rgb(246 0 23) 0%, rgb(247 0 19 / 59%) 100%);
    padding: 15px 20px;
    margin: 25px 20px 0 0px;
    border-radius: 5px;
}
.top-button-sec a h6 {
    color: #fff;
    font-weight: 600;
}
.light_txt {
    font-weight: 400;
}
.orng_txt {
    color: #0086ff;
}
.banner_content h4 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-top: 25px;
    text-transform: uppercase;
}
.banner_content h4 span {
    background-color: #242329;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    padding: 3px 10px;
    position: relative;
    margin-left: 41px;
}
.banner_content h4 span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 82px solid #242329;
    border-left: 54px solid transparent;
    left: -54px;
    top: 0;
}
.banner_form_area {
    margin-top: 25px;
    position: relative;
    z-index: 11;
}

#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
}
.banner_form_area input {
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    height: 53px;
    padding: 0 20px 0 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgb(172, 172, 172);
    border-radius: 5px;
}

.banner_form_area input::placeholder {
    color: #999999;
    opacity: 1;
    font-size: 15px;
}

.banner ul.list-inline li {
     display: flex;
    width: 30.33%;
    float: left;
    padding-right: 10px;
    justify-content: flex-start;
}

.banner ul.list-inline li img {
    width: 100%;
}

.banner ul.list-inline li:before {
    display: none;
}

.banner ul.list-inline li:first-child {
    padding-left: 0;
}


.banner_content ul.list-inline {
    margin-top: 30px;
}


.side-form-group i {
    position: absolute;
    top: 19px;
    left: 27px;
    color: #999999;
    font-size: 14px;
}
.banner_form_btn {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}
.sbt_set {
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    height: 53px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    padding: 0 15px;
}
.banner_right_img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}



.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 20%;
}


.grid-item {
  padding: 9px;
  text-align: center;
}
.grid-container .grid-item:nth-child(3) img {
    position: absolute;
    left: 15px;
    top: -145px;
    width: 56%;
}

.grid-container .grid-item:nth-child(3) {
    position: relative;
}

.grid-container .grid-item:nth-child(4) img {
    position: absolute;
    top: 74%;
    left: 315px;
    width: 26%;
}

.grid-container .grid-item:nth-child(2) img {
    position: relative;
    top: -80px;
}

.grid-container .grid-item:nth-child(5) img {
    position: absolute;
    top: 77%;
    right: 20px;
    width: 36%;
}

.grid-container .grid-item:nth-child(2) {
    padding-right: 0;
}


.grid-container .grid-item:nth-child(6) img {
    position: absolute;
    left: 20px;
    top: 137%;
}

.grid-container:nth-child(6) .grid-item {
    position: relative;
}

.grid-container .grid-item:nth-child(7) img {
    position: absolute;
    left: -935px;
    top: 593px;
    width: 50%;
}

.grid-container .grid-item:nth-child(8) img {
    position: absolute;
    left: -440px;
    top: 440px;
    width: 46%;
}

 
/******BANNER END*******/
 


/******PACKAGES START*******/
.packages {
    position: relative;
}

.packages .heading-h2 {
    margin-bottom: 45px;
}

.heading-h2 h2 {
    font-weight: 500;
    color: #000;
    font-size: 42px;
}

.heading-h2 p {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}


.packages:before{
    content: '';
    background: url(../images/packages-af.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 600px;
    right: 0px;
    display: inline-block;
    position: absolute;
}

.packages .nav-tabs .nav-link {
     background-color: #fff;
    color: #000;
}

.package_wrap {
    width: 100%;
}
.pkg_tabs{
    justify-content: center;
    border: none;
    margin-bottom: 35px;
}
.pkg_tabs li:first-child {
    margin-right: 30px;
}

.pkg_tabs li a, .pkg_tabs li a.active, .pkg_tabs li a.show{
    background-color: transparent;
}
.pkg_tabs li a.active {background-image: -webkit-linear-gradient( 
90deg
 , rgb(255,81,38) 0%, rgb(255,163,21) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);color: #fff !important;}
.package_box {
    background-color: #fff;
    border: 1px solid #ddd;
    /*! box-shadow: 0px 0 4px #333; */
}

.pkg_slider .owl-nav .owl-next span {
    background-color: #fff;
    font-size: 26px;
    border-radius: 100%;
    padding: 1px 15px;
}

.pkg_slider .owl-nav .owl-prev span{
     background-color: #fff;
    font-size: 26px;
    border-radius: 100%;
    padding: 1px 15px; 
}

.pkg_slider .owl-nav .owl-next {
    right: -65px;
}

.pkg_slider .owl-nav .owl-prev {
    right: -65px;
}

.pkg_title {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pkg_title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0047e7;
}
.pricing_area {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
}
.price_det {
    width: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}
.price_det:last-child {
    border-right: none;
    border-left: 1px solid #e5e5e5;
}
.price_det h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ff6821;
}
.cut_price h4 {
    color: #242329;
    text-decoration: line-through;
}
.pkg_detail {
    padding: 25px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.pkg_detail ul li {
    color: #242329;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    line-height: 16px;
    margin: 16px 0px;
}
/*.pkg_detail li:before {
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #ff6821;
}*/
.pkg_cta_info {
    display: flex;
    width: 100%;
}
.pkg_cta_info li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}
.pkg_cta_info li a {
    font-size: 12px;
    font-weight: 400;
    color: #242329;
    text-align: center;
}
.pkg_cta_info li a span{
    font-size: 14px;
    font-weight: 700;
}
 a.pkg_btn{
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #448b87;
    padding: 10px 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 
90deg
, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    text-align: center;
}

 


 a.pkg_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

 a.pkg_btn:hover:before, a.pkg_btn:focus:before, a.pkg_btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

 a.pkg_btn:hover,  a.pkg_btn:focus,  a.pkg_btn:active {
    color: white;
}



/******PACKAGES END*******/
 
/******PORFOLTIO START*******/
.portfolio {
    background-color: #ffffff;
    padding: 60px 0 100px;
    position: relative;
}

.skew:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 114px;
    transform: rotate(-2deg);
}


.portfolio-hdg h2 {
    font-size: 42px;
}

.portfolio .portfolio-hdg p {
    color: #666666;
}

.portfolio:before{
    content: '';
    position: absolute;
    background: url(../images/before-01.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    right: -35px;
}

.portfolio:after{
    content: '';
    position: absolute;
    background: url(../images/after01.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    left: -35px;
    bottom: 0;
}
 
 .banner-portfolio {
    position: absolute;
    width: 50%;
    right: -25px;
    top: 19%;
}

 

/******PORFOLTIO END*******/

 
 
/******FOOTER START*******/
footer {
    padding: 60px 0;
    background-color: #242329;
}
.copy_right img {
    margin-bottom: 45px;    
}
.copy_right p {
    font-size: 14px;
    color: #fff;
}
.copy_right p:last-child {
    margin-top: 20px;
}
.copy_right p a{
    font-size: 13px;
    color: #717171;
}
.footer_cta {
    border-bottom: 1px solid #3a393f;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.footer_cta .readmore a {
    margin-top: 0;
}

.footer_cta a.def_btn {
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
}

.footer_cta_wrap h4 {
    font-size: 12px;
    font-weight: 500;
    color: #f2f4f4;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #f2f4f4;
    font-family: 'Open Sans', sans-serif;
}
.footer_cta_wrap h4 span{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hammersmith One', sans-serif;
}
.footer_cta_wrap {
    display: flex;
    align-items: center;
}
.payment {
    
margin-top: 38px;
    
float: right;
}
/******FOOTER END*******/
 
 
/*client-se*/
  
.client-sec ul li {
    display: inline-block;
    padding-right: 95px;
}

.client-sec ul {
    text-align: center;
}


/*client-se*/





/*-------------------------------------------------------------
3.21 Screenshot Carousel
*/

.portfolio-hdg {
    margin-bottom: 30px;
}

.screenshot-carousel {
  padding: 45px 0;
  position: relative;
}


.frame-wrap{
    position: relative;
 }

 .frame-wrap:before {
    content: "";
    position: absolute;
    left: 50.5%;
    width: 240px;
    height: 515px;
    background: url(../images/portfolio-center.png) no-repeat;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    bottom: -227px;
    background-size: contain;
}

 .frame-wrap:after{
  content: "";
  position: absolute;
  left: 50%;
  width: 234px;
  height: 500px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  bottom: -210px;
  box-shadow: 15px 9px 21px 5px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 13px 9px 19px 7px rgb(0 0 0 / 26%);
  -moz-box-shadow: 13px 9px 21px 5px rgba(0,0,0,0.3);
  border-radius: 44px;
 }


 
.screenshot-carousel .screen {
  width: 230px;
  height: 494px;
  background-size: cover;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  left: 0;
}

.screenshot-carousel .screen:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  
  width: 202px;
  height: 16px;
  margin-left: -101px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.screenshot-carousel .flipster__item--current .screen:after {
  opacity: 0;
}


.screenshot-carousel .flipster__item--current{
    /* overflow: hidden; */
}

.screenshot-carousel .flipster__item--current:hover .screen {
      -webkit-animation: mymove 30s ease-in ;
  -moz-animation: mymove 30s ease-in ;
  animation: mymove 30s ease-in ;
  background-repeat: repeat-y;
}


@keyframes mymove {
  /*0% {
        background-position-y: 0px;
  }*/
  25% {
        background-position-y: -1500px;
   }
   /*50% {
        background-position-y: -2000px;
  }
  100% {
        background-position-y: -35000px;
   }*/
 }


.base-icons-next-1::before {
    content: "";
    background-image: url(../images/right-arrow-port.png);
    width: 30px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;

}



.base-icons-back::before {
    content: "";
    background-image: url(../images/left-arrow-port.png);
    width: 30px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
}
 


.flipster__button--prev {
  left: -13%;
}

.flipster__button--next {
  right: -13%;
}

.flipster{
 overflow-x: inherit;
 }

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
      transform: translateX(-110%) translateY(50px) scale(0.8);
}

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(120%) scale(0.8);
    transform: translateX(110%) translateY(50px) scale(0.8);
}
 
/*exclusive-sec*/

.exclusive-sec{
    background-image: -webkit-linear-gradient( 90deg, rgb(246 0 23) 0%, rgb(247 0 19 / 76%) 100%);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.btn-cta ul li >.readmore a {
    padding: 13px 22px;
    margin-top: 0;
}


.exclusive-sec article h5 {
    color: #ffff;
    font-size: 18px;
}

 
.exclusive-sec article h3 {
    color: #ffff;
    font-size: 42px;
    line-height: 40px;
}

.exclusive-sec article h4 {
    background-color: #6e418c;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 42px;
    color: #fff;
    margin-top: 12px;
}

.btn-cta ul li a.btn-cta {
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px;
}

.btn-cta ul li a {
    color: #fff;
}

.btn-cta ul {
    text-align: center;
    margin-top: 30px;
}

.btn-cta ul li {
    margin-bottom: 12px;
}

.btn-cta ul li a img {
    margin-right: 15px;
    vertical-align: bottom;
}
 

.flip-clock-container {
    --flip-bg-color: transparent;
    --flip-text-color: #000;
    --flip-dots-color: transparent;
    font-family: Oswald, sans-serif;
    margin-top: -30px
}
.flip-clock-wrapper ul li a div {
    font-size: 16px!important
}
.flip-clock-wrapper ul li {
    line-height: 43px!important
}
.flip-clock-wrapper ul {
    width: 29px!important;
    height: 43px!important;
    padding: 0!important
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #384872!important
}
.flip-clock-wrapper {
    margin: 0!important
}
.flip-clock-divider {
    width: 20px!important;
    height: 90px!important
}
.flip-clock-dot {
    background: #fff!important;
    width: 6px!important;
    height: 6px!important
}
.flip-clock-dot.bottom {
    bottom: -39px!important
}
.flip-clock-dot {
    left: -3px!important
}
.flip-clock-dot.top {
    top: 19px!important
}
.flip-clock-divider {
    height: 0!important
}
.flip-clock-divider .flip-clock-label {
    right: -33px!important
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -35px
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -36px
}
.flip-clock-container [class|=flip-item]::before {
    display: none
}
.flip-clock-container li {
    background-image: url(../images/counter-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.timmer_content {
    margin-left: 70px;
}

.character_div {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*exclusive-sec*/

/*affotable-packages*/

.affotable-packages {
}

.affotable-packages {
    padding: 130px 0 100px;
}

.affotable-packages h2 {
    font-size: 42px;
}

.affotable-packages .media {
    margin-top: 25px;
}

.affotable-packages article {
    margin-top: 60px;
}

.affotable-packages .media h4.media-heading {
    font-size: 18px;
    font-weight: 600;
}

.affotable-packages .media p {
    color: #666666;
    font-weight: 500;
    font-size: 17px;
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d
}
.dp-slider div {
    transform-style: preserve-3d
}
.dp_item {
    position: absolute;
    transition: transform 1.2s;
    display: flex;
    justify-content: flex-end
}
#dp-slider .dp_item:first-child {
    z-index: 10!important;
    transform: rotateY(0) translateX(115%)!important;
    top: 67px;
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0) translateX(50%);
    top: 26px;
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0) translateX(-10%);
}
#dp-slider {
}
.dp-img {
    z-index: 2;
    cursor: pointer
}
#dp-slider .dp_item:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-shadow.png);
    background-size: contain;
    width: 111px;
    height: 105px;
    right: 221px;
    z-index: 1;
    bottom: 3px;
}

/*affotable-packages*/


/*customer-sec*/

.customer-sec{

padding: 180px 0 100px;
}
.border-img img {
    width: 100%;
}

.customer-sec h2{
    color: #000;
 }

.customer-sec h2:before{
   content: '';
   position: absolute;
   color: #000;
   font-size: 64px;
   background: url(../images/quotes.png) no-repeat;
   background-size: contain;
   width: 190px;
   height: 200px;
   top: -60px;
}

.customer-sec .carousel-indicators li:first-child {
    margin-left: 0;
}

.customer-sec .carousel-indicators li img {
    width: 90%;
}

.customer-sec .carousel-indicators li {
     -ms-flex: 0 1 auto;
     height: 98px;
     width: 180px;
     margin-right: 55px;
     margin-left: 74px;
     text-indent:inherit;
     cursor:inherit;
     background-color: #fff;
     background-clip:inherit;
     border-top: inherit;
     border-bottom:inherit;
     opacity: 1;
     transition: opacity .6s ease;
     justify-content: center;
     align-items: center;
     padding-top: 0;
}

.customer-sec ul.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -180px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
}


.customer-sec .carousel-control-prev-icon {
    background-image: url(../images/left-arrow-port.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.customer-sec .carousel-control-next-icon {
    background-image: url(../images/right-arrow-port.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.customer-sec .carousel-control-prev-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    top: 36px;
    position: absolute;
    z-index: 999;
}


.customer-sec .carousel-control-next-icon{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    top: 36px;
    position: absolute;
    z-index: 3;
}

.customer-sec .carousel-control-prev {
    left: 0;
    bottom: -100px;
}

.customer-sec .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: -90px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 44px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 3;
}

.customer-sec h5 {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

.customer-sec p {
    margin-top: 20px;
}

.carousel-inner {
     margin-top: 0;
}

.customer-sec article img {
    position: relative;
    left: 0;
}

/*customer-sec*/

/*services-sec */
 .services-sec {
    padding: 200px 0 145px;
    background-color: #0047e7;
    margin-top: 90px;
    position: relative;
}

.services-sec .heading h2 {
    color: #fff;
}

.services-sec .heading p {
    color: #fff;
}

.centerCol{
    margin: 0 auto;
}

 
.services-item h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 10px;
    position: relative;
}

.services-item {
    padding: 45px 16px 0;
}

.services-item span {
    color: #08276e;
    font-size: 200px;
    position: absolute;
    right: -110px;
    top: -55px;
    font-weight: 900;
}

.services-item h2:before {
    content: '';
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgb(255, 81, 38) 0%, rgb(255, 163, 21) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 81, 38) 0%, rgb(255, 163, 21) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 81, 38) 0%, rgb(255, 163, 21) 100%);
    width: 4px;
    height: 50px;
    left: -12px;
    border-radius: 1px;
}

.services-item p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-right: 50px;
}

 
.services-sec:before {
    content: '';
    background: #fff;
    left: 0;
    width: 100%;
    height: 170px;
    position: absolute;
    background-color: transparent;
    /* transform: skew(0, 
-3deg
 ); */
    z-index: 1;
    top: -83px;
}
.services-sec:after {
    content: '';
    background: #fff;
    bottom: -86px;
    left: 0;
    width: 100%;
    /* height: 169px; */
    position: absolute;
    background-color: #ffffff;
    /* transform: skew(0, -3deg); */
}
 
.services-sec .readmore {
    margin-top: 70px;
}

.services-sec .readmore a {
    padding: 9px 60px;
    position: relative;
    z-index: 2;
}
 
.bg-lines ul {
    width: 1170px;
    margin: 0 auto;
}

.bg-lines ul li {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    opacity: 0.2;
}

.bg-lines ul li:nth-child(1) {
    margin-left: 13px;
}

.bg-lines ul li:nth-child(2) {
    margin-left: 15.7%;
}
.bg-lines ul li:nth-child(3) {
    margin-left: 30.7%;
}

.bg-lines ul li:nth-child(4) {
    margin-left: 45.7%;
}

.link-btn a {
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 
90deg
 , rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    display: inline-block;
    padding: 10px 55px;
    border-radius: 4px;
    color: #fff;
    margin-top: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
}

.services-slider .owl-nav button i.fa-arrow-left:before {
    content: "\f104";
}

.services-slider .owl-nav button i.fa-arrow-right:before{
   content: "\f105";
 }

 .services-slider .owl-nav button i {
    background: #6e418c;
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
    display: flex !important;
     color: #7e5d93 !important;
 }
  
 .services-sec .heading {
    margin-bottom: 50px;
}
 
/*services-sec */

/*newsletter-sec*/

 .newsletter-sec {
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 
90deg
, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    position: relative;
    padding: 300px 0 100px;
}

.newsletter-info #regForm .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 43%;
}

.newsletter-sec:after {
    top: -83px;
    content: '';
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 185px;
    position: absolute;
    background-color: #ffffff;
    transform: skew(0, 
-3deg
);
}

.newsletter-info {
    border-radius: 10px;
    background-color: #fff;
    padding: 65px;
    position: relative;
    z-index: 2;
}

.newsletter-info:before{
 content: '';
    position: absolute;
    background: url(../images/new-logo.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 342px;
    height: 270px;
    right: 0;
    top: 20px;
}



.newsletter-info h3 {
    font-size: 42px;
}

.newsletter-info p {
    color: #666666;
    font-size: 17px;
}

.newsletter-info .banner_form_btn button.sbt_set{
background: rgb(67,28,93);
background: linear-gradient(176deg, rgba(67,28,93,1) 0%, rgba(55,21,78,1) 35%, rgba(43,15,62,1) 100%);

}


.newsletter-sec img.after-bg {
    position: absolute;
    top: -140px;
    width: 16%;
}


.newsletter-sec img.after-af{
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 20%;
}


.form-box-wrap{
    margin-top: 25px;
    position: relative;
    width: 62%;
}
.form-button-wrap {
    margin-top: 15px;
    display: flex;
}
.form-button-wrap a {
    background-color: #e7a514;
    color: #201801;
    font-size: 13px;
    padding: 16px 36px;
    margin-right: 13px;
    border-radius: 10px;
    font-weight: 600
}
.form-button-wrap a:last-child{
    color: #333333;
    background-color: #fff;
    margin-right: 0px;
}
.form-button-wrap a:last-child i{
    padding-right: 10px;
    color: #000000;
}

.form-box-wrap form .input-group .form-control {
    height: 40px;
}
.form-box-wrap form .input-group input.form-control {
    height: 45px;
    border-radius: 10px;
    width: 100%;
    background-color: #dee7f2;
    font-weight: 600;
    font-size: 16px;
}
.form-box-wrap form button {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border: 0;
    line-height: 14px;
    padding: 0 35px;
    height: 45px;
    width: auto;
    border-radius: 5px;
    margin-right: 0;
    background-image: none;
    background: rgb(67,28,93);
    background: linear-gradient(
176deg
, rgba(67,28,93,1) 0%, rgba(55,21,78,1) 35%, rgba(43,15,62,1) 100%);
}
.form-box-wrap form button:focus {
    outline: none;
}
.form-box-wrap form .input-group {
    position: relative;
}
.form-box-wrap form button i.fa-arrow-circle-right {
    position: absolute;
    z-index: 1;
    color: #6c757d;
    top: 15px;
    left: 15px;
}
.form-box-wrap .tab, 
.form-box-wrap .tab02, 
.form-box-wrap .tab03{
    display: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.form-box-wrap #nextBtn {
    border-radius: 10px;
    padding: 0;
}
.form-box-wrap form button#prevBtn {
    border-radius: 10px !important;
}

.form-box-wrap .form_btn_wrap {
    position: absolute;
    right: 0;
    width: auto
}
.modal .form_btn_wrap button:first-child, 
.modal .form_btn_wrap button:last-child, 
.bio_ep .form_btn_wrap button:first-child, 
.bio_ep .form_btn_wrap button:last-child {
    border-radius: 0;
}
.modal .field_div, 
.bio_ep .field_div {
    flex-grow: 1;
}
.modal .form_btn_wrap button:last-child,
.bio_ep .form_btn_wrap button:last-child {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.field_div {
    width: 100%;
}

/*newsletter-sec*/



/*****POPUPUP FORM START****/
#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 36%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 50px 0 #313131;
    position: relative;
    overflow: hidden;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.grid-item.current img {
    transform: scale(1.07);
    filter: grayscale(1);
transition: all .5s;
}


.entry-box h1 span {
    color: #ffd800
}

.entry-left {
       text-align: center;
       background-image: -moz-linear-gradient( 0deg, #793DFF 0%, #DB44F4 100%);
       background-image: -webkit-linear-gradient( 
0deg
, #004ae1 0%, #004ae1 110% );
       background-image: -ms-linear-gradient( 0deg, #793DFF 0%, #DB44F4 100%);
}

.entry-right .text-2 {
    position: relative;
    margin: 16px 0px;
    text-align: left;
    padding-left: 17px;
}
.entry-right .text-2 h2 {
    font-size: 30px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.entry-right .text-2 h2 span {
    background-image: linear-gradient(90deg, #c643f6, #793dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.entry-right .text-2:before {
    content: "";
    width: 6px;
    height: 50px;
    background-image: -moz-linear-gradient( -90deg, #793DFF 0%, #DB44F4 100%);
    background-image: -webkit-linear-gradient( -90deg, #ff7708 0%, #ff7708 110% );
    background-image: -ms-linear-gradient( -90deg, #793DFF 0%, #DB44F4 100%);
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.entry-right .text-2 strong {
    text-transform: uppercase
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
      width: 55%;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      border: none!important;
      padding: 10px;
      background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
      background-image: -webkit-linear-gradient( 
90deg
 , #004ae1 0%, #3879ff 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
      margin-top: 10px;
      border-radius: 6px;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 90deg , rgb(255 120 9) 0%, rgb(255 112 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    width: 31px;
    height: 31px;
    border-radius: 50pc;
    color: #fff;
    font-size: 20px;
    top: 16px;
    z-index: 9;
}
/*****POPUPUP FORM END****/
 

.peterans-main {
     display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 50px 20px;
    filter: contrast(110%);
    position: absolute;
   
}


.peterans-main .peterans-1, .peterans-main .peterans-2, .peterans-main .peterans-3, .peterans-main .peterans-4, .peterans-main .peterans-5, .peterans-main .peterans-6, .peterans-main .peterans-7 {
     position: absolute;
    animation: left-to-right linear infinite;
}

.peterans-main .peterans-1 {
    top: 359px;
    left: -185px;
    animation-duration: 22s;
}


.peterans-main .peterans-2 {
    transition: 2s transform;
    top: 15%;
    left: 200px;
    animation-duration: 26s;
}

.peterans-main .peterans-3 {
    transition: 2s transform;
    top: 13%;
    left: -800px;
    animation-duration: 30s;
    animation-delay: 0.5s;
    opacity: 0.4;
}

.peterans-main .peterans-4 {
    top: 32%;
    left: -400px;
    animation-duration: 28s;
    animation-delay: 4s;
}


.peterans-main .peterans-4 {
    top: 32%;
    left: -400px;
    animation-duration: 28s;
    animation-delay: 13s;
}

.peterans-main .peterans-5 {
    top: 43%;
    left: -300px;
    animation-duration: 20s;
     z-index: -1;
}

 
.peterans-main .peterans-6 {
    left: 300px;
    animation-duration: 22s;
    top: 400px;
}

.peterans-main .peterans-7 {
    left: 300px;
    animation-duration: 22s;
    bottom: 0;
}


.grid-item img{
    transition: all .5s;
    transform: scale(1);
    border-radius: 12px;
}
.grid-item.current img {
    transform: scale(1.07);
    filter: grayscale(1);
transition: all .5s;
}

.grid-item img:hover{
    transition: all .5s;
    transform: scale(1);
}
.grid-item img:hover {
    transform: scale(1.07);
    filter: grayscale(1);
transition: all .5s;
}


/*Logo-Agency-Section-Css-Start*/


 .logo-agency-section{
  position: relative;
  margin:  56px 0px
 }

.logo-agency-section .main-heading p {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26px;
    text-align: left;
}

.logo-agency-section .main-heading span {
    font-size: 46px;
    text-align: center;
    color: red;
    font-weight: bold;
    text-align: left;
}
.logo-agency-section .main-heading-desc p {
    font-size: 16px;
    text-align: center;
    text-align: left;
}
.logo-agency-section .main-heading-desc {
    margin-bottom: 50px;
}

.main-text-cont {
    text-align: center;
     min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cards-cont {
    border-radius: 3px;
    box-shadow: 10px 10px 10px 10px #ebebeb;
    margin: 13px 0px;
    padding: 10px;
    max-height: 600px;
}

.cards-cont:hover {
   background-color: #d11d23;   
    background-image: url(../images/card-background-image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out 0s;
}
.cards-cont:hover .price p,
.cards-cont:hover .price span,
.cards-cont:hover  .level,
.cards-cont:hover .logo-pakg p,
.cards-cont:hover .desc-text-cont li{
  color: #FFF!important;
}
.cards-cont:hover .logo-design-btn{
  background-image: linear-gradient(#707070, #fcfcfc);
}
.cards-cont:hover ul.d-num>li>a{
    color: #fff;
}

.price p::before{
    content: "";
    position: absolute;
    width: 95%;
    height: 3px;
    bottom: 0%;
    left: 2%;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.cards-cont:hover .price p::before{
    visibility: visible;
    transform: scaleX(1);
}


/*.cards-cont .price :hover{
  color: #FFF !important;
}*/

.desc-text-cont {
    padding: 10px 15px;
    color: #000;
    height: 228px;
    overflow-y: auto;
}
.cards-cont ul.desc-text-cont li:before {
    content: "-";
    padding-right: 3px;
}


/*packages scrollbar starts*/
.desc-text-cont::-webkit-scrollbar {
    width: 6px;
  }
  .desc-text-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background: #d0d0d0;
  }
  .desc-text-cont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px #ccc; 
    -moz-box-shadow: inset 0 0 4px #ccc; 
    background: #ed1d24;
  }
  /*Firefox ScrollBar CSS Start*/
  .desc-text-cont {
    scrollbar-width:thin;
    scrollbar-color:#ff5b1d #d0d0d0;
  }

/*packages scrollbar ends*/

.animate-icons{
  position: relative;
}

.animate-icons img.left-dots-img-abs {
    position: absolute;
    width: 120px;
    top: 22%;
    left: 0%;
}

.logo-agency-section img .logo-design-left-img-abs {
    position: absolute;
    width: 111px;
    top: 24%;
    left: 1%;
}
.animate-icons img.right-dots-img-abs {
    position: absolute;
    width: 120px;
    top: 93%;
    right: 0%;
    transform: rotate(180deg);
}
.animate-icons img.logo-design-right-img-abs {
    position: absolute;
    width: 120px;
    top: 97%;
    right: 1%;
}

.logo-agency-section .main-text-cont .logo-pakg p {
    font-size: 21px;
    padding: 21px 0px 3px 0px;
}

.logo-agency-section .main-text-cont .level p {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    /* padding: 3px 0px; */
}
.logo-agency-section .main-text-cont .price {
    position: relative;
    width: auto;
}
.logo-agency-section .main-text-cont .price sub {
    font-size: 15px;
    text-decoration: line-through;
    position: absolute;
    top: 15%;
    right: -3%;
    font-weight: bold;
}
.logo-agency-section .main-text-cont .price p {
    font-size: 45px;
    color: #d11d23;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 0px;
    position: relative;
}



.logo-agency-section .desc-text-cont .desc-1 p {
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 0px 55px;
}

.logo-agency-section button.logo-design-btn {
    align-items: center;
    padding: 13px 35px;
    background-image: linear-gradient(#8c8c8d, #000);
    border: none;
    color: #FFF;
    border-radius: 3px;
    margin: 14px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
}

.card-btn-cont{
  display: flex;
  justify-content: center;
}
.logo-agency-section .main-text-cont .price p span {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    color: #b5b5b5;
}
ul.d-num {
    display: flex;
    padding: 12px 0;
    margin: 10px 25px 0;
    justify-content: space-between;
}
ul.d-num>li {
    display: inline-block;
    margin-right: 22px;
    position: relative;
    color: #e60b13;
}
ul.d-num>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #e60606;
}


/*Logo-Agency-Section-Css-End*/

@keyframes left-to-right{
 
0% {
    transform: translate3d(0px,0px,0);
}

5% {
    transform: translate3d(150px,-5px,0);
}
10% {
    transform: translate3d(300px,-10px,0);
}
15% {
    transform: translate3d(450px,-15px,0);
}
20% {
    transform: translate3d(600px,-20px,0);
}
25% {
    transform: translate3d(750px,-25px,0);
}
30% {
    transform: translate3d(900px,-30px,0);
}
35% {
    transform: translate3d(1050px,-35px,0);
}
40% {
    transform: translate3d(1200px,-40px,0);
}
45% {
    transform: translate3d(1350px,-45px,0);
}
50% {
    transform: translate3d(1500px,-50px,0);
}
55% {
    transform: translate3d(1650px,-55px,0);
}
60% {
    transform: translate3d(1800px,-60px,0);
}
65% {
    transform: translate3d(1950px,-65px,0);
}
70% {
    transform: translate3d(2100px,-70px,0);
}
75% {
    transform: translate3d(2250px,-80px,0);
}
80% {
    transform: translate3d(2400px,-90px,0);
}
85% {
    transform: translate3d(2550px,-100px,0);
}
90% {
    transform: translate3d(2700px,-110px,0);
}
99.99% {
    transform: translate3d(2850px,-140px,0) scale(0);
}
100% {
    transform: translate3d(-50px,0,0) scale(0);
}

}
 /* new modal css */
/*.modal.show .modal-dialog {*/
/*    margin: 200px auto;*/
/*}*/
/*.modal-header {*/
/*	border-bottom: 0;*/
/*}*/
/*.modal-title {*/
/*    font-weight: 700;*/
/*    font-size: 19px;*/
/*}*/
/*  .modal-footer .btn-primary {*/
/*	width: 100%;*/
/*    background-color: rgb(247 42 60);*/
/*    border-color: rgb(247 42 60);*/
/*}*/
/*.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {*/
/*    background-color: rgb(247 42 60);*/
/*    border-color: rgb(247 42 60);*/
/*}*/
/*.modal-footer{*/
/*	border-top: 0;*/
/*	padding-top: 0;*/
/*}*/
/*.modal-dialog textarea{*/
/*	resize: none;*/
/*}*/
/*.modal-content {*/
/*    border: 1px solid #fff;*/
/*    border-radius: 0.8rem;*/
/*	box-shadow: 0px 0px 8px #fff;*/
/*	padding: 5px;*/
/*}*/

.fancybox-is-open .fancybox-stage{
    zoom: 75%;
}