/*--------------- Css Reset ---------------*/
html {
font: 400 16px/1.5 'Barlow', sans-serif;
scroll-behavior: smooth;
}
body {
margin: 0;
right: 0;
-webkit-transition: right 0.4s ease-in-out 0s;
-moz-transition: right 0.4s ease-in-out 0s;
transition: right 0.4s ease-in-out 0s;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
font: 400 18px/1.5 'Barlow', sans-serif;
color: #2A2A2A;
width: 100%;
}
* {
box-sizing: border-box;
}
*,
:after,
:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:after,
:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
a {
outline: none;
text-decoration: none;
color: inherit;
cursor: pointer;
}
b,
strong {
font-weight: 700;
position: relative;
}
a:active,
a:focus,
a:hover {
color: inherit;
outline: none !important;
text-decoration: none;
}
audio,
img,
video {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-style-1 {
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
}
h1 {
font-size: 54px;
letter-spacing: -.05rem;
}
h2 {
font-size: 48px;
letter-spacing: -.05rem;
text-transform: capitalize;
line-height: 1;
}
h3 {
font-size: 36px;
}
h4 {
font-size: 30px;
}
h4 samll {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
button:active,
button:focus {
outline: none !important;
text-decoration: none;
}
.hClr {
color: #1F138C
}
.clr-1 {
color: #ffed42;
}
.btn.focus,
.btn:focus {
box-shadow: none;
}
:focus {
outline: none !important;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-moz-transition: bottom .2s ease;
-ms-transition: bottom .2s ease;
-o-transition: bottom .2s ease;
transition: bottom .2s ease;
}
.vh-75 {
height: calc(100vh - 100px);
}
.fw-4 {
font-weight: 400 !important;
}
.fw-5 {
font-weight: 500 !important;
}
.fw-6 {
font-weight: 600 !important;
}
.fw-7 {
font-weight: 700 !important;
}
.fs-1 {
font-size: 1rem;
}
.fs30 {
font-size: 26px;
}
.padding-t {
padding-top: 90px !important;
}
.padding-b {
padding-bottom: 90px;
}
.margin-t {
margin-top: 90px;
}
.padding-b-2 {
padding-bottom: 150px;
}
.margin-t-2 {
margin-top: -150px;
}
.padding-t-2 {
padding-top: 150px;
}
.margin-b-2 {
margin-bottom: -150px;
}
.margin-t-1 {
margin-top: -90px;
}
.homepage-Header {
background: linear-gradient(-12deg, #5900FF 35.45%, #121871 100%);
color: #FFFFFF;
height: 100vh;
position: fixed;
width: 100%;
}
.page-header {
min-height: 650px;
background: linear-gradient(-12deg, #5900FF 35.45%, #121871 100%);
color: #FFFFFF;
position: fixed;
width: 100%;
}
.page-header.logo {
color: #FFFFFF;
position: fixed;
width: 100%;
}
.hero-other {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: calc(100vh);
position: relative;
overflow: hidden;
}
.page-header .hero-other {
min-height: calc(650px);
}
.homepage-Header::before,
.page-header.logo::before {
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
background: url("images/dots-pattern-3.png") no-repeat center center;
z-index: -1px;
}
.page-header.smm::before{
background:none
}
.floating {
-webkit-animation: floating 3s ease infinite;
animation: floating 3s ease infinite;
will-change: transform;
}
.floating:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes floating {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes floating {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
.underLine span {
position: relative;
z-index: 2
}
.underLine span::after,
.underLine2 span::after {
content: "";
left: .02rem;
position: absolute;
bottom: 3px;
border-bottom-style: solid;
border-bottom-width: 15px;
z-index: -1;
width: 104%;
}
.underLine2 span::after {
bottom: -3px;
left: 0px;
}
.underLine.brd-clr-1 span::after {
border-bottom-color: #1890FF;
}
.underLine.brd-clr-2 span::after,
.underLine2.brd-clr-2 span::after {
border-bottom-color: #FEF351;
}
.underLine.brd-clr-3 span::after {
border-bottom-color: #FFFFFF;
}
.underLine.brd-clr-4 span::after {
border-bottom-color: #040074;
}
.underLine.brd-clr-5 span::after {
border-bottom-color: #1200BF;
}
.lead {
font-size: 22px;
font-weight: 400;
}
.leadPoint {
list-style: none;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
font-size: 16px;
}
.leadPoint li {
width: 33%;
display: inline-block;
}

.navbar {
padding: 0px;
}
.navbar-brand {
width: 130px;
}
header:hover nav {
background: #f1f1f1;
color: #231F20;
-webkit-transition: background-color .3s ease-out;
-moz-transition: background-color .3s ease-out;
-o-transition: background-color .3s ease-out;
transition: background-color .3s ease-out;
}
.nav-down,.nav-up, .contactPageNav {
transition: top .3s ease-in-out;
background: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.d-logo-color,
.nav-down .d-logo,
.menu-open .d-logo,
header:hover .d-logo,
.contactPageNav .d-logo {
display: none;
}
.nav-down .d-logo-color,
.menu-open .d-logo-color,
header:hover .d-logo-color,
.contactPageNav .d-logo-color  {
display: block;
}
.navbar {
font-family: 'Barlow Condensed', sans-serif;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
font-weight: 600;
color: rgba(255, 255, 255, .9);
font-size: 15px;
}
.navbar-nav .nav-link:hover {
color: #FC5C39;
}
.nav-item.active .nav-link {
color: #FFFFFF;
}
.menu-open .navbar-nav .nav-link,
.nav-down .navbar-nav .nav-link,
header:hover .navbar-nav .nav-link,
.contactPageNav .navbar-nav .nav-link,
header .nav-down a,
header:hover a,
.contactPageNav a,
header .nav-up a {
color: rgba(0, 0, 0, 1);
}
header:hover .navbar-nav .nav-link:hover,
header:hover a:hover,
.navbar-nav .nav-item.current a.nav-link {
color: rgba(22, 65, 181, 1);
}
header ul {
list-style: none;
}
.animate {
animation-duration: 0.3s;
-webkit-animation-duration: 0.3s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
}
@keyframes slideIn {
0% {
transform: translateY(1rem);
opacity: 0;
}
100% {
transform: translateY(0rem);
opacity: 1;
}
0% {
transform: translateY(1rem);
opacity: 0;
}
}
@-webkit-keyframes slideIn {
0% {
-webkit-transform: transform;
-webkit-opacity: 0;
}
100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}
0% {
-webkit-transform: translateY(1rem);
-webkit-opacity: 0;
}
}
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}
.hero-area {
position: relative;
z-index: 2;
}
.wrapper {
position: relative;
z-index: 2;
background: #FFFFFF;
overflow: hidden;
width: 100%;
}
.homepage-Header h1,
.page-header h1 {
text-transform: capitalize;
}
.homepage-Header h1 .typewrite {
text-transform: capitalize;
color: #ffed42;
}
.info-cta {
-webkit-border-radius: 10px;
border-radius: 10px;
color: #FFFFFF;
background-color: #090E18;
position: relative;
}
.info-cta h3 {
line-height: 1;
}
.info-cta .tellLink {
font-size: 28px;
}
.info-cta .btn-1 {
font-size: 20px;
}
.infocta,
.big-animation {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
transform: scale(1);
z-index: -1;
position: relative;
}
.combinedShape-1 {
position: absolute;
left: -62px;
bottom: -40px;
}
.combinedShape-2 {
position: absolute;
right: -100px;
top: 0px;
}
.combinedShape-2,
.combinedShape-1 {
transform: scale(.5);
}
.shap-2 {
position: absolute;
right: 0px;
top: 30%;
transform-origin: bottom;
}
.hero .shape-ten,
.hero .shape-1,
.hero .shape-2,
.hero .shape-3,
.hero .shape-4,
.hero .shape-5 {
animation: rotated 24s infinite linear;
width: 225px;
}
.shape-wrapper {
position: absolute;
left: -116px;
bottom: 30%;
}
.shape-wrapper-8 {
position: absolute;
right: -75px;
bottom: 10%;
width: 150px;
}
.color p,
.primary-code,
.secondary-code {
font-size: 11px;
cursor: pointer;
}
.primary-code:hover,
.secondary-code:hover {
border: 2px solid #FFFFFF
}
.heading-lh h4{text-transform: capitalize;}
/* ------- buttons ------- */
.form-control.custom {
border: 2px solid #85ebff;
background-color: #85ebff;
color: #040263;
padding: .25rem;
font-size: 12px;
line-height: 2;
}
.form-control.custom.padd {
padding-bottom: 2.1rem;
}
.form-control.custom:focus {
border: 2px solid #268cf5;
outline: 0;
box-shadow: none;
color: #000000;
background-color: #ffffff;
}
.form-control.custom::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #9d9d9d !important;
opacity: 1 !important;
}
.form-control.custom::-moz-placeholder {
/* Firefox 19+ */
color: #9d9d9d !important;
opacity: 1 !important;
}
.form-control.custom:-ms-input-placeholder {
/* IE 10+ */
color: #9d9d9d !important;
opacity: 1 !important;
}
.form-control.custom:-moz-placeholder {
/* Firefox 18- */
color: #9d9d9d !important;
opacity: 1 !important;
}
.form-control.custom-2 {
background-color: #ffffff;
color: #2a2a2a;
border: 1px solid #e0dfdf;
}
.form-control {
width: 100%;
margin-bottom: 20px;
border-radius: 0px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
padding: 1.5rem;
background-color: #2cf2d0;
font-weight: 600;
color: #004e41;
border: 3px solid #00a78a;
}
/*.opacity-img-4 {
opacity: 0.4;
}*/
.form-control::-webkit-input-placeholder {
color: #00a78a;
font-weight: 400;
}
.form-control:focus {
border: none;
outline: 0;
box-shadow: none;
color: #ffffff;
background-color: #2dceb2;
border: 3px solid #00a78a;
}
.form-control::placeholder {
color: #00a78a;
opacity: 1;
font-weight: 400;
/* Firefox */
}
.form-control:-moz-placeholder {
/* Firefox 18- */
color: #00a78a;
opacity: 1;
font-weight: 400;
}
.form-control::-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #00a78a;
font-weight: 400;
}
.btn {
border-radius: 0px;
padding: .75rem 2.5rem;
text-transform: uppercase;
font-weight: 700;
-webkit-transition: background-color .5s ease-out;
-moz-transition: background-color .5s ease-out;
-o-transition: background-color .5s ease-out;
transition: background-color .5s ease-out;
}
.btn-1,
.big-btn {
background: #47F5E1;
color: #1f138c;
}
.big-btn {
font-size: 14px;
}
.text-link-btn {
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-size: 15px;
}
.text-link-btn:hover {
border: 1px solid #1f138c;
background-color: #1f138c;
color: #FFFFFF;
}
.btn-1:hover,
.big-btn:hover,
.btn-2:hover {
background: #fde60d;
}
.text-link,
.tellLink {
color: #FFFFFF;
font-weight: 600;
display: inline-block;
font-family: 'Barlow Condensed', sans-serif;
}
header .tellLink {
width: 135px;
line-height: 1;
font-size: .9rem;
margin-top: 8px;
}
.text-link {
color: #1F138C;
}
.text-link:hover,
a.tellLink:hover {
color: #55d7e2 !important;
}
.btn-3 {
font-size: 12px;
color: #FFFFFF;
font-weight: 600;
background-color: #1200BF;
padding: .425rem 1.5rem;
}
.btn-3:hover {
color: #1905D8;
background-color: #4AEAD8;
}
.btn-4 {
font-size: 12px;
color: #FFFFFF;
font-weight: 600;
background-color: #1200BF;
padding: .425rem 1.5rem;
}
.btn-4:hover {
color: #1200BF;
background: transparent;
border: 1px solid #1200BF;
}
.smallTag {
font-weight: 500;
text-transform: uppercase;
color: #2b9eed;
letter-spacing: .2em;
}
.mb--5 {
margin-bottom: -2rem;
}
.mt--5 {
margin-top: -2rem;
}
.package {
position: relative;
-webkit-box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
transform: translate(0px, 0px);
background: #FFFFFF;
border-radius: 1rem;
font-size: 12px;
}
.textClr {
font-weight: 600;
color: #091D2D;
}
.package h3 {
font-size: 40px;
font-weight: 700;
font-family: 'Barlow Condensed', sans-serif;
line-height: 1;
}
.ul_pkg {
max-height: 200px;
width: 100%;
overflow: auto;
}
.ul_pkg ul li {
width: 48%;
margin-top: .25rem;
position: relative;
padding-left: 1.2rem;
font-size: 12px;
font-weight: 600;
display: inline-block;
}
.web-ul_pkg ul + strong,
.web-ul_pkg ul + h5,
.web-ul_pkg h5,
.ul_pkg ul + strong,
.ul_pkg ul + h5,
.ul_pkg h5 {
margin-top: 1rem;
display: block;
padding-left: 1.3rem;
}
.package h5,
.megaPackage h4 {
font-size: 1.2rem;
text-transform: uppercase;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
}
.megaPackage .btn-3{padding:.75rem 2.5rem}
.price h4 {
font-size: 40px;
font-weight: 700;
letter-spacing: .02rem;
}
.price h4 small {
letter-spacing: 0rem;
font-size: 20px;
}
.price h4 sup {
font-size: 22px;
font-weight: 700;
position: relative;
top: -1.8rem;
margin-right: .25rem;
}
.package .oldPrice {
position: relative;
color: #FFFFFF;
}
.longEnough {
max-height: 150px;
width: 100%;
overflow: auto;
}
.package .oldPrice::after {
border-bottom: 0.12rem solid #FFFFFF;
content: "";
left: 0;
margin-top: calc(0.2rem / 2 * -1);
position: absolute;
right: 0;
top: 50%;
}
.oldPrice {
position: relative;
color: #1200BF;
font-family: 'Barlow Condensed', sans-serif;
}
.oldPrice small {
font-weight: 700;
}
.oldPrice::after {
border-bottom: 0.12rem solid #1200BF;
content: "";
left: 0;
margin-top: calc(-.2rem / 1 * -1);
position: absolute;
right: 0;
top: 50%;
}
.package ul,
.megaPackage ul {
list-style: none;
padding: 0px;
margin: 0px;
margin-top: .5rem;
}
.megaPackage {
position: relative;
overflow: hidden;
}
.megaPackage::before {
content: "";
background-color: #fffa6c;
position: absolute;
right: 20%;
bottom: -67px;
-webkit-border-radius: 100%;
border-radius: 100%;
z-index: -2;
width: 350px;
height: 350px;
transform: translateX(80%);
}
@keyframes ripple {
0%,
35% {
transform: scale(0);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 1;
}
100% {
opacity: 0;
transform: scale(2);
}
}
.megaPackage::before {
animation: ripple 1.5s ease-out infinite;
animation-delay: .3s;
}
.web-ul_pkg {
margin-top: 1rem;
font-size: 12px;
}
.megaPackage ul {
padding-bottom: .8rem;
}
.megaPackage h5 {
color: #1200BF;
font-size: 2.5rem;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
}
.megaPackage ul li {
margin-top: .25rem;
position: relative;
padding-left: 1.2rem;
font-size: 12px;
font-weight: 600;
}
ul.leadPoint li {
position: relative;
}
ul.leadPoint li:before,
.package ul li:before,
.megaPackage ul li:before {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e906";
position: absolute;
left: 0px;
top: 3px;
font-size: 1rem;
color: #472AB2;
}
ul.leadPoint li:before {
content: "\e901";
left: -25px;
color: #FFED42;
}
.megaPackage ul.ul-50 li {
display: inline-block;
width: 48%;
float: left;
}
.calltoAction {
position: absolute;
bottom: -1rem;
padding-bottom: 0;
left: 0rem;
width: 100%;
text-align: center;
}
.package:nth-child(5) {
background: linear-gradient(54.4deg, #002f84 10.45%, #0f7ae8 50%, #1a3dc1 89.55%);
}
.icon {
width: 65px;
float: left;
margin-right: .8rem;
margin-bottom: .5rem;
}
.tag {
position: absolute;
top: 0px;
-webkit-border-radius: 0px 0px 0px 10px;
border-radius: 0px 0px 0px 10px;
background-color: #ffed42;
color: #060606;
padding: .4rem 2rem;
text-transform: uppercase;
width: 150px;
text-align: center;
font-weight: 700;
right: 0;
font-size: 13px;
}
#nav-icon3 {
width: 30px;
height: 25px;
position: relative;
margin: 10px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon3 span {
display: block;
position: absolute;
height: 5px;
width: 100%;
background: #FC5C39;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
top: 10px;
}
#nav-icon3 span:nth-child(4) {
top: 20px;
}
#nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
.nav.nav-tabs {
font-size: 18px;
border: none;
outline: none;
font-weight: 400;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border: none;
outline: none;
}
.nav-tabs .nav-link {
color: #096E5D;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
}
.nav-tabs .nav-link.underLine.brd-clr-2 span::after,
.package .underLine.brd-clr-4 span::after,
.navbar-nav .nav-item .nav-link.underLine.brd-clr-2 span::after {
opacity: 0;
bottom: -3px;
border-bottom-width: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
transform: translate(20px, 20px);
}
.navbar-nav .nav-item.active .nav-link.underLine.brd-clr-2 span::after,
header:hover .navbar-nav .nav-item .nav-link:hover.underLine.brd-clr-2 span::after,
.package:hover .textClr .underLine.brd-clr-4:hover span::after,
.nav-tabs .nav-link.underLine.brd-clr-2.active span::after,
.nav-tabs .nav-link:hover.underLine.brd-clr-2 span::after,
.nav-tabs .nav-link:focus.underLine.brd-clr-2 span::after {
opacity: 1;
transform: translate(0px, 0px);
}
.navbar-nav .nav-item .nav-link.underLine.brd-clr-2 span::after{
border-bottom-color: #1890ff;
}
header:hover .navbar-nav .nav-item .nav-link:hover.underLine.brd-clr-2 span::after,
header:hover .navbar-nav .nav-item .nav-link.underLine.brd-clr-2 span::after{
border-bottom-color: #47F5E1;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
color: #1200BF;
background: none;
border-color: transparent;
}
.menu-icon {
width: 40px;
height: 40px;
position: absolute;
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .05);
background: #fff;
border-radius: 50%;
padding: 5px;
text-align: center;
line-height: 23px;
}
.menu_link_text {
padding-left: 55px;
line-height: 3;
}
.navbar .collapse.show {
height: calc(100vh - 70px);
}
.dropdown-menu {
background: #fafbfd;
padding: 0px;
-ms-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-webkit-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
transition: all 0.8s ease-in;
margin-top: 0rem;
-webkit-border-radius: 0;
border-radius: 0;
border: none;
}
.dropdown:hover .dropdown-menu {
display: block;
ms-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-webkit-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
transition: all 0.8s ease-in;
background: #f1f1f1;
}
.dropdown-item {
color: #000000;
font-size: 14px;
font-weight: 600;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #ffffff;
background-color: rgb(71, 245, 225);
}
.bg-1 {
background: #2CF2D0
}
.bg-2 {
background: #FFFB8F
}
.bg-3 {
background: #FEFBD7
}
.bg-4 {
background-color: #090E18;
color: #FFFFFF;
}
.bg-4 h2 {
color: #FFED42;
}
.mt-2rem {
margin-top: -2.2rem;
;
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: -35px;
}
.carousel-indicators li {
background-color: #000;
}
.colorBgBlue {
background-color: #1200BF;
padding: 3.5rem;
color: #FFFFFF;
margin: 1rem;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.colorBgBlue strong {
font-family: 'Barlow Condensed', sans-serif;
}
.carousel-image {
position: absolute;
left: 0;
top: 0;
width: 75px;
box-shadow: 5px 5px 0px rgb(254, 251, 215);
}
.gallery a img {
transition: all 0.3s linear 0s;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.video-icon {
position: absolute;
top: 50%;
right: 50%;
margin-right: -25px;
margin-top: -25px;
z-index: 10;
}
a:hover::before {
background: linear-gradient(153.4deg, rgba(58, 198, 206, 0.78) 22.45%, rgba(84, 77, 249, 0.72) 60%, rgba(84, 77, 249, 0.75) 45.55%);
}
.gallery a {
position: relative;
overflow: hidden;
display: block;
margin-bottom: .5rem;
}
.gallery a img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.gallery.web a img {
border-radius: 0px;
}
.gallery a:hover img {
transition: all 0.3s linear 0s;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
border-radius: 0px;
}
.gallery.web a:hover {
transition: all 0.3s linear 0s;
-webkit-transform: scale(.95);
-moz-transform: scale(.95);
-ms-transform: scale(.95);
-o-transform: scale(.95);
transform: scale(.95);
border-radius: 0px;
}
.gallery.web a:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.gallery a.stroke img.gallaryImage {
opacity: .7;
border-radius: 20px;
}
.socialMediaLinks .list-inline {
padding: 0px;
line-height: 0;
line-height: 0px
}
.socialMediaLinks .list-inline-item a {
background-color: #007487;
width: 30px;
height: 30px;
text-align: center;
border-radius: 50%;
line-height: 25px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
display: block
}
.socialMediaLinks .list-inline-item a:hover {
background-color: #FEC01B;
}
.dpinVa {
display: inline-block;
vertical-align: top;
}
.heading-lh h4 {
line-height: 1;
font-weight: 700;
}
footer {
font-size: 12px;
color: rgba(255, 255, 255, .9);
font-weight: 400;
background-color: #060a13;
position: relative;
}
footer img {
width: 75%
}
footer a {
color: rgba(255, 255, 255, .9);
}
footer .list-inline-item:not(:last-child) {
margin-right: 2.5rem;
margin-bottom: .7rem;
}
.bdr-t {
border-top: 1px solid #1143e4;
}
footer ul,
footer ul li {
padding: 0px;
margin: 0px;
list-style: none;
}
footer ul.col-50 li {
float: left;
width: 48%;
font-size: 12px;
}
.disclaimer {
background: #01070c;
color: #DFDFDF;
position: relative;
font-size: 10px;
padding-top: 1rem;
}
.copy {
font-size: 12px;
color: rgba(255, 255, 255, .7);
}
footer a:hover {
color: #FFE07D
}
/*---- Media ----*/
@media only screen and (max-width: 1366px) {
.fs30 {
font-size: 24px;
}
}
@media only screen and (max-width: 1200px) {
footer ul li {
float: left;
width: 33%;
}
.bubble {
display: none;
}
}
@media only screen and (max-width: 1024px) {
.navbar-nav .nav-item {
border-bottom: 1px solid #f2f2f2;
border-left: none;
line-height: 2.5;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
text-transform: uppercase;
font-weight: 700;
color: #12caff;
font-size: 20px;
}
h1 {
font-size: 4rem
}
}
@media only screen and (max-width: 992px) {
.price h4 {
font-size: 30px;}
.ul_pkg ul li {
width: 100%;
}
header .navbar {
padding-left: 1rem;
padding-right: 1rem
}
footer ul li {
float: left;
width: 48%;
}
footer ul {
float: left;
padding-bottom: 1.5rem;
}
h3,
.package h3 {
font-size: 1.5rem
}
.icon {
width: 36px
}
.container {
padding-right: 60px;
padding-left: 60px;
}
.container-fluid {
padding: 0 60px;
}
}
@media only screen and (max-width: 768px) {
.navbar-nav .nav-item {
line-height: 2.2;
}
.navbar-nav .nav-link {
font-size: 18px;
}
.navbar-collapse.collapse.show .btn {
border-radius: 60px;
padding: 0.75rem 2rem;
}
}
@media only screen and (max-width: 767px) {
.padding-t {
padding-top: 50px !important;
}
.padding-b {
padding-bottom: 50px;
}
.margin-t {
margin-top: 50px;
}
.horizontal-scrollable > .row {
overflow-x: auto;
white-space: nowrap;
}
.horizontal-scrollable > .row > .col-xs-4 {
display: inline-block;
float: none;
}
.ul_pkg {
max-height: 150px;
}
.leadPoint li,
.ul_pkg ul li {
width: 100%;
display: inline-block;
}
.megaPackage ul.ul-50 li {
display: inline-block;
width: 100%;
float: left;
}
footer .list-inline-item:not(:last-child) {
margin-right: .5rem;
}
h1 {
font-size: 2.9rem;
letter-spacing: -0.09rem;
}
h2 {
font-size: 2.2rem;
letter-spacing: -0.09rem;
}
h4 {
font-size: 1.4rem letter-spacing: -0.09rem;
}
.btn.btn-lg.btn-2 {
padding: .75rem 2rem;
font-size: 14px;
}
}
@media only screen and (max-width: 560px) {
.page-header.logo {
position: static;}
.homepage-Header{position: static;}
.homepage-Header .btn.btn-1.mr-4{ margin-bottom: 1rem; width: 100%; }
.homepage-Header .btn.text-link-btn{ width: 100%;}
.header-margin{display: none;}
.colorBgBlue {
padding: 1.5rem;
font-size: 14px;
}
.video-icon {
transform: scale(.3) !important;
}
.nav.nav-tabs {
font-size: 16px;
}
.info-cta .tellLink {
font-size: 18px;
}
.navbar-brand {
width: 120px;
}
.width-100 {
width: 100%
}
.container {
padding-right: 40px;
padding-left: 40px;
}
}
@media only screen and (max-width: 360px) {}
@media only screen and (min-width: 769px) {}
@media only screen and (min-width: 992px) {
.package:hover ul li:before,
.package.active ul li:before {
color: #FFF;
}
.package:hover .textClr,
.package.active .textClr {
color: #4AEAD8;
}
.package:hover,
.package.active {
background: #1905D8;
color: #FFFFFF;
transform: translate(20px, 30px);
}
}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1280px) {}
@media (min-width: 1440px) {
.container {
max-width: 1300px;
}
}
@media screen and (max-width: 1600px) {
.shape-wrapper-2,
.shape-wrapper-3,
.shape-wrapper-4 {
display: none !important;
}
}
@media screen and (min-width: 1440px) {
.calltoAction {
left: 0rem;
}
}
.top_info {
float: right;
margin-left: 20px;
}
.info_txt {
color: #000;
float: left;
}
.modal-content.order-content {
background:#1200BF;
color: #FFF;
}
.modal-content.order-content .form-control {
border: 2px solid #1200bf;
}
.modal-content.order-content .modal-header,
.modal-content.order-content .modal-footer {
border: none
}
.smalltext {
font-size: 12px;
}
.modal-header .close {
padding: 0rem;
margin: 0rem;
}
.text-muted {
color: #08101f !important;
}
.input-group-text {
background-color: #ffc107;
border: 1px solid #ffc107;
}
.floating {
-webkit-animation: floating 3s ease infinite;
animation: floating 3s ease infinite;
will-change: transform;
}
.floating:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes floating {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes floating {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
.gallery img.lazy {
width: 100%;
display: block;
background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}
#carouselIndicators-1 .carousel-control-next, #carouselIndicators-1 .carousel-control-prev {
bottom: -35px;
align-items: flex-end;
}
#carouselIndicators-1 .carousel-control-prev-icon, #carouselIndicators-1 .carousel-control-next-icon {
outline: #1905d8;
background-size: 15px, 12px;
border-radius: 50%;
border: 1px solid #1905d8;
padding: 0px;
background-color: #1905d8;
height: 40px;
width: 40px;
opacity: 1;
}