@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Inter', sans-serif;
    src: url("../Inter-Regular.ttf");
  }
body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    color: #2D3C3C !important;
}
p{
    color: #2D3C3C;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}
a:hover, a {
    text-decoration: none !important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #bebebe;
    box-shadow: 0 0 20px #787878;
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
    background: #B5313E;
}
::-moz-selection,::selection {
    background:#1effd5;
}
img {
    width: 100%;
}
a:hover {
    color: #bf0e1f !important;
}
.container {
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
}
/* =====================menu */
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li a img {
    position: absolute;
    width: 20px;
    left: -10px;
}
ul.dropdown-menu li {
    padding-bottom: 20px;
}
.dropdown-item {
    width: auto !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: transparent !important;
    color: auto !important;
}
ul.dropdown-menu li a {
    position: relative;
    margin-left: 20px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.navbar-expand-lg .navbar-nav{
    justify-content: flex-end;
    width: 100%
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/* =============================================end=menu */
.nav-link {
    color: #2D3C3C !important;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    font-size: 18px;
    font-weight: 600;
    width: 20%;
}
a.contact-btn {
    font-size: 18px;
    font-weight: 500;
    background: #B5313E;
    border-radius: 6px;
    color: #fff !important;
    margin: 0 !important;
    padding: 6px 15px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1rem;
}
.banner {
    padding: 80px 0;
}
.banner h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    height: 160px;
}
span.ityped {
    color: #B5313E;
}
span.ityped-cursor {
    display: none;
}
.banner p {
    text-align: center;
    padding-top: 28px;
}
.ml-5 {
    margin-left: 80px;
}
.mr-5 {
    margin-right: 80px;
}
.btncban {
    text-align: center;
    margin: 47px 0;
}   
.btncban a {
    padding: 12px 37px !important;
}
/* <!-- ==========================video --> */
.video-banner-bottom{
    background-color: #FFF2F4;
}
.sec-vie {
    text-align: center;
    position: relative;
    border-radius: 8px;
}
.sec-vie img {
    width: 80px;
}
.sec-vie img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-vie video {
    padding: 50px 0px;
}
.show-icon{
    display: none;
}
/* <!-- =========================end=video --> */
/* <!-- ==========================What we can do for you? --> */
.heading-what h2 {
    color: #1C1C1C !important;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.heading-what p {
    margin-top: 20px;
    padding: 0 170px;
    text-align: center;
}
.mt-7{
    margin-top: 70px;
} 
.mb-7{
    margin-bottom: 70px;
}
.col_sm_4.services_tab {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.col_sm_4.services_tab {
    width: calc(33.33% - 20px - 20px);
    margin: 10px;
    -webkit-box-shadow: 5px 5px 20px -7px #7f7f7f;
    box-shadow: 5px 5px 20px -7px #7f7f7f;
    padding: 30px;
    text-align: center;
}
.span-img img {
    width: 100%;
    max-width: 20%;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
    background: url(../images/j1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#footer-custom ul li, #start-a-project button, .clints-image, .hubspot-crm button, .hubspot-website-design button, .top-bottom-margin {
    -webkit-transition: all 1.7s ease;
    -o-transition: all 1.7s ease;
    transition: all 1.7s ease;
}
.cms_bsd .col_sm_4 .span-img {
    display: block;
    margin: 0 auto;
}

.equal2 .span-img {
    text-align: center;
    margin: 0px 0 15px;
}
.equal2{
    justify-content: space-between;
}
.span-img {
    padding: 5px 0 10px;
}
.requestQuote h3 {
    color: #484848;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
.shopping-hover a {
    margin-bottom: 0;
}

a.get_a_quote {
    background: linear-gradient(45deg, #33c774, #52d26e, #67d26c);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0;
    padding: 15px 30px;
    text-decoration: none;
    box-shadow: 0 0 20px #adadad;
    -o-box-shadow: 0 0 20px #adadad;
    -ms-box-shadow: 0 0 20px #adadad;
    -moz-box-shadow: 0 0 20px #adadad;
    -webkit-box-shadow: 0 0 20px #adadad;
}
.bg-2 {
    background: url(../images/j4.webp);
}
.bg-4 {
    background: url(../images/j2.webp);
}
.bg-3 {
    background: url(../images/j3.webp);
}
.bg-5 {
    background: url(../images/j5.webp);
}
.bg-6 {
    background: url(../images/j6.webp);
}
.col_sm_4.services_tab:hover {
    -webkit-box-shadow: 0 18px 87px -16px rgb(0 0 0 / 75%);
    box-shadow: 0 18px 87px -16px rgb(0 0 0 / 75%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* <!-- =========================end=What we can do for you? --> */
/* <!-- ==========================Alliances --> */
.alliance {
    background: #FFF2F4;
    padding: 50px 0;
}
.our-patner img {
    width: 60% !important;
}
.our-patner .item {
  margin: 30px 0 0;
}
/* <!-- =========================end=Alliances --> */
/* <!-- ==========================TOURIO--> */

.slida {
    overflow: unset !important;
}
.tourio:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    top: 40px;
    background-image: url(../images/sli-bg.png);
}
.tourio {
    position: relative;
    margin-top: 140px;
}
.img-cont {
    position: relative;
}
.cde {
    width: 50%;
    padding: 165px 0;
}
.aadx {
    height: 680px;
}
.img-cont img {
    position: absolute;
    right: 0;
    top: -678px;
    height: 750px;
    width: 50%;
}
.cde p {
    color: #fff;
    line-height: 1.8;
    padding-top: 10px;
    padding-right: 30px;
}
.cde h2 {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
}
a.case-stye {
    background: #fff !important;
    color: #b5313e !important;
    padding: 13px 20px !important;
    margin-top: 30px !important;
    display: block;
    width: 190px;
}
/* <!-- =========================end=TOURIO--> */
/* <!-- =========================Blog--> */
.blog-details {
    width: calc(33.333% - 20px);
    box-shadow: 1px 10px 10px rgb(49 49 49 / 4%);
    border-radius: 10px;
}
.jus-space {
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont-blog p {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 1.8;
}
.cont-blog span {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.cont-blog h3 {
    color: #121212 !important;
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}
.cont-blog {
    padding: 0px 50px 1px;
    background: #fff;
    border-radius: 10px;
    height: 260px;
}
.blog-img-user img {
    width: 100%;
    background-size: 100% 100%;
    height: 222px;
}
.blog-img-user {
    position: relative;
}
span.title-blog-de {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B5313E;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    letter-spacing: 2px;
}
.heading-blog h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

.heading-blog h5 {
    font-size: 14px;
    font-weight: 400;
}
.heading-blog {
    text-align: center;
    margin-top: 50px;
}
.blog:before {
    position: absolute;
    content: "";
    background: #FFF2F4;
    width: 100%;
    height: 56%;
}
.blog {
    position: relative;
    background: #f1e8e5;
    margin: 70px 0;
    padding: 0 0 70px;
}
.heading-blog {
    text-align: center;
    padding-top: 50px;
    position: relative;
}
.sdw {
    bottom: 31% !important;
    right: 74% !important;
    margin: 0 !important;
}
/* <!-- ========================end=Blog--> */
/* =--------------testimonial */
.tetst{
    margin: 0;
    padding: 0;
}
.img-test {
    position: relative;
}
.img-test img {
    width: 50%;
    position: absolute;
    right: 0;
    top: -658px;
}
.cont-test {
    position: relative;
    padding: 150px 0 80px;
}
.cont-test p {
    width: 50%;
}   
.cont-test:before {
    background: #b5313e;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cont-test p {
    width: 50%;
    font-size: 18px;
    color: #fff;
    padding: 70px 50px;
    line-height: 1.8;
    font-weight: 500;
}
p.admin-th {
    padding: 0px 50px 0;
    margin-top: -60px;
    font-size: 20px;
}
.arrow-sl {
    bottom: 40px !important;
    top: unset !important;
}
.arrow-sl-ri {
    left: 60px;
    bottom: 40px !important;
    top: unset !important;
}
/* =-------------================end-testimonial */
/* =========================footer================ */
.footer-logo img {
    width: 20%;
}
.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.footer-logo {
    text-align: center;
}
.bg-colo-footetr {
    background: #F1E8E5;
    margin: 50px 0px 0px;
    padding: 0px 0 30px;
}
.footer-logo {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 30px 0 10px;
}
.footer-logo h2 {
    font-size: 32px;
    font-weight: 700;
}
.footer-menu h3 {
    font-size: 18px;
    font-weight: 600;
}
.footer-menu {
    padding-top: 30px;
}
ul.menu-footer li {
    list-style: none;
    padding: 10px 0 !important;
}
ul.menu-footer {
    padding: 0;
}
ul.menu-footer li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
ul.menu-footer li i {
    margin-right: 10px;
    font-size: 20px;
    color: #b5313e;
    position: absolute;
    left: -40px;
    width: 5%;
    text-align: center;
}
.row4 li {
    margin-left: 40px;
}
.row4 ul.menu-footer li {
    position: relative;
}
.join-fotter {
    background: #b5313e;
    padding: 20px 20px;
    border-radius: 14px;
}
button.sub {
    background: #9F2733;
    color: #fff;
    border: 0;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 4px;
}
.join-fotter form{
    position: relative;
}
.join-fotter p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-top: 30px;
    opacity: 0.5;
}
.join-fotter h3 {
    color: #fff !important;
    padding-bottom: 20px;
}
.footer-menu {
    width: 25%;
}
.less-five {
    width: 15%;
}
/* =========================footer================ */
/* =========================contact form================ */
.right-form-contact mark {
    background: transparent;
    color: #B5313E;
    padding: 0;
}
.right-form-contact h2 {
    font-size: 48px;
    font-weight: 700;
}
.two-sec-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}
.left-contact-form img {
    width: 95%;
    box-shadow: 0 0 20px #dfdfdf;
    border-radius: 25px;
}
.left-contact-form {
    width: 50%;
}
.right-form-contact {
    width: calc(50% - 20px);
}
.right-form-contact label {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}
.right-form-contact input, .right-form-contact textarea {
    background: rgba(45, 60, 60, 0.05) !important;
    border: 0 !important;
    color: #2D3C3C !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.right-form-contact button {
    background: #B5313E !important;
    border: none !important;
    width: 100%;
    margin-top: 20px;
}
.right-form-contact form {
    margin-top: 33px;
}

/* ========================end=contact form================ */
/* ========================about banner================ */
.about-banner h2 {
    height: 260px;
}
.about-banner mark, .case-study mark {
    background: transparent;
    color: #b5313e;
    padding: 0;
}
/* =======================end=about banner================ */
/* =======================counter================ */
.count-icon:before {
    content: "+";
    position: absolute;
    right: 28px;
    font-size: 30px;
    top: 5px;
}
.count-icon {
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 90px;
    width: 70%;
    margin: 0 auto;
    box-shadow: 0px 20px 40px rgb(49 49 49 / 3%);
    padding: 10px 0 0;
}
.count-icon i {
    margin-right: 25px;
    color: #B5313E;
    font-size: 35px;
    margin-left: -30px;
}
.count-ab {
    background: #f1e8e5;
    margin-bottom: 70px;
}
.bg-col {
    border-radius: 32px;
    padding: 50px 0;
}
.counter p {
    margin-top: 20px;
}
/* =======================end=counter================ */
/* =======================our-story================ */
.img-our:before {
    position: absolute;
    background-image: url(../images/about-img-bg.png);
    width: 100%;
    height: 100%;
    content: "";
}
.img-our{
    position: relative;
}
.heading-our {
    text-align: center;
    margin-top: 50px;
}
.heading-our h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
.heading-our h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.our-story p {
    line-height: 2;
    text-align: justify;
}
.core-value {
    background: #f1e8e5;
    padding: 40px 0;
    margin-top: 50px;
}
.core-value .heading-our {
    margin: 0;
}
.core-value .heading-our p {
    margin: 0 180px;
}
/* =======================our-story================ */
/* =======================our-Values================ */
.thre-se-value {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0 20px;
}
.one-value {
    background: #fff;
    width: calc(33.333% - 20px);
    padding: 40px 40px;
    border-radius: 45px;
    box-shadow: 0px 20px 40px rgb(49 49 49 / 3%);
}
.fill-value {
    background: #B5313E;
}
.one-value p {
    color: #8D9393 !important;
    text-align: justify;
    line-height: 1.8;
}
.fill-value p {
    color: #fff !important;
}
.fill-value h4 {
    color: #fff !important;
}
.fill-value h2 {
    color: #fff !important;
}
.fill-value {
    background: #B5313E;
}
.one-value h4 {
    font-size: 26px;
    line-height: 1.4;
}
.one-value h2 {
    font-size: 42px;
    font-weight: 600;
}
/* =======================our-Values================ */
/* ================Join the Clinche team!=================== */
.img-cont-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.left-cont-team {
    width: calc(50% - 40px);
    padding: 92px 0;
}
.right-img-team {
    width: calc(50% - 20px);
}
.clinche-team {
    margin-top: 40px;
}
.left-cont-team p {
    line-height: 1.8;
}
.left-cont-team h2 {
    font-size: 48px;
    font-weight: 700;
}
.left-cont-team a {
    background: #b5313e;
    color: #fff;
    padding: 10px 20px;
    margin: 30px 0;
    display: block;
    width: 145px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 600;
}
.right-img-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}
.seprate-img-team {
    width: calc(50% - 20px);
}
.sep-img-two {
    width: 50%;
}
.sep-img-two img {
    margin-bottom: 20px;
}
.seprate-img-team img {
    height: 100%;
}
.sep-img-two img:nth-child(2) {
    margin: 0;
}
/* ===============end=Join the Clinche team!=================== */
/* ===============blog-page=================== */
.blog-two-div {
    margin: 80px 0;
}
.date-update h5 {
    font-size: 16px;
    font-weight: 400;
    color: #898989 !important;
    margin: 40px 0 20px;
}
.date-update h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 23px;
}
.date-update a {
    color: #B5313E;
    font-size: 18px;
    font-weight: 700;
}
.right-bar-cat ul li a {
    color: #2D3C3C;
    font-size: 18px;
    font-weight: 400;
}
.right-bar-cat ul li {
    padding-bottom: 27px;
}
.right-bar-cat ul {
    padding: 0;
    list-style: none;
}

.right-bar-cat h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 27px;
}
.search-bar-blog i {
    font-size: 15px;
}
.search-bar-blog button {
    position: absolute;
    top: 5px;
    color: #575757;
    right: 20px;
    border: 0;
    background: transparent;
}
.search-bar-blog input {
    position: relative;
}
.search-bar-blog {
    margin-bottom: 50px;
}
.blog-page:before{
    background: transparent !important;
}
.blog-page .blog-details {
    margin-bottom: 42px;
}
/* ==============end=blog-page=================== */
/* ======================web-development-banner */
.banner-web {
    background: #1C1C1C;
}
.left-banner-cont ul {
    display: flex;
    list-style: none;
    padding: 100px 0 0;
}
.left-banner-cont h2 {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
    padding-top: 20px;
}
.left-banner-cont p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.consl-l {
    background: #B5313E;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.left-banner-cont ul li a {
    color: #fff;
    padding-right: 4px;
}
/* =====================end=web-development-banner */
/* =====================leverage */
.leverage {
    margin: 50px 0;
}
.heading-lev p {
    text-align: center;
    margin-top: 20px;
}
.heading-lev h2 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    color: #2D3C3C !important;
    line-height: 1.5;
    margin: 0 140px;
}
.cust-four {
    background: #f1e8e5;
    border-radius: 14px;
    padding: 20px 20px;
}
.cust-four span svg {
    font-size: 30px;
    padding: 3px !important;
}
.cust-four {
    border-radius: 14px;
    padding: 20px 20px;
    margin-bottom: 30px;
    width: calc(50% - 15px) !important;
}
.bg-fill-web{
    background: #f1e8e5;
}
.cust-four span i, .cust-four span svg {
    color: #B5313E;
    background: rgba(181, 49, 62, 0.2);
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.cust-four p {
    font-size: 14px;
    font-weight: 400;
}
.cust-four h4 {
    font-size: 24px;
    font-weight: 600;
}
.four-se-lev {
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 80px;
}
/* ====================end=leverage */
/* <!-- =========================Web Application Development Cycle  --> */
.cyle-dev-left h3 {
    font-size: 35px;
    font-weight: 700;
}
.cyle-dev-left p {
    text-align: justify;
}
span.icon-cycle-dev img {
    width: 20px;
    margin-right: 11px;
    margin-left: 10px;
}
.cyle-dev-left ul li {
    font-size: 18px;
    font-weight: 500;
    width: 38%;
    margin-bottom: 40px;
    position: relative;
    margin-left:60px;
}
.cyle-dev-left ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
}
.dev-cycle {
    position: relative;
}
.dev-cycle:after {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    background: #b5313e;
    content: "";
    top: 0;
    z-index: -1;
}
.right-img-cycle img {
    padding: 40px 0;
}
/* <!-- ========================end=Web Application Development Cycle  --> */
/* <!-- ========================Our Web development success stories show our expertise  --> */
.success-stories {
    background: #b5313e;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center;
}
.cont-suces p {
    color: #fff;
    padding: 0 110px;
}
.cont-suces h2 {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 130px 30px;
}
/* -===================================end=Our Web development success stories show our expertise */
/* ==========================eat-slider */
.bg-fill-dark{
    background: #1C1C1C;
}
.cont-eat-slid h3 {
    color: #fff !important;
    font-size: 40px;
}
.cont-eat-slid p {
    color: #fff;
    margin-bottom: 40px;
}
.cont-eat-slid a {
    color: #B5313E;
    background: #fff;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.cont-eat-slid {
    padding: 60px 40px;
}
.eat-slid-do {
    left: 140px !important;
}
/* =========================end=eat-slider */
/* ==================indus-cover */
.industries-cover {
    background: #f1e8e5;
    padding: 40px 0;
}
.heading-cover-ind p {
    text-align: center;
    padding: 0 160px;
    margin-top: 20px;
}
.heading-cover-ind h2 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    padding: 0 110px;
}
.cove-d {
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 0;
    align-items: center;
    box-shadow: 0px 20px 50px rgb(49 49 49 / 5%);
    margin: 0 19px 40px;
}
.cove-d img {
    width: 40px;
    margin-right: 20px;
}
.cove-d h5 {
    font-size: 15px;
    font-weight: 600;
}
.content-cover {
    margin-top: 50px;
}
/* =================end=indus-cover */
/* ================faq */
.d-details,
.d-imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
details[open],
details summary,
.d-imgs {
  display: block;
}
details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    background: #b5313e2e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
details.tab-control {
    box-shadow: 0 0 20px #bdbdbd;
    border-radius: 10px;
}
.d-details {
    margin-top: 60px;
}
details summary:after {
  content: "›";
  font-size: 2rem;
  transition: 0.3s;
  transform: rotate(90deg);
}

/* transitions */
details {
  margin-bottom: 1rem;
  height: 4rem;
  transition: height 0.3s ease;
}
details[open] {
    height: auto;
}
details p {
  height: fit-content;
  padding: 1rem;
}
details[open] summary:after {
  transform: rotate(-90deg);
}

/* Imgs */
.imgs {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  border-radius: 2rem;
}

/* responsive */
@media (max-width: 1190px) {
  body,
  .d-display {
    height: fit-content;
    width: 100%;
  }
  .d-display {
    justify-content: center;
    padding: 2rem 0;
  }
}
.heading-faq h2 {
    font-size: 48px;
    font-weight: 700;
}

.heading-faq h5 {
    font-size: 14px;
    font-weight: 400;
}
.heading-faq {
    margin-top: 60px;
    text-align: center;
}
/* ======================end-faq   */
.mob-app{
    background-image: url(../images/mobile-application-bg.png);
    background-size: 100% 100%;
    height: 480px;
}
/* ======================tech-banner   */
.tech-gif{
    background: #000104;
}
/* =====================end=tech-banner   */
/* ======================we-use-tech-banner   */
.sub-tech {
    background: rgb(255 255 255 / 70%);
    text-align: center;
    z-index: 0;
    transition: all 0.5s linear;
    color: #222;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 80px 20px 30px;
    margin: 100px 10px;
        height: 500px;
}
.hexagon2, .hexagon2:before, .hexagon2:after {
    background: white;
}
.sub-tech p {
    text-align: justify;
}
.hexagon2 i {
    font-size: 60px;
    color: #fff;
}
.hexagon2 {
    width: 100px;
    height: 55px;
    margin: 0px auto 0;
    position: relative;
    top: -100px;
}
.hexagon2 span img {
    width: 100%;
    max-width: 60px !important;
    margin: 0 auto;
}
.hexagon2:before {
    top: -29px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
.hexagon2:before, .hexagon2:after {
    content: "";
    position: absolute;
    left: 22px;
    width: 57px;
    height: 57px;
    transform: rotate(145deg) skew(22.5deg);
    background: #2d3c3c;
}
.hexagon2:after {
    top: 27px;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
.hexagon2 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 55px;
    background: #2d3c3c;
    z-index: 1;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
.hexagon2 span .icon.icon {
    background-image: none;
}
.icon {
    width: 55px;
    height: 55px;
    top: 50%;
    background: url(../img/our-services-icons.png);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-size: 125px;
}
.heading-lev h5 {
    text-align: center;
}
/* =====================end=we-use-tech-banner   */
/* =====================chain   */
.ser-assist {
    background-image: url(../images/bg-chain.jpeg);
    background-size: 100% 100%;
}
.divide-ass p {
    color: #fff;
    padding: 10px 0px 0 20px;
}
.divide-ass h2 {
    font-size: 40px;
    color: #fff !important;
    font-weight: 700;
    padding: 50px 0px 0 20px;
}
/* =====================end=chain   */
/* ================================banner=case-study */
.case-study h2 {
    height: auto;
}
.img-case-study img {
    width: 100%;
    max-width: 200px;
    padding: 40px 0 0;
}
.img-case-study:before {
    content: "";
    position: absolute;
    background-image: url(../images/mob-bg-case-study.png);
    width: 100%;
    height: 100%;
    right: -111px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% 100%;
}
.case-study-sub {
    padding: 55px 0;
}
.song-bf:before {
    background-image: url(../images/sonyliv-bg.png);
}
.goibibo-bf:before{
    background-image: url(../images/goibo-bg.png);
}
.airtel-bf:before{
    background-image: url(../images/airtel-bg.png);
}
.tinder-bf:before{
    background-image: url(../images/tinder-bg.png);
}
.hotstar-bf:before{
    background-image: url(../images/hotstar-bg.png);
}
.dream-bf:before{
    background-image: url(../images/dream11-bg.png);
}
.netflix-bf:before{
    background-image: url(../images/netflix-bg.png);
}
.ikea-bf:before{
    background-image: url(../images/ikea-bg.png);
}
.img-case-study {
    position: relative;
}
.main-case-data {
    overflow: hidden;
}
.case-study-sub a {
    color: #b5313e;
    font-size: 22px;
    font-weight: 500;
    position: relative;
}
.case-study-sub p b {
    font-size: 20px;
}
.case-study-sub h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C !important;
}
.case-study-sub i {
    font-size: 30px;
    position: absolute;
    right: -43px;
    top: 0;
}  
.left-side-study:before{
    left: -111px;
    right: 0;
}
.left-side-study img{
    float: right;
}
.data-case-study {
    padding-bottom: 100px;
}


/* ================================end=case-study */    
span.numb-cycle {
    position: absolute;
    left: -60px;
}
span.icon-cycle-dev {
    position: absolute;
    left: -39px;
}
.postBtn {
    position: absolute;
    right: 0;
    z-index: 9;
}
.post-btn {
    background: #ff8100;
    -webkit-transition: all 185ms;
    transition: all 185ms;
    display: inline-block;
    letter-spacing: 0em;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
    height: 75px;
    width: 75px;
}
.post-btn i {
    color: white;
    font-size: 15px;
}
.fa-arrow-right:before {
    content: "\f061";
}
.blog-post-image {
    position: absolute;
    display: block;
    height: 100%;
    width: 52%;
    top: 0;
}
.blog-post-image img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
    transition: all 325ms ease-in-out;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.blog-post-body {
    -webkit-transition: all 325ms ease-in-out;
    transition: all 325ms ease-in-out;
    background: #161b2f;
    position: relative;
      padding: 40px;
    float: right;
    z-index: 2;
    width: 100%;
}
.blog-post-date {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    display: block;
}
ul.short-meta {
    margin-bottom: 25px;
    display: block;
    list-style: none;
    padding-left: 0;
}
ul.short-meta li {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    color: #a0a0a0;
    font-size: 11px;
    margin-right: 16.5px;
}
ul.short-meta li p {
    letter-spacing: inherit;
    line-height: inherit;
    font-size: inherit;
    color: #ff9d23;
    margin: 0;
}
.blog-post-body h2.post-title {
    letter-spacing: 0em;
    line-height: 2.5em;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.blog-post-body h2.post-title a {
    color: white;
    line-height: 25px;
    display: block;
    font-weight: 500;
}
.post-excerpt {
    line-height: 1.8em;
    color: #9099a8;
    font-size: 14px;
    margin: 0;
    display: block;
}
.containera .col-md-4 {
    background: #b5313e;
    line-height: 1em;
}
.popular-news-block-wrapper {
    width: 100%;
    padding-top: 37.5px;
    padding-right: 30px;
    padding-left: 30px;
}
li.news-item a:hover {
    color: #fff !important;
}
.right-form-contacta mark {
    color: #fff;
    background: transparent;
    padding: 0;
}
.right-form-contacta form {
    margin-top: 40px;
}
.popular-news-block-wrapper h5.block-title {
    letter-spacing: 0em;
    font-weight: 700;
    color: white !important;
    line-height: 1em;
    margin: 0 0 25px;
    font-size: 21px;
}
.popular-news-block-wrapper .popular-news-list {
    max-width: 350px;
    line-height: 1em;
    display: block;
    font-size: 0;
    overflow-y: scroll;
    max-height: 222px;
    padding: 2px;
}
h4.post-title a {
    color: #dfdfdf;
}
.popular-news-block-wrapper .popular-news-list .news-item {
    position: relative;
    min-height: 85px;
    padding-left: 100px;
    padding-top: 5px;
    display: block;
    margin-bottom: 30px;
    padding-right: 2px;
}
.popular-news-block-wrapper .popular-news-list .news-item .image {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
}
.popular-news-block-wrapper .popular-news-list .news-item .image img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px #e8c6c6;
}
.popular-news-block-wrapper .popular-news-list .news-item .date {
    color: #fff !important;
    line-height: 1em;
    margin: 0 0 5px;
    font-size: 14px;
    display: block;
    font-weight: 700;
}
.popular-news-block-wrapper .popular-news-list .news-item .post-title {
    letter-spacing: 0em;
    line-height: 1.3;
    font-weight: 500;
    font-size: 13px;
    color: #413b40;
    margin: 0;
}
.containera {
    overflow: hidden;
}
.pad-0{
 padding:0 !important;   
}
/*.containera:hover img.img-fluid {*/
/*    transform: translateX(-90px) scale(1.2);*/
/*}*/
/*.containera:hover .blog-post-body {*/
/*    transform: translateX(50px);*/
/*}*/
.right-form-contacta form label {
    color: #ffffff9e;
}
.right-form-contacta form .form-control {
    background-color: #fff3;
    border: 1px solid #ced4da45;
    }
    .right-form-contacta form .btn-primary{
    background: #161b2f !important;
    border: none !important;
    width: 100%;
    margin-top: 20px;
    }
    .right-form-contacta h2 {
    color: #000 !important;
}
.terms-cond h2 {
    text-align: center;
}
.terms-cond {
    margin: 50px 0;
}
.ter {
    padding-bottom: 20px;
}
.ter h2 {
    text-align: center;
    font-size: 70px;
    padding: 70px 0 30px;
}
.cust-four ol li {
    width: 50%;
    padding-bottom: 20px;
}

.cust-four ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.whatsapp {
    position: fixed;
    right: 35px;
    bottom: 20px;
    font-size: 21px;
    z-index: 9;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #11ad64;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
@keyframes zcwmini2{
    0% {
    box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
}
10% {
    box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(16 202 125), 0 0 12px 14px #13b92a;
}
100% {
    box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
}
}
.whatsapp a.float {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-animation: zcwphone2 3s linear infinite;
    -moz-animation: zcwphone2 3s linear infinite;
    animation: zcwphone2 3s linear infinite;
}
@keyframes zcwphone2{
    0% {
    transform: rotate(50deg);
    transition: all .5s ease-in;
    }
100% {
    transform: rotate(
-25deg
);
    transition: all .5s ease-in;
}
}
.whatsapp a.float i {
    color: #ffffff;
}
li#block-13 {
    list-style: none;
}
.Virtual-Tour {
    padding: 30px 0;
}
.heading-veryt h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
ul.social-list li i {
        color: #fff;
    font-size: 18px;
    padding: 0px 14px 0;
    color:#b5313e;
}
ul.social-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding:0;
}
.footer-bottom h4 {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    color:#fff !important;
        text-align: center;
}
.footer-bottom > .row {
    border-top: 1px solid #000;
}
.footer-bottom {
    background: #f1e8e5;
}
.bot-footer {
    background: #b5313e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.thumb img {
    height: 180px;
}
.call-btn {
    background: #b5313e;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    display: block;
    width: 90px;
    margin-left: 21px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.call-btn:hover {
    color: #000 !important;
}
.call-btn-set {
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 30px auto 0;
    display: block;
    max-width: 100px;
    font-size: 23px;
    font-weight: 500;
    color: #b5313e;
}

.cookie-notice{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 0;
	bottom: 0;
	width: 100%;
	background: #191919;
	color: #F6F6F6;
	font-size: 1.2rem;
	z-index: 999;
}
	.cookie{
		font-size: 2.2rem;
		margin-right: .3rem;
		margin-left: 1rem;
		}
	.accept-cookies{
		cursor: pointer;
		border: none;
		outline: none;
		background: #F6F6F6;
		color: #191919;
		font-weight: 700;
		padding: .5rem 1.5rem;
		margin-right: 1rem;
		margin-left: 3rem;
		transition: .35s ease;
	}
.cookie-notice p {
    color: #fff;
    margin: 0;
}
.cookie-notice a {
    color: #b5313e;
    font-weight: 500;
}
.none-clas{
    display:none !important;
}
.help {
    background: linear-gradient(45deg, #b5313e, #99474f);
    padding: 20px 0;
    margin: 60px 0;
}

.combine-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.right-cont h2 {
    color: #fff !important;
    font-size: 50px;
}
.name-descripeion {
    position: relative;
    z-index: 9;
}
.book {
    background-color: #00b7c4!important;
}
.btn-icon i {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    opacity: 0;
}
.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid #fcfcfc;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
.right-cont ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 10px;
    list-style: none;
    margin: 0;
}
.right-cont ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.right-cont ul li a:hover {
    color: #000 !important;
}
.right-cont ul li {
    width: 25%;
}
#map_canvas { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	width: 100%; 
}
.marker {
  background-image: url('https://image.flaticon.com/icons/svg/787/787535.svg');
  background-size: cover;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.map-container{
    width: 100%;
    height: calc(100vh - 143px);
    position: relative;
}
.map-pos-data {
    position: absolute;
    bottom: 11px;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 30px;
    background-color: #252525;
    border-radius: 27px;
}
.map-abso-data {
    display: flex;
    align-items: center;
}
.map-abso-data p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 15px;
    white-space: nowrap;
}
.map-abso-data a {
    padding: 10px 65px;
    background-color: #ed1a24;
    display: inline-block;
    border-radius: 12px;
    color: #fff;
    margin-left: 18px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.map-abso-data a i {
    position: absolute;
    top: 14px;
    left: 15px;
}
.map-abso-data a span {
    display: inline-block;
    margin-left: 5px;
}
.map-tracker-times{
    position: relative;
    display: inline-block;
    width: 100%;
}
.map-tracker-times ul{
    display: flex;
    align-items: center;
    border: none;
}
.map-tracker-times ul li {
    width: 24.5%;
}
.map-tracker-times ul li a{
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
}
.map-tracker-times ul li a:hover{
    background-color: #fff;
    border: none;
}
.map-tracker-times ul li a.active, 
.map-tracker-times ul li a.active:focus, 
.map-tracker-times ul li a.active:hover{
    border: none;
}
.map-tracker-times ul li a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
    top: 7px;
    left: 0;
}
.map-tracker-times ul li a .round-time{
    width: 12px;
    height: 12px;
    border: 2px solid #ed1a24;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: #fff;
}
.track-time{
    color: #000;
}
.three-dots-before,
.three-dots-after{
    position: absolute;
    top: -3px;
    z-index: 1;
}
.three-dots-before{
    left: -2px;
}
.three-dots-after {
    right: -7px;
}
.three-dots-before i,
.three-dots-after i{
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #bbb;
    border-radius: 50%;
    margin: 0px 1.5px;
    background-color: #fff;
}
.map-tracker-times ul li:first-child a .three-dots-before i:first-child{
    display: none;
}
.map-tracker-times ul li:last-child a .three-dots-after i:first-child{
    display: none;
}

.map-tracker-times ul li a .three-dots-before{
    display: none;
}
.map-tracker-times ul li:first-child a .three-dots-before{
    display: block;
}

.map-tracker-times ul li a.active .round-time{
    background-color: #ed1a24;
}

.map-tracker-times ul li a.active:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed1a24;
    top: -5px;
    right: calc(50% - 5px);
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

