body{
    overflow-x: hidden;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #252525;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 40px;
    color: var(--orange);
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    letter-spacing: 1.2px;
}
:root {
    --pink: #f161a6;
    --orange: #f69663;
}
p {
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
a {
    text-decoration: unset !important;
}
.crew_btn {
    border-radius: 22px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
    padding: 10px 25px;
    letter-spacing: 1.2px;
    display: inline-block;
    background-size: 100% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.crew_btn:hover {
    color: #fff;
    background-position: 00% 200% !important;
    background-size: 300% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}


.footer {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    padding-top: 50px;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    color: #fff;
}
.footer1 {
    text-align: center;
}
.footer1 img {
    margin-bottom: 30px;
}
.footer1 ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer1 ul li a {
    font-size: 18px;
}
.footer2 {
    padding-left: 20px;
}
.footer h5 {
    font-size: 18px;
    margin-bottom: 25px;
}
.footer2 ul li a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.footer2 ul:nth-child(2) {
    float: left;
}
.footer2 ul:nth-child(3) {
    float: right;
    padding-right: 80px;
}
.footer3 p {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer3 {
    width: 110%;
    margin-left: -10%;
}
.footer3 input[type="email"] {
    width: 95%;
    border: 0;
    height: 40px;
    font-weight: 600;
    padding-left: 10px;
    border-radius: 22px;
    font-size: 14px;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
}



.h_menu ul li {
    display: inline-block;
}
.h_menu {
    display: flex;
    flex-direction: column;
}
.header_upper_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}
.top_header_section::before {
    content: '';
    background-color: #fff;
    width: 29%;
    height: 110%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.top_header_section {
    position: relative;
}
.h_logo {
    position: relative;
    z-index: 99;
}
.top_header_section::after {
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 71%;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.header_upper_row p a {
    color: #000;
    font-weight: 600;
}
.header_upper_row ul li a {
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
}
.header_upper_row ul {
    padding-left: 0;
}
.header_upper_row i {
    background-color: #fff;
    color: var(--orange);
    padding: 4px;
    font-size: 11px;
    border-radius: 50%;
    width: 23px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header_social_icons li a {
    padding: 0 2px !important;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 0 12px;
}
.header_lower_row ul li a.crew_btn {
    color: #fff;
    margin-left: 69px;
}
.header_lower_row ul {
    padding: 0;
}
.header_lower_row ul li:first-child a {
    padding-left: 0;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}
.header_lower_row ul li a:after {
    content: '';
    background-color: var(--orange);
    width: calc(100% - 1px);
    height: 2px;
    display: none;
}
.header_lower_row ul li a:hover {
    color: var(--orange);
}
.header_lower_row ul li a:hover:after {
    display: block;
}
.h_menu ul {
    margin: 0;
}

.header_upper_row p {
    margin-bottom: 14px;
}
.footer .row:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid;
    padding-bottom: 20px;
    font-size: 14px;
}
.footer .row:nth-child(2) a {
    color: #fff;
}
.copyright_right {
    text-align: right;
}
.header_slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}
.header_slider .slick-dots li.slick-active button::before {
    border: 2px solid #fff;
}
.header_slider .slick-dots {
    position: absolute;
    bottom: unset;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    top: 43%;
    right: 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
}

/* Contact Page CSS */
.inner-banner-sec {
    height: 405px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.inner-banner-sec .page-title {
    width: 100%;
    text-align: center;
}

.inner-banner-sec .page-title h2 {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 0px;
}
.inner-banner-sec .page-title h2:before {
    content: "";
    width: 124px;
    border-bottom: 3px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.cont-form-row {
    margin-bottom: 70px;
}
.cont-text h3 {
    color: #f69663;
    font-size: 32px;
    text-transform: uppercase;
}

.cont-text p {
    letter-spacing: 1px;
    padding-right: 80px;
    font-weight: 400;
    margin-bottom: 0;
}
.cont-text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.cont-text:after {
    content: "";
    width: 85px;
    border-bottom: 2px solid #c3005c;
    position: absolute;
    bottom: 0;
}
.get-tch-col ul {
    padding: 0px;
    list-style: none;
}

.get-tch-col ul li i {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    font-size: 22px;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
}
.get-tch-col ul li {
    display: flex;
    align-items: center;
}
.get-tch-col h5 {
    font-size: 20px;
    color: #f69663;
    margin-bottom: 5px;
}
.get-tch-col ul li a {
    color: #252525;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}
.get-tch-col ul li a:hover {
    color: #f69663;
}
.get-tch-col ul li:not(last-child) {
    margin-bottom: 60px;
}
.cont-s-icons ul li i {
    width: 48px;
    height: 48px;
    font-size: 16px;
}
.cont-s-icons ul {
    display: flex;
}
.cont-s-icons ul li {
    margin-bottom: 0px !important;
    margin-right: 20px;
}
.cont-s-icons ul li i{
    margin: 0px !important;
}
.cont-s-icons h5 {
    margin-bottom: 20px;
}

.cont-s-icons ul li a:hover i {
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
}
.form-col label {
    width: 100%;
    font-weight: 500;
    margin-bottom: 25px;
}

.form-col label strong {
    color: #f69663;
    font-weight: 500;
}

.form-col label input {
    width: 100%;
    height: 53px;
    background-color: #f9f9f9;
    border: 1px solid #b7b7b7;
    border-radius: 28px;
}
.form-col label span {
    margin-left: 24px;
    margin-bottom: 7px;
    display: block;
} 

.form-col label input#message {
    height: 152px;
    border-radius: 20px;
}

.form-col form input[type="submit"] {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    height: 45px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    border-radius: 22px;
    padding: 10px 56px;
    margin-top: 10px;
    cursor: pointer;
}

.form-col form input[type="submit"]:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
}
  
/* Contact Page CSS End*/






@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}



}



@media (min-width: 1800px) {
.top_header_section::before {
    width: 31%;
}
.top_header_section::after {
    width: 69%;
}

}