/***** General CSS *****/
html{
    scroll-behavior: smooth;
}
body {
    word-break: break-word;
    font: 16px/25px 'Aptos', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'Aptos Black';
    src: url(../fonts/aptos-black.ttf);
}


@font-face {
    font-family: 'Aptos Bold';
    src: url(../fonts/aptos-bold.ttf);
}


@font-face {
    font-family: 'Aptos ExtraBold';
    src: url(../fonts/aptos-extrabold.ttf);
}


@font-face {
    font-family: 'Aptos Light';
    src: url(../fonts/aptos-light.ttf);
}


@font-face {
    font-family: 'Aptos SemiBold';
    src: url(../fonts/aptos-semibold.ttf);
}


@font-face {
    font-family: 'Aptos';
    src: url(../fonts/aptos.ttf);
}




/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Aptos Bold', Sans-Serif;
    font-size: 33px;
    line-height: 40px;
    color: #000;
    /*font-weight: 500;*/
    margin: 0 0 17px;
}

h2 {
    font-family: 'Aptos SemiBold', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Aptos SemiBold', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Aptos SemiBold', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Aptos SemiBold', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Aptos SemiBold', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #0e0e0e;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Aptos', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
}

header .header-logo img {width:40%}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}


.slideInRight p { font-size:21px;}


.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 20px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
header.fixed {
    position: fixed;
    background: #000;
    transition: 0.3s ease-in-out;
    padding: 10px 0;
}

header.fixed .header-logo img {
    width: 40%;
    transition: 0.3s ease-in-out;
}



/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
    /*height: 100vh;*/
}

.about_sec{
    padding: 80px 0;
    background-color: #f1f1f1;
}


/*section.digitize_sec {*/
/*    background-image:url(../images/digitize.jpg);*/
/*    background-size:cover;*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-attachment:fixed;*/
/*    position: relative;display: flex;align-items: center;overflow:hidden;*/
/*    padding:80px 0;*/
    
/*}*/
/*.digitize_content {*/
/*    background: #ffffff75;*/
/*    padding: 30px;*/
/*}*/
/*section.digitize_sec img.digitize_img {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 48%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
	
/*}*/


/*.moretext {*/
/*  display: none;*/
/*}*/
/*.moretext1 {*/
/*  display: none;*/
/*}*/
/*.moretext2 {*/
/*  display: none;*/
/*}*/

/*img.digitize_img:hover{*/
/*    animation:zoomInn 5s infinite;*/
/*}*/
/*@keyframes zoomInn{*/
/*    0%{*/
/*        transform:scale(1);*/
/*    }*/
/*    50%{*/
/*        transform:scale(0.8);*/
/*    }*/
/*    100%{*/
/*        transform:scale(1);*/
/*    }*/
/*}*/
/*.data_sec .data_img:hover{*/
/*    animation:zoomInn 5s infinite;*/
/*}*/







/*.digitize_content h4{*/
/*    font-size: 30px;*/
/*    font-weight: 'Aptos', sans-serif;*/
/*    color: #323232;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.digitize_content h4 span{*/
/*    font-family: 'Aptos ExtraBold', sans-serif;*/
/*    color: #153966;*/
    /* font-weight: initial; */
/*}*/
/*.digitize_content p {*/
/*    font-size: 20px;*/
/*    width: 96%;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.digitize_content a{*/
/*    color: #153966;*/
/*    text-decoration: underline;*/
/*    font-size: 18px;*/
/*}*/
/*.data_sec{*/
/*    background-image:url(../images/data.jpg);*/
/*    background-size:cover;*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-attachment:fixed;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding:80px 0;*/
/*    overflow:hidden;*/
/*    border-top: 6px solid #000;*/
/*    border-bottom: 6px solid #000;*/
/*}*/
/*.data_sec .data_img{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 48%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*#design{*/
/*    background-image:url(../images/design.jpg);*/
/*    background-size:cover;*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-attachment:fixed;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding:80px 0;*/
/*    overflow:hidden;*/
/*}*/







.accord_img{
    height:220px;
    width:100%;
     margin-top: 30px; 
     overflow:hidden;
     border-radius: 12px;
}
.digitize_to_design{
    padding:80px 0;
}
.accordionss_main .accordion-button::after {
    position: absolute;
    top: 40px;
    right: 10px;
    filter: brightness(20.5);
}
.accordionss_main .accordion-button.collapsed::before{
    background-color:#fff;
    /*filter:brightness(0) invert(0);*/
    border:1px solid #000;
}
/*.accordionss_main .accordion-body {*/
/*    padding: 0px 0 50px;*/
/*    margin-bottom: 50px;*/
/*    border-bottom: 1px solid;*/
/*}*/
.accordionss_main .accordion-button.collapsed::after{
    
    filter:brightness(0) invert(0);
    
}
.accordionss_main .accordion-button::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}
.accordionss_main img.digitize_img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition:0.3s ease-in-out;
    border-radius: 12px;
}
.accordionss_main img.digitize_img:hover{
    transform:scale(1.1);
    transition:0.3s ease-in-out;
}
.accordionss_main .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    display: block;
    padding: 0;
    z-index: 0;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 30px;
}
.accordionss_main .accordion-flush .accordion-item {
    
    border-bottom: 1px solid;
}
.accordion-button:focus {
    border-color: none;
    box-shadow:none;
}
.accordion-button:not(.collapsed){
    background-color:#fff;
}
.accordionss_main .accordion-item h4 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 'Aptos', sans-serif;
    color: #323232;
    margin-bottom: 20px;
}
.accordionss_main .accordion-item h4 span{
    font-family: 'Aptos ExtraBold', sans-serif;
    color: #153966;
     font-weight: initial; 
}

























.zoomeffect .imagezoom {
    width: 46%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.imagezoom .image{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../images/design.jpg);
  transition: 0.7s;
}

.imagezoom .image:hover{
  transform: scale(1.2);
}

.zoomeffect1 .imagezoom1 { width: 46%; height: 100%; overflow: hidden;}
.imagezoom1 .image1{width: 100%; height: 100%; background-position: center; background-size: cover;  transition: 0.7s;}
.imagezoom1 .image1:hover{ transform: scale(1.2);}



.zoomeffect3 .imagezoom3 { width: 46%; height: 100%; overflow: hidden; position: absolute;}
.imagezoom3 .image3{width: 100%; height: 100%; background-position: center; background-size: cover; background-image: url(../images/design.jpg); transition: 0.7s;}
.imagezoom3 .image3:hover{ transform: scale(1.2);}






/*Avisory*/
.aDvisory_sec{
    padding-top: 80px;
    background-color: #101010;
    margin-bottom: 15%;
}
.advisory_content h6{
    color: #fff;
    font-size:33px;
    line-height: 1.2;
    margin-bottom: 28px; 
}

.aDvisory_sec .parragh p{
	color:#fff;
	margin-bottom: 50px; 
}

.client_img{
    text-align: center;
    margin-bottom: -12%;
}
.client_img img{
    border-radius: 22px;
}
.advisory_content h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Aptos ExtraBold';
}

/*MODAL CSS*/
.content_more h4{
    font-size: 30px;
    font-family: 'Aptos', sans-serif;
    color: #323232;
    margin-bottom: 20px;
}
.content_more h4 span{
    font-family: 'Aptos ExtraBold', sans-serif;
    color: #153966;
    /* font-weight: initial; */
}
.content_more p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}
.content_more button.btn-close {
    position: absolute;
    right: 20px;
    top: 18px;
}
.modal-body {
    height: 500px;
    overflow-y: scroll;
}



/*GET IN TOUCH*/
.get_in_touch_heading p{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Aptos';
    color: #000;
    margin-bottom: 20px;
}
.get_in_touch_heading h4{
    font-size: 30px;
    text-transform: capitalize;
}
.get_in_touch_heading h4 span{
    color: #153966;
    font-family: 'Aptos ExtraBold';
}

section.get_in_touch {
    background: #f1f1f1;
    padding: 80px 0;
}

.get_in_touch_heading {
    position: relative;
}


footer{
    background-color: #000;
    padding: 10px 0;
}
.copyright_p p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.social_links ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    gap:10px;
}

.social_links ul li a i{
    color: #9f9f9f;
    font-size: 24px;
}
.social_links ul li a i:hover{
    color: #fff;
}



.get_ijn_touch_form input {
    width: 100%;
    height: 42px;
    padding-left: 15px;
    border: none;
    margin-bottom: 20px;
}

.get_ijn_touch_form {
    width: 90%;
}

.get_ijn_touch_form textarea {
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 10px;
}
.get_ijn_touch_form form button{
    padding: 12px 40px;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 17px;
    transition: 0.3s ease-in-out;
    background-color: #344861;
    border: 1px solid #344861;
}
.get_ijn_touch_form form button:hover{
    background: #fff;
    transition: 0.3s ease-in-out;
    color: #344861;
}
.get_in_touch_text p {
    margin-bottom: 30px;
}
.get_in_touch_text ul li{
    font-size: 18px;
}
.get_in_touch_text ul li:not(:last-child){
    margin-bottom: 10px;
}










@media (min-width: 1400px){
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    section.digitize_sec {
        height: auto;
        display: block;
        padding-top: 50px;
    }
    section.digitize_sec img.digitize_img {
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec .data_img{
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec{
        display: block;
        height: auto;
    }
    h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .get_in_touch_text {
        margin-top: 30px;
    }
    .menuSec ul li a {
        padding: 10px 10px;
        font-size: 19px;
    }
}
@media only screen and (min-width: 520px) and (max-width: 767px){
    .header-logo {
        text-align: center;
    }
	
	.header-logo img { width:22% !important}
	
	.main-banner-img {
        height: 28vh !important;
    }
	header.fixed{
        top: 0;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    section.digitize_sec {
        height: auto;
        display: block;
        padding-top: 50px;
    }
    section.digitize_sec img.digitize_img {
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec .data_img{
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec{
        display: block;
        height: auto;
    }
    .advisory_content h6 {
        font-size: 21px;
    }
    .get_in_touch_text {
        margin-top: 30px;
    }
    .get_ijn_touch_form {
        width: 100%;
    }
    .get_in_touch_heading {
        padding-left: 0;
        position: relative;
    }
    .get_in_touch_heading::before {
        top: 30px;
    }
    .social_links ul {
        justify-content: center;
    }
    .copyright_p p {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    .accordionss_main .accordion-item h4 {
        width: 80%;
    }
    .accordionss_main .accordion-button::before{
        top:35px;
    }
    .accordionss_main .accordion-button::after{
        top:45px;
    }
    header.fixed {
        position: relative;
        top: 40px;
    }
    .slicknav_menu {
        display: block;
        position: fixed;
        z-index: 9;
        width: 100%;
    }
    .main-banner-img {
        height: 350px;
    }
    header {
        top: 50px;
    }
    .header-logo {
        text-align: center;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    section.digitize_sec {
        height: auto;
        display: block;
        padding-top: 50px;
    }
    section.digitize_sec img.digitize_img {
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec .data_img{
        width: 96%;
        height: 100%;
        margin: 30px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .data_sec{
        display: block;
        height: auto;
    }
    .advisory_content h6 {
        font-size: 21px;
    }
    .get_in_touch_text {
        margin-top: 30px;
    }
    .get_ijn_touch_form {
        width: 100%;
    }
    .get_in_touch_heading {
        padding-left: 0;
        position: relative;
    }
    .get_in_touch_heading::before {
        top: 30px;
    }
    .social_links ul {
        justify-content: center;
    }
    .copyright_p p {
        text-align: center;
        margin-bottom: 10px;
    }
}


@media only screen and (min-width: 400px) and (max-width: 519px){
    header .header-logo img {
        width: 25%;
    }
}