@charset "utf-8";
/* CSS Document */
body{font-family: 'Roboto-Light', sans-serif;}
.navbar{padding-top: 0px; padding-bottom: 0px;}
nav .navbar-nav li a{
color: #082b48 !important; font-size:14px; padding:30px 20px !important; 
background: none;  border-radius: 0px; transition: 0.5s; font-family: 'Roboto-Light', sans-serif; font-weight: bold;
  }
nav .navbar-nav li a:hover{
color: #b012fd !important; background:#f1f1f1; 
  }
  .dropdown-menu{
 background-color: #ffffff !important; padding-top:0px; padding-bottom:0px; border-radius: 0px;
}
.dropdown-menu .dropdown-item{padding-top: 10px !important; padding-bottom: 10px !important; border-bottom: #efefef solid 1px; text-transform: none; font-weight: normal;}

@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  }
}
@media (max-width : 992px) {
  .offcanvas {
    width : 100% !important; background:#ffffff;
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
}
.navbar-nav li a {
  color: white !important; 
}
@font-face {
        font-family: Roboto-Regular;
        src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
        font-family: Roboto-Bold;
        src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
        font-family: Teko-Bold;
        src: url(../fonts/Teko-Bold.ttf);
}
@font-face {
        font-family: Teko-Light;
        src: url(../fonts/Teko-Light.ttf);
}
@font-face {
         font-family:Oswald-SemiBold;
        src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
         font-family:Futura-CondensedLight;
        src: url(../fonts/Futura-CondensedLight.otf);
}
@font-face {
         font-family:Anton-Regular;
        src: url(../fonts/Anton-Regular.ttf);
}
.navbar-toggler{border:none !important;}
.navbar-brand{color: #ffffff !important;}
.bg-white {
  background: transparent !important;
  transition: 1.5s ease-in;
}

.bg-white.scrolled {
  background: #ffffff !important;
}
.melting-text-container {
    position: relative;
    overflow: hidden;
}

.melting-text {
    font-size: 4rem;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    position: relative;
    animation: melt 3s infinite ease-in-out;
    
    color: transparent;
}

.melting-text::before,
.melting-text::after {
    content: 'MELTING';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    z-index: -1;
    transform: scaleY(1);
    opacity: 0.5;
    animation: drip 3s infinite ease-in-out;
}

.melting-text::after {
    filter: blur(10px);
    opacity: 0.3;
}

/* Keyframes for melting effect */
@keyframes melt {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}

@keyframes drip {
    0%, 100% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    50% {
        transform: scaleY(1.5);
        opacity: 0.7;
    }
}
.neon-text {
    font-size: 4rem;
    color: #000000;
    text-shadow: 0 0 5px #ffecac, 0 0 10px #ffecac, 0 0 20px #ffecac, 0 0 40px #ffecac, 0 0 80px #ffecac;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ffecac, 0 0 10px #ffecac, 0 0 20px #ffecac, 0 0 40px #ffecac, 0 0 80px #ffecac;
    }
    100% {
        text-shadow: 0 0 10px #f5ffe6, 0 0 20px #f5ffe6, 0 0 40px #f5ffe6, 0 0 80px #f5ffe6, 0 0 160px #f5ffe6;
    }
}
#consentBox {
    background: #000000;
    padding: 5px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center; position: fixed; bottom: 0px; z-index: 5;
}

#consentBox.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

::selection {
    color: #fff;
    background: #229a0f;
}

#consentBox p {
    color: #c7c7c7;
    margin: 10px 0 10px 0; font-size: 13px;
}


.consentButton {
    margin-right: 10px;
}

.rejectButton {
    color: #ffffff;
    text-decoration: none;
}


#banner-slide{width: 100%; height: auto; padding-top: 130px; padding-bottom: 4rem; background: url(../images/bg-1.gif) no-repeat center fixed; background-size: 100% 100%; margin-top: -80px;}
#banner-slide h1{color: #281d86;}
#banner-slide p{color: #4e66ea;}
#banner-slide2{width: 100%; height: auto; padding-top: 120px; padding-bottom:3rem; background: url(../images/bg-6.gif) no-repeat center fixed; background-size: 100% 100%; margin-top: -80px;}
#banner-slide2 h1{color: #021d32;}
#dream-website{width: 100%; height: auto; padding-top: 5rem; padding-bottom: 5rem; background: url(../images/bg-2.gif) no-repeat center fixed; background-size: 100% 100%;}
.dsi{border: #4e66ea solid 3px; border-radius: 15px; -webkit-box-shadow: 0px 14px 10px -6px rgba(66, 68, 90, 0.22);
-moz-box-shadow: 0px 14px 10px -6px rgba(66, 68, 90, 0.22);
box-shadow: 0px 14px 10px -6px rgba(66, 68, 90, 0.22); transition: 0.3s; }
#dream-website h2{color: #021d32;}
.dsi:hover{border-color: #4c7a09; border-radius: 0px; margin-top: -10px; -webkit-box-shadow: 0px 5px 42px -2px rgba(66, 68, 90, 0.48);
-moz-box-shadow: 0px 5px 42px -2px rgba(66, 68, 90, 0.48);
box-shadow: 0px 5px 42px -2px rgba(66, 68, 90, 0.48);}
.dsi1{font-size: 6rem; text-transform: uppercase; font-family:'Anton-Regular', sans-serif; color: #b9d0da; margin-bottom: -50px;}
.dsi2{font-size: 6rem; text-transform: uppercase; font-family:'Anton-Regular', sans-serif; color: #ededed; margin-bottom: -50px;}
.dsi3{border-radius: 0px; border-color: #ffffff; padding-top: 15px; padding-bottom: 10px; color: #281d86; -webkit-box-shadow: 0px 0px 24px -13px rgba(66, 68, 90, 0.94);
-moz-box-shadow: 0px 0px 24px -13px rgba(66, 68, 90, 0.94);
box-shadow: 0px 0px 24px -13px rgba(66, 68, 90, 0.94); transition: 0.3s}
.dsi3:hover{border-color: #d8d7d7; -webkit-box-shadow: 0px 0px 54px -13px rgba(66, 68, 90, 0.94);
-moz-box-shadow: 0px 0px 54px -13px rgba(66, 68, 90, 0.94);
box-shadow: 0px 0px 54px -13px rgba(66, 68, 90, 0.94); margin-top: -10px; color: #121415;}
.dsi4{font-size: 6rem; text-transform: uppercase; font-family:'Anton-Regular', sans-serif; color: #ededed; margin-bottom: -50px;}
.dsi5{border-top: #323248 solid 1px; border-bottom: #323248 solid 1px; margin-top: 30px;}
.dsi6{transition: 0.3s; box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}
.dsi6:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; margin-top: -10px; border-radius: 20px;}
.dsi7{box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
.dsi8{background: #1D0982;
background: linear-gradient(90deg,rgba(29, 9, 130, 1) 0%, rgba(143, 6, 230, 1) 100%); border-color: #1d0982;}
.dsi8:hover{border-color: #8701e3; background: #8F06E6;
background: linear-gradient(90deg,rgba(143, 6, 230, 1) 0%, rgba(29, 9, 130, 1) 100%);}
.dsi9{border-color: #8701e3; background: #8F06E6;
background: linear-gradient(90deg,rgba(143, 6, 230, 1) 0%, rgba(29, 9, 130, 1) 100%);}
.dsi9:hover{background: #1D0982;
background: linear-gradient(90deg,rgba(29, 9, 130, 1) 0%, rgba(143, 6, 230, 1) 100%); border-color: #1d0982;}
.zwsp2{background: #ffffff; border-radius: 0px; padding-top: 30px; padding-bottom: 30px; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.10) 0px 15px 12px; transition: 0.3s}
.zwsp2:hover{border-color: #7bb526; background: #ffffff; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.10) 0px 15px 12px; cursor: pointer; margin-top: -10px; border-radius: 20px; z-index: 1000;}
.right{width: 50px; height: auto; float:right; position: fixed; top: 20%; right: 10px;}
.wtx {
  transition: transform .7s ease-in-out;
}
.wtx:hover {
  transform: rotate(360deg);
}
#homewelcome{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: url(../images/bg-3.gif) repeat fixed;}
#homewelcome h1{color: #4e66ea;}
#homewelcome h2{color: #281d86;}
#homewelcome ul{list-style-image: url(../images/arrow2.png);}
#homeservices{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: url(../images/bg-2.gif) no-repeat center fixed; background-size: 100% 100%;}
#homeservices h1{color: #121415;}
#homeservices h2{color: #84bb0c;}
#homeservices ul{list-style-image: url(../images/arrow2.png);}
#hometestmonials{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: url(../images/bg-4.gif) no-repeat center bottom fixed;}
#hometestmonials h2{color: #121415;}
#hometestmonials ul{list-style-image: url(../images/arrow2.png);}
#hometestmonials1{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: url(../images/bg-4.gif) no-repeat center bottom;}
#hometestmonials1 h2{color: #121415;}
#hometestmonials1 ul{list-style-image: url(../images/arrow2.png);}
#hometestmonials1 a{color: #333b3e;}
#hometestmonials1 a:hover{color: #349abc;}
#hometestmonials2a{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: url(../images/bg-4.gif) no-repeat center bottom fixed;}
#hometestmonials2a h2{color: #121415;}
#hometestmonials2a ul{list-style-image: url(../images/arrow2.png);}
#hometestmonials2a p{font-family: Teko-Light; font-size: 22px;}
#homeseccess{width: 100%; height: auto; padding-top: 6rem; padding-bottom: 6rem;}
#homeseccess h1{color: #262525;}
#jumbotron{width: 100%; height: auto; padding-top: 2rem; padding-bottom: 1rem; background: #080808; background-size:cover; }
#jumbotron h1{font-size: 40px; color: #f9b800; text-transform: uppercase; margin: 0px !important; padding: 0px !important;}
#jumbotron strong{color: #fdd003;}
#jumbotron h3{text-decoration: underline; text-underline-offset: 10px; color: #ffffff;}
#packages{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem;  border-top: #f1f1f1 solid 1px; border-bottom: #f1f1f1 solid 1px;}
#packages strong{color: #9411e5;}
#packages span{color: #34db00;}
#packages h1{color: #281d86;}
#packages h4{color: #009bdb;}
#packages h5{color: #db6c00; font-size: 60px;}
.bread{width: 100%; height: auto; background: #00b8de; padding-top: 20px;}
.breadcrumb-item a{color: #000000; font-weight: bold; }
.breadcrumb-item a:hover{color: #00aff0;}
.nav .nav-link {
  color: #101721;
}
.prp1{background:#f1ecf6; border-color: #bfabd3; font-size: 24px; font-family:'Anton-Regular', sans-serif; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: 0.3s;}
.prp1:hover{margin-top:-5px;background:#ffffff; border-color: #6018b7; color: #6018b7 !important; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.tel{color: #000000; text-decoration: none; font-size: 22px; line-height: 25px;}
.tel:hover{color: #ff9800;}
.tel2{color: #000000; text-decoration: none; font-size: 25px;}
.tel2:hover{color: #ff9800;}
.mail{color: #000000; text-decoration: none; font-size: 16px; line-height: 18px;}
.mail:hover{color: #ff9800;}
@media (min-width: 1200px) {
    .container{
        max-width: 90%;
    }
}
h1,h2,h3,h4,h5,h6{ font-family:'Anton-Regular', sans-serif; }
p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; margin-bottom: 10px;
    margin-top: 5px; color:#535b69; font-family: 'Roboto-Regular' sans-serif;
    
}
.logo{width:190px; height:auto; margin-top: 0px; margin-bottom: 0px;}

/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #84bb0c;
  overflow: auto; position:fixed; bottom:0; z-index:1200; border-top:#cef873 solid 1px; }

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease; border-right:#659007 solid 1px; border-left:#ffffff solid 1px; 
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #2226da;
}

.icon-bar2 a:active {
  background-color: #04183d;
}
.tt{font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.fa_custom {
color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
  -animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  -animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  -animate-duration: 800ms;
  -animate-delay: 0.9s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231813;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231813;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #231813;
}
 ::-moz-selection { /* Code for Firefox */
  color: #c5c5c5;
  background: #35363a;
}
::selection {
  color: #c5c5c5;
  background: #35363a;
}

#footerbg{background:url(../images/bg-5.gif) no-repeat top #021d32; padding-top: 3rem; padding-bottom: 3rem; width: 100%; height: auto;}
#footerbg h1{color: #ffffff; font-size: 35px;}
#footerbg span{font-size: 20px; color: #ffffff;}
#footerbg h2{color: #ffffff;}
#footerbg h3{color: #4e66ea; font-size: 18px; font-family: 'Roboto-Light', sans-serif; }
#footerbg h5{color: #eef2f4; font-size: 15px; font-family: 'Roboto-Light', sans-serif; }
#footerbg p{color: #eef2f4; line-height:20px; font-size:14px; font-family: 'Roboto-Light', sans-serif; }
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#eef2f4; text-decoration:none; line-height:20px; font-size:14px; font-family: 'Roboto-Light', sans-serif; }
.footermenu2:hover{color:#4e66ec; text-decoration:none; }
.readmore{color:#353a57; text-decoration:none;}
.readmore:hover{color:#353a57;}
.readmore2{color:#eef2f4; text-decoration:none; cursor: pointer;}
.readmore2:hover{color:#4e66ec;}
.more{color:#161e1e !important; font-size: 13px; border-bottom:#f6f6f6 dashed 1px;font-family: 'Roboto-Light', sans-serif; font-weight:lighter !important; line-height: 18px !important; padding-bottom: 3px; padding-top: 3px;}
.more:hover{color:#01539d !important; background: #e6ffff;}
.navbg2{background:#none; border:none !important; border-radius:0; width:100%;  height: 252px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block; }
.navbg2aa{background:#none; border:none !important; border-radius:0;  padding:2px; }
.con_txt{width:100%; height:auto; background: #ffffff; border:#333333 solid 1px; padding:8px; margin-bottom:8px; font-size: 13px;}
.form-select{border-color: #333333 !important; margin-bottom: 5px; font-size: 13px; border-radius: 0px; padding:8px;}
.clrb{color: #000000;}
#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}
@media (max-width: 768px) { 
.logo{width:190px; height:auto; margin-top: 7px; margin-bottom: 7px;}
#banner-slide{margin-top: -170px; padding-top: 200px;}
#banner-slide2{margin-top: -170px; padding-top: 200px;}
.right{top:22%;}
.dsi11{width: 100% !important;}
.dsi11a{width: 100% !important; font-size:12px!important; }
nav .navbar-nav li a{padding: 10px 10px !important;}
nav .navbar-nav li a{padding: 10px 10px !important;}
}