/*-----------------------------------------------------------------------------------
CSS INDEX
-----------------------------------------------------------------------------------*/


/* All Plugin CSS */

@import url('bootstrap.min.css');
@import url('bootstrap-icons.min.css');
@import url('slick.css');
@import url('sm-simple.css');
@import url('sm-core-css.css');

/* All Plugin CSS */


/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********************************
 Typography Style
******************************** */

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


/***************************
loader
*****************************/

.loaders {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(243, 246, 252, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    border: 10px solid #E5E5E5;
    border-radius: 50%;
    border-top: 10px solid #00A1CC;
    border-bottom: 10px solid #00A1CC;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scrolltotop {
    color: #fff;
    background-color: #00A1CC;
    padding: 8px;
    position: fixed;
    line-height: 1;
    right: 15px;
    bottom: 10px;
    text-decoration: none;
    display: none;
    font-size: 24px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
}

.scrolltotop:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/***************************************
header-area
*************************************/

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-area.header2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background: #003B49;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-area.shadows {
    background: #003B49;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gettouch a {
    border: 2px solid #00A1CC;
    padding: 10px 35px;
    color: #fff;
    border-radius: 30px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gettouch a:hover {
    background: #00A1CC;
    border: 2px solid #00A1CC;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home2 .gettouch a {
    background: #00A1CC;
    border: 2px solid #00A1CC;
}

.navigation a.cusbtn {
    display: none;
}

.navbar-brand {
    padding-top: 5px;
    margin-top: 0;
    padding-bottom: 6px;
    margin-right: 0;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    height: 30px;
}

.me-auto {
    margin-left: 100px;
}

.sm-simple {
    background: transparent;
}

.sm-simple a.highlighted,
.sm-simple a:active,
.sm-simple a:focus,
.sm-simple a:hover {
    background: transparent;
}

.sm-simple a,
.sm-simple a.highlighted,
.sm-simple a:active,
.sm-simple a:focus,
.sm-simple a:hover {
    padding: 10px 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.sm-simple {
    border: none;
    background: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.sm-simple>li {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.sm-simple ul a,
.sm-simple ul a:active,
.sm-simple ul a:focus,
.sm-simple ul a:hover {
    font-size: 14px;
    border-left: 0px solid transparent;
    color: #000;
}

.sm-simple li {
    border-top: none;
}

.sm-simple ul {
    width: 12em;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
}

.sm-simple ul>li {
    border: none;
}

.margintop {
    margin-top: 77px;
}


/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu>.has-mega-menu {
    position: static !important;
}

#main-menu .mega-menu {
    margin-left: -1px !important;
    margin-right: -1px !important;
    max-width: 70% !important;
    left: auto !important;
    overflow-x: hidden;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

#main-menu>.has-mega-menu .scroll-up,
#main-menu>.has-mega-menu .scroll-down {
    margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu>li {
    overflow: auto;
    overflow-x: hidden;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu ul {
    position: static;
    display: block;
    margin: 0.83em 0;
    border: 0;
    padding: 0 0 0 0;
    width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-menu .mega-menu ul li {
    display: list-item;
    list-style-type: disc;
    border: 0;
}

#main-menu .mega-menu a {
    display: block;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    white-space: normal;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 12px;
}

#main-menu .mega-menu a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 161, 204, 0.10);
}


/* simple columns inside the mega menus */

@media (min-width: 1200px) {
    #main-menu .mega-menu .mega-grid {
        float: left;
        width: 33.33%;
    }
}

.mega-grid h4 {
    color: #3E3E3E;
    text-shadow: 0px 13px 38px rgba(226, 81, 135, 0.35);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}

.mega-grid p {
    color: #747474;
    text-shadow: 0px 13px 38px rgba(226, 81, 135, 0.35);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.mega-grid img {
    margin-top: 5px;
    height: 30px;
}


/* **********************************
hero-video
******************************** */

.hero-video {
    position: relative;
    z-index: 2;
}

.hero-video::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 28, 35, 0.70);
}

.home2.hero-video::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 26, 32, 0.60);
}

.videos {
    width: 100%;
    height: 100%;
    position: relative;
}

#background {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.heading {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    max-width: 960px;
    text-align: center;
    -webkit-transform: translate(0%, -55%);
    -ms-transform: translate(0%, -55%);
    transform: translate(0%, -55%);
    z-index: 9;
    margin: 0 auto;
}

.home2 .heading {
    position: absolute;
    top: 55%;
    left: 13%;
    right: 0;
    max-width: 960px;
    text-align: left;
    -webkit-transform: translate(0%, -55%);
    -ms-transform: translate(0%, -55%);
    transform: translate(0%, -55%);
    z-index: 9;
    margin: 0;
}

.home2 .heading h1 span {
    background: #00A1CC;
    padding: 0 10px;
}

.heading h1 {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.heading p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-patner {
    margin-top: 30px;
}

p.bar {
    display: inline-block;
    width: 265px;
    border-top: 1px solid #fff;
    margin: 25px 0;
}

.heading a.cusbtn {
    color: #fff;
    border: 2px solid #fff;
}


/* ******************************
solutions-area
********************************* */

.solutions-area {
    background: #00181E;
    padding: 50px 0 300px 0;
}

.home2.solutions-area {
    background: #fff;
    padding: 50px 0 50px 0;
}

.title {
    margin-bottom: 30px
}

.title h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}

.home2 .title h2 {
    color: #333333;
}

.title h2 span {
    color: #00A1CC;
}

a.solutions {
    padding: 40px;
    display: block;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.solutions:hover {
    background: url(../img/solutions.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home2 a.solutions:hover {
    background: url(../img/solutions2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.solutions:hover .seelink {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.seelink {
    color: #fff;
    display: block;
    text-align: end;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home2 .seelink {
    color: #3E3E3E;
}

.home2 .icons svg {
    height: 70px;
}

.icons svg path {
    fill: #00A1CC;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.solutions:hover .icons svg path {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home2 a.solutions:hover .icons svg path {
    fill: #00A1CC;
}

a.solutions h4 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

a.solutions p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.home2 .solutions h4 {
    color: #3E3E3E;
}

.home2 a.solutions p {
    color: #3E3E3E;
}

.icons {
    margin-bottom: 35px;
}

.home2 p.learmone {
    color: #00A1CC !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.5;
}


/* ****************************
banner-slider
****************************** */

.sliders {
    border-radius: 41px;
    background: #FFF;
    margin-top: -200px;
    padding: 40px;
}

.home2 .sliders {
    border-radius: 20px;
    margin-top: -80px;
    z-index: 2;
    padding: 0;
    padding-bottom: 50px;
    background: #F8F8F8;
}

.home2.banner-slider {
    background: #F8F8F8;
}

.sliders .item img {
    border-radius: 20px;
}

.prev {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 22px;
    line-height: 1.2;
    color: #00A1CC;
    cursor: pointer;
}

.next {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 22px;
    line-height: 1.2;
    color: #00A1CC;
    cursor: pointer;
}


/* *****************************
home-about
****************************** */

.home-about {
    padding: 50px 0;
}

.home2.home-about {
    padding: 50px 0;
    background: #F8F8F8;
}

.about-con h5 {
    color: #00A1CC;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.about-con h2 {
    color: #333;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

.about-con p {
    color: #3E3E3E;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

a.cusbtn {
    display: inline-block;
    padding: 10px 30px;
    color: #00A1CC;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    border: 2px solid #00A1CC;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.cusbtn:hover {
    color: #fff;
    background: #00A1CC;
    border: 2px solid #00A1CC;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.counts {
    margin: 25px 0;
}

.count {
    color: #003B49;
    font-size: 75px;
    font-weight: 600;
    line-height: 1.2;
}

.counts p {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.handshake img {
    width: 100%;
}


/* *******************************
our-client
*************************** */

.our-client {
    padding-top: 50px;
    background: #F2F5F6;
}

.our-client.home2 {
    background: #F8F8F8;
}

.our-client.whitebg {
    background: #fff;
}

.our-client.servic {
    padding-top: 50px;
    background: transparent;
}

.ourclients {
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #00A1CC;
    background: #fff;
    padding: 40px 30px;
}

.partner .item {
    border-radius: 100px;
    background: #FFF;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* the slides */

.partner .slick-slide {
    margin: 15px;
}


/* the parent */

.partner .slick-list {
    margin: -15px;
}

.partner-title h3 {
    color: #3E3E3E;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}


/* ******************************
footer-area
******************************* */

.footer-area {
    background: #002832;
    padding: 50px 0 15px 0;
}

.footergrid {
    margin-bottom: 15px;
}

.footergrid ul {
    margin-bottom: 35px;
}

.fologo {
    margin-bottom: 40px;
}

.fologo img {
    height: 32px;
}

ul.socile li {
    display: inline-block;
}

ul.socile li a {
    display: inline-block;
    border-radius: 8px;
    background: rgba(0, 161, 204, 0.20);
    color: #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    margin-right: 5px;
}

.footergrid li {
    display: block;
}

.footergrid li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
}

.footergrid h4 {
    color: #00A1CC;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.footerbottom {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 15px 0;
}

.footerbottom p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

footerbottom {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 15px 0;
}

.footerbottom p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* ****************************
banner-area
****************************** */

.banner-area {
    position: relative;
    background: url(../img/topbanner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 668px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.cspbanner {
    background: url(../img/cspbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.businessser {
    background: url(../img/businessser.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.itbanner {
    background: url(../img/itbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.copilotser {
    background: url(../img/copilotser.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mordernser {
    background: url(../img/mordernsers.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contactbg {
    background: url(../img/contactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.supportbg {
    background: url(../img/supportbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.industriesbg {
    background: url(../img/industriesbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cyberbg {
    background: url(../img/cyberbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 768px;
}

.banner-area::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 28, 35, 0.70);
    z-index: -1;
}

.banner-con {
    text-align: center;
}

.banner-con h1 {
    color: #FFF;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.banner-con p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
}

.banner-con a.cusbtn {
    color: #fff;
    font-size: 18px;
    background: #00A1CC;
    border: 2px solid #00A1CC;
}

.banner-con img {
    display: block;
    margin: 15px auto;
}


/* *****************************
short-service
******************************** */

.short-service {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.short-service::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00181E;
    z-index: -2;
}

.short-service.shortwhite::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F5F6;
    z-index: -2;
}

.shortservice {
    position: relative;
    margin-top: -80px;
    padding: 40px 20px;
    background: #005871;
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    border-radius: 14px 14px 30px 30px;
    z-index: 1;
}

.shorttext {
    padding: 0 30px;
}

.shorttext h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.shorttext p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.shorttext a.cusbtn {
    width: 100%;
    color: #fff;
    background: #00A1CC;
    border: 2px solid #00A1CC;
}

.cspservices .shortservice::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/Vector1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    height: 100px;
    width: 100%;
}

.cspservices .shortservice {
    -webkit-clip-path: none;
    clip-path: none;
    border-radius: 14px;
}


/* *************************
services-area
*************************** */

.services-area {
    background: #00181E;
    padding: 50px 0 200px 0;
}

a.serviceslist {
    display: block;
    text-align: center;
    padding: 50px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
}

a.serviceslist:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -o-linear-gradient(bottom, rgba(0, 51, 65, 0.00) 0%, rgba(0, 161, 204, 0.50) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 51, 65, 0.00)), to(rgba(0, 161, 204, 0.50)));
    background: linear-gradient(0deg, rgba(0, 51, 65, 0.00) 0%, rgba(0, 161, 204, 0.50) 100%);
}

a.serviceslist:hover .icons svg path {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.serviceslist h4 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}

a.serviceslist p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

a.serviceslist:hover .arrowhover i {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.serviceslist:hover .seelink {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrowhover i {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-area .col-md-6 {
    padding: 0;
}

.services-area .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.50) !important;
}

.services-area .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.50)!important;
}


/* *****************************
serviceslider
*********************** */

.serviceslider.banner-slider {
    background: #F2F5F6;
    padding-bottom: 50px;
}

.serviceslider .sliders {
    border-radius: 41px;
    background: #FFF;
    margin-top: -100px;
    padding: 40px;
}


/* ****************************
organizations
******************************* */

.generation {
    padding: 50px 0;
    background: #F2F5F6;
    position: relative;
    z-index: 2;
}

.generation.generation2 {
    background: #fff;
}

.generation.whitebg {
    background: #fff;
}

.generation2::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #F2F5F6;
    z-index: -2;
}

.generation3::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #F2F5F6;
    z-index: -2;
}

.generation.fulltop::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: #F2F5F6;
    z-index: -2;
}

.generation.fullbottom::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    top: 15%;
    left: 0;
    width: 100%;
    height: 85%;
    background: #F2F5F6;
    z-index: -2;
}

.dfex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.generation-con .title h2 {
    color: #383838;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.generation-con .title p {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.generation-con h4 {
    color: #3E3E3E;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.generation-con p {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

.generation-con li {
    color: #092342;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 17px;
}

.generation-img img {
    width: 100%;
}


/* **********************************
organizations
********************************* */

.organizations {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.organizations::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #F2F5F6;
    z-index: -1;
}

.org-title h2 {
    color: #383838;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.org-title img {
    display: block;
    margin: 15px auto;
}

.orgcon {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    margin-bottom: 30px;
}

.orgcon p {
    color: #373737;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin-bottom: 35px;
}

.orgcon i {
    color: #00A1CC;
    font-size: 70px;
    position: absolute;
    top: -52px;
}

.orgcon.down {
    margin-top: 50px;
}

.orgname h5 {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.orgname h5 strong {
    font-weight: 700;
}

.orgname p {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.orgimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


/* ********************************
request-area
********************************* */

.request-area {
    padding: 50px 0;
    background: #F2F5F6;
}

.request-area.whitebg {
    background: #fff;
}

.request {
    text-align: center;
}

.request p {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.request h2 {
    color: #3E3E3E;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
}


/* *******************************
blog
******************************* */

.banner-area.blog {
    position: relative;
    background: url(../img/blogbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 668px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    z-index: 1;
}

.banner-area.blog .banner-con {
    text-align: start;
}

.banner-area.blog .banner-con p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-area.blog .banner-con p strong {
    font-weight: 700;
    margin: 0 10px;
    display: inline-block;
}

.banner-area.blog .banner-con p img {
    margin-left: 15px;
}

.tags {
    margin-bottom: 10px;
}

.tags li {
    display: inline-block;
}

.tags li a {
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 12px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tags li a:hover {
    color: #fff;
    background: #00A1CC;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ********************************
blog-area
************************************ */

.blog-area {
    padding: 50px 0;
    background: #00181E;
}

.blog-tag {
    margin-bottom: 30px;
}

.blog-tag li {
    display: inline-block;
}

.blog-tag li a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 25px;
    border: 1px solid rgba(230, 230, 230, 0.30);
    padding: 12px 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-tag li a:hover {
    color: #fff;
    background: #00A1CC;
    border: 1px solid #00A1CC;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogs {
    margin-bottom: 35px;
}

.blogs a {
    display: block;
}

.blogs a img {
    width: 100%;
    margin-bottom: 15px;
}

.blogs p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blogs p strong {
    font-weight: 500;
}

a.blogtitle {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}


/* *************************
breadcrumb-area 
*************************** */

.breadcrumb-area {
    padding: 15px 0;
    background: #E7E7E7;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #3E3E3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}


/* ********************************
blog-details
****************************** */

.blog-details {
    padding: 50px 0;
    background: #F0F0F0;
}

.blog-title h1 {
    color: #3E3E3E;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-title p {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
}

.blog-title p strong {
    font-weight: 700;
}

.blog-title p img {
    margin-left: 10px;
}

ul.socile.blogs li a {
    display: inline-block;
    border-radius: 8px;
    background: rgba(177, 177, 177, 0.20);
    color: #3E3E3E;
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    margin-right: 5px;
}

.blog-con {
    margin-bottom: 25px;
}

.blog-con img {
    margin-bottom: 25px;
}

.blog-con h3 {
    color: #3E3E3E;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blog-con p {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blog-con h4 {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

.detailstag li {
    display: inline-block;
}

.detailstag li a {
    display: inline-block;
    color: #3E3E3E;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    border-radius: 4px;
    background: rgba(175, 175, 175, 0.20);
    padding: 10px 16px;
    margin-right: 10px;
}

.recnt-blog {
    margin-bottom: 30px;
}

.recnt-blog li a {
    display: block;
    margin-bottom: 25px;
}

.recnt-blog li a img {
    height: 100px;
}

.recnt-blog li a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.recnt-blog li a p img {
    height: 16px;
    margin-right: 5px;
}

.recnt-blog li a p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recnt-blog li a h4 {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}


/* ***************************
faq-area
**************************** */

.faq-area {
    padding: 50px 0;
    background: #F8F8F8;
}

.faqtitle {
    margin-bottom: 25px;
}

.faqtitle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3F3F3F;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
}

.faqtitle h2 img {
    margin-left: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.accordion-button:not(.collapsed) {
    color: #3F3F3F;
    background-color: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    color: #3F3F3F;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    background-color: transparent;
    border-bottom: 1px solid #D4D4D4;
}

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
}

.accordion-body {
    padding: 15px 0;
}

.accordion-body p {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    content: "\F4FE";
    font-family: "bootstrap-icons";
    background-image: none;
    color: #00A1CC;
    border: 1px solid #00A1CC;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

.accordion-button:not(.collapsed)::after {
    content: "\F2EA";
    font-family: "bootstrap-icons";
    background-image: none;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    color: #00A1CC;
}


/* *****************************
licensing-area
****************************** */

.licensing-area {
    padding: 50px 0 0 0;
    background: #00181E;
}

.licensing-area .title p {
    margin: 15px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.accordion2 {
    padding-bottom: 50px;
}

.title h3 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.licensing-img {
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 20px 20px 0px 0px;
    background: rgba(0, 161, 204, 0.10);
}

.licensing-img img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.subtitle {
    margin-bottom: 15px;
}

.subtitle h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.accordion2 .accordion-button {
    color: #00A1CC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.accordion2 .accordion-body p {
    color: #E9E9E9;
}


/* *****************************
experties-area
****************************** */

.experties-area {
    padding: 50px 0;
    background: #F2F5F6;
}

.experties-area.whitebg {
    background: #fff;
}

.experties-area {
    padding: 50px 0;
    background: #F2F5F6;
}

.experties-area .title h2 {
    color: #00181E;
}

.extends {
    padding: 15px;
    margin-bottom: 25px;
}

.extends h4 {
    color: #00181E;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.extends p {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.itser.organizations::after {
    height: 50%;
}

.subtitle h5 {
    color: #3E3E3E;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.experties-area .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) rgba(187, 187, 187, 0.50) !important;
}

.experties-area .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(187, 187, 187, 0.50) !important;
}

.experties-area .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) rgba(187, 187, 187, 0.50) !important;
}

.experties-area .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) rgba(187, 187, 187, 0.50) !important;
}


/* *************************
copliot
******************************* */

.copliot {
    background: #00181E;
}

.copliot .title h2 {
    color: #fff;
}

.copliot .extends h4 {
    color: #fff;
}

.copliot .extends p {
    color: #fff;
}

.copliot .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.50) !important;
}

.copliot .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.50) !important;
}

.copliot .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.50) !important;
}


/* *******************************
shortbaner
********************************* */

.shortbaner {
    height: 600px;
}

.shortbaner .banner-con p {
    margin-bottom: 0;
}

.contact-area {
    padding-bottom: 80px;
    background: #F2F5F6;
}

.bgbox {
    position: relative;
    margin-top: -100px;
    padding: 50px;
    border-radius: 20px;
    background: #002832;
    z-index: 2;
}

.contactus,
.contactdetails {
    padding: 50px;
}

.contactus .form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.03);
}

.form-control:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 1px solid #fff;
}

.contactus ::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.contactus ::-moz-placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.contactus :-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.contactus ::-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.contactus ::placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.contactus :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd;
}

.contactus ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ddd;
}

.submit {
    border: none;
    border-radius: 50px;
    background: var(--Main-Color, #05A1EC);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    padding: 15px;
    width: 100%;
}

.contactdetails i {
    color: #00A1CC;
    font-size: 26px
}

.contactdetails p {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.contactdetails a {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.contactdetails h4 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.contactdetails .d-flex {
    margin-bottom: 35px;
}


/* ***************************
supportcon
***************************** */

.supportcon {
    padding: 30px;
}

.supportcon h2 {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.supportcon p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

.supportcon h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.supportcon h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.supportcon a.cusbtn {
    color: #fff;
    background: #00A1CC;
    border: 2px solid #00A1CC;
    width: 90%;
}


/* **************************
career
**************************** */

.career {
    padding: 10px;
}

.career p {
    display: inline-block;
    border-radius: 8px;
    background: #7FBB01;
    padding: 10px 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.career li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 10px 0;
}

.career li a.cusbtn {
    color: #fff;
    background: #00A1CC;
    border: 2px solid #00A1CC;
    padding: 10px 50px;
}


/* *******************************
industries-post
******************************* */

.industries-post {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.industries-area {
    background: #00181E;
    padding-bottom: 80px;
}

.industries {
    margin-bottom: 50px;
}

.industries a {
    display: block;
}

.industries img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 25px;
}

.industries h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.industries h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.industries p {
    color: #E9E9E9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.industries ul {
    margin-bottom: 25px;
}

.industries li {
    color: #E9E9E9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 17px;
}

.industries a.cusbtn {
    display: inline-block;
    width: auto;
    color: #fff;
    background: #00A1CC;
    border: 2px solid #00A1CC;
}


/* ***************************
three-phases
***************************** */

.three-phases {
    padding: 50px 0;
    overflow: hidden;
}

.three-phases .title h2 {
    color: #092342;
}

.phases {
    padding: 30px 0;
    transition: all 0.3s ease;
}

.phases:hover {
    background: #F2F5F6;
    transition: all 0.3s ease;
}

.phasesnum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(55, 55, 55, 0.50);
}

.phasesnum h4 {
    color: #092342;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 25px;
}

.phasesnum h4 span {
    display: block;
    color: #00A4EF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 15px;
}

.phasesnum img {
    padding: 0 25px;
}

.steps {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.steps img {
    width: 100%;
}

.phases h3 {
    color: #092342;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 0 25px;
}

.phases p {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 25px;
    margin-bottom: 25px;
}


/* *****************************
solutions-stage
******************************* */

.solutions-stage {
    padding: 80px 0;
    background: #00181E;
}

.solutions-stage .title {
    margin-bottom: 50px;
}

.solutions-stage .title p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}

.solutionlist {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(217, 217, 217, 0.05);
    height: 100%;
}

.solutionlist img {
    margin-bottom: 25px;
}

.solutionlist h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}

.solutionlist p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}


/* ********************************
video-area
********************************** */

.video-area {
    padding: 50px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.video-area::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: #F2F5F6;
    z-index: -1;
}

.video-area iframe {
    height: 450px;
    border-radius: 12px;
}


/* ******************************
pen-testing
********************************* */

.pen-testing {
    padding: 50px 0;
    background: #F2F5F6
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
    border-bottom: 4px solid transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #092342;
    color: #092342;
    font-weight: 600;
}

.nav-tabs .nav-link {
    display: block;
    padding: 15px 0;
    color: #092342;
    font-size: 24px;
    font-weight: 400;
    margin-right: 30px;
}

.tab-pane {
    padding: 30px 0;
}

.tab-pane .title h2 {
    color: #092342;
    margin-bottom: 15px;
}

.tab-pane .title p {
    font-size: 18px;
    color: #092342;
}

.subtitle h2 {
    color: #092342;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.subtitle p {
    color: #092342;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}


/* ********************************
hightlight-services
********************************** */

.hightlight-services {
    padding-top: 80px;
    background: #00181E;
}

.organizations.blackbg {
    background: #00181E;
}

.hightlight {
    position: relative;
    z-index: 1;
}

.hightlight img {
    width: 100%;
}

.hightlight a {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
}

.hightlight p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.hightlight span i {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}