/*  Website Name: Club Planner
 *  Author: Club Planner
 *  Description: Main CSS File
 *  Version: CSS3
 */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@800&display=swap');
html {
    scroll-behavior: smooth
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.title_head {
    font-size: 40px;
    font-family: Montserrat, sans-serif;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.title_head span {
    position: relative;
    display: inline-block
}

.title_head span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #5768FF;
    bottom: 10px;
    margin-left: 12px;right: auto;
}

.demobtn {
    padding: 8px 20px;
    background-color: #5768FF;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all ease .3s
}

.demobtn:hover {
    background-color: rgba(0, 62, 128, 1);
    color: #fff
}

img {
    max-width: 100%
}

header .fixed-top {
    background-color: rgb(15, 44, 54, .2);
    transition: all ease .3s
}

body header .dark_head {
    background-color: #5768ff;

}

.navbar-toggler .icon-bar {
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transform-origin: 4px 1px;
}

.navbar-toggler {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.navbar-toggler .icon-bar.middle-bar {
    margin: 5px 0;
}

.navbar-toggler.collapsed .top-bar {
    transform: none;
}

.navbar-toggler.collapsed .middle-bar {
    display: block;
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: none;
    transform-origin: 0% 100%;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
    transform: rotate(45deg) translate(0, -1px);
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
    transform: rotate(-45deg) translate(0, -1px);
}

.navbar .nav-item .demobtn,
.navbar .nav-item .nav-link {
    color: #fff;
    padding: 0.75rem 1rem;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

.navbar .nav-item .linehover:hover {
    color: #5768FF
}

.navbar .nav-item .linehover::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #5768FF;
    left: 0;
    bottom: 2px;
    transition: all ease 0.5s;
}

.navbar .nav-item:hover .linehover::before {
    width: 100%!important
}

.navbar .nav-item .demobtn {
    padding: 8px 20px;
    border: 2px solid #f5f7ff !important;
    border-radius: 50px;
    text-decoration: none;
	background-color: transparent;
}

.navbar .nav-item .demobtn:hover {
    background-color: rgba(0, 62, 128, 1);
    color: #fff
}

.hero_video {
    position: relative
}

.hero_video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.hero_video .mobile_banner {
    display: none;
    height: calc(100vh - 56px);
    overflow: hidden;
}

.hero_video .mobile_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero_wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0 1rem 4rem 1rem;
}

.hero_link {
    text-decoration: none;
    color: #5768FF;
    border: 2px solid #5768FF;
    border-radius: 25px;
    padding: 10px 25px;
    text-align: center;
    font-weight: 700;
    transition: all ease .3s;
    position: relative;
}

.hero_wrap .hero_link {
    z-index: 1;
}

.hero_link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5768FF
}

.hero_text {
    position: relative;
    z-index: 1;
}

.hero_title {
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 5rem;
    max-width: 800px;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight:800;
}

.hero_title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff
}

.rotate-2 {
    font-size: 3rem;
    margin: 1rem auto;
    position: relative;
    padding-bottom: 1rem
}

.rotate-2 span {
    display: inline-block;
}

.rotate-2::after {
    background-color: #5768FF;
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    max-width: 280px
}

.hero_text p {
    font-size: 1.25rem;
    margin-top: 30px
}

.slidingHorizontal {
    display: inline;
    text-indent: 8px
}

.slidingHorizontal span {
    animation: leftToRight 12.5s linear infinite 0s;
    -ms-animation: leftToRight 12.5s linear infinite 0s;
    -webkit-animation: leftToRight 12.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute
}

.slidingHorizontal span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}

.slidingHorizontal span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s
}

.slidingHorizontal span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s
}

@-moz-keyframes leftToRight {
    0% {
        opacity: 0
    }
    5% {
        opacity: 0;
        -moz-transform: translateX(-50px)
    }
    10% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    25% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    30% {
        opacity: 0;
        -moz-transform: translateX(50px)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes leftToRight {
    0% {
        opacity: 0
    }
    5% {
        opacity: 0;
        -webkit-transform: translateX(-50px)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    30% {
        opacity: 0;
        -webkit-transform: translateX(50px)
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes leftToRight {
    0% {
        opacity: 0
    }
    5% {
        opacity: 0;
        -ms-transform: translateX(-50px)
    }
    10% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
    25% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
    30% {
        opacity: 0;
        -ms-transform: translateX(50px)
    }
    100% {
        opacity: 0
    }
}

.desktop_online {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f5f7ff;
    position: relative;
    background-image: url(../images/clip_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 140px
}

.right_side {
    position: relative;
    z-index: 5
}

.price_item {
    max-width: 350px;
    margin: 0 auto
}

.desktop_online .title_head {
    max-width: 210px
}

.desktop_online .left_side .on_head p {
    width: 100%;
    max-width: 417px;
    font-size: 20px;
    color: #000;
    position: relative;
    padding-left: 10px;
    margin-bottom: 40px;
    font-weight: 500
}

.desktop_online .left_side .on_head p::before {
    position: absolute;
    content: '';
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5768FF
}

.desktop_online .left_side .dp_list {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between
}

.desktop_online .left_side .dp_list ul li {
    padding-bottom: 20px;
    display: flex;
    align-items: center
}

.desktop_online .left_side .dp_list ul li .bg_icons {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding-left: 0;
    justify-content: center
}

.desktop_online .left_side .dp_list ul li .bg_icons i,
.desktop_online .left_side .dp_list ul li>span>a:hover {
    color: #5768FF;
}

.desktop_online .left_side .dp_list ul li img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0
}

.desktop_online .left_side .dp_list ul li>span {
    padding-left: 12px;
    font-weight: 500
}

.desktop_online .left_side .dp_list ul li>span>a {
    text-decoration: none;
    color: #212529;
}

.mobile_online .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.left_side {
    width: 100%;
    max-width: 430px;
    margin: 0 auto
}

.mobile_online .mobile_right {
    width: 100%;
    max-width: 530px;
    margin: 0 auto
}

.mobile_online iframe {
    width: 100%;
    height: 600px;
}

.mobile_para {
    width: 100%
}

.mobile_para p {
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    color: #2b3d44;
    max-width: 530px
}

.right_read span {
    padding-left: 12px
}

.right_read {
    margin-bottom: 20px
}

.d_btn,
.rm_btn {
    color: #5768FF;
    text-decoration: none;
    font-weight: 600;
    position: relative
}

.rm_btn::after {
    content: url(../images/right_open_arrow.svg);
    position: absolute;
    right: -13px
}

.d_btn:focus,
.d_btn:hover,
.rm_btn:focus,
.rm_btn:hover {
    text-decoration: none;
    color: #000000
}

.rm_btn:focus::after,
.rm_btn:hover::after {
    color: #000000;
    content: url(../images/right_black_arrow.svg)
}

.d_para span {
    font-weight: 700;
    color: #000000;
    padding: 0 8px
}

.webshop {
    padding-top: 50px;
    background: #f5f7ff;
    position: relative;
    background-image: url(../images/clip_bg_top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 140px
}

.my_app_dwnd {
    margin-top: 30px
}

.my_app_dwnd a:nth-child(1) {
    margin-right: 10px
}

.my_app_dwnd a img {
    transition: all ease .3s
}

.my_app_dwnd a:hover img {
    transform: scale(1.05)
}

.webshop .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.webshop .on_head {
    margin-bottom: 20px
}

.on_head p,
.terms_content p {
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    color: #2b3d44;
    max-width: 530px;
    margin-bottom: 20px;
    font-weight: 500
}

.webshop .webshop_pic {
    padding-top: 50px
}

.flow_reg::-webkit-scrollbar {
    height: 6px;
}

.flow_reg::-webkit-scrollbar-thumb {
    background: #14303a;
    border-radius: 5px;
}

.flow_reg::-webkit-scrollbar-track {
    background: #d3d3d369;
    border-radius: 5px;
}

.flow_reg {
    overflow: auto;
    width: 100%;
}

.flow_reg .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.flow_reg .reg_in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    min-width: 1100px;
    padding: 0 12px;
}

.flow_box {
    text-align: center
}

.flow_box span {
    width: 60px;
    height: 60px;
    background: #ecfaff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px
}

.flow_box p {
    color: #5da1ba;
    font-size: 14px;
    font-weight: 500
}

.flow_mark img {
    margin-top: 16px;
    width: 32px
}

.brands {
    background: #5768FF;
    padding-bottom: 30px;
    padding-top: 30px
}

.brand_lg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.brand_lg .brand_icon {
     text-align:center;	 
} 
.brands .brand_icon img {
max-width: 180px;
}

.automation .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.automation .title_head {
    position: relative;
    max-width: 322px;
    margin-bottom: 40px
}

.automation .auto {
    height: auto;
    position: relative;
}

.automation .auto iframe {
    width: calc(100% - 40px);
    height: 410px;
    margin: 0 auto;
    display: block;
    border: 20px solid #000000;
    border-bottom-width: 30px;
    border-radius: 12px 12px 6px 6px;
}

.automation .auto::before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    border-radius: 0px 0px 12px 12px;
    background: linear-gradient( 45deg, #a9aaae, #f3f3f4, #a9aaae);
    bottom: -20px;
}

.automation .auto::after {
    content: '';
    width: 120px;
    height: 10px;
    position: absolute;
    border-radius: 0px 0px 12px 12px;
    background: linear-gradient( 45deg, #a9aaae, #f3f3f4, #a9aaae);
    bottom: -10px;
    left: 50%;
    margin-left: -60px;
}

.price {
    background: #b4ebff
}

.price .container {
    padding-bottom: 80px;
    padding-top: 80px
}

.price .left_price .on_head {
    width: 100%;
    max-width: 174px
}

.price .left_price .title_head {
    position: relative
}

.left_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px
}

.price_item_title {
    background-color: white;
    padding: 20px 0;
}

.price .owl-carousel .price_item_box {
    text-align: center;
    transition: all .3s ease-in-out
}

.price .owl-carousel .price_item_box .package_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.price .owl-carousel .price_item_box .package_1 img {
    width: auto;
    height: 200px
}

.price .owl-carousel .price_item_box:hover {
    transform: scale(1.01);
    cursor: pointer
}

.price .owl-carousel .price_item_box:hover .cost,
.price .owl-carousel .price_item_box:hover .startbtn {
    background: #5768FF;
    text-decoration: none;
    color: #fff
}

.price .owl-carousel .price_item_box:hover .price_item_title {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.price .owl-carousel .price_item_box:hover .cost p,
.price .owl-carousel .price_item_box:hover .cost p span {
    color: #fff
}

.cost {
    padding: 8px 0;
    border-top: .5px solid #5768FF;
    border-bottom: .5px solid #5768FF;
    margin-bottom: 20px;
    transition: all .3s ease-in-out
}

.cost p {
    margin-bottom: 0;
    font-size: 12px;
    color: #5768FF;
}

.cost p>span {
    font-weight: 600;
    font-size: 18px;
    color: #5768FF
}

.price .owl-carousel .price_item_title p {
    color: #458096;
    font-size: 14px
}

.startbtn {
    text-decoration: none;
    color: #5768FF;
    padding: 8px 20px;
    border: 1px solid;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px auto;
    display: inline-block;
    transition: all .3s ease-in-out
}

.startbtn:focus,
.startbtn:hover {
    text-decoration: none;
    background-color: #5768FF;
    color: #fff
}

.website_intro {
    background: #fcfcfc
}

.website_intro .container {
    padding-bottom: 100px;
    padding-top: 100px
}

.website_intro .title_head {
    position: relative;
    max-width: 268px;
    margin-bottom: 30px
}

.web_side {
    width: 100%;
    border-right: 1px solid #22222217
}

.clients_name .box_1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px
}

.clients_name .box_1 .pic_brand {
    filter: grayscale(1);
    transition: 0.3s all ease-in-out;
}

.clients_name .box_1 .pic_brand:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.testinomials {
    background: #f5f7ff
}

.testinomials .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.testinomials .on_head {
    width: 100%;
    max-width: 336px
}

.testinomials .title_head {
    position: relative;
    margin-bottom: 30px
}

.test_item {
    transition: all ease-in-out .3s
}

.test_item:hover .cmmt_box {
    transition: all ease-in-out .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
    color: #5768FF
}

.test_item svg {
    fill: #dedede;
    transition: all ease-in-out .3s
}

.test_item:hover svg {
    fill: #5768FF
}

.testinomials .owl-carousel .cmmt_box {
    transition: all ease-in-out .3s;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px 40px;
    border-radius: 8px
}

.testinomials .owl-carousel .cmmt_box::before {
    width: 0;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
	
}

.test_by b {
    display: block
}

.talk {
    margin: 25px auto;
    min-height: 230px;
}

.talk_by_img {
    margin: 30px auto;
    text-align: center;
    visibility: hidden;
}

.talk_by_img img {
    width: 100px;
    height: 100px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #5768FF;
}

.testinomials .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

.testinomials .owl-nav button:nth-child(1) {
    margin-right: 100px;
}

.testinomials .owl-nav button:nth-child(2) {
    margin-left: 100px;
}

.testinomials .owl-carousel .owl-item.center .talk_by_img {
    visibility: visible;
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav button[type="button"]:not(:disabled) {
    display: block !important;
}

.news_letter {
    background: #000
}

.news_letter .container {
    padding-top: 50px;
    padding-bottom: 50px
}

.input_field {
    padding-top: 14px
}

.input_field .form-group {
    display: inline-block;
    width: 100%;
    max-width: 500px
}

.input_field .form-group .form-control {
    border-radius: 25px;
    padding: 0 30px
}

.input_field .form-group .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #a09b9b
}

.input_field .demobtn {
    margin-left: 20px;
    text-transform: uppercase
}

.news_letter .news_h h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.news_letter .news_h p {
    color: #fff
}

footer {
    background: #000
}

footer .container {
    padding-top: 70px;
    padding-bottom: 50px
}

footer .foot_logo {
    margin-bottom: 40px
}

footer .foot_arrow {
    margin-top: 30px
}

footer .quicklinks h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

footer .quicklinks ul li {
    padding-bottom: 18px;
    color: #5768FF
}

footer .quicklinks ul li i {
    font-size: 20px
}

footer .quicklinks ul li span {
    padding-left: 12px
}

footer .quicklinks ul li a,
footer .quicklinks ul li span {
    color: #fff;
    font-size: 16px
}

footer .quicklinks ul li a:hover {
    color: #5768FF;
    text-decoration: none
}

footer .quicklinks .social_links_foot li a {
    color: #5768FF;
    border-color: #ffffff;
}

footer .quicklinks .social_links_foot li a:hover {
    background-color: #5768FF;
    border-color: #5768FF;
}

footer .quicklinks .social {
    margin-top: 30px
}

footer .quicklinks .social span {
    padding: 0 2px
}

.social_links_foot li {
    display: inline-block;
    margin: 5px
}

.social_links_foot li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease .3s;
    border: 1px solid #266c86
}

.social_links_foot li a:hover {
    background-color: #266c86
}


/* Features Page */

.features {
    /* margin-top: 80px; */
    padding-top: 80px;
    padding-bottom: 80px;
}

.features .features_center,
.ot_features .features_center {
    text-align: center;
}

.features .on_head p,
.ot_features .on_head p,
.contact_form .on_head p,
.faq_sec .on_head p {
    max-width: unset;
}

.features .features_tabs,
.ot_features .ot_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.features .features_tabs .nav-tabs .nav-item,
.ot_features .ot_tabs .nav-tabs .nav-item {
    border-bottom: 1px solid #DCDCDC;
}

.features .features_tabs .nav-tabs .nav-item .nav-link,
.ot_features .ot_tabs .nav-tabs .nav-item .nav-link {
    border-style: none;
    text-decoration: none;
    color: #3D4548;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: transparent;
}

.features .features_tabs .nav-tabs .nav-item .active,
.ot_features .ot_tabs .nav-tabs .nav-item .active {
    border-bottom: 4px solid #5768FF;
    color: #5768FF;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.features .tab_cp,
.ot_features .tab_cp {
    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.features .right_start .grey_box,
.ot_features .left_start .grey_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.features .right_start .grey_box .bg_icons,
.ot_features .left_start .grey_box .bg_icons {
    width: 40px;
    height: 40px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding-left: 0;
    justify-content: center;
    color: #5768FF;
    font-size: 18px;
}

.ot_features .left_start .grey_box .bg_icons {
    background-color: #FBFEFF;
}

.features .right_start .grey_box .title_head,
.ot_features .left_start .grey_box .title_head {
    margin-bottom: 0;
    padding-left: 20px;
}

.features .grey_box .title_head span::after,
.ot_features .grey_box .title_head span::after {
    content: '';
    position: absolute;
    /* right: -25px; */
    width: 15px;
    height: 15px;
    background-color: #5768FF;
    bottom: 10px
}

.features .right_start {
    /* padding-top: 140px; */
    height: 100%;
    display: flex;
    align-items: center;
}

.ot_features .left_start {
    padding-top: 50px;
}

.features .right_start .white_box,
.ot_features .left_start .white_box {
    padding: 0 0px 0px 80px;
    width: 100%;
    max-width: 500px;
    border-left: 1px solid #5768FF;
    margin-left: 20px;
}

.features .right_start .white_box p,
.ot_features .left_start .white_box p {
    color: #2B3D44;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.ot_features {
    background-color: #f5f7ff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fixed-top .navbar .navbar-nav .dropdown .dropdown-menu span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-right: 15px;
}

.fixed-top .navbar .navbar-nav .dropdown .dropdown-menu span img {
    object-fit: cover;
    object-position: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fixed-top .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
}

.outer {
    margin: 0 auto;
    padding: 0 15px;
}

#big .item,
#ot_banner .item {
    margin: 2px;
    color: black;
    border-radius: 3px;
    text-align: left;
}

.feature_slider {
    margin: 0 auto;
}

.features .customers_title {
    margin-top: 80px;
    text-align: center;
}

#thumbs,
#community {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DCDCDC;
}

#thumbs .item {
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #3D4548;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 11px;
    border-bottom: 1px solid transparent;
}

#community .item {
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #3D4548;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 11px;
    border-bottom: 1px solid transparent;
}

#thumbs .owl-stage,
#community .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}

#thumbs .item h1,
#community .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: transparent;
    color: #5768FF;
    border-bottom: 4px solid #5768FF;
}

#community .current .item {
    background: transparent;
    color: #5768FF;
    border-bottom: 4px solid #5768FF;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme,
#ot_banner.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev,
#ot_banner.owl-theme .owl-next,
#ot_banner.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev,
#ot_banner.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next,
#ot_banner.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev,
#community.owl-theme .owl-next,
#community.owl-theme .owl-prev {
    background: #333;
}


/*---- Contact Page -------*/

.contact_form .container {
    max-width: 1200px;
}

.contact_form .features_center,
.faq_sec .faq_content {
    text-align: center;
    margin-bottom: 100px;
}

.contact_form .contact_us {
    background: #f5f7ff;
    width: 100%;
    padding: 38px 12px;
}

.cont_fill {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5px;
}

.contact_form .contact_us .form_title {
    margin-bottom: 40px;
}

.contact_form .contact_us .form_title h5 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.contact_form .input_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form .input_wrapper .form-group {
    width: 100%;
    max-width: 337px;
}

.contact_form .input_wrapper .form-group label,
.contact_form .description_box .form-group label {
    font-size: 14px;
    color: #7E7777;
    font-weight: 500;
}

.contact_form .input_wrapper .form-group .form-control {
    border-radius: 50px;
    height: 50px;
    border-style: none;
    padding-left: 22px;
}

.contact_form .input_wrapper .form-group {
    margin-bottom: 36px;
}

.contact_form .input_wrapper .form-group .form-control::placeholder {
    color: #000000;
    font-size: 14px;
}

.contact_form .description_box .form-group .form-control {
    border-radius: 80px;
    border-style: none;
    height: 80px;
    resize: none;
    padding-left: 22px;
}

.contact_form .description_box .form-group {
    margin-bottom: 40px;
}

.verification {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_form .con_details {
    width: 100%;
    background: #5768FF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 12px;
    padding-right: 12px;
}

.contact_form .con_details .details {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    color: #ffffff;
}

.contact_form .con_details .details .contact_title h5 {
    font-size: 24px;
}

.contact_form .con_details .details .contact_title,
.contact_form .con_details .details .first_box {
    margin-bottom: 36px;
}

.contact_form .con_details .details .first_box h5 {
    font-size: 16px;
}

.contact_form .con_details .details .first_box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 12px;
}

.contact_form .map_clubplanner {
    padding-top: 30px;
}

.contact_form .demobtn {
    border: none;
}


/* #community {
    max-width: 1000px;
    margin: 0 auto;
} */

.contact-success {
    display: none;
    width: 100%;
}

.contact-error {
    font-size: 12px;
    color: red;
    display: none;
    position: absolute;
    margin-top: 4px;
}
.cont_fill .form-group {
    margin-bottom: 1.7rem;
}

/*----- Websites -------*/

.website .container {
    max-width: 1200px;
}

.website .features_center {
    text-align: center;
    margin-bottom: 80px;
}

.website .on_head p {
    max-width: unset;
}

.website .left_web {
    padding-bottom: 90px;
}

.magenta_box {
    width: 100%;
    max-width: 550px;
    padding: 10px 10px;
    background-color: #ffffff;
    margin: 0 auto;
    transition: all .3s ease-in-out
}

.magenta_box .web_pic {
    width: 100%;
}

.magenta_box:hover {
    transform: scale(1.01);
    cursor: pointer;
    -webkit-box-shadow: -1px -2px 9px -1px rgba(166, 148, 166, 1);
    -moz-box-shadow: -1px -2px 9px -1px rgba(166, 148, 166, 1);
    box-shadow: -1px -2px 9px -1px rgba(166, 148, 166, 1);
}

.magenta_box:hover .web_details .demobtn {
    background-color: #5768FF;
    color: #fff;
}

.magenta_box .web_pic img {
    object-fit: cover;
    object-position: center;
    height: 500px;
    width: 100%;
}

.magenta_box .web_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.magenta_box .web_details .demobtn {
    background-color: transparent;
    border: 1px solid #5768FF;
    color: #5768FF;
}

.magenta_box .web_details p {
    margin-top: 20px;
    color: #394D54;
    font-weight: 500;
}


/* Terms Page */

.terms_content {
    margin-top: 120px;
}

.terms_content h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #000000;
}

.terms_content p {
    max-width: 100%;
}


/* FAQ Page */

.faq_sec,
.contact_form,
.website {
    padding: 80px 0;
}

.faq_sec #accordion {
    width: 80%;
    margin: auto;
    margin-top: 72px;
}

.faq_sec #accordion .card:nth-child(1) .card-header {
    background: #f5f7ff;
}

.faq_sec #accordion .card-header {
    background: transparent;
    border-bottom: none;
    border-radius: 10px;
    padding: 0px;
}

.faq_sec .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.faq_sec .card-header .question {
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    display: block;
    padding: 16px 18px;
    text-align: left;
    color: #000000;
}

.faq_sec .card-header.active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.faq_sec #accordion .card-link:after,
.faq_sec #accordion .card-link.active:after {
    color: #5768FF;
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 0px;
}

.faq_sec #accordion .card-link:after {
    content: "\f067";
    font-weight: bold;
}

.faq_sec #accordion .card-link.active:after {
    content: "\f068";
}

.faq_sec #accordion .card-body {
    background: #f5f7ff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 50px;
    color: #777777;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.faq_sec #accordion .card {
    margin-top: 10px;
    background: white;
    border-radius: 10px;
}

.faq_sec .faq_content {
    margin-bottom: 0;
}

.team_viewer {
    width: 60%;
    border-radius: 6px;
    margin: 72px auto;
}

.team_viewer>div {
    padding: 58px 50px;
    display: flex;
    align-items: center;
}

.team_viewer h4,
.support_contact h4 {
    color: #000000;
}

.team_viewer h4 {
    margin-left: 34px;
}

.team_viewer .install_btn {
    margin-left: auto;
    border: none;
}

.team_viewer .install_btn:focus,
.contact_form .demobtn {
    outline: none;
}

.support_contact .sub_contact1 {
    width: auto;
    text-align: center;
    height: 40px;
    padding-top: 8px;
    background: #e5f8ff;
    border-radius: 8px;
    display: inline-block;
    margin-top: 22px;
    padding: 8px 16px;
}

.support_contact .sub_contact1 a {
    color: #9a9a9a;
    font-weight: 600;
    margin-left: 16px;
    font-size: 14px;
}

.support_contact .sub_contact1 span {
    color: #5768FF;
}

.support_contact .sub_contact1 .fa-phone {
    transform: rotate(90deg);
}

.support_contact .sub_contact2 {
    margin-left: 10px;
}

.quicklinks .fa-phone {
    transform: rotate( 90deg);
}

.cd-headline.rotate-2 .cd-words-wrapper {
    color: #5768FF;
}

#subscription_form {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

#subscription_form button {
    border: none;
}

#subscription_form button:focus {
    outline: none;
}

#subscription_form button>span,
#contact_form button>span {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    display: none;
}

#subscriber_error {
    position: absolute;
    width: 54%;
}


/* Email Confirmed */

.confirmation_wrapper {
    width: 60%;
    margin: auto;
    margin-top: 63px;
    padding: 40px;
}

.automation .row .col-md-6:nth-child(1) {
    width: 750px;
    flex: 0 0 auto;
    max-width: inherit;
}

.automation .col-md-6:nth-child(2) {
    width: calc(100% - 800px);
    flex: 0 0 auto;
}

.automation .row {
    flex-flow: wrap;
}

.automation .col-md-6:nth-child(2) .right_side {
    max-width: 550px;
    margin: 0 auto;
}

.package_wrapper {
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 18px;
}

.package_wrapper>.head {
    padding: 20px 12px;
    border-bottom: 2px solid #b4ebff;
}

.package_wrapper>.head>h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.package_wrapper .features,
.package_wrapper .short_des {
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2b3d44;
    padding: 18px;
    text-align: center;
    margin-bottom: 0;
}

.package_wrapper .short_des {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.package_wrapper .btn_wrapper {
    margin-bottom: 20px;
}

.package_wrapper .startbtn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}

.package_wrapper .size_boxes {
    display: flex;
    flex-wrap: wrap;
}

.package_wrapper .size_boxes>div {
    width: 25%;
    height: 160px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.package_wrapper .size_boxes>div>h4 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.package_wrapper .size_boxes .sm {
    background-color: #2c92d5;
}

.package_wrapper .size_boxes .md {
    background-color: #37c9ef;
}

.package_wrapper .size_boxes .lg {
    background-color: #3edad8;
}

.package_wrapper .size_boxes .xl {
    background-color: #86eae9;
}

@media screen and (max-width: 991px) {
  .talk {
    margin: 25px auto;
    min-height: 350px;
}
}

@media screen and (max-width: 767px) {
  .talk {
    margin: 25px auto;
    min-height: 400px;
}
}

.active.center .talk p{
	overflow: visible;
	text-overflow: unset;
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}
.active .talk p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}