*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all 0.3s ease 0s;
    font-size: 10px;
    margin: 0;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
}
/*@media only screen and (max-width: 1728px) {
html{
        font-size: 9px;
    }
}
@media only screen and (max-width: 1536px) {
    html{
        font-size: 8px;
    }
}
@media only screen and (max-width: 1344px) {
    html{
        font-size: 7px;
    }
}
@media only screen and (max-width: 1152px) {
    html{
        font-size: 6px;
    }
}
@media only screen and (max-width: 1050px) {
    html{
        font-size: 8px;
    }
}*/
@media only screen and (min-width: 2112px) {
    html{
        font-size: 11px;
    }
}
@media only screen and (min-width: 2304px) {
    html{
        font-size: 12px;
    }
}
@media only screen and (min-width: 2496px) {
    html{
        font-size: 13px;
    }
}
@media only screen and (min-width: 2688px) {
    html{
        font-size: 14px;
    }
}
@media only screen and (min-width: 2880px) {
    html{
        font-size: 15px;
    }
}
@media only screen and (min-width: 3072px) {
    html{
        font-size: 16px;
    }
}
@media only screen and (min-width: 3264px) {
    html{
        font-size: 17px;
    }
}
@media only screen and (min-width: 3456px) {
    html{
        font-size: 18px;
    }
}
@media only screen and (min-width: 3648px) {
    html{
        font-size: 19px;
    }
}
@media only screen and (min-width: 3840px) {
    html{
        font-size: 20px;
    }
}
body{
    position: relative;
    font-family: 'Samsung Sharp Sans';
    font-size: 1.5rem;
    line-height: 3.2rem;
    font-weight: normal;
    color: #3B3B5F;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    font-weight: 500;
}

a {
    color: #3B3B5F;
    transition: all .3s;
}
a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
    transition: all .3s;
    color: #3B3B5F;
}
a.btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
button {
    cursor: pointer;
    border: none;
}
ul, ol, li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #00015E;
    font-family: 'Agenor';
    font-weight: 700;
}
h1 {
    font-size: 6rem;
    line-height: 7rem;
}
h2 {
    font-size: 5rem;
    line-height: 6rem;
}
h3 {
    font-size: 3rem;
    line-height: 4rem;
}
h4 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
h5 {
    font-size: 2rem;
    line-height: 3rem;
}
h6 {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.container {
    max-width: 117rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
@media only screen and (max-width: 1150px) {
    [data-scroll] {
        transform: none !important;
    }
}


.page-content {
  width: 100%;
}
/*slider*/
.inleads-slider-area {
  height: 82rem;
  position: relative;
  margin-bottom: 1rem;
}
.inleads-slider-image-area, .inleads-slider-slides-wraper {
  width: 100%;
  height: 100%;
}
.inleads-slider-slides-single {
    height: 82rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.inleads-slider-slides-single::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(36, 123, 224, 0.94), rgba(36, 123, 224, 0.44)), linear-gradient(0deg, rgba(0, 1, 94, 0.27), rgba(0, 1, 94, 0.27));
}
.inleads-slider-slides-single img, .inleads-slider-slides-single video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inleads-slider-slides-single video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: ;
}
.inleads-slider-slides-single .slider-home-p1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 171.6rem;
    height: auto;
}
.slider-home-p2 {
    width: 24.2rem;
    position: absolute;
    bottom: -8.1rem;
    left: 0;
}
.slider-content-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.slider-content-area .container {
  height: 100%;
}
.slider-content-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12rem;
}
.slider-content-bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-height: 8.5rem;
}
.slider-social {
  display: flex;
  align-items: center;
}
.slider-social a:not(:last-child) {
  margin-right: 3rem;
}
.slider-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3.3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.slider-scroll:hover {
  color: #fff;
}
.slider-scroll .icon {
  max-width: 10.8rem;
  position: relative;
  bottom: -.9rem;
}
.slider-nav {
  display: flex;
}
.slider-nav-count {
  margin-left: 1.9rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.slider-nav-arrows {
  display: flex;
  align-items: center;
}
.slider-nav-arrows button {
  outline: none;
  background-color: transparent;
  border: none;
  height: 3.3rem;
  width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider-nav-arrows .slider-nav-next.slick-arrow {
  justify-content: flex-end;
  position: relative;
}
.slider-nav-arrows .slider-nav-next.slick-arrow::before {
    content: ;
    content: '';
    width: .1rem;
    height: 3.3rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}
.slider-content-row {
    height: calc(100% - 8.5rem);
    padding: 2.5rem 0;
}
.slider-content-row {
    height: calc(100% - 8.5rem);
    display: ;
    padding: 2.5rem 0;
    max-width: 100%;
}
.slider-content-row .slick-list, .slider-content-row .slick-track {
    height: 100%;
}
.slider-content-single {
    height: 100%;
    /*max-width: 71rem;*/
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.slider-content-single .slider-content-title {
    font-family: 'Agenor';
    font-style: normal;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 5.6rem;
    margin-bottom: 2rem;
    max-width: 71rem;
}
.slider-content-text {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 3.8rem;
    max-width: 58rem;
}
.slider-content-buttons {
    display: flex;
    align-items: center;
}
.slider-content-buttons a {
    width: 17rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1rem;
    border: .1rem solid #fff;
}
.slider-content-buttons a.btn-fill {
    background-color: #00015E;
    border: none;
    margin-right: 2.5rem;
}
@media only screen and (max-width: 1700px) {
    .slider-home-p2 {
        display: none;
    }
}
@media only screen and (max-width: 1050px) {
    .slider-home-p2, .slider-social, .slider-scroll {
        display: none;
    }
    .slider-content-bottom {
        justify-content: flex-end;
        padding-bottom: 21px;
    }
    .inleads-slider-area {
        height: auto;
        margin: 0;
    }
    .inleads-slider-slides-single {
        height: 600px;
    }
    .slider-content-wrapper {
        padding-top: 0;
    } 
    .slider-content-single .slider-content-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .slider-content-text {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 19px;
    }
    .slider-content-buttons a.btn-fill {
        margin-right: 15px;
    }
    .slider-content-row {
        height: calc(100% - 55px);
        padding-top: 79px;
    }    
}
@media only screen and (max-width: 800px) {
    .inleads-slider-slides-single video {
        width: 150%;
        height: 150%;
        top: -152px;
    }
}

/*header*/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: .1rem solid rgba(199, 199, 255, 0.2);
    padding: 2.2rem 0;
}
.header-area.sticky {
    background-color: #00015E;
    padding: .5rem 0;
}
.header-row {
    display: flex;
}
.header-area .container {
    max-width: 175rem;
}
.header-logo-area {
    width: 29rem;
    display: flex;
    align-items: center;
}
.header-logo {
    max-width: 17.7rem;
    display: flex;
}
.header-buttons {
    display: flex;
    align-items: center;
}
.header-buttons a:not(:last-child) {
    margin-right: 2.8rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.header-buttons .header-pm {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.header-pm .icon {
    display: flex;
    align-items: center;
    margin-right: .6rem;
}
.header-quote-btn {
    width: 17.2rem;
    height: 5rem;
    color: #fff;
    /* border: .1rem solid #fff; */
    /* border-radius: 1rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
}
.header-quote-btn:hover, .header-quote-btn:focus {
    color: #fff;
}
.ani-btn {
    position: relative;
}
.ani-btn .ani-border {
    border: .1rem solid #fff;
    border-radius: 1rem;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*.ani-btn.hover {
    transform: scale(1.1);
}
.ani-btn.hover .ani-text {
    transform: scale(.9);
}*/
.header-menu {
    width: calc(100% - 86.2rem);
    margin-left: -2.3rem;
}
.header-menu .menu {
    height: 100%;
}
.header-menu ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu ul li {
    height: 100%;
}
.header-menu ul li a {
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 1rem 2.3rem;
}

.mobile-header-area {
    display: none;
    padding: 8px 0;
    background-color: #00015E;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.mobile-header-row {
    display: flex;
    align-items: center;
}
.mobile-header-ham {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-header-logo {
    width: calc(100% - 50px);
    padding-right: 10px;
    display: flex;
}
.mobile-header-logo img {
    max-height: 40px;
}
#menu-main-menu .menu-item-has-children {
    position: relative;
}
#menu-main-menu .sub-menu {
    width: 30rem;
    position: absolute;
    top: 5.8rem;
    left: -8rem;
    background-color: #247BE0;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    height: auto;
    padding: 1.5rem 0 1.5rem;
    display: none;
}
#menu-main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
}
.header-search-icon-s, .header-search-icon-x {
    display: flex;
    align-items: center;
}
.header-search-icon-x {
    display: none;
}
.header-search {
    position: relative;
    margin-right: 2.8rem;
}
.header-search-icon {
    cursor: pointer;
}
.header-search.active .header-search-icon-s {
    display: none;
}
.header-search.active .header-search-icon-x {
    display: flex;
}
.header-search-form .search-form {
    display: flex;
    align-items: center;
    width: 31rem;
    height: 4.5rem;
    position: relative;
    background-color: #fff;
    justify-content: space-between;
}
.search-form .search-submit {
    width: 8rem;
    height: 100%;
    font-family: 'Samsung Sharp Sans';
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #247BE0;
    cursor: pointer;
    outline: none;
    border: none;
}
.search-form input:hover, .search-form button:hover, .search-form input:focus, .search-form button:focus {
    border: none;
    outline: none;
}
.search-form .search-field {
    width: calc(100% - 8rem);
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.2rem;
    padding: 0 1rem;
}
.header-search-form {
    display: block;
    position: absolute;
    top: 4.8rem;
    right: -4rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px .2rem .8rem 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}
.header-search.active .header-search-form {
    height: 4.5rem;
}
@media only screen and (max-width: 1500px) {
    .header-buttons .header-pm {
        display: none !important;
    }
    .header-menu {
        width: calc(100% - 511px);
    }
}
@media only screen and (max-width: 1050px) {
    .header-area {
        display: none;
    }  
    .mobile-header-area {
        display: block;
    }
}


/*mobile menu*/

.offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas-menu ul.menu {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-menu ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas-menu ul.menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li {
    display: block;
}
.offcanvas-menu ul li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offcanvas-menu ul li.menu-item-has-children > a {
    width: calc(100% - 60px);
}
.offcanvas-menu ul li a {
    display: block;
    padding: 11px 20px;
    transition: color .3s;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
}
.offcanvas-menu ul li a:hover {
    color: #fff;
}
.offcanvas-menu ul li.back-btn>a {
    background-color: #313b47;
    color: #fff
}

.offcanvas-menu ul li.back-btn>a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-top: .32em solid transparent;
    border-right: .37em solid;
    border-bottom: .32em solid transparent;
    content: '';
    opacity: .75
}

.offcanvas-menu ul li.active>a {
    color: #00015E
}

.offcanvas-menu ul li.menu-item-has-children>span {
    display: block;
    position: relative;
    width: 100%
}

.offcanvas-menu ul li.menu-item-has-children>span>a {
    padding-right: 65px;  
}

.offcanvas-menu ul li.menu-item-has-children.active>span>a {
    color: #00015E
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle {
    width: 60px;
    height: 54px;
    transition: background-color .3s;
    border-left: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    z-index: 1;
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-left: .4em solid;
    content: ''
}

.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle:hover {
    background-color: rgba(255,255,255,0.1)
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-menu ul li.menu-item-has-children>.sub-menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@-webkit-keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.offcanvas-wrapper {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    z-index: 10
}
.offcanvas-container {
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    background-color: #374250;
    box-shadow: inset -4px 0 17px 0 rgba(0,0,0,0.35);
    visibility: visible;
    z-index: 99999;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-container.active {
    left: 0;
}




/*home about*/
.home-about-area {
    padding-top: 12rem;
    padding-bottom: 16rem;
}
.title-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-row-inner {
    text-align: center;
    width: 100%;
}
.title-row-inner h2 {
    font-size: 3.8rem;
    line-height: 4.6rem;
    margin-bottom: .8rem;
    height: 4.6rem;
}
.title-row-inner p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #00015E;
    height: 2.6rem;
}
.title-shape-up {
    margin-left: 19rem;
    max-width: 11rem;
}
.title-shape-down {
    margin-right: 18rem;
    margin-top: 1rem;
    max-width: 11rem;
}
.home-about-row {
    margin-top: 9rem;
    display: flex;
    position: relative;
}
.home-about-left {
    width: calc(100% - 63rem);
    padding-right: 5.6rem;
}
.home-about-items {
    width: 63rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-about-items::after {
    content: 'ACHIEVEMENTS';
    font-weight: 700;
    font-size: 8.9rem;
    line-height: 5.6rem;
    text-transform: uppercase;
    color: #F4F6FC;
    transform: rotate(90deg);
    position: absolute;
    right: -36rem;
    top: 29rem;
}
.hai-single {
    width: calc(50% - 1rem);
    margin-bottom: 1.5rem;
    position: relative;
    min-height: 35.2rem;
}
.hai-front {
    background-color: #F4F6FC;
    border-radius: 1rem;
    padding: 3.9rem 1rem 4rem 4rem;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(0deg);
}
.hai-single .icon {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 2rem;
    background-color: #F4F6FC;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: .673644rem .673644rem 1.34729rem #E3E7F0, -.673644rem -.673644rem 1.34729rem #FFFFFF;
}
.hai-single h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    min-height: 7.8rem;
    scale: ;
    display: flex;
    align-items: center;
}
.hai-text {
    max-width: 21.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.hai-back {
    border-radius: 1rem;
    padding: 3.9rem 1rem 4rem 4rem;
    height: 100%;
    width:  100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
.hai-back::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(36, 123, 224, 0.75);
}
.hai-back > * {
    position: relative;
    color: #fff;
}
.hai-single .hai-back .icon {
    box-shadow: none;
    background-color: transparent;
}
.hai-back .icon path {
    fill: #fff !important;
}
.hai-single:hover .hai-front {
    transform: rotateY(180deg);
}
.hai-single:hover .hai-back {
    transform: rotateY(0deg);
}
.home-about-left-title h2 {
    font-size: 3.9rem;
    line-height: 5.6rem;
    overflow: hidden;
    position: relative;
    height: 10rem;
}
.home-about-left-title {
    margin-bottom: 4.6rem;
    overflow: hidden;
}
.home-about-left-title h2 span {
    position: absolute;
    width: 100%;
}
.ani-title h2, .ani-title p {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ani-title h2 span, .ani-title p span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.services-grid-area {
    padding: 14.6rem 0 11.6rem;
}
.services-grid-row {
    display: flex;
    flex-wrap: wrap;
}
.services-grid-row .hai-single:nth-child(3n) {
    margin-right: 0;
}
.services-grid-row .hai-single {
    width: calc(33.333% - 1.8rem);
    margin-right: 2.7rem;
    margin-bottom: 3.2rem;
    min-height: 56rem;
}
.hai-back-image {
    display: none;
}
.services-grid-row .hai-single .icon {
    border-radius: 0;
    box-shadow: none;
    margin-right: 0;
}
.hai-single .number {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 4.5rem;
    font-weight: 600;
}
.services-grid-row .hai-single h2 {
    min-height: 12rem;
    font-size: 2.1rem;
    line-height: 2.8rem;
}
.services-grid-row .hai-text {
    max-width: 100%;
}
.hai-text ul li {
    position: relative;
    padding-left: 2.2rem;
}
.hai-text ul li::before {
    content: '';
    width: 1.5rem;
    height: 1.1rem;
    background-image: url(../img/ser-fav.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
}
.hai-text ul li:not(:last-child) {
    margin-bottom: .8rem;
}
.hai-back .hai-text ul li::before {
    background-image: url(../img/ser-fav2.png);
}
.services-grid-title h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
    font-weight: 700;
    margin-bottom: 2.1rem;
}
.services-grid-title {
    text-align: center;
    margin-bottom: 8.4rem;
}

.hai-single.first .hai-front {
    transform: rotateY(180deg);
}
.hai-single.first .hai-back {
    transform: rotateY(0deg);
}
.hai-single.first:hover .hai-front {
    transform: rotateY(0deg);
}
.hai-single.first:hover .hai-back {
    transform: rotateY(180deg);
}
@media only screen and (max-width: 1700px) {
    .home-about-area {
        padding-top: 81px;
        padding-bottom: 44px;
    }
    .home-about-row {
        margin-top: 83px;
    }
}
@media only screen and (max-width: 1100px) {
    .title-row-inner h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 4px;
        height: auto;
    }
    .title-row-inner p {
        font-size: 16px;
        li: ;
        line-height: 23px;
        height: 23px;
    }
    .title-shape-up {
        max-width: 90px;
        margin-left: 158px;
        display: none;
    } 
    .title-shape-down {
        max-width: 90px;
        margin-top: 11px;
        margin-right: 160px;
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .home-about-row {
        flex-wrap: wrap;
        margin-top: 41px;
    }
    .home-about-left {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .ani-title h2 span, .ani-title p span {
        position: static;
    }
    .home-about-left-title h2 {
        font-size: 26px;
        line-height: 32px;
        height: auto;
        margin-bottom: 0;
    }
    .home-about-left-title {
        margin-bottom: 9px;
    }
    .home-about-left-text {
        font-size: 14px;
        line-height: 26px;
    }
    .home-about-items::after {
        display: none;
    }
    .home-about-items {
        width: 100%;
    }
    .hai-single {
        width: calc(50% - 7px);
    }
}
@media only screen and (max-width: 650px) {
    .hai-single {
        width: 100%;
    }
    .hai-front, .hai-back {
        padding: 33px 15px 10px;
    }
    .hai-text {
        max-width: 100%;
    }
}

/*services slider*/
.services-slider-area {
    padding: 10.6rem 0 13.8rem;
    background-color: rgba(54, 147, 255, 1);
    position: relative;
    overflow: hidden;
    height: 86.1rem;
}
.services-slider-container {
    width: calc(100% - ((100% - 115.4rem) / 2));
    margin-left: auto;
    position: relative;
}
.services-slider-head-row {
    display: flex;
    justify-content: space-between;
}
.services-slider-arrows {
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ser-slider-nav-arrows {
    display: flex;
    align-items: center;
}
.ser-slider-nav-arrows button {
    width: 5rem;
    height: 3.3rem;
    display: flex;
    align-items: center;
    outline: none;
    border: none;
    background-color: transparent;
    position: relative;
}
.ser-slider-nav-arrows .ser-slider-nav-next {
    justify-content: flex-end;
}
.ser-slider-nav-arrows .ser-slider-nav-next::before {
    content: '';
    width: .1rem;
    height: 3.3rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.ser-slider-nav-count {
    padding-left: 1.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
.services-slider-title {
    width: calc(100% - 20rem);
}
.services-slider-title h2 {
    font-size: 4.2rem;
    line-height: 5.6rem;
    color: #fff;
    margin-bottom: .3rem;
}
.services-slider-title p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff;
}
.services-slider-head {
    margin-bottom: 7.1rem;
}
.service-slider-single-wrap {
    padding: 0 1.1rem;
}
.service-slider-single {
    padding: 3.3rem 2.5rem 1.5rem 3.5rem;
    background-color: #247BE0;
    border-radius: .8rem;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 53rem;
}
.service-slider-single .number {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4.4rem;
}
.service-slider-single .icon {
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.service-slider-single .title {
    min-height: 8.6rem;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}
.service-slider-single .title h2 {
    font-size: 1.9rem;
    line-height: 2.8rem;
    color: #fff;
}
.service-slider-content {
    min-height: 17.5rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.2rem;
}
.services-slider-items .slick-list {
    padding: 0 10% 0 0 !important;
}
.service-slider-content ul li:not(:last-child) {
    margin-bottom: .8rem;
}
.service-slider-content ul li {
    padding-left: 2.1rem;
    position: relative;
}
.service-slider-content ul li::before {
    content: '';
    width: 1.3rem;
    display: block;
    height: 1rem;
    background-image: url(../img/fav-list2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: .6rem;
    left: 0;
}
.service-slider-single .ser-slide-p1 {
    position: absolute;
    bottom: -13rem;
    right: -19rem;
    max-width: 18rem;
    transition: all .5s;
}
.service-slider-single:hover .ser-slide-p1 {
    right: 0;
    bottom: 0;
}
.service-slider-single:hover {
    background-color: #00015E;
}
.service-slider-single .icon path {
    transition: all .3s;
}
/*.service-slider-single:hover .icon path {
    stroke: #fff;
}*/
/*.service-slider-single:hover .service-slider-content ul li::before {
    background-image: ;
    background-image: url(../img/fav-list2.png);
}*/
.services-slider-inner {
    position: relative;
    z-index: 1;
}
.services-slider-binary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ser-slide-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.services-slider-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-100% + 1.2rem);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center right;
    margin-right: -2.5rem;
}
@media only screen and (max-width: 1450px) {
    .services-slider-area {
        padding: 86px 0 104px;
        height: auto;
    }
    .services-slider-head {
        margin-bottom: 47px;
    }
}
@media only screen and (max-width: 991px) {
    .services-slider-title h2 {
        font-size: 36px;
        line-height: 41px;
    }
    .services-slider-title p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .service-slider-single {
        padding: 25px 15px 28px 15px;
        border-radius: 0;
    }
    .service-slider-single .number {
        font-size: 16px;
        margin-bottom: 19px;
    }
    .service-slider-single .icon {
        width: 50px;
        height: 50px;
    }
    .service-slider-single .title {
        min-height: auto;
        padding: 24px 0;
    }
    .service-slider-content {
        min-height: auto;
        font-size: 14px;
        line-height: 21px;
    }
    .services-slider-items .slick-list {
        padding: 0 !important;
    }
    .services-slider-placeholder {
        display: none;
    }
    .services-slider-container {
        padding: 0 15px;
        max-width: 100%;
    }
    .service-slider-single-wrap {
        padding: 0;
    }
    .services-slider-area {
        padding: 70px 0 76px;
    }
}
@media only screen and (max-width: 500px) {
    .services-slider-head-row {
        flex-wrap: wrap;
    }
    .services-slider-title {
        width: 100%;
        margin-bottom: 25px;
    }
    .services-slider-arrows {
        width: 100%;
    }
    .services-slider-head {
        margin-bottom: 29px;
    }
}

/*logos*/
.logos-section-area {
    background-color: #F4F6FC;
    padding: 8.9rem 0 14.7rem;
}
.about-page-sec .logos-section-area {
    padding-bottom: 25rem;
}
.logos-section-row {
    margin-top: 6.7rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
}
.logos-section-sigle {
    width: calc(25% - 2.4rem);
    height: 12.2rem;
    display: flex;
    align-items: center;
    background: #F4F6FC;
    box-shadow: 14.4432px 7.63702px 15.274px #EAEDF4, -7.64105px -7.64105px 15.2708px #FFFFFF;
    border-radius: 2.3rem;
    margin-right: 2.4rem;
    margin-bottom: 3.5rem;
    justify-content: center;
    padding: 2.8rem 3.9rem;
    transition: all .3s;
}
.logos-section-sigle:hover {
    transform: scale(1.07);
}
.logos-section-sigle img {
    max-width: 100% !important;
    max-height: 100%;
}
@media only screen and (max-width: 1400px) {
    .logos-section-area {
        padding: 80px 0 73px;
    }   
}
@media only screen and (max-width: 1100px) {
    .logos-section-row {
        margin-top: 36px;
    }
    .logos-section-row {
        max-width: 100%;
    }
    .logos-section-sigle:nth-child(4n) {
        margin-right: 0;
    }
    .logos-section-sigle {
        margin-bottom: 25px;
        width: calc(25% - 18px);
        border-radius: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .logos-section-sigle:nth-child(2n) {
        margin-right: 0;
    }
    .logos-section-sigle {
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 450px) {
    .logos-section-sigle {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 8px);
        padding: 10px;
    }
    .logos-section-sigle img {
        max-width: 100px !important;
        max-height: 75px !important;
    }
}


/*testimonial*/
.testimonial-area {
    padding: 13rem 0 15rem;
    height: 88.4rem;
}
.about-page-tes .testimonial-area {
    padding-bottom: 20rem;
    padding-top: 9rem;
}
.testimonial_full_container {
    margin-top: 7rem;
}
.single_content {
    padding: 4.2rem 4rem 3.4rem 3.6rem;
    /*box-shadow: 0px 1.91451rem 2.37399rem #EFF4FF;*/
    border: .1rem solid #D6E1ED;
    border-radius: 1rem;
    margin: 0 1.4rem;
}
.star_container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.single_content .content {
    margin-bottom: 1rem;
    min-height: 16.4rem;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    line-height: 2.4rem;
}
.profile_container {
    display: flex;
    align-items: center;
    padding-top: 1.8rem;
    border-top: .1rem solid #D6E1ED;
}
.profile_icon_holder {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.profile_container .profile_content {
    width: calc(100% - 4.8rem);
}
.profile_content .name_holder {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: #0A2847;
}
.profile_content .title-holder {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-top: .3rem;
    color: #0A2847;
    font-weight: 500;
}
.testimonial_content_row .slick-dots {
    bottom: -4.8rem;
    display: block;
}
.testimonial_content_row .slick-dots li button {
    width: 2.4rem;
    height: 2.4rem;
    border: .1rem solid #00015E;
    padding: 0;
    border-radius: 50%;
}
.testimonial_content_row .slick-dots li button::before {
    display: none;
}
.testimonial_content_row .slick-dots li.slick-active button::after {
    content: '';
    width: 1.3rem;
    height: 1.3rem;
    background-color: #247BE0;
    position: absolute;
    top: .6rem;
    left: .6rem;
    border-radius: 50%;
}
@media only screen and (max-width: 1500px) {
    .testimonial-area {
        padding: 93px 0 113px;
        height: auto;
    }
}
@media only screen and (max-width: 1050px) {
    .testimonial_full_container {
        margin-top: 23px;
    }
    .single_content {
        margin: 0 2px;
        padding: 25px 15px 25px 15px;
    }
}


/*blog grid*/

.blog-grid-section-top{
    height: 40rem;
    text-align: center;
}

.blog-grid-section-top h2{
    padding: 5rem 0;;
}
.blog-grid-section-bottom {
    padding-bottom: 24rem;
    margin-top: 7rem;
    position: relative;
}
.blog-grid-section-bottom::after {
    content: '';
    width: 100%;
    height: calc(100% - 20rem);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F4F6FC;
}
.blog-grid-section-bottom .container {
    position: relative;
    z-index: 1;
}
.blog-grid-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    
.single-blog-grid-content {
    width: calc(33.33% - 2rem);
    background-color: #fff;
    border: 1px solid #D6E1ED;
    box-shadow: 0px 1.9rem 2.3rem #EFF4FF;
    border-radius: 1rem;
}

.img-content {
    height: 20rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem 1rem 0px 0px;
}

.blog-grid-head {
    display: flex;
    justify-content: space-between;
    margin-left: 2rem;
    margin-right: 2rem;
    background: #E2F0FF;
    border-radius: 3rem;
    padding-right: 2rem;
    margin-top: -2rem;
}

.icon {
    flex-shrink: 0;
    margin-right: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date {
    display: flex;
    align-items: center;
    background: #247BE0;
    border-radius: 3rem;
    padding: 1.2rem 1rem;
    width: 13rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #FFFFFF;
}

.blog-grid-head-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #00015E;
}
.blog-grid-head-text span {
    max-width: 8rem;
    overflow: hidden;
    max-height: 2.1rem;
}
.single-blog-grid-text-content{
    padding: 2rem 2.8rem 1rem;
}

.single-blog-grid-text-content h3{
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #00015E;
    min-height: 7rem;
    padding-bottom: 1rem;
}

.single-blog-grid-text-content p{
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.2rem;
    min-height: 11rem;
}

.single-blog-grid-btn-wrapper {
    padding: 0 2.8rem 2.8rem;
}

.single-blog-grid-btn{
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00015E;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.single-blog-grid-btn svg, a.blog-grid-btn svg{
    margin-left: .8rem;
}
.blog-grid-btn-wrapper {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
}
.blog-grid-btn {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00015E;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 1100px) {
    .blog-grid-section-bottom {
        margin-top: 32px;
    }
}
@media(max-width: 991px){
    .blog-grid-section-top{
        height: auto;
    }
    .blog-grid-section-bottom {
        padding: 0 0 177px;
    }
    .single-blog-grid-content{
        width: 100%;
        margin-top: 3rem;
    }
    .blog-grid-head {
        margin-right: 15px;
        margin-left: 15px;
    }
    .single-blog-grid-text-content {
        padding: 20px 15px;
    }
    .single-blog-grid-text-content h3 {
        min-height: auto;
    }   
    .single-blog-grid-text-content p {
        min-height: auto;
        font-size: 14px;
    } 
    .single-blog-grid-btn-wrapper {
        padding: 0 15px 24px;
    }
    .blog-grid-btn-wrapper {
        margin-top: 28px;
    }
}




/*footer*/
.footer-cta-area {
    padding-bottom: 2.6rem;
    background-image: linear-gradient(267.38deg, #247BE0 0%, #61D8FE 99.63%);
}
.footer-cta-row {
    background-color: #fff;
    position: relative;
    padding: 4.9rem 5rem 3.8rem 6.9rem;
    top: -11.5rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 3.6rem rgba(213, 213, 213, 0.25);
}
.footer-cta-p1 {
    max-width: 29.6rem !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
}
.footer-cta-title {
    margin-bottom: 3rem;
}
.footer-cta-title h2 {
    font-size: 3.1rem;
    line-height: 5.6rem;
    font-family: 'Samsung Sharp Sans';
    text-transform: capitalize;
}
.footer-cta-bottom {
    display: flex;
    align-items: center;
}
.footer-cta-bottom .f-fill-btn {
    width: 17.1rem;
    height: 5.5rem;
    background-color: #247BE0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-right: 2.6rem;
}
.footer-cta-bottom > span {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-right: 2.6rem;
}
.f-call-btn .f-call-btn-text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #247BE0;
    margin-bottom: .2rem;
}
.f-call-btn span {
    font-size: 2.5rem;
    line-height: 2.3rem;
    font-weight: 700;
    color: #00015E;
}
.footer-cta-row {
    background-color: #fff;
    position: relative;
    padding: 4.9rem 5rem 3.8rem 6.9rem;
    top: -11.5rem;
    border-radius: 1rem;
    overflow: hidden;
}
.footer-cta-social {
    margin-top: -11.5rem;
    display: flex;
    align-items: center;
    padding-top: 4rem;
    justify-content: center; 
    flex-wrap: wrap;
}
.footer-cta-social-text {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #fff;
    margin-right: 1.7rem;
}
.footer-cta-social-list {
    display: flex;
    align-items: center;
}
.footer-cta-social-list a {
    display: flex;
    align-items: center;
}
.footer-cta-social-list a:not(:last-child) {
    margin-right: 2rem;
}
.service-content-area .footer-cta-row {
    top: 0;
    margin-bottom: 9rem;
    display: block;
}


/*footer*/

.footer-section{
    position: relative;
}
.footer-shape {
    max-width: 26rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-top{
    padding: 8rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.footer-top:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00015E;
    opacity: .9;
    z-index: -1;
}
.footer-top-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-about-info {
    width: calc(100% - 69rem);
    padding-right: 6.8rem;
}
.footer-about-text p{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.7rem;
    color: #FFFFFF;
}
.footer-top-widget-1 {
    width: 17rem;
    padding-right: 2rem;
}
.footer-top-widget-2 {
    width: 27rem;
    padding-right: 2.5rem;
}
.footer-top-widget-3 {
    width: 25rem;
}
.footer-top-single-widget h3 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 3.8rem;
    margin-top: 40px;
}
.footer-menu ul li a{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 3.6rem;
    color: #FFFFFF;
}

.footer-contact-info {
    display: flex;
    align-items: center;
}
.phone-icon, .email-icon {
    width: 2.2rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: .7rem;
}
.contact-phone,
.contact-email{
    margin-bottom: 1.4rem;
}
.contact-phone span,
.contact-email span{
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #FFFFFF;
    width: calc(100% - 4rem);
}
.contact-address h5{
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.contact-address p{
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #FFFFFF;
}
.footer-socials{
    margin-top: 4rem;
    display: flex;
    align-items: center;
}
.footer-socials a{
    margin-right: 3rem;
}
.footer-bottom {
    background: #247BE0;
    padding: .5rem 0;
    position: relative;
}
.footer-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-copyright p{
    font-weight: 500;
    font-size: 1.4rem;
    /*line-height: 1.8rem;*/
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.footer-copyright p a{
    color: #FFFFFF;
}
.footer-bottom-right-nav a{
    font-weight: 500;
    font-size: 1.4rem;
    /*line-height: 1.8rem;*/
    letter-spacing: 0.07em;
    color: #FFFFFF;
    padding: 0 1rem;
}
.footer-bottom-right-nav a:not(:last-child){
    border-right: .1rem solid #fff;
}
.footer-top-about-info .logo img {
    max-height: 8rem;
}
.footer-top-about-info .logo {
    display: flex;
    margin-bottom: 2.3rem;
}
.marker-animation div[role="button"]::after {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #247BE0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation: animationSignal cubic-bezier(0,.55,.55,1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
.marker-animation div[role="button"]::before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #247BE0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
    transform-origin:50% 50%;
    animation-fill-mode:forwards;
    animation-delay:.78s;
    animation-iteration-count:infinite
}
@-webkit-keyframes animationSignal {
 0% {
  opacity:0;
  transform:scale(0)
 }
 1% {
  opacity:.25
 }
 20% {
  opacity:.25
 }
 60% {
  transform:scale(1);
  opacity:0
 }
}
@-webkit-keyframes animationSignal2 {
 0% {
  opacity:0
 }
 1% {
  opacity:.2
 }
 20% {
  opacity:.17
 }
 60% {
  opacity:0
 }
}
@keyframes animationSignal {
 0% {
  opacity:0;
  transform:scale(0)
 }
 1% {
  opacity:.25
 }
 20% {
  opacity:.25
 }
 60% {
  transform:scale(1);
  opacity:0
 }
}
@keyframes animationSignal2 {
 0% {
  opacity:0
 }
 1% {
  opacity:.2
 }
 20% {
  opacity:.17
 }
 60% {
  opacity:0
 }
}

@media only screen and (max-width: 1050px){
	.footer-top-about-info {
		width: 100%;
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
    .footer-cta-p1 {
        display: none;
    } 
    .footer-cta-row {
        padding: 21px 15px 23px;
    } 
    .footer-cta-title h2 {
        font-size: 28px;
    }   
    .service-content-area .footer-cta-row {
        top: -17px;
        margin-bottom: 71px;
    }
}
@media only screen and (max-width: 550px) {
    .footer-cta-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .footer-cta-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-cta-bottom .f-fill-btn {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .footer-cta-title {
        margin-bottom: 14px;
    } 
    .footer-cta-bottom .f-call-btn {
        margin-top: 10px;
    }
}
/*banner*/
.page-banner-area {
    height: 48rem;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.page-banner-area::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(36, 123, 224, 0.7), rgba(36, 123, 224, 0.7)), linear-gradient(0deg, rgba(0, 1, 94, 0.1), rgba(0, 1, 94, 0.1));
    position: absolute;
    top: 0;
    left: 0;
}
.page-banner-p1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 171.6rem;
    height: auto;
}
.page-banner-area .page-banner-p1 {
    display: none;
}
.page-banner-p2 {
    width: 24.2rem;
    position: absolute;
    bottom: -8.1rem;
    left: 0;
    z-index: 1;
}
.page-banner-scroll {
    display: block;
    position: absolute;
    z-index: 1;
    left: calc(50% - 5.8rem);
    max-width: 10.8rem;
    bottom: -2.1rem;
}
.page-banner-area .container {
    height: 100%;
    position: relative;
    z-index: 1;
}
.page-banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6.5rem;
    align-items: center;
    padding-top: 17.5rem;
    text-align: center;
}
.page-banner-breadcrumbs {
    color: #fff;
    font-size: 1.7rem;
    line-height: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.page-banner-breadcrumbs a {
    color: #fff;
}
.page-banner-title {
    min-height: 26.5rem;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.page-banner-title h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
    color: #fff;
    margin-bottom: .7rem;
    text-transform: uppercase;
}
.page-banner-title h4 {
    font-family: 'Samsung Sharp Sans';
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.3rem;
    font-weight: 500;
}
.custom-container .elementor-container {
    max-width: 117rem !important;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.sam-font h2, .sam-font p {
    font-family: 'Samsung Sharp Sans' !important;
}

/*achievements*/
.achievements-area {
    padding: 9rem 0 11.6rem;
}
.achievements-title {
    margin-bottom: 5rem;
}
.achievements-title h2 {
    font-size: 8.9rem;
    line-height: 1;
    text-align: center;
    color: #F4F6FC;
}
.achievements-row {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.achievements-row .hai-single {
    width: calc(25% - 1.2rem);
    min-height: 28.8rem;
}
.achievements-row .hai-front {
    padding: 3.4rem .5rem 3rem 3.6rem;
}
.achievements-row .hai-single .icon {
    width: 6rem;
    height: 6rem;
    margin: 0;
    border-radius: 1.8rem;
}
.achievements-row .hai-single .icon svg {
    max-width: 3.6rem;
    max-height: 3.6rem;
}
.achievements-row .hai-single h2 {
    min-height: 5.8rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.achievements-row .hai-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
    max-width: 19.6rem;
}
.achievements-row .hai-back {
    padding: 3.4rem .5rem 3rem 3.6rem;
}

@media(max-width: 991px){
	.page-banner-p2 {
		width: 18.2rem;
		bottom: -6.1rem;
	}
	.achievements-row .hai-single {
		width: calc(50% - 8px);
	}
	
	.achievements-row .hai-front {
		padding: 3rem 1.5rem 3rem 1.5rem;
	}
	
	.achievements-row .hai-back {
		padding: 3rem 1.5rem 3rem 1.5rem;
	}
	
	.achievements-row .hai-text {
		max-width: 100%;
	}
}

@media(max-width: 768px){
	.achievements-title h2 {
		font-size: 6.9rem;
	}
}

@media(max-width: 575px){
	.page-banner-p2{
		display: none;
	}
	
	.achievements-title h2 {
		font-size: 4.9rem;
	}
	
	.achievements-row .hai-single {
		width: 100%;
	}
	
}

@media(max-width: 450px){
	
	.achievements-title h2 {
		font-size: 3.9rem;
	}
	
}

@media(max-width: 350px){
	
	.achievements-title h2 {
		font-size: 3rem;
	}
	
}




/*single article*/
.single-article-row {
    padding: 10.2rem 0 20rem;
    display: flex;
    flex-wrap: wrap;
}
.article-post {
    width: calc(100% - 37rem);
    padding-right: 5.2rem;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    margin-bottom: 2rem;
    color: #00015E;
    font-family: 'Samsung Sharp Sans';
}
.article-content h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
.article-content h1 strong, .article-content h2 strong, .article-content h3 strong, .article-content h4 strong, .article-content h5 strong, .article-content h6 strong {
    font-weight: 700;
}
.article-content p strong {
    color: #00015E;;
}
.article-content ul, .article-content ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}
.article-content ul li {
    list-style-type: disc;
}
.article-content ol li {
    list-style: decimal;
}
.article-content ul li, .article-content ol li {
    margin-bottom: .6rem;
    line-height: 2.3rem;
}
.article-content img {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
/*     max-height: 6rem;*/
    width: auto; 
}
.article-content figure {
    max-width: 100%;
}
.article-content .wp-caption-text {
    margin-bottom: 3rem;
    padding: .5rem 1rem;
    font-size: 1.4rem;
}
.article-content .alignright {
    float: right;
    margin-left: 1rem;
}
.article-content .alignleft {
    float: left;
    margin-right: 1rem;
}
.article-content a {
    color: #247BE0;
}
.article-content p {
    margin-bottom: 2.6rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #3B3B5F;
}


.article-sidebar {
    width: 37rem;
}
.article-feat-image img {
    width: 100%;
}
.sidebar-top {
    background: #247BE0;
    border-radius: 10px;
    padding: 3.4rem 3.4rem 3.8rem 3.4rem;
}
.sidebar-top h3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: .1rem solid #D4E7ED;
    padding-bottom: 1rem;
}
.sidebar-top ul{
    margin-top: 1.8rem;
}
.sidebar-top ul li{
    padding: 1.4rem 0;
}
.sidebar-top ul li:not(:last-child){
    border-bottom: .1rem solid #4593EE;
}
.sidebar-top ul li a{
    display: flex;
    align-items: center;
}
.sidebar-item-icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 1.3rem;
}
.sidebar-item-icon img{
    width: 100%;
    height: 100%;
}
.sidebar-item-text{
    width: calc(100% - 4.3rem);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.sidebar-bottom {
    background-repeat: no-repeat !important;
    background-size: 25.6rem !important;
    background-position: center !important;
    padding: 3.3rem 3.2rem 3.5rem 3.2rem;
    margin-top: 2.8rem;
    background: #FFFFFF;
    border: 1px solid #247BE0;
    border-radius: 10px;
    height: 41.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-bottom h3{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #247BE0;
}
.sidebar-bottom-text p{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: -0.01em;
    margin-top: 1.5rem;
}
.sidebar-bottom-btns a{
    display: block;
    text-align: center;
    border-radius: 1rem;
}
.sidebar-bottom-btns .call-us-btn{
    border: .1rem solid #247BE0;
    padding: 1.7rem 2.9rem 1.3rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #247BE0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.sidebar-bottom-btns .call-us-btn .bold-text{
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 2.6rem;
    margin-left: .6rem;
}
.sidebar-bottom-btns .contact-us-btn{
    background: #247BE0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 1.3rem;
    padding: 1.7rem 3.5rem 1.9rem;
}


/*contact form*/
.contact-section{
    padding: 10rem 0;
}
.contact-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-content-img-wrapper {
    width: 46rem;
    position: relative;
    z-index: 9;
}
.contact-content-img-wrapper img{
    width: 100%;
    border-radius: 1rem;
}
.contact-form-area {
    width: calc(100% - 46rem);
    background: #F4F6FC;
    border-radius: 0 1rem 1rem 0;
    padding: 4rem 5rem;
    position: relative;
    z-index: 1;
}
.contact-form h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-family: 'Samsung Sharp Sans';
    margin-bottom: 1.2rem;
}
.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}
.form-container input {
    background-color: transparent;
    outline: none;
    border: none;
    height: 5.5rem;
    border-bottom: .1rem solid #B6BFC9;
    padding: .5rem 0 !important;
    font-size: 1.2rem !important;
    color: #00015E;
}
.form-container input::placeholder, .form-container .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
    color: #8C96B6;
    opacity: 1;
}
.form-container input:-ms-input-placeholder, .form-container .gform_wrapper.gravity-theme .gfield textarea.large:-ms-input-placeholder {
    color: #8C96B6;
}
.form-container input::-ms-input-placeholder, .form-container .gform_wrapper.gravity-theme .gfield textarea.large::-ms-input-placeholder {
    color: #8C96B6;
}
.form-container .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 8.6rem;
    background-color: transparent;
    outline: none;
    border: none;
    resize: none;
    border-bottom: .1rem solid #B6BFC9;
    font-family: 'Samsung Sharp Sans';
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #00015E;
    font-weight: 500;
    padding: 2rem 0 1rem;
}
.form-container .gform_validation_errors {
    display: none;
}
.form-container .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 0 !important;
    border: none;
    background-color: transparent;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    margin-top: .5rem;
}
.form-container .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: none;
    border-bottom: .1rem solid #c02b0a;
}
.form-container input[type="submit"] {
    width: 15.5rem;
    height: 5rem;
    background-color: #247BE0;
    border-radius: 1rem;
    outline: none;
    font-family: 'Samsung Sharp Sans';
    color: #fff;
    font-size: 1.6rem !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    display: flex;
    /*display: none;*/
    align-items: center;
    justify-content: center;
}


/*404*/
.nothing-found-row {
    display: flex;
    align-items: center;
    padding: 8rem 0 18rem;
    justify-content: center;
}
.nothing-found-image {
    width: 34rem;
    margin-right: 3rem;
}
.error-sec-area {
    padding: 14.5rem 0 26.5rem;
}
.error-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.error-row img {
    width: 63rem;
    margin-bottom: 5rem;
    max-width: 100%;
}
.error-row h2 {
    font-family: 'Samsung Sharp Sans';
    font-size: 4.4rem;
    line-height: 5.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.error-row p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #00015E;
    margin-bottom: 5.8rem;
}
.err-btn {
    width: 30rem;
    max-width: 100%;
    height: 5.6rem;
    background-color: #247BE0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.err-btn:hover {
    color: #fff;
}
.blog-not-found {
    text-align: center;
    font-size: 4.6rem;
    line-height: 5.6rem;
    color: #00015E;
    text-transform: uppercase;
    font-family: 'Agenor';
}
@media only screen and (max-width: 767px) {
    .nothing-found-row {
        flex-direction: column;
    }
    .nothing-found-image {
        width: 250px;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .nothing-found-content {
        text-align: center;
    }
    .error-sec-area {
        padding: 77px 0 190px;
    }
    .error-row h2 {
        font-size: 32px;
        line-height: 44px;
    }
}


/*single service banner*/
.single-service-content-area {
    padding: 9rem 0 22rem;
}
.single-service-slider-area {
    height: 70rem;
    position: relative;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-service-slider-area::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(36, 123, 224, 0.94), rgba(36, 123, 224, 0.44)), linear-gradient(0deg, rgba(0, 1, 94, 0.27), rgba(0, 1, 94, 0.27));
}
.single-service-slider-area .container {
    position: relative;
    z-index: 1;
    height: 100%;
}
.single-service-slider-row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 12rem;
}
.single-service-slider-content {
    height: calc(100% - 8.5rem);
    padding: 2.5rem 0;
    max-width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-service-slider-text {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 2.5rem;
}
.single-service-slider-content > h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 5.6rem;
    color: #fff;
    margin-bottom: 3rem;
}
.single-service-slider-area .slider-home-p2 {
    z-index: 1;
}
.single-service-slider-area .slider-home-p1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 171.6rem;
    height: auto;
}
.slider-content-bottom-box {
    width: 38rem;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 1.5rem;
    padding: 3.3rem 2.5rem 1.5rem 3.5rem;
    background-color: #00015E;
    border-radius: .8rem .8rem 0 0;
}
.slider-content-bottom-box .icon {
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    margin-right: 0;
}
.slider-content-bottom-box .service-slider-content ul li {
    font-size: 1.4rem;
}
.slider-content-bottom-box .service-slider-content ul li:not(:last-child) {
    margin-bottom: 1.4rem;
}
.single-service-slider-row .slider-social {
    padding-bottom: 2.5rem;
}
.service-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service-content-row:not(:last-child) {
    margin-bottom: 7rem;
}
.service-content-text {
    width: 60%;
}
.service-content-image {
    width: 40%;
    height: 40rem;
}
.article-content .service-content-image img {
    margin: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.service-content-row.style-1 .service-content-text {
    padding-right: 4rem;
}
.service-content-row.style-1 .service-content-text {
    padding-right: 4rem;
}
.service-content-row.style-2 .service-content-text {
    padding-left: 4rem;
}
.service-content-row.style-2 {
    flex-direction: row-reverse;
}
.article-content.service-content-area {
    padding-bottom: 10rem;
}
@media only screen and (max-width: 1050px) {
    .single-service-slider-area {
        height: auto;
        margin: 0;
    }
    .single-service-slider-row .slider-content-bottom {
        max-height: 100%;
    }
    .single-service-slider-row {
        padding-top: 53px;
    }
    .single-service-slider-text {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .single-service-slider-content > h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 27px;
    }
    .single-service-slider-content {
        height: auto;
        padding-bottom: 56px;
    }
    .slider-content-bottom-box {
        position: static;
        width: 100%;
        padding: 20px 15px;
        border-radius: 6px;
    }
    .service-content-text {
        width: 100%;
    }
    .service-content-row.style-1 .service-content-text {
        padding-right: 0;
    }
    .service-content-row.style-2 .service-content-text {
        padding-left: 0;
    }
    .service-content-row:not(:last-child) {
        margin-bottom: 42px;
    }
    .service-content-row, .service-content-row.style-2 {
        flex-direction: column-reverse;
    }
    .service-content-image {
        height: 238px !important;
        margin-bottom: 19px;
        width: 100%;
    }
    .article-content .service-content-row h2 {
        margin-bottom: 2px;
    }
    .single-service-content-area {
        padding-bottom: 153px;
    }
    .article-content.service-content-area {
        padding-bottom: 57px;
    }
}