@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Common Style */

body {
    overflow-x: hidden;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    padding-top: 56px;
}

a {
    text-decoration: none!important;
    cursor: pointer
}

.container-fluid {
    max-width: 1900px;
}

.custom-checkbox .custom-control-label {
    cursor: pointer
}

.custom-checkbox .custom-control-label::before {
    background: 0 0;
    border-radius: .15rem;
    border: #fff solid 1px
}

.orange-txt,
a.orange-txt {
    color: #EA5E2A;
}

.btn-main {
    background: #EA5E2A 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    padding: 12px 60px;
    display: inline-block;
}

.btn-main:hover {
    color: #fff;
    opacity: .7;
    transition: all .3s linear
}


/* header */

header nav.bg-light {
    background: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 1px 11px hsl(0deg 0% 74% / 37%);
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #1C2758;
    margin-left: 20px;
    font-weight: 500;
}

.navbar-light .navbar-brand img {
    max-height: 44px;
}

.navbar-light .navbar-brand {
    padding-left: 8px;
}

.custom-dropdown::after {
    display: none;
}

.custom-dropdown .material-icons {
    vertical-align: top;
}

header .dropdown-item {
    font-size: 14px;
    padding: 6px 1.5rem;
}

header .dropdown-item:hover {
    color: #EA5E2A;
    background: none;
}

header .dropdown-menu {
    padding: 0;
    box-shadow: 1px 6px 9px 4px rgb(206 206 206 / 36%);
    border: 1px solid #efefef;
}


/* Banner */

.flex-banner,
.banner-details {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    -webkit-transition: flex 300ms ease-in-out;
    -moz-transition: flex 300ms ease-in-out;
    -ms-transition: flex 300ms ease-in-out;
    -o-transition: flex 300ms ease-in-out;
    transition: flex 300ms ease-in-out;
}

.banner-details {
    padding: 40px 40px;
}

.b-img-1 {
    background-image: url('../images/banner-1.jpg');
    background-size: cover;
    background-position: center;
}

.b-img-2 {
    background-image: url('../images/banner-2-large.jpg');
    background-size: cover;
    background-position: center;
}

.flex-banner.active .b-img-1 {
    border-right: 2px solid #fff;
}

.flex-banner.active .b-img-2 {
    border-left: 2px solid #fff;
}

.flex-banner {
    background: transparent linear-gradient(146deg, #0062FF 0%, #00BFF8 100%) 0% 0% no-repeat padding-box;
}

.flex-banner.bg-2 {
    background: transparent linear-gradient(150deg, #FF00E2 0%, #4300F8 100%) 0% 0% no-repeat padding-box;
}

.flex-banner.active {
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

.flex-banner .custom_order_0 {
    order: 1;
}

.flex-banner .custom_order_1 {
    order: 0;
}


/* to do vice versa */

.flex-banner.active .custom_order_0 {
    order: 0;
}

.flex-banner.active .custom_order_1 {
    order: 1;
}

.flex-banner.active>.d-flex {
    flex-direction: row;
}

.flex-banner>.d-flex {
    flex-direction: column-reverse;
}

.flex-banner.active .expand_list {
    display: none;
}

.flex-banner .banner-img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 80%;
    margin: -20px auto 40px;
    -webkit-transition: flex 300ms ease-in-out;
    -moz-transition: flex 300ms ease-in-out;
    -ms-transition: flex 300ms ease-in-out;
    -o-transition: flex 300ms ease-in-out;
    transition: flex 300ms ease-in-out;
}

.banner-details h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.banner-details h6 {
    font-size: 18px;
    font-weight: normal;
}

.btn-gray {
    background: #1B1E22 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px
}

.btn-gray:hover {
    color: #fff;
    opacity: 0.7;
}

.banner-details ul {
    padding-left: 0;
}

.banner-details ul li {
    padding: 2px 0;
    list-style: none;
    position: relative;
    padding-left: 32px;
}

.banner-details ul li:before {
    content: '';
    background: url('../images/yellow-arrow.png') no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 12px;
}

.flex-banner.active .maxed {
    display: block;
}

.flex-banner .maxed {
    display: none;
}

.flex-banner.active .banner-img {
    -webkit-flex-grow: 1.3;
    flex-grow: 1.3;
    display: block;
    width: 100%;
    /* to reset margin value */
    margin: initial;
    -webkit-transition: flex 300ms ease-in-out;
    -moz-transition: flex 300ms ease-in-out;
    -ms-transition: flex 300ms ease-in-out;
    -o-transition: flex 300ms ease-in-out;
    transition: flex 300ms ease-in-out;
}

.flex-banner.active .banner-details h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}


/* Event Wrap */

.event-wrap {
    background: #F7F5F5;
}

.event-item {
    padding: 15px;
    margin: 0 10px;
    color: #000;
    cursor: pointer;
    border: 1px solid #F7F5F5;
    height: 100%;
    position: relative;
}

.event-item:hover,
.event-item.active {
    background: transparent linear-gradient(149deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000015;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    transition: all 300ms linear;
}

.event-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.event-wrap p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    opacity: 0.6;
}

.event-wrap .owl-dots {
    display: none;
}

.event-item a {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
}

.event-item.active .event-title {
    font-weight: 700;
}

.event-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 28%;
    width: 1px;
    height: 42%;
    background: #d8d8d8;
}

.event-bottom>div {
    flex: 1;
    text-align: right;
}

.event-bottom>div:nth-child(2) {
    text-align: center;
}

.event-bottom>div:first-child {
    text-align: left;
}

.event-item.active:after,
.event-item:hover::after {
    display: none;
}

.event-item.active .event-bottom {
    border-top: 1px solid #d8d8d8;
}

.event-item.active .event-bottom>div {
    border-right: 1px solid #d8d8d8
}

.event-item.active .event-bottom>div:last-child {
    border-right: none
}

.carousel-event img {
    vertical-align: bottom;
    max-height: 20px;
}

.carousel-event .owl-dots {
    display: none;
}

.carousel-event {
    padding: 0 60px;
}

.carousel-event .material-icons {
    font-size: 45px;
}

.carousel-event .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 40%;
}

.carousel-event .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 40%;
}

.owl-stage {
    display: flex;
}

.owl-item .item {
    height: 100%;
}


/* products */


/*                     
    #product-carousel .owl-stage-outer.owl-height .owl-stage {
        margin-top: 50px;
    } */

.product-carousel .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 28px;
    height: auto !important;
}

.product-carousel .owl-dots {
    display: none;
}

.product-item.show p {
    font-size: 12px;
}

.products-left {
    color: #0A133B
}

.products-left h1 {
    line-height: 50px;
    font-weight: 300;
    font-size: 48px;
}

.products-right {
    color: #000
}

.products-left p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 15px;
}

.product-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 4px #0000001F;
    border: 1px solid #F7F5F5;
    border-radius: 7px;
    padding: 18px 20px 10px 20px;
    margin: 0 20px;
    min-width: 258px;
    cursor: pointer;
    height: 100%;
    transition: transform 300ms linear;
}

.sup {
    font-size: 11px;
    vertical-align: super;
}

.product-item .img-fluid {
    max-height: 135px;
}

.product-item h5 {
    font-size: 18px;
}

.product-item h6 {
    line-height: 18px;
    font-size: 14px;
}

.product-item p {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.product-item a {
    color: #EA5E2A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: none;
}

.product-item a img {
    height: 24px;
}

.product-item.show {
    transform: scale(1.1);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 10px #00000015;
    border: 1px solid #EBEBEB;
    transition: all 300ms linear;
}

.product-item.show a {
    display: block;
}

.product-item.show h5 {
    font-weight: 600;
}

.product-item.show h6 {
    font-weight: 600;
}

.product-carousel .owl-nav {
    padding: 0 10px 0;
    text-align: right;
}

.product-carousel .owl-nav span {
    font-size: 32px;
}


/* counter */

.counter-item {
    color: #fff;
    padding: 50px;
}

.counter-item img {
    max-width: 70px;
}

.counter-item h1 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 5px;
}

.c-bg1 {
    background: #393D83 0% 0% no-repeat padding-box;
}

.c-bg2 {
    background: #3D4398 0% 0% no-repeat padding-box;
}

.c-bg3 {
    background: #292E5B 0% 0% no-repeat padding-box;
}

.c-plus {
    vertical-align: bottom;
    font-size: 32px;
    margin-left: 4px;
}


/* testimonials */

.testimonial-item {
    padding: 5px
}

.testimonial-item .img-2 {
    max-height: 200px;
}

.owl-dots {
    text-align: left;
    padding-top: 3rem
}

.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px
}

.owl-dots button.owl-dot.active {
    background-color: #333;
}

.owl-dots button.owl-dot:focus {
    outline: 0
}

.owl-carousel .owl-item img {
    width: auto;
    display: initial;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.customer-feedback {
    color: #000;
    margin-top: -52px;
    position: relative;
}

.customer-carousel .owl-dots {
    padding-top: 15px
}

.customer-feedback h1 {
    text-transform: capitalize;
    opacity: 1;
    font-weight: 500;
    font-size: 30px;
}

.customer-feedback h1 div {
    color: #EA5E2A;
}

.customer-feedback a {
    color: #000;
    font-weight: 500;
}


/* news */

.news {
    background: #F7F5F5 0% 0% no-repeat padding-box;
}

.news .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.news .col-lg-4 > a {
    height: 100%;
}

.news h1,
.get-started h1 {
    color: #1C2758;
    font-weight: normal;
    line-height: 55px;
}

.news-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #000 !important;
    padding: 20px 30px;
    margin-top: 20px;
}

.news-item h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.news-item h4 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.news-item h5 a {
    color: #000;
}

.news-item p {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 500;
}

.news-item a.read-link {
    color: #EA5E2A !important;
    font-style: italic;
    font-size: 13px;
}

.news-item a:hover {
    opacity: 0.7;
}

.font-i {
    font-style: italic;
}


/* get-started */

.get-started h1 {
    font-size: 65px;
    font-weight: 300;
}

.get-started p {
    letter-spacing: 0px;
    color: #1C2758;
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px
}


/* footer */

footer {
    background: #020F1B 0% 0% no-repeat padding-box;
    color: #fff;
}

footer h5 {
    font-weight: 300;
    font-size: 22px;
}

footer h5 .f-line {
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 10px 0 30px;
}

footer h6 {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    line-height: 22px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    padding: 4px 0;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.3px;
}

footer a {
    color: #fff;
}

footer a:hover {
    opacity: 0.7;
    color: #fff
}

.social-media img {
    max-height: 20px;
}

.blue-txt {
    color: #00B1F9;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #525252;
}

.footer-bottom,
.footer-bottom a {
    color: #fff;
    font-size: 13px;
    opacity: 0.9;
    letter-spacing: 0.3px;
}


/* mega menu */

ul.main-nav {
    list-style-type: none;
    padding: 0px;
    font-size: 0px;
    /* max-width: 1000px; */
    margin-bottom: 0;
    /* margin: 0 auto; */
}

ul.main-nav>li {
    display: inline-block;
    padding: 0;
}

ul.main-nav>li>a {
    display: block;
    padding: 16px 20px;
    position: relative;
    color: #1C2758;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

ul.main-nav>li.active>a {
    background-color: #F9F9F9;
}

ul.main-nav>li ul.sub-menu-lists>li>a .material-icons {
    vertical-align: sub;
    font-size: 18px;
}

ul.main-nav>li ul.sub-menu-lists>li>a,
.sub-menu-head a {
    color: #000
}


/* ul.main-nav>li:hover {
    background-color: #f9f9f9;
} */

ul.main-nav>li:hover>a,
ul.main-nav>li ul.sub-menu-lists>li>a:hover,
.sub-menu-head a:hover {
    color: #EA5E2A;
}

ul.main-nav>li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

ul.main-nav>li ul.sub-menu-lists>li {
    padding: 4px 0;
}

ul.main-nav>li ul.sub-menu-lists>li>a {
    font-size: 14px;
}

.sub-menu-head {
    margin: 10px 0;
}


/* contact us page */

.contact-details h3 {
    font-size: 35px;
    color: #0A133B;
    font-weight: 300;
}

.contact-details h6 {
    font-weight: 400;
    font-size: 18px;
    color: #0A133B;
    padding-top: 10px;
}

.contact-details .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 0;
    color: #0A133B;
}

.contact-details .form-control::placeholder {
    color: #0A133B;
}

.contact-details h6 a {
    color: #0A133B;
}

.contact-details .btn-main {
    padding: 12px 100px;
    border: none;
    margin-top: 22px;
}

.contact-address {
    background: #393D83 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 20px 30px;
}

.contact-address h4 {
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 28px;
}

.contact-address p {
    margin-bottom: 5px;
    font-weight: 300;
}

.contact-address p:last-child {
    margin-bottom: 0;
}

.contact-address a {
    color: #fff;
}

.contact-address a:hover {
    opacity: 0.7;
}

.sub-pages-banner {
    background: transparent linear-gradient(104deg, #B344C1 0%, #9B76FF 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    height: 270px;
    position: relative;
}

.sub-pages-banner .container {
    height: 358px;
    background: url('../images/contact-banner-img.svg') no-repeat;
    background-size: cover;
    background-position: top;
}

.sub-pages-banner h1 {
    font-weight: 400;
    font-size: 45px;
}

.sub-pages-banner h4 {
    font-weight: 300;
}


/* about page banner */

.about-bg {
    background: transparent linear-gradient(104deg, #0062FF 0%, #00BFF8 100%) 0% 0% no-repeat padding-box;
}

.about-bg .container {
    background: none;
}

#profileSlider .material-icons{
    color: #222;
    font-size: 40px;
}
#profileSlider .carousel-control-next, #profileSlider .carousel-control-prev{
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
#profileModal #profileSlider{
    min-height: 350px;
}
#profileModal .close{
    position: relative;
    z-index: 1000;
}
/* overview */

.overview h2 {
    font-weight: 300;
    color: #0A133B;
}

.overview p {
    color: #0A133B;
    font-size: 13px;
    font-weight: 500;
}


/* advantages */
.about-advantages{
    background: #ffffff !important;
}
.advantages,
.leadership {
    background: #F7F5F5 0% 0% no-repeat padding-box;
    color: #0A133B;
}

.advantages h1,
.leadership h1,
.company-history h1 {
    font-weight: 300;
}

.advantages h5 {
    font-weight: 500;
}

.advantages .img-fluid {
    height: 70px;
}


/* awards section */
.awards{
    background-color: #ffffff;
}
.award-bx {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    padding: 15px
}

.award-bx .img-fluid {
    height: inherit;
    max-height: 80px;
}

.font-sm {
    font-size: 13px;
    font-weight: 500;
}


/* leadership */

.leader-bx .img-fluid {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	width:85%;
}
.leader-bx a,.leader-bx a:hover{
    color: #0A133B;
    display: block;
}
.people-box .header img{
    height:120px;
}
.people-box .header a{
    display: inline-block;
}
.people-footer img{
    width: 17px;
    margin-right: 4px;
    vertical-align: middle;
}
.people-box .header p{
    font-size: 18px;
    color: #2867b2;
}
.people-footer button,.people-footer button:hover,.people-footer button:focus,.people-footer button:active{
    background-color: #7b9098;
    padding: 2px 12px;
    border:1px solid #7b9098;
    outline: none;
    box-shadow: none;
}
.people-footer button:hover,.people-footer button:focus{
    background-color: #646c6f !important;
    border-color: #646c6f !important;
    outline: none !important;
    box-shadow: none !important;
}
.people-footer a{
    color: #2990ff;
}
.modal .modal-dialog{
    -webkit-transform: translate(-50% , -50%) !important;
    transform: translate(-50% , -50%) !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0;
    transition: none !important;
    max-width: 60%;
}
/* company history */

.company-history p {
    color: #0A133B;
}

.timeline {
    padding: 50px 0;
    padding-bottom: 0;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 50px;
    position: relative;
}

.timeline-nodes:last-child {
    padding-bottom: 25px;
}

.timeline-nodes:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: inset 0px 0px 4px #a09f9fa8;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 0 0 12px 12px;
}

.triangle-with-shadow {
    width: 66px;
    height: 32px;
    margin: auto;
    position: relative;
    margin-bottom: -48px;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #ddd;
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    transform: rotate(45deg);
    top: 12px;
    left: 3px;
    box-shadow: inset 0px 0px 4px #a09f9fa8;
}

.timeline-content {
    position: relative;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 31%;
    right: 100%;
    width: 0;
    border-right: 18px solid #333;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 31%;
    left: 100%;
    width: 0;
    border-left: 18px solid #333;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 7px solid #333;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, 75%);
    background-color: #f7f7f7;
    z-index: 1;
}

.timeline-image img {
    position: relative;
    z-index: 100;
}

.timeline-nodes .timeline-date time {
    width: 76px;
    height: 76px;
    display: inline-block;
    border: 9px solid #d8d9dd;
    border-radius: 100%;
    text-align: center;
    line-height: 54px;
    font-weight: 600;
    font-size: 20px;
}

.timeline-details {
    margin: 0;
}

.timeline-dright {
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 1px 6px #00000029;
}

.timeline-details p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.timeline-img {
    background: #333;
    border-radius: 10px 0 0 10px;
}

.font-weight-sm {
    font-weight: 500;
}

.timeline-nodes:nth-child(even) .timeline-details {
    flex-direction: row-reverse;
}

.timeline-nodes:nth-child(even) .timeline-dright {
    border-radius: 10px 0 0 10px;
}

.timeline-nodes:nth-child(even) .timeline-img {
    border-radius: 0 10px 10px 0;
}


/* color change 1st child */

.timeline-nodes:nth-child(1) .timeline-image::before {
    border-color: #D55B77;
}

.timeline-nodes:nth-child(1) .timeline-img {
    background: #D55B77
}

.timeline-nodes:nth-child(1) .timeline-content::after {
    border-right-color: #D55B77;
}

.timeline-nodes:nth-child(1) .timeline-date time {
    color: #D55B77;
}


/* color change 2st child */

.timeline-nodes:nth-child(2) .timeline-image::before {
    border-color: #69BAE6;
}

.timeline-nodes:nth-child(2) .timeline-img {
    background: #69BAE6
}

.timeline-nodes:nth-child(2) .timeline-content::after {
    border-left-color: #69BAE6;
}

.timeline-nodes:nth-child(2) .timeline-date time {
    color: #69BAE6;
}


/* color change 3rd child */

.timeline-nodes:nth-child(3) .timeline-image::before {
    border-color: #D55BAF;
}

.timeline-nodes:nth-child(3) .timeline-img {
    background: #D55BAF
}

.timeline-nodes:nth-child(3) .timeline-content::after {
    border-right-color: #D55BAF;
}

.timeline-nodes:nth-child(3) .timeline-date time {
    color: #D55BAF;
}


/* color change 4th child */

.timeline-nodes:nth-child(4) .timeline-image::before {
    border-color: #8EC66B;
}

.timeline-nodes:nth-child(4) .timeline-img {
    background: #8EC66B
}

.timeline-nodes:nth-child(4) .timeline-content::after {
    border-left-color: #8EC66B;
}

.timeline-nodes:nth-child(4) .timeline-date time {
    color: #8EC66B;
}


/* color change 5th child */

.timeline-nodes:nth-child(5) .timeline-image::before {
    border-color: #E5994E;
}

.timeline-nodes:nth-child(5) .timeline-img {
    background: #E5994E
}

.timeline-nodes:nth-child(5) .timeline-content::after {
    border-right-color: #E5994E;
}

.timeline-nodes:nth-child(5) .timeline-date time {
    color: #E5994E;
}


/* color change 6th child */

.timeline-nodes:nth-child(6) .timeline-image::before {
    border-color: #F2C638;
}

.timeline-nodes:nth-child(6) .timeline-img {
    background: #F2C638
}

.timeline-nodes:nth-child(6) .timeline-content::after {
    border-left-color: #F2C638;
}

.timeline-nodes:nth-child(6) .timeline-date time {
    color: #F2C638;
}


/* our locations */

.location-item {
    background: #fff;
    box-shadow: 0 1px 11px #e2e1e1;
    color: #323573;
}

.location-item p {
    font-weight: 400;
}

.location-item:hover {
    background: #393d83;
    color: #fff;
    transition: all 300ms linear;
}

.location-item a {
    color: #323573;
}

.location-item:hover a {
    color: #fff;
}

.purple-bg {
    background: transparent linear-gradient(104deg, #B344C1 0%, #9B76FF 100%) 0% 0% no-repeat padding-box;
}

.for-zindex {
    position: relative;
    z-index: 1;
    margin-top: -50px
}


/* our partners */

.partners-banner h1 {
    font-weight: 400;
    color: #0A133B;
}

.partners-banner p {
    font-size: 18px;
    color: #0A133B;
}

.partners-logo {
    background: #F7F5F5;
}

.logo-item {
    background: #fff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
    border-radius: 6px;
    cursor: pointer;
}

.close {
    outline: none !important;
}

.registered-info p{
    position: relative;
}
.registered-info P::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -15px;
    background-color: #EA5E2A;
}
.main-points{
    position: relative;
}
.main-points::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -18px;
    background-color: #EA5E2A;
}
/* application modernization */

.modernize-content h2 {
    color: #0a133b;
    font-size: 27px;
    font-weight: 400;
}

.modernize-content p {
    color: #0a133b;
    font-size: 15px;
}

.modernize-percent h1 {
    font-size: 75px;
    font-weight: 600;
}

.modernize-percent p,
.steps-item p {
    line-height: 26px;
}

.l-h-30 {
    line-height: 30px;
}

.ready-to-mdn {
    color: #0A133B;
    font-size: 2.6rem;
    font-weight: 300;
}


/* cookie policy page */
.blue-grad-bg {
    background: transparent linear-gradient(104deg, #0062FF 0%, #00BFF8 100%) 0% 0% no-repeat padding-box;
    max-height: 220px;
}
.blue-grad-bg h1{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.blue-grad-bg .container{
    height: 100%;
}
.cookie-policy-contents h1{
    color: #0A133B;
    font-size: 34px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
}
.cookie-policy-contents i{
    font-weight: 300;
}
.text-medium{
    font-weight: 500;
    color: #0A133B;
}
/*small device style*/
/* coming soon */
.coming-soon{
    max-width: 400px;
    width: 90%;
}
/* Cookie Dialog start*/
#gdpr-cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1d252b;
    padding: 10px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    text-align: center;
}

#gdpr-cookie-message h4 {
    color: #9932ef;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Roboto Black';
    display: none;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #b7b7b7;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}

#gdpr-cookie-message p:last-child {
    text-align: right;
    text-align: center;
    margin-bottom: 0;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #12a2ff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: #f1f1f1;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    padding: 4px 26px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background-color: #fff;
    color: #12a2ff;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:focus {
    outline: 0;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-advanced {
    display: none;
}
/* cookie style end */

/* ads in home page starts*/
.close-cobaf {
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
    background: #1B1E22 0% 0% no-repeat padding-box;
    padding: 3px;
    border-radius: 5px;
    font-size: 18px;
    z-index: 1000;
}

.ads-home-banner {
    -webkit-transition: flex 300ms ease-in-out;
    -moz-transition: flex 300ms ease-in-out;
    -ms-transition: flex 300ms ease-in-out;
    -o-transition: flex 300ms ease-in-out;
    transition: flex 300ms ease-in-out;
    border-bottom: 2px solid #ffffff;
}

.ads-home-banner.hide {
    display: none;
}
.ads-home-banner img{
    max-width: 600px;
    width: 100%;
}
.ads-banner-details{
    padding-left: 25px;
}
/* ads in home page ends */

@media (max-width: 991px) {
    .timeline-nodes:nth-child(odd),
    .timeline-nodes:nth-child(even) .timeline-details {
        flex-direction: row;
    }
    .timeline-date {
        display: none;
    }
    .timeline::before {
        left: 4%;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 0;
        /*transform: translateX(-50%;);*/
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        right: 100%;
        left: inherit;
        border-left: none;
        border-right: 18px solid #333;
    }
    .timeline-nodes:nth-child(even) .timeline-img {
        border-radius: 10px 0 0 10px;
    }
    .timeline-nodes:nth-child(even) .timeline-details {
        border-radius: 0 10px 10px 0;
    }
    .timeline-nodes:nth-child(2) .timeline-content::after {
        border-right-color: #69BAE6;
    }
    .timeline-nodes:nth-child(4) .timeline-content::after {
        border-right-color: #8EC66B;
    }
    .timeline-nodes:nth-child(6) .timeline-content::after {
        border-right-color: #F2C638;
    }
    .triangle-with-shadow {
        margin-left: -5px;
    }
    .timeline-img {
        padding: 8px
    }
    .timeline-dright time {
        font-weight: 600;
        font-size: 22px;
    }
    .timeline-nodes:nth-child(1) .timeline-dright time {
        color: #d55b77;
    }
    .timeline-nodes:nth-child(2) .timeline-dright time {
        color: #69BAE6;
    }
    .timeline-nodes:nth-child(3) .timeline-dright time {
        color: #D55BAF;
    }
    .timeline-nodes:nth-child(4) .timeline-dright time {
        color: #8EC66B;
    }
    .timeline-nodes:nth-child(5) .timeline-dright time {
        color: #E5994E;
    }
    .timeline-nodes:nth-child(6) .timeline-dright time {
        color: #F2C638;
    }
}


/*extra small device style */

@media only screen and (max-width:991px) {
    .sub-menu-block {
        padding: 0 30px;
    }
    .owl-dots {
        display: block !important;
        text-align: center;
        padding-top: 0px !important;
    }
    .owl-nav {
        display: none !important;
    }
}

@media only screen and (min-width:992px) {
    .ic.menu {
        display: none;
    }
    /* Main Menu for Desktop Devices  */
    ul.main-nav {
        display: block;
        /* position: relative; */
    }
    .sub-menu-block {
        padding: 20px;
    }
    /* Sub Menu */
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #F9F9F9;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        color: #333;
        right: 0;
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
        opacity: 0;
        /*CSS animation applied for sub menu : Slide from Top */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    ul.main-nav>li.active>div.sub-menu-block {
        background-color: #F9F9F9;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    ul.main-nav>li>div.sub-menu-block>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    ul.main-nav>li.active>div.sub-menu-block>* {
        opacity: 1;
    }
    .sub-menu-head {
        font-size: 16px;
        font-weight: 600;
    }
    /* List Separator: Outer Border */
    header ul.main-nav>li>a .material-icons {
        vertical-align: middle;
    }
    header.light ul.main-nav>li>a {
        border-right: 1px solid #666;
    }
    ul.main-nav>li ul.sub-menu-lists>li {
        position: relative;
    }
    header.light ul.main-nav>li>a:after {
        background-color: #999;
    }
}

@media screen and (max-width: 1366px) {
    .event-item a {
        font-size: 13px;
    }
    .carousel-event .carousel-item img {
        max-height: 18px;
        vertical-align: sub;
    }
}

@media screen and (max-width:992px) {
    .flex-banner.active .banner-details h3 {
        font-size: 32px;
    }
    .counter-item img {
        max-width: 70px;
    }
    .counter-item h1 {
        font-size: 36px;
    }
    .counter-item {
        padding: 30px 20px;
    }
    .customer-feedback {
        margin-top: 12px;
    }
}

@media screen and (max-width:991px) {
    .sub-menu-block {
        max-width: 100%;
        padding: 0 20px;
    }
    .product-item.show {
        transform: none;
        min-width: 230px;
    }
    .navbar-light .navbar-toggler {
        padding: 0;
        border: none;
        z-index: 11;
        outline: none;
        cursor: pointer;
    }
    .navbar-light .navbar-toggler .material-icons {
        font-size: 38px;
        color: #1e2336;
    }
    ul.main-nav>li>a .material-icons {
        display: none;
    }
    .sub-menu-head {
        line-height: 20px;
    }
    .sub-menu-head a {
        font-size: 18px;
    }
    ul.main-nav {
        height: 100vh;
    }
    .mobile-back-menu {
        color: #EA5E2A;
        display: block;
        background: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 12px 0;
        border-bottom: 1px solid #f2f2f2;
    }
    .mobile-back-menu .material-icons {
        vertical-align: middle;
        margin-right: 5px;
        color: #222
    }
    header .navbar-collapse {
        position: fixed!important;
        width: 100%;
        height: 100vh;
        top: 0;
        right: -100%;
        bottom: 0;
        padding: 36px 16px 25px;
        background-color: #fff;
        z-index: 10;
        -webkit-transition: -webkit-transform .15s ease;
        -o-transition: transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        display: block!important;
    }
    header .navbar-collapse.show {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    ul.main-nav>li>a {
        padding: 8px 20px;
        font-size: 20px;
    }
    .sub-menu-block {
        position: fixed;
        width: 100%;
        height: 100%;
        right: -100%;
        overflow-y: auto;
        background-color: #fff;
        top: 0;
        padding-bottom: 25px;
        -webkit-transition: -webkit-transform .15s ease;
        -o-transition: transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
    }
    ul.main-nav>li.top-level-link.active .sub-menu-block {
        z-index: 20;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .sub-pages-banner .container {
        padding: 30px 15px
    }
    .sub-pages-banner h1 {
        font-size: 30px;
    }
    .sub-pages-banner h4 {
        font-size: 18px;
    }
    .sub-pages-banner,
    .sub-pages-banner .container {
        height: inherit;
    }
    .overview p {
        font-size: 15px;
    }
    .about-banner {
        margin-bottom: -90px;
    }
    .sub-pages-banner .container {
        background-position: 50%;
    }
}

@media screen and (max-width:768px) {
    .flex-banner,
    .banner-details {
        white-space: normal;
    }
    .owl-dots {
        text-align: center;
    }
    .ready-to-mdn,
    .font-mb {
        font-size: 28px;
    }
	.leader-bx .img-fluid{
		width:75%;
    }
    .ads-home-banner{
        padding-top:20px;
    }
    .ads-banner-details h1{
        max-width: 80%;
    }
    .modal .modal-dialog{
        max-width: 85%;
    }
    .people-box .content{
        overflow: auto;
        margin-bottom: 30px;
        height: 30vh;
    }
}

@media screen and (max-width:767px) {
    .footer-bottom,
    .footer-bottom .text-right {
        text-align: center !important;
        padding: 0;
    }
    .get-started .text-right {
        text-align: left !important;
        margin-top: 20px;
    }
    .banner-details h3 {
        font-size: 22px;
    }
    .flex-banner.active .banner-details h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .flex-banner,
    .banner-details {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important;
    }
    .banner-wrap .d-flex {
        flex-direction: column !important;
    }
    .banner-img,
    .expand_list {
        display: none !important
    }
    .maxed,
    .product-item a {
        display: block !important
    }
    .flex-banner .d-flex.h-100 {
        height: initial !important
    }
    .carousel-event {
        padding: 0 35px;
    }
    .owl-carousel .owl-stage-outer {
        min-height: 268px !important;
    }
    .event-item {
        margin: 0
    }
    .carousel-event img {
        max-height: 14px;
        vertical-align: middle;
        margin-right: 5px !important;
    }
    .event-item.active .event-bottom {
        display: block !important;
    }
    .event-item.active .event-bottom>div {
        text-align: left !important;
        margin: 4px 0;
        border: none
    }
    .products-left h1 {
        line-height: 38px;
        font-size: 36px;
    }
    .product-carousel .owl-stage-outer {
        padding-top: 20px
    }
    .counter-item h1 {
        font-size: 40px;
    }
    .counter-item h5 {
        font-size: 20px;
    }
    .news h1 {
        line-height: 18px;
        font-size: 30px;
    }
    .get-started h1 {
        font-size: 40px;
    }
    .flex-banner,
    .flex-banner.bg-2 {
        background-size: cover;
        background-position: center;
    }
    .flex-banner {
        background-image: url('../images/banner-1.jpg');
    }
    .flex-banner.bg-2 {
        background-image: url('../images/banner-2-large.jpg');
    }
    .flex-banner .banner-details.custom_order_0,
    .flex-banner.bg-2 .banner-details {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
        padding: 130px 20px 30px;
    }
    .flex-banner .banner-details h3,
    .flex-banner.active .banner-details h3 {
        font-size: 36px;
        font-weight: 600;
        line-height: normal;
    }
    .flex-banner .banner-details ul,
    .flex-banner.active .banner-details ul,
    .flex-banner .banner-details .maxed div.mt-3,
    .flex-banner .banner-details .maxed div.mt-4 {
        display: none;
    }
    .flex-banner .banner-details .expand_list {
        display: block !important;
        margin-top: 5px !important;
    }
    .carousel-event {
        padding: 0;
    }
    .product-item {
        margin: 6px;
    }
    .sub-pages-banner .container {
        background: none;
        flex-direction: column;
    }
    .contact-img {
        margin-bottom: -96px;
    }
}

@media (max-width: 575px) {
    .timeline::before {
        left: 3%;
    }
    .timeline-image {
        left: -5.5%;
    }
    .triangle-with-shadow:after {
        width: 28px;
        height: 28px;
        top: 17px;
        left: 7px;
    }
    .triangle-with-shadow {
        width: 40px;
        height: 32px;
        margin-left: -12px;
    }
    .timeline-image::before {
        width: 35px;
        height: 35px;
        border-width: 6px;
    }
    .timeline-image {
        top: 22px;
    }
}