@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

:root {
    --heading: #192225;
    --white: #fff;
    --primary: #006efe;
    --green: #35dbb7;
    --button: linear-gradient( 126deg, #006efe, #35dbb7);
    --buttonhover: linear-gradient(309deg, #006efe, #35dbb7);
    --footerp: #cfd3ff;
}

body {
    margin: 0;
    padding: 0 !important;
    overflow: inherit !important;
    font-family: poppins;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="tel"], 
input[type="date"], 
textarea, select {
    margin: 0 0 10px !important;
    padding: 10px 15px;
    width: 100%;
    outline: 0;
    font-family: poppins;
    background: #f8f8f8;
    border-radius: 4px;
    background: var(--white);
    font-size: 15px !important;
    color: #666;
    border: 1px solid #ddd;
}

input[type="submit"] {
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1.5px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--white);
    background-color: #006efe;
    padding: 12px 32px;
    font-weight: 500;
    width: max-content;
    display: block;
    border-radius: 4px;
    line-height: normal;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background: var(--green);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 120px;
    margin-bottom: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    color: #111;
    font-weight: 600;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: 1px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 10px 0;
    font-family: poppins;
    font-size: 15px;
    color: #111;
    line-height: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

ul,
li,
a {
    list-style-type: none;
    font-family: poppins;
    color: #111;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
}

span {
    font-family: poppins;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}

.heading {
    color: var(--heading);
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 42px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.heading span {
    color: var(--primary);
    font-family: 'Poppins';
    display: block;
    font-weight: 500;
    font-size: 16px;
}



.zoomeffect {
    overflow: hidden;
    position: relative;
}

.zoomeffect img {
    transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
    transform: scale(1.1);
}

figure {
    margin: 0;
}

.row {
    align-items: center;
}

.zoomeffect {
    overflow: hidden;
    position: relative;
}

.zoomeffect img {
    transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
    transform: scale(1.1);
}


/* HEADER SECTION */
header{
    position:relative;
}
header.fixed {
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 2px 2px 13px #777;
}
header ul.nav-menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .col-sm-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}

header ul.nav-menu li a {
        display: inline-block;
    padding: 35px 16px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .5px;
}
header a.popup {
	height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--white) !important;
    border: 4px solid var(--white);
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    right: 10%;
    bottom: -24px;
    z-index: 11;
}
header a.popup:hover {
	background:var(--green);
}
header .popup-form h3 {
    margin-bottom: 28px;
    line-height: 18px;
}
.heading, .leftheading {
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    text-align: start;
    color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.heading{
	text-align:center;
	margin:0 auto 35px;

}
.heading strong, .leftheading strong  {
	font-size: 35px;
	color: var(--primary);
	font-weight:700;
	font-family: 'Montserrat Alternates', sans-serif;
	line-height:1.2;
}

.leftheading span, .heading span{
	position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #006efe;
    overflow: hidden;
	margin-top: 10px;	
}
.heading span{
	left:50%;
	transform:translate(-50%)
}
.leftheading span:after, .heading span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    animation: animborder 2s linear infinite;
	margin-top: 10px;
}
@keyframes animborder {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(113px);
    }
}
.btn-primary {
    background: linear-gradient( 126deg, #006efe, #35dbb7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    margin-top: 14px;
    transition: 0.2 ease;
    padding: 11px 40px;
}
.btn-primary:hover{
    background:linear-gradient(309deg, #006efe, #35dbb7);
}


/* BANNER SECTION */


.mainbanner {
    text-align: center;
    position:relative;
}
.mainbanner .newyear-cptn{
 width: 100%;
    position: absolute;
    top: 0;
    z-index:1;
    left: 50%;
    transform: translateX(-50%);   
}
.mainbanner .newyear-cptn img{
    width:30%;
}
.mainbanner img {
   /*  height: 580px; */
    object-fit: cover;
}
.mainbanner h2 {
font-size: 32px;
    letter-spacing: 3px;
    font-weight: bold;
    background: rgba(255, 255, 255, .8);
    display: inline-block;
    padding: 18px 40px;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: cursive;
    width: 50%;
    line-height: 45px;
}
.mainbanner .carousel-caption{
        position: absolute;
    top: 50%;
    left: 0;
    right:inherit;
    bottom:inherit;
    color: #fff;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.aboutus{
    padding:60px 0;
}
.aboutus figure{
    border-radius:10px;
}
.aboutus img{
    transition:0.5s ease-in-out;
}
.aboutus figure:hover img{
    transform: scale(1.1);
}
.aboutcnt{
    padding-left:25px;
}
.weoffer {
    background: #f8f8f8;
    position: relative;
    padding: 50px 0;
    border-radius: 20px 20px 0 0;
}
.weoffer-item img {
    width: 100%;
}
.weoffer-item h3 {
box-shadow: 2px 2px 13px #ddd;
    padding: 18px;
    text-align: center;
    font-size: 19px;
    background: #fff;
}


/* SAFARI SOLUTIONS  */

.updates {
    text-align: center;
    padding:60px 0;
}

.updates .row {
    align-items: normal;
}

.updates-item {
     padding: 50px 20px;
     background: #fff;
     box-shadow: 0px 0px 14px #43434430;
     border-radius: 15px;
     height: 100%;
     position: relative;
     overflow: hidden;
}


.updates-item img {
    width: 64px;
    height: 64px;
}

.updates-item h3 {
    margin: 18px 0 0;
    font-size: 18px;
}
.updates-item .updates-info {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    transition: .5s;
}

.updates-item .updates-info h3 {
    color: #fff;
    margin: 0;
}

.updates-item:hover .updates-info {
    bottom: 0;
}

/* COUNTDOWN SECTION */

.effect {
    padding: 60px 0;
    background: #efefef;
}
.effect .row {
    align-items: normal;
    justify-content: center;
}
.effect img {
    filter: brightness(.7)!important;
    transition: .5s;
}

.effect h3 {
    background: white;
    color: #dc3545 !important;
    font-weight: 600 !important;
    padding: 5px 10px;
    position: absolute;
    font-size: 15.5px;
    top: 0;
    left: 0;
    margin: 16px;
    letter-spacing: 0;
    font-family: 'Poppins';
}
.effect p{
    color:white;
    font-weight:600;
    font-size: 15.5px;
    margin: 16px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}


/* SERVICES SECTION */

.services {
    background: #fafaff;
    padding: 60px 0;
    text-align: center;
}
.services .row{
    align-items:unset !important;
    row-gap:22px;
}
.serviceslist {
    background: #fff;
    padding: 30px 20px;
    margin: 12px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px #cfcfcf94;
    position:relative;
    height:100%;
}
.serviceslist figure img {
    width: 80px;
}
.serviceslist:after {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: scaleX(0);
}
.serviceslist:hover:after{
    transform: scaleX(1.0);
}
.serviceslist:before {
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    transform: scaleY(0);
}
.serviceslist:hover:before{
    transform: scaleY(1.0);
}
.serviceslist:before, .serviceslist:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition:.5s;
}
.serviceslist h4 {
    margin: 20px 0 0;
    font-size: 17px;
    transition:relative;
}
.serviceslist:hover h4{
    color:var(--primary);
}


/*PORTFOLIO SECTION*/



.portfolio {
    background: url(../images/portfolio-bg.jpg)no-repeat center center/cover;
    background-attachment: fixed;
    padding: 55px 0 60px;
}
.portfolio .heading {
    color: #fff;
    margin-bottom: 35px;
}
.portfoliolist figure img {
    width: 100%;
    height: 250px;
    filter: brightness(0.9);
    object-fit: cover;
}
.portfoliolist {
background: #fff;
}
.portfoliolist-info {
    padding: 18px 25px 25px;
}
.portfoliolist h3 {
       font-size: 20px;
    margin: 0;
}
.portfoliolist p {
    margin: 10px 0 22px;
}
.portfolio .slick-slide {
    margin: 0 10px !important;
}





/* PRICING SECTION */

.pricing {
    padding: 60px 0;
}

.pricing .row {
    align-items: normal;
    row-gap:22px;
}


.pricing .pricing-item {
    background: #fff;
    height: 100%;
    box-shadow: 0 0 15px #dddddda1;
    border-radius: 0 0 6px 6px;
}

.pricing .pricing-item h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    background: var(--primary);
    color: #fff;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.pricing .pricing-item ul {
    padding: 20px;
}

.pricing .pricing-item ul li {
    font-weight: 500;
    font-size: 15px;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}
.pricing .pricing-item ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}



.pricing-service {
    text-align:center;
    margin-top: 35px;
}
.pricing-service p {
    margin: 0 !important;
    font-size: 14px;
}
.pricingsrvclist {
        padding: 0 20px;
    background: #fafaff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #094a50;
    height: 130px;
    text-align: initial;
    column-gap: 20px;
    box-shadow: 0 0 15px #f1f1ff;
}
.pricingsrvclist figure img {
    width: 40px;
}
.pricing-service a.btn {
    margin-top: 20px;
    font-size: 15.5px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 30px;
}
.pricingsrvclist {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    background: #fafaff;
    align-items: center;
    border-radius: 10px;
    height: 130px;
    column-gap: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
    transition: .5s;
    position: relative;
    outline-offset: -2px;
    outline: 2px solid var(--green);
}
.pricingsrvclist:hover {
    background: #fff;
    box-shadow: 0 0 15px #ddd;
}

.pricingsrvclist:after, .pricingsrvclist:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    transition: .5s;
}

.pricingsrvclist:after {
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    left: 100%;
}

.pricingsrvclist:before {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    top: 100%;
}

.pricingsrvclist:hover:before {
    top: 0;
}

.pricingsrvclist:hover:after {
    left: 0;
}


.reviews {
    background: #0088f3;
    padding: 40px 0;
}
.reviews .heading {
    color: #fff;
}
.reviews .reviews-slider {
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.reviews .slick-track {
    display: flex;
    align-items: center;
}
.reviews .review-cnt h5 {
    color: #0088f3;
}


/* FOOTER SECTION */

footer {
    padding-top: 50px;
    background: linear-gradient(#00000012, #000), url(../images/footerbg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

footer .row {
    align-items: normal;
}

.footer-content {
    text-align: center;
}
.footer-content a img {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.footer-content ul li {
    display: inline;
}

.footer-content ul li a {
    color: #fff;
    padding: 10px 18px;
    font-size: 16px;
}

.footer-content ul {
    margin: 30px 0;
}

footer ul.smoicon {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

footer ul.smoicon li {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer ul.smoicon li a {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.copyright {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #ffffff26;
}

.copyright p {
    margin: 0;
    color: #e1e1e1;
    font-size: 14px;
}


.partners {
    padding: 45px 0 60px;
    text-align: center;
    background: #f8f8f8;
}
.partners ul {
    display: flex;
    column-gap: 22px;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: center;
    row-gap:22px;
}
.partners ul li {
    width: 15%;
    box-shadow: 0 0 12px #0000001f;
    background: #fff;
    height: 150px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
.partners ul li:after {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: scaleX(0);
}
.partners ul li:hover:after{
    transform: scaleX(1.0);
}
.partners ul li:before {
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    transform: scaleY(0);
}
.partners ul li:hover:before{
    transform: scaleY(1.0);
}
.partners ul li:before, .partners ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition:.5s;
}
.partners ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partners .btn-primary {
    margin-top: 30px;
}


#whatsappbtn {
	cursor: pointer;
	position: fixed;
	bottom: 6%;
	left: 20px;
	z-index: 99999999;
	padding-top: 8px;
	background: #4fcc5d;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 32px;
	color: var(--white);
	box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 6%;
    right: 33px;
    border-radius: 5px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 45px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}

.rsltmsg .alert-success{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
}
@media only screen and (max-width:991px){
header ul.nav-menu li a{
    padding: 35px 13px;
}
    
}
@media only screen and (max-width:991px){
.mainbanner h2 {
    width: 62%;
}
.partners ul li {
    width: 22%;
}
.footer-content ul li a {
    padding: 10px 15px;
}
.aboutus .row{
    row-gap:22px;
}
.aboutcnt .row{
    row-gap:0 !important;
}
}
@media only screen and (max-width:767px){
header {
    padding: 10px 0;
    text-align: center;
}    
    header .col-sm-3, header .col-sm-9 {
    width: 100%;
}
header ul.nav-menu li a {
    padding: 22px 15px;
    font-weight: 500;
    font-size: 16px;
}
.mainbanner img {
    height: auto;
}
.mainbanner h2 {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 30px;
    width: 70%;
    line-height: 28px;
}
.weoffer {
    margin: 40px 0;
}
.weoffer .col-sm-4 {
    width: 100%;
}
.updates .col-sm-4 {
    margin: 10px 0;
    width: 50%;
}
.effect .col-sm-4 {
    width: 100%;
}
.services {
    padding: 40px 0;
}
.services .col-sm-3 {
    width: 50%;
}
.pricing {
    padding: 40px 0;
}
.pricing .col-sm-4 {
    width: 50%;
}
.pricing-service .col-sm-4 {
    width: 100%;
}
.effect {
    padding: 40px 0;
}
.partners ul li {
    width: 23%;
}
.partners ul {
    column-gap: 13px;
    row-gap: 13px;
}
.footer-content ul li a {
    padding: 10px 15px;
    font-size: 15px;
}
}

@media only screen and (max-width:568px){
.heading, .leftheading, .heading strong, .leftheading strong {
    margin-bottom: 18px;
    font-size: 25px !important;
    letter-spacing: 1px;
}
p {
    margin-bottom: 10px;
}
.btn-primary{
    padding: 10px 29x !important;
    font-size: 13px !important;
	margin-top: 6x;
}
 .heading {
    font-size: 24px;
}   
.pricing .col-sm-4 {
    margin: 7px 0;
}
.aboutus {
    padding: 45px 0;
}
.partners {
    padding: 45px 0;
}
}

@media only screen and (max-width:479px){
header .col-sm-3, header .col-sm-9 {
    width: 100%;
}   
header .col-sm-9 {
    display: block;
    align-items: center;
    justify-content: center;
    column-gap: 0;
}
header ul.nav-menu {
    display: block;
    background: #f8f8f8;
    margin-top: 15px;
}
header ul.nav-menu li a {
    padding: 6px 15px;
    font-weight: 500;
    font-size: 15px;
    border-bottom: solid 1px #eee;
    display: block;
}
header .btn-primary {
    display: block;
    width: 100%;
    padding: 8px 15px;
}
.mainbanner img {
    height: 250px;
}
.mainbanner h2 {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 25px;
    width: 80%;
    line-height: 23px;
}
.aboutus {
    padding: 40px 0;
}
.updates .col-sm-4 {
    margin: 7px 0;
    width: 100%;
}
.effectlist, .serviceslist{
    margin: 7px 0;
}
.services .col-sm-3, .pricing .col-sm-4{
    width: 100%;
}
.footer-content ul li a {
    padding: 10px 7px;
    font-size: 14px;
}
.serviceslist figure img {
    width: 68px;
}
.pricing .pricing-item h3 {
    font-size: 17px;
    padding: 10px;
}
.pricing .row {
    row-gap: 10px;
}
.partners ul li {
    width: 45%;
}
.offcanvas {
    max-width: 45%;
}
}