:root {
    --theme-color: #3399FF;
    --primary-color: #000000;
    --hover-color:#207CFF;
}

body {
    color: #190905;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    background-color: #ffffff;
}
html, body {width: 100%;height: 100%; scroll-behavior: smooth;}
h1, h2, h3, .h3, h4 {
    color: var(--primary-color);
    font-weight: 600;
    
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--theme-color);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus, button:focus, .btn:focus, input:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn.theme-btn {
    position: relative;
    background: var(--theme-color);
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--theme-family);
    padding: 15px 36px;
    border-radius: 5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
    overflow: hidden;
}
.btn.theme-btn:hover {
    background: var(--hover-color);
}


.btn.theme-btn.btn2 {
    background: #000000;
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}
.btn.theme-btn.btn2:hover {
    background: #1e1e1e;
}
.btn.theme-btn.btn2 .fa-angle-right {
    background: #ffffff;
    color: #000000;
}
.btn.readMore {
    background: none;
    border: none;
    border-radius: 0;
    padding: 1px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.btn.readMore:hover {
    color: var(--theme-color);
}
.btn.readMore .fa.fa-angle-right {
    font-size: 1.2em;
}
.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}
.heading {
    margin-bottom: 40px;
}

.titleLabel {
    font-size: 18px;
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}
.text-white .titleLabel {
    color: #ffffff;
    opacity: 0.6;
}
.heading h1, .heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}
.heading h1 strong, .heading h2 strong {
    font-weight: 800;
}
.heading h1 span, .heading h2 span {
    background: linear-gradient(45deg, #ffb000, #ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    color: var(--theme-color);
}
.heading h1 span.sup, .heading h2 span.sup {
    font-size: 1.8em;
}
.heading p {
    font-size: 20px;
    color: #675c5c;
    /* max-width: 900px; */
    width: 100%;
    margin-top: 22px;
}
.heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}
.heading_shape {
    background-image: url("../images/heading-shape.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.text-white, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white .heading h5,
.text-white .heading h2, .text-white .heading p, .dark-bg .heading h2{
    color: #ffffff;
}
.text-white .heading p, .text-white p {
    opacity: 0.8;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #666666;
    width: 10px;
    height: 10px;
    opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color);
    opacity: 1;
}

.linear-gradient {
    background: rgb(243,248,255) !important;
    background: linear-gradient(180deg, #ffefeb 0%, #ffffff 100%) !important;
}
.light_bg {
    background-color: #fef4ea;
}
.dark_bg {
    background-color: var(--primary-color);
}


.header {
    position: absolute;
    left: 0;
    top: revert-layer;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
}
.header.fixed {
    position: fixed;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
    -webkit-animation: drfadeDown 0.45s;
    -moz-animation: drfadeDown 0.45s;
    -ms-animation: drfadeDown 0.45s;
    -o-animation: drfadeDown 0.45s;
    animation: drfadeDown 0.45s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


header.header .callBtn {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    display: inline-flex;
    align-items: center;
}

header.header .callBtn .fa {
    font-size: 1.4em;
    color: var(--theme-color);
    margin-right: 8px;
}

.callBtn svg {
    width: 32px;
    margin-right: 10px;
}



.homeHero {
    padding: 130px 0 60px;
}
.homeHero h1 {
    font-size: 48px;
    font-weight: 700;
}
.homeHero .content p {
    font-size: 18px;
}

.contactForm {
    background: #ffffff;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    padding: 24px;
    width: 100%;
    max-width: 385px;
    margin-left: auto;
    box-shadow: 0 2px 25px -8px rgba(0,0,0,0.1);
}
.contactForm h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    line-height: 2;
}
.contactForm .form-group {
    margin-bottom: 16px;
}
.contactForm label.label {
    font-size: 13px;
    color: #363a47;
    display: block;
    margin-bottom: 3px;
}
.contactForm .form-control {
    background: #ffffff;
    border: 1px solid #ffcec3;
    border-radius: 5px;
    min-height: 40px;
    transition: all 0.3s;
}
.contactForm input.form-control.countryCode {
    width: 65px;
    max-width: 65px;
    border-radius: 3px !important;
    z-index: 2;
}
.contactForm input.form-control.countryCode+input.form-control {
    margin-left: -2px;
    z-index: 1;
}
.contactForm .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 1px var(--theme-color);
    outline: none;
}
.contactForm .btn {
    padding: 12px;
    font-size: 16px;
}




.review_slider {
    margin-top: 42px;
}
.review_item {
    display: flex;
}
.review_item .img_box {
    margin-right: 18px;
}
.review_item .img_box img {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}
.review_content {
    border-left: 1px solid #dce6da;
    padding-left: 18px;
}
.review_slider .swiper-pagination {
    position: static;
    margin-top: 8px;
}
.review_content p {
    font-size: 20px;
}
.review_content .review_name {
    font-size: 13px;
    font-weight: 700;
}
.review_content .review_position {
    font-size: 13px;
    margin-bottom: 15px;
}
.review_content .review_logo img {
    max-width: 200px;
    max-height: 50px;
}


.our_clients {
    background: #fef4ea;
    box-shadow: 0px 0px #00000070;
}
.our_clients .heading h2 {
    font-size: 18px;
}
.our_clients .item {
    margin: 14px 0;
}


.crm_features .column {
    padding: 12px;
}
.crmBox {
    background: #fff;
    border: 1px solid #ffded7;
    padding: calc(1.325rem + 0.9vw) calc(1.375rem + 1.5vw);
    position: relative;
    border-radius: 6px;
    box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 100%;
}
.crmBox h3 {
    font-weight: 500;
}

.card-bb .content {
    padding: 0px 15px;
}


.why_choose .box {
    padding: 15px 0;
}


.productivity .column_wrapper {
    padding: 20px 0;
}
.productivity .content {
    max-width: 521px;
}
.productivity .content h3 {
    font-size: 24px;
}
.productivity .content p {
    font-size: 18px;
}



.result_wrapper h2 {
    font-size: 26px;
}

.result_wrapper .box {
    text-align: center;
}
.result_wrapper .box h3 {
    font-size: 42px;
}
.result_wrapper .box p {
    font-size: 18px;
    margin: 0;
}



.compare_wrapper .container {
    max-width: 1000px;
}
.compare_wrapper {
    padding: 60px 0 120px;
}
.compare_wrapper .btnBox+.heading {
    margin-top: 120px;
}
.collapse_item {
    padding: 8px 0;
}
.collapse_item h3.toggle_title {
    position: relative;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px;
    word-spacing: 3px;
    cursor: pointer;
}
.collapse_item h3.toggle_title:hover {
    background-color: #efefef;
}
.collapse_item h3.toggle_title span {
    color: var(--theme-color);
}
.collapse_item h3.toggle_title:after {
    background-image: url("../images/acc-arrow-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    top: 10px;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: "";
    float: right;
}
.collapse_item h3.toggle_title[aria-expanded="true"]:after {
    background: url("../images/acc-arrow-u.svg");
}
.collapse_item .inner_wrapper {
    padding: 50px 0;
}

.collapse_item .comp_item {
    padding: 22px 60px;
}
.collapse_item .comp_item h3 {
    color: #606c5c;
    font-size: 19px;
    text-align: center;
    margin-bottom: 18px;
}
.collapse_item .compBox {
    background: #fff;
    border: 1px solid #ffded7;
    padding: calc(1.325rem + 0.9vw) calc(1.375rem + 1.5vw);
    position: relative;
    border-radius: 6px;
    text-align: center;
    box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-height: 200px;
}
.collapse_item .compBox p {
    font-size: 17px;
    margin: 0;
}



.footer .heading_area {
    padding: 60px 0 40px;
}
.footer h2 {
    font-size: 52px;
    line-height: 1.3;
}
.footer .btn.theme-btn {
    font-size: 24px;
}
.footer_logo {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 60px 0;
}
ul.footer_menu li a {
    font-size: 15px;
    color: #ffffff;
    padding: 0 6px;
    margin: 2px 8px;
}



.scroll_toTop {
    position: fixed;
    background: #ffffff;
    border-top: 1px solid #ccc;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.scroll_toTop.active {
    opacity: 1;
    visibility: visible;
}
.scroll_toTop .btn {
    padding: 10px 32px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
}
/* 
.FAQ .card-header .title {
    font-size: 17px;
    color: #000;
}
.FAQ .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.FAQ .card-header{
  cursor: pointer;
  border-bottom: none;
}
.FAQ .card{
  border: 1px solid #ddd;
}
.FAQ .card-body{
  border-top: 1px solid #ddd;
}
.FAQ .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
} */

/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/


@media (max-width: 1024px){
  
    .homeHero h1 {
        font-size: 38px;
    }
}
@media (max-width: 767px){

    .homeHero {
        padding: 80px 0 60px;
    }
   
    .heading h1, .heading h2, .our_clients .heading h2, .result_wrapper .box h3, .footer h2 {
        font-size: 25px;
    }
    .header .btn {
        font-size: 13px;
        padding: 10px 14px;
    }
    .header .callBtn .text {
        display: block;
    }

    .homeHero h1 {
        font-size: 30px;
    }
    .review_item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
        row-gap: 20px;
        padding-bottom: 25px;
    }

    .crmBox {
        min-height: auto;
    }

    
    .client_logoList {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .client_logoList .item {
        min-width: 33.33vw;
    }

    .productivity .column_wrapper {
        row-gap: 40px;
    }

    .result_wrapper .column:not(:last-child) {
        margin-bottom: 26px;
    }

    .collapse_item h3.toggle_title {
        font-size: 14px;
        text-align: left;
        padding: 25px 20px;
    }
    .collapse_item h3.toggle_title:after {
        top: 6px;
        width: 14px;
        height: 8px;
    }
    .collapse_item .comp_item {
        padding: 6px 0;
    }
    .collapse_item .comp_item h3 {
        text-align: left;
    }
    .collapse_item .comp_item .row>div {
        margin-bottom: 18px;
    }
    .collapse_item .compBox {
        text-align: left;
        min-height: auto;
    }

    .footer {
        padding-bottom: 55px;
    }
    .footer .btn.theme-btn {
        font-size: 16px;
    }
    


}
@media (max-width: 640px){
   
    .client_logoList .item {
        min-width: 50vw;
    }
}

@media (min-width: 1300px){
    
    .container {
        max-width: 1200px;
    }
    
}
@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}



 .flex {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto
 }

 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .FAQ .padding {
     padding: 5rem
 }

.FAQ .card {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none
 }

 .FAQ .pl-3,
 .FAQ .px-3 {
     padding-left: 1rem !important
 }

 .FAQ .card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 0
 }

 .FAQ .card .card-title {
     color: #000000;
     margin-bottom: 0.625rem;
     text-transform: capitalize;
     font-size: 0.875rem;
     font-weight: 500
 }

 .FAQ .card .card-description {
     margin-bottom: .875rem;
     font-weight: 400;
     color: #76838f
 }
 
 .FAQ .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.FAQ .accordion .card {
    margin-bottom: .75rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    border-radius: .25rem;
    border: none;
}

.FAQ .accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 2rem;
}

.FAQ .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.FAQ .accordion .card .card-header * {
    font-weight: 600;
    font-size: 1.2rem;
}

.FAQ .mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.FAQ .accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding-right: 1.5rem;
}



.FAQ .accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\f067";
}

.FAQ .accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\f068";
}

.FAQ .accordion .card .card-header a:before {
    
    position: absolute; 
    right: 7px;
    top: 0;
    font-size: 18px;
    display: block;
    font-family: FontAwesome;
      
     display: inline-block;
     padding-right: 3px;
     vertical-align: middle;
     font-size: .756em;
     color: #405189
}

.FAQ .card-header .title {
    font-size: 17px;
    color: #000;
}
.FAQ .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.FAQ .card-header{
  cursor: pointer;
  border-bottom: none;
}
.FAQ .card{
  border: 1px solid #ddd;
}
.FAQ .card-body{
  border-top: 1px solid #ddd;
}
.FAQ .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.card-bb {
    height: 100%;
    padding: 30px 20px;
    background: #fff;
    border: 2px solid #ffded7;
    border-radius: 6px;
    box-shadow: -8px 8px 19px -8px rgb(123 127 218 / 20%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.error { color: red;}

.success { color: green;}

.thankPage h2 {
    font-size: 52px;
    line-height: 1.3;
}


.w-20 {
    max-width: 40% !important;
}
.header_info {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (max-width:767.98px) {
    .header_info {
        flex-direction: column;
        align-items: end;
    }
    .header_info a:first-child {
        display: none;
    }
    .callBtn svg {
        width: 20px;
    }
}
