@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');


*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    
}


/* header css Start */


header .bg-light {
    background-color: #fff !important;
}
a.navbar-brand {
    color: #0B0B26 !important;
    font-size: 45px;
    font-weight: 600;
}
a.navbar-brand img {
    max-width: 170px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #5B43E3;
    font-weight: 500;
}
ul.navbar-nav {
    margin: 0 auto;
}
header a.nav-link {
    text-transform: capitalize;
    padding: 0px 10px !important;
    font-size: 14px;
    transition: all 0.5s ease;
	font-weight:500;
}  
header li.nav-item {
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    color: #0B0B26;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #5B43E3;

}

header a.btn {
    text-decoration: none;
    margin: 0;
    padding: 10px 24px;
    font-size: 14px;
    background-color: #0B0B26;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #0B0B26;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
}
header a.btn:hover {
    color: #0B0B26!important;
    border-color: #0B0B26 !important;
    background-color: transparent !important;
}
ul.h-btn {
    margin: 0;
}

/* header css End */

/* section service CSS start */
section.service .row {
    display: flex;
    align-items: center;
}
.service-sec .ss-heading h1{
    color: #0B0B26;
    font-weight: 300;
}
.ss-heading.r h1, .ss-heading.d h1, .ss-heading.a h1{
    font-weight: 600;
}

.service-sec .ss-heading strong{
    color: #0B0B26;
    font-weight: 600 !important;
}
section.service{
    overflow: hidden;
}
.service-sec {
    width: 100%;
    background-size: 100%;
    padding-bottom: 40px;
    position: relative;
   
}
/* .service-sec::before {
    position: absolute;
    content: '';
    background-size: 100%;
    background-image: url(assets/bg-img.webp);
    height: 100%;
    z-index: -5;
    width: 100%;
    -webkit-animation: mymove 20s linear infinite;
    animation: mymove 300s linear infinite;
    background-size: cover;
    background-position: center;
} */
body {
    position: absolute;
    background-size: 100%;
    background-image: url(assets/bg-img.webp);
    height: 100%;
    z-index: -5;
    width: 100%;
    -webkit-animation: mymove 20s linear infinite;
    animation: mymove 300s linear infinite;
    background-size: cover;
    background-position: center;
}
@keyframes mymove{
    0%{
        background-position: 0px -10000px;
    }
    100%{
        background-position: 0px 0px;
    }
  }

 
  
.service-sec.asg {
    width: 100%;
    background-image: url('assets/side-img-a.webp') !important;
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}
.service-sec.dis {
    width: 100%;
    background-image: url('assets/side-img-d.webp') !important;
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}
.service-sec.res {
    width: 100%;
    background-image: url('assets/side-img-r.webp') !important;
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}
.service-sec.the {
    width: 100%;
    background-image: url('assets/side-img-t.webp') !important;
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}
.service-sec.exm {
    width: 100%;
    background-image: url('assets/side-img-e.html') !important;
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 40px;
}

.sr-sub {
    padding-top: 60px;
}
img.row-image {
    width: 25%;
}
.sr-img {
    margin-top: 35px;
}
.ss-heading {
    margin-top: 66px;
}
.service-sec h1 {
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}
.service-sec .ss-heading p {
    margin: 16px 0px;
    font-size: 15px;
    color: #000;
}
.sr-button a.btn.btn1.btn-primary {
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #5B43E3;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #5B43E3;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.sr-button a.btn.btn1.btn-primary:hover {
    background-color: transparent;
    border-color: #C177F9;
    color: #C177F9;
}
.sr-button a.btn.btn2.btn-primary {
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0B0B26;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0B0B26;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
    transition: all 0.5s ease 0s;
}
.sr-button a.btn.btn2.btn-primary:hover {
    background-color: transparent;
    border-color: #0B0B26;
    color: #0B0B26;
}
.counter {
    font-size: 25px;
    color: #5B43E3;
    margin: 15px 0px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}
p.stats-text {
    font-size: 15px;
    font-weight: 400;
    color: #0B0B26;
}
.counter.count2{
    margin-left: 15px;
}
/* section service CSS end */

/* section tab CSS start */

.tab-sec{
    margin: 50px 0px;
    overflow: hidden;
    position: relative;
}

.tab-sec::before {
   /* width: 100%; */
   position: absolute;
   content: '';
   background-size: 100%;
   background-image: url(assets/review-bg.webp);
   height: 100%;
   z-index: -5;
   width: 100%;
   -webkit-animation: mymove 20s linear infinite;
   animation: mymove 300s linear infinite;
   background-size: 100%;
}
@keyframes mymove{
    0%{
        background-position: 0px -10000px;
    }
    100%{
        background-position: 0px 0px;
    }
  }

.tb-wrapper {
    position: relative;
    box-shadow: 0px 2px 16px -8px rgb(0 0 0 / 65%);
    border-radius: 15px 15px 0;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}
.tb-wrapper::after {
    position: absolute;
    bottom: -50px;
    right: -4px;
    content: "";
    width: 60px;
    z-index: 2;
    background: url('assets/tb-after.webp');
    height: 60px;
}
.tb-heading h5 {
    font-weight: 600;
    color: #434A90;
}
.tb-heading p {
    font-weight: 400;
    font-size: 15px;
    color: #031136;
}
.tb-para p {
    font-weight: 300;
    font-size: 14px;
    color: #AAAAAA;
}
.tb-media.media {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.tb-media.media img {
    width: 50px;
}
.media-body p {
    color: #AAAAAA;
    margin: 0;
    font-size: 15px;
}
.tb-img-wrapper {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.tb-rating i.fa-solid.fa-star {
    font-size: 14px;
    color: #FF5903;
}
.tb-img-sec img {
    width: 85%;
    margin: 0 auto;
    display: block;
}
.parent {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 65px;
    margin: 65px 0 0px;
}
.tb-main1 {
    margin-bottom: 30px;
}
.tb-main3 {
    margin: 65px 0 0px;
}
.tb-heading h2 {
    color: #5B43E3;
    text-align: center;
    font-weight: 700;
}    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 1 / 2 / 3 / 3; }
    .div4 { grid-area: 1 / 3 / 2 / 4; }
    .div5 { grid-area: 2 / 1 / 3 / 2; }
    .div6 { grid-area: 2 / 3 / 3 / 4; }


    .tb-img-wrapper .row {
        text-align: center;
        border-radius: 0px 0px 15px 15px;
        color: #fff;
        padding: 15px 0;
        display: flex;
        background: #5B43E3;
        align-items: center;
    }
    .tb-main1 select {
        border: 1px solid #CBCBCB;
        padding: 5px 0;
        width: 100%;
        font-size: 15px;
        color: #AAAAAA;
    }
    .tb-ihead h5 {
        font-weight: 700;
        text-transform: uppercase;
    }
    .tb-ihead span {
        font-weight: 500;
        font-size: 12px;
    }
    .tb-ihead p {
        margin: 0;
        font-weight: 300;
        font-size: 14px;
    }
    .tb-ibtn i.fa-solid.fa-star {
        font-size: 13px;
        color: #fff;
    }
    .tb-ibtn a {
        font-size: 15px;
        width: 70%;
        color: #031136;
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #fff;
        transition: all 0.5s ease 0s;
    }
    .tb-ibtn a:hover {

        color: #fff;
        background: transparent;
        border-color: #fff;
    }
/* section tab CSS end */

/* protofolia CSS start */

.pro-sec {
    text-align: center;
    background: #0B0B26;
    margin: 80px 0 0;
    padding: 30px 0;
}
.pr-heading {
color: #fff;
margin-bottom: 30px;
}
.pr-heading h2 {
    font-weight: 600;
}
.pr-heading p {
font-size: 15px;
}
div#mybtns a.btn {
    color: #5B43E3;
    font-size: 14px;
    padding: 12px 0;
    width: 100%;
    background: #Fff;
    transition: all 0.5s ease 0s;

}
div#mybtns a.active, div#mybtns a.btn:hover {
    background-color: #5B43E3;
    color: #fff;
  }
  /* div#mybtns {
    background-color: #5B43E3;
    color: #fff;
  } */
/* protofolia CSS end */


/* section banner CSS start */

.sub-banner{
    background: #5B43E3;
    margin: 50px 0px;
    padding: 30px 0px;
}
.bn-wrapper{
    text-align: center;
    color: #Fff;
}
.bn-heading h2{
    font-weight: 600;
}
.bn-para p{
font-size: 15px;}

/* section banner CSS end */

/* section form CSS start */

input.input100 {
  font-weight: 400;
  background-size: 35px;
}
input.input200 {
  background-size: 35px;
  font-weight: 400;
}
input.input300 {
  font-weight: 400;
  background-size: 35px;
  position: relative;
}
.p1 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding-top: 6px;
  margin-bottom: 0px;
}
.form-container {
  padding: 18px 25px;
}
.wrap-input100 {
  border-radius: 5px;
  background: none;
  max-width: 100%;
  width: 100%;
  padding: 13px 0px;
  background-color: #fff;
}
.label-input100 {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
}
input.input100::placeholder {
    font-size: 14px;
  color: #6D6B6B;
  font-weight: 300;
}
input.input200::placeholder {
    font-size: 14px;
  color: #6D6B6B;
  font-weight: 300;
}
input.input300::placeholder {
    font-size: 14px;
  color: #6D6B6B;
  font-weight: 300;
}
.fm-sec .input100, .input200, .input300 {
  font-size: 14px !important;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: 500;
  padding: 0px 15px;
}
textarea {
  width: 100%;
  height: 100px;
  padding: 13px 15px;
  font-weight: 400;
  box-sizing: border-box;
  color: #000;
  background-color: #f8f8f8;
  font-size: 15px;
  resize: none !important;
  margin-bottom: 13px;
  outline: none;
  border: none;
  overflow: auto;
  resize: vertical;
}
input {
outline: none;
border: none;
}
.focus-input100 {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}

input.form-control, select.form-select,.form-btn button {
    height: 45px;
    font-size: 13px;
}

.footer-logo img {
    max-width: 170px;
}


.footer-logo p {
    color:#fff;
	    font-size: 13px;
}

.form-btn button {
	
}

button.form-control.btn.btn-primary {
    background: #f7c722;
	color:#000;
}


.fm-sec form {
    padding: 30px 0px 15px;
    border-radius: 10px;
    background: #5B43E3;
}
.fm-sec .form-btn input[type="submit"] {
    background-color: #0B0B26;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0B0B26;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.fm-sec form {
    padding: 50px 0px 50px;
    border-radius: 0px 15px 15px;
    background: #5B43E3;
}
.fm-heading {
    border-radius: 15px 0px 0px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #0B0B26;
    width: 38%;
    margin-bottom: -30px;
    position: relative;
}
.fm-heading h3 {
    font-size: 25px;
    font-weight: 600;
    animation: zoom-in-zoom-out 2.5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
    transform: scale(1, 1);
    }
    50% {
    transform: scale(1.1, 1.1);
    }
    100% {
    transform: scale(1, 1);
    }
    }
.fm-sec .form-btn input[type="submit"]:hover {
    background-color: transparent;
    font-weight: 500;
    border-color:  #fff;
    color:  #fff;
}
/* section form CSS end */

/* section testominal CSS start */
section#row-img-area .row {
    margin-right: auto;
}
section#row-img-area .container {
    z-index: 0;
    position: relative;
}
.owl-item.cloned {
    width: 258.75px;
    margin-right: 170px;
}

.testi-heading h4 {
    text-align: center;
    margin-bottom: 32px;
}
section#row-img-area .box-area {
    position: relative;
    padding: 20px 0px;
    display: block;
    background: #fff;
    color: #000;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px; */
    border-radius: 0px;
}
section#row-img-area .owl-nav.disabled {
    display: none;
}
section#row-img-area .owl-dots {
    display: none;
}
section#row-img-area .box-area .img-area {
	width: 100%;
	height: auto;
	/* position: absolute; */
	/* top: -40px;
	left: 0;
	bottom: 0; */
	margin: 0 auto;
	/* right: 0;
	z-index: 1; */
	/* border: 5px solid #fff;
	border-radius: 50%; */
	/* box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5); */
}
section#row-img-area .box-area .img-area img {
    margin-right: auto;
    margin-left: auto;
    width: 65%;
    display: block;
}	
.testi-content p {
    text-align: left;
}
.testi-content h3 {
    text-align: left;
}
/* section#row-img-area.testi-content h3 {
    
} */
section#row-img-area a.testi-link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.testi-rating {
    text-align: left;
    color: #E84D56;
} 
#row-img-area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-item.active.center .box-area {
    background: #E84D56 !important;
    color: #fff !important;
}
.owl-item.active.center a.testi-link {
    color: #fff !important;
}
.owl-item.active.center .testi-rating {
    color: #fff !important;
}
section#row-img-area {
    BACKGROUND-COLOR: #fff;
    margin: 40px 0;
}
/* #row-img-area .owl-prev, #row-img-area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
} */
/* img.arrow {
    width: 70%;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
} */
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}

/* section testominal CSS end */

/* assign services css start */
.asign-ser {
    overflow: hidden;
    margin: 50px 0;
    position: relative;
}
section.assign-services{
    overflow: hidden;
}
.asign-ser::before {
    width: 20%;
    position: absolute;
    content: '';
    background-image: url(assets/os-bg1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    height: 100%;
    z-index: -7;
    /* padding-bottom: 100%; */
    background-attachment: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoom-in-zoom-out 1s ease infinite; 
     transition: all .5s ease-in-out;
    overflow: hidden;
     animation: zoom-in-zoom-out 5s ease infinite; 
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

 
.asg-heading {
    padding-bottom: 30px;
}
.asg-heading h2 {
    color: #0B0B26;
    font-weight: 600;
}
.asg-heading p {
    font-size: 15px;
    color: #0B0B26;
}

.asg-sub h4 {
    text-align: center;
    color: #5B43E3;
    font-weight: 700;
    font-size: 20px;
}
.asg-sub img {
    width: 50px;
    margin-bottom: 15px;
}
.asg-sub p {
    font-size: 15px;
    color: #0B0B26;
}
.asg-sub {
    min-height: 295px;
    padding: 24px 10px 0px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 16px -8px rgb(0 0 0 / 65%);
    margin-bottom: 10px;
}
.asg-sub .row {
    display: flex;
    align-items: center;
}

/* assign services css end */

/* section detail CSS start */

.sub-detail {
    margin: 50px 0;
}
.dt-heading h2 {
    color: #0B0B26;
    font-weight: 600;
}
.dt-heading p{
    font-size: 15px;
}

.sub-detail.sd {
    padding-top: 30px;
    margin: 50px 0;
}
.sub-detail.sd1{
    padding: 0;
}
.dt-para p {
    font-size: 15px;
    color: #0B0B26;
}
.dt-bullets ul {
    list-style: none;
    padding: 0;
}
.dt-bullets .media {
    display: flex;
    align-items: center;
}
.dt-bullets .media .media-body p {
    color: #949494;
    margin: 0;
    font-size: 15px;
}
.media.mb-3 img {
    width: 50px;
}
/* section detail CSS end */

/* section started css start */

.start-sec .row{
    display: flex;
    align-items: center;
}
.sub-start {
    background-color: #0B0B26;
}
.st-heading h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    /* font-size: 40px; */
}
.st-heading p {
    /* margin: 16px 0px; */
    font-size: 15px;
    color: #fff;
}



.start-sec .wrap-contact100 {
    border-radius: 8px;
    max-width: 420px;
    margin: 0 auto;
    overflow: hidden;
    background: rgb(91, 67, 227);
}
.start-sec .container-contact100 {
    margin: -30px 0px;
}

    .contact100-form {
      width: 100%;
  }

.offer-wrapper p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
}
  
.contact100-form-title {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 20px;
}

@keyframes zoom-in-zoom-out {
    0% {
    transform: scale(1, 1);
    }
    50% {
    transform: scale(1.2, 1.2);
    }
    100% {
    transform: scale(1, 1);
    }
    }
input.input100 {
    font-weight: 400;
    background-size: 35px;
    position: relative;
}
input.input200 {
    background-size: 35px;
    font-weight: 400;
}
input.input300 {
    font-weight: 400;
    background-size: 35px;
}
.p1 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    padding-top: 6px;
    margin-bottom: 0px;
}
.form-container {
    padding: 25px 30px;
}
.start-sec .wrap-input100 {
    border-radius: 5px;
    background: none;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
    background-color: #fff;
}
.label-input100 {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
}
  input.input100::placeholder {
    color: #6D6B6B;
    font-weight: 300;
}
  input.input200::placeholder {
    color: #6D6B6B;
    font-weight: 300;
}
  input.input300::placeholder {
    color: #6D6B6B;
    font-weight: 300;
}
.start-sec .input100, .input200, .input300 {
    font-size: 15px;
    display: block;
    width: 100%;
    background: transparent;
    font-weight: 500;
    padding: 0px 15px;
}
textarea {
    width: 100%;
    height: 85px;
    padding: 10px 15px;
    font-weight: 400;
    box-sizing: border-box;
    color: #000;
    background-color: #f8f8f8;
    font-size: 15px;
    resize: none !important;
    margin-bottom: 13px;
    outline: none;
    border: none;
    overflow: auto;
    resize: vertical;
}
  input {
  outline: none;
  border: none;
  }
  .focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  }
  
  textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
  }

  .container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding-top: 13px; */
  }
  .wrap-contact100-form-btn {
  width: 100%;
  display: block;
  
  
  border-radius: none;
  overflow: hidden;
  margin: 0 auto;
  }

  
.start-sec .form-btn input[type="submit"] {
    background-color: #0B0B26;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0B0B26;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease 0s;
}
.start-sec .form-btn input[type="submit"]:hover {
    background-color: transparent;
    border-color:  #0B0B26;
    color:  #0B0B26;
}

/* section started css end */

/* section detail dl CSS start */
section.detail{
    overflow: hidden;
}
.dl-sec{
    position: relative;
    overflow: hidden;
}

/* .dl-sec::before {
    width: 20%;
    position: absolute;
    content: '';
    background-image: url(assets/marcq-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    z-index: -7;
    background-attachment: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoom-in-zoom-out 1s ease infinite; 
     transition: all .5s ease-in-out;
    overflow: hidden;
     animation: zoom-in-zoom-out 5s ease infinite; 
} */

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.dl-heading h2 {
    color: #5B43E3;
    font-weight: 600;
}
.dl-para p {
    font-size: 15px;
    color: #0B0B26;
}
.dl-button a.btn.btn1.btn-primary {
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #5B43E3;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #5B43E3;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.dl-button a.btn.btn1.btn-primary:hover {
    background-color: transparent;
    border-color: #C177F9;
    color: #C177F9;
}
.dl-button a.btn.btn2.btn-primary {
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0B0B26;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0B0B26;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
    transition: all 0.5s ease 0s;
}
.dl-button a.btn.btn2.btn-primary:hover {
    background-color: transparent;
    border-color: #0B0B26;
    color: #0B0B26;
}
.dl-img {
    padding: 25px;
    background: #A278FC;
}
.marquee-item img {
    max-width: 500px !important;
}
.marquee-wrapper{
    background: #A278FC;
    text-align:
    center;
  }
  .marquee-wrapper .container{
    overflow:hidden;
  }
  .marquee-inner span{
    float:left;
    width:50%;
  }
  .marquee-wrapper .marquee-block{
    --total-marquee-items:5;
    height: 384px;
    width: calc(277px * (var(--total-marquee-items)));
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
    /* margin: 69px auto; */
    background: #A278FC;
    padding: 30px 0;
  }
  .marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
  }
  .marquee-inner p{
    font-weight: 800;
    font-size: 30px;
    font-family: cursive;
  }
  .marquee-inner.to-left{
    animation: marqueeLeft 25s linear infinite;
  }
  .marquee-inner.to-right{
    animation: marqueeRight 25s linear infinite;
  }
  .marquee-item{
    width: 240px;
    height: auto;
    display: inline-block;
    margin: 0px 10px;
    float : left;
    transition: all .2s ease-out;
    background: #A278FC;
  }
  @keyframes marqueeLeft{
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes marqueeRight{
    0% { 
      left: -100%; 
    }
    100% {
     left: 0; 
    }
  }

/* section detail dl CSS end */

/* section testominal CSS start */
section#testimonial_area {
    background: #5B43E3;
    margin: 50px 0px;
}
.testi-content span {
    font-size: 13px;
    font-weight: 600;
}
section#testimonial_area .row {
    margin-right: auto;
}
.testi-heading{
    padding-top: 30px;
}
.testi-heading h2 {
	color: #fff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.testi-heading h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 300;
}
/* .box-area .row.gx-2 {
    display: flex;
    align-items: center;
} */
.testi-content {
    margin: 20px 0;
}
.testi-para p {
    margin: 16px 0px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.rating-testi-para {
    box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.75);
    width: 50%;
    padding: 40px 30px;
    margin: 34px auto 50px;
    border-radius: 0 35px 35px 35px;
}
i.fa-solid.fa-star.a, i.fa-solid.fa-star.b, i.fa-solid.fa-star.c {
    color: #5B43E3;
}
.testi-rating {
    text-align: end;
}
i.fa-solid.fa-star {
	font-size: 14px;
	color: #5B43E3;
}
section#testimonial_area .box-area {
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    display: block;
    color: #0B0B26;
    margin: 30px auto 30px;
}
section#testimonial_area .box-area .img-area {
	width: 100%;
	height: auto;
	/* position: absolute; */
	/* top: -40px;
	left: 0;
	bottom: 0; */
	margin: 0 auto;
	/* right: 0;
	z-index: 1; */
	/* border: 5px solid #fff;
	border-radius: 50%; */
	/* box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5); */
}
section#testimonial_area a.btn.btn1.btn-primary {
    border-radius: 0px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #5B43E3;
    text-decoration: none;
    padding: 8px 0px;
    width: 65%;
    background-color: #5B43E3;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
section#testimonial_area a.btn.btn1.btn-primary:hover {
    background-color: transparent;
    border-color: #C177F9;
    color: #C177F9;
}
section#testimonial_area .box-area .img-area img {
    margin-top: -70px;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    display: block;
    margin-bottom: -20px;
}	
.testi-content p {font-weight: 400;margin: 0;text-align: center;font-size: 14px;}
.testi-content h3 {
}
/* section#testimonial_area.testi-content h3 {
    margin-top: 16px;
} */
section#testimonial_area a.testi-link {
    text-decoration: none;
    color: #22226A;
    font-weight: 700;
    font-size: 16px;
}
.testi-rating {
    margin-bottom: 0.5rem;
    text-align: center;
    color: #22226A;
}
.rt-testi-para p {
    margin: 16px 0px;
    font-size: 14px;
}
#testimonial_area .owl-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

/* .owl-item.active.center .testi-rating {
    color: #fff !important;
} */
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	/* width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff; */
	position: absolute;
}
/* img.arrow {
    width: 70%;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
} */
.owl-dot.active {
    background-color: #e1d8ee;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.owl-dots {
    margin-bottom: 30px;
}
.owl-dot {
    display: inline-block;
    background-color: #0B0B26;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 8px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}
/* section testominal CSS end */

/* section testominal CSS start */
section#payment-area .row {
    margin-right: auto;
}
.pay-sec{
    overflow: hidden;
    position: relative;
}
.pay-sec::before {
    width: 100%;
    position: absolute;
    content: '';
    background-image: url(assets/py-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    /* padding-bottom: 100%; */
    background-attachment: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoom-in-zoom-out 1s ease infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
    animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.py-wrapper{
    margin-bottom: 32px;
}
.py-wrapper h2 {
	color: #31225C;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.py-wrapper p {
    font-size: 15px;
    color: #949494;
    text-align: center;
    font-weight: 300;
}
section#payment-area .container {
    z-index: 0;
    position: relative;
}
.owl-item.cloned {
    width: 258.75px;
    margin-right: 170px;
}

.testi-heading h4 {
    text-align: center;
    margin-bottom: 15px;
}
section#payment-area .box-area {
    position: relative;
    padding: 20px 0px;
    display: block;
    background: #fff;
    color: #000;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px; */
    border-radius: 0px;
}
section#payment-area .owl-nav.disabled {
    display: none;
}
section#payment-area .owl-dots {
    display: none;
}
section#payment-area .box-area .img-area {
	width: 100%;
	height: auto;
	/* position: absolute; */
	/* top: -40px;
	left: 0;
	bottom: 0; */
	margin: 0 auto;
	/* right: 0;
	z-index: 1; */
	/* border: 5px solid #fff;
	border-radius: 50%; */
	/* box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5); */
}
section#payment-area .box-area .img-area img {
    margin-right: auto;
    margin-left: auto;
    width: 65%;
    display: block;
}	
.testi-content p {
    text-align: left;
}
.testi-content h3 {
    text-align: left;
}
/* section#payment-area.testi-content h3 {
    
} */
section#payment-area a.testi-link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.testi-rating {
    text-align: left;
    color: #E84D56;
} 
#row-img-area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-item.active.center .box-area {
    background: #E84D56 !important;
    color: #fff !important;
}
.owl-item.active.center a.testi-link {
    color: #fff !important;
}
.owl-item.active.center .testi-rating {
    color: #fff !important;
}
section#payment-area {
    BACKGROUND-COLOR: #fff;
    margin: 50px 0;
}
/* #row-img-area .owl-prev, #row-img-area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
} */
/* img.arrow {
    width: 70%;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
} */
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}
/* section testominal CSS end */

    /* ASSITANCE SECTION CSS START */

    .asi-sec{
        margin: 50px 0px;
        position: relative;
        overflow: hidden;
    }
    
    /* .asi-sec::before {
        width: 20%;
        position: absolute;
        content: '';
        background-image: url(assets/as-bg.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        left: 420px;
        top: 50px;
        z-index: -7;
        background-attachment: fixed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-animation: zoom-in-zoom-out 1s ease infinite;
        transition: all .5s ease-in-out;
        overflow: hidden;
        animation: zoom-in-zoom-out 5s ease infinite;
    } */
    .asi-sec .row{
        display: flex;
        align-items: center;
    }
   .asi-wrapper{
    margin-bottom: 20px;
   } 
    .asi-wrapper h2{
        color: #0B0B26;
        font-weight: 600;
    }
    .asi-wrapper p{
        color: #0B0B26;
        font-size: 15px;
    }
    .sub-asi-wrapper .row {
        display: flex;
        align-items: flex-start;
    }
    .sub-asdt img {
        margin-bottom: 15px;
        width: 20%;
    }
    .sub-asdt h5 {
        font-size: 16px;
        color: #0B0B26;
        font-weight: 600;
    }
    .sub-asdt p {
        font-weight: 500;
        font-size: 12px;
        color: #0B0B26;
    }

    /* ASSITANCE SECTION CSS end */

    /* st-wrapper form CSS start */

    .det-heading h2 {
        color: #5B43E3;
        font-weight: 700;
        line-height: 1.3;
        /* font-size: 40px; */
    }
    .det-heading p {
        /* margin: 16px 0px; */
        font-size: 15px;
        color: #0B0B26;
    }
    textarea#comments {
        width: 100%;
        padding: 50px 0px;
    }
    textarea#comments {
        width: 100%;
        padding: 0px 15px;
    }
    .form-sec .wrap-input100 {
        border-radius: 0px;
        background: none;
        max-width: 100%;
        width: 100%;
        padding: 13px 0px;
        margin-bottom: 13px;
        background-color: #E9E9E9;
    }
    textarea#comments {
        background: #e9e9e9;
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        margin-bottom: 5px;
        padding: 13px 15px 0;
    }
    .sub-detail input.input100 {
        padding: 0px 15px;
        background: #E9E9E9;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        background-size: 35px;
        position: relative;
    }
    .sub-detail input.input100::placeholder{
            color: #1F2B3D;

    }
    .form-sec .form-btn input[type="submit"] {
        border-radius: 4px;
        font-size: 15px;
        color: #fff;
        border: 1px solid #5B43E3;
        text-decoration: none;
        padding: 10px 0px;
        width: 30%;
        background-color: #5B43E3;
        font-weight: 500;
        transition: all 0.5s ease 0s;
    }
    .form-sec .form-btn input[type="submit"]:hover {
        background-color: transparent;
        border-color: #5B43E3;
        color: #5B43E3;
    }
    /* st-wrapper form CSS end */



    /* footer section CSS start */

.footer-sec {
    padding-top: 40px;
    background-color: #5B43E3;
    margin-top: 10px;
}

.footer-sec .footer-subhead h5 {
    color: #fff;
    FONT-WEIGHT: 600;
}
.footer-sec .ft-subhead h5 {
    font-weight: 600;
    color: #fff;
}
.footer-sec .footer-contus ul {
    list-style: none;
    padding: 0;
}

.footer-sec .footer-contus li a {
    text-decoration: none;
    padding-left: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    transition: all 0.5s ease;
}
.footer-sec img.mr-3 {
    width: 13px;
}
.footer-sec .media {
    display: flex;
    align-items: center;
}
.footer-sec .footer-contus li a:hover {
    color: #0B0B26 !important;
}
.footer-sec .footer-contus li {
    position: relative;
    padding: 6px 0px;
    font-size: 13px;
    font-weight: 300;
}
.footer-sec .footer-contus li.nav-item.mail::before{
    content: '';
    position: absolute;
    display: inline-block;
    left: -30px;
    height: 13px;
    width: 13px;
    background-image: url(assets/ft-mail.webp);
    right: 0px;
    bottom: 8px;
    background-size: 13px;
    background-repeat: no-repeat;
}
.footer-sec .footer-contus li.nav-item.phone::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -30px;
    height: 13px;
    width: 13px;
    background-image: url(assets/ft-phone.webp);
    right: 0px;
    bottom: 9px;
    background-size: 13px;
    background-repeat: no-repeat;
}
.footer-sec a.btn.btn2.btn-primary {
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0B0B26;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #0B0B26;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
    transition: all 0.5s ease 0s;
}
.footer-sec a.btn.btn2.btn-primary:hover {
    background-color: transparent;
    border-color: #0B0B26;
    color: #0B0B26;
}
.footer-sec .ft-serlist ul {
    list-style: none;
    padding: 0;
}
.footer-sec .ft-serlist li a {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.footer-sec .container-fluid {
    border-top: 1px solid #0B0B26;
    background: #0B0B26;
    margin-top: 30px;
}

.footer-sec .footer-end h5 a{
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin: 15px 0px;
    font-size: 12px;
}
.footer-logo h2 {
    font-weight: 700;
    color: #Fff;
}
.footer-sec .footer-end2 h5 {
    font-weight: 300;
    margin: 15px 0px;
    font-size: 13px;
}
.footer-sec .footer-disclam p {
    font-size: 12px;
    padding-top: 6px;
}
.footer-sec a.nav-link {
    color: #fff !important;
    padding: 0px 0px !important;
    font-size: 14px;
    transition: all 0.5s ease;
    line-height: 33px;
}  
.footer-sec a.nav-link:hover{
    color: #0B0B26 !important;
}
.footer-end h5 {
    text-align: start;
}
.footer-end2 h5 {
    text-align: end;
}

/* footer section CSS end */

.popcl .modal-body{
    background-color: #0B0B26;
    border-radius: 20px;
}
.popcl h2{
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.popcl .form-container {
    padding: 10px 20px;
}
.popcl h3{
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.popcl.start-sec .form-btn input{
    background-color: #2f2fe7 !important;
    border: 2px solid #2f2fe7;
}
/* POPUP */
.popcl .modal-title{
    display: none;
}
.popcl .modal-content{
    background-color: transparent;
    border: none;
}
.popcl .modal-body {
    padding: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popcl .modal-header{
    border-bottom: 0px;
}
.popcl .modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
    color: #000 !important;
}

/* responsive queries */

@media only screen and (max-width:767px){
    .navbar-light .navbar-toggler {
        background-color: azure;
        border-radius: 5px;
        border-color: rgb(141 150 150);
        color: transparent;
    }
    
    .navbar-light .navbar-nav .nav-link {
        text-transform: capitalize;
    }
    button.navbar-toggler {
        width: 38px;
        padding: 0;
        height: 31px;
    }
    div#navbarNav {
        position: absolute;
        flex-direction: column;
        background-color: #7098ae;
        z-index: 1;
        top: 90px;
        right: 0;
        left: 0;
        border: 0;
        transition: all 0.5s ease 0s;
    }
    span.navbar-toggler-icon {
        font-size: 14px;
    }
     a.navbar-brand{
        font-size: 45px;
        font-weight: 600;
        /* text-align: left !important; */
        margin-right: auto;
    }
    ul.h-btn {
        display: none;
    }
    
    /* .nav-sec .container {
        flex-direction: row-reverse;
    } */
    .navbar{
        margin-bottom: 0px !important;
    }

    ul.navbar-nav {
        width: 100%;
        border-radius: 0px;
        background: #0b0b26;
        text-align: center;
        display: flex;
        PADDING: 12PX 30px;
    }
   
    .footer-sec .ft-serlist ul, .footer-sec .footer-contus ul {
        margin: 0;
    }
    header a.nav-link {
        padding: 20px 0px !important;
        font-size: 14px;
        color: #fff !important;
        margin-left: 0px;
        text-decoration: none;
        transition: all 0.5s ease;
        font-weight: 400;
        text-align: left;
    }
    .nav-sec a.nav-link.nav-button{
        display: none;
    }
    .service-sec {
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-top: 50px;
    }
    .service-sec.asg, .service-sec.dis, .service-sec.res,  .service-sec.the, .service-sec.exm{
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-top: 50px;
    }
    header a.btn {
        margin-bottom: 32px;
    }
    .sr-img-sec {
        display: none;
    }
    .fm-sec .wrap-input100 {
margin-bottom: 20px;      }
    section.our-work .container-contact100 {
        background-image: none;
    }
    .sr-sub {
        padding: 0px;
    }
    .service-sec .sr-sub .row {
        flex-direction: column-reverse;
    }
    .service-sec .container-contact100 {
        position: relative;
        margin: 40px 0;
    }
    .ss-heading {
        margin-top: 0px;
    }
    .contact100-form-title, section.our-work .contact100-form-title {
    font-size: 15px;
    }
    .p1, section.our-work .p1{
        font-size: 25px;
    }
    span.contact200-form-title strong {
        /* font-size: 20px; */
    }
    .input100, .input200, .input300 {
        font-size: 14px;
    }
    .label-input100 {
        padding-bottom: 34px;
    }
    .offer-wrapper p{
        font-size: 14px;
    }
    textarea, section.our-work textarea {
        font-size: 14px;
    }
    .service-sec .form-btn input[type="submit"], section.our-work .form-btn input[type="submit"], .dr-button a.btn1 {
        font-size: 14px;
        font-weight: 600;
        padding: 14px 0px;
    }
    .dr-button a.btn1 {
        width: 40%;
    }
    .service-sec h1 {
        font-size: 30px;
        color: #22226A;
        text-align: center;
    }
    .container-contact100 {
        background-image: none;
    }
    .service-sec .ss-heading p {
        text-align: center;
        font-size: 13px;
        color: #000;
        padding-right: 0px;
    }
    .sr-img {
        text-align: center;
            margin-top: 20px;

    }
    .sr-button {
        display: none;
    }
    .fm-heading {
        border-radius: 15px 0px 0px;
        text-align: center;
        padding: 10px 20px;
        color: #fff;
        background: #0B0B26;
        width: 85%;
        margin-bottom: -30px;
        position: relative;
    }
    .fm-heading h3 {
        font-size: 18px;
        font-weight: 600;
        animation: zoom-in-zoom-out 2.5s ease-out infinite;
    }
    .fm-sec form {
        padding: 50px 20px 40px;
        border-radius: 0px 15px 15px;
        background: #5B43E3;
        margin: 0 auto;
    }
    .service-sec .ss-img {
        padding-top: 0px;
    }
    img.row-image {
        width: 31%;
        height: 100%;
    }
    .sec-ar {
        display: none;
    }
    .asign-ser {
        text-align: center;
    }
    .con-sub {
        margin: 50px 0px;
        padding: 0px;
        background: #fff;
    }
    .app-wrapper {
    text-align: center;
    margin-top: 0px;
}
.app-blt-img {
    max-width: 50%;
    padding: 30px 0;
    background: #fff;
    margin: 15px auto;
    box-shadow: 13px 13px 12px -16px rgb(0 0 0 / 75%);
}
    section#row-img-area .box-area .img-area img {
  
        width: 35%;
    }
    .asg-sub {
        text-align: center;
    }
    .asg-sub img {
        width: 55px;
    }
    .sub-start {
        margin-top: 50px;
    }
    .st-heading {
        padding: 30px 0;
    }
    .sub-detail.sd {
        padding-top: 0px;
    }
    .sub-detail.sd {
        padding-top: 0px;
    }
    .app-sec {
        margin: 50px 0px;
        padding-top: 0px;
    }
    .sr-wrapper, .au-para, .os-heading, .os-para, .st-warpper, .or-img, .or-heading.so, .so-para,.dt-wrapper,.dl-wrapper, .asi-wrapper, .sub-asdt, .det-heading, .tb-heading {
        text-align: center;
    }
    .tb-ihead p {
        margin-bottom: 16px;

    }
    .tb-img-wrapper, .tb-img-sec img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .parent {
        margin: 0;
        display: block;
    }
    .tb-main3 {
        margin: 0;
    }
    div#mybtns a.btn {
        margin-bottom: 15px;
    }
    .tb-wrapper, .div3  {
        margin-bottom: 65px;
    }
    .asg-sub p, .au-wrapper p, .os-para p, .os-detail p, .st-heading p, .app-blt-wrap p, .app-wrapper p, .pf-wrapper p, .counter p, .asg-heading p, .dt-para p, .dl-para p, .py-wrapper p, .asi-wrapper p, .det-heading p, textarea#comments, .sub-detail input.input100, .pr-heading p, div#mybtns a.btn, .bn-para p, .dt-heading p, .dt-bullets .media .media-body p {
        font-size: 13px;
    }
    .sub-detail.sd .row, .sub-detail.sd1 .row {
        flex-direction: column-reverse;
    }
    section#payment-area .box-area .img-area {
        width: 50%;
    }
    .sub-detail input.input100::placeholder{
        font-size: 13px;
    }
    section#payment-area .box-area .img-area img {
    width: 24%;
    }
    .sub-asdt img {
        width: 15%;
    }
    .sub-detail.o .row {
        flex-direction: column-reverse;
    }
    .det-heading, .dt-heading{
        padding-top: 15px;
    }
    .about-sec {
        padding: 50px 0px;
    }
    .au-bullet-img img {
        width: 100%;
    }
    .col-xs-2.asg {
        width: 20%;
    }
    .col-xs-10.asg {
        width: 80%;
    }
    /* .au-heading, .au-para, .au-button, .wy-wrapper, .ow-wrapper, .or-wrapper, .wu-wrapper, .owl-item.active.center .testi-content p, .st-heading, .form-btn, .hr-heading, .rt-testi-para p{
        text-align: center;
    } */
    /* .au-heading h4, .os-heading h4, .wy-heading h4, .op-heading h4, .ow-heading h4, .cu-heading h4, .testi-heading h4, .hr-wrapper .hr-heading h4 {
    font-size: 16px;
    } */
    /* .er-wrapper p, .au-para p, .wy-para p, .op-heading p, .wu-para p, .testi-heading p, .owl-item.active.center .testi-content p, .st-heading p, .testi-para p {
        margin: 16px 0px;
        font-size: 13px;
    } */
    .rating-testi-para, .dr-img-sec img {
        width: 100%;
    }
    /* .au-heading h2, .os-heading h2, .wy-heading h2, .op-heading h2, .ow-heading h2, .cu-heading h2, .wu-heading h2, .st-heading h2, .hr-wrapper, .testi-heading h2 {
        margin-top: 0;
    } */
    .au-wrapper {
        margin-top: 40px;
        position: relative;
    }
    .au-button a.btn1, .ow-button a.btn1{
        font-size: 14px;
    }
    .start-sec .container-contact100 {
        position: relative;
        margin: 0 0 30px;
    }
    .start-sec .form-btn input[type="submit"] {
        font-size: 14px;
        font-weight: 600;
        padding: 14px 0px;
    }
   .form-container {
        padding: 20px 25px;
    }
    .form-sec .form-btn input[type="submit"] {
        font-size: 14px;
        width: 60%;
        margin: 0 auto;
        display: block;

    }
    section#payment-area .box-area .img-area img{
        width: 50%;
    }
    .ds-sec .form-btn input[type="submit"]{
        font-size: 14px;
        font-weight: 600;
        padding: 14px 0px;
    }
    .col-xs-6 {
        width: 50%;
    }
    .ds-img-sec, .dl-button {
        display: none;
    }
    .owl-dot, .owl-dot.active {


        width: 5px;
        height: 5px;

    }
    .or-img-sec {
        display: none;
    }
    .or-btn a.btn.btn-primary {
        margin: 15px auto 0;
        display: block;
        width: 50%;
        padding: 10px 0px;
    }
    .order-sec {
        padding: 30px 0px;
    }
    .wu-sec .row {
        flex-direction: column-reverse;
    }
    .start-sec {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .pf-sub-wrap {
        margin-bottom: 15px;
    }
    .row.text-center .col-xs-4 {
        width: 33%;
    }

    .owl-item.active.center .box-area {
        margin: 70px 0px 40px !important;
    }

    img.ft-logo {
        width: 10%;
    }

    .footer-sec{
        text-align: center;
        padding-top: 30px;
        margin: 0;
    }

    .ft-subhead, .footer-subhead {
            margin-top: 14px;

    }
    .footer-sec .container-fluid {
        border-top: 1px solid;
        margin-top: 30px;

    }
    .footer-link a {
        display: inline-grid;
        text-decoration: none;
        padding: 5px 0px;
        width: 25%;
        border-radius: 10px;
        background: #fff;
    }
    .footer-sec .media {
        justify-content: center;
    }
    .footer-link i {
        font-size: 24px;
        line-height: 1.5 !important;
        color: #22226A;
    }
    .footer-sec a.btn.btn2.btn-primary {
        font-size: 12px;
        padding: 10px 20px;
        margin: 6px 0;
    }
    .footer-link span {
        color: #22226A;
        font-size: 12px;
    }
    .footer-sec .footer-disclam p {
        font-size: 12px;
        padding-top: 16px;
        font-weight: 300;
    }
    .footer-sec .footer-end h5 a{
        font-weight: 400;
        margin: 15px 0px;
        font-size: 10px;
    }
    .footer-sec .ft-serlist li, .footer-sec .footer-contus li a {
        font-size: 12px;
    }
    .ft-logo a {
        text-align: center;
        margin-left: 10px;
        border: 1px solid #22226A;
        text-decoration: none;
        border-radius: 20px;
        color: #22226A;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }
    .ft-logo {
        margin: 15px 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .navbar-light .navbar-toggler {
        background-color: azure;
        border-radius: 5px;
        border-color: rgb(141 150 150);
        color: transparent;
    }
    .navbar-light .navbar-nav .nav-link {
        text-transform: capitalize;
    }
    button.navbar-toggler {
        width: 38px;
        padding: 0;
        height: 31px;
    }
    div#navbarNav {
        position: absolute;
        flex-direction: column;
        background-color: #7098ae;
        z-index: 1;
        top: 90px;
        right: 0;
        left: 0;
        border: 0;
        transition: all 0.5s ease 0s;
    }
    span.navbar-toggler-icon {
        font-size: 14px;
    }
     a.navbar-brand{
        font-size: 45px;
        font-weight: 600;
        /* text-align: left !important; */
        margin-right: auto;
    }
    ul.h-btn {
        display: none;
    }
    .sub-detail img.img-fluid {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
   .service-sec img.img-fluid {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    .wrap-contact100 {
        margin: 0 auto;
    }
    .service-sec .container-contact100 {
        position: relative;
        margin: 40px 0;
    }
    .navbar-light .navbar-toggler {
        background-color: azure;
        /* border: 1px; */
        border-radius: 5px;
        color: transparent;
    }
    button.navbar-toggler {
        width: 38px;
        padding: 0;
        height: 31px;
    }
    div#navbarNav {
        position: absolute;
        flex-direction: column;
        background-color: #7098ae;
        z-index: 1;
        top: 90px;
        right: 0;
        left: 0;
        border: 0;
        transition: all 0.5s ease 0s;
    }
    span.navbar-toggler-icon {
        font-size: 14px;
    }
    .fm-sec form {
        padding: 50px 20px 50px;

    }
    .wrap-input100 {
        margin-bottom: 17px;

    }
    
    .fm-heading {
        width: 50%;
    }
    .fm-heading h3 {
        font-size: 20px;
    }
     a.navbar-brand{
        font-size: 45px;
        font-weight: 600;
        /* text-align: left !important; */
        margin-right: auto;
    }
    /* .nav-sec .container {
        flex-direction: row-reverse;
    } */
    .navbar{
        margin-bottom: 0px !important;
    }

    ul.navbar-nav {
        width: 100%;
        border-radius: 0px;
        background: #0b0b26;
        text-align: center;
        display: flex;
        PADDING: 12PX 30px;
    }
    .tb-wrapper {
        margin-bottom: 60px;
    }
    .parent {
        display: grid;
        align-items: center;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 0;
    }
    .tb-img-sec img, .tb-img-wrapper {
        width: 75%;
    }
    .tb-main3{
        margin: 0;
    }
    .tb-ibtn a {
        width: 100%;

    }
    .tb-wrapper.div4 {
        min-height: 340px;
    }
    .media-body p, .tb-ihead span, .tb-ihead p, .tb-ibtn i.fa-solid.fa-star {
     font-size: 10px;   
 }
header a.nav-link {
    padding: 20px 0px !important;
    font-size: 14px;
    color: #fff !important;
    margin-left: 0px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-weight: 400;
    text-align: left;
}
header a.btn {
    margin-bottom: 32px;
}
div#mybtns a.btn{
    margin-bottom: 15px;
}
.sub-detail.o .row {
    flex-direction: column-reverse;
}
.service-sec {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: right;
    padding-top: 50px;
}
.service-sec.asg, .service-sec.dis, .service-sec.res,  .service-sec.the, .service-sec.exm{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: left;
    padding-top: 50px;
}

    .container-contact100 {
        background-image: none;
    }
    .sec-ar {
     display: none;
    }
    .sr-sub {
        padding: 0px;
    }
    .service-sec .sr-sub .row {
        flex-direction: column-reverse;
    }
    .service-sec .container-contact100 {
        opacity: 92%;
        position: relative;
        margin-top: 30px;
    }
    .sub-detail.sd {
        padding-top: 0px;
        margin: 50px 0;
    }
    .sub-detail.sd .row, .sub-detail.sd1 .row {
        flex-direction: column-reverse;
    }
    section#payment-area .box-area .img-area {
        width: 50%;
    }
    .ss-heading {
        margin-top: 0px;
    }
    .service-sec h1 {
        font-size: 30px;
        color: #22226A;
        text-align: center;
    }
    .service-sec .ss-heading p {
        text-align: center;
        font-size: 13px;
        color: #000;
        padding-right: 0px;
    }
    .contact100-form-title {
    font-size: 30px;
    }
    .p1, section.our-work .ow-wrapper p, section.our-work .ow-para, .so-para p{
        font-size: 13px;
    }
    .offer-wrapper p{
        font-size: 14px;
    }
    .or-img img {
        width: 30%;
    }
    .or-btn a.btn.btn-primary {
        margin: 15px auto 0;
        display: block;
        width: 35%;
    }
    .start-sec .container-contact100 {
        position: relative;
        margin: 0px 0 30px;
    }
    .service-sec h1 {
        font-size: 35px;
        text-align: center;
    }
    .service-sec .ss-heading p {
    text-align: center;
    font-size: 14px;
    padding-right:0px
    }
    .dr-button a.btn1 {
        width: 22%;
    }
    .sr-button {
        display: none;
    }
    
    .service-sec .ss-img {
        padding-top: 0px;
    }
    .sr-wrapper, .au-para, .os-heading, .os-para, .st-warpper, .or-img, .so-para, .or-heading, .dl-wrapper, .asi-wrapper, .sub-asdt {
        text-align: center;
    }
    .er-ban-1.xs-2 {
        margin-top: 70px;
    }
    .au-wrapper {
        margin-top: 40px;
        position: relative;
    }
    .about-sec {
        background-color: #35427524;
        padding: 50px 0px;
        position: relative;
    }
    section#row-img-area .box-area .img-area img {
  
        width: 70%;
    }
    /* section.our-services {
        overflow: hidden;
    } */
    .sr-wrapper, .au-para, .os-heading, .os-para, .st-warpper, .or-img, .asg-heading, .dt-wrapper, .det-heading {
        text-align: center;
    }
    .asg-sub p, .au-wrapper p, .os-para p, .os-detail p, .st-heading p, .app-blt-wrap p, .app-wrapper p, .pf-wrapper p, .counter p, .dt-para p, .asg-heading p, .dl-para p, .asi-wrapper p, .det-heading p, .sub-detail input.input100, textarea#comments, .sub-detail input.input100::placeholder,     .form-sec .form-btn input[type="submit"], .tb-ibtn a, .dt-heading p, .dt-bullets .media .media-body p, .bn-para p, .tb-para p{
        font-size: 13px;
    }
    .dt-img.o {
        display: none;
    }
    section#payment-area .box-area .img-area img {
        width: 50%;
    }
    .form-sec .form-btn input[type="submit"] {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    .sub-asdt img{
        width: 50px;
    }
    .as-img-sec img {
        width: 50%;
    }
    .as-img-sec {
        text-align: center;
    }
    .dl-wrapper {
        margin-bottom: 15px;
    }
    .rating-testi-para {
        width: 70%;
    }        
    section.our-work .container-contact100 {
        background-image: none;
    }
    .au-button a.btn1, .ow-button a.btn1 {
        font-size: 14px;
    }
    .hr-btn a.btn{
        width: 50%;
        font-size: 14px;
    }
    .app-sec {
        margin: 50px 0px;
        padding-top: 0px;
    }
    .why-sec .row {
        flex-direction: column-reverse;
    }
    .col-xs-6 {
        width: 50%;
    }
    img#myImg {
        width: 60%;
    }
    img#myImg\ my1 {
        width: 30%;
    }
    img.wy-img, img.ow-img, img.au-img, img.wu-img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    section#testimonial_area .box-area .img-area img {
        width: 45%;
    }
    img.cu-side {
        margin-top: -50px;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .dis-sec {
        background-color: #07263b;
        background-size: 50% 100%;
        background-image: none;
        background-repeat: no-repeat;
        /* padding: 40px 0px; */
    }
    .con-sub {
        margin: 50px 0px;
        padding: 0px 0 40px;
        background: #fff;
    }
    .sub-cu-sec {
        padding: 15px 0px;
        margin: 50px 0px;
    }
    .col-lg-6.cu-side {
        background-color: #fff;
        border-radius: 10px;
    }
    .or-img-sec {
        display: none;
    }
    .order-sec {
        padding: 30px 0px;
    }
    .wu-sec .row {
        flex-direction: column-reverse;
    }
    .start-sec {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .pf-sub-wrap {
        margin-bottom: 15px;
    }
    .ds-img-sec {
        display: none;
    }
    .ds-sec .container-contact100:after {
        position: absolute;
        content: '';
        background-image: url('assets/form-logo.html');
        width: 100px;
        height: 105px;
        background-size: 100%;
        background-position: top right;
        background-repeat: no-repeat;
        right: 90px;
        top: -45px;
        animation: zoom-in-zoom-out 2s ease-out infinite;
    }
    .asi-sec::before {
        width: 20%;

        height: 100%;
        left: 420px;
        top: 250px;
        z-index: -7;
    }
    .start-sec .container-contact100:after {
        position: absolute;
        content: '';
        background-image: url('assets/form-logo.html');
        width: 100px;
        height: 105px;
        background-size: 100%;
        background-position: top right;
        background-repeat: no-repeat;
        right: 90px;
        top: -45px;
        animation: zoom-in-zoom-out 2s ease-out infinite;
    }
    .st-heading {
        margin: 30px 0;
    }
    .app-wrapper {
    text-align: center;
    margin-top: 0px;
}
    img.ft-logo {
        width: 5%;
    }
    .pf-sub-wrap.end {
        width: 50%;
        margin: 0 auto;
    }
    .footer-sec .wrap-input100 {
        
        width: 58%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-sec .ft-form-btn input[type="submit"] {
    width: 58%;
    }
    .footer-sec{
        text-align: center;
    }
    .footer-sec .footer-contus li.mail::before, .footer-sec .footer-contus li.phone::before {
        left: 55px;
    }
    .footer-sec .footer-contus li.nav-item.phone::before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0px;
        height: 13px;
        width: 13px;
        background-image: url(assets/ft-phone.webp);
        right: 0px;
        bottom: 9px;
        background-size: 13px;
        background-repeat: no-repeat;
    }
    .footer-sec .footer-contus li.nav-item.mail::before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0px;
        height: 13px;
        width: 13px;
        background-image: url(assets/ft-mail.webp);
        right: 0px;
        bottom: 8px;
        background-size: 13px;
        background-repeat: no-repeat;
    }
    .footer-sec .container-fluid {
        border-top: 1px solid;
        margin-top: 20px;
    }
    .footer-link a {
        display: inline-grid;
        text-decoration: none;
        padding: 5px 0px;
        width: 15%;
        border-radius: 10px;
        background: #fff;
    }
    .footer-sec textarea, .footer-sec .form-btn input[type="submit"] {
        width: 58%;
    }
    .footer-link i {
        font-size: 24px;
        line-height: 1.5 !important;
        color: #22226A;
    }
    .footer-link span {
        color: #22226A;
        font-size: 12px;
    }
    .footer-sec .footer-contus li a, .footer-sec .ft-serlist li{
        font-size: 11px;
    }
    .footer-sec a.btn.btn2.btn-primary {
        font-size: 11px;
        padding: 10px 0px;
        width: 100%;
    }
     .footer-end p a{
		color:#5b43e3;
        font-size: 12px;
    }

}

    .footer-end p a{
		color:#5b43e3;
        font-size: 14px;
    }
.footer-end {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    justify-content: center;
	padding:20px 0px;

}

.footer-end p{
	color:#fff;
	margin:0px 0px;
  

}
.termscm{
    padding-top: 80px;
}
.termscm h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFB14D;
}
.termscm p {
    font-weight: 400;
    line-height: 33px;
    font-size: 15px;
}
.thanks{
  padding-top: 0px;
  padding-bottom: 0px;
}
.thanks h1{
  font-size: 45px;
  text-align: center;
  color: var(--tdrk);
  font-weight: 600;
  font-family: poppins;
  margin-top: 50px;
}
.thanks h1 span{
  color: var(--lpup);
}
.thanks p{
  font-size: 22px;
  text-align: center;
  color: rgb(90, 90, 90);
  font-weight: 500;
  margin-top: 30px;
}
.thanks i{
  font-size: 110px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #5B43E3;
  margin-top: 20px;
}
img.mytrsut {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .asign-ser {
    overflow: hidden;
    margin: 0px 0;
    }
	.box-area {
		text-align: center;
	}
	.sub-detail {
    margin: 20px 0;
    margin-bottom: 0px;
}
.dt-heading h2 {
    color: #0B0B26;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
}
.sub-detail.sd {
    padding-top: 0px;
    margin: 20px 0;
}
section#testimonial_area {
    background: #5B43E3;
    margin: 20px 0px;
    margin-bottom: 0px;
}
section#payment-area{
  margin: 20px 0;
}
section#row-img-area {
    display: none;
}
.asi-sec {
    margin: 0px 0px;}
	.asg-sub {
    min-height: auto;
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
	}
	.box-area {
    position: relative;
    padding: 0px 0px;
	}
	.owl-nav {
		display: none;
	}
	section.assign-services {
    padding-top: 30px;}
    .termscm {
        padding-top: 50px;
        text-align: center;
    }
    .footer-sec{
        margin-top:10px !important;
    }
}



/*--Get Instant Quote WhatsApp Css */

.float {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #2b5f64;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}
a.float {
    text-decoration: none;
    cursor: pointer;
    color: white;
}
a.float:hover {
    color: #25d366;
}

.my-float {
    color:#25d366;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 25px;
}