@import url('fonts.css');
:root {
    --blue:#0b408b;
    --blue_light:#30517f;
    --blue_dark:#0C2345;
    --cyan:#25aadd;
    --cyan_light:#7ac3df;
    --red:#e31d22;
    --red_light:#b95355;
    --red_dark:#800000;
    --orange:#FF8809;
    --green_dark:#94AE0A;
    --green_light:#82ff3e;
}
body{
    font-size:0.9rem;
    line-height:1.5;
    font-weight:500;
    font-family: 'Montserrat', sans-serif;
    color: #212424;
}
.p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #212424
}
h1,h2,h3,h4,h5{
    font-family: 'Montserrat', sans-serif;
}
.h1, h1{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -.01em;
    color: #212424
}
.title_blue h2, .text_blue p{
    color:var(--blue);
}
@media (min-width: 768px) {
    .h1, h1{
        font-size: 64px;
        line-height: 76px
    }
}

.h2, h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #212424
}

@media (min-width: 768px) {
    .h2, h2{
        font-size:45px;
        line-height: 58px
    }
}

.h3, h3{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #212424
}

@media (min-width: 768px) {
    .h3, h3{
        font-size: 36px;
        letter-spacing: -.01em
    }
}

.h4, h4, .th4 h3{
    margin: 0;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #212424
}

@media (min-width: 768px) {
    .h4, h4, .th4 h3{
        font-size: 24px;
    }
}

.h5, h5{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #212424
}

@media (min-width: 768px) {
    .h5, h5{
        font-size: 16px
    }
}
button {
    text-transform: none;
    cursor: pointer;
    font: inherit;
    margin: 0
}

img {
    display: block;
    height: auto;
    max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p:last-child{
    margin: 0px;
}
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}
.b-link-icon_white {
    background-color: #fff;
}
.b-link-icon {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #0B408B;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -moz-transform .3s;
    transition: width .3s, height .3s, transform .3s;
}
.b-link-icon_white .b-link-icon__svg {
    stroke: #212424;
}
.b-link-icon__svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
}
.b-link-icon_white .b-link-icon__svg {
    stroke: #212424;
}
.b-released-projects__link:hover .b-released-projects__link-icon {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
/*==================header_part========================*/
header.main_header .logo img {
    height:65px;
}
header.main_header {
    padding:15px 0px;
}
header.main_header nav ul li a:after {
    content: '';
    width:0px;
    height:1px;
    position: absolute;
    background-color: var(--red);
    bottom:5px;
    left: 0px;
    right:0px;
    transition:all 0.3s;
    margin:auto;
}
header.main_header nav ul li.active a:after, header.main_header nav ul li a:hover:after{ 
  width:100%;
}
header.main_header nav {
    margin-left: auto;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
header.main_header nav ul li a {
    padding: 8px 0;
    font-size:16px;
    /* text-transform: uppercase; */
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out;
    position: relative;
}
header.main_header nav ul li a:hover, header.main_header nav ul li.active a{
    color:var(--blue);
}
header.main_header .logo {
    padding-left: 5%;
}
header.main_header {
    position: fixed;
    width: 100%;
    /* background-color:#fff; */
    background-color:rgb(23, 0, 23);
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,.1);
    z-index: 50;
}
header.main_header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header.main_header nav ul li{
    margin-left:40px;
}
header.main_header nav ul li:first-child{
    margin-left:0px;
}
header.main_header nav ul li a:hover {
    color: #0B408B;
}
section.hero_area.sec {
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.video_container img {
    height:650px;
    width: 100%;
    object-fit: cover;
}
section.sec{
    /* margin-bottom:60px; */
}
.card_item {
    padding-left: 20px;
    position: relative;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 268px;
    height: 100%;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 28px;
    border-right: 1px solid #d2dce5;
}

.card_item ._icon {
    width: 32px;
}

.card_item .card_desc {
    margin-top: auto;
}
.card_item h4 {
    margin-bottom: 16px;
}

.card_item .card_desc p {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.owl_selder .item .card_item:before {
    content: '';
    position: absolute;
    left: -21px;
    top: -1px;
    width: calc(100% + 23px);
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(41, 47, 64, 0.08);
    opacity: 0;
    transition: opacity .3s;
    z-index:-1;
}
.owl_selder .item:hover .card_item:before {
    opacity: 1;
}
.owl-carousel.owl_selder {
    border-top: 1px solid #d2dce5;
}
.owl_selder .item .card_item:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #d2dce5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 193px;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage .item {
    height: 100%;
}
section.hero_area.sec div#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity:0.6;
}
 
section.sec.sec_1 .container-fluid {
    padding: 0px;
}

section.sec.sec_1 .img_box {
    position: relative;
}

section.sec.sec_1 .img_box figure {
    margin-bottom: 0px;
    /* background-color: var(--blue); */
    /* background-color:#192279; */
    background-image: linear-gradient(to bottom right, #0c408b, #160b8b);
}
section.sec.sec_1 .img_box figure img {
    height: 550px;
    opacity: 0.2;
    object-fit: cover;
}
section.sec.sec_1 .img_box .img_box_caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
}
section.sec.sec_1 .img_box .img_box_caption h2 a {
    color: #fff;
    text-decoration: none;
    font-size:38px;
    display: block;
    line-height: 1.1;
    font-weight: 700;
}
section.sec.sec_1 .img_box .img_box_caption .text_desc {
    position: relative;
    margin-top: 10px;
    background-color: rgb(48 81 127 / 20%);
    padding: 10px 20px;
    transition:1s;
    height:0px;
    opacity:0;
}

section.sec.sec_1 .img_box:hover .img_box_caption .text_desc { 
    height:auto;
    opacity:1;

}

/* section.sec.sec_1 .img_box.active_box .img_box_caption .text_desc { 
    visibility:visible;
    opacity:1;
    height:auto;
} */
section.sec.sec_1 .img_box .img_box_caption .text_desc h4{
    color: #fff;
}
section.sec.sec_1 .img_box .img_box_caption .text_desc p {
    color: #fff;
    font-size:16px;
    font-family:Montserrat;
    line-height: 1.6;
    margin-bottom: 10px;
}
section.sec.sec_1 .img_box .img_box_caption .btn_block{
    margin-top:20px;
}
section.sec.sec_1 .img_box .img_box_caption .btn_block .btn{
    border-width: 2px;
    transition: 0.3s;
    background-color:var(--cyan);
    /* text-transform: uppercase; */
    color: #fff;
    padding:20px 28px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
}
 section.hero_area .video_container .hero_caption .btn_block .btn, .theme_btn{
    border-width: 2px;
    transition: 0.3s;
    background-color:var(--cyan);
    /* text-transform: uppercase; */
    color: #fff;
    padding: 14px 25px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
}

section.sec.sec_1 .img_box .img_box_caption .btn_block .btn img, section.hero_area .video_container .hero_caption .btn_block .btn img{
    width: 18px !important;
    display: inline-block;
    margin-left: 10px;
    height: auto;
    transition: 0.5s;
}
section.sec.sec_1 .img_box .img_box_caption .btn_block .btn:hover{
    border: solid 2px var(--cyan_light);
}
section.hero_area .video_container .hero_caption .btn_block .btn:hover{
    border: solid 2px var(--red_dark);
    color: #fff;
}

section.sec.sec_1 .img_box .img_box_caption .btn_block .btn:hover img, section.hero_area .video_container .hero_caption .btn_block .btn:hover img{
    margin-left: 16px;
}
section.sec.sec_1 .img_box .arrow_down {
    position: absolute;
    width: 0px;
    top: -50px;
    left: -20px;
    z-index: 10;
    opacity: 1.5;
    transition: width 0.5s;
}
section.sec.sec_1 .img_box:hover .arrow_down { 
    width:200px;
}

/* section.sec.sec_1 .img_box.active_box .arrow_down { 
    width:200px;
} */

section.sec.sec_1 .img_box .arrow_down img {
    opacity: 1;
}
/* section.sec.sec_1 .img_box:hover figure {
    background-image: linear-gradient(to bottom right, #800000, #0C2345);
} */

section.sec.sec_1 .img_box.img_box_1:hover figure {
    background-image: linear-gradient(to bottom right, #800000, #0C2345);
}

section.sec.sec_1 .img_box.img_box_2:hover figure {
    background-image: linear-gradient(to bottom right, #30517f, #0C2345);
}

section.sec.sec_1 .img_box.img_box_3:hover figure {
    background-image: linear-gradient(to bottom right, #0C2345, #800000);
}

section.sec.sec_1 .img_box.img_box_4:hover figure {
    background-image: linear-gradient(to bottom right, #0C2345, #30517f);
}

section.sec.sec_1 .img_box .img_box_caption .text_desc:after {
    content: '';
    border: solid 5px var(--cyan);
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    border-top: 0px;
    border-left: 0px;
}
/* section.sec.sec_1 .img_box:hover .img_box_caption h2 a {
    color: var(--cyan_light);
} */
/* section.sec.sec_1 .img_box.active_box .img_box_caption h2 a {
    color: var(--cyan_light);
} */
/* section.sec.sec_1 .img_box:hover figure img{
  opacity:0.2;
} */

section.sec.sec_1 .img_box:hover figure img{
    opacity:0.1;
  }
section.sec.sec_1 {
    position: relative;
    overflow: hidden;
}
section.sec{
    padding:80px 0px;
    position: relative;
}
section.sec.sec_1 .shape {
    width: 2000px;
    background-color: #f2f2f2;
    height: 414px;
    position: absolute;
    display: block;
    padding: 60px 0 0;
    -ms-transform: skewY(-5deg);
    transform: skewY(328deg);
    margin-bottom: 0px;
}
section.hero_area .video_container .hero_caption {
    position: absolute;
    top:40%;
    margin: auto;
    left: 0px;
    max-width:1260px;
    right: 0px;
    text-align: center;
    padding-right:0%;
}

section.hero_area .video_container .hero_caption h1 {
    font-size:51px;
    line-height: 1.3;
    color: #f1f1f1;
    font-weight:600;
    margin-bottom:10px;
}
section.hero_area .video_container .hero_caption .caption_text p{
    font-size:21px;
    color: #f2f2f2;
}
/* section.hero_area .video_container:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#2e58ff 5%, #2e58ff 5%, #001155 90%);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.40;
    z-index: 1;
    margin: auto;
} */
section.hero_area .video_container .hero_caption {
    z-index: 10;
}

section.hero_area .video_container .hero_caption h1 b {
    color: #fff;
}
/*========video============*/
.vid_box.video_ytd {
    width: 100%;
    display: block;
    height: auto;
    border-radius:0px;
}
.vid_box {
    overflow: hidden;
    position: relative;
}
.vid_box.video_ytd iframe {
    height:350px;
}
.vid_box button {
    display: block;
    top: 0px;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    height: 100%;
    padding: 0px;
    width: 100%;
    border: 0px;
}
.vid_box.video_ytd button.ply_btn .play_icon {
    width: 90px;
    display: block;
    position: absolute;
    top:33%;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.3s;
}
.vid_box img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    top: 0px;
    left: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.bg_dark_blue {
    /* background-color: var(--blue_dark); */
    background-image: linear-gradient(to bottom right, #0c408b, #160b8b);
}
.v_center {
    height: 100%;
    display: flex;
    align-items: center;
}
section.bg_dark_blue .v_center {
    color: #fff;
    position: relative;
    z-index: 2;
}
section.bg_dark_blue .v_center h2 {
    color: #fff;
}
.overlay_icon {
    position: absolute;
    bottom:0px;
    left:0px;
    opacity: 0.2;
}
.title {
    position: relative;
}

.two_dots {
    width: 30px;
    height: 30px;
    background-color: var(--cyan_light);
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 100px;
}

.two_dots:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--orange);
    position: absolute;
    right: -15px;
    top: 20px;
    border-radius: 100px;
}
 
section.sec_4 .full_container .image_box {
    margin: 0px -12px;
    height: 930px;
}

section.sec_4 {
    padding: 0px;
}
section.sec_4 .full_container .case_col {
    padding:70px 80px;
}

section.sec_4 .full_container .image_box figure {
    height: 100%;
}

section.sec_4 .full_container .image_box figure img {
    height: 100%;
    object-position: right;
    object-fit: cover;
}
.case_col .card {
    overflow: hidden;
}

.case_col .card .desc {
    padding: 19px 18px;
}

.case_col .card figure {
    margin-bottom: 0px;
}

.case_col .card .desc h4 {
    margin-bottom: 8px;
    color: var(--blue_light);
}
.case_col .card figure {
    margin-bottom: 0px;
    height: 232px;
    overflow: hidden;
}
.overlay_icon_1 {
    position: absolute;
    right: 0px;
    top: 0px;
}
footer {
    /* background: linear-gradient(to bottom,#14142b 0,#05041e 100%)!important; */
    background-color:#160b8b;
}
.footer_block h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_block ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_block ul li {
    margin-bottom: 2px;
}
.footer_block ul li a, .footer_block p {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5625rem;
}
.footer_block p a {
    text-decoration: none;
    color: #73a2fc;
    display: inline-block;
    font-weight:500;
}
.footer_block .ft_social ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.footer_block .ft_social ul li {
    margin-right: 8px;
}
.footer_block .ft_social ul li a {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
    border: 1px solid hsla(0,0%,87.46%,1);
    color: #121212;
    box-shadow: none;
    width: 35px;
    border-radius: 100%;
    font-size: 16px;
    vertical-align: middle;
    height: 35px;
}
.footer_block .ft_social ul li a:hover {
    color: #fff;
    background-color: var(--blue_light);
}
.footer_block ul li a:hover {
    color: var(--cyan_light);
}
.vid_box.video_ytd button.ply_btn .play_icon:hover {
    transform: scale(1.1);
}
section.hero_area .video_container .hero_caption .btn_block .btn {
    background-color: var(--red);
    color: #fff;
}

.owl-carousel.owl_case .card {
    height: 100%;
    border: 0px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    padding: 80px 75px;
    background-color: #1C7DAD;
}
.owl-carousel.owl_case .card .desc h3 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.owl-carousel.owl_case .card .desc p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.owl-carousel.owl_case figure {
    margin-bottom: 0px;
    height: 450px;
    overflow: hidden;
}
section.hero_area .video_container .hero_caption h1 span.dot {
    color: var(--cyan);
}
.vid_box.video_ytd video {
    height: auto;
}
.vid_box.video_ytd {
    height: 350px;
}
.row_case_studies figure {
    height:379px;
    margin-bottom: 0px;
}

.row_case_studies .desc {
    height: 100%;
    padding: 20px 30px;
    background-color: #f1f1f1;
}

.row_case_studies {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
}

.row_case_studies .desc h4 {
    margin-bottom: 8px;
    color: var(--blue_light);
    line-height:1.3;
}

.row_case_studies figure img {
    height: 100%;
    object-fit: cover;
}
.img_box .img_box_caption .btn_block .btn_link, ul.ul_points .icon_box .btn_block .btn_link, .btn_block .btn_link{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.img_box .img_box_caption .btn_block .btn_link span.arrow, .btn_block .btn_link span.arrow, ul.ul_points .icon_box .btn_block .btn_link span.arrow{
    width: 35px;
    height: 35px;
    background-color: var(--cyan);
    display: inline-flex;
    border-radius: 100px;
    padding: 8px;
    margin-right: 10px;
    transition: 0.3s;
}
.img_box .img_box_caption .btn_block .btn_link:hover span.arrow, .btn_block .btn_link:hover span.arrow, ul.ul_points .icon_box .btn_block .btn_link:hover span.arrow{
    transform: scale(1.1);
}
.owl-carousel.owl_case figure img {
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top:30px;
}
.owl-carousel .owl-dots span {
    position: relative;
    height: 10px;
    width: 30px;
    border-radius: 11px;
    display: block;
    background: #fff;
    border: 1px solid var(--red_dark);
    margin: 0 5px;
}
.owl-carousel .owl-dots .active span {
    background-color:var(--red);
    border-color:var(--red);
    box-shadow: none;
  }

  ul.ul_points {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.ul_points .icon_box {
    position: relative;
    background: var(--blue);
    border-radius: 0px;
    padding: 38px 50px 40px;
    overflow: hidden;
    margin: 15px 15px;
    /* border: solid 1px #f1f1f1; */
    /* background-image: url(../images/bg_dots.webp); */
    background-position: top right;
    background-repeat: no-repeat;
}
/* ul.ul_points .icon_box:after {
    content: '';
    width: 200px;
    height: 200px;
    border-bottom: solid 4px var(--red);
    position: absolute;
    bottom: 0px;
    right: 0px;
} */
ul.ul_points .icon_box h2 a {
    color: var(--dark);
    text-decoration: none;
    font-size: 30px;
    display: block;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.ul_points li {
    width: 50%;
}
ul.ul_points .icon_box .btn_block .btn_link, .btn_block.btn_blue .btn_link {
    color: var(--blue);
}

ul.ul_points .icon_box .btn_block .btn_link span.arrow, .btn_block.btn_blue .btn_link span.arrow{
    background-color: var(--blue);
}

ul.ul_points .icon_box .btn_block {
    margin-top: 25px;
}
ul.ul_points .icon_box .btn_block .btn_link:hover {
    opacity: 0.8;
}
ul.ul_points .icon_box figure._icon {
    position: relative;
    margin-bottom: 30px;
}

ul.ul_points .icon_box figure._icon .two_dots {
    width: 205px;
    height: 205px;
    opacity: 0.2;
    left: -103px;
    bottom: -20px;
    top: inherit;
}

/* ul.ul_points .icon_box figure._icon .two_dots::after {
    width: 90px;
    height: 90px;
    top: -70px;
    right: -75px;
    background-color: var(--cyan);
} */
ul.ul_points .icon_box figure._icon .two_dots::after {
    width: 90px;
    height: 90px;
    top: -70px;
    right: -75px;
    background-color: var(--cyan);
}
ul.ul_points .icon_box figure._icon img {
    height: 50px;
    width: 50px;
}
header.main_header nav.active_nav ul li a {
    opacity: 0.7;
}
header.main_header nav.active_nav ul li.active a {
    opacity:1;
}
ul.ul_points .icon_box h2 a:hover {
    color: var(--blue);
}
section.sec.sec_3 .container {
    position: relative;
    z-index: 2;
}

section.sec.sec_3 .desc .btn_block a.btn_link {
    color: var(--blue);
}

section.sec.sec_3 .desc .btn_block a.btn_link span.arrow {
    background-color: var(--blue);
}
 
.testi_container .card {
    background-color:var(--blue_dark);
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    position: relative;
    top: 12%;
    right: -45px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
}

.testi_container .card .card-body {
    position: relative;
}

.testi_container .card .card-body img.right_comma {
    width: 100px;
    position: absolute;
    margin: auto;
    left: 0px;
    opacity: 0.2;
}

.testi_container .card .card-body p {
    position: relative;
    z-index: 2;
    font-size: 1rem;
}
 
.testi_container .owl_testi figure {
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.testi_container .owl_testi figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi_container .card .card-body ._clients h5 {
    color: #f1f1f1;
}

.testi_container .card .card-body ._clients p {
    font-size: 14px;
}

.theme_form .form-group {
    margin-bottom: 16px;
    position: relative;
  }
  .theme_form .form-group .form-control {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid var(--blue_dark);
    border-radius: 8px;
    background-color: transparent;
    margin: 0px auto;
    padding: 10px 10px;
    outline: none !important;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    transition: all .2s ease-in-out;
    z-index: 3;
}
  .field_lbl{
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  .theme_form .form-group label {
    position: absolute;
    top: 16px;
    left: 28px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
  }
  .theme_form .form-group .form-control:hover, .theme_form .form-group .form-control:focus { border: 1px solid #000; }
  
  .theme_form .form-group .form-control:valid + label, .theme_form .form-group .form-control:focus + label { 
    top: -6px;
    color: #000;
    font-weight: bold;
    z-index: 5;
    background: #fff;
  }
  .theme_form .form-group select.form-control {
    padding-left: 20px;
}
  ._required label:after {
    color: red;
    content: "*";
    position: relative;
    margin-left: 2px;
    top: 0px;
    font-size: 15px;
  }

  section.sec_contact .theme_form {
    position: relative;
    z-index: 2;
}
.sec_contact .theme_form .theme_btn {
    border: 0px;
    padding: 14px 65px;
    margin: auto;
    display: flex;
    background-color: var(--red);
    justify-content: center;
    flex-wrap: wrap;
}
.theme_btn:hover{ opacity:0.9; }
.sec_contact .theme_form .theme_btn:hover{
    background-color:var(--red_dark);
}
ul.list_card {
    z-index: 3;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

ul.list_card li {
    width:25%;
}
ul.list_card li ._card ._card_desc a {
    color: var(--blue);
    text-decoration: none;
}
ul.list_card li ._card ._card_desc a:hover{ text-decoration:underline;  }
ul.list_card li ._card {
    padding: 0px 30px;
    border-right: solid 1px #ccc;
    height: 100%;
    padding-top: 30px;
}
ul.list_card li:first-child ._card { border-left:solid 1px #ccc;   }
/* ul.list_card li:last-child ._card { border-right:0px;   } */
ul.list_card li ._card figure {
    width: 60px;
}
ul.list_card li ._card ._card_desc span.counter, ul.list_card li ._card figure span.counter{
    font-size: 45px;
    font-weight: 400;
    width: 80px;
    line-height: 1.2;
    display: inline-block;
    margin-right: 14px;
}
ul.list_card li:nth-child(1) ._card span.counter {
    color: var(--cyan);
}
section.sec_solutions .icon_box p {
    font-size: 19px;
}
ul.list_card li:nth-child(2) ._card span.counter {
    color: var(--blue);
}
._list ul {
    margin: 0px;
    list-style: none;
  }
  
  ._list ul li {
    padding-left:30px;
    margin-bottom: 18px;
    position: relative;
  }
  ._list ul li:last-child{
      margin-bottom:0px;
  }
  
  ._list ul li:after {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    border-left: 0px !important;
    transform: rotate(45deg);
    border-top: 0px !important;
    border: solid 3px #fff;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    border-radius: 0px;
    top: 4px;
  }
  
  ._list ul li:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color:var(--blue_light);
    display: block;
    position: absolute;
    border-radius: 100px;
    left: -9px;
    top: 0px;
}
.card.card_advt {
    height: 100%;
    border-radius: 0px;
}
.card_advt .card-body {
    padding:3rem;
}

.card_advt .card-body figure {
    width: 60px;
    position: relative;
}

.card_advt .card-body h4 {
    /* margin-bottom: 20px; */
    font-size:27px;
    line-height: 1.4;
    font-weight: 600;
}
.card_advt .card-body ._list {
    margin-top: 20px;
}
.card_advt .card-body ._list ul {
    padding-left: 10px;
}
.case_col .row_case_studies:nth-child(3) figure {
    height: 300px;
}

.card_advt .card-body figure:after, .card_advt .card-body figure:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color:var(--orange);
    border-radius: 100px;
    left: -18px;
    top: -15px;
    z-index: 1;
    opacity: 0.1;
}
.card_advt .card-body figure:after {
    left: inherit;
    top: inherit;
    width: 35px;
    height: 35px;
    bottom: -10px;
    right: -15px;
    background-color:var(--cyan);
}
ul.list_card li ._card ._card_desc span.counter:after, ul.list_card li ._card figure span.counter:after {
    content: "%";
}
.image_box.sq_shape figure {
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
}
.sq_shape figure:after {
    content: '';
    width: 200px;
    height: 300px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    display: block;
    top: 0px;
    border-radius: 5px;
    margin-top: 0px;
    border: solid 9px #7b8d9e;
    z-index: 1;
}
.image_box.sq_shape figure img {
    z-index: 2;
    position: relative;
}
section.hero_area_inner .hero_caption {
    text-align: left !important;
}

section.hero_area_inner .hero_caption label {
    color: #fff;
}

section.hero_area_inner img {
    height:400px;
}

section.hero_area_inner .hero_caption h1 {
    font-size:40px !important;
}

section.hero_area_inner .hero_caption .caption_text p {
    font-size: 18px !important;
}
.shape_right {
    position: absolute;
    top: 0px;
    right: 0px;
}
section.hero_area.hero_area_inner .video_container .hero_caption{
    top: 36%;
}
.overlay_icon.overlay_icon_right {
    right: 0px;
    top: 0px;
    left: inherit;
    bottom: inherit;
}
.image_box{  position: relative; }
.image_box.highlights:after {
    height: 200px;
    width: 200px;
    background-color:var(--red);
    position: absolute;
    content: '';
    left: -18px;
    z-index: 1;
    bottom: -18px;
}
.image_box.highlights figure {
    position: relative;
    z-index: 2;
}
section.sec_solutions .icon_box {
    height: 100%;
}
section.sec_solutions ul.ul_points li .icon_box h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}
section.sec_solutions .icon_box img._back_image {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
    opacity: 0.2;
    object-fit: cover;
}

 
section.sec_solutions .icon_box figure._icon, section.sec_solutions .icon_box h3, section.sec_solutions .icon_box p {
    position: relative;
    z-index: 2;
    color: #fff;
}

.box_gradients{
    background-image: linear-gradient(to bottom right, var(--red_dark), var(--blue_dark));
}
.case_solution .row_case_studies figure {
    height: 350px;
}

.news_box {
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--clr-neutral-50);
    border-radius: 8px;
    padding: 0px;
    background-color: #fff;
    height: 100%;
    width: 93%;
}
.news_box figure {
    padding: 0px;
    margin-bottom: 0px;
    height: 210px;
}
.news_box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news_box .post-entry-content {
    padding:22px 22px 20px 22px;
}
.news_box .post-entry-content h4 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all .3s ease 0s;
    margin-bottom: 12px;
    line-height: 1.5;
}
.news_box .post-entry-content h4 a {
    text-decoration: none;
    color: var(--blue_dark);
}
.news_box .post-entry-content h4 a:hover{
  color:var(--blue);
}
.news_box .post-entry-content .article {
    display: block;
    color: #14142b;
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
}
.news_box .post-entry-content .article span._date {
    color: #7e7e7e;
}
.news_box .post-entry-content .article a {
    text-decoration: none;
    color: var(--blue);
}
.news_box .post-entry-content p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.news_box .post-entry-content .btn_block {
    margin-top: 8px;
}
.news_box .post-entry-content .btn_block .btn_link {
    text-decoration: none;
    font-size: 14px;
    color: var(--blue_dark);
    position: relative;
    display: inline-block;
}
.news_box .post-entry-content .btn_block .btn_link:before {
    content: '';
    width: 0px;
    height: 2px;
    background-color: var(--cyan_light);
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
}
.news_box .post-entry-content .btn_block .btn_link:hover:before {
    width: 100%;
}
section.sec_blog .sidebar {
    background-color: #e3edfd;
    border-radius: 8px;
    padding: 25px;
}
section.sec_blog .sidebar .sm_title_2 h3 {
    color: var(--blue_dark);
    font-size: 22px;
    border-left: solid 4px var(--cyan);
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 1;
}
section.sec_blog .sidebar .body_lists {
    border-bottom: solid 1px #bed6fb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
section.sec_blog .sidebar .body_lists ul {
    padding-left: 2px;
    margin: 0px;
    list-style: none;
}
section.sec_blog .sidebar .body_lists ul li {
    margin-bottom: 10px;
}
section.sec_blog .sidebar .body_lists ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 12px;
}
section.sec_blog .sidebar .body_lists ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 17px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    color: #1a479c;
    top: -1px;
    transition: 0.5s;
}
section.sec_blog .sidebar .body_lists ul li a:hover {
    color: var(--blue);
}
section.sec_blog .sidebar .body_lists ul li a:hover:before {
    left: -2px;
}
section.sec_blog .sidebar .body_lists:last-child{
margin-bottom:0px;
padding-bottom:0px;
border-bottom:0px;
}
.breadcrumbs label {
    font-size: 0.9rem;
}
.breadcrumbs label a {
    text-decoration: none;
    color:var(--orange);
    display: inline-block;
}
.breadcrumbs label a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0px 8px;
}
.single_sec_blog .sec_title h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.4;
}

.single_sec_blog .sec_title_2  h2 {
    font-weight: 600;
    font-size:26px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.single_sec_blog p, ul li{
    font-size:20px;
}
.single_sec_blog ul{
    padding-left:20px;
}
/* ul li{
    margin-bottom:25px;
} */
header.main_header .logo .mob_menu{
    display:none;
}

.about_sec{
    position: relative;
    background: #f8fafc;
}

.py-100{
    padding: 100px 0;
}

.about_img{
    overflow: hidden;
    border-radius: 24px;
}

.about_img img{
    height: 100%;
    object-fit: cover;
}

.about_experience{
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    max-width: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.about_experience h3{
    font-size: 28px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 5px;
}

.about_experience span{
    font-size: 15px;
    line-height: 24px;
    color: #555;
    display: block;
}

.section_heading .sub_title{
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section_heading h2{
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    color: #111;
}

.about_text{
    font-size: 17px;
    line-height: 32px;
    color: #555;
    margin-bottom: 35px;
}

.about_box{
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.about_box h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.about_box p{
    margin: 0;
    color: #666;
    line-height: 30px;
}

.about_list{
    padding-left: 20px;
    margin: 0;
}

.about_list li{
    margin-bottom: 15px;
    color: #666;
    line-height: 30px;
}

.about_list li:last-child{
    margin-bottom: 0;
}

@media(max-width:991px){

    .py-100{
        padding: 70px 0;
    }

    .section_heading h2{
        font-size: 34px;
        line-height: 46px;
    }

}

@media(max-width:767px){

    .section_heading h2{
        font-size: 28px;
        line-height: 40px;
    }

    .about_box{
        padding: 20px;
    }

}


.life_gallery_section{
    padding: 100px 0;
    background: #020617;
    overflow: hidden;
}

.life_gallery_section h2, .life_gallery_section h3{
    color: #fff;
}

.life_gallery_section p{
    color: rgba(255,255,255,.7);
    font-size: 18px;
}

.life_gallery_slider{
    overflow: visible;
    padding: 40px 0 80px;
}

.life_gallery_slider .swiper-slide{
    transition: .5s ease;
    transform: scale(.82);
    opacity: .45;
}

.life_gallery_slider .swiper-slide-active{
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}

.gallery_card{
    transition: .5s ease;
}

.gallery_card figure{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0;
    height: 520px;
    background: #081120;
}

.gallery_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.gallery_card:hover img{
    transform: scale(1.08);
}

.gallery_card figure::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.88),
        rgba(0,0,0,.15),
        transparent
    );
    z-index: 1;
}

.gallery_caption{
    text-align: center;
    padding: 28px 20px 0;
}

.gallery_caption span{
    display: inline-block;
    color:var(--purple);
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.gallery_caption h4{
    color: #fff;
    font-size:20px;
    line-height: 1.4;
    margin: 0;
}

.life_gallery_slider .swiper-slide-active .gallery_caption h4{
    color: #fff;
}

.life_gallery_slider .swiper-slide-prev{
    transform: scale(.85) rotate(-5deg);
}

.life_gallery_slider .swiper-slide-next{
    transform: scale(.85) rotate(5deg);
}

.life_prev,
.life_next{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    border: solid 1px rgba(255,255,255,.08);
    color: #fff;
    transition: .3s;
}

.life_prev:hover,
.life_next:hover{
    background: var(--primary-blue);
}

.life_prev::after,
.life_next::after{
    display: none;
}

.life_prev{
    left: -20px;
}

.life_next{
    right: -20px;
}

.life_pagination{
    bottom: 0 !important;
}

.life_pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.3);
    opacity: 1;
}

.life_pagination .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 20px;
    background: var(--primary-blue);
}

@media(max-width:991px){

    .life_gallery_slider .swiper-slide{
        transform: scale(.92) !important;
        opacity: 1;
    }

    .gallery_card figure{
        height: 420px;
    }

    .life_gallery_section h2{
        font-size: 38px;
    }

}

@media(max-width:767px){

    .gallery_card figure{
        height: 320px;
    }

    .gallery_caption h4{
        font-size: 22px;
    }

}
.section{
	padding:80px 0px;
}
.life_gallery_slider .swiper-slide{
    transition: all 0.5s ease;
}

.life_gallery_slider .swiper-slide-prev{
    transform: scale(.85) rotate(-5deg) !important;
    opacity: .7;
}

.life_gallery_slider .swiper-slide-next{
    transform: scale(.85) rotate(5deg) !important;
    opacity: .7;
}

.life_gallery_slider .swiper-slide-active{
    transform: scale(1) rotate(0deg) !important;
    opacity: 1;
    z-index: 2;
}
.modern_hero_section{
    padding:80px 0;
    overflow:hidden;
}

.modernHeroSlider{
    width:100%;
    padding-bottom:70px;
}

.hero_card{
    position:relative;
    border-radius:32px;
    overflow:hidden;
    background:#101826;
    box-shadow:0 20px 60px rgba(0,0,0,0.35);
}

.hero_image{
    position:relative;
    height:620px;
}

.hero_image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.45) 35%,
    rgba(0,0,0,0.05) 100%);
}

.hero_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hero_content{
    position:absolute;
    left:60px;
    right:60px;
    bottom:60px;
    z-index:2;
    max-width:900px;
}

.hero_tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    color:#fff;
    font-size:14px;
    margin-bottom:20px;
}

.hero_content h2{
    font-size:45px;
    line-height:1.1;
    color:#fff;
    margin:0 0 20px;
    font-weight:700;
}

.hero_content p{
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,0.8);
    margin-bottom:30px;
}

.hero_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 32px;
    border-radius:14px;
    background:#fff;
    color:#000;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}

.hero_btn:hover{
    transform:translateY(-3px);
}

.hero_nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    backdrop-filter:blur(10px);
    background:rgba(255,255,255,0.15);
    color:#fff;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.3s ease;
}

.hero_nav:hover{
    background:#fff;
    color:#000;
}

.hero_prev{
    left:30px;
}

.hero_next{
    right:30px;
}

.hero_pagination{
    bottom:0 !important;
}

.hero_pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:.4;
    transition:.3s;
}

.hero_pagination .swiper-pagination-bullet-active{
    width:40px;
    border-radius:30px;
    opacity:1;
}

@media(max-width:991px){

    .hero_image{
        height:520px;
    }

    .hero_content{
        left:30px;
        right:30px;
        bottom:30px;
    }

    .hero_content h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .modern_hero_section{
        padding:40px 0;
    }

    .hero_image{
        height:480px;
    }

    .hero_content h2{
        font-size:30px;
    }

    .hero_content p{
        font-size:15px;
    }

    .hero_btn{
        width:100%;
    }

    .hero_prev{
        left:15px;
    }

    .hero_next{
        right:15px;
    }

    .hero_nav{
        width:46px;
        height:46px;
    }

}