/*
CTC Separate Stylesheet
Updated: 2023-08-03 05:15:19
*/

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.eot');
    src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff'),
        url('Poppins-Regular.ttf') format('truetype'),
        url('Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.eot');
    src: url('Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff'),
        url('Poppins-Medium.ttf') format('truetype'),
        url('Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.eot');
    src: url('Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff'),
        url('Poppins-SemiBold.ttf') format('truetype'),
        url('Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.d-none{
    display: none;
}
.md-d-none{
    display: none;
}
.md-d-block{
    display: block;
}
.for-mobile{
    display: none;
}
.custom-container{
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.w-100{
    width: 100%;
}
a:focus, a:focus img{
    outline: 0 !important;
    text-decoration: 0 !important;
}
.site-header a:focus, .site-header a:focus img{
    background: transparent !important;
    color: inherit !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Poppins';
}
.site-header{
	padding-top: 10px;
	padding-bottom: 10px;
}
.primary-navigation a{
	font-size: 21px;
	font-weight: 500;
	font-family: "Poppins";
	color: #000;
    transition: all .3s ease-in-out;
}
.primary-navigation a:hover:first-child, .primary-navigation .menu-item:hover > a:first-child{
	text-decoration: none;
	color: #5da9dd;
}

.primary-navigation .sub-menu .menu-item:hover > a:first-child{
    color: #fff;
}
nav.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child{
    text-decoration:underline;
    color: #5da9dd;
}
.primary-navigation .sub-menu .current_page_item > a:first-child{
    color: #fff;
}
nav.primary-navigation a:visited{
    color: inherit;
}
nav.primary-navigation .menu-item-has-children .sub-menu .menu-item a{
    padding: 6px 22px;
}
.elementor-33{
    max-width: 100% !important;
}
.menu-item.current-page-ancestor > a{
    color: #5da9dd !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu{
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    border: 0;
    top: 52px;
    padding-top: 20px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    border-bottom: 20px solid #5DA9DD;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    /*-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);*/
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -webkit-transform: translateX(-50%) rotateX(-90deg);
    transform: translateX(-50%) rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.primary-navigation > div > .menu-wrapper > li:hover > .sub-menu{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: translateX(-50%) rotateX(0);
    transform: translateX(-50%) rotateX(0);
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: #5DA9DD !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:first-child{
    padding-top: 15px;
}
.primary-navigation a .sublink-text{
    font-size: 14px;
    font-weight: 400;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before{
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #5DA9DD transparent;
}
.menu-item-has-children button.sub-menu-toggle{
    display: none !important;
}
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul{
    display: block;
}
.site-main{
    padding-top: 0;
}
.color-lg-light{
    color: #5da9dd;
}
.primary-heading{
    margin-bottom: 5px !important;
}
.site-header{
    max-width: 92%;
}
.home-banner-wrap{
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
/*    min-height: calc(100vh - 190px);*/
    min-height: 70vh;
}
.new-home-banner{
    height: 70vh !important;
}
.new-home-banner img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}
.new-home-banner .home-banner-content{
    transform: translate(-50%, -50%);
}
.banner-image{
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.banner-image .elementor-widget-container{
    background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} 
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}

.bordered-btn .elementor-button{
    background-color: transparent !important;
}
.prblm-right-col .elementor-widget-wrap{
    height: 488px;
    overflow-y: auto;
}
.feature-text h3{
    font-size: 64px;
    color: #f8a404;
    font-weight: 700;
}
.feature-text p{
    font-size: 26px;
    line-height: 30px;
    color: #5da9dd;
    font-weight: 400;
}
.wht-new-btn .elementor-button{
    width: 100%;
}
/* inner scrollbar */
.prblm-right-col .elementor-widget-wrap::-webkit-scrollbar {
  width: 8px;
}
.prblm-right-col .elementor-widget-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(93, 169, 221, .3);
}
.prblm-right-col .elementor-widget-wrap::-webkit-scrollbar-thumb {
  background: #5da9dd; 
  border-radius: 10px;
}
.prblm-right-col:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width:98%;
    height: 108px;
    background-color: rgba(36, 35, 95, .7);
}
.serivce-box-para p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-img-col .elementor-widget-wrap{
    overflow: hidden;
}
.service-img-col .elementor-widget-wrap::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47%;
    background: #5da9dd;
    opacity: .9;
}
.h-service-btn{
    transform: translateX(-50%);
}
.sucs-story-btn a{
    width: 100%;
}
.sucs-story-btn .elementor-button{
    text-align: left;
}
.sucs-story-btn .elementor-button-content-wrapper{
    justify-content: flex-start;
}
.sucs-story-btn .elementor-button-text{
    flex-grow: 0;
}
.suces-story-single .elementor-widget-wrap{
    height: 400px;
}
.h-sucs-read-btn .elementor-icon-box-wrapper{
    justify-content: left;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    line-height: 1;
}
.h-sucs-read-btn .elementor-icon-box-icon{
    margin-left: 6px;
}
.h-sucs-read-btn .elementor-icon-box-wrapper .elementor-icon-box-content{
    flex-grow: 0;
    width: auto;
}
.sucs-story-btn.view-all-story-btn .elementor-button-content-wrapper{
    align-items: flex-end;
}
.suces-story-single-con{
    height: 100% !important;
}
.cse-std-card-para .elementor-widget-container{
    display: flex;
    align-items: flex-end;
}
.sm-prblm-sec-wrap .elementor-container{
    flex-wrap: nowrap !important;
    overflow-x: auto;
}
.sucss-stry-card-sec{
    margin: 0 -10px;
}
.suces-story-single-con:hover .h-sucs-read-btn .elementor-widget-container .elementor-icon-box-title,
.suces-story-single-con:hover .h-sucs-read-btn .elementor-widget-container .elementor-icon i{
    transition: all .3s ease-in-out;
}
.suces-story-single-con:hover .h-sucs-read-btn .elementor-widget-container{
    background-color: #5da9dd !important;
}
.suces-story-single-con:hover .h-sucs-read-btn .elementor-widget-container .elementor-icon-box-title,
.suces-story-single-con:hover .h-sucs-read-btn .elementor-widget-container .elementor-icon i{
    color: #fff;
}
.prtnr-image img{
    height: 100% !important;
}
/*Inner pages css start*/
.inner-page-banner-wrap{
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    height: 70vh;
    display: flex;
}
.inner-page-banner-wrap .elementor-container{
    margin-left: initial !important;
}
/*About us Start*/
.our-team-sngl .elementor-widget-heading{
    margin-bottom: 5px !important;
}
.abt-capblty-img img{
    height: 260px !important;
    object-fit: cover;
}
/*About us End*/
/*Case study page start*/
.case-study-sec .suces-story-single .elementor-widget-wrap{
    height: 480px;
}
.case-study-sec .case-card-hdng-dbl p span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}
.srvce-sec-single .elementor-widget-wrap{
    height: 600px;
}
.accordion-wrap .elementor-accordion-item{
    margin-bottom: 30px;
}
.accordion-wrap .elementor-tab-title{
    border-radius: 20px;
    transition: all .3s ease-in-out;
}
.accordion-wrap .elementor-tab-title.elementor-active{
    background-color: #5DA9DD !important;
    border-radius: 20px 20px 0 0;
}
/*.accordion-wrap .elementor-tab-content{
    border-radius:20px;
}*/
.accordion-wrap .elementor-tab-content.elementor-active{
    border-radius:0 0 20px 20px;
}
.case-study-page-list .elementor-container{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
/*Case study page end*/
/*Contact us Start*/
.blue-box-form-wrap.contact-form-wrap  input[type=text], .blue-box-form-wrap.contact-form-wrap  input[type=email],
.blue-box-form-wrap.contact-form-wrap  input[type=number], .blue-box-form-wrap.contact-form-wrap  select{
    border-bottom: 1px solid #ffffff;
}
.contact-form-wrap input[type=text], .contact-form-wrap input[type=email],
.contact-form-wrap input[type=number], .contact-form-wrap select,
.contact-form-wrap textarea{
    border: 0;
    border: 1px solid #5da9dd;
    border-radius: 6px;
    color: #24235F;
    background-color: transparent;
    transition: all .3s ease-in-out;
    resize: none;
    min-height: auto !important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
}
.contact-form-wrap div.wpforms-container-full input[type=text]:focus, .contact-form-wrap div.wpforms-container-full input[type=email]:focus,
.contact-form-wrap div.wpforms-container-full input[type=number]:focus, .contact-form-wrap div.wpforms-container-full select:focus,
.contact-form-wrap div.wpforms-container-full textarea:focus{
    box-shadow: none;
    border: 1px solid #24235F;
}
.contact-form-wrap .wpcf7-submit{
    background-color: #24235F !important;
    border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    padding: 12px 40px !important;
    height: auto;
    transition: all .3s ease-in-out;
    font-size: 16px;
}
.blue-box-form-wrap.contact-form-wrap div.wpforms-container-full input[type=text]::placeholder, .blue-box-form-wrap.contact-form-wrap div.wpforms-container-full input[type=email]::placeholder,
.blue-box-form-wrap.contact-form-wrap div.wpforms-container-full input[type=number]::placeholder, .blue-box-form-wrap.contact-form-wrap div.wpforms-container-full select::placeholder{
    color: #fff;
}
.contact-form-wrap .wpcf7-submit:hover{
    background-color: #F8A404 !important;
    background: #F8A404 !important;
}
.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label{
    margin-bottom: 5px;
}
.contct-addrss h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.contct-addrss p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contct-addrss p a{
    color: #fff;
    text-decoration: underline;
}
.contct-addrss p a:focus{
    background: transparent !important;
}
.form-row{
    display: flex;
    align-items: center;
}
.single-field{
    padding-right: 20px;
}
.col-33{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-66{
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.single-field input, .single-field select{
    width: 100% !important;
    outline: 0 !important;
    line-height: 1.1;
}
.pr-0{
    padding-right: 0;
}
.single-field label{
    font-size: 16px;
    margin-bottom: 30px;
}
.single-field p{
    width: 100%;
}
.single-field textarea{
    width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
    outline: 0 !important;
}
.single-field .wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    margin-top: 4px;
}
.ginger-module-highlighter{
    top: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color:#00a0d2 !important;
}
.contact-right-image img{
    max-width: 100% !important;
}
/*Contact us End*/
/*Service Page Start*/
.service-counter .elementor-counter-number-prefix{
    display: none;
}
.service-counter .elementor-counter .elementor-counter-title{
    line-height: 1;
    text-align: left;
    margin-top: 10px;
}
.accordion-list{
    padding-left: 0;
    list-style-type: none;
}
.accordion-list li{
    border-bottom: 1px solid #fff;
    padding: 4px 0;
}
.accordion-list li:last-child{
    border-bottom: 0;
}
.vendr-form-image img{
    height: 320px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.vndr-right-image img{
    height: 150px !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: 0 -24px;
}
.common-table table{
    border-collapse: collapse;
}
.common-table .elementor-widget-container{
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, .2);
}
.capability-table table th:nth-child(2), .capability-table table td:nth-child(2){
    width: 124px;
    min-width: 124px;
}
.common-table table th:last-child, .common-table table td:last-child{
    border-width: 0 !important;
}
.contact-right-image img{
    height: 200px !important;
    object-fit: cover;
    object-position: top;
}
/*Service Page End*/
/*Inner pages css end*/
/*footer css start*/
.site-footer{
    background-image: url('../../../wp-content/uploads/2023/09/predixion-footer.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 70px 0;
    max-width: 92%;
    border-radius: 30px 30px 0 0;
}
.footer-menu-wrap{
    padding-left: 64px;
    width: 100%;
}
.footer-menu-wrap .widget-area{
    padding-top: 0;
    margin-top: 0;
}
.site-footer > .site-info{
    align-items: flex-start;
    margin-top: 0;
    border-top: 0;
    border-bottom: 2px solid #5DA9DD;
    margin-bottom: 30px;
}
.site-footer .widget-area{
    column-gap:0;
    display: flex;
    padding-bottom: 18px;
}
.site-footer .footer-menu-wrap .widget.widget_block{
    margin-top: 20px;
    margin-bottom: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
}
.site-footer .footer-menu-wrap .widget.widget_block#block-8{
    padding-left: 30px;
}
.site-footer .footer-tittle{
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.footer-menu-wrap .widget ul{
    margin-top: 0;
}
.site-footer .footer-menu-wrap ul li{
    margin-bottom: 8px;
    line-height: 1.3;
}
.site-footer .site-info a:link, .site-footer .footer-menu-wrap ul li a{
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.site-footer .footer-menu-wrap ul li a:hover{
    color: #5da9dd !important;
}
.site-footer .footer-menu-wrap ul li a:focus{
    outline: 0 !important;
    text-decoration: none !important;
    background: transparent !important;
}
.site-footer .footer-menu-wrap #block-10.widget.widget_block{
    flex: 0 0 12%;
    max-width: 12%;
}
.footer-menu-wrap #block-10 ul{
    display: flex;
    align-items: center;
}
.footer-menu-wrap #block-10 ul li:first-child{
    margin-right: 32px;
}
footer.site-footer > .site-info a:visited{
    color: #fff;
}
#block-10 a img{
    transition: all .3s ease-in-out;
}
#block-10 a:hover img{
    opacity: .8;
    transform: scale(1.05);
}
.service-img-col img{
    max-width: 100% !important;
}
.site-footer #block-25.widget.widget_block{
    display: none;
}
.site-footer .footer-menu-wrap ul.footer-addrss-list li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}
.footer-all-rsvrd{
    color: #fff;
    font-size: 12px;
    margin-top: 90px;
}
.footer-all-rsvrd-mobile{
    display: none;
}
.site-footer .footer-menu-wrap .widget.widget_block:nth-child(2){
    order: 4;
}
/*footer css end*/
.partner-card-single, .about-card-sngl{
    height: 100% !important;
}
.partner-card-single .elementor-icon-list-items li, .about-card-sngl .elementor-icon-list-items li,
.dot-listing li{
    padding-left: 14px !important;
}
.partner-card-single .elementor-icon-list-items li::before, 
.about-card-sngl .elementor-icon-list-items li::before{
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
.dot-listing li::before{
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}
.collab-table-wrap table{
    border-collapse: collapse;
    border: 1px solid #F8A404;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
.collab-table-wrap table th, .collab-table-wrap table td{
    width: 33.33%;
}
.collab-table-wrap table th:first-child{
    border-left:0 !important;
}
.collab-table-wrap table td:first-child{
    border-left:0 !important;
}
.collab-middl-col p{
    border: 1px solid #F8A404;
    border-radius: 20px;
    padding: 10px 20px;
    line-height: 1.3;
}
.collab-middl-col p strong{
    font-weight: 600;
}
.abt-blue-img-col .elementor-widget-image, .abt-blue-img-col .elementor-widget-image img{
    height: 100% !important;
}

/*Responsive Css start*/
@media only screen and (min-width: 1200px) and (max-width: 1300px){ 
    .service-right .elementor-widget-wrap{
        padding: 30px 25px 0px 25px !important;
    }
    .our-srvc-card-sec{
        margin-top: -230px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){    
    .primary-navigation a{
        font-size: 16px;
        padding-left: 8px !important;
        padding-right: 8px !important;
        line-height: 1;
    }
    .site-logo .custom-logo{
        max-width: 150px;
    }
    .site-branding{
        margin-top: 0;
    }
    .site-logo .custom-logo-link{
        display: flex;
    }
    .footer-menu-wrap{
        padding-left: 0;
    }
    .site-footer .footer-menu-wrap .widget.widget_block{
        margin-top: 0 !important;
    }
    .site-footer .footer-menu-wrap ul li {
        margin-bottom: 10px;
        display: flex;
    }
    .site-footer > .site-info{
        margin-bottom: 20px;
        padding-top: 0;
    }
    .site-footer .site-logo{
        margin-top: 0;
        display: flex;
    }
    .site-footer .site-logo img{
        width: 150px;
    }
    .servc-image, .servc-image .elementor-widget-container{
        height: 100%;
    }
    .servc-image img{
        height: 100% !important;
        object-fit: cover;
    }
    .service-img-col .elementor-widget-wrap::after{
        height: 28%;
    }
    .elementor-section.sucss-stry-card-sec .elementor-container{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .elementor-section.sucss-stry-card-sec .elementor-widget-wrap{
        width: 240px;
        margin: 0px 10px !important;
    }
    .case-study-sec .elementor-section.sucss-stry-card-sec .elementor-container{
        flex-wrap: wrap;
    }
    .case-study-sec .elementor-section.sucss-stry-card-sec .elementor-widget-wrap{
        width: 100%;
        margin: 20px 0 !important;
    }
    .suces-story-single{
        width:auto !important;
    }
    .sucss-stry-card-sec {
        margin: 0;
    }
    .primary-navigation{
        right: 10px;
    }
    .contact-right-image img {
        height: 146px !important;
    }
    .site-footer{
        padding: 30px 30px 0;
    }
    .site-footer .footer-tittle{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .site-footer .site-info a:link, .site-footer .footer-menu-wrap ul li a{
        font-size: 12px;
        line-height: 1;
    }
    .site-footer .footer-menu-wrap ul.footer-addrss-list li {
        color: #fff;
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px){
    .sm-d-none{
        display: none;
    }
    .sm-d-block{
        display: block;
    }
    .for-mobile{
        display: block;
    }
    .custom-container{
        max-width: 100% !important;
    }
    .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo, .site-logo{
        position: initial;
        padding-top: 0;
        margin: 0;
    }
    .menu-button-container {
        display: flex;
    }
    .primary-navigation > .primary-menu-container {
        position: absolute;
        top: 40px !important;
        visibility: hidden;
        opacity: 0;
        transform: translateY(0);
        padding-top: 60px;
        background-color: var(--global--color-background);
        z-index: 1;
        margin-right: 0;
        margin-left: 0;
    }
    .menu-button-container{
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-header{
        justify-content: space-between;
    }
    .site-branding{
        margin-right: 0;
        margin-top: 0;
    }
    .site-logo .custom-logo{
        max-width: 210px;
    }
    .site-header:before, .site-header:after{
        display: none;
    }
    .primary-navigation > div > .menu-wrapper{
        flex-direction: column;
    }
    .menu-button-container #primary-mobile-menu{
        padding-left: 0;
        padding-right: 0;
    }
    .menu-button-container #primary-mobile-menu[aria-expanded="true"]{
        padding-right: 0;
    }
    .primary-navigation{
        position: initial;
    }
    .site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus{
        outline-offset: 0;
        outline: 0;
    }
    #primary-mobile-menu .dropdown-icon svg{
        width: 34px;
        height: 34px;
        color: #24235F;
    }
    .home-banner-wrap {
        max-width: 100%;
    }
    .prblm-sec-hding .primary-heading .elementor-heading-title{
        font-weight: 400 !important;
    }
    .primary-heading .elementor-heading-title span{
        font-weight: 700;
    }
    .sm-prblm-card h3{
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 42px;
    }
    .sm-prblm-card p{
        line-height: 24px;
    }
    .our-servc-frst-sec .service-right{
        position: relative;
        bottom: 100px;
        background: rgba(93, 169, 221, 1);
        padding-bottom: 80px;
        border-radius: 0 0 30px 30px;
    }
    .sm-text-white{
        color: #fff;
    }
    .elementor-section.our-srvc-card-sec .elementor-container{
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 30px;
    }
    .our-srvc-card-sec .elementor-widget-wrap{
        width: 280px;
        margin: 0px 10px !important;
    }
    .elementor-section.sucss-stry-card-sec .elementor-container{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .elementor-section.sucss-stry-card-sec .elementor-widget-wrap{
        width: 240px;
        margin: 0px 10px !important;
    }
    .elementor-section.sucss-stry-card-sec .h-suces-story-single .elementor-container{
        margin: 0 -10px;
    }
    .service-right{
        font-size: 42px;
    }
    .service-right p{
        font-size: 16px;
        line-height: 24px;
    }
    .inner-page-banner-wrap{
        max-width: 100%;
    }
    .case-study-sec .elementor-section.sucss-stry-card-sec .elementor-container{
        flex-wrap: wrap;
    }
    .case-study-sec .elementor-section.sucss-stry-card-sec .elementor-widget-wrap{
        width: 100%;
        margin: 20px 0 !important;
    }
    .site-footer{
        max-width: 100%;
        padding: 10px 25px 0;
    }
    .site-footer > .site-info{
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .footer-menu-wrap{
        padding-left: 0;
        margin-top: 15px;
    }
    .site-footer .widget-area{
        flex-wrap: wrap;
    }
    .site-footer .footer-menu-wrap .widget.widget_block#block-8{
        padding-left: 0;
        padding-bottom: 30px;
        margin-bottom: 16px;
        border-bottom: 2px solid #5DA9DD;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .site-footer .footer-menu-wrap .widget.widget_block#block-9{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .site-footer .footer-menu-wrap #block-10.widget.widget_block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer .site-info a:link, .site-footer .footer-menu-wrap ul li a{
        font-size: 14px;
    }
    .srvc-crd-ttl{
        margin-bottom: 8px !important;
    }
    .service-reverse-sec .elementor-container{
        flex-direction: column-reverse;
    }
    .innr-servc-img-col .elementor-widget-wrap{
        height: 366px;
    }
    .srvce-sec-single .elementor-widget-wrap {
        height: 500px;
    }
    .h-sucs-read-btn .elementor-icon-box-icon{
        display: inherit !important;
    }
    .sm-prblm-sec-wrap .elementor-widget-wrap{
        width: 280px;
        max-width: 280px;
    }
    .sm-prblm-card, .sm-prblm-card .elementor-widget-container {
        height: 100%;
    }
    .servc-image img{
        height: 370px !important;
        object-fit: cover;
    }
    .service-img-col .elementor-widget-wrap::after{
        height: 72%;
        opacity: .9;
        display: none;
    }
    .sucss-stry-card-sec {
        margin: 0 -4px;
    }
    .contact-form-wrap div.wpforms-container-full .wpforms-field{
        width: 100% !important;
    }
    .contact-form-wrap .wpforms-container .wpforms-field.wpforms-one-third, .contact-form-wrap .wpforms-container .wpforms-field.wpforms-two-thirds{
        margin-left: 0;
    }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu{
        width: 100%;
        top: 0;
        margin: 0;
        padding-top: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
        display: block !important;
    }
    .primary-navigation .menu-item-has-children > a{
        width: 80%;
        float: left;
    }
    .primary-navigation .menu-item-has-children > button{
        float: right;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
        outline: 0;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus, .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus{
        justify-content: center;
    }
    .primary-navigation .menu-item-has-children > button span svg{
        width: 26px;
        height: 26px;
    }
    .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
        display: none;
    }
    .vndr-right-image img{
        height: 184px !important;
        object-position: 0;
    }
    .common-table table th:first-child, .common-table table td:first-child{
        width: 200px;
        min-width: 200px;
    }
    .common-table table th:nth-child(2), .common-table table td:nth-child(2){
        width: 400px;
        min-width: 400px;
    }
    .common-table.capability-table table th:first-child, .common-table.capability-table table td:first-child,
    .common-table.capability-table table th:last-child, .common-table.capability-table table td:last-child{
        width: 400px;
        min-width: 400px;
    }
    .common-table.capability-table table th:nth-child(2), .common-table.capability-table table td:nth-child(2){
        width: 124px;
        min-width: 124px;
    }
    .common-table .elementor-widget-container{
        border-radius: 30px 0 0 30px;
        height: 100vh !important;
        overflow: auto;
        box-shadow: -6px 5px 10px 0px rgba(0, 0, 0, .1);
    }
    .common-table .elementor-widget-container table{
        border-radius: 30px;
        overflow: hidden;
    }
    .site-footer .footer-menu-wrap .widget.widget_block{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
    .site-footer .footer-menu-wrap #block-19.widget.widget_block{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-dscrption{
        display: none;
    }
    .footer-all-rsvrd-mobile{
        display: block;
        margin-top: 40px;
    }
    .partner-card-wrap, .about-three-card-wrap{
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
    }
    .partner-card-sngl-wrap, .about-card-sngl-wrap{
        max-width: 310px !important;
        flex: 0 0 310px !important;
    }
    .collab-table-wrap table{
        max-width: 1000px !important;
        width: 1000px !important;
        margin-right: 25px !important;
    }
    .collab-table-wrap table th, .collab-table-wrap table td{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .form-row{
        flex-wrap: wrap;
    }
    .single-field{
        padding-right: 0;
    }
    .col-33{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-66{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-field label{
        margin-bottom: 20px;
    }
    .single-field .wpcf7-not-valid-tip{
        margin-top: 2px;
    }
}
@media only screen and (max-width: 374px){
    .h-srvc-btn .elementor-button{
        font-size: 12px !important;
    }
}