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

body {
    overflow-x: hidden;
    font-family: 'Luckiest Guy', cursive;
}
@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}
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;
}
button {
    cursor: pointer;
}

p {
    margin-bottom: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0
}

ul li {
    display: inline-block
}
.owl-nav button{
    position: absolute;
    top:41%;
}
.owl-nav .owl-next {
    right: -130px;
}
.owl-nav .owl-prev {
    left: -130px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    filter: grayscale(1) brightness(3);
}
.owl-stage {
    display: flex;
}
.owl-stage .item {
    height: 100%;
}
.form-control.error, select.error {
    border-color: red !important
}
.help-block.form-error {
    display: none !important;
}
label.error {
    display: none !important
}
.sec_title {
    position: relative;
}
.sec_title h3 {
    font-size: 55px;
    color: #a2c118;
}
.sec_title h3 span.drk_txt {
    color: #111;
}
.sec_title h3 span.light_txt {
    color: #fff;
}
.sec_title p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}
.sec_padding {
    padding: 90px 0;
}

/****ANIMATIONS****/
@keyframes jump {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.jumping {
    animation-name: jump;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes zoomanimation {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}
@keyframes leftRight {
  0%   {right:0px; transform: rotate(0deg); opacity:0} 
  20%   {transform: rotate(5deg);opacity:.5}  
  40%   {transform: rotate(0deg); opacity:1}  
  60%   {transform: rotate(5deg); opacity:.7} 
  80%   {transform: rotate(0deg);opacity:.3} 
  100%  {right:200px;transform: rotate(5deg);opacity: 0}
}
@keyframes ghost {
  0%   { transform: translate(0px, 0px); } 
  50%   {transform: translate(60px, -30px);}
  100%  {transform: translate(0px, 0px);}
}
/*@keyframes rightDown {

  0%   {transform: translate(78px, 125px);} 
  50%  {transform: translate(0px, 0px);} 
  100%  {transform: translate(78px, 125px);}
}*/
@keyframes rightDownRotate {
  0%    {transform: rotate(-30deg) translate(0px, 0px);} 
  50%   {transform: rotate(0deg) translate(78px, 125px);}  
  100%   {transform: rotate(-30deg) translate(0px, 0px);}  
}

@keyframes centreRightDown {
  0%   {transform: rotate(0deg) translate(213px, 180px);} 
  50%  {transform: translate(0px, 0px) rotate(-10deg);} 
  100%  {transform: rotate(0deg) translate(213px, 180px);}
}
@keyframes rightUp {

  0%   {transform: rotate(0deg); bottom: 250px;} 
  50%  {transform: rotate(0deg); bottom: 150px;} 
  100%  {transform: rotate(0deg); bottom: 250px;}
}
/*@keyframes spider {

  0%   { top: 0px;} 
  50%  { top: 250px;} 
  55%  {transform: rotate(180deg);} 
  100%  { top: 0px; transform: rotate(180deg);}
}*/

@keyframes spider {
  0%   {top: 0px;} 
  100%  {top: 250px;}
}
@keyframes serviceBat {
  0%   { transform: translate(0px, 0px); } 
  50%   {transform: translate(20px, -15px);}
  100%  {transform: translate(0px, 0px);}
}
@keyframes serviceGhost {
  0%   { transform: translate(0px, 0px); } 
  50%   {transform: translate(-40px, -10px);}
  100%  {transform: translate(0px, 0px);}
}
@keyframes port_ghost {
  0%    {transform: rotate(0deg) translate(0px, 0px);} 
  50%   {transform: rotate(-10deg) translate(-57px, -60px);}  
  100%   {transform: rotate(0deg) translate(0px, 0px);}  s
}
@keyframes footer_ghost {
  0%   {transform: rotate(-30deg) translate(0px, 0px);}  
  50%   {transform: rotate(0deg) translate(-50px, -140px);}
  100%   {transform: rotate(-30deg) translate(0px, 0px);}   
}
.hvr-radial-out {
    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;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec072d;
    border-radius: 100%;
    -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;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.banner_btn.hvr-radial-out:before {
    background-color: #000;
}
.banner_btn.hvr-radial-out:hover, .banner_btn.hvr-radial-out:focus, .banner_btn.hvr-radial-out:active {
    color: #a4c318;
}
.default_btn.hvr-radial-out:before {
    background-color: #000;
}

/****DEFAULT BTN****/
.default_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    padding: 13px 0;
    background-color: #ec072d;
    width: 318px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.19);
}
.dash_btn {
    color: #ec072d;
    background-color: transparent;
    border: 2px dashed #6a6a6a;
}
.cta_btn .default_btn.hvr-radial-out:before {
    background-color: #fff;
}
.cta_btn .default_btn.hvr-radial-out:hover, .cta_btn .default_btn.hvr-radial-out:focus, .cta_btn .default_btn.hvr-radial-out:active {
    color: #000;
}
/*****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 #000;
    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
}

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

.entry-left {
    text-align: center;
    background-color: #0f013b;
}

.entry-right .text-2 {
    position: relative;
    margin: 16px 0px;
    text-align: left;
    padding-left: 17px;
}
.entry-right .text-2 h2 {
    font-size: 30px;
    color: #0f013b;
    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;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #0f013b;
}
.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-radius: 10px;
    border: none!important;
    padding: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
}

.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;
    width: 31px;
    height: 31px;
    border-radius: 50pc;
    color: #fff;
    font-size: 20px;
    top: 16px;
    z-index: 9;
    background-image: -moz-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
}
/*****POPUPUP FORM END****/
/**********HEADER START***********/
header {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
header.active {
    background-color: #000000cf;
    padding: 16px 0;
}
.header_cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.call_btn {
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    margin-right: 37px;
}
.call_btn:hover {
    color: #df0721;
}

.qoute_btn {
    font-size: 22px;
    color: #edc902;
    padding: 12px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
}

/**********HEADER END***********/

/**********BANNER START***********/
.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 748px;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    padding-top: 7.5%;
}
.banner_content {
    position: relative;
    z-index: 3;
}
.banner_content h2{
    color: #ffffff;
    font-size: 70px;
}
.banner_content h2 span {
    color: #edc902;
}
.banner_content p{
    color: #ffffff;
    font-size: 18px;
    margin: 18px 0 25px;
}
.banner_btn {
    color: #000000;
    font-size: 24px;
    background-color: #a4c318;
    border-radius: 50px;
    padding: 14px 53px; 
    display: inline-block;
    text-shadow: 0px 2px 2px rgba(239, 239, 239, 0.56);
    margin-top: 45px;
}
.form_top {
    border-radius: 10px 10px 0 0;
    border: 1px solid #da0c1f;
}
.form_title_area {
    border: 2px solid #130d4d;
    border-radius: 10px 10px 0 0;
    background-color: #d80c1e;
    padding: 30px 28px;
    position: relative;
    z-index: 1;
}
.form_title_area:before {
    content: "";
    background: url(../images/form_web.png) no-repeat;
    width: 126px;
    height: 114px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.form_title {
    width: 80%;
}
.form_title h3 {
    font-size: 33px;
    color: #fff;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
}
.form_title h5 {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
}
.form_title h5 span {
    font-weight: 900;
    color: #edc902;
}
.discount_tag {
    background-color: #edc902;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 91%);
    display: inline-flex;
    padding: 10px 15px;
    position: absolute;
    right: -45px;
    top: 3px;
}
.discount_tag h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 92px;
    font-weight: 700;
    color: #ee0823;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
}

.discount_tag h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    padding-top: 20px;
}
.form_area {
    padding: 40px 35px;
    background-color: #1c1c1c;
    border-radius: 0 0 10px 10px;
    border: 1px solid #da0c1f;
}
.form_area input {
    height: 54px;
    border-radius: 50px;
    border: 1px solid #989898;
    font-family: 'Poppins', sans-serif;
    padding-left: 32px;
}
.submit_btn {
    background-color: #edc902;
    border-radius: 50px;
    border: none;
    font-size: 35px;
    color: #df0721;
    padding: 0 60px;
    height: 58px;
    box-shadow: 0px 21px 21px 0px rgba(237, 201, 2, 0.18);
    margin-top: 20px;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.56);
}
.ghost_hand {
    background: url(../images/ghost_hand.png) no-repeat;
    width: 254px;
    height: 304px;
    position: absolute;
    bottom: 0;
    right: 11%;
    overflow: hidden;
}
.ghost_hand img {
    margin-top: 135px;
    margin-left: 35px;
}
.web {
    position: absolute;
    top: 0;
    right: 0;
}
.bnr_halloween {
    position: absolute;
    bottom: -23px;
    left: -5px;
    z-index: 0;
}
.bnr_left_ghost {
    position: absolute;
    bottom: 19%;
    left: 20px;
    z-index: -1;
    animation-name: rightUp;
    animation-duration: 2s;
    -webkit-animation: rightUp 8s infinite;
}
.bnr_center_ghost {
    position: absolute;
    top: 23px;
    right: 39%;
    z-index: -1;
    animation-name: centreRightDown;
    animation-duration: 8s;
    -webkit-animation: centreRightDown 8s infinite;
}
.bnr_right_ghost {
    position: absolute;
    bottom: 18%;
    right: 8px;
    z-index: -1;
    animation: rightDown, rightDownRotate 8s infinite;
    animation-duration: 4s;
    -webkit-animation: rightDown, rightDownRotate 8s infinite;
}
.spider {
    position: absolute;
    right: 87px;
    animation: spider 8s infinite;
    animation-duration: 8s;
    -webkit-animation: spider 8s infinite;
}
/**********BANNER END***********/

/**********SERVICE START***********/
.service .sec_title p {
    margin-bottom:40px;
}
.web_service {
    background-color: #eaeaea;
}
.service_img {
    position: relative;
}
.service_bat {
    position: absolute;
    top: -38px;
    left:0;
    animation-name: serviceBat;
    animation-duration: 2s;
    -webkit-animation: serviceBat 2s infinite;
}
.serv_ghost {
    position: absolute;
    bottom: -56px;
    right: -147px;
    animation-name: serviceGhost;
    animation-duration: 4s;
    -webkit-animation: serviceGhost 4s infinite;
}

.serv_halloween {
    position: absolute;
    bottom: -30px;
    right: -167px;
}
/**********SERVICE END***********/

/**********CTA START***********/
.cta {
    background-color: #000;
    position: relative;
    padding: 70px 0;
}
.cta .cta_title, .cta, .cta_btn {
    position: relative;
    z-index: 1;
}
.cta_title h3 {
    font-size: 50px;
    color: #a2c118;
}
.cta_title h3 span {
    color: #fff;
}
.cta_title p {
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}
.cta_btn li:first-child {
    margin-bottom: 17px;
}
.cta_halloween {
    position: absolute;
    left: 65px;
    top: 10px;
}
.cta_right {
    position: absolute;
    right: -18px;
    top: -11px;
}
/**********CTA END***********/

/**********PORTFOLIO START***********/
.portfolio.sec_padding{
    padding-bottom: 380px;
    position: relative;
    z-index: 1;
}
.portfolio .sec_title {
    margin-bottom: 30px;
}
.portfolio_wrap {
    position: relative;
    z-index: 5;
}
.portfolio_wrap .nav {
    justify-content: center;
    border:none;
}
.portfolio_wrap nav .nav-link {
    color: #666666;
    font-size: 24px;
    padding: 13px 36px;
    font-family: 'Poppins', sans-serif;
    border: none;
    border: 2px dashed transparent;
}
.portfolio_wrap nav .nav-link.active, .portfolio_wrap nav .nav-link:hover {
    color: #000;
    border: 2px dashed #ec0823;
    border-radius: 50px;
}
.portfolio_wrap nav {
    margin-bottom: 60px;
}
.portfolio_wrap .default_btn {
    margin-top: 75px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.19);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect .overlay a i {
    font-size: 30px;
}
.hovereffect:hover .overlay {
  background-color: rgba(75,75,75,0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  /* margin: -52px 0 0 0; */
  padding: 45px 70px;
  align-items: center;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.port_web {
    position: absolute;
    top: -27px;
    left: 0;
}
.bottom_grill {
    position: absolute;
    bottom: 35px;
    left: 0;
}
.port_bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
}
.portfolio:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/port_left.png) no-repeat;
    height:100% ;
    width: 77px;
}
.portfolio:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../images/port_right.png) no-repeat;
    height:100% ;
    width: 77px;
}
.port_hlw_left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.port_hlw_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.port_bats {
    position: absolute;
    left: 7px;
    bottom: 180px;
}
.port_ghost {
    position: absolute;
    right: 8%;
    bottom: 77px;
    animation: port_ghost 8s infinite;
    animation-duration: 4s;
    -webkit-animation: port_ghost 8s infinite;
}
/**********PORTFOLIO END***********/

/**********TESTIMONIAL START***********/
.testimonial {
    background-color: #232246;
    padding: 135px 0 120px;
    position: relative;
    z-index: 0;
}
.testimonial .sec_title p{
    color: #999;
}
.client_reviews {
    position: relative;
}
.client_reviews:before {
    content: "";
    position: absolute;
    background: url(../images/reviews_bg.png) no-repeat;
    width: 839px;
    height: 545px;
    top: -166px;
    left: -215px;
}
.review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 265px;
}
.review p{
    font-size: 21px;
    color: #000;
}
.review h3{
    font-size: 29px;
    color: #000;
}
.testi_indicators {
    margin-top: 30px;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 3;
    display: initial;
    display: initial;
    display: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators li {
    text-indent: initial;
    background-color: initial;
    opacity: 0.3;
    cursor: pointer;
    margin-right: 30px;
}
.carousel-indicators li.active {
    background-color: initial;
    opacity: 1;
}
.testi_web_left {
    position: absolute;
    top: -23px;
    left: 0;
    z-index: -1;
}
.testi_web_right {
    position: absolute;
    top: -23px;
    right: 0;
    z-index: -1;
}
.testi_halloween {
    position: absolute;
    bottom: -42px;
    right: 10px;
}
.footer_ghost {
    position: absolute;
    bottom: -234px;
    left: 85px;
    transform: rotate(-30deg);
    animation: footer_ghost 8s infinite;
    animation-duration: 4s;
    -webkit-animation: footer_ghost 8s infinite;
}
.testi_btn {
    display: none;
    justify-content: center;
}
/**********TESTIMONIAL END***********/

/*******FOOTER START*******/

.footer-bg {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
}
.copy-right-text {
    padding: 20px 0 20px;
    border-bottom: 1px solid #fff;
}
.main-disclaimer {
    padding: 26px 0;
    text-align: center;
}
.term-text ul li {
    display: inline-block;
    border-right: 1px solid #fff;
}
.term-text ul li a {
    color: #fff !important;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-right: 16px;
    padding-left: 16px;
}
.term-text ul li:last-child {
    border-right: none;
}
.copy-para p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.card-icon {
    text-align: end;
}
.main-disclaimer {
    padding: 35px 0;
    text-align: center;
}
.disclaimer-text h5 {
    font-size: 29px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.disclaimer-text p {
    font-size: 13px;
    color: #686868;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding-top: 10px;
    line-height: 22px;
}
.term-text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding-top: 6px;
    padding-left: 16px;
}

.copy-para h3{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}

/*******FOOTER END*******/