/* @font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/fontspring-demo-proximanova-regular.woff2') format('woff2'),
         url('../fonts/fontspring-demo-proximanova-regular.woff') format('woff'); 
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-regular_1-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regular_1-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/fontspring-demo-proximanova-medium-webfont.woff2') format('woff2'),
         url('../fonts/fontspring-demo-proximanova-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
} */

/* @font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/FONTSPRINGDEMO-ProximaNovaMediumRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-ProximaNovaMediumRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-ProximaNovaMediumRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-ProximaNovaMediumRegular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


/* @font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/fontspring-demo-proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/fontspring-demo-proximanova-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
} */

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* @font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/fontspring-demo-proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/fontspring-demo-proximanova-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} */

@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: 'proxima_nova';
    font-weight: 400;
    color: #222324;
}

.container {
    max-width: inherit;
    padding-left: 91.5px;
    padding-right: 91.5px;
}

.content {
    padding: 0 0 50px 0;
}

a {
    text-decoration: none;
}

.btn {
    padding: 11px 17px;
    font-size: 14px;
    color: #F36200;
    font-weight: 600;
    margin: 0;
    border: 1px solid #F36200;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn img {
    margin: 0 0 0 7px;
}

.btn:hover {
    border-color: #F36200;
    background: #F36200;
    color: #ffffff;
}

.btn:hover img {
    filter: brightness(0) invert(1);
}

.btn:active {
    border-color: #F36200 !important;
    color: #F36200 !important;
}

.btn-orange {
    background: #F36200;
    color: #ffffff;
}

.btn-orange img {
    filter: brightness(0) invert(1);
}

.btn-orange:hover {
    opacity: 0.85;
}

.btn-orange:active {
    background: #F36200 !important;
    color: #ffffff !important;
}

.header {
    border-bottom: 1px solid rgba(159, 159, 159, 0.2);
    padding: 5px 0;
}

.header .navbar {
    padding: 0;
}

.header .navbar-nav {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}

.header .navbar-nav li {
    padding: 0 24px;
    margin: 0;
}

.header .navbar-nav li a {
    display: inline-block;
    color: #00011C;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.header .navbar-nav li a::before {
    position: absolute;
    left: 0;
    bottom: -31px;
    right: 0;
    margin: 0 auto;
    content: "";
    background: #F36200;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar-nav li a:hover::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header .navbar-nav li.current-menu-item a {
    color: #F36200;
}

/* .header .navbar-nav li.current-menu-item a::before{-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);} */


.header .navbar-collapse {
    justify-content: center;
}

.header-btn {
    padding: 0 0 0 0px;
    margin-left: auto;
}

.header-btn .btn+.btn {
    margin-left: 10px;
}

.navbar-brand {
    margin-right: 40px;
}

.navbar-brand img {
    width: 88px;
    height: auto;
}

.banner-section {
    padding: 100px 0;
}

.banner-section .text {
    padding: 0 90px 0 0;
}

.banner-section .text h1 {
    font-size: 80px;
    line-height: 108px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 700;
    color: #00011C;
}

.banner-section .text p {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 400;
    color: #454659;
}

.banner-section .image {
    width: 44.535%;
    flex: none;
}

.banner-section .image img {
    border-radius: 10px;
    width: 100%;
}

.banner-btn {
    padding: 0;
}

.banner-btn .btn {
    margin-right: 10px;
}

.brand-section {
    padding: 60px 0;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
}

.brand-section ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: brandanimation 20s linear infinite;
}

@keyframes brandanimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-99%);
    }
}

.brand-section ul li {
    margin: 0;
    padding: 0 60px;
    list-style: none;
    text-align: center;
}

.video-section {
    padding: 90px 0;
}

.video-part {
    padding: 10px;
    border-radius: 10px;
    background: #FFF6EF;
    position: relative;
}

.video-part img {
    width: 100%;
}

.video-part video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    vertical-align: top;
}

.video-btn {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 50px);
    text-align: center;
}

.video-btn a {
    display: inline-block;
    font-size: 0;
}

.video-btn img {
    width: auto;
}

.video-btn button {
    background: none;
    border: 0;
    font-size: 0;
}

.expertise-section {
    padding: 100px 0;
    background: #FFF6EF;
}

.expertise-section .image {
    padding: 0;
    margin: 0 145px 0 0;
    width: 44.535%;
    flex: none;
}

.expertise-section .image img {
    border-radius: 10px;
    width: 100%;
}

.expertise-section .text {
    padding: 11px 0 0 0;
}

.expertise-section .text h2 {
    font-size: 42px;
    line-height: 58px;
    color: #222324;
    margin: 0;
    padding: 0 0 40px 0;
    font-weight: 600;
}

.expertise-section .text ul {
    margin: 0;
    padding: 0;
}

.expertise-section .text ul li {
    margin: 0;
    padding: 0 0 30px 37px;
    list-style: none;
    background: url(../images/list-icon.png) 0 2px no-repeat;
}

.expertise-section .text ul li:last-child {
    padding-bottom: 0;
}

.expertise-section .text ul li h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 12px 0;
    color: #222324;
    font-weight: 600;
}

.expertise-section .text ul li p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: rgba(34, 35, 36, 0.7);
    font-weight: 400;
}

.business-section {
    padding: 0;
}

.business-section .text {
    padding: 0;
    margin: 0 120px 0 0;
}

.business-section .text h2 {
    font-size: 42px;
    line-height: 58px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 600;
}

.business-section .text p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 400;
}

.business-section .image {
    width: 44.535%;
    flex: none;
}

.business-section .image img {
    border-radius: 10px;
    width: 100%;
}

.connect-section {
    padding: 100px 0;
}

.connect-part {
    padding: 60px 10px;
    background: url(../images/connect-img.png) no-repeat right bottom #FFF6EF;
    text-align: center;
    border-radius: 10px;
}

.connect-part h2 {
    font-size: 42px;
    line-height: 58px;
    color: #222324;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 600;
}

.connect-part p {
    font-size: 18px;
    line-height: 25px;
    color: #454659;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 400;
}

.footer {
    background: #00011C;
}

.top-footer {
    padding: 80px 0 60px 0;
}

.foot-box {
    padding: 0 20px 0 0;
}

.foot-box h2 {
    font-size: 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 600;
}

.foot-box p {
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.7);
}

.foot-logo {
    padding: 0 0 20px 0;
}

.foot-logo img {
    width: 88px;
    height: auto;
}

.foot-box3 {
    max-width: 385px;
}

.foot-social {
    padding: 0;
}

.foot-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.foot-social ul li {
    padding: 0 20px 0 0;
    margin: 0;
    list-style: none;
}

.foot-social ul li a {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    line-height: 53px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.foot-social ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.foot-menu {
    padding: 0;
}

.foot-menu ul {
    padding: 0;
    margin: 0;
}

.foot-menu ul li {
    padding: 0 0 12px 0;
    margin: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
}

.foot-menu ul li a {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-menu ul li a:hover {
    color: rgba(243, 98, 0, 1);
}

.foot-menu ul li.current-menu-item a {
    color: rgba(243, 98, 0, 1);
}

.foot-search-box {
    padding: 0;
    position: relative;
}

.foot-search-box input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 51px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 80px 0 20px;
    outline: none;
    box-shadow: none;
    background: none;
    color: rgba(255, 255, 255, 0.7);
}

.foot-search-box input:focus {
    border-color: rgba(255, 255, 255, 0.2);
}

.foot-search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.foot-search-box .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #F36200;
    color: #ffffff;
    padding: 10px 18px;
    width: 71px;
}

.foot-search-box .btn:hover {
    opacity: 0.85;
}

.foot-box1 {
    max-width: 419px;
}

.foot-box5 {
    max-width: 363px;
    padding: 0;
}

.bottom-footer {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    padding: 0;
}

.copyright p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.foot-bottom-menu {
    padding: 0;
}

.foot-bottom-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.foot-bottom-menu ul li {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.foot-bottom-menu ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.foot-bottom-menu ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 400;
}

.foot-bottom-menu ul li a:hover {
    color: rgba(243, 98, 0, 1);
}

.foot-bottom-menu ul li.current-menu-item a {
    color: rgba(243, 98, 0, 1);
}

.testimonial-section {
    padding: 100px 0;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 42px;
    line-height: 58px;
    margin: 0;
    padding: 0 0 137px 0;
    font-weight: 600;
    color: #222324;
}

.testimonial-section .carousel-item .user-img {
    padding: 0 0 54px 0;
}

.testimonial-section .carousel-item .user-img img {
    width: 190px !important;
    height: 188px !important;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-section .carousel-item p {
    font-size: 26px;
    line-height: 36px;
    margin: 0 auto;
    padding: 0 0 75px 0;
    font-weight: 400;
    color: #222324;
}

.testimonial-section .carousel-item .user-comments {
    max-width: 1050px;
    position: relative;
    margin: 0 auto;
}

.testimonial-section .carousel-item .user-comments::before {
    background: url(../images/coma-start.png) 0 0 no-repeat;
    width: 62px;
    height: 46px;
    content: "";
    position: absolute;
    left: -50px;
    top: -20px;
}

.testimonial-section .carousel-item .user-comments::after {
    background: url(../images/coma-end.png) 0 0 no-repeat;
    width: 62px;
    height: 46px;
    content: "";
    position: absolute;
    right: -75px;
    bottom: 75px;
}

.testimonial-section .carousel-item h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #222324;
}

.testimonial-section .carousel-item h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: rgba(34, 35, 36, 0.7);
}

.testimonial-section .carousel-item h5 p {
    font-size: 18px;
    color: rgba(34, 35, 36, 0.7);
    margin: 0;
    padding: 0;
    line-height: normal;
}

.testimonial-section .carousel-control-prev {
    width: 50px;
    height: 50px;
    left: calc(50% - 450px);
    top: 70px;
    border-radius: 50%;
    background: url(../images/prev.svg) 0 0 no-repeat;
    font-size: 0;
    opacity: 1;
}

.testimonial-section .carousel-control-prev:hover {
    background-color: #FFF6EF;
}

.testimonial-section .carousel-control-next {
    width: 50px;
    height: 50px;
    right: calc(50% - 450px);
    top: 70px;
    border-radius: 50%;
    background: url(../images/prev.svg) 0 0 no-repeat;
    font-size: 0;
    opacity: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testimonial-section .carousel-control-next:hover {
    background-color: #FFF6EF;
}

.testimonial-in {
    position: relative;
}

.left-img1 {
    position: absolute;
    left: 160px;
    top: 0;
}

.left-img2 {
    position: absolute;
    left: 15px;
    top: 266px;
}

.left-img3 {
    position: absolute;
    left: 313px;
    bottom: 30px;
}

.left-dots1 {
    position: absolute;
    left: 351px;
    top: 164px;
}

.left-dots2 {
    position: absolute;
    left: 176px;
    bottom: 202px;
}

.right-img1 {
    position: absolute;
    right: 254px;
    top: 51px;
}

.right-img2 {
    position: absolute;
    right: 31px;
    top: 197px;
}

.right-img3 {
    position: absolute;
    right: 75px;
    bottom: 115px;
}

.right-dots1 {
    position: absolute;
    right: 136px;
    top: 33px;
}

.right-dots2 {
    position: absolute;
    right: 306px;
    top: 350px;
}

.top-comman-section {
    padding: 100px 0;
}

.top-comman-in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-comman-in .left {
    padding: 0 50px 0 0;
}

.top-comman-in h1 {
    font-size: 42px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #222324;
}

.top-comman-in p {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 400;
    color: rgba(34, 35, 36, 0.7);
}

.top-comman-in p:nth-last-child(2) {
    padding: 0;
}

.top-comman-in .right {
    max-width: 1051px;
    width: 100%;
}


.top-comman-btn {
    padding: 30px 0 0 0;
}

.top-comman-btn .btn {
    margin-right: 10px;
}

.about-img {
    padding: 0 0 100px 0;
}

.about-img img {
    border-radius: 10px;
    width: 100%;
}

.about-text {
    padding: 100px;
    text-align: center;
    background: #FFF6EF;
    border-radius: 10px;
    margin-bottom: 100px;
}

.about-text p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #222324;
}

.about-info-part {
    padding: 0;
}

.about-info {
    padding: 100px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-info .text {
    padding: 0 120px 0 0;
}

.about-info .text h2 {
    font-size: 42px;
    line-height: 58px;
    color: #222324;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 600;
}

.about-info .text p {
    font-size: 18px;
    line-height: 25px;
    color: #454659;
    font-weight: 400;
    margin: 0;
    padding: 0 0 30px 0;
}

.about-info .text ul {
    padding: 0;
    margin: 0;
}

.about-info .text ul li {
    padding: 0 0 30px 30px;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #454659;
    position: relative;
}

.about-info .text ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #454659;
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
}

.about-info .image {
    width: 44.535%;
    flex: none;
}

.about-info .image img {
    border-radius: 10px;
    width: 100%;
    max-width: inherit !important;
    height: 550px !important;
    object-fit: cover;
    object-position: center;
}

.about-info:nth-child(2) {
    flex-flow: row-reverse;
}

.about-info:nth-child(2) .text {
    padding: 0 0 0 120px;
}

.about-info:first-child {
    padding: 0;
}

.success-stories-part .about-info {
    flex-flow: row-reverse;
}

.success-stories-part .about-info .text {
    padding: 0 0 0 120px;
}

.success-stories-part .about-info:nth-child(2n) {
    flex-flow: row;
}

.success-stories-part .about-info:nth-child(2n) .text {
    padding: 0 120px 0 0;
}

.cms-detail-section {
    padding: 60px 0 0 0;
}

.cms-detail-section h1 {
    font-size: 42px;
    line-height: 58px;
    margin: 0;
    padding: 0 0 60px 0;
    color: #222324;
    font-weight: 600;
    text-align: center;
}

.cms-detail-section img {
    border-radius: 10px;
    width: 100%;
    margin: 0 0 40px 0;
    max-width: inherit !important;
    height: auto !important;
}

.cms-detail-section p {
    font-size: 18px;
    line-height: 25px;
    color: #454659;
    font-weight: 400;
    margin: 0;
}

.cms-detail-section p a {
    color: #454659;
}

.cms-box {
    padding: 0 0 20px 0;
}

.cms-box:last-child {
    padding: 0;
}

.cms-box p {
    padding: 0 0 20px 0;
}


.cms-detail-section p strong {
    font-weight: 600;
    color: #00011C;
    min-width: 198px;
    display: inline-block;
}

.cms-detail-section h2 {
    font-size: 32px;
    line-height: 44px;
    color: #222324;
    font-weight: 600;
    margin: 0;
    padding: 20px 0 20px 0;
}

.cms-detail-section h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
    color: #00011C;
}

.cms-detail-section ul {
    margin: 0;
    padding: 0;
}

.cms-detail-section ul li {
    margin: 0;
    padding: 0 0 20px 28px;
    list-style: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #454659;
    position: relative;
}

.cms-detail-section ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    background: #454659;
}

.client-details {
    padding: 0 0 0px 0;
}

.client-details p {
    padding: 0 0 20px 0;
}

.sub-head {
    padding: 0 0 0px 0;
}

.sub-head h5 {
    font-weight: 600;
}

.cms-detail-shadow,
body.single {
    position: relative;
}

.cms-detail-shadow::before,
body.single::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    background: #FFF6EF;
    height: 513px;
    z-index: -1;
}

.faq-section {
    padding: 0;
}

.faq-section .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    padding: 20px 0;
    border-radius: 0;
}

.faq-section .accordion-header {
    box-shadow: none;
    outline: none;
}

.faq-section .accordion-header:focus {
    box-shadow: none;
    outline: none;
}

.faq-section .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0;
    font-weight: 600;
    background: none;
    box-shadow: none;
    color: #222324;
}

.faq-section .accordion-header .accordion-button::after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F36200;
    text-align: center;
    background: url(../images/accordion-arrow.svg) center center no-repeat;
    position: absolute;
    right: 0;
}

.faq-section .accordion-header .accordion-button.collapsed::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq-section .accordion-header .accordion-button::after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-section .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

/* .faq-section .accordion-collapse{box-shadow: none; outline: none;}
.faq-section .accordion-collapse:focus{box-shadow: none; outline: none;} */
.faq-section .accordion-body {
    padding: 0 0 10px 0;
    outline: none;
    box-shadow: none;
}

.faq-section .accordion-body:focus {
    outline: none;
    box-shadow: none;
}

.faq-section .accordion-body p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 30px 0;
}

.faq-section .accordion-body p:last-child {
    padding-bottom: 0;
}


.solutions-main-img {
    padding: 0 0 100px 0;
}

.solutions-main-img img {
    border-radius: 10px;
    width: 100%;
}

.solution-section {
    padding: 0;
}

.solution-title {
    text-align: center;
    padding: 0 0 40px 0;
}

.solution-title h2 {
    font-size: 42px;
    line-height: 58px;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 600;
    color: #222324;
}

.solution-title p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #454659;
}

.solution-list {
    padding: 0;
}

.solution-list .box {
    padding: 40px 0;
    border-bottom: 1px solid #CDCDCD;
    min-height: 206px;
}

.solution-list .box h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 0;
    color: #222324;
}

.solution-list .box h3 a {
    color: #222324;
    max-width: calc(100% - 30px);
    position: relative;
    display: inline-block;
}

.solution-list .box h3 a .solution-card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.solution-list .box h3 img {
    margin-left: 12px;
    position: absolute;
    right: -33px;
    top: 2px;
}

.solution-list .box p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #454659;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.solution-list .row {
    margin-left: -20px;
    margin-right: -20px;
}

.solution-list .col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.ready-text {
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 80px;
}

.ready-text p {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #222324;
    max-width: 1150px;
    margin: 0 auto;
}

.pagination-section {
    padding: 14px 20px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0px 0px 0px;
    clear: both;
    overflow: hidden;
}

.pagination-section p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #222324;
    font-weight: 500;
}

.pagination .page-numbers {
    font-size: 14px;
    margin: 0 0 0 8px;
    padding: 0;
    font-weight: 500;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    color: #222324;
    line-height: 30px;
}

.pagination .page-numbers.current {
    background: #F36200;
    border-color: #F36200;
    color: #ffffff;
}

.pagination .page-numbers:hover {
    background: #F36200;
    border-color: #F36200;
    color: #ffffff;
}

.error-404 {
    padding: 100px 0 0 0;
    text-align: center;
}

.no-data-icon {
    max-width: 100px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.no-data-icon svg {
    fill: #F36200;
}

.not-found h2 {
    font-size: 100px;
    line-height: 130px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.not-found h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.not-found p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.pagination-section-solutions {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
}

.privacy-policy-section,
.terms-section {
    border-top: 1px solid rgba(34, 35, 36, 0.2);
}

.contact-page-section {
    padding: 100px 0 167px 0;
    background: #FFF6EF;
}

.contact-page-section .left-cnt {
    padding: 0;
    max-width: 620px;
    margin-right: 176px;
}

.contact-page-section .left-cnt h2 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px 0;
    color: #222324;
}

.contact-page-section .left-cnt p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 40px 0;
    color: rgba(34, 35, 36, 0.7);
}

.contact-page-section .left-cnt h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px 0;
    color: #222324;
}

.contact-page-section .right-cnt {
    padding: 0;
    flex: auto;
}

.cnt-info-list {
    padding: 0 0 40px 0;
}

.cnt-info-list ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.cnt-info-list ul li {
    padding: 0 18px 0 0;
    margin: 0;
    list-style: none;
}

.cnt-info-list ul li a {
    font-size: 15px;
    color: #222324;
    font-weight: 400;
    margin: 0;
    padding: 15px 17px 15px 51px;
    display: inline-block;
    border: 1px solid rgba(243, 98, 0, 0.2);
    border-radius: 8px;
}

.cnt-info-list ul li.phone a {
    background: url(../images/phone.svg) 17px center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-info-list ul li.mail a {
    background: url(../images/mail.svg) 17px center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-info-list ul li a:hover {
    background-color: rgba(243, 98, 0, 0.10);
}

.cnt-follow {
    padding: 0;
}

.cnt-follow ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.cnt-follow ul li {
    padding: 0 14px 0 0;
    margin: 0;
    list-style: none;
}

.cnt-follow ul li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    border: 1px solid rgba(243, 98, 0, 0.2);
    display: inline-block;
}

.cnt-follow ul li a.facebook {
    background: url(../images/facebook-cnt.svg) center center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-follow ul li a.instagram {
    background: url(../images/instagram-cnt.svg) center center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-follow ul li a.linkedin {
    background: url(../images/linkedIn-cnt.svg) center center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-follow ul li a.twitter {
    background: url(../images/x-cnt.svg) center center no-repeat rgba(243, 98, 0, 0.02);
}

.cnt-follow ul li a:hover {
    background-color: rgba(243, 98, 0, 0.10);
}

.contact-page-in {
    padding: 0 115px;
}

.contact-form-part {
    padding: 0;
    background: #ffffff;
    padding: 60px 80px;
}

.contact-form-part h2 {
    font-size: 22px;
    line-height: 30px;
    color: #222324;
    margin: 0;
    padding: 0 0 55px 0;
    font-weight: 600;
}




.form-group {
    margin: 0 0 40px 0;
}

.form-control {
    font-size: 16px;
    line-height: 36px;
    color: #222324;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 400;
    border: 0;
    border-bottom: 2px solid rgba(34, 35, 36, 0.5);
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #222324;
    font-weight: 400;
    font-size: 16px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(34, 35, 36, 0.5);
}

.submit-btn {
    padding: 0;
}

textarea.form-control {
    height: 90px;
    min-height: 90px;
}

.contact-form-part .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.top-comman-in-contact {
    border-bottom: 1px solid rgba(34, 35, 36, 0.3);
    padding-bottom: 100px;
}

.connect-section-contact {
    padding: 0 0 100px 0;
    margin-top: -67px;
    display: none;
}

.connect-section-contact .connect-part {
    background: url(../images/connect-img-contact.png) no-repeat right bottom #ffffff;
    border: 8px solid #FFF6EF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

.page-template-contact .connect-section {
    display: none;
}

.page-template-contact .connect-section.connect-section-contact {
    display: block;
}

.tss-wrapper.testim-sld .single-item-wrapper {
    display: flex;
    flex-direction: column;
}

.tss-wrapper.testim-sld .single-item-wrapper .profile-img-wrapper {
    margin-bottom: 54px;
}

.tss-wrapper.testim-sld .single-item-wrapper .profile-img-wrapper img {
    width: 190px;
    height: 188px;
}

.tss-wrapper.testim-sld .single-item-wrapper .tss-meta-info {
    order: 1;
}

.tss-wrapper.testim-sld .single-item-wrapper h3.author-name {
    order: 3;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #222324;
}

.tss-wrapper.testim-sld .single-item-wrapper .author-bio {
    order: 4;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: rgba(34, 35, 36, 0.7);
}

.tss-wrapper.testim-sld .single-item-wrapper .item-content-wrapper {
    order: 2;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    background: none;
    padding: 0;
}

.tss-wrapper.testim-sld .single-item-wrapper .item-content-wrapper::before {
    background: url(../images/coma-start.png) 0 0 no-repeat;
    width: 62px;
    height: 46px;
    content: "";
    position: absolute;
    left: -50px;
    top: -20px;
}

.tss-wrapper.testim-sld .single-item-wrapper .item-content-wrapper::after {
    background: url(../images/coma-end.png) 0 0 no-repeat;
    width: 62px;
    height: 46px;
    content: "";
    position: absolute;
    right: -75px;
    bottom: 75px;
}

.tss-wrapper.testim-sld .single-item-wrapper .item-content-wrapper .item-content {
    font-size: 26px;
    line-height: 36px;
    margin: 0 auto;
    padding: 0 0 75px 0;
    font-weight: 400;
    color: #222324;
    font-style: normal;
}

.tss-wrapper.testim-sld .carousel-wrapper .swiper-arrow i {
    display: none;
}

.tss-wrapper.testim-sld .carousel-wrapper .swiper-button-next {
    margin: 0;
    border: 0;
    width: 50px;
    height: 50px;
    right: calc(50% - 450px);
    top: 70px;
    border-radius: 50%;
    background: url(../images/prev.svg) 0 0 no-repeat;
    font-size: 0;
    opacity: 1;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tss-wrapper.testim-sld .carousel-wrapper .swiper-button-prev {
    margin: 0;
    border: 0;
    width: 50px;
    height: 50px;
    left: calc(50% - 450px);
    top: 70px;
    border-radius: 50%;
    background: url(../images/prev.svg) 0 0 no-repeat;
    font-size: 0;
    opacity: 1;
}

.tss-wrapper.testim-sld .carousel-wrapper .swiper-arrow:hover {
    background-color: #FFF6EF;
}

/**** new faq *****/

.faq-section .sp-easy-accordion .ea-card {
    border: 0 !important;
    border-bottom: 1px solid #CDCDCD !important;
    margin: 0 !important;
    padding: 20px 0;
}

.faq-section .sp-easy-accordion .ea-card .ea-header a {
    padding: 20px 0 !important;
    font-size: 22px;
    color: #222324 !important;
    font-weight: 600;
}

.faq-section .sp-easy-accordion .ea-card .ea-body {
    padding: 0 0 20px 0 !important;
}

.faq-section .sp-easy-accordion .ea-card .ea-body p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #454659;
}

.faq-section .sp-easy-accordion .ea-card .ea-header .ea-expand-icon {
    font-size: 0 !important;
    line-height: 30px;
    padding: 20px 0;
    font-weight: 600;
    background: none;
    box-shadow: none;
    color: #222324;
    position: relative;
}

.faq-section .sp-easy-accordion .ea-card .ea-header .ea-expand-icon::before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F36200;
    text-align: center;
    background: url(../images/accordion-arrow.svg) center center no-repeat;
    position: absolute;
    right: 0;
    top: -11px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-section .sp-easy-accordion .ea-card .ea-header .ea-expand-icon.ea-icon-expand-minus::before {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


/*** mailchip css ****/

/* body .subscription-form label > span{display:none;} */
body .subscription-form .label-inline {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

body .subscription-form input {
    width: 100%;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    outline: none;
    border-radius: 10px !important;
    height: 51px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 80px 0 20px !important;
    margin: 0;
    outline: none;
    box-shadow: none;
}

body .subscription-form input:focus {
    border-color: rgba(255, 255, 255, 0.2) !important;
    outline: none !important;
}

body .subscription-form .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #F36200;
    color: #ffffff;
    padding: 11px 18px;
    width: 71px;
    margin: 0;
}

body .subscription-form .btn:active,
body .subscription-form .btn:focus,
body .subscription-form .btn:focus-visible {
    background: #F36200;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #F36200 !important;
}

/* body .subscription-form .btn:hover{background: #ffffff; color: #F36200; } */
.foot-search-box .yikes-easy-mc-error-message,
.foot-search-box .yikes-easy-mc-success-message {
    position: static;
    bottom: -30px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
}

.foot-search-box .yikes-easy-mc-error-message {
    background: rgba(216, 48, 57, .87) !important;
}

.foot-search-box .yikes-easy-mc-success-message {
    background: #4f8a10 !important;
}

.foot-search-box .yikes-mailchimp-container {
    display: flex;
    flex-flow: column-reverse;
}

.foot-search-box .edit-link {
    display: none;
}


body .subscription-form input:-webkit-autofill,
body .subscription-form input:-webkit-autofill:hover,
body .subscription-form input:-webkit-autofill:focus,
body .subscription-form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color: #ffffff !important;
}

body .subscription-form input:-webkit-autofill,
body .subscription-form input:-webkit-autofill:hover,
body .subscription-form input:-webkit-autofill:focus,
body .subscription-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/*** mailchip css end ****/


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.custom-contact-page-only .connect-section {
    display: none;
}

.custom-contact-page-only .connect-section-contact {
    display: block;
}

.wpcf7-response-output {
    display: none;
}

.video-btn button:not(.playing) .pause-icon,
.video-btn button.playing .play-icon {
    display: none;
}
.contact-form-part [data-status="sent"]{
	.wpcf7-response-output{
		display:block !important;
	}
}