/*--------------------------------------------------------------
# Web design by : So-creative
--------------------------------------------------------------*/
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
}
ol,ul,li {
    margin: 0;
    padding: 0;
}
/*body a{
    font-family: 'Mont' !important;
}*/
body {
    font-family: 'Manrope';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden !important;
    background: #fff !important;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
     font-family: 'Manrope' !important;
     font-weight: 800 !important;
}
p {
    color: #353535;
    font-weight: 400 !important;
    font-family: 'Manrope';
    font-size: 16px;
}
/*--------------------------------------------------------------
# Navbar css
--------------------------------------------------------------*/
.navbar .container {
    max-width: 1738px !important;
    margin: 0px auto !important;
    padding: 10px 25px;
}
.req-demo-btn {
    background: #009fae;
    border-radius: 40px !important;
    border: 1px solid #009fae !important;
}
.req-demo-btn:hover {
    background: none!important;
    color: #009fae !important;
    border: 1px solid #009fae;
}
.navbar-nav a {
    padding: 10px 20px !important;
    color: #fff !important;
    font-size: 16px !important;
}
.menu_logo img {
    width: 80%;
}
#nav-bar {
    position: absolute;
    width: 100%;
    background: transparent !important;
    box-shadow: none;
    transition: 0.5s;
    z-index: 11;
}
/*--------------------------------------------------------------
# Banner css
--------------------------------------------------------------*/
.main_banner .container {
    max-width: 1738px !important;
    margin: 0px auto !important;
    padding: 70px 25px 0px 25px !important;
}
.main_banner p{
    color: #fff;
}
.banner_sec_text {
    padding: 15px 0 10px 0px;
}
.main_banner {
    height: 600px !important;
}
.banner_text {
    margin-bottom: 25px !important;
}
.banner_btn a:hover, .banner_btn button:hover{
    background: none!important;
    color: #009fae !important;
    border: 1px solid #009fae !important;
}
.banner_btn a, .banner_btn button {
    background-image: none !important;
    font-weight: 600 !important;
}
/*--------------------------------------------------------------
# Event planning section css
--------------------------------------------------------------*/
.event_planning_section  .container {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 70px 25px 70px 25px !important;
}
.event_planning_section h2 {
    padding: 0 0 15px 0;
}
.get_setup_Section .container {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 70px 25px 90px 25px !important;
}
.set_Setup_list {
    padding: 0 0px  0 15px;
    list-style: none;
}
.set_text {
    margin-bottom: 10px !important;
}
.get_setup_Section h3 {
    padding: 20px 15px 10px 15px;
}
.get_setup_Section h5 {
    padding: 0px 15px 18px 15px;
}
.get_setup_Section p{
     padding: 0px 15px 0px 15px;
}
.set_Setup_list li {
    font-size: 14px;
    color: #353535;
    position: relative;
    padding: 8px 0px 0 24px;
}
.set_Setup_list li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    color: #2e2e2e;
    margin-right: 10px;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 10px;
}
.get_setup_Section .container .vc_column-inner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0;
    border-radius: 8px !important;
}
.get_setup_Section .vc_separator {
    margin-bottom: 15px;
}
.get_setup_Section img {
    border-radius: 8px 8px 0px 0px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.get_setup_Section .vc_col-sm-3:hover img {
    transform: scale(1.1);
    border-radius: 8px 8px 0px 0px !important;
}
.get_setup_Section .vc_col-sm-3:hover .vc_single_image-wrapper{
    border-radius: 8px 8px 0px 0px;
}
.get_setup_Section img:hover{
    border-radius: 8px 8px 0px 0px;
}
.get_setup_Section .wpb_single_image .vc_single_image-wrapper{
    overflow: hidden;
}
.our_selling_section .container {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 0px 25px 0px 25px !important;
}
.our_selling_section  h5 {
    padding: 10px 0px 0 15px;
}
.our_selling_section .vc_col-sm-3 .vc_column-inner {
    padding: 30px 0px 40px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px !important;
    height: 230px;
    transition: all 0.5s ease-in-out;
}
.our_selling_section .vc_col-sm-3 .vc_column-inner:hover {
    background: none !important;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.our_selling_section h2 {
    padding-top: 20px;
    padding-bottom: 50px;
}
.our_selling_section {
    padding-bottom: 70px;
}
.our_system_section {
    margin-top: 50px;
}
.our_system_section .container {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 0 25px 0 25px;
}
.our_system_section .container .vc_col-sm-4 .vc_column-inner {
    height: 200px;
    position: relative;
    border-radius: 6px;
    transition: .5s ease-in-out;
}
.our_system_section .container .vc_col-sm-4 .vc_column-inner:hover {
    background-size: 150%;
    -webkit-filter: contrast(0.8) saturate(1.2);
    filter: contrast(0.8) saturate(1.2);
}
.our_system_section .container .vc_col-sm-4 .vc_column-inner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.6s ease-in-out;
}
.our_system_section .container .vc_col-sm-4 .vc_column-inner:hover h5{
    font-size: 30px !important;
}
.our_system_section h2 {
    padding-bottom: 50px;
}
.setup_section {
    margin: 100px 0 50px 0px !important;
    text-align: center;
    padding: 20px 0 50px 0px;
}
.setup_section .container{
    margin: 0px auto !important;
}
.cont_btn a, .cont_btn button {
    background-image: none !important;
    margin-right: 15px !important;
    padding: 12px 36px !important;
    font-weight: 600 !important;
}
.cont_btn a:hover .cont_btn button:hover{
    background: none !important;
    border:1px solid #fff !important;
    color: #fff !important;
}
.req_btn a, .req_btn button{
    background-image: none !important;
    background: none !important;
    border:1px solid #fff !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
}
.req_btn a:hover, .req_btn button:hover{
    background: #fff !important;
    color: #008998 !important;
}
.setup_section h2 {
    padding-bottom: 30px;
}
.trust_by_section .container {
    max-width: 1400px !important;
    margin: 0px auto !important;
    padding: 0 25px 0 25px;
} 
.single-logo-container {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 32px;
}
.trust_by_section h2 {
    padding-bottom: 40px;
}
.latest_article_section {
    margin-top: 40px;
    margin-bottom: 60px;
    display: none;
}
.latest_article_section .container {
    max-width: 1400px !important;
    margin: 0px auto 0 !important;
    padding: 0 25px 0 25px;
} 
.latest_article_section h2 {
    padding-bottom: 60px;
}
.blog-post_image_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.blog-post_desc h3 {
    font-size: 20px;
    color: #000;
    padding: 15px 15px 8px 15px;
}
.blog-date-box span {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    padding-top: 5px;
}
.blog-post-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    background: #fff;
}
.blog-post_desc p {
    border-bottom: 1px solid #80808070;
    margin: 5px 15px 12px 15px !important;
    padding: 0 0 7px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-date-box {
    padding: 0px 0px 19px 15px;
}
.read_article {
    color: #009fae !important;
    font-size: 16px !important;
    text-decoration: underline;
    font-weight: 800;
}
.date_blog {
    float: right;
    padding: 0 15px 0px 0px;
}
/*--------------------------------------------------------------
# Footer css
--------------------------------------------------------------*/
.footer_sec {
    background: #2d2d2d;
    padding: 45px 0px 0px 0px;
}
.footer_sec .container-fluid {
    max-width: 1400px !important;
    margin: 0px auto;
    padding: 0px 50px;
}
.footer_sec .footer_menus {
    text-align: right;
    list-style: none;
    padding-top: 20px;
}
.footer_menus li {
    display: inline-flex;
    padding-left: 60px;
}
.footer_menus li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
    transition: 0.5s;
}
.footer_menus li a:hover {
    text-decoration: underline;
    color:#009fae;
}
.logo_ft_sec {
    border-bottom: 1px solid #9f9f9f;
    margin: 0px !important;
    padding-bottom: 40px;
}
.news_letter_sec {
    border-bottom: 1px solid #9f9f9f;
    margin: 0px !important;
    padding: 30px 0px 35px;
}
.news_letter_sec p {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 600;
}
.news_letter_sec .widget_para p {
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 300 !important;
    line-height: 25px !important;
}
.news_letter_sec input {
    width: 300px !important;
    background: transparent;
    margin: 0px !important;
    border: 1px solid #009fae;
    border-radius: 0px;
    height: 60px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}
.news_letter_sec input::placeholder{
    color: #fff;
}
.news_letter_sec input:focus{
    background: transparent !important;
    box-shadow: none !important;
}
.news_letter_sec .btn.btn-primary {
    margin: 0px !important;
    padding: 0px 20px;
    height: 60px;
    border-radius: 0px;
    background: #009fae !important;
    transition: 0.5s;
    border: 1px solid #009fae;
}
.news_letter_sec .btn.btn-primary i{
    color: #fff;
    font-size: 30px;
}
.copyright_sec {
    padding: 20px 0px;
}
.copyright_sec p {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    padding-top: 6px;
}
.news_letter_sec .widget_para p a {
    color: #fff;
    padding-left: 15px;
    display: inline-block;
    margin-top: 5px;
    transition: 0.5s;
}
.news_letter_sec .widget_para p a:hover{
   text-decoration: underline;
}
.news_letter_sec .widget_para p img {
    margin-top: -5px;
}
.icon_box-1:before {
    content: url(../images/icon-arrow-1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -65px;
    right: -62px;
}
.icon_box-2:before {
    content: url(../images/icon-arrow-2.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 95px;
    right: -61px;
}
.icon_box_3:before {
    content: url(../images/icon-arrow-1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -65px;
    right: -62px;
}
.social_menu {
    text-align: right;
    list-style: none;
}
.social_menu li {
    display: inline;
    padding-left: 20px;
}
.social_menu li a {
    color: #fff;
    font-size: 25px;
    transition: 0.5s;
}
.social_menu li a:hover{
    color: #009fae;
}
.try_event_sec {
    background: #fff;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 50px;
}
.try_event_sec .container-fluid {
    max-width: 1400px !important;
    padding: 50px 50px;
    background: #009fae;
    border-radius: 15px;
    margin-bottom: -58px;
    z-index: 0;
    position: relative;
}
.try_event_sec h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px !important;
}
.btn_try_it_now {
    background: #fff;
    color: #009fae;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    float: right;
    padding: 15px 50px;
}
.btn_try_it_now:hover{
    background: #2d2d2d;
    color: #fff !important;
}
.news_letter_sec input#email {
    border: 1px solid #009fae;
}
.logo_ft_sec img {
    width: 20%;
}
.blog-post_desc a:hover {
    text-decoration: none;
}
.our_selling_mobile_sli{
    display: none !important;
}
.page-id-109 .perfect-content-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 10px !important;
}
.modal-content {
    width: 45% !important;
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px !important;
}
.modal-content input {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 12px !important;
    outline: none !important;
}
.modal-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #009fae !important;
    border-radius: 40px !important;
    border: 1px solid #009fae !important;
    padding: 12px 20px !important;
    margin: 0px auto !important;
    display: block !important;
    font-size: 18px !important;
    width: 20% !important;
    color: #fff !important;
}
.modal-content label {
    width: 100%;
}
.modal-content input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: none !important;
    border:1px solid #009fae !important;
    color: #009fae !important;
}
.modal-content .close:hover {
    background: #fff !important;
    color: #009fae;
    border: 1px solid #009fae !important;
}
.modal-content textarea {
    height: 80px;
    padding: 5px 13px;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.modal-content h2{
    font-size: 30px;
    color: #000;
}
.modal-content label br{
    display: none !important;
}
.modal-content .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}
.modal-content .modal-body {
    padding-bottom: 0px;
}
.modal-content .close {
    border-radius: 0px 0px 0px 30px;
    position: relative;
    left: 15px;
    top: -19px;
    background: #009fae !important;
    opacity: 1;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    padding: 0 0px;
}
.modal-content .close span {
    position: relative;
    top: -3px;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}    
.navbar .container {
    padding: 0px;
}
.main_banner {
    height: auto !important;
    text-align: center;
    padding-bottom: 30px;
}
#nav-bar {
    display: none;
}
.main_banner .container {
    padding: 0px !important;
    display: flex;
    flex-direction: column-reverse;
}
.main_banner h1{
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px !important;
}
.banner_sec_text {
    line-height: 30px !important;
    text-align: center !important;
}
.main_banner p {
    text-align: center !important;
}
.main_banner .container .vc_column-inner {
    padding: 0px;
}
.mob-standard-logo {
    height: 40px!important;
}
.mob-menu-header-holder {
    height: 60px !important;
    padding: 10px 0px;
}
.mobmenur-container {
    padding-top: 7px;
}
.mobmenu-right-panel {
    background-color: #009fae !important;
    width: 100% !important;
}
.mobmenu-right-panel .mob-cancel-button {
    color: #fff !important;
}
.main_banner img{
    padding-top: 30px !important;
}
.event_planning_section  .container {
    padding: 0px !important;
}
.event_planning_section h2 {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px !important;
}
.event_planning_section p{
    text-align: center;
}
.get_setup_Section h2 {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px !important;
    padding-bottom: 15px;
}
.get_setup_Section .container {
    padding: 0px !important;
}
.get_setup_Section h3 {
    text-align: center !important;
}
.get_setup_Section p {
    text-align: center !important;
}
.get_setup_Section h5 {
    text-align: center !important;
}
.our_selling_section h2 {
    padding-top: 0px;
    padding-bottom: 35px;
    font-size: 30px !important;
}
.our_selling_section .container {
    padding: 0px !important;
}
.our_selling_section .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.our_selling_section  h5 {
    text-align: center !important;
}
.our_system_section h2 {
    padding-bottom: 30px;
    font-size: 30px !important;
    line-height: 35px !important;
}
.our_system_section {
    margin-top: 10px;
}
.our_system_section .container {
    padding: 0px !important;
}
.setup_section {
    margin: 40px 0 5px 0px !important;
    text-align: center;
    padding: 20px 0 30px 0px;
}
.setup_section h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.cont_btn a {
    padding: 12px 20px !important;
}
.req_btn a {
    font-weight: 600 !important;
    padding: 12px 18px !important;
}
.trust_by_section h2 {
    padding-bottom: 25px;
    font-size: 30px !important;
}
.trust_by_section .container {
    padding: 0px !important;
}
.latest_article_section h2 {
    padding-bottom: 30px;
    font-size: 30px !important;
}
.latest_article_section {
    margin-top: 0px;
}
.latest_article_section .container {
    padding: 0px !important;
}
.latest_article_section .single_post {
    padding: 0px;
    margin: 0 0 15px 0;
}
.blog-post_desc h3 {
    text-align: center !important;
}
.blog-post_desc p{
    text-align: center !important;
}
.logo_ft_sec img {
    width: 80%;
}
.footer_sec .container-fluid {
    padding: 0 15px;
}
.news_letter_sec p {
    text-align: center;
    padding-bottom: 0px;
}
.news_letter_sec input {
    width: 240px !important;
}
.footer_sec .form-group {
    display: flex;
    margin-left: 20px;
}
.row.news_letter_sec .col-md-6 {
    padding: 0 !important;
}
.menu-main-menu-container ul li a {
    text-align: center;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 7px 0px;
}
.menu-main-menu-container ul li {
    border-bottom: 1px solid #fff;
    position: relative;
}
.con {
    padding-top: 15px;
}
.news_letter{
    padding-bottom: 15px !important;
}
.rt-wpls .slick-slide img {
    margin: 0px auto !important;
}
.our_selling_mobile_sli{
    display: block !important;
}
.our_selling_desktop{
    display: none !important;
}
.our_selling_mobile_sli h3 {
    font-size: 20px !important;
    padding: 0 15px;
}
.our_selling_mobile_sli .single-logo-container {
    height: 275px !important;
}
.our_selling_mobile_sli img {
    height: auto !important;
    padding-top: 70px;
}
.our_selling_section {
    padding-bottom: 0px;
}
.modal-content {
    width: 100% !important;
    max-width: 95%;
}
.modal-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 40% !important;
}
.modal-content .close {
    left: 5px;
}
}

@media (min-width: 767px) and (max-width: 1024px) {
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}    
.navbar .container {
    padding: 0px;
}
.main_banner {
    height: auto !important;
    text-align: center;
    padding-bottom: 30px;
}
#nav-bar {
    display: none;
}
.main_banner .container {
    padding: 0px !important;
    display: flex;
    flex-direction: column-reverse;
}
.main_banner h1{
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px !important;
}
.banner_sec_text {
    line-height: 30px !important;
    text-align: center !important;
}
.main_banner p {
    text-align: center !important;
    width: 70%;
    margin: 0px auto;
}
.main_banner .container .vc_column-inner {
    padding: 0px;
}
.mob-standard-logo {
    height: 40px!important;
}
.mob-menu-header-holder {
    height: 60px !important;
    padding: 10px 0px;
}
.mobmenur-container {
    padding-top: 7px;
}
.mobmenu-right-panel {
    background-color: #009fae !important;
    width: 100% !important;
}
.mobmenu-right-panel .mob-cancel-button {
    color: #fff !important;
}
.modal-content {
    width: 80% !important;
    max-width: 70%;
}
.main_banner .container .vc_col-sm-6,
.event_planning_section .container .vc_col-sm-6{
    width: 100%;
}
.event_planning_section h2 {
    text-align: center !important;
    font-size: 30px !important;
}
.event_planning_section p{
    text-align: center !important;
}
.event_planning_section  .container {
    padding: 70px 25px 40px 25px !important;
}
.get_setup_Section h2{
    font-size: 30px !important;
}
.get_setup_Section .container .vc_col-sm-3{
    width: 50% !important;
}
.our_selling_section h2 {
    font-size: 30px !important;
}
.our_selling_section .container .vc_col-sm-3{
    width: 50% !important;
}
.our_system_section h2 {
    padding-bottom: 50px;
    font-size: 30px !important;
}
.setup_section h2 {
    font-size: 30px !important;
} 
.trust_by_section h2 {
    font-size: 30px !important;
}
.news_letter_sec input {
    width: 184px !important;
}
.news_letter_sec .widget_para p a {
    padding-left: 0px;
}
}
@media (min-width: 1920px) and (max-width: 2500px) {
.main_banner {
    height: 700px !important;
}
.main_banner h1{
    font-size: 45px !important;
}
.main_banner p {
   width: 75%;
}
}
