@charset "UTF-8";

/*
Theme Name: magnetiq
Theme URI: 
Author: Piyush Singh Chhoker
Author URI: 
Description:NA
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: magnetiq License
License URI: NA
Text Domain: magnetiq
*/

/* -----------Design--by----Piyush-Singh-Chhoker------------------------- */


*,
html {
    padding: 0;
    margin: 0%;
    box-sizing: border-box;
}

html {
    width: 100%;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
}

/* ==============header=================== */
.main-header {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.14901960784313725);
    background: #101b2f;
}

.main-container {
    padding: 10px 56px;
}

.inner-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.nav_logo-wrapper img {
    width: 130px;
    height: 100px;
    object-fit: contain;
}

.hide-wala-sab,
.cross-icon {
    display: none;
}

.nav_menu-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.mega-menu .nav-demo-cta{
	display:none;
}
.nav_menu-2 li a {
    cursor: pointer;
    padding: 12px 16px 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d1c8cc;
}

.nav-demo-cta a {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ==========footer================ */
.wpo-site-footer {
    background: #101b2f;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
}

.wpo-site-footer .wpo-upper-footer {
    padding: 80px 0;
}



.wpo-site-footer .about-widget {
    position: relative;
    padding-right: 15px;
}

.wpo-site-footer .about-widget .logo img {
    width: 200px;
    margin-top: -20px;
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid #405f71;
}

.wpo-site-footer .wpo-lower-footer .social-widget {
    display: flex;
    justify-content: left;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 15px;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul li a {
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.wpo-site-footer .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright {
    font-size: 0.9375rem;
    margin: 0;
    display: flex;
    justify-content: right;
    color: #d1d1d1;
}

.wpo-site-footer .wpo-lower-footer .copyright span {
    color: #e0af14;
    padding: 0 10px 0 5px;
}

.wpo-site-footer .wpo-lower-footer .copyright .copyright-icon {
    padding-right: 10px;
    color: #fff;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul {
    margin-bottom: 0;
}

.wpo-site-footer .wpo-lower-footer .social-widget ul li a i {
    color: #fff;
}

.wpo-site-footer .widget-title h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    position: relative;
    font-weight: 700;
}

.wpo-site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
    color: #d1d1d1;
}

.wpo-site-footer .link-widget ul li a {
    color: #d1d1d1;
    font-size: 15px;
}

.wpo-site-footer .widget-title {
    margin-bottom: 20px;
}

.footer-menu li {
    margin-bottom: 20px;
}

.specail-padding {
    padding-left: 35px;
}

.specail-padding {
    padding-left: 10px;
}

.right-border {
    border-right: 1px solid #405f71;
}

li {
    list-style: none;
}

.service-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-menu ul li {
    width: 48%;
}

.contact-ft li {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #d1d1d1;
    margin-bottom: 20px;
}

.contact-ft li a {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #d1d1d1;
}

/* ===================main=============== */
/* Services Dropdown */
.services-dropdown {
    position: relative;
}

.services-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 999;
}

.services-submenu li {
    display: block;
    width: 100%;
}

.services-submenu li a {
    display: block;
    padding: 10px 18px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}

.services-submenu li a:hover {
    background: #f5f5f5;
}

/* ----------------padding-------------- */
.p70 {
    padding: 70px 0;
}

.m50 {
    margin-bottom: 80px;
}

/* ========contact-page============== */

.wpo-contact-area .contact-title h2 {
    color: #233d62;
    font-size: 48px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 16px;
    margin-top: 5px;
}

.wpo-contact-area .contact-title p {
    color: #687693;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wpo-contact-area .contact-info .content h2 {
    text-transform: uppercase;
    color: red;
    font-size: 17px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}

.wpo-contact-area .contact-info .content {
    border-right: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.wpo-contact-area .contact-info .content p {
    color: #233d62;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}

.wpo-contact-area .contact-info .content .phone a,.wpo-contact-area .contact-info .content a {
    color: #233d62;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
}

.wpo-contact-area .contact-info .col:last-child .content {
    border-right: 0;
}

.wpo-contact-area .contact-form-area {
    margin-top: 55px;
}

.wpo-contact-area .contact-form-area .form-title {
    margin-bottom: 45px;
}

.wpo-contact-area .contact-form-area .form-title h2 {
    color: #233d62;
    font-size: 30px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}

.wpo-contact-area .contact-form-area .input-content .fc-contact,
.wpo-contact-area .contact-form-area .input-content .form-Select,
.wpo-contact-area .contact-form-area .input-content .fc-contact-text {
    width: 100%;
    height: 65px;
    border: 0;
    border-bottom: 1px solid #b6bbc5;
    transition: all 0.4s ease-in-out;
    color: #7a7c7f;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
}

.wpo-contact-area .contact-form-area .input-content {
    margin-bottom: 85px;
}

.contact-form-input-submit input {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
}

.banner-section h1 {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    padding: 17px 20px;
    min-width: 191px;
    transition: ease-in-out 0.6s;
    border-radius: 26.5px;
    justify-content: center;
    border: 1px solid #d5d5d3;
}

.sbimage-image img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
}

.single-blog-details {
    padding: 20px;
    border: 1px solid #d1d1d1a6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.single-blog-details h2 {
    font-size: 20px;
}

.single-blog-details h2 a,
.generic-btn2 a {
    color: red;
}

.banner-section {
    text-align: center;
}

.hero-section {
    padding: 70px;
    background: linear-gradient(165deg,
            #28b8ed21 0%,
            #7e4da821 25%,
            #ce409a21 50%,
            #e2436121 75%,
            #fbb61721 100%);

}

/* ===========hero------section=========== */
.hero-slider .slide-caption .shape-1 {
    position: absolute;
    top: 17%;
    right: 30%;
    transform: translate(-50%, -50%);
}

.hero-slider .slide-caption .slide-title-sub p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 0;
    position: relative;
    padding-left: 80px;
}

.hero {
    height: 840px;
    position: relative;
    background: url(assets/img/hero-bg.jpg);
    z-index: 1;
}

.hero-slider p {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0;
    position: relative;
    padding-left: 80px;
}

.hero-slider h1 {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    font-family: "DM Serif Display", serif;
}

.slider-pic {
    position: absolute;
    right: 8%;
    top: 48%;
    transform: translateY(-50%);
    z-index: -1;
}

.hero-slider .slide {
    height: 800px;
}

.slide-title-sub p::before {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 0;
    top: 50%;
    width: 50px;
    height: 1px;
}

.theme-btn {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617);
    color: #fff;
    display: inline-block;
    padding: 20px 40px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    letter-spacing: 1px;
}


.slide .row {
    display: table-cell;
    vertical-align: middle;
}

.slide .container {
    height: 100%;
    display: table;
}

.slick-list {
    overflow: visible;
}

.slick-dots {
    width: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    left: 9%;
    bottom: 0px;

    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.slick-dots li {
    width: 42px !important;
    height: 38px !important;
    margin: 0 !important;
}

.slick-dots li button {
    width: 42px !important;
    height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    background: #fff !important;

    color: #222 !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1 !important;

    cursor: pointer;
    transition: all 0.3s ease;
}

/* Slick default dot remove */
.slick-dots li button:before {
    display: none !important;
    content: none !important;
}

/* Active Box */
.slick-dots li.slick-active button {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617) !important;
    border-color: #000 !important;
    color: #fff !important;
}

/* Hover */
.slick-dots li button:hover {
    background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617) !important;
    border-color: #000 !important;
    color: #fff !important;
}

.section-padding {
    padding: 120px 0;
}

.wpo-features-section .features-wrap .features-single {
      padding-right: 10px;
    padding-bottom: 15px;
}

.wpo-features-section .features-wrap .features-single span {
    color: #c3c3c3;
    font-size: 36px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin-bottom: 25px;
}

.wpo-features-section .features-wrap .features-single p {
    color: #233d62;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.wpo-features-section .features-wrap .features-single h2 {
    color: #1a1d23;
    font-weight: 600;
    font-size: 21px;
}

.wpo-features-section .booking-form {
    position: relative;
    margin-top: -250px;
    z-index: 1;
    padding: 65px 60px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 51.3px 38.7px rgba(0, 0, 0, 0.05);
}

.wpo-features-section .booking-form .booking-form-content .booking-label {
    margin-bottom: 35px;
}

.wpo-features-section .booking-form .booking-form-content .booking-label label span {
    color: #e0af14;
    padding-left: 5px;
}

.wpo-features-section .booking-form .booking-form-content .booking-label input,
.wpo-features-section .booking-form .booking-form-content .booking-label textarea {
    margin-top: 13px;
    border: 2px solid #d9dde4;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.wpo-features-section .booking-form .booking-form-content .booking-label label {
    color: #393838;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.wpo-section-title {
    margin-bottom: 60px;
    text-align: center;
}

.wpo-section-title h2 {
    font-size: 40px; 
    margin: 0;
    margin-top: 15px;
    position: relative;
    text-transform: capitalize;
    font-family: "DM Serif Display", serif;
    font-weight: 700;
    margin-top: 0;
    color: #233d62;
}

.wpo-cta-section .cta-top-box .cta-top-img .cta-top-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow: hidden;
    z-index: 1;
}

.wpo-cta-section .cta-top-box .cta-top-img .cta-top-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #e0af14;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wpo-cta-section .cta-top-box {
    width: 270px;
    position: absolute;
    top: -30%;
    left: 17%;
    transform: translate(-50%, -50%);
}

.wpo-service-section .service-wrap .service-single {
    position: relative;
}

.wpo-service-section .service-wrap .service-single h3 {
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    line-height: 25px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 50px;
}

.wpo-service-section .service-wrap .service-single h3::before {
    position: absolute;
    left: 7%;
    top: 68%;
    content: "";
    width: 45px;
    height: 2px;
    background: #e0af14;
    transform: translate(-50%, 50%);
}

.wpo-cta-section {
    position: relative;
    z-index: 1;
    padding: 165px 0;
}

.wpo-cta-section .cta-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.wpo-cta-section .cta-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpo-cta-section .cta-wrap {
    position: relative;
}

.wpo-cta-section .cta-wrap .cte-content {
    position: relative;
    z-index: 1;
}

.wpo-cta-section .cta-wrap .cte-content .wpo-section-title {
    text-align: left;
    margin: 0;
    padding-right: 30px;
}

.wpo-cta-section .cta-top-box .cta-top-img .cta-top-content h2 {
    font-size: 60px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.wpo-cta-section .cta-top-box .cta-top-img .cta-top-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6c150;
    margin-bottom: 40px;
}

.wpo-cta-section .cta-top-box .cta-top-img .cta-top-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.wpo-cta-section .cta-top-box .cta-top-img img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.wpo-cta-section .cta-wrap .cte-content .wpo-section-title h2 {
    color: #fff;
    line-height: 70px;
    margin-top: -10px;
    font-size: 50px;
}

.wpo-cta-section .cta-wrap .cte-content .wpo-section-title p {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
}

.wpo-section-title h2,.section-head h2 {
    font-size: 40px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-family: "DM Serif Display", serif; 
    margin-top: 0;
    font-weight: 700;
    color: #233d62;
}

.wpo-about-section .wpo-section-title p,.section-head p  {
    font-weight: 600;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 35px;
        font-size: 22px;
    margin-top: 15px;
}
.custom-left{
    text-align: left;
        margin-bottom: 30px;
}
.wpo-about-section .wpo-about-text ul li {
    margin-bottom: 12px;
    padding-left: 50px;
    position: relative;
    color: #233d62;
    font-size: 18px;
    font-weight: 600;
}
.wpo-about-section .wpo-about-text ul li:before  {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    transform: translateY(-50%);
     content: "\e5ca";
    font-family: "Material Icons";
    color: #e0af14;
    border: 1px solid #e0af14;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.wpo-about-section .wpo-about-text ul {
    list-style: none;
    margin-bottom: 50px;
}
.about-right-img img{
    border-radius: 10px;
    object-fit: cover;
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid  {
    width: 50%;
    float: left;
        margin-bottom: 25px;
}
.wpo-fun-fact-section .grid .fun-fact-img  {
    width: 70px;
}
.wpo-fun-fact-section .grid .info  {
    text-align: left; 
}
.wpo-fun-fact-section .grid .info h3  {
    color: #233d62;
    font-size: 40px;
    font-weight: 700;
}
.wpo-fun-fact-section .grid .info p  {
    color: #687693;
    font-size: 12px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.wpo-fun-fact-grids.clearfix {
    margin-top: 25px;
}
.nav-demo-cta a:hover{
    background: #fff;
    color: #000;
}
.theme-btn:hover{
     background: #000;
    color: #fff;
}
.bg-blues {
        background: #101b2f;
}
.bg-blues   .wpo-section-title{
    margin-bottom: 0;
}
.bg-blues h2 {
 
    color: #ffffff;
}
.bg-blues p{
        margin: 30px 0;
         color: #ffffff !important;
}
.wpo-section-title p {
    font-size: 22px;
    font-weight: 600;
    color: #233d62;
    padding-top: 16px;
}
.features-single {
    background-color: #ffffff;
    border-radius: 20px;
        padding: 20px 15px 42px;
    transition: ease-in-out 0.6s;
    border: 1px solid transparent;
    margin-bottom: 20px;
}
.wpo-features-section-s4{
        background-color: #f9f9f9;
}
.features-single span{
        font-size: 40px;
    font-weight: 600;
     color: #233d62;
}
.features-single h3{
    color: #233d62;
        font-weight: 800;
}
.features-single p{
        font-size: 22px;
    font-weight: 600;
    color: #233d62; 
    margin-bottom: 0;
}
.bg-cream{
    background-color: #f9f9f9;
}
.section-head {
    text-align: center; 
        margin-bottom: 50px;
}
.section-head .num-label { 
       font-style: italic;
    color: #9C7A3C;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.toc {
    border-top: 1px solid #D9D3C2;
}
.m20{
    margin-bottom: 20px;
}
.toc-row {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 28px;
    align-items: baseline;
    padding: 34px 0;
    border-bottom: 1px solid #D9D3C2;
}
.process-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
       height: 100%;
}
.process-box h3{
    font-size: 22px;
    font-weight: 700;
}
.process-box p{
    margin-bottom: 0;
    font-size: 18px;
}
.why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 64px; 
    margin: 0 auto;
}
.why-item {
    padding-top: 24px;
    border-top: 1px solid #D9D3C2;
}
.why-item h3 {
    font-size: 21px;
    margin-bottom: 10px;
}
  .singleblog-section  .mega-menu-active {
        right: 0 !important;
    }
     .main-box {
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px;
    width: 100%;
    margin-left: 0;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
}
.singleblog-section .box1 {
    border-radius: 20px;
    background: #fff;
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 100%;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
}
.singleblog-section .box2 h5, .singleblog-section .box1 h5 {
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
    text-align: center;
    font-weight: 600;
}
.singleblog-section .box1 input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #404040;
    background: #fff;
    border: 1px solid #404040;
    border-radius: 20px;
    padding: 0 75px 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}
.singleblog-section .search-box button {
    position: absolute;
    font-size: 18px;
    right: 0px;
    top: 1px;
    width: 60px;
    height: 56px;
    color: #fff;
    border: 1px solid transparent;
    background: #000000;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.search-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    position: relative;
}
.box2 ul li a {
    color: #000000;
}
  .social-icon a ,.social-con a{
    font-size: 20px;
    background-color: #000000;
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
        display: inline-block;
    transition: all 0.3s ease-in-out;
}
 .social-icon   a,.social-con a {
    padding: 10px;
    color: #fff;
}
.singleblog-section .main-box .content1 i {
    font-size: 14px;
    color: red;
    margin-right: 4px;
    margin-bottom: 12px;
}
.singleblog-section .main-box .content1 .text-mr {
    margin-right: 10px;
}
.single-blog-image img{
    border-radius: 20px;
}
.social-icon {
    display: flex;
    justify-content: center;
    gap: 10px;
}
  .box4 a,.tag-con .button {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
    border-radius: 100px;
    margin-right: 10px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    /* border: 1px solid transparent; */
}
.feed .feed-image {
    width: 34%;
}
  .feed a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    width: 66%;
    padding: 0 0 0 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    color: #000000;
}
.feed {
    display: flex;
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
    align-items: center;
}
.feed .feed-image img {
    border-radius: 20px;
}
.singleblog-section .main-box .content1 h2 {
    margin-bottom: 18px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.singleblog-section .main-box .content1 p {
    font-weight: 400;
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: 27px;
    font-family: "Sora", sans-serif;
}
/* =============media--query=========== */
@media (max-width: 1200px) {
   .hero-slider .slide-caption .slide-title-sub p {
        font-size: 18px;
    }
    .hero-slider h1 {
    font-size: 100px; 
}
.hero-slider .slide-caption .shape-1 {
    display: none;
}
.slider-pic img{
            max-width: 88%;
        margin-left: auto;
}
.slider-pic { 
    right: 0%; 
}
.wpo-features-section .features-wrap .features-single {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
}
.wpo-cta-section .cta-top-box {
    width: 232px; 
    left: 13%; 
}
.wpo-service-section .service-wrap .service-single h3 { 
    padding-right: 25px;
}
.wpo-cta-section .cta-wrap .cte-content .wpo-section-title h2 { 
    line-height: 45px; 
    font-size: 42px;
}
.wpo-section-title h2, .section-head h2 {
    font-size: 44px; 
}
}
/* 992px se UPAR hover par open */
@media (min-width: 993px) {
    .services-dropdown:hover .services-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .services-toggle i {
        transition: transform 0.3s ease;
    }

    .services-dropdown:hover .services-toggle i {
        transform: rotate(180deg);
    }
}

/* 992px se NEECHE click par open */
@media (max-width: 992px) {
    .services-dropdown .services-submenu {
        position: static;
        width: 100%;
        min-width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0;
    }
    .singleblog-section .main-box .content1 h2 { 
    font-size: 20px; 
}
    .wpo-features-section .booking-form { 
    margin-top: 0px; 
}
.hero-section {
    padding: 30px 20px; 
}
    .hero-slider .slide-caption .slide-title-sub p { 
        padding-left: 0;
    }
        .wpo-cta-section .cta-top-box {
        left: 75%;
        top: 45%;
        transform: translate(-50%, -50%);
        width: 270px;
    }
    .wpo-cta-section .cta-wrap .cte-content .wpo-section-title { 
    padding-right: 0px;
}
.banner-section h1 { 
    font-size: 40px; 
}
    .services-dropdown.active .services-submenu {
        display: block;
    }
    .wpo-section-title h2, .section-head h2 {
    font-size: 38px; 
}
.section-padding {
    padding: 40px 0;
}
.about-right-img img { 
    width: 100%;
}
.bg-blues p {
    margin: 20px 0; 
}
.features-single h3 { 
    font-size: 20px;
}
.features-single p {
    font-size: 18px; 
}
    .services-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .services-dropdown.active .services-toggle i {
        transform: rotate(180deg);
    }
    .mega-menu {
        position: fixed;
        top: 0;
        right: -150%;
        background: #f9f9f9;
        padding: 25px 20px;
        width: 280px;
        transition: all 0.3s;
        z-index: 999999999999999999999;
        height: 100%;
    }
	    .mega-menu-active {
        right: 0 !important;
    }
    .hide-wala-sab, .cross-icon {
    display: block;
}
.hide-wala-sab .h-btn-ri {
    display: none;
}
.right-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ff{
    color: #fff;
}
.menu-ciomn{
    height: 40px;
       background: linear-gradient(120deg, #28b8ed, #7e4da8, #ce409a, #e24361, #fbb617);
    justify-content: center;
    width: 40px;
    border-radius: 8%;
}
.menu-ciomn p{
        height: 100%;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}
.main-container {
    padding: 10px 30px;
}
.nav_menu-2{
    display: block;
}
.nav_menu-2 li a { 
    color: #101b2f;
}
.nav_menu-2 li a{
    padding: 0;
}
.nav_menu-2 li{
    margin-bottom: 15px;
}
.services-dropdown .services-submenu{
    padding: 10px;
}
.wpo-about-section .wpo-section-title p, .section-head p { 
    padding-right: 0px; 
    line-height: normal;
    font-size: 18px;
    margin-top: 0px;
}
.toc-row {
    display: block; 
}
.rn {
    margin-bottom: 10px !important;
}
.wpo-section-title p {
    font-size: 18px; 
}
.wpo-contact-area .contact-form-area .input-content {
    margin-bottom: 20px;
}
.slide-title-sub p::before{
    display: none !important;
}
    .slider-pic  img {
        max-width: 75%;
    }
        .hero-slider h1 {
        font-size: 80px;
    }
    .hero ,.hero-slider .slide{
    height: 650px; 
}
.slider-pic { 
    top: 50%; 
}
}
@media screen and (max-width: 767px){
.main-container {
    padding: 10px 15px;
}
.slider-pic {
    display: none;
}
.hero, .hero-slider .slide {
        height: 400px; 
    }
    .hero-slider .slide-caption .slide-title-sub p {
        font-size: 13px;
        letter-spacing: 4px;
    }
    .hero-slider h1 {
        font-size: 45px;
    }
    .slick-dots { 
    bottom: 4%; 
}
.wpo-features-section .features-wrap .features-single { 
        margin-bottom: 0;
    }
    .wpo-section-title h2, .section-head h2 {
        font-size: 34px;
        line-height: normal;
    }
    .wpo-features-section .booking-form { 
    padding: 25px; 
}
    .why-list {
    display: block; 
}
.wpo-contact-area .contact-title h2 { 
    font-size: 31px; 
}
.p70 {
    padding: 40px 0;
}
.wpo-contact-area .contact-info .content {
    border-right: none; 
}
    .wpo-cta-section .cta-top-box { 
        transform: unset;
        width: 100%;
        position: unset;
    }
    .wpo-cta-section .cta-top-box .cta-top-img .cta-top-content {
        position: unset;
    }
        .wpo-cta-section .cta-wrap .cte-content .wpo-section-title h2 {
        line-height: 35px;
        font-size: 32px;
    }
    .wpo-site-footer .wpo-lower-footer .social-widget { 
    justify-content: center;
    margin-bottom: 12px;
}
.wpo-site-footer .wpo-lower-footer .copyright { 
    justify-content: center; 
}
.wpo-site-footer .wpo-upper-footer {
    padding: 40px 0;
}
}

@media screen and (max-width:360px){
.nav-demo-cta{
    display: none;
}
	.mega-menu .nav-demo-cta {
    display: block !important;
		margin-top: 30px;
}
}