body{
    margin: 0;
    padding: 0;
}
.btn:hover{
  color:white!important;
  background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
  background-position: 100% 0;
}
:root {
  --bg-black: #111;
  --white: #fff;
  --lightBlue: #44d8e8;
  --darkBlue: #00001a;
  --underline-blue: #44d8e8;
  --package-bg: #f5f6f7;
  --dark-black: #000;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ae0000;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@font-face {
  font-family: black;
  src: url('../fonts/FontsFree-Net-AQBL.ttf');
}

@font-face {
  font-family: bold;
  src: url('../fonts/AntiqueOliveStdBold.otf');
}

h1,h2,h3,h4,h5{
     font-family: black;
}
a{
     font-family: bold;
}

p{
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
}

.btn-get:before {
    position: absolute;
    content: "";
    /* background: #690000; */
    background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
    height: 100%;
    width: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: 0.7s ease;
}

.btn-get:hover:before {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #df678c;
}

.btn-get{
    font-size: 16px;
    border: 2px solid white;
    padding: 10px 13px 10px 13px;
    font-weight: 500;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*header css start*/

/*header a.nav-link:before {
    position: absolute;
    content: "";
    background-color: white;
    width: 0%;
    height: 6%;
    bottom: 0;
  
    transition: 0.7s ease;
}

header a.nav-link:hover:before {
    width: 88%;
}
header {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 1;
}
header a.nav-link {
    color: white;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

header .header-cont a {
    color: white;
}

header .header-cont {
    display: flex;
    gap: 26px;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
}*/


/* header css start */

.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header .navbar-brand img {
    width: 250px;
}

.header .navbar-brand {
    margin-left: -144px;
}

.activeHeader {
  /* background-color: var(--bg-black); */
  background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
  /* background-image: -webkit-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */
  background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
  background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
  transition: 0.7s ease;
}

.header .navbar-brand img {
  /* width: 180px; */
  /* margin-left: 20px; */
}

header a.nav-link:before {
    position: absolute;
    content: "";
    background-color: white;
    width: 0%;
    height: 6%;
    bottom: 0;
    /* left: 0px; */
    transition: 0.7s ease;
}

header a.nav-link:hover:before {
    width: 88%;
}

header a.nav-link {
    color: white!important;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.header .nav-item .nav-link:hover {
  color: var(--lightBlue);
}

.header .form-inline a {
  color: var(--white);
  text-decoration: none;
}

.header .form-inline a span i {
  color: var(--lightBlue);
}
.form-inline {
    display: flex;
    align-items: center;
    gap: 16px;
}
.buttonOne {
  background-color: var(--lightBlue);
  padding: 14px 40px;
  border-radius: 3px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.buttonOne:hover {
  background-color: var(--white);
  color: var(--lightBlue) !important;
}
/* header css end */
.header .dropdown-menu {
  left: -242px;
  border-radius: 4px;
  top: 50px;
  min-width: 1099px;
  height: 544px;
  /* background-color: var(--bg-black); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px;
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(157,0,0) 1%, rgb(59,0,0) 100%);
  /* background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(157,0,0) 1%, rgb(59,0,0) 100%); */
  background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(157,0,0) 1%, rgb(59,0,0) 100%);
  /* filter: blur(3px); */
  z-index: 11111;
}

.dropServ a {
  display: flex;
  gap: 16px;
  align-items: baseline;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  text-decoration: none;
}

.dropServ img {
  width: 30px;
}

.dropTitle h4 {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
}

.dropServList {
  margin-top: 16px;
}

.dropServList ul {
  list-style-type: none;
  margin-left: 20px;
  padding: 0px;
}

.dropServList ul li {
  margin-bottom: 15px;
}

.dropServList ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.dropServList ul li a::before {
  content: "\f0da";
  color: white;
  font-size: 20px;
  margin-right: 10px;
  font-family: FontAwesome;
  position: absolute;
  left: 16px;
}

.dropServ2 a {
  padding-bottom: 18px;
}

.dropServList ul li a:hover {
  color: var(--lightBlue);
}

.dropTitle h4:hover {
  color: var(--lightBlue);
}
/* service dropdown end */

.quick ul {
  list-style-type: none;
}

.address ul {
  list-style-type: none;
}

/*header css end*/




/*section-1 css start*/

.section-1{
    background-image: url(../images/header-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 887px;
    display: flex;
    align-items: center;
    position: relative;
}
.section-1-content-servi h1 span {
    display: block;
    /* width: 52%; */
}

.section-1-content-servi h1 {
    font-size: 40px!important;
}
.section-1-content h1 {
    color: white;
    font-size: 40px;
    width: 68%;
}

.cont-bg span {
    background-color: #320e3d;
    padding: 5px 8px 5px 8px;
    border-radius: 11px;
    animation: changeBackgroundColor 7s infinite linear;
    width: 90%;
}

.section-1-content h1 span {
    /* line-height: 69px; */
}

.section-1-content p {
    font-size: 17px;
    margin-bottom: 9px;
    color: white;
    letter-spacing: 3px;
    font-weight: 500;
    /* animation: col 7s infinite; */
}

.section-1-content {
    margin-top: -18rem;
}



p.b {
    font-family: 'Poppins';
    letter-spacing: 0px;
    width: 45%;
    font-size: 15px;
    color: white;
    margin-bottom: 25px;
    font-weight: 400;
    animation: none;
}
.btn-get-start:hover {
    /* position: absolute; */
    color: white;
    background-position: 100% 0;
    background-image: -moz-linear-gradient( -123deg, rgb(86,86,86) 1%, rgb(20,20,20) 100%);
    /* background-image: -webkit-linear-gradient( 39deg, rgb(93 0 0) 1%, rgb(170 0 0) 100%); */
    background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
    background-image: -ms-linear-gradient( -123deg, rgb(86,86,86) 1%, rgb(20,20,20) 100%);
}
.btn-get-start {font-size: 14px;/* border: 2px solid white; */padding: 15px 25px 15px 25px;font-weight: 500;border-radius: 9px;position: relative;overflow: hidden;z-index: 1;background-size: 150% 100%;background-image: -moz-linear-gradient( -123deg, rgb(86,86,86) 1%, rgb(20,20,20) 100%);/* background-image: -webkit-linear-gradient( 251deg, rgb(86,86,86) 1%, rgb(20,20,20) 100%); */background-image: -webkit-linear-gradient( 141deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);background-image: -ms-linear-gradient( -123deg, rgb(86,86,86) 1%, rgb(20,20,20) 100%);color: white;font-family: 'Poppins';transition: 0.7s ease;}

.section-1-img {
    position: absolute;
    right: 49px;
    top: 200px;
}

.section-1-img img {
    width: 86%;
}
/*section-1 css end*/





/* section-2 css start */
section.section-2 {background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);/* background-image: -webkit-linear-gradient( 73deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);padding: 70px 0px;height: 864px;overflow: hidden;}

.charecter-content h1 {
    color: white;
    font-size: 41px;
}

.charecter-content h1 span {
    display: block;
}

.charecter-content p {
    color: white;
    font-size: 15px;
    width: 93%;
}

.character-parent {
    height: 657px;
    /* background-color: black; */
    background-color: rgb(0 0 0 / 11%);
    /* opacity: 0.2; */
    box-shadow: 2.924px 9.563px 50px 0px rgba(201, 201, 201, 0.1);
    border-radius: 26px;
    padding: 25px 10px 0px 29px;
    width: 92%;
}

.charecter-content {
}
.icon-parent h4 {
    color: #f97676;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px;
}

.icon-parent h4 span {
    color: white;
}

.icon-parent p {
    color: #333333;
    font-size: 15px;
    margin-bottom: 25px;
    /* display: none; */
    transition: 0.7s ease;
    position: absolute;
    bottom: -89px;
    transition: 0.7s ease;
    font-weight: 500;
    opacity: 0;
}

.icon-parent img {
    padding: 30px 30px 30px 30px;
    margin-bottom: 23px;
    position: relative;
}

.icon-parent span i {
    color: white;
    font-size: 25px;
    transition: 0.7s ease;
}
.icon-img {
    position: relative;
}

.icon-img img:before {
    position: absolute;
    content: "";
    background-color: #76111185;
    width: 100%;
    height: 100%;
}



.icon-img:before {
    position: absolute;
    background: #df678c78;
    content: "";
    width: 32%;
    height: 75%;
    border-radius: 50px;
    top: 4px;
    left: 4px;
    transition: 0.7s ease;
}
.charecter-icon-parent {
    display: flex;
    /* align-items: center; */
    gap: 21px;
    margin: 0px 0px 50px;
}

.icon-parent:hover {
    background: #ffffff;
}

.icon-parent {
    padding: 20px 16px 20px 15px;
    background: transparent;
    border-radius: 15px;
    width: 100%;
    transition: 0.7s ease;
    overflow: hidden;
    position: relative;
    height: 237px;
    transition: 0.7s ease;
}

.icon-parent:hover p {
    /* display: block; */
    bottom: 33px;
    opacity: 1;
}

.icon-parent:hover {
    height: 309px;
}

.icon-parent:hover span i {
    margin-top: 68px;
}
.icon-parent:hover .fa-square-arrow-up-right:before {
    content: "\f061";
    transition: 0.7s ease;
    color: #20221f;
    font-size: 29px;
}
.icon-parent:hover h4 {
    color: #000000;
}

.icon-parent:hover h4 span {
    color: #555555;
}

.icon-parent:hover .icon-img:before {background: #f8e5e5;}

.icon-parent:hover img {
    filter: invert(1);
}
.character-img img {
    width: 100%;
    margin-left: 34px;
    animation: move 5s infinite linear;
}




.icon-parent.icon-parent-2:hover p{
    bottom: 10px;
    opacity: 1;
}

.icon-parent.icon-parent-3:hover p{
    bottom: 20px;
    opacity: 1;
}

.icon-parent.icon-parent-4:hover p{
    bottom: 5px;
    opacity: 1;
}




.icon-parent.icon-parent-2:hover{
     height: 339px;
}
.icon-parent.icon-parent-3:hover{
     height: 339px;
}
.icon-parent.icon-parent-4:hover{
     height: 325px;
}


.icon-parent.icon-parent-2:hover span i{
     margin-top: 123px;
}

.icon-parent.icon-parent-3:hover span i{
     margin-top: 110px;
}

.icon-parent.icon-parent-4:hover span i{
     margin-top: 100px;
}





.icon-parent.myActive{
     background: #ffffff;
}


.icon-parent.myActive p{
    bottom: 33px;
    opacity: 1;
}

.icon-parent.icon-parent-2.myActive p{
    bottom: 10px;
    opacity: 1;
}

.icon-parent.icon-parent-3.myActive p{
    bottom: 20px;
    opacity: 1;
}

.icon-parent.icon-parent-4.myActive p{
    bottom: 5px;
    opacity: 1;
}




.icon-parent.icon-parent-2.myActive{
     height: 339px;
}
.icon-parent.icon-parent-3.myActive{
     height: 339px;
}
.icon-parent.icon-parent-4.myActive{
     height: 325px;
}


.icon-parent.icon-parent-2.myActive span i{
     margin-top: 123px;
}

.icon-parent.icon-parent-3.myActive span i{
     margin-top: 110px;
}

.icon-parent.icon-parent-4.myActive span i{
     margin-top: 100px;
}

.icon-parent.myActive{
     height: 309px;
}
.icon-parent.myActive span i{
     margin-top: 68px;
}
.icon-parent.myActive .fa-square-arrow-up-right:before {
     content: "\f061";
    transition: 0.7s ease;
    color: #20221f;
    font-size: 29px;
}


.icon-parent.myActive h4{
     color: #000000;
}


.icon-parent.myActive h4 span{
    color: #555555;
}

.icon-parent.myActive .icon-img:before{
  background: #f8e5e5;
}

.icon-parent.myActive img {
    filter: invert(1);
}


/* section-2 css end */ 

/*section-3 css start*/
.sec-bg{
    background-image: url(../images/sec-3-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 517px;
    display: flex;
    /* align-items: center; */
    padding: 0px 50px;
    position: relative;
}
.sec-3-content h1 {
    color: white;
    font-size: 30px;
    margin-bottom: 21px;
}

.sec-3-content h1 span {
    display: block;
}

.sec-3-content p {
    color: white;
    font-size: 15px;
    margin-bottom: 28px;
}

.sec-3-content .themeBtn {min-width: 146px;padding-top: 10px;padding-bottom: 10px;}
.sec-form-cont {
    margin-bottom: 30px;
}
.sec-form-cont h3 {
    margin-bottom: 0px;
    color: white;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 700;
}

.sec-form-cont h4 {
    font-size: 30px;
    font-family: 'Poppins';
    color: white;
}

.sec-form-cont p {
    color: white;
    font-size: 14px;
}
.sec-3-form-parent .form-control {
    background-color: #3d1560;
    border: none;
    height: calc(2.5em + 0.75rem + 2px);
    color: white;
    transition: 0.7s ease;
    margin: 6px 0px;
}

.sec-3-form-parent ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.sec-3-form-parent :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.sec-3-form-parent ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.sec-3-form-parent .form-control:hover {
    background-color: #560102;
}

.sec-3-form-parent input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
} 
.sec-3-form-parent .form-control:focus {
    color: white;
    background-color: #5a0102;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.sec-3-form-parent {
    background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    padding: 43px 30px;
    height: 100%;
    border-radius: 12px;
    width: 67%;
    margin-left: auto;
    margin-top: -138px;
}
.sec-3form .btn-get-start {
    width: 100%;
    border: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
}
.sec-3-form-parent textarea.form-control {
    height: unset;
}
.ssaa {
    position: sticky;
    top: 16%;
    /* bottom: 9%; */
}
.sec-3-charac {
    position: absolute;
    left: 37px;
    bottom: 10%;
    height: 694px;
    top: 0px;
    margin-top: -28%;
    margin-bottom: 0%;
}

section.section-3 {
    /* margin-top: 26px; */
    padding: 13rem 0rem 2rem;
}

/* section-3 css end */

/* section-4 css statr */


.sec-4-head h5 {
    color: white;
    font-family: 'Poppins';
    margin-bottom: 0px;
}

.sec-4-head h1 {
    color: white;
    font-size: 32px;
    margin-bottom: 24px;
}

.sec-4-head h1 span {
    display: block;
}

.sec-4-head p {
    color: white;
    font-size: 15px;
    margin-bottom: 30px;
    width: 47%;
}

.btn-white {
    color: #3d1560;
    background: white;
    padding: 8px 33px 8px 34px;
    border-radius: 29px;
    font-size: 15px;
}
.sec-4-head {
    z-index: 48;
    position: relative;
}
section.section-4 {
    background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    /* background-image: -webkit-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */
    background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.sec-4-1-content h5 {
    color: white;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 28px;
}

.sec-4-1-content p {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.sec-4-1-parent {
    display: flex;
    gap: 46px;
    margin-top: 5rem;
    z-index: 11;
    position: relative;
}

.sec-4-1-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
   transform: scale(0.0);
  transition: all 0.4s ease;
}

   

.sec-4-1-content.myActive {
  transform: scale(1.0);
}


.sec-4-icon img {
    position: absolute;
    right: 24px;
    bottom: 0px;
    margin-bottom: 0px!important;
}
.sec-4-1-content img {
    margin-bottom: 28px;
}
.sec-4-1-content1 {
    margin-top: 6rem;
}

.sec-4-1-content2 {
    margin-top: 0rem;
}

.sec-4-1-content3 {
    margin-top: -3rem;
}

.sec-4-1-content4 {
    margin-top: -17rem;
}

.sec-4-1-content1 .sec-4-icon img {width: 21%;}

.sec-4-1-content2 .sec-4-icon img {
    width: 34%;
    right: 0px;
}

.sec-4-1-content3 .sec-4-icon img {
    width: 34%;
    right: 0px;
}

.sec-4-1-content4 .sec-4-icon img {
    width: 34%;
    right: 0px;
}
.sec-4-arrow img {
    /* position: absolute; */
    /* top: 3%; */
    /* left: -4%; */
    /* width: 100%; */
    /* z-index: 0; */
}

.sec-4-arrow {
    /* width: 94%; */
    z-index: 0;
    position: relative;
    /* top: -31%; */
    /* left: -4%; */
}
/* section-4 css end */

/*section-5 css start*/
.sec-5-con {
    text-align: center;
    margin-bottom: 22px;
}

.sec-5-con h2 {
    color: #161616;
    font-size: 36px;
}

.sec-5-con p {
    color: #272a2d;
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: auto;
}

section.section-5 {
    background: #e8e9e9;
    padding: 50px 0px;
    overflow: hidden;
}
/*section-5 css end*/

/* foam1-sec css start */
.gota h1 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin: 0px 0px 22px 0px;
}
.foam1 .form-group:hover input {
    background: transparent;
}
.gota p {
    color: white;
    font-size: 14px;
    font-weight: 500;
    width: 66%;
    margin: auto;
}

section.form12 {
    padding: 50px 0px;
    background-image: url(..//images/form-sec.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gota {
    text-align: center;
    margin: 0px 0px 34px 0px;
}

.foambut .themeBtn {
    width: 100%;
}

.foam1 .form-control {
    background: #e9e9ea;
    border: 0px;
    font-size: 13px;
    height: 65px;
}

.foam1 textarea {
    resize: none;
    height: unset!important;
}
/* foam1 css end */

/*FOOTER CSS START*/
.MainFooter {
    background: #000000;
    scroll-behavior: smooth;
    padding: 4rem 0 7px;
}

.Footerlogo h1 {
    font-size: 50px;
    font-weight: 700;
}

.Footerlogo h1 a {
    text-decoration: none;
    color: #fff;
}

.Footerlogo p {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.FooterIcons {
    display: flex;
    align-items: center;
}

.FooterIcons a {
    display: block;
    background: #2f2f2f;
    height: 50px;
    width: 50px;
    margin: 1px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #575757;
    text-decoration: none;
    transition: 0.5s ease;
    font-size: 19px;
}

.FooterIcons a:hover {
    background: #df678c;
    color: #300d39;
}

.Quicklinkheading h5 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.Quicklinkheading ul {
    list-style: none;
    padding: 0;
}

.Quicklinkheading ul li {
    margin-bottom: 1rem;
}

.Quicklinkheading ul li a {
    color: #b3b3b3;
    transition: 0.5s ease;
    font-family: 'Poppins';
}

.Quicklinkheading ul li a:hover {
    color: #ffffff;
}

.Quicklinkheading p {
    color: #ffffff;
    font-size: 13px;
}

.btnNumber {
    color: #df678c;
    font-weight: 500;
    margin-right: 11px;
    transition: 0.5s ease;
}

.btnNumber:hover {
    color: #ffffff;
}

.btnNumber img {
    margin-right: 17px;
}

.btnLivechat {
    color: #df678c;
    padding: 10px 30px;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s ease;
    /* background: #8b0000; */
    border: 2px solid #df678c;
}

.btnLivechat:hover {
    color: #fff;
    border-color: #fff;
}
/*COPYRIGHT CSS START*/
.copyright {
    border-top: 2px solid #626262;
    margin-top: 3rem;
    padding-top: 21px;
    padding-bottom: 17px;
}

.CopyrightMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.copyrightfirsttext p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.copyrightsecondtext ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyrightsecondtext ul li {
    margin-left: 1rem;
}

.copyrightsecondtext ul li a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.copyrightsecondtext ul li a:hover {
    color: #b3b38b;
}
/*COPYRIGHT CSS END*/
/*FOOTER CSS END*/



/*ReviewSec css start*/
.ReviewSec {
    /* background-color: black; */
    padding-bottom: 0px;
}

.ReviewTop {
    text-align: center;
}

.ReviewTop h2 {
    color: #161616;
    /* font-family: 'Oswald'; */
    font-size: 36px;
    margin-top: 5rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.ReviewTop p {
    width: 64%;
    margin: auto;
    color: #161616;
}


.client-box:hover .client-info span {
    color: white;
}
.client-box {
    padding-right: 14px !important;
    transition: all 0.4s ease;
    text-align: start;
    padding: 30px 13px 20px;
    margin: 45px 18px 48px;
    transition: all 0.4s ease;
    border-width: 1px;
    /* border-color: rgb(52, 52, 52); */
    /* border-style: solid; */
    /* background: white; */
    /* border-radius: 21px; */
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.924px 9.563px 50px 0px rgb(66 112 236 / 16%);
}

.client-box .star-wrap {
    margin-bottom: 10px;
    color: #ffc600;
}

.client-box ul {
    text-align: left;
    display: flex;
    align-items: CENTER;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 12px;
    margin-top: 49px;
}

.client-box ul li img {
    width: 65px !important;
    margin-right: 18px;
    border-radius: 50px;
}

.client-info h6 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #1a1820;
}

.client-info span {
    font-size: 14px;
    color: #8f8f93;
    /* font-style: initial; */
    font-style: italic;
    font-weight: 400;
}

.client-box:hover {
    border-color: transparent;
    transition: all 0.4s ease;
    transform: scale(1.1);
    /* background: #ec1846; */
    border-radius: 20px;
    background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    /* background-image: -webkit-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */
    background-image: -webkit-linear-gradient( 116deg, rgb(61 21 96) 0%, rgb(223 103 140) 30%, rgb(223 103 140) 100%);
}

.client-box:hover svg {
    color: #fff;
}

.client-box svg {
    color: #ffc600;
}

.client-box:hover img {
    border-radius: 50px;
}

.client-box:hover p {
    color: white;
}

.client-box p {
    font-size: 14px;
    color: #7b7b7d;
    margin-bottom: -29px;
    margin-top: 20px;
    line-height: 26px;
    height: 200px;
    font-weight: 600;
    font-weight: 500;
    font-style: italic;
}

.client-box:hover h6 {
    color: #fff;
}
/*ReviewSec css End*/




/* animation css start */
 @keyframes move {
     0%{
         transform:translateX(0px);
     }
     

       50%{
         transform:translateX(-50px);
     }
     
 } 

@keyframes col{
  0%{
    
  }

  30%{
  
    color:white;
  }

  50%{
   
      
    color:white;
    
  }

  70%{
     color: #000000;
  }

  90%{
     color: #000000;
  }
  100%{
      
  }
}


@keyframes arrow{
    0%{
        width:0px;
    }

    20%{
        width: 150px;
    }

    40%{
        width: 400px;
    }

     60%{
        width: 700px;
    }

     80%{
        width: 1300px;
    }

     100%{
        width:1300px;
    }

    
}



@keyframes scaleIn{from{transform:scale(1,1);opacity:.5}to{transform:scale(30,30);opacity:0}}


@keyframes changeBackgroundColor {
  0% {
    background-color: #48186e;
  }
  40% {
      background-color: #5a70d8;
    
  }
  60% {
      background-color: black;
  }
  80%{
      background-color: #df678c;
  }
  100%{
        background-color: #36104a;
  }
}

/* animation css end */




.sec-4-1-parent:before {
    background-image: url(../images/sec-4-arrow.webp);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 0px;
    height: 474px;
    top: -281px;
    left: -67px;
    animation: arrow 10s infinite;
    animation-delay: 1.5s;
    z-index: -1;
}




.circle {
    border-radius: 50%;
    background-color: #4b1975;
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 9s infinite cubic-bezier(1,.11,1,1);
}


.item {
    z-index: 100;
    padding: 5px;
}

.circle-outer {
    position: absolute;
    left: 206px;
    top: 172px;
    z-index: 0;
}






/* about-page-css start */
.section-01 .section-1-content {
    margin-top: 0px;
}
.about-img img {
    width: 75%;
}
.section-01{
    background-image: url(../images/header-banner1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 746px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 292px; */
    /* padding-top: 100px; */
}
.about-sec-1 .cont-bg span {
    animation: none;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}

.about-sec-1 h1 {
    font-size: 42px;
    margin-bottom: 23px;
    color: #161616;
}

.about-sec-1 p {
    color: #1a1820;
    font-size: 15px;
    /* width: 100%; */
    font-weight: 500;
}

.about-sec-1 .themeBtn {
    min-width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
}
section.about-sec-1 {
    padding: 80px 0px;
}
/* about-page-css end */

/* about-sec-2 css start */
.about-sec-2-li-1 ul {
    padding: 0;
}

.about-sec-2-li-1 ul li {
    list-style: none;
    margin: 20px 0px;
}

.about-sec-2-parent {
    display: flex;
    gap: 30px;
}

section.about-sec-2 {
    display: flex;
    align-items: center;
}

.about-sec-2-parent .about-sec-2-li-1:nth-child(2) {
    margin-top: 58px;
}

section.about-sec-2 {
    background-image: -moz-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    /* background-image: -webkit-linear-gradient( 74deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%); */
    background-image: -webkit-linear-gradient( 116deg, rgb(59,0,0) 0%, rgb(61 21 96) 30%, rgb(61 21 96) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
    padding: 60px 0px;
}

.about-sec-2-content h1 {
    color: white;
    font-size: 45px;
    margin-bottom: 22px;
}

.about-sec-2-content p {
    color: white;
    font-size: 15px;
    margin-bottom: 16px;
}

section.section-01 .section-1-img {
}

section.section-01.section-1 .section-1-img img {
    width: 100%;
}

section.section-01.section-1 .section-1-img {
    top: 100px;
    right: 202px;
}
/* about-sec-2 css end */

/* servicer-page css start */
section.services-1 {
    padding: 67px 0px;
}

.section-1-content.section-1-content-servi1 .cont-bg span {
    display: block;
    width: 36%;
}
/* service page css end */



/*contact-page cs start*/
.gota1 h1 {
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin: 0px 0px 22px 0px;
}

.gota1 p {
    color: black;
    font-size: 14px;
    font-weight: 500;
    width: 66%;
    margin: auto;
}

.gota1 {
    text-align: center;
    padding: 20px 0px;
}

section.form13 {
    padding: 50px 0px;
    overflow: hidden;
}


.ordernow_form input, .ordernow_form select {
    background: #e9e9ea;
    border: 0px;
    font-size: 13px;
    height: 65px;
    width: 100%;
    margin: 10px 0px;
    padding-left: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.ordernow_form input:hover {
    background: transparent;
    border: 1px solid black;
}

.ordernow_form ul {
    padding: 0px;
}

.ordernow_form ul li {
    list-style: none;
}

.ordernow_form button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    align-items: center;
    padding: 1em 1em;
    font-size: 15px;
    font-weight: 600;
    background-size: 300% 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 200px;
    justify-content: center;
    text-transform: capitalize;
    font-family: 'Poppins';
    background-image: -moz-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
    background-image: -webkit-linear-gradient( 116deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(59,0,0) 0%, rgb(157,0,0) 30%, rgb(195,0,0) 100%);
}

.ordernow_form button:hover {
    background-position: 100% 0;
    color: var(--white);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ordernow_form h4 {
    font-size: 31px;
    font-weight: 700;
    color: black;
    margin: 0px 0px 22px 0px;
}
.cont-bg span br {
    display: none;
}
/*contact-page-css end*/

label.error {
    display: none !important;
}

input.error {
    background-color: #ffdbdb !important;
}

.loader {
    margin-top:15px;
    text-align: center;
}

.loader img {
    width: 40px;
}

/*detail page css start*/
.pkg_detail_sec {
    padding: 40px 30px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}
.pkg_detail_sec:before {
    content: "";
    border: 3px solid #c30000;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}
.pkg_detail_sec h3 {
    font-size: 25px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}
.pkg_detail_sec h5 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc1216;
    margin-bottom: 20px;
}
.pkg_detail_sec:after {
    content: "";
    background: #3c3c3c;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}

.btn_packages_sec a, .btn_packages a {
    /* background: #cc1216; */
    padding: 17px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.pkg_list_detail {
    margin: 0 10px 0 60px;
}
.pkg_list_detail h4 {
    font-weight: bold;
    font-size: 32px;
    color: #c30000;
}
.pkg_list_detail ul {
    height: 480px;
    overflow-y: scroll;
    padding: 0px;
}
.pkg_list_detail ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    list-style: none;
}
.pkg_list_detail ul li:before {
    content: "";
    background: url(../images/arrow_icon.webp);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    left: 0;
    background-size: cover;
}
.pkg_list_detail ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb {
    background: #c30000;
    border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb:hover {
    background: #c30000;
    border-radius: 10px;
}
section.product_detail_sec {
    padding: 65px 0px;
}

div#loader img {
    width: 53px;
}
/*detail page css end*/

.privacySec {
    padding-top: 80px;
    padding-bottom: 30px;
}

.policy-content {
    margin-top: 50px;
}

.header2 {
    background-image: -webkit-linear-gradient( 54deg, rgb(59,0,0) 0%, rgb(157,0,0) 53%, rgb(195,0,0) 100%);
}

.policy-content ul li {font-family: 'Poppins';}

.min_form_submission {
    text-align: center;
    position: relative;
    margin-top: 100px;
}
.start-project {
    position: absolute;
    top: -60px;
    left: -12px;
    z-index: 1;
}
.start-project img {
    width: 250px;
}
ul.mini-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    list-style-type: none;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    border: 5px solid #eee;
    flex-wrap: wrap;
    gap: 15px;
}
ul.mini-form li {
    margin: 0px;
    flex: 0 0 27%;
}
ul.mini-form input {
    height: 45px;
    border-radius: 8px;
    padding-left: 15px;
    border: none;
    background-color: #e2e2e2;
    width: 100%;
}
ul.mini-form button {
    /* background: #cc1216; */
    color: #fff;
    background-image: -webkit-linear-gradient( 57deg, rgb(30 1 1) 0%, rgb(61 21 96) 53%, rgb(61 21 96) 100%);
    border-radius: 8px;
    padding: 10px 11px;
    font-weight: 600;
    margin-left: 0;
    font-size: 14px;
    background-size: 170% 100%;
}
ul.mini-form li:last-child {
    flex: 0 0 10%;
}


.mini-form {
    margin: 0px 0px 39px 0px;
}


.header .navbar-brand img.logo-block {
    display: none;
}

.activeHeader .navbar-brand img.logo-block {
    display: block;
}

.activeHeader .navbar-brand img.logo-none {
    display: none;
}

.Footerlogo h1 a img {
    width: 65%;
}
.chat-image {
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 200px;
    height: 200px;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    z-index: 1;
}

.chat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.chat-image img.arrow-icon {
    position: absolute;
    right: -97px;
    top: 100px;
}