body {
      font-family: "Urbanist", sans-serif;
      background: #fff;
}

.btn {
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 14px;
}
header {
    position: relative;
    z-index: 2;
    padding: 15px 0
}
header .logo img {
    max-height: 80px
}
header .topSocial{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .topSocial a {
    display: block;
    text-decoration: none;
}
header .topSocial a svg path {
    transition:all 0.3s ease;
}
header .topSocial a  + a {
    margin-left: 15px;
}
header .topSocial a:hover svg path {
    fill: #02274C;
}
header .headerRight {
    width: 100%;
}
header .topMenu {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 131, 227, 0.1);
}
header .topMenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .topMenu ul li a {
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #02274C;
    transition: all 0.3s ease;
}
header .topMenu ul li a:hover {
    color: #0083E3;
}


.topMenu ul li {
    position: relative;
}
.topMenu ul li ul {
    position: absolute;
    right: 0;
    top:100%;
    min-width: 150px;
    display: block;
    background: #0083E3;
    width: 100%;
    height: auto;
        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 5px 5px;
  visibility: hidden;
    opacity: 0;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
overflow: hidden;
    
}
.topMenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    
}
.topMenu ul li ul li a {
    display: block;
    padding: 10px 10px;
    font-size: 12px;
    text-align:center;
    color:#fff
}
.topMenu ul li ul li a:hover {
    background: #02274C;
    color: #fff;
}
header .topMenu ul li a:not(:only-child) {
    padding-right: 24px;
}
header .topMenu ul li a:not(:only-child):after {
    content: '';
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
  width: 9px;
    height: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.500004L5.20707 4.17454C4.81819 4.60849 4.18182 4.60849 3.79294 4.17454L0.5 0.500004' stroke='%23B9C2CF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
header .topMenu ul li:hover a:not(:only-child):after {

    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.500004L5.20707 4.17454C4.81819 4.60849 4.18182 4.60849 3.79294 4.17454L0.5 0.500004' stroke='%230166E8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}

#homeTop {
    padding:0 40px
}


.homeTopSlider .sliderItem {
    position: relative;
}
.homeTopSlider .sliderItemimage img {
    border-radius: 10px;
}
.homeTopSlider .sliderItemcontent {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    text-align: center;
    color: #fff;
}
.homeTopSlider .sliderItemcontent strong {
   display: block;
   margin-bottom: 20px;
font-style: normal;
font-weight: 800;
font-size: 42px;
line-height: 57px;
text-align: center;
color: #FFFFFF;
}
.homeTopSlider .sliderItemcontent p {
display: block;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #FFFFFF;

}
#homeSolutions {
    margin-top:-20px;
}
#homeSolutions .solutionItems {
padding: 20px;

background: #E3E9F1;
transition: all 0.3s ease;

}
#homeSolutions .solutionItems .solutionPhoto  {
    margin-bottom: 15px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#homeSolutions .solutionItems .solutionPhoto img {
   max-height: 48px;
    width: auto;
    margin:auto;
}
#homeSolutions .solutionItems .solutionText a {
    color:#303030;
    text-decoration: none;
}
#homeSolutions .solutionItems .solutionText a strong {
display: block;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
text-align: center;
margin-bottom: 15px;

}

#homeSolutions .solutionItems .solutionText a .excerpt {
display: block;
font-style: normal;
font-weight: 274;
font-size: 12px;
line-height: 14px;
text-align: center;
margin-bottom: 30px;
}

#homeSolutions .one .solutionItems ,
 #homeSolutions .five .solutionItems {
    opacity: 0.4;
}


#homeSolutions .two .solutionItems ,
 #homeSolutions .four .solutionItems {
    opacity: 0.8;
}

#homeSolutions .item {
    padding-top:20px;
    background: transparent;
}
#homeSolutions .three  .item, #homeSolutions .owl-item:hover  .item{
        background: #0083E3;
}
#homeSolutions .three .solutionItems ,#homeSolutions .owl-item:hover .solutionItems {
    background: #0083E3;
}
#homeSolutions .three .solutionItems .solutionText a , #homeSolutions .owl-item:hover .solutionItems .solutionText a  {
    color: #fff;
}
#homeSolutions .three .solutionItems  img  , #homeSolutions .owl-item:hover .solutionItems  img {
    filter: invert(100%) sepia(100%) grayscale(100%);
}
.sectionTitle {
display: block;
margin-bottom:15px;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;

text-align: center;
text-transform: uppercase;
color: #000000;
}
#homeAbout {
    padding:150px 0
}

#homeAbout .aboutText {
display: block;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 25px;
margin-top:20px;
text-align: center;
text-transform: capitalize;
color: #000000;
}

.homeSloganContent {
    padding:20px 50px;
    background-color: #02274E;
    border-radius: 10px;
    color:#fff;
min-height: 150px;
font-weight: 300;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;


}

#homeFaq {
    padding:150px 0 75px;
    background: #F4F6F9;
    margin-top:-75px
}

.faqContent .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #000000;


}
.faqContent .accordion-item {
    border-radius: 10px;
    border:1px solid #CFCFCF;
    box-shadow: none
}
.faqContent .accordion-item + .accordion-item {
    margin-top: 15px;
}
.faqContent .accordion-body {
    padding-top:0;
    font-size: 14px;
}
.faqContent .accordion-button::after {
    content:'+';
    background-image:none;
    font-weight: 600;
}
.faqContent .accordion-button:not(.collapsed)::after {
    content:'-';
    transform:none
}

#homeBlog {
    padding:40px 0
}
.sectionDesc {
    display: block;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.blogItem {
border-radius: 10px;
background: #FFFFFF;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.blogItem .blogItemPhoto {
    height: 180px;
  width: 100%;
  overflow: hidden;
}
.blogItem .blogItemPhoto  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    transform: scale(1);
}
.blogItem .blogItemPhoto a:hover  img {

    transform: scale(1.2);
}
.blogItem .blogItemTitle {
  display: block;
font-weight: 600;
font-size: 16px;
line-height: 18px;
text-align: center;
color:#000;
padding:5px 20px;
text-decoration: none;
transition: all 0.3s ease;
height: 28px;
overflow: hidden;
margin-top:10px
}
.blogItem .blogItemTitle:hover {
    color:#0166E8;
}
.blogItem .blogItemDesc {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding: 0 20px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 70px;
    overflow: hidden;
}
.blogItem .blogItemLink {
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
    color:#0083E3;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blogItem .blogItemLink:hover {
    color:#0166E8;
}
.blogItem .blogItemLink svg {
    margin-left: 5px;
}
.blogItem .blogItemLink:hover svg path {
    fill:#0166E8;
}
.blogItem .blogItemLink svg path {
    transition: all 0.3s ease;
}
footer {
    background: #01264C;
    padding:50px 0
}
.footerMenus ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerMenus > ul {
    display: flex;
    justify-content: center;
    
}
.footerMenus > ul >li + li {
    margin-left: 30px;
}
.footerMenus ul  li a {
    color:#fff;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footerMenus ul  li a:hover {
    color:#0166E8;
}
.footerMenus > ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footerMenus > ul ul li + li {
    margin-top:5px
}

.footerContact > strong {
        display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#fff
}
.footerContact .fContactItem {
    display: flex;
    align-items: center;
    color:#fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}
.footerContact .fContactItem span {
    margin-left: 5px;
}
footer .social {
    margin-top:20px
}
footer .social a svg path{
fill:#fff;
transition: all 0.3s ease;
}
footer .social a:hover svg path{
fill:#0166E8;
}
footer .social a + a {
    margin-left: 10px;
}
.copyRight {
    text-align: center;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}
.pageHeader {
    background:rgb(1, 102, 232);

    color:#fff;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
.pageHeader h1 {
    font-size: 24px;
    font-weight: 700;
}


.solutionsList .solutionItems {
    display: block;
padding: 20px;
text-decoration: none;
background: #E3E9F1;
transition: all 0.3s ease;
margin-bottom: 24px;
}
.solutionsList .solutionItems .solutionPhoto  {
    margin-bottom: 15px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solutionsList.solutionItems .solutionPhoto img {
   max-height: 48px;
    width: auto;
    margin:auto;
}
.solutionsList .solutionItems .solutionText  {
    color:#303030;
    text-decoration: none;
}
.solutionsList .solutionItems .solutionText  strong {
display: block;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
text-align: center;
margin-bottom: 15px;

}

.solutionsList .solutionItems .solutionText  .excerpt {
display: block;
font-style: normal;
font-weight: 274;
font-size: 12px;
line-height: 14px;
text-align: center;
margin-bottom: 30px;
}

.solutionsList .solutionItems:hover{
        background: #0083E3;
}

.solutionsList .solutionItems:hover .solutionText   {
    color: #fff;
}
.solutionsList .solutionItems:hover  img {
    filter: invert(100%) sepia(100%) grayscale(100%);
}
.pageText {
    margin-bottom: 50px;
    font-size: 15px;
}


.contactPageInfo {
    padding: 20px;
    color: #000000;
    background: #f4f6f9;
    border-radius: 10px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
        
}
.contactRight {
    background: #f4f6f9;
      color: #000000;
    padding: 20px;
    border-radius: 10px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
}
.contactRight .nf-before-form-content {
    display: none;
}
.contactPageItem {
    display: flex;
    align-items: center;
    
}
.contactPageItem .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #0083E3;
    border-radius: 10px;
    margin-right: 20px;
}
.contactPageItem .text strong {
    display: block;
    font-size: 18px
}

.contactRightTitle {
 display: block;
margin-bottom:15px;
font-style: normal;
font-weight: 700;
font-size: 18px;

color: #000000;
}