@import url('../css2-2');
@import url('../css2-3');




.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;

  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
font-family: "Vidaloka", serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}







.tophead-section {
  background: #ffcd08;
  padding: 0;
  float: left;
  width: 100%;
}

.tophead-left1 {
  padding: 0;
}

.tophead-left1 ul {
background: url(../images/bb-1.jpg);
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.tophead-left1 ul li {
  padding: 6px 12px 6px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;

  color: #ffffff;
}

.tophead-left1 ul li i {
  color: #ffcd08;
  padding: 0 3px;
}

.tophead-left1 ul li i {
  fill: #ffcd08;
  width: 25px;
  height: 21px;
  margin: -5px 0 0;
}

.tophead-left2 {
  padding: 10px;
  border: 1px solid;
}

.tophead-right1 p {
  border-radius: 50px;
  font-weight: 600;
  padding: 5px 0px;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}

.tophead-left1 ul li a {
  color: #fff;
}



.head-section {
background: url(../images/bb-1.jpg);
  float: left;
  width: 100%;
}

.head-logo1 {
  padding: 10px;
  width: 44%;
}

.head-right1 {
  padding: 0 0 0 30px;
  width: 56%;
}

.head-contact a {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  display: block;
}

.head-contact p {

  background: #ffcd08;

  color: #000;

  padding: 13px 10px;

  font-weight: 600;

  text-transform: capitalize;
}

.head-contact a span {
  font-weight: 600;
  background: #60ca00;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 21px;
  color: #fff;
  display: inline-block;
  padding: 6px 21px;
  margin: 0 0 10px 5px;
}

.head-contact a span i {
  margin: 0 4px 0 0px;
  animation: le-ri .40s infinite ease-in;
}

@keyframes le-ri {
  50% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(-5px);
  }
}




.mainservices-section {
  background: #ffcd08;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.mainservices-1 {
  padding: 12px 12px 0;
  margin-top: 20px;
}

.mainservices-2 {
  padding: 0px 0 0px;
  border-radius: 7px 7px 15px 15px;
  position: relative;
  z-index: 0;
}

.mainservices-3 span {
  display: block;
}

.mainservices-3 span img {
  display: block;
  border-radius: 10% 0 10% 10%;
  border: 6px solid #000;
  width: 100%;
}

.mainservices-4 strong {
  padding: 5px 0px 5px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  background: #000;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.mainservices-4 {
  position: relative;
  padding: 17px 0 0px 0;
  z-index: 9;
  text-align: right;
}

.mainservices-2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2%;
  background: #000;
  top: 0px;
  /* left:0; */
  right: 0;
  margin: 0 auto;
  z-index: -9;
  border-radius: 20px;
}

.mainservices-4 p {
  font-size: 15px;
  color: #222;

  line-height: 30px;
  padding: 11px 0 20px;
}

.mainservices-4 a {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  letter-spacing: 0.6px;
  font-weight: 600;
  transition: 0.3s ease-in;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 -20px;
}

.mainservices-4 a span {
  height: 60px;
  width: 60px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  font-size: 37px;
  line-height: 61px;
  color: #126c01;
}


/* gallery image */

.services-part {
    text-align: center;
    transition: all 0.6s ease 0s;
    background-image: url(../images/back-1.jpg);
    padding: 5% 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.services-box {
    box-shadow: rgba(181, 181, 181, 0.63) 0px 0px 4px 0px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.09);
    border-image: initial;
    padding: 15px;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, #c58d26, #FDE08D, #e9a321);
}
.services-img1 {
    height: 265px;
    margin-bottom: 20px;
    overflow: hidden;
}
.services-box {
    margin-bottom: 25px;
}
.services-box:hover img {
    transform: scale(1.2);
}
.services-box img {
    transition: 0.5s;
}
.services-box h4 {
    font-size: 25px;
    color: #000;
    margin: 20px 0px 7px;
}
.services-box p {
    font-size: 15px;
    color: rgb(34, 34, 34);
    margin-bottom: 8px;
}

.know{
font-size:40px;
font-weight:bold;
}

.services-part{
padding:80px 0;
}

/*Form css*/
.contact-part {
    background: #fff;
    padding: 35px;
    border: solid 1px #000;
    box-shadow: 2px 2px 10px #00000038;
}
.contact-part-n {
    background: -webkit-linear-gradient(left, #c58d26, #FDE08D, #e9a321);
    padding: 50px 0;
}
p.form-title {
    font-size: 28px;
    font-weight: 600;
}
img.form-bann {
    margin-top: 45px;
}
button.btn.btn-default.submit {
    background: #701270;
    margin-top: 20px;
    border-radius: 50px;
    color: #fff;
    padding: 12px 18px;
}
.form-control {
    margin: 10px 0;
}

.contact-part-n .row{
justify-content: center;
}


.form-content h3 {
    font-size: 35px;
        background-image: linear-gradient(#701370, #350745);
    padding: 10px 0;
    border-radius: 6px;
    color: #fff;
}

/* YouTube section spacing */
.contact-part-n h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* video box spacing */
.contact-part-n .col-sm-4{
    padding: 10px;
}

.contact-part-n .ratio{
padding:0 !important;
height:220px;
}

.contact-part-n .ratio iframe{
width:100%;
height:80%;
}

.contact-part-n .ratio{
max-width:420px;
margin:auto;
}


/* YouTube videos gap reduce */
.contact-part-n .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.contact-part-n .col-sm-4{
    margin-bottom:5px !important;
}

.contact-part-n .ratio{
    margin-bottom:0 !important;
}

/* mobile youtube height fix */
@media (max-width:576px){

.contact-part-n .ratio{
padding-bottom:0 !important;
height:180px;
}

.contact-part-n .ratio iframe{
width:100%;
height:100%;
}

}

.contact-part-n .row{
margin-bottom:0;
}

.contact-part-n{
padding-bottom:30px;
}

/* mobile fix */
@media (max-width:576px){

.contact-part-n .col-sm-4{
margin-bottom:15px;
}

.contact-part-n .ratio{
margin-bottom:0;
}

}

/* Tablet */
@media (max-width: 991px){
    .contact-part-n h2{
        font-size: 30px;
    }

    .contact-part-n .ratio{
        min-height: 240px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .contact-part-n{
        padding: 40px 15px;
    }

    .contact-part-n .col-sm-4{
        margin-bottom: 20px;
    }

    .contact-part-n .ratio{
        min-height: 250px;
    }
}

/* YouTube section fix--------- */
.contact-part-n .container{
max-width:1200px;
margin:auto;
}

/* video spacing */
.contact-part-n .row{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

/* video column */
.contact-part-n .col-sm-4{
padding:10px;
}


/* tablet */
@media (max-width:992px){

.contact-part-n .col-sm-4{
flex:0 0 50%;
max-width:50%;
}

}

/* mobile */
@media (max-width:576px){

.contact-part-n .col-sm-4{
flex:0 0 100%;
max-width:100%;
}

.contact-part-n{
padding:40px 15px;
}

}
/*Form css End*/

.text-center {
  text-align: center !important;
}

.aboutus-heading strong {
  color: #ffcd08;
  text-transform: capitalize;
  font-size: 70px;
  position: relative;
  z-index: 99;
  font-weight: 600;
  display: block;
  line-height: 100px;
  color: #a70000;
}

.sv-heading p {
  color: #000000;
  font-size: 22px;
  padding: 7px 32px 8px;
  background: #ffffff;
  display: block;
  position: relative;
  text-transform: capitalize;

  border-radius: 40px;
  width: fit-content;
  margin: -16px auto 0;
  box-shadow: inset 0 0 7px #ffcd08;
}



.aboutus {
  position: relative;
  z-index: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  background: url(../images/bb-1.jpg);
  padding: 50px 0px;
}

.aboutus-heading img {

  width: 175px;

  margin: 0 0 -15px;
}

.aboutus-heading strong {
  color: #ffcd08;
  text-transform: capitalize;
  font-size: 70px;
  position: relative;
  z-index: 99;
  font-weight: 600;
  display: block;
  line-height: 100px;
}

.aboutus-heading p {
  color: #ffffff;
  font-size: 22px;
  padding: 7px 25px 8px;
  background: transparent;
  display: block;
  position: relative;
  text-transform: capitalize;

  border-radius: 40px;
  width: fit-content;
  margin: -16px auto 0;
  box-shadow: inset 0 0 7px #ffffff;
}

.sv-heading strong {
  color: #a70000;
}

.sv-heading p {
  color: #000000;
  font-size: 22px;
  padding: 7px 32px 8px;
  background: #ffffff;
  display: block;
  position: relative;
  text-transform: capitalize;

  border-radius: 40px;
  width: fit-content;
  margin: -16px auto 0;
  box-shadow: inset 0 0 7px #ffcd08;
}

.aboutus:before {
  content: "";
  position: absolute;
  animation: fa-spin 30s infinite;
  background: url(../images/round-1.png) no-repeat;
  z-index: -1;
  width: 900px;
  height: 900px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.content-design {
  margin-top: 20px;
}

.content-design p {
  color: #ffffff;
  text-align: left;
  padding: 8px 0;
  line-height: 30px;
  font-size: 17px;

}

.content-design p strong {
  color: #ffcd08;

}

.content-design ul {
  padding: 15px 0px 15px;
}

.content-design ul li {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
  margin: 5px 22px 5px 0;
  display: inline-block;
  padding: 5px 0px 10px 42px;
  position: relative;
}

.content-design ul li:last-child {
  border-bottom: 0;
  margin: 0;
}

.content-design ul li i {
  margin: 0 auto;
  position: absolute;
  left: -4px;
  font-size: 18px;
  color: #ffcd08;
  font-weight: 600;
  top: 0px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  border-radius: 50px;
  box-shadow: inset 0 0 7px #ffffff;
}

.add {
  background: #ffcd08;
  padding: 15px 10px 0px;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: #a70000;
}

.award1 {
  padding: 10px;
}

.award2 img {
  width: 100%;
  margin-top: 20px;
}









.services-section {
  position: relative;
  z-index: 9;
  padding: 0px 0 60px;
  float: left;
  width: 100%;
}

.services-section:before {
  content: "";
  position: absolute;
  background: #ffcd08;
  height: 100%;
  width: 93%;
  border-radius: 0 0px 120px 0px;
  left: 0;
  top: 0;
  z-index: -9;
}

.services-section:after {
  content: "";
  position: absolute;
  background: #ffce08;
  height: 22%;
  width: 50%;
  border-radius: 0 0 0 100px;
  left: auto;
  right: 0;
  top: 0;
  z-index: -9;
}

.services-left1 {
  padding: 90px 30px 0 0px;
}

.services-left2 {
  padding: 0;
}

.services-left2 strong {
  font-size: 47px;
  font-weight: 600;
  padding: 0px 0 0 0;
  display: block;
  color: #000000;
  text-transform: capitalize;

}

.services-left2 p {
  color: #ffffff;
  text-align: left;
  padding: 14px 0 22px;
  line-height: 32px;
  font-size: 16px;
}



.services-right1 {
  padding: 0 40px 0 0px;
}


.heading-services {
  padding: 0px 0 0 0px;
  text-align: right;
}

.heading-services strong {
  font-size: 70px;
  font-weight: 600;
  padding: 20px 0 0 0;
  display: block;
  text-transform: capitalize;
  color: #a70000;

}

.heading-services p {
  margin: -20px 0 0 0;
  font-weight: 600;
  border-radius: 40px;
  display: block;
  font-size: 19px;
  padding: 0;
  text-transform: capitalize;
  color: #000;
}

.services-astro {
  padding: 50px 40px 0 0;
}

.services-1 {
  padding: 10px;
  margin-top: 20px;
}

.services-2 {
  padding: 0 15px 15px;
  border: 1px solid #ffffff8a;
  border-radius: 0 0 20px 20px;
  border-top: 0;
}


.services-2 img {
  border-radius: 50%;
}

.services-2 strong {
  font-size: 25px;
  font-weight: 600;
  padding: 8px 0 0;
  display: block;
  text-transform: capitalize;
  color: #a70000;
}

.services-2 p {
  color: #000000;
  line-height: 29px;
  font-size: 16px;
  margin: 0 0 0px;
}

.services-2 a {
  color: #000000;
  padding: 7px 15px 9px 50px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
  background: #ffffff;
  position: relative;
}

.services-2 a i {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  border-radius: 50px;
  text-transform: capitalize;
  background: #60ca00;
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 44px;
  top: -1px;
}




.testiomonials-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
background: url(../images/bb-1.jpg);
}

.testimonials-design1 {
  padding: 10px;
  margin-top: 20px;
}

.testimonials-design2 {
  padding: 0px 0 0;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50px 0px 50px 50px;
}

.testimonials-design2:before {
  content: "";
  position: absolute;
  height: 28%;
  background: #fdcb08;
  width: 21px;
  top: 0;
  right: 15px;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 80%, 0% 0%, 0% 0%);
}

.testimonials-design2:after {
  content: "";
  position: absolute;
  height: 15%;
  background: #ffffff;
  width: 21px;
  top: 0;
  right: 44px;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 80%, 0% 0%, 0% 0%);
}

.testimonials-design3 {
  padding: 0;
}

.left-testi {
  width: 30%;
}

.right-testi {
  display: block;
  position: relative;
  padding: 0 0 40px 0;
}

.right-testi strong {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  background: #fdcb08;
  padding: 2px 15px;
  border-radius: 40px;
}

.right-testi p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 0 0;
}

.testimonials-design4 p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0 0;
  line-height: 31px;
}

.testimonials-design4 {
  padding: 0 15px 15px;
  background: #fdcb08;
  border-radius: 20px;
}

.testimonials-design4 span {

  background: #000;

  padding: 12px 15px 8px;

  border-radius: 0 0 15px 15px;
}

.testimonials-design4 i {
  font-size: 18px;
  padding: 0px 4px 0;
  color: #ffffff;
}



.why-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.why-1 {
  padding: 12px;
  margin-top: 20px;
}

.counter {
  text-align: center;
  height: 248px;
  padding: 30px 0 10px;
  margin: 0 auto;
  background: url(../images/bb-1.jpg);
  position: relative;
  z-index: 0;
  line-height: 68px;
  border-radius: 40px;
}

.counter .counter-icon {
  font-size: 40px;
  color: #ffffff;
  padding: 0;
  background: #a70000;
  width: 135px;
  height: 135px;
  margin: 0 auto 0;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  border: 20px solid #ffffff;
}

.counter .counter-icon i {
  font-weight: 600;
}

.counter .counter-icon img {
  width: 82px;
}

.counter p {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 1px 0 0;
  background: #ffffff;
  line-height: 35px;
}

.counter span {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.counter .counter-value {
  color: #ffd200;
  font-size: 30px;
  font-weight: 600;
}






.contact-section {
  padding: 0 15px 0;
  float: left;
  width: 100%;
  margin-top: 50px;
}


.contact-section {
  padding: 0 15px 0;
  float: left;
  width: 100%;
}

.footer-left {
  padding: 0;
}

.footer-left-1 {
  padding: 0;
  text-align: center;
}

.foot-contac {
  padding: 0 28px;
}

.foot-leftt {
  padding: 0;
}

.foot-leftt-1 {
  padding: 0 25px 0 0;
}

.foot-rightt {
  padding: 0;
}

.foot-rightt-1 {
  padding: 0;
}

.footer-right {
  padding: 0;
}

.footer-right-1 {
  padding: 0;
}

.footer-btm-call a i {
  background-color: #ff8a00;
  width: 52px;
  height: 52px;
  line-height: 45px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 21px;
  padding: 3px 0 0;
  box-shadow: 0 0 0 10px #ffffff9e;
  margin: 0 29px 0 0;
}

.footer-btm-call {
  padding: 0;
}

.footer-btm-call a {
  font-size: 30px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  text-align: center;
  font-weight: 700;
  background: #000;
}

.footer-btm-call .footws {
  background: #4abe51;
}

.copyight {
  padding: 15px 0;
  background: #a70000;
  float: left;
  width: 100%;
}

.disclimer {
  padding: 0;
  text-align: center;
  z-index: 0;
  position: relative;
}

.disclimer p {
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

.disclimer span {
  color: #5411c1;
  font-weight: 700;
}

.copyryt {
  padding: 0;
  background: #5411c1;
}

.copyryt1 {
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.copyryt1 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff5f5;
  text-align: center;
  padding: 5px 0 0;
  display: block;
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){.head-logo1 {
  width: 100%;
}
.head-right1 {
  width: 100%;
}
.services-1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){.head-logo1 {
  width: 100%;
}
.head-right1 {
  width: 100%;
}
.head-right1 {
  padding: 0;
}
.head-contact p {
  display: none;
}
.aboutus-heading strong {
  font-size: 45px;
  line-height: 50px;
}
}
@media(min-width:480px) and (max-width:639px)
{.head-logo1 {
  width: 100%;
}
.head-right1 {
  width: 100%;
}
.head-right1 {
  padding: 0;
}
.head-contact p {
  display: none;
}
.aboutus-heading strong {
  font-size: 45px;
  line-height: 50px;
}
.tophead-right1 p {
  font-size: 16px;
}
}
@media(min-width:320px) and (max-width:479px)
{.head-logo1 {
  width: 100%;
}
.head-right1 {
  width: 100%;
}.head-contact a {
  font-size: 30px;
}
.head-right1 {
  padding: 0;
}
.head-contact p {
  display: none;
}
.aboutus-heading strong {
  font-size: 45px;
  line-height: 50px;
}
.tophead-right1 p {
  font-size: 16px;
}
}