@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500&family=Teko:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-size: 16px;
    line-height: 27px;
    overflow-x: hidden
}

.custom-container {
    max-width: 2000px
}

.custom-container02 {
    max-width: 1570px
}

.homepage04 {
    background-color: #fff
}

:focus {
    color: inherit;
    outline: inherit
}

.button:focus,
a:focus {
    outline: none;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    border: none;
    color: inherit;
    outline: none
}

button:hover {
    cursor: pointer
}

button:focus {
    border: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Segoe UI, Arial, sans-serif;
    margin: 0
}

h1 {
    font-size: 80px;
    line-height: 99px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 32px;
    line-height: 42px
}

h4 {
    font-size: 26px;
    line-height: 49px
}

h5 {
    font-size: 24px;
    line-height: 30px
}

h6 {
    font-size: 22px;
    line-height: 28px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin: 20px
}

a {
    display: inline-block
}

p {
    color: #316fc0;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin: 0
}

::-moz-selection {
    background: blue;
    color: #fff;
    text-shadow: none
}

::selection {
    background: blue;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    opacity: 1
}

::-ms-input-placeholder {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    opacity: 1
}

::placeholder {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    opacity: 1
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.shadow {
    -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, .11) !important;
    box-shadow: 0 50px 100px rgba(0, 0, 0, .11) !important
}

.primary__button {
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline-block;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 40px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap
}

@media (max-width:574px) {
    .primary__button {
        padding: 15px 20px !important
    }
}

#button1 {
    background-color: #1d4999;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 40px 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .3s ease
}

#button1:hover {
    background-color: #173b7f !important;
    color: #fff;
    transform: scale(1.05)
}

#h2 {
    font-size: 50px;
    padding: 40px
}

@media (max-width:574px) {
    #h2 {
        font-size: 30px
    }
}

.primary__button-bgPrimary {
    color: #fff
}

.section-title {
    margin-bottom: 60px
}

.section-title h2 {
    color: #1d4999;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 60px;
    line-height: 118px;
    text-transform: uppercase
}

.section-title h2 span {
    color: #1d4999
}

.border-color {
    border: 1px solid #29303e
}

.text-white {
    color: #1d4999
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 42px;
        line-height: 55px
    }

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

    h4 {
        font-size: 22px
    }

    .primary__button {
        font-size: 16px;
        padding: 15px 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 42px;
        line-height: 50px
    }

    h2 {
        font-size: 38px;
        line-height: 48px
    }

    h3 {
        font-size: 28px;
        line-height: 1
    }

    h4 {
        font-size: 22px;
        line-height: 32px
    }

    h5 {
        font-size: 18px
    }

    .primary__button {
        font-size: 16px;
        padding: 18px 40px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    h1 {
        font-size: 32px
    }

    h1,
    h2 {
        line-height: 1.2
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    h3,
    h4 {
        line-height: 1.2
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }
}

.header-area {
    padding: 25px 0;
    position: relative
}

.header-area .main-menu {
    padding-left: 155px
}

.header-area .main-menu li {
    padding-right: 10px;
    position: relative
}

.header-area .main-menu li:last-child {
    padding-right: 0
}

.header-area .main-menu li a {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 42px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.header-area .main-menu li a:hover {
    color: #ccd3f680
}

.header-area .main-menu li a.active {
    color: #f0f0f0
}

.header-area .main-menu li a.active:before {
    background-color: #fff;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -26px;
    width: 26px
}

.header-area .main-menu li .sub-menu {
    background: #222;
    background: #1d4999;
    border-radius: 5px;
    border-top: 5px solid #1d4999;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    width: 200px;
    z-index: 999
}

.header-area .main-menu li .sub-menu li {
    display: contents;
    margin-right: 0
}

.header-area .main-menu li .sub-menu li a {
    background-color: #1d4999;
    color: #fff;
    display: block;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 42px;
    padding: 0 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.header-area .main-menu li .sub-menu li a:hover {
    background-color: #173b7f;
    color: #fff
}

.header-area .main-menu li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-area .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-area .right-content .search-bar {
    border: 1px solid #ffdee4;
    border-radius: 50%;
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    margin-right: 32px;
    text-align: center;
    width: 64px
}

.header-area04 {
    align-items: center;
    background-color: #1d4999;
    border-bottom: 5px solid #3475b6 !important;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    box-sizing: border-box;
    display: flex;
    height: 110px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 999
}

.header-area04 .main-menu {
    align-items: center;
    display: flex;
    padding-left: 80px
}

.header-area04 .main-menu li {
    list-style: none
}

.header-area04 .main-menu li a {
    color: #fbfbfbc4;
    display: block;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase
}

.header-area04 .main-menu li a.active:before {
    top: -21px
}

.header-area04 .main-menu li .sub-menu li a {
    font-size: 16px
}

.header-area04 .right-content {
    align-items: center;
    display: flex;
    margin-left: auto
}

.header-area04 .right-content .social-icon {
    display: flex
}

.header-area04 .right-content .social-icon1 {
    display: flex;
    padding-left: 20px
}

.header-area04 .right-content .social-icon a,
.header-area04 .right-content .social-icon1 a {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 22px;
    transition: all .3s linear;
    width: 50px
}

.header-area04 .right-content .social-icon a {
    border: 1px solid #3c5b6b;
    border-radius: 50%
}

.header-area04 .right-content .social-icon a:hover {
    background-color: #173b7f;
    color: red
}

.header-area04 .hamburger-menu span,
.header-area04.sticky .hamburger-menu span {
    background-color: #fff
}

.header-area04.sticky {
    background-color: #1d4999;
    box-shadow: unset
}

.header-area04.sticky .logo a {
    color: #fff
}

@media screen and (max-width:1500px) {
    .header-area04 {
        height: auto;
        padding: 10px 15px
    }

    .header-area04 .main-menu {
        padding-left: 10px
    }

    .header-area04 .main-menu li a {
        font-size: 18px
    }

    .header-area04 .right-content .social-icon a,
    .header-area04 .right-content .social-icon1 a {
        height: 40px;
        margin-right: 15px;
        width: 40px
    }
}

@media screen and (max-width:768px) {
    .header-area04 {
        flex-direction: column;
        height: auto;
        padding: 10px
    }

    .header-area04 .main-menu {
        align-items: center;
        flex-direction: column;
        padding-left: 0
    }

    .header-area04 .main-menu li {
        margin-bottom: 10px
    }

    .header-area04 .main-menu li a {
        font-size: 16px
    }

    .header-area04 .right-content {
        justify-content: center;
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }

    .header-area04 .right-content .social-icon a,
    .header-area04 .right-content .social-icon1 a {
        height: 35px;
        margin-right: 10px;
        width: 35px
    }
}

.header-area {
    -webkit-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out
}

.header-area .main-menu li a:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-area.sticky {
    background-color: #173b7f;
    -webkit-box-shadow: 0 1px 10px 0 #dadada;
    box-shadow: 0 1px 10px 0 #dadada;
    left: 0;
    padding: 15px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999
}

.header-area.sticky .main-menu li a.active:before {
    top: -21px
}

aside {
    overflow: hidden;
    visibility: hidden;
    width: 100%
}

aside.active {
    visibility: visible
}

aside.active .sidebar-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

aside .main-menu li a:before {
    display: none
}

aside .main-menu li a:hover {
    color: #ccd3f680
}

aside .overlay {
    background-color: rgba(0, 0, 0, .439);
    overflow: hidden;
    width: 100%;
    z-index: 11
}

aside .overlay,
aside .sidebar-menu {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0
}

aside .sidebar-menu {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 350px;
    z-index: 15
}

.sidebar-menu {
    background-color: #1d4999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 50px
}

.sidebar-menu ul.main-menu {
    display: grid;
    margin-top: 15px;
    padding: 0
}

.sidebar-menu ul.main-menu li {
    padding-right: 0
}

.sidebar-menu ul.main-menu li a {
    width: 100%
}

.sidebar-menu ul.main-menu li a.active:before {
    top: 0
}

.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main-menu>li {
    display: inline-block;
    position: relative
}

.main-menu a {
    color: #fff;
    display: block;
    text-decoration: none
}

.main-menu .arrow {
    color: #fff;
    cursor: pointer;
    margin-left: 60px;
    vertical-align: middle
}

.submenu {
    background-color: #1d4999 !important;
    list-style-type: none
}

.submenu a,
.submenu li {
    display: block
}

.submenu a {
    color: #fff;
    padding: 10px 15px;
    white-space: nowrap
}

.has-submenu:hover .submenu {
    display: block
}

.banner-custom {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    width: 100%
}

.banner-custom-container {
    display: flex;
    height: 100%;
    width: 100%
}

.banner-custom-content {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    position: relative
}

.banner-custom-decoration {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.mask1 {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.banner-custom-text {
    position: relative;
    text-align: center;
    z-index: 2
}

.banner-custom-title {
    color: #1d4999;
    font-size: 5em;
    margin-bottom: 10px
}

.banner-custom-button {
    margin-bottom: 20px;
    margin-top: 10px
}

.banner-custom-video-container {
    align-items: center;
    display: flex;
    flex: 1.5;
    justify-content: center;
    max-height: 75vh;
    overflow: hidden;
    position: relative
}

#bannerCustomVideo {
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 1
}

.banner-custom-logo {
    position: absolute;
    z-index: 2
}

.banner-custom-logo img {
    max-width: 300px
}

@media (max-width:1000px) {
    .banner-custom-container {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto
    }

    .banner-custom-content,
    .banner-custom-video-container {
        width: 100%
    }

    .banner-custom-content {
        order: 1;
        padding: 10px
    }

    .banner-custom-video-container {
        height: auto;
        order: 2
    }

    .banner-custom-title {
        font-size: 2em
    }

    .banner-custom-logo img {
        max-width: 150px
    }
}

#tech-services {
    font-size: 30px
}

#servicesh2 {
    color: #fff;
    font-size: 50px
}

@media (min-width:320px) and (max-width:574px) {
    #tech-services {
        font-size: 14px !important
    }

    #servicesh2 {
        padding: 50px
    }
}

.primary__button {
    border-radius: 5px;
    margin: 40px
}

#buttom,
.primary__button {
    background-color: #1d4999;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none
}

#buttom {
    border: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    margin: 40px 0 10px;
    transition: all .3s ease
}

#buttom:hover {
    background-color: #173b7f;
    transform: scale(1.05)
}

.large-title {
    color: #fff;
    padding: 20px
}

#contact-us-title,
.large-title {
    font-size: 45px;
    text-align: center
}

#contact-us-title {
    color: #1d4999
}

.email,
.website,
.whatsapp {
    color: #fff;
    font-weight: 700
}

.social-linkm .icon,
.social-links .icon,
.social-linkw .icon {
    font-size: 40px
}

.additional-info {
    color: #fff
}

button[type=submit] {
    background-color: #1d4999;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    transition: background-color .3s ease, transform .3s ease
}

.container1 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    margin: 0;
    max-width: 2000px
}

.img-fluid1 {
    height: auto;
    max-width: 100%;
    padding-top: 50px
}

.column {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 100px
}

.column:nth-child(2) {
    background-image: url(https://i.ibb.co/JRj7rS6/1a78de-03b9bd2fe6c941cfb881ac0341f29843-mv2-1-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0);
    position: relative
}

h2 {
    font-size: 24px
}

h2,
input,
textarea {
    margin-bottom: 20px
}

input,
textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%
}

.icon {
    font-size: 24px;
    margin-bottom: 10px
}

.contact-info {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)
}

@media (max-width:768px) {
    .container1 {
        flex-direction: column
    }

    .column {
        border-left: none;
        padding: 40px;
        width: 100%
    }
}

.hamburger-menu,
aside {
    display: none
}

.close-sidebar,
.hamburger-menu {
    cursor: pointer;
    height: 20px;
    margin: 1px 1px 1px auto;
    position: relative;
    width: 25px
}

.close-sidebar span,
.hamburger-menu span {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: 100%
}

.close-sidebar span:first-child,
.hamburger-menu span:first-child {
    top: 0
}

.hamburger-menu span:nth-child(2) {
    top: 9px
}

.close-sidebar span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 18px
}

.close-sidebar span:first-child,
.hamburger-menu.open span:first-child {
    -webkit-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg)
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(160px);
    transform: translateX(160px)
}

.close-sidebar span:nth-child(2),
.hamburger-menu.open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg)
}

@media (max-width:1335px) {

    .hamburger-menu,
    aside {
        display: block
    }

    .menu-area .main-menu,
    .menu-area .right-content {
        display: none !important
    }
}

@media (min-width:320px) and (max-width:574px) {
    .close-sidebar {
        margin-right: 35px
    }
}

.search-box {
    background-color: #fff;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99 !important
}

.search-box,
.search-box .search-close {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search-box .search-close {
    color: #65729e;
    font-size: 28px;
    position: absolute;
    right: 50px;
    top: 50px
}

.search-box .search-close:hover {
    color: #ff465e
}

.search-box.search-open {
    opacity: 1;
    visibility: visible
}

.bannerArea__wrapper {
    margin-top: 90px
}

.banner-container {
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    height: 50vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

.sidebar-menu {
    align-items: center;
    display: flex;
    flex-direction: column
}

.sidebar-menu .logo {
    margin-bottom: 20px
}

body,
html {
    font-family: Segoe UI, Arial, sans-serif;
    margin: 0;
    padding: 0
}

.bg-video,
body,
html {
    height: 100%;
    width: 100%
}

.bg-video {
    object-fit: cover
}

.overlay {
    align-items: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.overlay-text {
    color: #fff;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing: .08em;
    margin: 10px;
    text-shadow: #fff
}

.StylableButton2545352419__container {
    align-items: center;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #1d4999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding: 10px;
    transition: background-color .3s ease, border .3s ease
}

.StylableButton2545352419__container:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.StylableButton2545352419__label {
    font-size: 16px;
    font-weight: 700
}

@media (max-width:768px) {
    .overlay-text {
        font-size: 4vw
    }
}

@media (max-width:480px) {
    .overlay-text {
        font-size: 5vw
    }
}

@media (min-width:1201px) and (max-width:1850px) {
    .bannerArea__title {
        font-size: 68px;
        line-height: 82px
    }
}

@media (max-width:1200px) {
    .bannerArea__wrapper {
        margin-top: 30px
    }
}

@media (max-width:991px) {
    .bannerArea__wrapper {
        margin-top: 15px
    }
}

.circleProgress {
    background-color: red
}

.services-introduction-item-image {
    background: #ccd3f6 !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    width: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto auto 25px
}

.services-introduction-item p {
    color: #000560;
    font-family: Segoe UI, Arial, sans-serif;
    line-height: 22px;
    margin: auto;
    max-width: 142px;
    text-align: center
}

.homepage-03.service-introduction .section-heading {
    margin-bottom: 85px
}

.homepage-03.service-introduction .services-introduction-item-text {
    text-align: center
}

.homepage-03.service-introduction .services-introduction-item-image {
    height: 135px;
    width: 135px
}

.homepage-03 .section-heading {
    margin-bottom: 55px
}

.homepage-03 .section-heading h2 {
    line-height: 64px;
    margin-bottom: 15px
}

.homepage-03 .section-heading p {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 34px;
    margin: auto;
    max-width: 75%
}

.homepage-03 .services-introduction-item-text h5 {
    margin-bottom: 25px
}

.homepage-03 .services-introduction-item-text p {
    color: #65729e;
    font-family: Segoe UI, Arial, sans-serif;
    line-height: 30px;
    max-width: 100%
}

@media (max-width:1024px) {
    .homepage-03 {
        overflow: hidden;
        z-index: 1
    }

    .homepage-03 .services-introduction-item-text h5 {
        margin-bottom: 0
    }

    .homepage-03.service-introduction {
        padding-bottom: 60px
    }
}

@media (max-width:991px) {
    .services-introduction-item {
        float: left
    }
}

@media (max-width:767px) {
    .services-introduction-item-image {
        margin-bottom: 15px
    }

    .homepage-03 .section-heading h2 {
        font-size: 38px;
        line-height: 48px
    }

    .homepage-03 .section-heading p {
        max-width: 100%
    }

    .homepage-03 .services-introduction-item {
        margin-bottom: 30px
    }
}

@media (min-width:320px) and (max-width:574px) {
    .homepage-03 .section-heading h2 {
        font-size: 32px;
        line-height: 38px
    }

    .services-introduction-item {
        float: none
    }
}

.callto-action {
    background-color: rgba(255, 70, 94, .05);
    border-radius: 24px;
    margin: 0 45px;
    padding: 60px 0 0;
    position: relative;
    z-index: 1
}

.callto-action-text {
    margin-top: -50px
}

.callto-action-text h2 {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 48px;
    line-height: 64px;
    max-width: 620px
}

.callto-action-text p {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    max-width: 95%
}

.callto-action-text .primary__button {
    margin-top: 30px
}

.callto-action-image img {
    margin-left: 25px
}

.callto-action-modifi {
    background-color: #f5f5f5;
    border-radius: 0;
    margin: 0
}

.callto-action-modifi .callto-action-image {
    margin-top: -55px
}

.callto-action-modifi .callto-action-image img {
    margin-bottom: 35px;
    margin-left: 30px
}

.callto-action-modifi .callto-action-text {
    margin-top: 35px
}

.callto-action-modifi .callto-action-text h2 {
    margin-bottom: 20px
}

@media (min-width:1340px) {
    .callto-action-image {
        margin-right: -170px
    }
}

@media (max-width:1200px) {
    .callto-action {
        padding-top: 90px
    }

    .callto-action-image img {
        height: auto;
        max-width: 100%
    }

    .callto-action-text h2 {
        font-size: 42px;
        line-height: 52px
    }

    .callto-action .primary__button,
    .callto-action-text p {
        margin-top: 0
    }

    .callto-action-modifi .callto-action-image img {
        margin-left: 0
    }

    .callto-action {
        margin: 0
    }
}

@media (min-width:992px) and (max-width:1023px) {
    .callto-action-modifi {
        padding: 90px 25px !important
    }

    .callto-action-modifi .callto-action-text .primary__button {
        margin-top: 15px
    }
}

@media (max-width:991px) {
    .callto-action-modifi {
        padding-bottom: 90px
    }

    .callto-action-modifi .callto-action-image {
        margin-bottom: 30px
    }

    .callto-action-modifi .callto-action-image img {
        margin-bottom: 0;
        padding: 60px
    }

    .callto-action-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .callto-action-text {
        margin-top: 0;
        padding-top: 0
    }

    .callto-action-text h2 {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .callto-action {
        margin: 0
    }

    .callto-action-modifi {
        padding-bottom: 60px
    }

    .callto-action-modifi .callto-action-text {
        margin-top: 0
    }

    .callto-action-modifi .callto-action-text h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0
    }

    .callto-action-modifi .callto-action-text p {
        max-width: 100%
    }
}

@media (min-width:320px) and (max-width:574px) {
    .callto-action {
        padding-left: 0
    }

    .callto-action-text {
        padding-bottom: 30px
    }

    .callto-action-text h2 {
        font-size: 22px;
        line-height: 32px
    }

    .callto-action-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%
    }

    .callto-action-modifi {
        padding: 60px 0
    }

    .callto-action-modifi .callto-action-text h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 0
    }

    .callto-action-modifi .callto-action-text p {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width:320px) and (max-width:419px) {
    .callto-action-text .primary__button {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .callto-action .callto-action-text h2 {
        margin-bottom: 20px;
        max-width: 100%
    }

    .callto-action .callto-action-text p {
        max-width: 100%
    }
}

@media only screen and (min-width:420px) and (max-width:574px) {
    .callto-action-modifi .callto-action-text h2 {
        font-size: 38px;
        line-height: 52px
    }
}

.testimonial-area.testimonial04 {
    background-color: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    margin: 0;
    padding-bottom: 100px;
    padding-top: 140px;
    position: relative
}

.testimonial-area.testimonial04:before {
    background-color: rgba(0, 0, 0, .589);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.our-work-process {
    background-color: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    margin: 50px 0 0;
    padding-bottom: 100px;
    padding-top: 140px
}

.our-work-process:before {
    background-color: rgba(0, 0, 0, .589);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.our-work-process>*,
.testimonial-area.testimonial04>* {
    position: relative;
    z-index: 2
}

.testimonial04 .section-title h2 {
    color: #fff;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase
}

.testimonial04 .section-title h2 span {
    color: #fff
}

.testimonial04 .testimoial-icon {
    background-color: #1d4999;
    border: 10px solid #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 185px;
    width: 185px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative
}

.testimonial04 .testimoial-icon .logo-img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.testimonial04 .testimonial-wrappers {
    background-color: #fff;
    border: 0;
    height: 450px;
    margin-top: -100px;
    padding: 120px 23px 45px;
    text-align: center
}

.testimonial04 .testimonial-wrappers .tesmonial-text h2 {
    color: #000;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px
}

.testimonial04 .testimonial-wrappers .tesmonial-text p {
    color: #000;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px
}

.testimonial04 .testimonial-slider .slick-arrow {
    background-color: #111523;
    border: 3px solid #3b4a51;
    border-radius: 0;
    height: 57px;
    top: -132px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 57px
}

.testimonial04 .testimonial-slider .slick-arrow:hover {
    background-color: #000
}

.testimonial04 .testimonial-active {
    position: relative
}

.testimonial04 .testimonial-active .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 57px;
    width: 57px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 3px solid #3b4a51;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    right: 90px;
    top: -170px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.testimonial04 .testimonial-active .slick-arrow.nextArrow {
    right: 10px
}

.testimonial04 .testimonial-active .slick-arrow i {
    color: #fff
}

.testimonial04 .testimonial-active .slick-arrow:hover {
    background-color: #fff;
    border-color: transparent
}

.testimonial04 .testimonial-active .slick-arrow:hover i {
    color: #1d4999
}

@media (max-width:767px) {
    .testimonial04 {
        padding-bottom: 90px !important
    }

    .testimonial04 .section-title h2 {
        font-size: 58px;
        line-height: 68px;
        text-align: center
    }

    .testimonial04 .testimonial-wrappers {
        padding: 125px 15px 45px
    }

    .testimonial04 .testimonial-wrappers .tesmonial-text h2 {
        margin-bottom: 0
    }

    .testimonial04 .testimonial-active .slick-arrow {
        bottom: -60px;
        right: 53%;
        top: auto;
        z-index: 1
    }

    .testimonial04 .testimonial-active .slick-arrow.nextArrow {
        right: 37%
    }
}

@media (max-width:575px) {
    .testimonial-area {
        padding-top: 140px
    }

    .testimonial-area .section-title h2 {
        font-size: 38px;
        line-height: 48px
    }

    .testimonial04 .section-title h2 {
        font-size: 42px !important;
        line-height: 52px
    }
}

@media (min-width:320px) and (max-width:574px) {
    .testimonial04 .testimonial-active .slick-arrow.nextArrow {
        right: 30%
    }
}

@media (min-width:320px) and (max-width:419px) {
    .testimonial04 .section-title h2 {
        font-size: 32px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-area {
        margin: 0
    }
}

.breadcrumArea {
    background-color: #f5f5f5;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    margin-bottom: 130px
}

.breadcrumArea .breadcrum-banner {
    background-repeat: no-repeat;
    border-radius: 24px !important;
    position: relative
}

.breadcrumArea .breadcrum-banner:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.breadcrumArea .banner-image {
    padding-left: 75px;
    padding-top: 35px
}

.breadcrumArea .bannerArea__wrapper {
    margin-top: 0;
    padding-left: 30px
}

.breadcrumArea .bannerArea__wrapper p {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 22px;
    line-height: 36px;
    max-width: 75%
}

@media (max-width:1200px) {
    .breadcrumArea .bannerArea__wrapper {
        margin-top: 0
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
        font-size: 58px;
        line-height: 72px
    }

    .breadcrumArea .bannerArea__wrapper p {
        max-width: 100%
    }
}

@media (max-width:1023px) {
    .breadcrumArea .bannerArea__wrapper {
        padding-top: 0
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
        font-size: 48px;
        line-height: 62px
    }

    .breadcrumArea .bannerArea__wrapper p {
        font-size: 18px;
        line-height: 32px
    }
}

@media (max-width:991px) {
    .breadcrumArea {
        margin-bottom: 0 !important
    }

    .breadcrumArea .bannerArea__wrapper {
        margin-bottom: 60px
    }

    .breadcrumArea .bannerArea__wrapper h1 {
        margin-top: 0 !important
    }

    .breadcrumArea .bannerArea__wrapper p {
        width: 50%
    }

    .breadcrumArea .banner-image {
        padding-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .breadcrumArea .bannerArea__wrapper p {
        max-width: 95%
    }
}

@media (max-width:767px) {
    .breadcrumArea .bannerArea__wrapper {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-top: 15px
    }

    .breadcrumArea .bannerArea__wrapper p {
        width: 100% !important
    }

    .breadcrumArea .banner-image {
        padding: 0
    }

    .breadcrumArea .banner-image img {
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media (max-width:574px) {
    .breadcrumArea {
        padding-top: 30px
    }

    .breadcrumArea .bannerArea__wrapper {
        margin-top: 0;
        padding-top: 0
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
        font-size: 32px;
        line-height: 42px
    }
}

@media (min-width:320px) and (max-width:574px) {
    .breadcrumArea .bannerArea__wrapper {
        padding-left: 0
    }

    .breadcrumArea .bannerArea__wrapper p {
        font-size: 18px;
        line-height: 28px
    }

    .breadcrumArea .banner-image {
        padding-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumArea {
        margin: 0 20px 70px;
        padding-bottom: 50px
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title {
        margin-top: 20px
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
        font-size: 40px;
        line-height: 48px
    }

    .breadcrumArea .banner-image {
        padding-left: 0;
        padding-top: 30px;
        text-align: center
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .breadcrumArea {
        border-radius: 0;
        margin: 0 0 60px;
        padding-bottom: 50px
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title {
        margin-top: 15px
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1 {
        font-size: 32px;
        line-height: 40px
    }

    .breadcrumArea .banner-image {
        padding-left: 0;
        padding-top: 20px;
        text-align: center
    }
}

@media only screen and (min-width:420px) and (max-width:574px) {
    .breadcrumArea {
        border-radius: 0;
        margin: 0 0 60px;
        padding-bottom: 50px
    }

    .breadcrumArea .bannerArea__wrapper {
        padding-left: 0
    }

    .breadcrumArea .banner-image {
        padding-left: 0;
        padding-top: 20px;
        text-align: center
    }
}

@media (max-width:420px) {
    .breadcrumArea {
        border-radius: 0;
        margin: 0 0 60px;
        padding-bottom: 50px
    }

    .breadcrumArea .banner-image {
        padding-left: 0;
        padding-top: 20px;
        text-align: center
    }
}

.footer-area {
    background-color: rgba(255, 70, 94, .05);
    border-radius: 24px;
    margin: 0 45px;
    padding: 130px 0 85px;
    position: relative
}

.footer-area-about h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 10px
}

.footer-area-about p {
    font-family: Segoe UI, Arial, sans-serif;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 0;
    max-width: 305px
}

.footer-area-links a {
    background-color: #fff;
    border: 1px solid #ff465e;
    border-radius: 50%;
    color: #ff465e;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    margin-right: 14px;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 47px
}

.footer-area-links a:hover {
    background-color: #ccd3f680;
    color: #fff
}

.footer-area-lists h4 {
    margin-bottom: 5px
}

.footer-area-lists ul li a {
    color: #65729e;
    display: inline-block;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0
}

.copyright {
    padding: 33px
}

.copyright-area-text p,
.copyright-area-top a {
    color: #fff;
    font-family: Segoe UI, Arial, sans-serif
}

.copyright-area-top a {
    font-size: 16px
}

.copyright-area-top a i {
    margin-left: 3px
}

.footer03 {
    background-color: #1d4999
}

.footer03 .footer-area {
    background-color: inherit;
    padding: 130px 0 0
}

.footer03 .footer-area-about a {
    margin-bottom: 20px
}

.footer03 .footer-area-links a {
    background-color: hsla(0, 0%, 100%, .24);
    border: 0;
    color: #fff
}

.footer03 .footer-area-links a:hover {
    background-color: #fff;
    color: #1d4999
}

.footer03 .footer-area-lists h4 {
    color: #fff;
    margin-bottom: 5px
}

.footer03 .footer-area-lists ul li a {
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer03 .footer-area-lists ul li a:hover {
    color: #ccd3f680
}

@media (min-width:1200px) {
    .mr-lg-65 {
        margin-right: 65px
    }
}

@media (max-width:1200px) {
    .footer-area {
        padding-bottom: 30px;
        padding-top: 120px
    }

    .footer-area-about p {
        max-width: 100%
    }

    .footer03 .footer-area {
        padding-top: 90px
    }

    .footer03 .copyright {
        padding: 20px 15px
    }
}

@media (max-width:991px) {
    .footer03 .footer-area {
        padding-bottom: 0 !important
    }

    .footer03 .footer-area-about {
        margin-bottom: 0
    }

    .footer03 .footer-area-about p {
        margin-top: 0
    }

    .footer-area {
        margin: 0;
        padding-bottom: 0 !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .footer-area .footer-area-about h4,
    .footer-area .footer-area-lists h4 {
        font-size: 22px
    }

    .footer-area .footer-area-about p,
    .footer-area .footer-area-lists ul li a {
        font-size: 14px
    }

    .footer-area .footer-area-lists ul li a {
        margin-bottom: 0
    }

    .footer-area .footer-area-links a {
        height: 40px;
        line-height: 40px;
        width: 40px
    }

    .copyright-area-text p,
    .copyright-area-top a {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .footer03 .footer-area-lists {
        margin-bottom: 15px
    }

    .footer-area {
        padding-bottom: 30px !important
    }
}

@media (max-width:575px) {
    .copyright {
        padding: 32px 0
    }
}

@media (min-width:320px) and (max-width:574px) {
    .footer-area {
        border-radius: 0;
        padding-top: 90px
    }

    .footer-area-about p {
        font-size: 14px;
        line-height: 24px
    }

    .footer-area-lists {
        margin-bottom: 0
    }

    .copyright .justify-content-between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer03 .footer-area {
        padding-top: 60px
    }

    .footer03 .copyright-area-text p {
        font-size: 12px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-area {
        margin: 0
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {

    .footer-area .footer-area-about h4,
    .footer-area .footer-area-lists h4 {
        font-size: 22px
    }

    .footer-area .footer-area-about p,
    .footer-area .footer-area-lists ul li a {
        font-size: 16px;
        line-height: 26px
    }

    .footer-area .footer-area-lists ul li a {
        margin-bottom: 5px
    }

    .copyright {
        text-align: center !important
    }

    .copyright-area-text p {
        font-size: 13px;
        line-height: 21px
    }

    .copyright-area-top a {
        font-size: 13px
    }
}

@media only screen and (min-width:420px) and (max-width:574px) {
    .footer-area {
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 50px 0 20px !important
    }

    .footer-area .footer-area-about h4,
    .footer-area .footer-area-lists h4 {
        font-size: 22px
    }

    .footer-area .footer-area-about p,
    .footer-area .footer-area-lists ul li a {
        font-size: 14px
    }

    .footer-area .footer-area-lists ul li a {
        margin-bottom: 5px
    }

    .footer-area .footer-area-links a {
        height: 35px;
        line-height: 35px;
        width: 35px
    }

    .copyright {
        text-align: center !important
    }

    .copyright-area-text p {
        font-size: 14px;
        line-height: 22px
    }

    .copyright-area-top a {
        font-size: 14px
    }
}

@media (max-width:420px) {

    .footer-area .footer-area-about h4,
    .footer-area .footer-area-lists h4 {
        font-size: 22px;
        margin: 20px
    }

    .footer-area .footer-area-lists ul li a {
        margin-bottom: 5px
    }

    .copyright {
        text-align: center !important
    }

    .copyright-area-text p {
        font-size: 14px;
        line-height: 22px
    }

    .copyright-area-top a {
        font-size: 14px
    }
}

.our-work-process {
    background-color: #0056b3;
    padding: 155px 0;
    position: relative
}

.our-work-process .section-title h2 {
    color: #000560;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 48px;
    line-height: 64px;
    text-transform: capitalize
}

.our-work-process .process-item {
    position: relative
}

.our-work-process .process-item:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.our-work-process .process-item .around-dotted {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin: 0 auto 22px;
    width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-work-process .process-item .around-dotted .image {
    border-radius: 25px;
    padding: 15px
}

.our-work-process .process-item .dashed01 {
    border: 1.5px dashed rgba(115, 83, 255, .5);
    position: relative
}

.our-work-process .process-item .dashed01:before {
    border: none;
    border-top: 2.5px dashed rgba(115, 83, 255, .8);
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 155%
}

.our-work-process .process-item .dashed01:after {
    color: rgba(41, 198, 255, .5);
    content: "\f054";
    font-family: Segoe UI, Arial, sans-serif;
    font-weight: 900;
    left: 250%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.our-work-process .process-item .dashed02 {
    background-color: #fff;
    border: 1.5px dashed rgba(41, 198, 255, .5);
    position: relative
}

.our-work-process .process-item .dashed02:before {
    border: none;
    border-top: 2.5px dashed rgba(41, 198, 255, .5);
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 410%;
    z-index: -1
}

.our-work-process .process-item .dashed02:after {
    color: rgba(99, 190, 82, .5);
    content: "\f054";
    font-family: Segoe UI, Arial, sans-serif;
    font-weight: 900;
    left: 250%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.our-work-process .process-item .dashed03 {
    border: 1.5px dashed rgba(99, 190, 82, .5);
    position: relative
}

.our-work-process .process-item .dashed03:before {
    border: none;
    border-top: 2.5px dashed rgba(99, 190, 82, .5);
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 155%
}

.our-work-process .process-text {
    margin: 0 auto;
    max-width: 290px
}

.our-work-process .process-text h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center
}

.our-work-process .process-text p {
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    text-align: center
}

.our-work-process .shape img {
    position: absolute
}

.our-work-process .shape .round-shape {
    left: 10%;
    top: 25%
}

@media (max-width:1200px) {
    .our-work-process {
        padding: 120px 0
    }
}

@media (max-width:991px) {
    .our-work-process .process-text {
        max-width: 100%
    }
}

@media (max-width:575px) {
    .our-work-process .section-title h2 {
        font-size: 32px;
        line-height: 46px
    }
}

@media (min-width:320px) and (max-width:574px) {
    .our-work-process {
        padding: 90px 0
    }

    .our-work-process .section-title {
        margin-bottom: 30px
    }

    .our-work-process .process-text h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px
    }
}

.project {
    padding-top: 140px
}

@media (max-width:1200px) {
    .project {
        padding-top: 120px
    }
}

@media (max-width:991px) {

    .our-work-process .process-item .dashed01:after,
    .our-work-process .process-item .dashed01:before,
    .our-work-process .process-item .dashed02:after,
    .our-work-process .process-item .dashed02:before,
    .our-work-process .process-item .dashed03:after,
    .our-work-process .process-item .dashed03:before {
        display: none
    }
}

@media (max-width:767px) {
    .project {
        padding-top: 60px
    }
}

@media (min-width:320px) and (max-width:574px) {
    .our-work-process .section-title h2 {
        font-size: 26px;
        line-height: 36px
    }

    .our-work-process .shape {
        display: none
    }
}

.form-message {
    position: relative
}

.form-message .icon {
    left: 25px;
    position: absolute;
    top: 30px
}

.contactArea {
    border-bottom: 5px solid #3475b6 !important;
    padding: 0
}

.contactArea form .form-group input,
.contactArea form .form-group textarea {
    border-radius: 0;
    padding: 20px;
    width: 510px
}

.contactArea form .form-group input {
    border-radius: 10px;
    height: 10px
}

.contactArea form .form-group input::-webkit-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group input:-ms-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group input::-ms-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group input::placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group textarea {
    border-radius: 10px;
    min-height: 170px;
    resize: none
}

.contactArea form .form-group textarea::-webkit-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group textarea:-ms-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group textarea::-ms-input-placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

.contactArea form .form-group textarea::placeholder {
    color: #9dadb7;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px
}

@media (max-width:1200px) {
    .contactArea {
        padding-top: 0
    }
}

@media (max-width:991px) {

    .contactArea form .form-group input,
    .contactArea form .form-group textarea {
        width: 100%
    }
}

@media (max-width:767px) {
    .contactArea {
        padding-top: 60px
    }
}

@media (max-width:575px) {
    .contactArea {
        padding-bottom: 20px
    }
}

@-webkit-keyframes pulse-border {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

@media (max-width:991px) {
    .aside.sticky {
        position: static !important
    }
}

@media (min-width:320px) and (max-width:574px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:991px) {

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
    .callto-action-text h2,
    .homepage-03 .section-heading h2,
    .our-work-process .section-title h2,
    .section-title h2,
    .testimonial-area .section-title h2 {
        font-size: 48px;
        line-height: 58px
    }

    .breadcrumArea .bannerArea__wrapper p,
    .callto-action .callto-action-text p,
    .copyright-area-text p,
    .footer-area .footer-area-about p,
    .footer-area .footer-area-lists ul li a,
    .homepage-03 .section-heading p,
    .homepage-03 .services-introduction-item-text p,
    .our-work-process .process-text p,
    .testimonial-area .testimonial-slider .testimonial-item p,
    .testimonial04 .testimonial-wrappers .tesmonial-text p,
    p {
        font-size: 16px;
        line-height: 26px;
        text-align: left
    }

    .breadcrumArea .banner-image img,
    .callto-action-image img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .breadcrumArea .banner-image,
    .callto-action,
    .callto-action-image,
    .contactArea,
    .footer-area,
    .footer03 .footer-area,
    .homepage-03.service-introduction,
    .our-work-process,
    .project,
    .testimonial-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
    .callto-action-text h2,
    .homepage-03 .section-heading h2,
    .our-work-process .section-title h2,
    .section-title h2,
    .testimonial-area .section-title h2 {
        font-size: 36px;
        line-height: 46px
    }

    .breadcrumArea .banner-image img,
    .callto-action-image img {
        height: 290px
    }

    .callto-action,
    .contactArea,
    .footer-area,
    .footer03 .footer-area,
    .homepage-03.service-introduction,
    .our-work-process,
    .project,
    .testimonial-area {
        padding: 0
    }
}

@media (min-width:320px) and (max-width:574px) {
    .homepage-03 .section-heading h2 {
        line-height: 36px;
        padding: 50px
    }

    .breadcrumArea .bannerArea__wrapper .bannerArea__title h1,
    .callto-action-text h2,
    .our-work-process .section-title h2,
    .section-title h2,
    .testimonial-area .section-title h2 {
        line-height: 36px
    }

    .breadcrumArea .bannerArea__wrapper p,
    .callto-action .callto-action-text p,
    .copyright-area-text p,
    .footer-area .footer-area-about p,
    .footer-area .footer-area-lists ul li a,
    .homepage-03 .section-heading p,
    .homepage-03 .services-introduction-item-text p,
    .our-work-process .process-text p,
    .testimonial-area .testimonial-slider .testimonial-item p,
    .testimonial04 .testimonial-wrappers .tesmonial-text p,
    p {
        font-size: 20px;
        line-height: 26px
    }

    .breadcrumArea .banner-image img,
    .callto-action-image img {
        height: auto
    }
}

@keyframes wave-animation {
    0% {
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(14deg)
    }

    20% {
        transform: rotate(-8deg)
    }

    30% {
        transform: rotate(14deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(10deg)
    }

    60% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.services {
    background-color: #fff
}

.service-heading {
    color: #1d4999;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 45px;
    font-weight: 500
}

section.services {
    margin-top: 50px;
    text-align: center
}

.card-row-gap {
    padding-bottom: 2rem
}

.card-body {
    background-color: #d0e7ff
}

a.card-body {
    text-decoration: underline
}

.card.service-block-card {
    margin-bottom: 20px;
    min-height: 450px
}

.card.service-block-card img {
    height: auto;
    width: 100%
}

.service-type-gap {
    padding-bottom: 50px;
    padding-top: 40px
}

h2.col-md-6 {
    padding-bottom: 3rem;
    padding-top: 2rem
}

#pservice {
    font-size: 20px;
    text-align: center
}

.banner {
    background-color: #f5f5f5;
    background-position: 50%;
    color: #333;
    padding: 50px 20px;
    text-align: center
}

.banner .content {
    background-color: transparent;
    border-radius: 8px;
    display: inline-block;
    padding: 20px 40px
}

.banner h1 {
    font-size: 2em;
    margin: 0 0 10px
}

.banner p {
    font-size: 1.2em;
    margin: 0
}

@media (min-width:768px) {
    .banner h1 {
        font-size: 3em
    }

    .banner p {
        font-size: 1.5em
    }
}

.banner1 {
    background-color: #fff;
    background-position: 50%;
    color: #333;
    padding: 50px 20px;
    text-align: center
}

.banner1 .content1 {
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, .5), 0 3px 7px -3px rgba(0, 0, 0, .7);
    display: inline-block;
    margin: 10px;
    max-width: 1050px;
    padding: 50px
}

.banner h1 {
    font-size: 20px
}

.banner1 h1 {
    font-size: 2em;
    line-height: 50px;
    margin: 0 0 10px
}

.banner1 p {
    font-size: 1.2em;
    margin: 0
}

@media (min-width:768px) {
    .banner1 p {
        font-size: 1.5em
    }
}

body {
    background-color: #f3f4f6;
    font-family: Segoe UI, Arial, sans-serif;
    margin: 0;
    padding: 0
}

.banner-section {
    background-color: #fff;
    margin-top: 100px !important;
    margin: auto;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center
}

.banner-section h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 10px
}

.banner-section p {
    color: #666;
    font-size: 18px;
    margin-bottom: 40px
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    max-width: 280px;
    padding: 20px;
    text-align: left;
    transition: transform .2s;
    width: 100%
}

.card:hover {
    transform: translateY(-10px)
}

.card img {
    height: 40px;
    margin-bottom: 10px
}

.card strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
}

.card p {
    color: #333;
    font-size: 16px;
    text-align: center
}

@media (max-width:768px) {
    .banner-section h2 {
        font-size: 28px
    }

    .banner-section p {
        font-size: 16px;
        text-align: center
    }

    .card {
        max-width: 100%
    }
}

.IMG {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    width: 1000px
}

@media (max-width:1200px) {
    .IMG {
        max-width: 300px
    }
}

@media (max-width:992px) {
    .IMG {
        max-width: 400px
    }
}

@media (max-width:768px) {
    .IMG {
        max-width: 300px
    }
}

@media (max-width:576px) {
    .IMG {
        max-width: 100%
    }
}

.services-area {
    background-color: #f7fafd;
    padding-bottom: 80px;
    padding-top: 80px
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.section-title .bar {
    background-color: #1d4999;
    height: 3px;
    margin: 15px auto;
    width: 50px
}

.section-title p {
    color: #6c757d;
    margin-bottom: 0
}

.services-content .box {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    transition: all .3s ease
}

.services-content .box svg {
    color: #1d4999;
    flex-shrink: 0;
    margin-right: 15px
}

.services-content .box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    transform: translateY(-5px)
}

.services-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width:767.98px) {
    .section-title h2 {
        font-size: 28px
    }

    .services-area {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .services-content .box {
        padding: 15px
    }

    .services-image img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .section-title h2 {
        font-size: 24px
    }

    .services-content .box {
        padding: 10px
    }

    .services-content .box svg {
        margin-right: 10px
    }
}

.submenu {
    background: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000
}

.submenu li a {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none
}

@media (max-width:768px) {
    .main-menu {
        display: flex;
        flex-direction: column
    }

    .main-menu>li,
    .submenu {
        position: static
    }
}

.boxes-area {
    padding: 50px 0
}

.single-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 30px;
    padding: 30px 20px;
    text-align: center;
    transition: all .3s ease
}

.single-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.single-box .icon {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
    transition: all .3s ease;
    width: 60px
}

.single-box h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px
}

.single-box p {
    color: #777;
    font-size: 14px;
    margin: 0
}

@media (max-width:768px) {
    .single-box {
        margin-bottom: 20px
    }
}

@media (max-width:576px) {
    .single-box {
        padding: 20px 10px
    }
}

@media (max-width:400px) {
    .single-box .icon {
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .single-box h3 {
        font-size: 18px
    }

    .single-box p {
        font-size: 14px
    }
}

#company-header {
    font-size: 60px !important
}

@media (min-width:320px) and (max-width:574px) {
    #company-header {
        font-size: 30px !important
    }
}

.lang-menu {
    font-weight: 700;
    position: relative;
    text-align: right;
    width: 100px
}

.lang-menu .selected-lang {
    cursor: pointer;
    display: flex;
    line-height: 2
}

.lang-menu ul {
    background: #1d4999;
    border-radius: 5px;
    border-top: 5px solid #1d4999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: grid;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: .5s;
    visibility: hidden;
    width: 120px;
    z-index: 999
}

.lang-menu ul li {
    display: contents;
    list-style: none;
    text-align: left
}

.lang-menu ul li a,
.lang-menu ul li button {
    background-color: #1d4999;
    border: none;
    color: #fff;
    display: block;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 18px;
    line-height: 42px;
    padding: 0 20px;
    text-align: left;
    text-decoration: none;
    transition: .3s;
    width: 100%
}

.lang-menu ul li a:hover,
.lang-menu ul li button:hover {
    background-color: #173b7f
}

.lang-menu .selected-lang:hover+ul,
.lang-menu:hover ul {
    display: block;
    opacity: 1;
    top: 100%;
    visibility: visible
}

@media (max-width:480px) {
    .lang-menu {
        width: auto
    }
}

.container50 {
    background: #f9f9f9;
    height: 100vh;
    justify-content: center;
    width: 100vw
}

.container50,
.content50 {
    align-items: center;
    display: flex
}

.content50 {
    gap: 20px;
    max-width: 80%;
    padding: 20px;
    text-align: center
}

.logo50 img {
    height: auto;
    margin-right: 20px;
    width: 250px
}

.error-message50 {
    color: #333;
    max-width: 500px;
    text-align: left
}

.error-message50 h1 {
    color: #1d4999;
    font-size: 80px;
    margin-bottom: 10px
}

.error-message50 h2 {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px
}

.error-message50 p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px
}

.home-button50 {
    background-color: #1d4999;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color .3s ease
}

.home-button50:hover {
    background-color: #16407a
}

@media (max-width:768px) {
    .content50 {
        flex-direction: column;
        padding: 20px
    }

    .logo50 img {
        margin-bottom: 20px;
        width: 200px
    }

    .error-message50 {
        text-align: center
    }
}

.portfolio-section35 {
    padding: 50px 0
}

.container35 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1200px
}

.portfolio-item35 {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: transform .3s ease;
    width: 30%
}

.portfolio-item35:hover {
    transform: translateY(-10px)
}

.demo__box__thumb35 img {
    display: block;
    height: auto;
    width: 100%
}

.demo__box__title35 {
    font-size: 1.2em;
    padding: 15px;
    text-align: center
}

.demo__box__title35 a {
    color: #333;
    text-decoration: none
}

.demo__box__title35 a:hover {
    color: #007bff
}

@media (max-width:768px) {
    .container35 {
        align-items: center;
        flex-direction: column
    }

    .portfolio-item35 {
        margin-bottom: 20px;
        width: 100%
    }
}

/*# sourceMappingURL=style.css.map */