@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Kanit:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 164%;
    color: #6F6F6F;
}

html,
body {
    height: 100%;
    overflow-x: hidden
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #13191f;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #13191f;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13191f;
    font-family: 'Kanit', sans-serif;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 46px;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 36px;
}

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

h5,
.h5 {
    font-size: 20px;
    line-height: 32px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
    margin-bottom: 20px;
}



p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.section,
section {
    padding: 80px 0
}

.container.wide {
    max-width: 1400px
}

.container {
    max-width: 1200px
}

.page-overlay {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99999;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loding-logo img {
    width: 290px
}

.text {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 10%;
    left: 5%;
}

.text > p {
    font-weight: 200;
    font-size: 72px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: #7399C3;
}

.inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside > p {
    font-size: 6rem;
    color: #16a085;
    text-align: center;
}

.enter {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #7399C3;
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9;
    display: none;
    transition: all 0.4s
}

.active .enter {
    opacity: 1
}

.text > p.loading,
.text > p.complete {
    font-weight: 300;
    font-size: 14px;
    line-height: 96%;
    color: #333333;
    margin: 0
}

.complete {
    display: none
}


@-webkit-keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);

    }

    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }

    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }

    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }
}

@keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
    }

    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }

    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }

    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);

    }
}

@-webkit-keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }

    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}

@keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }

    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}

@-webkit-keyframes progress3 {
    0% {
       width:0%;
        clip-path: polygon(0 0, 100% 0%, 5% 100%, 0% 100%);
    }



    100% {
         width:100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes progress3 {
    0% {
       width:0%;
        clip-path: polygon(0 0, 100% 0%, 5% 100%, 0% 100%);
    }


    100% {
         width:100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

/*
.paper-progress-bar {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background: #fff;
    transform: translate(0, -50%);
}
*/


/*
.paper-progress-bar:before {
    -webkit-animation: progress1 5.5s linear forwards;
    animation: progress1 5.5s linear forwards;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #7399C3;

}
*/


.progressBarInn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEF5FC;
    z-index: -1;
    -webkit-animation: progress3 5.5s linear forwards;
    animation: progress3 5.5s linear forwards;
    border-bottom: 12px solid #7399C3;

}

.header-area {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
    z-index: 99
}

.loding-logo {
    position: relative;
    z-index: 1
}

.page-overlay .text {
    z-index: 1
}

.header-inn {
    background: #FFFFFF;
    border: 1px solid #E6ECF2;
    box-shadow: 28px 28px 84px rgba(0, 0, 0, 0.06);
    padding: 30px 70px
}

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

.mainmenu ul li:last-child {
    margin-right: 0
}

.mainmenu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2E3E43;
    display: block;
    padding: 15px 25px;
    position: relative;
    z-index: 1
}

.mainmenu ul li a::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #EBF2FA;
    transition: all 0.4s;
    z-index: -1
}

.mainmenu ul li a:hover,
.mainmenu ul li.active a {
    color: #7399C3;
}

.mainmenu ul li a:hover::after {
    width: 38%
}

.mainmenu ul li.active a::after {
    width: 100%
}

.mainmenu ul li.active a {
    font-weight: 500;
}

.hero-area {
    padding-top: 330px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

.hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.hero-area .h1 {
    font-size: 80px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: #7399C3;
    font-weight: 200;
    margin-bottom: 30px
}

.hero-area p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7399C3;
}

.section-heading {
    margin-bottom: 30px
}

.section-heading .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7399C3;
    margin-bottom: 15px
}

.section-title {
    font-size: 44px;
    line-height: 96%;
    color: #3A3A3A;
    font-weight: 200;
    margin-top: 20px
}

.about-text {
    margin-top: 50px;
    text-align: justify
}

.about-text p {
    color: #6F6F6F
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 18px 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #7399C3;
    justify-content: center
}

.cta-btn img {
    margin-left: 12px
}

.cta-btn:hover {
    background: #5e87b4;
    color: #fff
}

.cta-btn em {
    margin-left: 6px;
    color: #436993;
    font-size: 22px;
    position: relative;
    top: 3px;
    ;
    transition: all 0.4s
}

.cta-btn:hover em {
    color: #fff
}

.about-area {
    position: relative;
    z-index: 1
}

.about-shape {
    position: absolute;
    right: 0;
    top: -50%;
    z-index: -1
}

.service-box {
    background: #FFFFFF;
    border: 1px solid #C5D4E0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.hover {
    position: absolute;
    right: 20px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #436993;
    ;
    transition: all 0.4s;
    opacity: 0
}

.service-box:hover .hover {
    opacity: 1
}

.service-icon {
    min-width: 84px;
    height: 120px;
    background: #EBF2FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text {
    padding: 25px
}

.service-text .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 148%;
    color: #343434;
    transition: all 0.4s
}

.service-box:hover .title {
    color: #436993
}

.service-area {
    padding-bottom: 150px
}

.footer-top-area {
    background: #2F4053;
    padding: 60px 0
}

.footer-title {
    color: #fff;
    font-size: 44px;
    line-height: 96%;
    font-weight: 200;
    display: block;
    margin-bottom: 50px
}

.footer-info li {
    display: flex;
    margin: 25px 0;
    align-items: flex-start
}

.footer-info li img {
    margin-right: 15px;
    position: relative;
    top: 4px
}

.footer-info li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C4C4C4;
}

.footer-info li a:hover {
    color: #fff
}

.footer-info li span a {
    margin-right: 40px
}

.footer-left {
    background: #FFFFFF;
    border: 1px solid #7399C3;
    padding: 50px;
    padding-top: 72px;
    text-align: center;
    margin-top: -120px
}

.footer-heading {
    margin-top: 20px;
    margin-bottom: 50px
}

.footer-heading span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7399C3;
    font-family: 'Kanit', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 5px
}

.footer-heading img {
    width: 70%
}

.footer-menu li {
    margin: 8px 0
}

.footer-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #2F2F2F
}
.footer-menu li a:hover{
    color: #7399C3;
}
.ftag {
    margin-top: 10px;
    width: auto !important
}

.footer-top-area .container {
    padding: 0 70px
}

.footer-right {
    padding-left: 100px
}

.copyright-area {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background: #2D3946;
}

.copyright-area p {
    font-weight: 300;
    font-size: 12px;
    line-height: 148%;
    color: #637589;
    font-family: 'Outfit', sans-serif;
}

.footer-top-area {
    position: relative;
    z-index: 1
}

.footer-shape {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: -1
}

.about-page-area {
    padding-top: 300px;
    position: relative;
    z-index: 1
}

.abt-page-shape {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0
}

.about-page-area .h2 {
    font-size: 44px;
    line-height: 96%;
    font-weight: 200;
    color: #3A3A3A;
}

.about-page-area .content-img {
    margin-top: 70px
}

.border_red {
    display: block;
    border-bottom: 4px solid #FF0000;
    padding-bottom: 15px
}

.about-page-area .content-text p {
    text-align: justify;
    margin-bottom: 25px
}

.vision-area .content-text p {
    text-align: justify;
}

.vision-area .section-heading {
    margin-bottom: 40px
}

.vision-area .cta-btn {
    margin-top: 40px
}

.vision-img img {
    margin-left: auto
}

.vision-img .meta {
    margin-top: 20px
}

.vision-img .meta span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #3A3A3A;
    display: block;
    margin-bottom: 7px
}

.vision-img .meta p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;

}

.vision-area {
    background: #EEF5FC;
    padding: 120px 0
}

.service-page-area {
    padding-top: 240px
}

.service-page-box .service-text .title {
    font-weight: 200;
    font-size: 32px;
    line-height: 96%;
    color: #3A3A3A;
}

.service-page-box .service-text ul {
    margin-top: 30px
}

.service-page-box .service-text ul li {
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 164%;
    text-align: justify;
    color: #6F6F6F;
    padding-left: 15px;
    position: relative;
}

.service-page-box .service-text ul li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6F6F6F;
}

.service-page-box .service-img {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.service-icon-s {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #BACEE4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.service-img > img {
    padding-left: 20px
}

.service-page-box .service-text {
    padding: 0
}

.service-inn {
    padding: 40px 0;
    position: relative;
    z-index: 1
}

.service-inn::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9C9;
    z-index: -1
}

.service-inn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #C9C9C9;
    z-index: -1
}

.service-inn:last-child::after {
    display: none
}

.promo-area {
    padding: 0
}

.promo-area .container {
    position: relative;
    z-index: 1;
    padding: 70px 15px
}

.promo-area .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EEF5FC;
    z-index: -1
}

.promo-area p {
    font-weight: 300;
    font-size: 20px;
    line-height: 96%;
    color: #3A3A3A;
    font-family: 'Outfit', sans-serif;
}

.promo-area .cta-btn {
    margin-top: 20px
}

.promo-text {
    padding-left: 120px
}

.contact-page-area {
    padding-top: 250px;
    background: #EEF5FC;
    padding-bottom: 150px
}

.c_form form {
    margin-top: 50px
}

.c_form {
    padding: 60px 50px;
    background: #fff
}

.c_form .h2 {
    font-weight: 200;
    font-size: 40px;
    line-height: 96%;
    color: #383838;
    margin-bottom: 10px
}

.c_form p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7399C3;
}

.c_form li {
    margin-bottom: 30px
}

.c_form input,
.c_form textarea {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    background: #ECF0F4;
    border:  1px solid #fff;
    transition: all 0.4s
}

.c_form textarea {
    height: 190px
}

.c_form button {
    width: 100%;
    margin-top: 15px;
}
.c_form li {
    position: relative;
    z-index: 1;
}
.c_form li label{
    font-weight: 400;
font-size: 16px;
line-height: 164%;
color: #8C9EB0;
}
.c_form li label {
    position: absolute;
    left: 30px;
    transform: translateY(11px);
    transition: all 0.4s;
    padding: 5px
}
.c_form li.animation label {
    transform: translateY(-15px);
    z-index: 1;
    background: #fff;
    color: #7399C3;
    font-size: 12px
}
.c_form li.animation input, .c_form li.animation textarea{
    background: transparent;
    border: 1px solid #7399C3;
}
.content-right {
    padding-left: 50px
}

.contact_info .h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 96%;
    text-transform: uppercase;
    color: #7399C3;
}

.contact_info .footer-info li a {
    font-size: 16px;
    line-height: 164%;
    color: #3A3A3A;
    font-weight: 400
}

.contact_info {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #B0C0D0
}

.contact_info:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-page-area {
    padding-top: 250px;
    background: #EEF5FC;
    padding-bottom: 150px
}

.blog-box {
	display: block;
	background: #FFFFFF;
	border: 1px solid #D1DDE7;
	margin-top: 30px;
}

.blog-large.blog-box .blog-text {
    padding: 40px
}
.blog-img{
    position: relative;
    z-index: 1
}
.blog-img::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(32, 55, 80, 0.64), rgba(32, 55, 80, 0.64));
    opacity: 0;
    transition: all 0.4s
}
.blog-box:hover .blog-img::after{
    opacity: 1
}
.blog-img img {
    width: 100%
}
.blog-box .action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s;
}
.blog-box:hover .action{
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1
}
.blog-box .action img{
    margin-left: 10px
}
.blog-large.blog-box .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px
}

.blog-box .title {
    color: #282828;
    font-family: 'Kanit', sans-serif;
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
    padding-right: 50px
}

.blog-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #8A8A8A;
}

.blog-date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #C6A073;
    font-family: 'Outfit', sans-serif;
}

.blog-large.blog-box .blog-date {
    margin-top: 45px;
}

.blog-flex {
    display: flex;
}

.blog-flex .blog-img {
    max-width: 160px;
    height: 130px;
    width:100%
}

.blog-box .blog-text {
    padding: 20px
}
.blog-single-area .content-img img{
    width: 100%
}
.blog-flex .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.paginations {
    margin-top: 70px
}

.paginations ul {
    text-align: center
}

.paginations ul li {
    display: inline-block
}

.paginations ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #2F2F2F
}

.paginations ul li a:hover,
.paginations ul li a.active {
    border: 1px solid #7399C3;
    color: #7399C3;
}

.paginations ul li:first-child {
    margin-right: 10px
}

.paginations ul li:last-child {
    margin-left: 10px
}

.paginations ul li:first-child a,
.paginations ul li:last-child a {
    width: auto;
    height: auto;
    font-weight: 500;
   color: #2F2F2F
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginations ul li:first-child a:hover,
.paginations ul li:last-child a:hover {
    border: none;
    color: #2F2F2F
}

.paginations ul li a em {
    margin: 0 7px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.related-title{
    font-weight: 500;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #474747;
}
.blog-inn > .title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #8B8B8B;

}
.blog-content{
    padding-top: 50px
}
.pl-50 {
    padding-left: 50px
}

.blog-single-area {
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1
}

.blog_d_shape_1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.blog_d_shape_2 {
    position: absolute;
    left: 0;
    z-index: -11;
    top: 14%;
    width: 100%;
}

.blog-single-area .content-text .blog-date {
    margin-top: 30px
}

.prev_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #7399C3;
    margin-bottom: 50px;
    display: inline-block
}

.prev_btn em {
    font-size: 24px;
    color: #7399C3;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.blog-details-text {
    text-align: justify
}

.blog-details-text strong {
    color: #525252;
}

.end {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 164%;
    color: #849BB2;
    position: relative;
    width: 320px;
}

.end::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 80px;
    height: 2px;
    background: #849BB2;
}

.end::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 80px;
    height: 2px;
    background: #849BB2;
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #7399C3;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.blog-content {
    padding-top: 70px
}
.aside{
    /* margin-top: 250px */
}
.aside .cta-btn{
    display: flex
}
.footer-info li span{
    color: #fff;
    margin-bottom: 5px
}
.contact_info .footer-info li span{
    color: #383838;
    font-weight: 500
}

.fix-blog .blog-img{
    height: 240px;
}
.fix-blog .blog-img img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.linkedin-btn{
    font-size: 24px;
    color: #7399C3;
}
/* Responsive */

@media(max-width: 991px) {
    .mobile-quote-btn {
        display: block
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #7399C3;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 16px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;

    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action {
        display: none
    }

    .header-inn {
        padding: 0px;
        border: none;
        box-shadow: none
    }

    .header-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #E6ECF2;
        box-shadow: 28px 28px 84px rgba(0, 0, 0, 0.06);
        padding: 20px 0
    }

    .site-logo {
        width: 70px;
    }

    .hero-area .h1 {
        font-size: 40px;
        margin-bottom: 15px
    }

    .hero-area p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .section-title {
        font-size: 32px
    }

    .about-text {
        margin-top: 20px;
    }

    section,
    .section {
        padding: 50px 0
    }

    .footer-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .footer-info li a {
        font-size: 13px;
        line-height: 19px;
    }

    .footer-info li {
        margin: 20px 0;
    }

    br {
        display: none
    }

    .loding-logo img {
        width: 220px;
    }

    .service-text .title {
        font-size: 16px;
    }

    .footer-left {
        padding: 30px;
        padding-top: 50px;
    }

    .text > p {
        font-size: 50px;
    }

    .cta-btn {
        position: relative;
        z-index: 11
    }

    .o_hd {
        overflow: hidden
    }

    .hero-area {
        padding-top: 150px;
        padding-bottom: 50px
    }

    .footer-top-area .container {
        padding: 0 15px;
    }

    .footer-right {
        padding-left: 0;
        margin-top: 0px;
    }

    br {
        display: none
    }

    .service-icon {
        min-width: 100px;
        height: 130px;
    }

    .mainmenu ul li a::after {
        display: none
    }

    .about-page-area {
        padding-top: 150px;
    }

    .about-page-area .h2 {
        font-size: 32px
    }

    .vision-img {
        margin-top: 30px
    }

    .vision-img img {
        width: 100%
    }

    .service-page-area {
        padding-top: 150px
    }

    .service-page-box .service-text .title {
        font-size: 22px;
        line-height: 130%;
    }

    .service-page-box {
        padding: 30px 0
    }

    .promo-text {
        padding-left: 0px;
        text-align: center
    }

    .promo-area .container {
        padding-bottom: 120px
    }

    .contact-page-area {
        padding-top: 150px
    }

    .c_form {
        padding: 30px
    }

    .content-right {
        padding-left: 0
    }

    .blog-page-area {
        padding-top: 150px
    }

    .blog-box .title {
        padding-right: 0;
    }

    .blog-large.blog-box .title {
        font-size: 18px;
    }

    .blog-large.blog-box .blog-text {
        padding: 30px;
    }

    .blog-single-area {
        padding-top: 150px
    }

    .pl-50 {
        padding-left: 0px;
    }

    .blog-single-area .content-img {
        margin-top: 30px
    }

}


@media(max-width: 767px) {

    .paginations ul li:first-child,
    .paginations ul li:last-child {
        display: none
    }

    .blog-flex {
        display: block
    }

    .blog-flex .blog-img {
        height: auto;
    }
}


@media(max-width: 575px) {
    .footer-right {
        margin-top: 30px;
    }

    .service-inn::before,
    .service-inn::after {
        display: none
    }

    .content-right {
        padding-left: 0;
        margin-top: 30px
    }



}


@media(max-width: 420px) {}

@media(max-width: 360px) {}

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

@media (width: 1024px) {}



.aside .blog-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .aside .blog-box .blog-img {
    flex: 1;
  }
  .aside .blog-box .blog-text {
    padding: 0;
    padding-left: 20px;
    flex: 3;
  }
  .aside .blog-box .blog-text .title {
    padding: 0;
    margin-bottom: 5px;
    line-height: 1;
  }
  .aside .blog-box .blog-text .blog-date {
    font-size: 70%;
  }
  .blog-details-text img {
	margin: 10px 15px;
}


.blog-large .blog-img {
    height: 355px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fix-blog .blog-text {
    display: flex;
    flex-direction: column;
    height: 155px;
    justify-content: space-between;
}
.fix-blog.blog-box .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-flex.blog-box .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-flex.blog-box .blog-text {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

