@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
body, html{
	height: 100%;
}
body{
	background: transparent !important;!i;!;
	font-family: "Poppins", serif;
	font-weight: 400;
}
h1 {
    font-weight: 700 !important;
    font-family: "Poppins", serif;
}
h2, h3, h4, h5{
	font-weight: 600;
    font-family: "Poppins", serif;
}
h6 {
    font-weight: 500;
    font-family: "Poppins", serif;
}
p, input, textarea {
    font-family: "Poppins", serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
nav.navbar {
    padding: 10px 0;
}
header.fixed-header {
    background-color: #fff;
}
span.number {
    color: #000 !important;
}
/*Banner Css Start*/
.banner {
    /* background-image: url(../images/hero-bg.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
    background-color: #fff;
}
.flex-box {
    align-items: center;
}
.slide-cap {
    color: #000;
    width: 90%;
}
.slide-cap h1 {
    font-size: 50px;
    margin: 18px 0 20px;
}

.hero-form {
    background-color: #d1d1d1e6;
    padding: 30px;
    border-radius: 5px;
    color: #000;
    margin: 0 auto;
}
.theme-btn a {
    background-color: #2b2d60;
    display: inline-block;
    padding: 14px 25px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #2b2d60;
    font-weight: 600;
}
.theme-btn a:hover {
    background-color: transparent;
    border-color: #ed3259;
    color: #ed3259;
}
a.theme-btn2 {
    margin-left: 12px;
}
.theme-btn a i {
    margin-left: 7px;
    position: relative;
    top: 1px;
}
.hero-form h2 {
    font-weight: 700;
    font-size: 28px;
    color: #2b2d60;
    animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@keyframes blink1 {
0%, 100% {
    color: var(#ed3259);
}
50% {
    color: red;
}
}
p.hero-form__desc {
    font-weight: 600;
}
.hero-form form input, .hero-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #f4f7fc;
}
.hero-form form textarea {
    height: 110px;
    resize: none;
}
.form-btn {
    background-color: #2b2d60 !important;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 30px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
}
.form-btn:hover {
    background-color: #000 !important;
}
.hero-awards {
    margin: 40px 0 15px;
}
p.hero-bottom-text {
    margin: 0;
}
p.hero-bottom-text i {
    color: #ffd513;
}

/*Logo Slider Css Start*/
.logo-sec {
    padding: 30px 0;
    margin: 0;
    background-color: #2b2d60;
}
.box-shadow-1 {
        box-shadow: 0 0 40px 2px rgb(43 45 96 / 25%);
}
.logo-sec .slick-arrow {
    display: none !important;
}
.logo-slider__item img {
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}


/*Image With Text Sec Css Start*/
.image-with-text {
    padding: 30px 0;
}
.image-with-text__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    color: #000000;
}
.img-txt h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    width: 90%;
}
.image-with-text__inner ul {
    display: inline-block;
    margin: 10px 0 20px;
    list-style-type: none;
    padding: 0;
}
.image-with-text__inner li {
    width: 50%;
    padding-left: 25px;
    float: left;
    position: relative;
    font-size: 14px;
    margin: 5px 0;
}
.image-with-text__inner li::before {
    content: '\f00c ';
    font-family: fontawesome;
    color: #2b2d60;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: -2px;
}
.img-txt2 {
    width: 90%;
}

/*Info Boxes Sec Css Start*/
.row-boxes {
    display: flex;
}
.info-blk {
    width: 20%;
    margin: 0 7px;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px 11px;
    transition: all 0.5s;
    background-color: #2b2d60;
}
.info-blk:hover {
    background-color: #ed3259;
    cursor: pointer;
}
.info-blk h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin: 10px 0 6px;
}
.info-blk p {
    font-size: 14px;
    margin: 0;
}
.info-boxes {
    padding: 60px 0;
}

/*Services Box Css Start*/
.services-boxes {
    padding: 60px 0;
}
.serv-title {
    color: #000000;
    text-align: center;
    margin: 0 0 40px;
}
.serv-title h3 {
    font-weight: 700;
    font-size: 44px;
    margin: 0;
}
.row-boxes {
    display: flex;
}
.serv-flx {
    display: flex;
}
.services-box {
    cursor: pointer;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    padding: 40px;
    background: #2b2d60;
    text-align: center;
    width: 20%;
    margin: 0 10px 15px;
    color: #ffffff;
}
.services-box__1 .services-box__image__box {
    background-position-x: 10px
}

.services-box__6 .services-box__image__box {
    background-position-x: 10px
}

.services-box__2 .services-box__image__box {
    background-position-x: -75px;
}

.services-box__7 .services-box__image__box {
    background-position-x: -75px
}

.services-box__3 .services-box__image__box {
    background-position-x: -150px
}

.services-box__8 .services-box__image__box {
    background-position-x: -150px
}

.services-box__4 .services-box__image__box {
    background-position-x: -230px
}

.services-box__9 .services-box__image__box {
    background-position-x: -230px
}

.services-box__5 .services-box__image__box {
    background-position-x: -310px
}

.services-box__10 .services-box__image__box {
    background-position-x: -320px
}
.services-box__image_1 .services-box__image__box {
    background-image: url(../images/services-icons.webp);
    filter: brightness(40.5);
}
.services-box__image_2 .services-box__image__box {
    background-image: url(../images/services-icons2.webp);
    filter: brightness(10.5);
}
.services-box__image__box {
    height: 80px;
    width: 75px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all .7s ease;
    background-position-y: 10px;
}
.services-box:hover .services-box__image__box {
    background-position-y: -70px;
}


/*Gallery Sec Css Start*/
.gallery__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.glry-title {
    width: 70%;
    margin: 0 auto 50px;
    color: #000;
}
.glry-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.gallery__image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery__image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
}
.gallery__image-container::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ed3259ab;
    transform: rotate(65deg);
    top: -370px;
    left: -150px;
    transition: all 0.5s;
}
.gallery__image-container:hover::before {
    top: -250px;
}
.gallery__image-container::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ed3259ab;
    transform: rotate(65deg);
    bottom: -370px;
    right: -150px;
    transition: all 0.5s;
}
.gallery__image-container:hover::after {
    bottom: -250px;
}

/*Packages Sec Css Start*/
.pkgs-sec {
    padding: 50px 0;
    text-align: center;
    color: #000000;
}
.package__inner {
    padding: 30px 25px;
    border-radius: 20px;
    text-align: left;
    margin: 0 0 30px;
}
.package__title {
    color: #000000;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1;
    font-size: 44px;
}
.package__price {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.package__price-now {
    font-size: 2.5rem;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}
.package__price-before {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin: 0 0 0 23px;
}
.package__price-before::before {
    content: "/";
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    left: -30px;
    top: -10px;
}
.package__price-before span {
    line-height: 1;
}
.package__price-before-discount em {
    text-decoration: line-through;
    font-style: inherit;
}
.package__details {
    border-top: 1px solid #2b2d60;
    padding-top: 20px;
    margin-bottom: 30px;
}
.package__details ul {
    height: 240px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 0;
}
.package__details ul li {
    position: relative;
    font-size: 20px;
    color: #000000;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 23px;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    list-style: none;
}
.package__details ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2b2d60;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.package__details ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: radial-gradient(ellipse at 50% -100%, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
}
.theme-button {
    background-color: #2b2d60;
    display: inline-block;
    padding: 14px 35px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #2b2d60;
    cursor: pointer;
}
.package__footer {
    border-top: 1px solid #000000;
    margin-top: 30px;
    padding-top: 30px;
}
.package__footer-title {
    text-align: center;
    font-weight: 600;
}
.package__footer p {
    margin: 0;
    color: #000000;
}
.btn-package {
    color: #fff;
}
.pkgs-btns {
    text-align: center;
}

/*Sec With Image Css Start*/
.section-with-big-image {
    background-color: #2b2d60;
    margin: 110px 0 30px;
}
.section-with-big-image__image {
    margin-top: -140px;
}
.section-with-blk h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.section-with-blk p {
    color: #fff;
}
.big-cta {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}
.big-cta__icon {
    font-size: 3rem;
}
.big-cta__header {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.section-with-blk .theme-btn a {
    background-color: #fff;
    color: #2b2d60;
}
/*Review Sec Css Start*/
section.reviews {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
section.reviews .slick-arrow {
    display: none !important;
}
.review__text {
    height: auto;
    background-color: #ed3259;
    padding: 40px;
    margin-top: 50px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
    position: relative;
}
.review__text {
    height: auto;
    background-color: #2b2d60;
    padding: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    position: relative;
    width: 60%;
    margin: 50px auto 0;
}
.review__text p {
    font-size: 18px;
    line-height: 27px;
}
.reviews__slide h6 {
    margin: 20px 0 0;
}
.reviews__slide img {
    margin: 0 auto;
}
.review__client-rating {
    font-size: 30px;
    color: #ffd513;
    display: inline-flex;
    margin: 10px 0 0;
}
.review__client-rating li {
    margin: 0 5px;
}
.review__text::before {
    content: '';
    height: 40px;
    width: 40px;
    background-color: #2b2d60;
    position: absolute;
    top: -20px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.reviews__inner {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    background: #222222;
}
.reviews__inner .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}
.reviews__inner .slick-dots li button:before {
    font-size: 66px;
    color: #ffffff;
}
.reviews__inner .slick-dots {
    bottom: -50px;
}
/*Footer Form Css Start*/
section.footer-section {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
}
.footer-section .glry-title a {
    color: #2b2d60;
}
.footer__form input, .footer__form textarea {
    background: #f4f7fc;
    height: 46px;
    margin: 0 0 15px;
}
.footer__form textarea {
    height: 150px;
    resize: none;
}
section.copy-right {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #2b2d60;
}
section.copy-right p {
    margin: 0;
}

/*Modal css Start*/
.comodal {
    border-radius: 0 !important;
    border: #f77223 3px solid;
    padding: 15px;
    background: #fff;
}
.pop-upform h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.form21 .form-group {
    position: relative;
    margin: 0;
}
.form21 input {
    font-size: 16px;
    margin-bottom: 10px;
    border: #dcdcdc 1px solid !important;
    padding: 10px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    height: 40px;
}
.icons01 {
    position: absolute;
    left: 13px;
    top: 12px;
    color: #00a1ff;
    font-size: 14px;
}
input.form-btns {
    padding: 0 !important;
    background-color: #ed3259 !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: none;
    width: 100%;
    height: 50px;
}
button.close {
    background-color: #ed3259 !important;
    color: #fff;
    border-radius: 100%;
    opacity: 1;
    font-size: 20px;
    width: 50px;
    height: 50px;
}
h2.text_primary {
    margin: 0 0 20px;
}
.it-banner {
    text-align: center;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}
.thnks {
    height: 100%;
    display: flex;
    align-items: center;
}

span.number {
    color: #000;
}


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
.img-container img, .section-with-big-image__image img, .navbar-brand img {
    width: 100%;
}
.row-boxes, .serv-flx {
    display: block;
}
.info-blk {
    width: 100%;
    margin: 35px 0;
}
.services-box {
        width: 100%;
        margin: 0 0 20px;
}
.navbar-brand {
    width: 55%;
}
.fixed-header .theme-btn {
    width: 38%;
}
header.fixed-header .theme-btn1 {
    display: none;
}
header.fixed-header .theme-btn2 {
    padding: 7px 9px;
    font-size: 12px;
}
.slide-cap h1 br {
    display: none;
}
.slide-cap h1 {
    font-size: 22px;
    line-height: 30px;
}
.theme-btn a {
    padding: 10px 14px;
    font-size: 14px;
}
a.theme-btn2 {
    margin-left: 8px;
}
.hero-form {
    margin: 40px auto 0;
}
.img-txt h3 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
}
.image-with-text__inner {
    padding: 20px;
}
.image-with-text__inner li {
    width: 100%;
}
.img-txt2 {
    width: 100%;
}
.serv-title h3 {
    font-size: 28px;
}
.gallery__inner {
    padding: 20px;
}
.glry-title {
    width: 100%;
}
.glry-title h3 {
    font-size: 24px;
    line-height: 33px;
}
.gallery__image-container img {
    height: 400px;
}
.package__title {
    font-size: 34px;
}
.package__details ul li {
    font-size: 16px;
}
.package__footer .col-md-6 {
    max-width: 42%;
}
.section-with-blk h3 {
    font-size: 30px;
}
.section-with-big-image {
    padding-bottom: 50px;
}
.review__text {
    width: 100%;
}
.review__text p {
    font-size: 14px;
    line-height: 23px;
}
}