/* =============================================*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.eot');
    src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.eot');
    src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.eot');
    src: url('../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Light.woff') format('woff'), url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Light.eot');
    src: url('../fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Light.ttf') format('truetype'),
        url('../fonts/Gilroy/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
/* =============================================*/
/* =============================================*/
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    color: rgb(42, 42, 42);
    border: 1px solid #004cff;
    outline: 0;
    box-shadow: none;
}
:focus {
    outline: none;
}
/* =============================================*/
/* =============================================*/
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
/* =============================================*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #FFFFFF;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0033A8;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
//Preloader
--------------------------------------------------------------*/
/* =============================================*/
.pagescroll-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 1150;
}
.pagescroll-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #0033A8;
    color: #FFFFFF;
    transition: all 0.4s;
}
.pagescroll-to-top i:hover {
    background: #0033A8;
    color: #FFFFFF;
}
/* =============================================*/
/* =============================================*/
.navbar {
    z-index: 1150;
    background: #01147d;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
}
.navbar-toggler {
    line-height: 1.5;
}
.navbar-toggler i {
    color: #fff;
}
.navbar .navbar-nav .nav-item {
    padding: 0 20px;
}
.navbar .navbar-nav .nav-item:last-child {
    padding: 0 0 0 20px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FFB616;
}
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #FFB616;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    border-top: 0;
    transform: translateY(0);
    transition: all 0.7s;
    background-color: #01147d;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/* =============================================*/
/* =============================================
                Footer
   =============================================*/
.footer-block {
    background-color: #133991;
    color: #FFFFFF;
    padding: 60px 0 50px;
}
.f-border-btm {
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 6px;
}
.f-border-btm h5 {
    font-weight: normal;
    margin: 0 0 10px;
}
.f-border-btm h5 i {
    padding-right: 16px;
    color: #FFFFFF;
}
.footer-inner-block {
    margin: 0;
    padding: 0;
}
.footer-inner-block p {
    font-weight: normal;
    padding: 20px 0 15px;
    margin: 0;
    color: #FFFFFF;
}
.footer-inner-block .footer-info-lnks a {
    font-weight: normal;
    padding: 0.5rem 0;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
}
.footer-inner-block .footer-info-lnks a img {
    padding-right: 16px;
}
.footer-socal-links {
    padding: 20px 0 0;
}
.footer-socal-links a {
    color: #FFFFFF;
    flex-shrink: initial;
}
.footer-socal-links a:hover {
    color: #FFB616;
}
.footer-socal-links a i {
    font-size: 1.5rem;
}
.footer-page-list {
    list-style: disc;
    color: #FFFFFF;
    margin: 0;
    padding: 30px 20px 20px;
}
.footer-page-list li {
    padding: 8px 0;
}
.footer-page-list li a {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
}
.footer-page-list li a:hover {
    color: #F7B540;
}
.footer-dl-list {
    font-weight: normal;
    padding: 20px 0 0;
}
.footer-dl-list dt {
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-weight: normal;
}
.footer-dl-list dd {
    font-size: 14px;
    margin: 0 0 32px;
}
.copy-write-block {
    text-align: center;
    background-color: #133991;
    padding: 10px 0;
}
.copy-write-block .copy-write-text {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}
/* =============================================
                //Footer
   =============================================*/
/*---------------------------*/
.header-top-block {
    background-color: #0033A8;
    padding: 10px 0;
}
.top-header-inner-block {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-inner-block img {
    padding: 0 10px 0 0;
    max-width: 24px;
}
.top-header-inner-block a {
    color: #fff;
}
.envelope-info {
    padding: 0 0 0 20px;
}
/*--------------------------------*/
/*-------------------------------*/
.inner-banner-block {
    position: relative;
}
.inner-banner-title-block {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.inner-banner-title-block h1 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-style: normal;
    font-size: clamp(20px, 3.2291vw, 62px);
    margin-bottom: 0;
}
/*--------------------------------*/
/*--------------------------------*/
.home-banner-block {
    position: relative;
    background: url(../images/home-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 744px;
    background-position: center;
}
.home-banner-block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(33, 31, 31, 0.68);
}
.home-inner-banner-block {
    text-align: left;
}
.home-inner-banner-block h6 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: clamp(24px, 1.5625vw, 30px);
    margin: 0 0 10px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
}
.home-inner-banner-block h1 {
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-size: clamp(20px, 3.2291vw, 62px);
    margin: 0 0 20px;
}
.home-inner-banner-block h1 span {
    display: block;
    font-weight: normal;
    font-style: normal;
}
.home-button-flat-one {
    color: #ffffff;
    padding: 14px 42px;
    border-radius: 6px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-style: normal;
}
.home-button-flat-one:hover {
    color: #ffffff;
    background-color: #004cff;
    border: 1px solid #004cff;
}
/*--------------------------------*/
/*-------------------------------*/
/* =============================================
                Contact page
   =============================================*/
.contact-component-one {
    padding: 60px 0 40px;
}
.contact-left-block {
    margin: 0 0 20px;
}
.contact-component-one h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 4px;
    font-weight: 600;
    font-style: normal;
    color: #000;
}
.contact-component-one h3 span {
    display: block;
}
.contact-component-one p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    font-size: 13px;
    margin: 0 0 40px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}
.contact-component-one a {
    color: #000;
    font-weight: 300;
    font-style: normal;
}
.contact-component-one a:hover {
    text-decoration: underline;
}
.contact-right-block {
    margin: 0 0 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #004cff;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 40px;
}
.form-block input {
    height: 60px;
}
.form-block .form-group {
    margin-bottom: 2rem;
}
.form-block input,
.form-block textarea {
    resize: none;
    font-size: 12px;
    border-radius: 8px;
    background: transparent;
    color: rgb(42, 42, 42, 0.6);
    border: 1px solid #004cff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
}
.form-button {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -30px;
}
.button-flat-one {
    color: #ffffff;
    padding: 15px 90px;
    border-radius: 6px;
    font-size: 18px;
    background-color: #004CFF;
    border: 1px solid #004CFF;
    font-weight: normal;
    font-style: normal;
}
.button-flat-one:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #004CFF;
}
/* =============================================
                //Contact page
   =============================================*/
/* =============================================
                Service page
   =============================================*/
.service-component-one {
    padding: 60px 0;
}
.service-component-one h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: bold;
    font-style: normal;
    color: #000;
}
.service-component-one h3 span {
    display: block;
    font-weight: normal;
    font-style: normal;
}
.service-component-one p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    font-size: 13px;
    margin: 0 0 40px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}
.automation-block {
    position: relative;
}
.automation-block a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.automation-block a:hover {
    opacity: 0.8;
}
.service-component-two {
    padding: 0 0 40px;
}
.service-list {
    padding: 0;
    list-style: none;
}
.service-list li {
    margin: 0 0 20px;
}
.service-inner-list {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 20px;
}
.service-inner-list:hover {
    border: 1px solid #2985ff;
}
.service-inner-list img {
    margin: 0 0 20px;
}
.service-inner-list h5 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: clamp(24px, 1.5625vw, 30px);
    margin: 0 0 20px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.service-inner-list p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin: 0 0 20px;
    color: #333;
    font-weight: normal;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-component-three {
    padding: 60px 0;
    background-color: #0B2460;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
/* =============================================
                //Service page
   =============================================*/
/* =============================================
                About page
   =============================================*/
.about-component-one {
    padding: 60px 0;
}
.about-component-one h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: 600;
    font-style: normal;
    color: #000;
}
.about-component-one p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    font-size: 13px;
    margin: 0 0 40px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}
.button-flat-two {
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #0033a8;
    border: 1px solid #0033a8;
    font-weight: normal;
    font-style: normal;
}
.button-flat-two:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #0033a8;
}
.about-component-two {
    padding: 60px 0;
    background-color: #133991;
}
.a-b-two-img {
    overflow: hidden;
    border-radius: 20px;
}
/*----------------------------*/
.accordion-block-two>.card {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}
.accordion-block-two .card-header {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}
.accordion-block-two .card-body {
    padding: 20px 0 0 20px;
}
.accordion-block-two.accordion>.card>.card-header {
    margin: 0;
}
.accordion-block-two .btn-link {
    border-radius: 30px;
    background-color: #0D57FF;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 12px 19px;
    border: none;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(24px, 1.254vw, 24px);
    display: flex;
    justify-content: space-between;
}
.accordion-block-two .btn-link:hover,
.accordion-block-two .btn-link:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
}
.accordion-block-two .btn-link i {
    color: #fff;
    margin: 4px 0 0 10px;
}
.accordion-block-two .btn-link.collapsed {
    border-radius: 30px;
    background-color: #ddd;
    color: #333333;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(24px, 1.254vw, 24px);
}
.accordion-block-two .btn-link.collapsed i {
    color: #333333;
}
.accordion-block-two p {
    color: #FFFFFF;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin-bottom: 0;
    font-weight: 300;
}
/*----------------------------*/
.about-component-three {
    padding: 60px 0 20px;
}
.about-component-three h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    text-align: center;
}
.about-component-three p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    font-size: 13px;
    margin: 0 0 40px;
    color: #333;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
.team-block {
    text-align: center;
    margin: 0 0 40px;
}
.team-block img {
    margin: 0 0 20px;
}
.team-block h5 {
    font-size: clamp(14px, 0.9375vw, 18px);
    margin: 0;
    color: #000;
    font-weight: 500;
    font-style: normal;
}
.team-block h6 {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(24px, 1.254vw, 24px);
    margin: 0 0 10px;
    color: #676464;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.team-social-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.team-social-links a i {
    color: #133991;
    font-size: 20px;
}
.team-social-links a:hover {
    opacity: 0.8;
}
/* =============================================
                //About page
   =============================================*/
/* =============================================
                Home page
   =============================================*/
.home-component-one {
    padding: 60px 0;
}
.home-component-one h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: bold;
    font-style: normal;
    color: #000;
}
.home-component-one h3 span {
    display: block;
    font-weight: normal;
    font-style: normal;
}
.home-component-one p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin: 0 0 40px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}
.home-component-two {
    padding: 60px 0;
    background-color: #133991;
}
.home-component-two h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}
.home-component-two p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin: 0 0 40px;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}
.our-service-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 14px;
    margin: 0 0 20px 0;
}
.our-service-item {
    display: none;
}
.our-service-left-box {
    background-color: #106EEA;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.our-service-right-box h4 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: clamp(24px, 1.5625vw, 30px);
    font-weight: bold;
    font-style: normal;
    color: #333333;
    margin-bottom: 10px;
}
.our-service-right-box p {
    color: #333333;
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    font-style: normal;
}
.read-more-btn {
    color: #ffffff;
    padding: 14px 42px;
    border-radius: 6px;
    font-size: 14px;
    background-color: #106EEA;
    border: 1px solid #106EEA;
    font-weight: 500;
    font-style: normal;
}
.read-more-btn:hover {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #106EEA;
}
.home-component-three {
    padding: 60px 0 40px;
}
.home-component-three h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    line-height: clamp(25px, 2.60416vw, 50px);
    margin: 0 0 20px;
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-align: center;
}
.home-component-three p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.5625vw, 30px);
    margin: 0 0 40px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}
.what-we-do-block {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.what-we-do-block::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(rgba(245, 210, 53, 0) 0%, rgba(61, 104, 206, 0.51) 76.56%, #2280b7 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.what-we-do-info {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}
.what-we-do-info h5 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: clamp(24px, 1.5625vw, 30px);
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}
.what-we-do-info h5 span {
    display: block;
}
.great-service-readmore {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    text-align: center;
}
.great-service-readmore {
    transition: all 1.7s ease;
}
.great-service-readmore:hover {
    transform: scale(1.5);
}
.great-service-readmore i {
    color: #000;
}
/* =============================================
                //Home page
   =============================================*/
/* =============================================
                Inner page
   =============================================*/
.inner-component-one {
    padding: 60px 0;
}
.inner-component-one h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    margin: 0 0 40px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
.inner-component-one p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.875vw, 36px);
    margin: 0 0 20px;
    color: #000;
    font-weight: normal;
    font-style: normal;
}
.inner-component-two {
    padding: 0 0 60px;
}
.inner-component-two h3 {
    font-size: clamp(20px, 2.0833vw, 40px);
    margin: 0 0 40px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
.inner-component-two p {
    font-size: clamp(14px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.875vw, 36px);
    margin: 0 0 20px;
    color: #000;
    font-weight: normal;
    font-style: normal;
}
.inner-component-three {
    padding:0 0 60px;
}
/* =============================================
               //Inner page
   =============================================*/
/* =============================================*/
/* =============================================*/
@media screen and (max-width:1024px) {
    .navbar .navbar-nav .nav-item {
        padding: 0 16px;
        line-height: 40px;
    }
}
@media screen and (max-width:991px) {
    .home-banner-block{
        min-height: 600px;
    }
    .team-block img{
        max-width: 150px;
    }
}
@media screen and (max-width:768px) {
    .our-service-right-box h4 {
        text-align: center;
    }
    .our-service-right-box p {
        text-align: center;
    }
    .home-banner-block {   
        min-height: 500px;
    }
}
@media screen and (max-width:767px) {
    .navbar .navbar-nav .nav-item {
        padding: 0;
    }
    .navbar .navbar-nav .nav-item:last-child {
        padding: 0;
    }
    .navbar-brand img {
        width: 90px;
        font-size: 30px;
    }
    .footer-block {
        padding: 40px 0 10px;
    }
    .footer-inner-block {
        margin: 0;
        padding: 0 0 40px;
    }
    .footer-page-list {
        padding: 20px 20px 0;
    }
    .footer-page-list li:last-child {
        padding: 8px 8px 0 0;
    }
    .footer-dl-list dd {
        margin: 0 0 20px;
    }
    .f-border-btm h5 {
        font-weight: normal;
        margin: 0px 0px 8px;
    }
    /*--------------------------------*/
    .inner-component-one {
        padding: 40px 0 20px;
    }
    .inner-component-two {
        padding: 0 0 20px;
    }
    .inner-component-three {
        padding: 0 0 40px;
    }
    .inner-component-one h3 {
       margin: 0 0 20px;
    }
    .inner-component-two h3 {
        margin: 0 0 20px;
     }
    .inner-automation-img{
        margin: 0 0 20px;
    }
    /*--------------------------------*/
    .header-top-block {
        display: none;
    }
    .contact-component-one {
        padding: 40px 0;
    }
    .contact-right-block {
        padding: 40px 20px;
    }
    .button-flat-one {
        color: #ffffff;
        padding: 15px 50px;
    }
    .service-component-one {
        padding: 40px 0 20px;
    }
    .service-component-one p {
       margin: 0 0 20px;
    }
    .service-component-three {
        padding: 40px 0;
    }
    .service-component-two {
        padding: 0 0 20px;
    }
    .about-component-one {
        padding: 40px 0;
    }
    .who-we-are-img {
        margin: 0 0 20px;
    }
    .about-component-two {
        padding: 40px 0 20px;
    }
    .a-b-two-img {
        margin: 0 0 20px;
    }
    .about-component-three {
        padding: 40px 0 0;
    }
    .home-component-one {
        padding: 40px 0;
    }
    .increasing-business-img {
        margin: 0 0 20px;
    }
    .home-component-one p {
        margin: 0 0 20px;
    }
    .home-component-two {
        padding: 40px 0;
    }
    .home-component-three {
        padding: 40px 0 20px;
    }
    
    .service-automation-img{
        margin: 0 0 20px;
    }
}
@media screen and (max-width:575px) {
    .home-banner-block { 
        min-height: 600px;
    }

    .home-banner-block .inner-banner-title-block {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}