@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Quicksand:wght@300..700&display=swap');


/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
     font-family: "Quicksand", sans-serif;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
     font-family: "DM Sans", sans-serif;
}

p {
     font-family: "Quicksand", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/
.socail-top {
    display: flex;
    align-items: center;
     justify-content: end;
}
.top-head {
    background-color:#EBEBEB;


}
.socail-top  a {
   color: #000000;
   margin: 12px 0px 12px 10px;
    font-size: 16px;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    padding: 0px 9px 1px 5px;
    
}
.top-location-index {
    display: flex;
    align-items: center;
    justify-content: start;
}
.top-location-index p {
    margin: 0px;
    color: #000000;
    font-size: 15px;
        margin: 12px 0px;
 }
 .top-location-index i {
  margin-right: 5px;
 }
 .top-location-index p:nth-child(2){
margin-left: 20px;
 }
  .top-location-index p:nth-child(3){
margin-left: 20px;
 }



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
   display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px 21px;
    z-index: 9999;
    position: relative;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 24px 16px;
    display: block;
    text-decoration: none;
    color: #111111;
    font-size: 18px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #00bac4;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
  position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
    top: 98px;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #ffffff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #4726ed;
}

.dropdoqwn li a:hover {
   background-color: #00bcc4;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}


#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}
.logo img {
        width: 160px;
}

header .darkHeader {
    background-color: #fff;
}
.darkHeader .header ul ul  {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
    top: 70px ;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #000;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
 background: #371D80;
    background: linear-gradient(90deg, rgb(10 46 72) 30%, rgb(1 66 131) 70%);
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-left: 40px;
}

/***banner***/
.ws_controls {
    display: none;
}

/***banner***/
/***about-us***/
.about-top {
    text-align: center;
     margin-top: 80px;
}
.about-top  h1{ 
       font-size: 50px;
    font-weight: 400;
}
.about-top  h1::after{ 
    content: "Company";
    color: #4B65D9;
}
.about-details {
    margin-top: 80px;
}
.what-we h3 {
    font-size: 20px;
}
.what-we p{
margin: 12px 0px;
    line-height: 26px;
    font-size: 15px;
}
.what-we-do {
     margin-top: 30px;

    }
.what-we-do h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.what-we-do p{
margin: 5px 0px 0px;
    line-height: 26px;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.what-we-do i{
    font-size: 30px;
}
.discoverAbout a {
    background: linear-gradient(90deg, rgb(10 46 72) 30%, rgb(1 66 131) 70%);
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
}
/***about-us***/
/***services-pannel***/
.services-pannel {
     margin-top: 120px;
}
.services-top {
    text-align: center;
}
.services-top p {
    font-size: 14px;
    margin: 0px;
    text-decoration: underline;
}
.services-top h1 {
    font-size: 50px;
    font-weight: 400; 
    margin-top: 10px;
}
.services-top span {
     display: block;
     margin-top: 10px;
     font-size: 15px;
}
.box-services {
margin: 60px 0px 10px;
}
.box-services img {
     object-fit: cover;
     border-radius: 10px;
     width: 100%;
     height: 270px;
}
.box-services {
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
     margin-left: 20px;
    margin-right: 20px;
}
.box-services h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}
.box-services p {
    font-size: 15px;
    margin: 10px 0px 0px;
    text-align: center;
}
.owl-prev {
   display: none; 
}
.owl-next {
      display: none;
}
.viewAll {
    text-align: center;
}
.viewAll a{
    background: linear-gradient(90deg, rgb(10 46 72) 30%, rgb(1 66 131) 70%);
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 50px;
    display: inline-block;
}
/***services-pannel***/
/***Solutions Pannel***/
.solution-pannel {
    margin-top: 120px;
    background-color: #EBEBEB;
    padding: 40px;
}
.keyText h1 {
 font-size: 36px;
    margin-top: 10px;
}
.keyText p {
 font-size: 15px;
    margin: 20px 0px 0px;

}
.keyText a{
 background: #371D80;
background: linear-gradient(90deg,rgba(55, 29, 128, 1) 0%, rgba(77, 108, 225, 1) 100%);
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
}
.solutions-right{
    text-align: end;
}
.solutions-right img {
        object-fit: cover;
    width: 90%;
    height: 397px;
    border: 3px solid #fff;
    border-radius: 16px;
}
.solution-allFace {
        margin-top: 50px;
    display: flex;
    gap: 29px;
    align-items: center;
}
.box-solution {
   background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 147px;
    text-align: center;
}
.box-solution img {
       object-fit: cover;
    width: 50% 
}
.box-solution  p{
   color: #000;
   margin: 8px 0px 0px;
} 
/***Solutions Pannel***/
/***galleryPannel***/

/* .image-anime {
	position: relative;
	overflow: hidden;
}

.box-gallery:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.box-gallery:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
} */
.box-gallery img:hover {
    transform: scale(1.2);
    border: 1px solid #fff;
    border-radius: 20px;
}
.galleryPannel {
    margin-top: 70px;
    margin-bottom: 120px;
}
.gallery-Top h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 400; 
}
.box-gallery {
    margin-top: 50px;
    overflow: hidden;
       border-radius: 20px;
}
.gallery-Top p {
     font-size: 15px;
    margin: 8px 0px 0px;
    text-align: center;
}
.box-gallery {
   
	overflow: hidden;
}
.box-gallery img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    transition: .3s linear;
    border-radius: 20px;
  
}
.viewGallery a {
    background: linear-gradient(90deg, rgb(10 46 72) 30%, rgb(1 66 131) 70%);
    padding: 8px 22px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 50px;
    display: inline-block;
}
.viewGallery {
     text-align: center;
}
/****galleryPannel***/
.marquee-container {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}
.marquee-text  img {
       width: 150px;
    height: 100px;
    margin-left: 51px;
    margin-right: 51px;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/***contact-us****/

.contact-index-pannel {
    padding: 70px 0px;
    overflow-x: hidden;
}

.cont-index-top h3 {
    font-size: 50px;
    font-weight: 400; 
    text-align: center;

}

.cont-index-top p {
    margin-top: 15px;
    color: #242424;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form label {
    width: 100%;
    color: #1d1d1d;
    margin-top: 20px;
}

.contact-form input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 8px;
        border: 1px solid #ccc;
}

.book-birthday label {
    width: 100%;
    color: #1d1d1d;
    margin-top: 14px;
}

.book-birthday input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 8px;
        border: 1px solid #ccc;
}


#country {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 8px;
}

.massgae-box {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 6px 10px;
}

.inputbutton-1 {
   background: #371D80;
    background: linear-gradient(90deg, rgb(10 46 72) 30%, rgb(1 66 131) 70%);
    padding: 8px 29px 10px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    /* margin-left: 40px; */
    border: none;
    margin-top: 29px;
}

.inputbutton-1:hover {
    background-color: #00bac4;
    color: #fdfdfd;
    transition: 0.6s linear;
}

.contact-right img {
    border-radius: 8px;
    margin-top: 45px;
}
/***contact****/
/***why-Choosen***/
.whyChoosen {
    margin-bottom: 50px;
}

.whychoosen-top h1 {
    text-align: center;
    font-size: 41px;
    color: #fff;
}

.whychoosen-top p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    margin-bottom: 66px;
}

.mainChoosen {
    background-color: #0c2f48;
    border-radius: 35px;
    padding: 40px;
}

.quality {
    text-align: center;
}

.quality p {
    font-size: 15px;
    margin: 15px 0px 0px;
    color: #fff;
}

/***why-Choosen***/
/***footer***/
footer {
    padding: 40px 0px 0px;
    background: #d0d2df;
}
.footer-rating {
    margin-top: 19px;
}
.footer-rating i {
      margin-bottom: 13px;
    display: inline-block;
       color: #014283;
}
.footer-rating p{
        font-weight: 600;
    border-bottom: 2px solid #014283;
    padding-bottom: 8px;
    display: table;
    color: #014283;
}
.socail-bottom{
        display: flex;
    align-items: center;
}
.socail-bottom a {
    color: #000000;
     margin: 12px 12px 12px 0px;
    font-size: 16px;
    background: #fff;
        width: 32px;
    height: 32px;
    border-radius: 100px;
    padding: 4px 5px 1px 8px;
    transition: 0.3s linear;
}
.socail-bottom a:hover {
    background: #0a2e48;
    color: #fff;
}
.footer-logo img {
    width: 178px;
}

.footer-logo p {
    margin: 0px;
    margin-top: 10px;
    color: #000;
}

.footer-logo {
    text-align: center;
    margin-top: 45px;
}

.socail-footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.socail-footer p {
    margin: 0px;
    margin-right: 10px;
    color: #000;
}

.socail-footer a {
    border: 1px solid #a3a2a2;
    padding: 2px 5px;
    color: #000;
    transition: 0.6s linear;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;


}

.socail-footer a:hover {
    background-color: #00bac4;
    color: #000;
    border: none;
}

.footer-menu h3 {
    color: #000;
    margin-top: 10px;
}

.footer-menu li {
    padding: 10px 0px;
}

.footer-menu ul a {
    color: #000;
    transition: 0.4s linear;
}

.footer-menu ul a:hover {
    color: #000000;
    margin-left: 5px;
}

.footer-menu ul {
    margin-top: 20px;
}

.Contact-bottom h3 {
    color: #000;
    margin-top: 10px;
}

.Contact-bottom li {
    padding: 10px 0px;
}

.Contact-bottom ul a {
    color: #000;
    transition: 0.6s linear;
    font-size: 16px;
}

.Contact-bottom ul a:hover {
    color: #000000;
}

.Contact-bottom ul {
    margin-top: 20px;
}
.copy-right {
   padding-top: 40px;
}
.copy-right p {
    text-align: center;
    color: #000;
    margin: 0px;
    margin-top: 10px;
    border-top: 1px solid#363636;
    padding: 15px 0px;
}

/***about-page***/
.background-all-pannel {
    background-image: url(../images/about-page.png);
    padding: 115px 0px;
    background-size: 100%;
    text-align: center;
    color: #fff;
}
.back-page-top h3 {
    margin: 0px;
    font-size: 50px;
}
.back-page-top p {
    margin: 0px;
    margin-top: 10px;
    font-size: 18px;
}
.Our-Vision {
    margin-top: 90px;
}
.Our-Vision h2 {
    color: #000000;
    font-size: 46px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.Our-Vision p {
    margin: 15px 0px;
    display: flex;
}
/***services-page****/
.ServicesWehave{margin: 70px 0px;}
.services-right {
  display: flex;
    justify-content: end;
    border-left: 1px solid #ccc;
border-top: 1px solid#ccc;
}
.sericeName h1 {
    font-size: 26px;
}
.Services p{
       margin: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
}
.sericeName ul {
    padding: 0px;
    margin: 10px 0px 0px;
}
.sericeName ul li {
    font-size: 15px;
    line-height: 30px;
    display: flex;
}
.sericeName i {
    font-size: 29px;
}
.Services {
    text-align: center;
}
.Services h1 {
     font-size: 50px;
}
.servicepro img {
    object-fit: cover;
    width: 100%;
    height: 266px;
    transition: .3s linear;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}
.servicepro img:hover {
    transform: scale(1.2);
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.servicepro {
    overflow: hidden;
        margin-top: 70px;
}
.sericeName{
        margin-top: 70px;
}
.servicesDetails h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 11px;
    margin-top: 12px;
}
/***whatsapp-icon***/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 93px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.btn-call-pulse {
	background: #053fff;
	color: rgb(255, 255, 255);
	position: fixed;
	bottom: 188px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-call-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-call-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.btn-call-pulse:hover {
    color: #fff;
}

.common {
     display: flex;
      justify-content: center;
      padding: 180px 0px;
}
.common  h1{
     font-size: 80px;
}









        








        