@font-face {
      font-family: 'MuseoModerno';
    src: url('../fonts/MuseoModerno-Bold.woff2') format('woff2'),
         url('../fonts/MuseoModerno-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Poppins' !important;    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}

/* Header style start */

.header {
  position: sticky;
  top: 0;
  width: 100%;
/*  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);*/
  background-color: #fff;
  z-index: 99999999999;
}
header.header.forsedo {
    box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
}
a{
	text-decoration: none !important;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.logo a span {
  color: #8739fa;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.menu a {
  display: block;
    padding: 7px 17px;
    font-size: 18px;
    transition: 0.2s all ease-in-out;
}

/*.menu:hover a {
  opacity: 0.4;
}*/

.menu a:hover {
  opacity: 1;
  color: #fc8370;
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}
ul.menu li a {
    color: #414042;
    font-weight: 600;
    font-family: 'Poppins' !important;
}
ul.menu li {
    list-style: none;
}
@media only screen and (max-width: 950px) {
  .menu {
    flex-direction: column;
    background-color: #f78370;
    align-items: start;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .menu a {
    margin-left: 12px;
  }

  .menu li {
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
    color: #3cb67d;
    font-size: 28px;
    cursor: pointer;
  }
}

a.contact-btn {
    background: #fc8370;
    border-radius: 27px;
    color: #fff !important;
    border: 1px solid #534747;
    padding: 11px 19px;
}
/* Header style End */

/*Footer Start*/

footer {
    background-color: #414042;
    padding: 50px 0;
}
.footer_colour_main {
    background: #2eb67d;
    padding: 65px 0 38px;
    border-radius: 20px;
}
.footer_top_text {
    margin-bottom: 75px;
}
.footer_top_text h4 {
    font-size: 72px;
    font-family: MuseoModerno !important;
    color: #fff;
}
.footer_top_text a {
    background: #fc8370;
    color: #fff;
    font-size: 32px;
    display: block;
    text-align: center;
    padding: 36px 0 35px;
    border-radius: 75px;
    border: 2px solid #534747;
    font-weight: 600;
    transition: 0.5s;
}
.footer_top_text a:hover {
    background: #f86c56;
    color: #fff;
}
.footer_menu1 img {
    max-width: 300px;
    margin-bottom: 30px;
}
.footer_menu1 h5 {
    font-size: 14px;
    font-family: MuseoModerno !important;
    line-height: 1.9;
    color: #414042;
}
.foooter_call {
    margin-top: 20px;
}
.foooter_call a {
    color: #414042;
    letter-spacing: 0.25px;
}
.foooter_call a:hover {
    color: #fff;
}
.foooter_call h5 {
    font-weight: 500;
    margin-bottom: 0;
}
.footer_menu_2 h3 {
    font-size: 24px;
    font-style: oblique;
    text-decoration: underline;
    color: #414042;
    margin-bottom: 22px;
    font-weight: normal;
}

.footer_menu_2 ul li {
    margin-bottom: 8px;
    font-weight: 600;
}

.footer_menu_2 ul li a {
    color: #414042;
    display: block;
    width: max-content;
    transition: 0.5s;
}
.footer_menu_2 ul li a:hover {
    transform: translateX(10px);
}
.copiright {
    text-align: center;
    margin-top: 55px;
    color: #ffffff8c;
    font-size: 16px;
    letter-spacing: 0.25px;
}
/*Footer End*/

/* client testimonial start */

.clientslider .swiper-button-prev {
    background-image: url(../images/Arrow-Slide.png);
    width: 80px;
    background-size: 80px;
    height: 80px;
    transform: rotate(180deg);    left: 0;
}

.clientslider .swiper-button-next {
  background-image: url(../images/Arrow-Slide.png);
    width: 80px;
    background-size: 80px;
    height: 80px;right: 0;
}
.our-clients::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -1px;
    background: rgb(252,131,112);
    background: linear-gradient(90deg, rgba(252,131,112,1) 0%, rgba(252,205,68,1) 33%, rgba(46,182,125,1) 66%, rgba(54,197,240,1) 100%);
}
.our-clients {
    background-color: #414042;
    padding: 80px 0 36px;
    border-top: 1px solid #000;
    position: relative;
}
.clientslider .swiper-button-next:after, .clientslider .swiper-button-prev:after{
  opacity: 0 !important;
}
.our-clients .section_title h2 {
    color: #fccd44;
    margin-bottom: 40px;
}
.client_box {
    max-width: 860px;
    margin: auto;
}
.client_box p {
    color: #ffffffc7;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.25px;
}
.client_box h6 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.15px;
    margin-top: 40px;
}

/* client testimonial end */

/* why choose us start */

.whychoose_border {
    border: 1px solid #535254;
    padding: 47px 0;
    border-radius: 20px;
}
.whychoose_left h2 {
    font-size: 72px;
    font-family: MuseoModerno !important;
    color: #414042;
    margin-bottom: 15px;
}
.whychoose_left p {
    font-size: 18px;
    color: #414042;
}
.whychoose_right {
    height: 410px;
    overflow: hidden;
}
.choose_box {
    background-color: #36c5fd;
    padding: 30px;
    border: 1px solid #535254;
    border-radius: 20px;
}
.choose_box img {
    max-width: 210px;
    width: 100%;
}
.choose_box h3 {
    font-family: 'MuseoModerno';
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 7px;
}
.choose_box p {
    color: #ffffffd1;
    font-size: 18px;margin-bottom: 5px;
}
.whychoose_main {
    margin: 100px 0;
}

/* why choose us End */

/*Logo slider Start*/

.logoslider_main {
    background-color: #414042;
    padding: 40px 20px;
    margin-top: 80px;
}
.logoslider_main img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: auto;
}

/*Logo slider End*/

/*Our recent work start*/

.recentwork_main {
    margin-top: 70px;
}
.work_toptital {
    text-align: center;margin-bottom: 65px;
}
.work_toptital h2 {
    font-size: 72px;
    font-family: 'MuseoModerno' !important;
    color: #414042;
}
.work_toptital p {
    color: #414042;
    font-size: 18px;
    max-width: 770px;
    margin: auto;
    margin-bottom: 50px;
}
.work_toptital a {
    background-color: #36c5fd;
    color: #414042;
    padding: 15px 32px;
    border: 1px solid #414042;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}
.work_toptital a:hover {
    background-color: #18b9f8;
    color: #414042;
}
.recent_img img {
    margin-bottom: 30px;
    max-width: 100%;
}


/*Our recent work End*/

/* Populer Services Start  */

.populer_services_main .work_toptital{
  text-align: left;margin-bottom: -130px;
}
.populer_services_main .work_toptital p {
    margin-left: 0;
    max-width: 840px;
}
.populer_services_main {
    padding: 60px 0;
    background-color: #ecf0f4;
    border-radius: 30px;margin-top: 60px;
}
.services_box {
    border: 1px solid #414042;
    border-radius: 18px;
    padding: 15px;
}
.services_img img {
    max-width: 100%;
    margin-bottom: 18px;
}
.service_text h4 {
    font-size: 24px;
    color: #414042;
    margin-bottom: 13px;
}
.service_text ul li {
    border: 1px solid #000;
    padding: 10px 18px;
    margin-bottom: 10px;
    border-radius: 24px;
    display: inline-block;
    font-size: 17px;
    margin-right: 5px;
}
.service_text {
    padding: 0 15px;
}

.populerservices .swiper-button-prev {
    background-image: url(../images/circle--arrow.png);
    width: 80px;
    background-size: 80px;
    height: 80px;
      left: auto;
    top: 22px;
    right: 95px;
}

.populerservices .swiper-button-next {
  background-image: url(../images/circle--arrow.png);
    width: 80px;
    background-size: 80px;
    height: 80px;right: 0;top: 22px;
    transform: rotate(180deg);  
}
.populerservices .swiper-button-next:after, .populerservices .swiper-button-prev:after{
  opacity: 0 !important;
}
.populerservices .swiper-button-next:hover, .populerservices .swiper-button-prev:hover {
    background-color: #2eb67d;
    border-radius: 50%;
}
.populerservices {
    padding-top: 150px;
}


/* Populer Services End  */

/* Festival Offer Start */

.festival_left img {
    max-width: 100%;
}
.festival_packmain {
    margin: 100px 0;
}

.festival_right .nav-pills .nav-link {
    border: 1px solid #414042;
    border-radius: 35px;
    margin-right: 30px;
    font-size: 16px;
    color: #414042;
    padding: 10px 20px 8px;
    margin-bottom: 15px;
}
.festival_right .nav-pills .nav-link.active {
    background-color: #fccd44;
}
.festival_right .nav-pills .nav-link:hover {
    background-color: #fccd44;
}
.package_contant h5 {
    font-size: 30px;
    font-weight: 600;
    color: #414042;
    line-height: 1.4;
}
.festival_right h4 {
    font-size: 44px;
    font-family: 'MuseoModerno';
    color: #414042;
    margin-bottom: 30px;
}
.package_contant ul li {
    list-style: disc;
    font-size: 18px;
    color: #414042;
    margin-bottom: 5px;
}
.package_contant ul {
    margin-left: 20px;margin-bottom: 40px;
}
.package_contant a {
    background: #fc8370;
    color: #fff;
    border: 1px solid #414042;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    transform: 0.5s;
}
.package_contant a:hover {
    background: #f86c56;
    color: #fff;
}


/* Festival Offer End */

/**/

.tickerwrapper {
  /* the outer div */
  
  position: relative;
  top: 30px;
  left:0%;
  border: 1px solid #444;
  background: #fff;
  width: 99.9%;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
}

/**/

/* scoling line start */

.scorling_line {
    margin: 60px 0 40px;
    background: rgb(252,131,112);
    background: linear-gradient(90deg, rgba(252,131,112,1) 0%, rgba(252,205,68,1) 33%, rgba(46,182,125,1) 66%, rgba(54,197,240,1) 100%);
}

.scorll_design marquee {
    background: #414042;
    padding: 17px 0;
    color: white;
    font-family: 'MuseoModerno';
    font-size: 36px;
    letter-spacing: 0.45px;
    transform: rotate(0.9deg);
    width: 101.3%;
    position: relative;
    left: -1%;
}


/* scoling line end */


/*About Us start*/

.aboutus_main h2 {
    font-size: 48px;
    font-family: 'MuseoModerno';
    text-align: center;
    color: #3c3c3b;
    margin-bottom: 20px;
}
.aboutus_main p {
    font-size: 18px;
    text-align: center;color: #3c3c3b;
}
.aboutus_main {
    margin: 70px 0 70px;
}


/*About Us end*/

/**/

.section_title h2 {
    text-align: center;
    font-family: 'MuseoModerno';
    font-size: 72px;
}





/*Media Queiry Start*/

@media only screen and (max-width: 650px) {
  .top_bannermain img {
    width: 100%;
  }
  .aboutus_main h2 br {
    display: none;
}
.aboutus_main p {
    font-size: 16px;
}
.aboutus_main p br {
    display: none;
}
.aboutus_main h2 {
    font-size: 26px;
}
.scorll_design marquee {
    font-size: 26px;transform: rotate(3deg);
}
.aboutus_main {
    margin: 50px 0 50px;
}
.festival_packmain {
    margin: 70px 15px;
}
.festival_right h4 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.festival_right .nav-pills .nav-link {
    margin-right: 10px;
    font-size: 14px;
    padding: 8px 13px 6px;
}
.package_contant h5 {
    font-size: 24px;
}
.package_contant ul li {
    font-size: 16px;
}
.work_toptital h2 {
    font-size: 32px;
}
.work_toptital p {
    font-size: 16px;
}
.populerservices .swiper-button-next {
    top: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.populerservices .swiper-button-prev {
    background-size: 100%;
    top: 100px;
    right: 70px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.service_text h4 {
    font-size: 22px;
}
.service_text ul li {
    padding: 7px 16px;
    font-size: 14px;
    margin-right: 5px;
}
.work_toptital a {
    padding: 11px 26px;
}
.recent_img img {
    margin-bottom: 20px;
}
.whychoose_main {
    margin: 55px 0;
    padding: 0 10px;
}
.logoslider_main {
    padding: 40px 20px;
    margin-top: 40px;
}
.logoslider_main {
    padding: 30px 20px;
    margin-top: 40px;
}
.whychoose_left h2 {
    font-size: 32px;
}
.whychoose_left p {
    font-size: 16px;
}
.section_title h2 {
    font-size: 34px;
}
.client_box p {
    font-size: 16px;
}
.client_box h6 {
    font-size: 16px;
    margin-top: 10px;
}
.clientslider .swiper-button-next {
    background-size: 30px;
    background-repeat: no-repeat;
    right: -43px;
}
.clientslider .swiper-button-prev {
    background-size: 30px;
    height: 80px;
    left: -43px;
    background-repeat: no-repeat;
    top: 25%;
}
.footer_top_text h4 {
    font-size: 32px;
}
.footer_top_text a {
    font-size: 22px;
    display: block;
    padding: 16px 0 15px;
    width: 70%;
    margin: auto;
}
.footer_top_text h4 {
    font-size: 32px;
    margin-bottom: 20px;text-align: center;
}
.footer_colour_main {
    padding: 40px 15px 38px;
    border-radius: 20px;
}
.footer_menu_2 {
    margin: 20px 0 10px;
}
.copiright {
    margin-top: 15px;
    font-size: 14px;
}
.whychoose_right {
   height: auto;
    
}
.whychoose_border {
    padding: 30px 15px;
    border-radius: 20px;
}
.choose_box {
    padding: 15px 15px;
}
.choose_box h3 {
    font-size: 24px;
}
.choose_box p {
    font-size: 16px;
}
.our-clients {
    padding: 55px 10px 36px;
}
.logo img {
    width: 190px;
}
.populer_services_main {
    padding: 60px 15px;
}
.recentwork_main {
    margin-top: 50px;
}
.recentwork_main {
    padding: 0 15px;
}
footer {
    padding: 50px 10px;
}
.menu a:hover {
    opacity: 1;
    color: #fff;
}


}

/*Media Queiry End*/



