html{overflow-x:hidden;scroll-behavior:smooth}
body{background:#fff;margin:0;padding:0!important;font-family:Poppins,sans-serif;font-weight:400;color:#646464;overflow-x:hidden}
*{box-sizing:border-box}
p{font-size:16px;line-height:1.5;color:#545454;margin:0}
#myBtn{display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:40px;line-height:1.7;border:none;outline:0;background:#2391cb;color:#fff;cursor:pointer;padding:0;width:60px;height:60px;border-radius:100%}
#myBtn:hover{background-color:#555}
a,a:focus,a:hover{text-decoration:none!important;transition:ease-in-out .3s}
a{color:#2391cb}
button:focus{box-shadow:none!important}
ul{padding:0;margin:0}
img{max-width:100%;transition:ease-in-out .3s;width:auto;height:auto;object-fit: cover;}
::placeholder{color:#4e4e4e!important}
button:focus{outline:0!important}
.black_txt{color:#000!important}
.blackL_txt{color:#2a2e32!important}
.white_txt{color:#fff!important}
.pink_txt{color:#ed9aa4!important}
.gray_txt{color:#66696c!important}
.blue_txt{color:#2391cb!important}
.gray_bg {background: #f9f9f9;}
h1, h2, h3, h4, h5, h6{color: #545454;font-weight: 400;}
.header_sec {
    transition: ease-in-out .2s;
    width: 100%;
    background: #fff;
}
.header_sticky {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
}
.header_sticky .top_bar{display:none}

.call_us span, .social_icon a {
    color: #ed9aa4;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
}
.social_icon a:hover {background: #16a8b8;}
.header_sec .navbar{background:none!important;padding:15px 0}
.navbar-brand{margin:-30px 0 0;padding:0;max-width:150px}
.navbar-brand{margin:0;padding:0;max-width:250px}
.header_sticky .navbar-brand{margin:0}

.header_sec .navbar .nav-item:not(:last-child) {padding-right:25px}
.header_sec .navbar-nav > .nav-item.dropdown {
    padding-right: 35px;
}
.header_sec .navbar .nav-item{transition:ease-in-out .3s}
.header_sec .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #8a8a8a;
    padding: 15px 0;
    line-height: 15px;
    font-weight: 600;
    position: relative;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
.header_sec .navbar .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #2391cb;
    color: #2391cb;
}
.header_sec .dropdown-menu li {
    position: relative;
}
.header_sec .dropdown-menu {
    min-width: 200px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
}
.header_sec .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}
.header_sec .dropdown-menu .dropdown-item {
    line-height: 15px;
    font-size: 15px;
    padding: 10px;
    color: #000 !important;
    transition: ease-in-out .2s;
    white-space: normal;
}
.header_sec .dropdown-menu .dropdown-item:hover {
    background: #2391cb;
    color: #fff !important;
}
.header_sec .plus_icon {
    position: absolute;
    top: 0;
    right: 12px;
    color: #000;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.header_sec .navbar .dropdown:hover > .plus_icon{color: #2391cb;}
.header_sec .dropdown-toggle::after{display: none;}
.btn_group {
    margin-top: 30px;
}
.custom_btn {
    color: #fff !important;
    background: #2391cb;
    border-radius: 16px;
    border: 1px solid #2391cb;
    text-align: center;
    display: inline-block;
    min-width: 175px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 25px;
    transition: ease-in-out .3s;
    font-weight: 500;
}
.white_btn {
    background: #fff;
    color: #2391cb !important;
}
.outline_btn {
    border-color: #fff;
    background: none;
}
.custom_btn:hover {
    background: #166e9c;
    border: 1px solid #166e9c;
    color: #fff !important;
}
.white_btn:hover {
    background: #000;
    color: #fff !important;
}
.btn_group .custom_btn:not(:last-child) {
    margin-right: 15px;
}
.custom_btn i {
    vertical-align: middle;
    font-size: 22px;
    margin-left: 5px;
}
.call_us {
    display: flex;
    align-items: center;
}
.call_us span {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    font-size: 24px;
    background: #2391cb;
    color: #fff;
}
.call_us:hover span {
    background: #166e9c;
    color: #fff;
}
.call_us h6 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.call_us a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
/* Banner CSS Start here */
.bnr_sec, .workWith_sec{padding:100px 0;background:#040404 url(../assets/../img/bnr_bg.webp) no-repeat center/cover;overflow:hidden;position:relative}
.home_bnr{padding:100px 0 20px;}
.bnr_sec::after, .workWith_sec:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100%;
    background-position: right bottom;
}
.bnr_sec .container, .bnr_sec .container-fluid, .workWith_sec .container{position:relative;z-index: 9;}
.home_bnr .container {
	max-width: 1520px;
}
.bnr_txt .small_head {
    background: none;
    color: #fff;
    font-weight: 500;
    border: 1px solid #494949;
}
.small_head i {
    vertical-align: middle;
    color: #2391cb;
    font-size: 18px;
    margin-right: 5px;
}
.heading_h1, .bnr_txt h1{color:#fff;font-weight:700;font-size:56px}
.bnr_txt h1:after, .steve_signture:after {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(to right, #3361aa 0%, #b0d5ed 50%, #021229 100%);
}
.bnr_txt h1 span {
    color: #2391cb;
    display: block;
}
.bnr_txt p{color: #fff;}
.bnr_sec .carousel {
    margin-top: -30px;
}
.bnr_sec .carousel-item h4 {
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.bnr_video{height: 280px;}
.bnr_video video, .bnr_video img {
    border: 6px solid #8a8a8a;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.clientQuote {
    margin-top: 10px;
}
.clientQuote i {
    color: #2391cb;
    font-size: 36px;
}
.clientQuote h5 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    max-width: 400px;
}
.clientQuote p {
    color: #fff;
    font-size: 12px;
}
.clientSignImg {
    position: relative;
    display: flex;
    gap: 10px;
}
.mrStephen {
    max-width: 250px;
    position: relative;
    height: 370px;
    min-width: 250px;
}
.mrStephen img {
    max-height: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s ease-in-out;
    transform: scale(1);
    opacity: 1;
}
.mrStephen img.inactive-img {
    opacity: 0;
    transform: scale(0.8);
    max-height: 330px;
    left: 20px;
}
.mrStephen img.zoom-in {
  animation: zoomIn 1s forwards;
}
.mrStephen img.zoom-out {
  animation: zoomOut 1s forwards;
}
img.active-img {
    height: 400px;
    width: auto;
    max-width: max-content;
    bottom: -52px !important;
}
@keyframes zoomIn {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes zoomOut {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.8); opacity: 0; }
}
.clientSign_box p {
    color: #ddd;
}
.steve_signture {
    max-width: 210px;
    margin-top: 20px;
    padding-left: 10%;
}
.steve_signture:after {
    width: 100%;
    margin-top: 20px;
}
/* Banner CSS End here */
/* About CSS start here */
.paddTB_70 {padding: 70px 0;}
.exp_box {
    max-width: 250px;
    background: #000;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 19px 27px rgba(0,0,0,0.05);
    text-align: center;
    padding:10px;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.exp_box .d-flex {
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}
.google_tate {
    padding: 0;
    color: #000;
    font-size: 18px;
}
.google_tate span {
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}
.client_testi {
    justify-content: center;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.client_testi span {
    display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 100%;
    overflow: hidden;
}
.client_testi span:not(:first-child) {
    margin-left: -10px;
}
.client_testi span:last-child {
    background: #2391cb;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    position: relative;
}
.google_tate i {
    font-size: 16px;
    color: #FF9F00;
    vertical-align: middle;
}
.exp_box h4 {
    margin:0;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
}
.exp_box p {
    font-size: 12px;
    line-height: normal;
    color: #fff;
}
.small_head {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    background: #abd2e7;
    padding: 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.about_txt h3 {
    font-size: 28px;
}
.about_txt h4 {
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
    color: #2391cb;
}
.about_txt ul {
    padding-left: 18px;
}
.about_txt li {
    margin-bottom: 5px;
}
.aboutimg_box > img {
    position: relative;
    border-radius: 40px;
    max-height: 600px;
}
.aboutimg_box {
    padding: 0 30px 0 20px;
    position: relative;
        display: block;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.about_txt p {
    margin: 20px 0;
}
/* About CSS end here */
/* Service CSS start here */
.head_box {
    margin-bottom: 30px;
}
.sec_head, .head_box h2 {
    font-size: 44px;
    color: #545454;
    font-weight: 400;
    line-height: 1.1;
}
.gradient_head h2 {
    background: linear-gradient(110deg, #545454 50%, #2391cb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head_box h2 {
    margin: 0 0 5px;
}
.serviceSlider .owl-stage, .solutionSlider .owl-stage {
    display: flex;
}
.serviceSlider .item, .solutionSlider .item {
    height: 100%;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    min-height: 465px;
}
.flip-card, .flip-card-inner, .flip-card-front, .flip-card-back{height: 100%;}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .9s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    z-index: 9
}
.flip-card-back,.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.flip-card-back {
    transform: rotateY(180deg)
}
.service_box {
    background: #fff;
    max-width: 650px;
    border-radius: 30px;
    box-shadow: 0px 19px 27px rgba(0,0,0,0.01);
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.flip-card-front .service_box {
    display: block;
}
.flip-card-back .service_box {
    text-align: center;
    align-content: center;
}
.service_txt {
    padding: 20px;
}
.service_img {
    height: 300px;
    position: relative;
}
.service_img > img {
    height: 100%;
    width: 100% !important;
    border-radius: 20px;
}
.service_box:hover{border-color: #2391cb;}
.service_box h3 {
    font-size: 24px;
    margin:0;
}
.service_box p {
    font-size: 14px;
    line-height: 1.7;
    color: #6d6c6c;
    margin-bottom: 10px;
}
.service_btn {
    padding: 0 20px 20px;
    width: 100%;
}
.small_btn {
    min-width: inherit;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-dots {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.owl-dots button {
    width: 12px;
    height: 12px;
    background: #d2d2d2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.owl-dots button.active{
    width: 15px;
    height: 15px;
    background: #133e53 !important;
}
.owl-dots button:not(:last-child) {
    margin-right: 10px;
}
/* Service CSS end here */

/* Whay-Choose CSS start here */
.whyC_list li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}
.whyC_list li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.growth_icon{max-width:45px;min-width:45px;}
.growth_icon img {
    max-width: 35px;
}
.whyC_list p {
    margin: 0;
    font-size: 15px;
}
/* Whay-Choose CSS end here */

/* Solution Start end here */
.solution_sec .head_box {
    max-width: 580px;
    margin: 0 auto 50px;
}
.col_row {row-gap: 24px;}
.solutionSlider .owl-stage-outer{padding:0 0 30px;}
.solution_box {
    border-radius: 20px;
    overflow: hidden;
    background: #2391cb;
    height: 100%;
}
.solution_img img {
    width: 100% !important;
    height: 240px;
}
.solution_txt {
    padding: 20px;
    position: relative;
}
.solution_txt h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}
.solution_txt p {
    font-size: 14px;
    color: #fff;
}
/* Solution CSS end here */
.caseStudy_box {
    overflow: hidden;
    position: relative;
    transition: ease-in-out 0.5s;
    border-radius: 15px;
    border: 1px solid #ced4da;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}
.caseStudy_img {
    position: relative
}
.caseStudy_img>img {
    width: 100%;
    height: 250px;
    object-position: left top
}
.caseStudy_imgTxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 15px;
    background: rgb(0 0 0 / 30%)
}
.caseStudy_logo {
    text-align: center;
    background: #fff;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}
.caseStudy_logo img {
    max-height: 100%
}
.caseStudy_content {
    padding: 15px
}
.caseStudy_content h5 {
    font-size: 20px;
}
.caseStudy_ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ced4da;
    padding: 15px;
}
.caseStudy_ftr a {
    font-size: 18px;
    font-weight: 600;
    color: #2391cb;
}
.caseStudy_ftr a i {
    vertical-align: middle;
    font-size: 24px;
}
/* Testimonials CSS start */
.testimonials .head_box {
    max-width: 550px;
    margin: 0 auto 30px;
}
.testimonials .owl-stage-outer .owl-item {
    padding: 50px 15px;
}
.poster_bg {
    background: #2391cb;
    border-radius: 30px;
    padding: 80px 15px;
}
.testimonial_box {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 90px;
    position: relative;
}
.testi_txt {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 10px;
}
.testimonial_box:before {
    content: "";
    display: block;
    width: 90px;
    height: 74px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(../img/testi_icon.webp) no-repeat;
    background-size: contain !important;
}
.testimonial_box h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 5px;
    color: #fff;
}
.testimonial_box h6 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin:0;
}
.testimonial_box .star i {
    color: #2391cb;
    font-size: 17px;
}
.testimonial_box p {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    font-style: italic;
    margin: 0;
    text-transform: capitalize;
}
/* Testimonials CSS end */
/* Video CSS start here */
.testiTab .nav-pills .nav-link {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 13px 20px;
    border-radius: 18px;
    border: 1px solid transparent;
    cursor: pointer;
}
.testiTab .nav-pills .nav-link.active, .testiTab .nav-pills .nav-link:hover {
    border: 1px solid #0d6efd;
}
.testiTab .nav, .testimage {
    position: relative;
    order: 1;
}
.testiTab .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 10px;
}
.testiTab_img, .testi_box {
    margin-right: 20px;
}
.testiTab_img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 100%;
    background: #fff;
        overflow: hidden;
}
.testiTab_img img{width:100%;height: 100%;object-position: center top;}
.testiTab_name h3 {
    font-size: 24px;
}
.youtube_btn {
    background: #2391cb;
    color: #fff !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    cursor: pointer;
}
.testiTab .tab-content>.tab-pane {
    height: 100%;
}
.tab_box {
    background: #2391cb;
    border-radius: 18px;
    padding: 30px 20px 30px 30px;
}
.testimage {
    padding: 75px 20px 0;
    background: url(../img/logoBg_icon.webp) no-repeat;
    background-size: 100%;
    max-width: 290px;
    min-width: 290px;
    height: 445px;
}
.testi_img {
    width: 250px;
    height: 250px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.quote, .testi_img {
    border-radius: 100%;
}
.testi_img img {
    width: 100%;
    height: 100%;
    object-position: top;
}
.quote {
    width: 90px;
    height: 90px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 100;
    font-size: 48px;
    background: #fff;
    margin-bottom: 10px;
}
.quote i{color: #2391cb;transform: scaleX(-1);}
.testi_box p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.testi_name {
    margin-top: 50px;
}
.testi_box h4 {
    font-size: 24px;
    color: #fff;
}
.testi_name small {
    font-size: 14px;
    color: #fff;
}

.video_modal .modal-dialog {
    max-width: 765px;
}
.video_modal .modal-body {
    padding: 15px 15px 10px;
}
.btn-close {
    position: absolute;
    z-index: 9;
    right: -20px;
    top: -20px;
    opacity: inherit!important;
    width: 30px;
    height: 30px;
    background-color: #eabb06;
    border-radius: 100%;
}
.video_modal iframe {
    width: 100%;
    height: 100%;
}


/* Video CSS end here */
/* Logo CSS start */
.logo_sec {padding: 50px 0;}
.logo_sec .owl-stage {
    display: flex;
    align-items: center;
}
/* Logo CSS end */

/* Footer CSS Start here */
.footer_sec{background:#000;padding:70px 0}
.footeLogo_box {max-width: 240px;}
.footeLogo_box .footer_logo {
    display: block;
    margin-bottom: 20px;
}
.footerLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
}
.footerLogo a {
    width: calc(50% - 10px);
    margin: 5px;
}
.footerLogo img {
    max-height: 100px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}
.footr_head {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}
.footer_sec a, .footer_sec p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    display: block;
}
.footer_menu ul li {
    position: relative;
    padding: 8px 0 8px 20px;
}
.footer_menu ul li::before {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #a69ea5;
    position: absolute;
    left: 0;
    top: 8px;
    content:"\f17e";
    font-size: 16px;
}
.footer_menu a:hover, .read_more:hover {
    color: #2391cb;
}
.footer_adrs .call_us h6, .footer_adrs .call_us a {
    color: #fff;
}
.footer_adrs .call_us a{font-size: 18px;}
.footer_adrs p {
    margin-bottom: 10px;
}
.footer_adrs {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_adrs i {
    font-size: 36px;
    color: #fff;
    min-width: 50px;
}
.footer_adrs span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer_adrs a, .footer_adrs p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height:1.4;
    word-break: break-word;
}
.social_icon a {
    font-size: 18px;
    background: #262626;
    color: #fff;
    display: flex;
}
.social_icon a:not(:last-child){margin-right:10px}
.social_icon a:hover {
    background: #2391cb;
}
.copy_right {
    background: #000;
    padding: 20px 0;
    border-top: 1px solid #4e4e4e;
    text-align: center;
}
.copy_right p {
    font-size: 14px;
    color: #a69ea5;
}
/* Footer CSS end here */

/* Services-page CSS start here */
.inr_bnr .bnr_txt h1 span {
    display: inline-block;
}
.inr_bnr .bnr_txt h1:after{width: 45%;margin-bottom: 20px;}
.inr_bnr .bnr_video img, .inr_bnr .bnr_video{height: auto;}
.work_box {
    padding: 40px 20px;
    margin-top: -50px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 23%);
    transition: .3s;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.work_box > div:not(:last-child) {
    border-right: 1px solid #bebebe;
    padding-right: 40px;
}
.work_box > div {
    
    display: flex;
    align-items: center;
}
.work_icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background: #102c53;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    color: #2391cb;
    font-size: 36px;
}
.work_box h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 5px;
}
.work_box p {
    font-size: 13px;
    line-height: 1.5;
    color: #2391cb;
}

.process-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.process-section .head_box p {
    max-width: 900px;
    margin: 0 auto;
}
.process-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.08);
  border: 1px solid #eef2f7;
  transition: all 0.3s ease;
  position: relative;
}
.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.16);
}
.process-icon, .ourMV_icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 34px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
.process-wrapper >div:first-child .process-icon, .process-wrapper >div:nth-child(8) .process-icon {
  background: linear-gradient(135deg, #2391cb, #0057d9);
}
.process-wrapper >div:nth-child(2) .process-icon, .process-wrapper >div:nth-child(5) .process-icon {
  background: linear-gradient(135deg, #36a736, #65c466);
}
.process-wrapper >div:nth-child(3) .process-icon, .process-wrapper >div:nth-child(6) .process-icon {
  background: linear-gradient(135deg, #ff8a00, #ffb347);
}
.process-wrapper >div:nth-child(4) .process-icon, .process-wrapper >div:nth-child(7) .process-icon {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}
.process-icon img {
    filter: brightness(100);
    max-height: 45px;
}
.process-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}
/* Get CSS start here */
.get_sec {
    background: #2391cb;
}
.cta_box .head_box {
    max-width: 600px;
    margin: 0 auto;
}
.light_txt *{color:#fff;}
.get_txt h2, .get_txt p{color: #fff;}
.get_txt p {
    margin: 15px 0 20px;
}
/* Get CSS end here */

.web_process {
    border: 6px solid rgb(35 145 203 / 31%);
    border-radius: 12px;
    overflow: hidden;
	background: #011129;
}
.content_box p {
    font-size: 15px;
}
.content_box p:not(:last-child){
    margin-bottom:10px;
}
.step_sec .head_box{margin-bottom: 100px;}
.step_row{row-gap: 100px;}
.step_box{height: 100%;position:relative}
.step_box .step_icon{border:2px solid rgb(35 145 203 / 55%);box-shadow:0 0 20px rgb(35 145 203 / 30%);width:100px;height:100px;border-radius:100%;display:flex;align-items:center;justify-content:center;margin:0 auto -20px;background:#fff;position:absolute;left:0;right:0;top:-70px;z-index:9}
.step_icon img{max-height:50px}
.step_inr{border:1px solid rgb(35 145 203 / 55%);border-radius:30px;padding:30px 40px 70px;position:relative;background:#fff;box-shadow:inset 0 4px 8px rgb(35 145 203 / 30%),inset 0 -4px 6px rgb(35 145 203 / 20%),0 0 20px rgba(255,255,0,.1);height:100%}
.step_inr:before{content:"";display:block;width:127px;height:37px;background:var(--wpr-bg-6416de43-26fa-4eb9-b25d-f84de6528d37) no-repeat;background-position:top center;position:absolute;top:-1px;left:0;right:0;margin:0 auto;background-size:100%}
.step_box h3{color:#082c4b;position:relative;font-size:24px;margin:20px 0 10px}
.step_box h3:after{content:"";display:block;width:50px;height:2px;margin:15px auto 20px;background:#2391cb}
.step_box p{font-size:16px}
.step_inr span{display:inline-block;border:1px solid rgb(35 145 203 / 55%);box-shadow:inset 0 4px 8px rgb(35 145 203 / 30%),inset 0 -4px 6px rgb(35 145 203 / 20%),0 0 20px rgba(255,255,0,.1);position:absolute;bottom:0;width:120px;border-bottom:none;border-radius:20px 20px 0 0;padding:6px;left:0;right:0;margin:0 auto;color:#2391cb;font-size:22px;font-weight:700}

.choice_sec .head_box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.choice_box {
    display: flex;
    padding: 15px;
    position: relative;
    gap: 20px;
}
.choice_icon {
    background: #e2f0fc;
    min-width: 120px;
    width: 120px;
    height: 120px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.choice_icon:before {
    content: "";
    display: block;
    width: 100px;
    height: 160px;
    background: url(./../img/choice_line.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: -20px;
}
.choice_icon img {
    max-height: 50px;
    filter: brightness(0);
}
.choice_icon span {
    color: #fff;
    background: #2391cb;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.choice_txt h3 {
    color: #242424;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}
.choice_txt h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background:#2391cb;
    margin-top: 12px;
}
.choice_txt p {
    font-size: 14px;
}
/* Services-page CSS end here */
/* About-page CSS start here */
.ourMV_box {
    background: #f0f3f8;
    padding: 25px;
    height: 100%;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.ourMV_icon {
    background: linear-gradient(135deg, #2391cb, #0057d9);
    min-width: 86px;
}
.ourMV_row > div:last-child .ourMV_icon {background: linear-gradient(135deg, #7c3aed, #a855f7);}
.org_sec .service_img {
    height: 360px;
}
.org_sec .service_box h3 {
    margin-bottom: 12px;
}

.team_box {
    border-radius: 15px;
    padding:15px;
}
.teamMain_box, .team_right{
    background: #fff;
    box-shadow: 0 12px 35px rgba(13, 110, 253, 0.08);
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}
.teamMain_img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #2391cb;
    overflow: hidden;
    margin: 0 auto 20px;
}
.teamMain_box .teamMain_img {
    border: 5px solid #ccc;
    width: 150px;
    height: 150px;
}
.teamMain_img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team_box h5 {
    font-size: 18px;
}
/* About-page CSS end here */

/* Blog-page CSS start here */
/* Blog page CSS Start here */
.blog-card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.blog-content {
    padding: 1.8rem;
}
.blog-content h3 a {
    font-weight: 600;
    color: #545454;
    font-size: 24px;
}
.blog-content p {
    color: #4b4b4b;
    margin-bottom: 1rem;
}
.blog-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1rem;
    align-items: center;
}
.blog-meta i {
    font-size: 1rem;
    vertical-align: -2px;
}
.blog-card .custom_btn {
    padding: 8px 15px;
    min-width: inherit;
}
.pagi_nation{justify-content:center;display:flex;margin-top:40px}
.pagi_nation .page-numbers:not(:last-child){margin-right:10px}
.pagi_nation .page-numbers{width:52px;height:52px;border:1px solid #2391cb;border-radius:100%!important;display:flex;align-items:center;justify-content:center;color:#2391cb!important;font-size:16px;font-weight:500}
.page-numbers.current,.pagi_nation a:hover{background:#2391cb;border-color:#2391cb;color:#fff!important}

.search_blog {margin-bottom: 20px;}
.search_blog .form-control {
    height: 70px;
    padding: 20px 50px 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius:12px !important;
}
.search_blog .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 12px 20px;
    font-size: 24px;
    background:#2391cb;
    color: #fff;
    border-radius: 0 12px 12px 0;
}
.recent_post .blog-card{
	display: flex;
    flex-direction: row;
}
.recent_post {
    padding: 20px;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08); */
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
}
.recent_title {
    text-align: center;
}
.recent_title h4 {
    color: #2391cb;
    font-weight: 600;
    margin-bottom: 15px;
}
.recent_post h2 {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	margin: 15px 0;
}
.recent_post p {
	margin: 12px 0;
}
.recent_title .titleBtm_img {
    max-width: 150px;
    margin: 0 auto 20px;
}
.recent_post .blog-card {
    align-items: center;
    box-shadow: none;
    margin-bottom: 15px;
}
.recent_post .blog-card > img {
    width: auto;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
}
.recent_post .blog-content {
    padding: 0 0 0 10px;
}
.recent_post h5 a {
    color: #000;
    font-size: 18px;
}
.recent_post .blog-meta {
    margin: 0;
}
.recent_post ul, .check_list ul, .caseStudy_content ul{list-style: none;padding: 0;margin: 0;}
.recent_post li:not(:last-child), .check_list li:not(:last-child), .caseStudy_content ul li:not(:last-child){margin-bottom: 15px;}
.recent_post li, .check_list li, .caseStudy_content li {
    padding-left: 30px;
    position: relative;
}
.check_list ul {
    padding: 0 !important;
}
.check_list ul:not(:last-child), .caseStudy_content ul {
    margin-bottom: 12px;
}
.recent_post li a, .check_list li a, .caseStudy_content li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    color: #000;
    font-size: 16px;
	word-break: break-word;
}
.recent_post li:before, .check_list li:before, .caseStudy_content li:before {
    content: "\f27e";
        font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #2391cb;
    position: absolute;
    left: 0;
    top: 4px;
}
.recent_post li a span {
    background: #e7e7e7;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
}
.recent_post.mvv-item {
    background: #f8f8f8;
}
.recent_post.mvv-item .bi-envelope {
    background: #fff;
}
.recent_post .submit-btn {
    margin-top: 12px;
}

.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.blog_detail .content_box img {
    border-radius: 12px;
    margin-bottom: 20px;
}
.content_box ul, .content_box ol {
    padding-left: 18px;
}
.content_box li:not(:last-child) {
    margin-bottom: 10px;
}
.blog_detail h3 {
    font-size: 24px;
    color: #2391cb;
}
.blog_detail h2 {
    font-size: 26px;
}
.blog_detail h3, .blog_detail h2 {
    margin-bottom: 12px;
}
.blog_detail .content_box p:not(:last-child) {
    margin-bottom: 20px;
}
/* Blog page CSS End here */

/* Contact page CSS Start here */
.contact_sec .contact_form {
    background: #278dc9;
    padding: 30px 40px 35px;
    margin:0 auto;
    border-radius: 12px;
    position: relative;
    box-shadow: 2px 4px 30px rgb(0 0 0 / 10%);
}
.contact_sec .contact_form h3{font-weight:600;font-size:28px;color:#dadada;margin:0 0 15px}
.contact_form h5 {
    color: #fff;
    font-style: italic;
    font-size: 17px;
    margin:0 0 20px;
    font-weight: 500;
}
.contact_sec h4{font-weight:600;font-size:20px;line-height:140%;color:#dadada;margin:0 0 30px}
.contact_sec .contact_form .form-group{margin-bottom:20px}
.contact_sec .contact_form .form-control {
    border: 1px solid #fff;
    padding: 14px 15px;
    font-size: 14px;
    border-radius: 5px;
}
.contact_sec .contact_form .form-select{color:#78797a}
.contact_sec .contact_form textarea.form-control{height:100px;padding-left:18px}
.black_btn {
    background: #000;
    border-color: #000;
}
.contact_form .custom_btn {
    text-transform: uppercase;
    font-size: 14px;
}
.contact_box {
    border: 1px solid rgba(36, 92, 37, .15);
    border-radius: 14px;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgb(0 0 0 / 8%);
}
.contact_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 0;
    background: #2391cb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 32px;
}
.contact_box h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.contact_box a {
    color: #2391cb;
}
.map_box {
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}
.map_box iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
}
/* Contact page CSS End here */

/* Testimonials page CSS Start here */
.inr_bnr .google_tate {margin: 20px 0;}
.re-vd-img{position:relative;border-radius:22px;overflow:hidden}
.re-vd-img:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;background:linear-gradient(0deg, rgb(0 0 0 / 50%) 0, rgba(0, 0, 0, 0) 100%)}
.re-vd-img img{width:100%;height:315px}
.rev-video-txt .rev-vdo-breif{position:relative;z-index:1}
.rev-video-txt a i{background: #2391cb;box-shadow:0 16.01px 80.06px 0 #1b19444D;border:2px solid #fff;border-radius:100%!important;font-size:22px;color:#fff;padding:12px}
.rev-video-txt h4{font-size:20px;line-height:25px;font-weight:700;color:#fff;margin:0;padding:0}
.rev-video-txt p{color:#d4d4d8;font-size:14px;font-weight:400;line-height:24px}
.reviewVideo_box{position:relative}
.rev-video-txt{position:absolute;bottom:15px;right:15px;z-index:1}
/* Testimonials page CSS End here */

/* Location page CSS Start here */
.get_sec2 .cta_box .head_box {
    max-width: 800px;
}
/* Location page CSS End here */

/* Portfolio page CSS Start here */
.inr_bnr .bnr_txt.text-center h1:after {
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 30px;
    border: none;
}
.nav-tabs li {
    background-color: #fff;
    border-bottom: 2px solid transparent;
    border-radius: 30px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.nav-tabs li .active, .nav-tabs li a:hover, .nav-tabs li:hover, .nav-tabs li.filter-active {
    background-color: #2391cb;
    border-bottom: 2px solid #2391cb;
    color: #fff;
}

.iso_top .portfolio-item {
    margin-bottom: 24px;
}
.iso_top .tab-content img {
    height: 250px;
    object-position: top;
    width: 100%;
    border: 3px solid #2391cb;
}
.portfolio_img {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
/* Portfolio page CSS End here */
/* Gallery page CSS Start here */
#lightgallery {display:flex;flex-wrap:wrap;align-items: center;list-style: none;}
#lightgallery li { padding:8px; position:relative; width:25%; }
#lightgallery li img { cursor:pointer; }
/* Gallery page CSS End here */

.page-id-426 .process-icon img, .page-id-426 .choice_icon img {
    filter: inherit;
}
.page-id-1182 .process-icon img, .page-id-1184 .process-icon img {
    filter: invert(1);
}
.contact_form form p {
    position: relative;
}
.contact_form form p .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
}
.bnr_txt h5 {
    margin: 20px 0 15px;
    color: #2391cb;
}

.award_sec .container > .row:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.award_text h3, .awardImg_txt p {
    color: #2391cb;
}
.award_text p:not(:last-child) {
    margin-bottom: 10px;
}
.award_text table th {
    background: #2391cb;
    color: #fff;
}
.award_img {
    padding: 0;
}
.award_img > img {
    border-radius: 10px;
}
.award_circle {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #1d2124;
	text-align:center;
}
.award_circle img {
    max-height: 150px;
}