/*Importing Font*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aladin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');

/* ....................................
1. Preloader css
.......................................*/

.loader-page {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 310;
    background-color: #fff;
    color: #54ab42;
    text-align: center;
}


/* .vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */
;






/* ....................................
2. Theme Default CSS
.......................................*/

body {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
    line-height: 1.5;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    display: flex;
    list-style-type: none;
    margin-top: 10px;
}


p {
    font-size: 14px;
    font-weight: normal;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #fff;
}

.input-border::placeholder {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}

.icon-links.icon-links-top {
    margin: 0;
}


/*Buttons*/

.btn,
.btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn-round {
    border-radius: 100px;
    padding: 15px 25px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-round:hover {
    color: #fff;
}

.btn-round-blue {
    border-radius: 100px;
    padding: 15px 25px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-round-blue:hover {
    color: #fff;
}

.btn-square {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-square:hover {
    color: #fff;
}

.btn-square-border {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-square-border:hover {
    color: #fff;
}

.btn-square-green {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-square-white {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-blue {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-white:hover,
.btn-square-green:hover,
.btn-blue:hover {
    color: #fff;
}

.btn-round-border {
    border-radius: 100px;
    padding: 16px 40px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    border: 1px solid;
}

.btn-blue {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    border-radius: 0;
    height: 50px;
}

.btn-round-border:hover {
    color: #fff;
}

.plus-btn {
    height: 54px;
    width: 54px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}



.circle-btn {
    height: 54px;
    width: 54px;
    line-height: 42px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}

.circle-btn:hover {
    color: #fff;
}

.plus-btn:hover {
    background-color: #ffffff;
}

.btn.wide {
    padding-left: 45px;
    padding-right: 45px;
}

.btn-border-blue {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 0;
    padding: 13px 25px;
    line-height: 0;
}


.responsive {
    width: 100%;
    height: auto;
}

/* ....................................
3. Header
.......................................*/


/*****header type 1*****/

.transperant-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    height: 100px;
    width: 100%;
    background-color: white;
    ;
}

.logo img {
    max-width: 200px;
}

.frame {
    /* border: solid gold 25px; */
    /* border-image: linear-gradient(to right, light-yellow, gold) 1; */
    border-style: solid;
    border-width: 25px;
    border-image-source: url(../img/home/frame.png);
    border-image-slice: 30 30;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mean-last img {
        margin-top: 10px;
    }

    .video-bg {
        /* background-image: url('../img/home/video-bg.jpg'); */
        background: #05572d;
        background-position: center center;
        background-size: contain;
        background-position: fixed;
        background-repeat: no-repeat;
        margin-top: 45px;
        margin-bottom: 45px;
        width: 100%;
        height: 200px;
    }

    .video-bg video {
        position: relative;
        width: 85%;
        margin-top: 4.5%;

    }


    .home-service {
        padding: 0px;
        position: relative;
        /* background-image: linear-gradient(to left, rgba(240, 149, 124, 0), rgba(240, 198, 174, 1)); */
        background-image: url(../img/bg/10.jpg);
    }

    .logo img {
        width: 50px;
        height: auto;
    }

    .transperant-head {
        display: block;
        float: left;
        background-color: transparent;
    }

    .main-menu img {
        max-width: 48px;
        height: 48px;
        position: relative;

    }

    .main-menu .what {
        margin: 25px 10px;
    }

    .mobile-menu ul li a {
        font-size: 10px;
        text-decoration: none;     
    }
}

.menu-links,
.icon-links {
    float: right;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.icon-links {
    margin: 35px 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-links {
    margin-right: 30px;
    position: relative;
}

.menu-links:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 30px;
    background-color: #fff;
    right: -4px;
    top: 50%;
    transform: translatey(-50%);
    opacity: .20;
}

.main-menu li a img {
    max-width: 48px;
    height: 48px;
    position: relative;
    margin-top: -15px;

}

.main-menu li {
    display: flex;
    margin: 0px 21px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px;

}

.main-menu li a {
    font-size: 14px;
    letter-spacing: .8px;
    font-weight: 600;
    display: inline-block;
    padding: 30px 0px;
    color: #333;
}

.main-menu li:hover a {
    color: #56ac42;
}

.main-menu li a i {
    font-size: 10px;
}

.main-menu li:after {
    position: absolute;
    content: close-quote;
    bottom: -3px;
    height: 3px;
    left: 0;
    right: 0;
    width: 0;
}

.main-menu li:hover:after,
.main-menu li.active:after {
    width: 100%;
    transition: all .4s;
    z-index: 5;
}

.main-menu li .submenu {
    position: absolute;
    width: 220px;
    left: -10%;
    transition: .3s;
    padding: 17px 0px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 25;
}

.main-menu li .submenu li {
    display: block;
}

.main-menu li .submenu li a {
    padding: 7px 5px;
    border-bottom: 1px solid;
    display: block;
    font-weight: 500;
    text-transform: initial;
    letter-spacing: .8px;
}

.main-menu img {
    max-width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 10px;
}

.main-menu .what {
    margin-top: 0;
    display: block;
}

.sub-2 {
    position: relative;
}

.sub-2:after {
    content: "\f105";
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.main-menu li .submenu li:last-child a {
    border: none;
}

.main-menu .submenu li:after {
    height: 1px;
    bottom: .4px;
}

.main-menu li .submenu .submenu li a {
    border-bottom: 1px solid;
}

.main-menu li .submenu .submenu li:last-child a {
    border: none;
}

.main-menu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu li .submenu li .submenu {
    left: 184px;
    top: 0;
    box-shadow: -3px 3px 6px 0px #00000014;
}

.shop-icon {
    position: relative;
    color: #fff;
}

.shop-icon .count {
    width: 20px;
    position: absolute;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    right: -14px;
    top: -7px;
}

.shop-icon,
.search-icon {
    font-size: 17px;
    margin-right: 28px;
    color: #fff;
}

.shop-icon {
    margin-right: 30px;
}

.shop-icon:hover,
.search-icon:hover {
    color: #fff;
}

.search-popup .modal-content {
    background: none;
    border: none;
}


/*search popup*/

.input-search {
    height: 70px;
    background: none;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    color: #fff;
}

.input-search:focus {
    background: none;
    color: #fff
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.input-search::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.input-search::placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.close-search-modal {
    position: absolute;
    top: 40px;
    right: 50px;
    color: #fff;
    font-size: 24px;
}

.dropdown-menu{
    width:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
   }

   .dropdown-menu a{
   margin-left:10px;
   }
   .dropdown-menu a:hover{
   margin-left:0;
   }

   



/*mobile menu*/

.mean-container a.meanmenu-reveal {
    margin-top: -80px;
    right: 0;

}

.mean-container .mean-bar {
    padding: 0px 20px;
    min-height: 0;
    display:flex;
   
}

.mean-container .mean-nav {
    margin-top: 0px;
    display:flex;
}

.mean-container a.meanmenu-reveal {
    text-indent: initial;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav ul li a {
    font-size: 13px;
    display:flex;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

/* .mean-container .mean-nav ul li a {
    border-top: 1px solid rgb(51, 61, 72);
} */


/*****header type 2*****/

.nice-select.lan-select {
    border: 0;
    line-height: 42px;
    font-weight: 600;
    padding-right: 12px;
    padding-top: 0;
    padding-left: 0px;
}

.nice-select.lan-select .list {
    left: initial;
    right: 0;
}

.nice-select.lan-select:after {
    right: 2px;
}

.language i {
    font-size: 17px;
}

.left-head-top .contact-head {
    border-right: 1px solid #eaeaea;
    padding: 12px 0px;
    padding-right: 30px;
    margin-right: 30px;
}

.language {
    border-left: 1px solid #eaeaea;
    padding-top: 13px;
    padding-bottom: 13px;
}

.menu-links-2 .main-menu li a {
    padding: 20px 0px;
}

.height-btn {
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-links-2 .main-menu>ul>li:hover:after,
.menu-links-2 .main-menu>ul>li.active:after {
    background-color: #fff;
    height: 2px;
}

.menu-links-2 .main-menu>ul>li:first-child {
    margin-left: 0;
}


/*mobile menu*/

.mobile-menu-2.mean-container .meanmenu-reveal span {
    background: #ffffff;
    display: block;
    float: left;
}

.mobile-menu-2.mean-container .meanmenu-reveal {
    padding: 9px 9px;
    top: 27px;
    right: 30px !important;
}

.mobile-menu-2.mean-container .mean-bar {
    z-index: 10;
}


/*****header type 3*****/
section.top-header {
    position: relative;
    z-index: 301;
}

.header-style-3 {
    top: 45px;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-style-3 .main-menu li a {
    padding: 30px 0px;
}

.header-style-3 .icon-links {
    margin: 21px 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-menu-3>ul>li:first-child {
    margin-left: 0px;
}

.transperant-head.header-style-3.fixed-nav {
    background: none;

}

/*Life coach */
.life-coach {
    padding: 45px;
    position: relative;

}


.life-coach h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 45px 0 0 0;

}

.life-coach p {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    text-align: center;
    line-height: 24px;
    padding: 5px;

}

.life-coach .btn {
    width: 75px;
    height: 35px;
    background: #06572d;
    margin: auto;
    width: 40%;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 10px;
    display: block;
    float: center;
}

.life-coach .line {
    width: 15%;
    border: solid 1px #06572d;
    border-radius: 100px;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .life-coach {
        padding: 0;
        position: relative;
    }

    .life-coach .box {
        width: 100%;
        height: auto;
        background-color: #54ab42;
    }

    .life-coach img {
        padding: 10px;
    }

    .life-coach .btn {
        width: 100%;
        font-size: 12px;
        padding: 10px;
    }

    .life-coach h5 {
        font-size: 18px;

    }

    .life-coach p {
        font-size: 14px;
        color: #454d59;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 300;
        text-align: justify;
        line-height: 24px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        padding: 5px;

    }
}

/*Life Coach End */


/*Gallery */
/* ....................................
23. Portfolio
.......................................*/
.gallery-banner {
    background-image: url('../img/gallery/banner-gallery.jpg');
    background-position: center center;
    max-width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgba(69, 77, 89, 0.3);

}

.portfolio-item-img {
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    opacity: 0;
}

.portfolio-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    left: 8px;
    padding: 30px;
    color: #fff;
}

.portfolio-overlay:before {
    position: absolute;
    content: close-quote;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 1;
}

.portfolio-overlay .date {
    position: absolute;
    top: 25px;
    left: 30px;
}

.portfolio-item-detail {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
}

.plus-line-link {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    bottom: 0;
}

.plus-line-link:before {
    position: absolute;
    content: close-quote;
    height: 36px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    top: 0;
}

.plus-line-link:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 36px;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.portfolio-item-detail .filtered-name {
    position: relative;
    padding-left: 30px;
}

.portfolio-item-detail .filtered-name:before {
    position: absolute;
    content: close-quote;
    width: 19px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.portfolio-item {
    margin: 0px 15px;
    margin-bottom: 30px;
}

.portfolio-item.mar-0 {
    margin: 0px 0px;
    margin-bottom: 30px;
}

.portfolio-filter {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item-img img {
    width: 100%;
    height: auto;
}

.grid-item,
.grid-sizer {
    width: 100%;
}

.grid-item {
    float: left;
    height: auto;
    width: 20%;
}

.btn-filter {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0px;
    margin-right: 45px;
    border-bottom: 2px solid #fff;
}

.filter-gallery {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 16px;
}

.btn-filter.active,
.btn-filter:hover {
    border-bottom: 2px solid;
}

.btn-filter:last-child {
    margin: 0;
    margin: 0px 15px;
    margin-bottom: 12px;
}

.portfolio-item-detail h5 a:hover {
    color: #fff;
}

.gallery-links {
    position: relative;
    display: block;
}

.each-gallery {
    margin-right: 12px;
}

.gallery-links .full-cover {
    color: #fff;
    position: absolute;
}

.each-gallery:last-child {
    margin: 0;
}

.gallery-links .full-cover {
    opacity: 0;
}

.gallery-links:hover .full-cover {
    opacity: 1;
}

.tags-widget .list-inline-item {
    margin-right: 5px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .gallery-banner {
        max-width: 100%;
        height: 450px;
        background-size: contain;
        background-color: white;
        margin-top: 6%;
    }



    .portfolio-item img {
        width: 50%;
        height: auto;
    }
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .gallery-banner {
        max-width: 100%;
        height: 250px;
        background-size: contain;
        background-color: white;
    }

    .filter-gallery {
        margin-top: -40%;


    }

    .portfolio-item img {
        width: 100%;
        height: auto;
    }
}

/*Gallery End */
/*counter */
.counter {
    padding: 100px;
    position: relative;
    background: #FFB6B9;


}

.counter .box {
    width: 250px;
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}



.counter h5 {
    font-size: 30px;
    color: #58af43;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.counter p {
    font-size: 18px;
    color: #555;
    font-family: 'Archivo', sans-serif;
    text-align: center;
    line-height: 40px;


}

.counter span {
    font-size: 18px;
    color: #555;
    font-family: 'Archivo', sans-serif;
}

.counter .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-left: 25%;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.block-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background-color: #fff;
    height: 200px;


}

.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.text-price {
    display: inline-block;
    margin-right: 10px;
    font-family: Cinzel, sans-serif;
    color: #222229;
    font-size: 52px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;

}

.text-price.custom {
    font-size: 30px;
}

.text-price-info {
    display: inline-block;
    font-family: Cinzel, sans-serif;
    color: rgba(34, 34, 41, 0.4);
    font-size: 14px;
    line-height: 1.2em;
}

.title {
    max-width: 700px;
    margin-top: 8px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    color: #191b29;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .counter {
        padding: 10px;
    }

    .counter .box {
        width: 100%;
        height: auto;
        padding: 0;
    }
}


/* Counter end


/*Mind set */
.mindset {
    padding: 100px;
    position: relative;
    /* background-image: linear-gradient(to left, rgba(240, 149, 124, 0), rgba(240, 198, 174, 1)); */
    background-image: url(../img/bg/10.jpg);



}

.mindset h5 {
    font-size: 24px;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.mindset p {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    text-align: left;
    line-height: 35px;
    font-weight: 400;
    font-size-adjust: .57;


}

.mindset span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #58af43
}

.mindset .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-left: 25%;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mindset {
        padding: 0;
        position: relative;
        display: block;
    }

    .mindset h5 {
        font-size: 21px;
        line-height: 35px;
    }

    .mindset span {
        font-weight: 600;
        color: #54ab42;
    }

    .mindset p {
        font-size: 18px;
        line-height: 35px;
    }

}

/*mind set end */

/*why hire */

.hire {
    padding: 100px;
    position: relative;
    background: #FFB6B9;
}

.hire h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.hire img {
    align-items: center;
    margin: auto;
    display: flex;

}



.hire span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #58af43
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .hire {
        padding: 45px;
        position: relative;
        background: #FFB6B9;
    }

    .hire h5 {
        font-size: 21px;
        color: #fff;
        font-family: 'Merriweather', serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        text-transform: uppercase;
    }


}


/* why hire end */
/*Birth*/
.birth {
    padding: 90px 0 40px 0;
    position: relative;


}

.birth h5 {
    font-size: 24px;
    font-family: 'Merriweather', serif;
    color: #05572d;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 5%;

}

.birth .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    margin-top: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .birth h5 {
        margin-top: -180px;
        text-align: center;
    }

    .birth .btn {
        margin-top: -100px;
        margin-left: 20%;
    }
}

/*Birth End */

/* About */
.about {
    padding: 90px 0 40px 0;
    position: relative;


}

.about ul {
    width: 100%;
    display: block;
    float: left;
}

/* .about img {
    margin-top: 15%;
} */

.about .aboutme {
    font-size: 14px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.about h5 {
    font-size: 24px;
    font-family: 'Merriweather', serif;
    color: #05572d;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 5%;

}


.about p {
    font-size: 18px;
    color: #555;
    font-family: 'Archivo', sans-serif;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 1%;


}

.about span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.about .line {
    border: solid 1px #06572d;
    width: 10%;
    margin: 0 0 10px 0;
}

.about .smallhead {
    display: block;
    font-size: 18px;
    color: #333;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}



.about .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    margin-top: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.about-banner {
    background-image: url('../img/about/banner.jpg');
    background-position: center center;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.about-banner h5 {
    font-size: 100px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background: linear-gradient(120deg, white, #58af43);
    background: -moz-linear-gradient(120deg, white, #58af43);
    background: -webkit-linear-gradient(120deg, white, #58af43);
    background: -o-linear-gradient(120deg, white, #58af43);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-top: 20%;
}

.about-banner .btn {
    background-color: #06572d;
    width: 100%;
    height: 50px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-bottom: 35%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;


}



.about-main {
    padding: 45px 0 45px 0;
    position: relative;

}

.about-main h5 {
    font-size: 24px;
    color: #454d59;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    margin-top: 2%;
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.about-main p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.about-main span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.about-main .quote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #06572d;
    text-align: center;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.about-main .smallhead {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.about-main .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.about-main .line {
    border: solid 1px #06572d;
    width: 10%;
    margin: 0 0 10px 0;
}

@media only screen and (max-width: 1366px) {
    .about-banner {
        background-image: url('../img/about/banner.jpg');
        width: 100%;
        height: 450px;
        background-size: contain;
        margin-top: 10%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {


    .about-banner {
        background-image: url('../img/about/banner.jpg');
        width: 100%;
        height: 450px;
        background-size: contain;
        margin-top: 10%;
    }

    .about-main {
        margin-top: -5%;
    }

    .about .btn {
        margin-top: -100px;

        margin-left: 20%;
    }


    .about-banner h5 {
        font-size: 30px;

    }

    .about-banner .btn {
        background-color: #06572d;
        width: 75%;
        height: 25px;
        line-height: 15px;
        font-size: 8px;
        color: #fff;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        font-weight: 600;
        margin-bottom: 35%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        text-transform: uppercase;


    }

    .about-banner.btnalign {
        padding: 0 5px 10px 10px;
        position: absolute;
        bottom: 0;
        right: 0;

    }


}

@media only screen and (min-width: 320px) and (max-width: 480px) {


    .about-banner {
        width: 100%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 5%;
    }

    .about-main {
        margin-top: -20%;
    }

    .about .btn {
        margin-top: -100px;

        margin-left: 20%;
    }


    .about-banner h5 {
        font-size: 30px;

    }

    .about-banner .btn {
        background-color: #06572d;
        width: 75%;
        height: 25px;
        line-height: 15px;
        font-size: 8px;
        color: #fff;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        font-weight: 600;
        margin-bottom: 35%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        text-transform: uppercase;


    }

    .about-banner.btnalign {
        padding: 0 5px 10px 10px;
        position: absolute;
        bottom: 0;
        right: 0;

    }


}

/* About End */

/*Blog Start */
.blog {
    padding: 0 0 45px 0;
    position: relative;
}

.blog-intro {
    padding: 0 0 30px 0;
    position: relative;
    background: #ffb6b9;

}

.blog-content {
    padding: 45px 0 45px 0;
}

.blog-content .spacing .sub-heading {
    font-size: 21px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 5px 0 5px 0;
}

.blog-content .spacing p {
    font-size: 14px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.blog-intro h5 {
    font-size: 24px;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.blog-banner {
    background-image: url('../img/blog/banner.jpg');
    background-position: center center;
    max-width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;

}



.blog .blog-intro p {
    font-size: 18px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #333;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.blog-intro span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d;
    font-size: 24px;
    font-family: 'Quintessential', serif;
}

.blog-intro .quote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #06572d;
    text-align: center;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.blog-intro .smallhead {
    display: block;
    font-size: 30px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.blog-intro .dear {
    margin-top: 45px;
    display: block;
    font-size: 24px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}



.blog-intro .thank {
    display: block;
    font-size: 18px;
    color: #05572d;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: left;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.blog-intro .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.blog-intro .line {
    border: solid 1px #06572d;
    width: 10%;
    margin: 0 0 10px 0;
}

.blog .spacing {
    display: flex;
    justify-content: center;
    gap: 2%;
}

.blog .box {
    background: #ccc;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog img {
    border-radius: 10%;
}



.blog .sub-heading {
    display: block;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    color: #444;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 25px;
}

.blog p {
    font-size: 12px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.blog img {
    transition: transform 0.3s ease-in-out;
}

.blog img:hover {
    transform: scale(1.2);
}

.blog .right-side {

    position: relative;

}

.blog .right-side h5 {
    font-size: 18px;
    color: #05572d;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 10px 0 25px 0;
    margin: 0;
}

.blog .right-side .sub-heading {
    font-size: 18px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 45px 0 25px 0;
    margin: 0;
}

.blog .right-side p {
    font-size: 18px;
    color: #444;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 400;
    line-height: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.blog .right-side a {
    color: #444;
    font-weight: 500;
    font-family: serif;
}

.blog .right-side .item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog .right-side img {
    width: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog .right-side .title {
    font-size: 14px;
    color: #444;
    font-family: 'Merriweather', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.blog .right-side .dt {
    font-size: 12px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 400;
    opacity: 0.5;
}

/*Mind blog starts here */
.mind {
    padding: 45px 0 45px 0;
    position: relative;
}

.mind .left-side {
    display: block;
    position: relative;
}

.mind .left-side .alagu {
    font-family: 'monotype', cursive;
    color: #05572d;
    font-size: 24px;
    font-weight: 600;
}

.mind .left-side p {
    font-size: 18px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    text-align: justify;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 400;
    line-height: 25px;
}

.mind .left-side h3 {
    font-size: 24px;
    color: #05572d;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    line-height: 25px;
}

.mind .left-side h5 {
    font-size: 18px;
    color: #05572d;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    padding: 10px 0 10px;
    line-height: 25px;
}

.mind .left-side img {
    padding: 25px 0 26px 0;
}

.mind .left-side ul {
    list-style-type: disc;
    display: block;
    float: none;
}

.mind .left-side ul li {
    font-size: 18px;
    color: #444;
    font-family: 'Archivo', sans-serif;
    text-align: justify;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    padding: 5px 0 5px 0;
    line-height: 25px;
    display: block;

}

.mind .right-side {
    display: block;
    position: relative;
    margin-left: 45px;
}

.mind .right-side h3 {
    font-size: 18px;
    color: #05572d;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    line-height: 25px;
}

.mind .right-side a {
    font-size: 14px;
    color: #444;
    font-family: 'Merriweather', serif;
    text-align: justify;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 400;
    padding: 5px 0 5px 0;
    line-height: 25px;
    display: block;
}

.mind img {
    border-radius: 2%;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {


    .blog .right-side h5 {
        font-size: 18px;
        color: #05572d;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 600;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        padding: 0 0 25px 0;
        margin: 0;
    }

    .mind .right-side h3 {
        margin-top: 45px;
    }

    .blog .blog-content .spacing {
        display: block;
        float: left;
        gap: 0;
        width: 100%;
    }

    .blog-banner {
        max-width: 100%;
        height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 6%;
    }

    .blog {
        margin-top: -6%;
    }

    .mind {
        margin-top: -23%;
    }
}


/*Mind blog ends here */
@media only screen and (min-width: 320px) and (max-width: 480px) {


    .blog .right-side h5 {
        font-size: 18px;
        color: #05572d;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 600;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        padding: 0 0 25px 0;
        margin: 0;
    }

    .mind .right-side h3 {
        margin-top: 45px;
    }

    .blog .blog-content .spacing {
        display: block;
        float: left;
        gap: 0;
        width: 100%;
    }

    .blog-banner {
        max-width: 100%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blog {
        margin-top: -23%;
    }

    .mind {
        margin-top: -23%;
    }
}

/*Blog End */

/*What others say */
.what-other {
    padding: 45px;
    position: relative;
    background-image: url('../img/bg/10.jpg');
}

.what-other h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.what-other p {
    font-size: 18px;
    color: #555;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.what-other .btn {
    width: 90px;
    height: 35px;
    background: #06572d;
    margin: auto;
    width: 40%;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 10px;
    display: block;
    float: right;
}

.what-other .line {
    width: 15%;
    border: solid 1px #06572d;
    border-radius: 100px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .what-other {
        padding: 10px;
    }

    .what-other h5 {
        font-size: 14px;
        text-align: justify;
        margin-left: 10%;
    }

    .what-other p {
        font-size: 14px;
    }
}

/* what others say end */

/*nlp*/

.nlp {
    padding: 45px 0 45px 0;
    position: relative;

}

.nlp h5 {
    font-size: 24px;
    color: #454d59;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.nlp p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.nlp span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.nlp .quote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #06572d;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.nlp .smallhead {
    font-size: 18px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.nlp .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.nlp .line {
    border: solid 1px #06572d;
    width: 10%;
    margin: 0 0 10px 0;
}

.nlp-banner {
    background-image: url('../img/nlp/banner-nlp.jpg');
    background-position: center center;
    max-width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgba(69, 77, 89, 0.3);

}

.nlp-banner .btn {
    background-color: #06572d;
    width: 100%;
    height: 50px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-bottom: 35%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;


}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .nlp-banner {
        background-image: url('../img/nlp/banner-nlp.jpg');
        max-width: 100%;
        height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
    }

    .nlp {
        margin-top: -6%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .nlp-banner {
        background-image: url('../img/nlp/banner-nlp.jpg');
        max-width: 100%;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;

    }

    .nlp {
        margin-top: -15%;
    }
}

/*Terms */

.terms {
    padding: 50px;
    position: relative;
}

.terms ul {
    width: 100%;
    display: block;
    float: left;
}

.terms h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.terms p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 3%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 35px;

}

.terms ul li {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 3%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    list-style-type: disc;

}

/* Home-Service */
.home-service {
    padding: 50px;
    position: relative;
    /* background-image: linear-gradient(to left, rgba(240, 149, 124, 0), rgba(240, 198, 174, 1)); */
    background-image: url(../img/bg/10.jpg);
}





.home-service h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    line-height: 60px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.home-service p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 35px;

}

.home-service .content-top {
    height: auto;
    margin-top: 10px;
}


.home-service span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.home-service .line {
    border: solid 1px #333;
    width: 10%;
    position: relative;
    opacity: 0.2;
}



.home-service .smallhead {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-bottom: 5%;

}

.home-service .btn {
    background-color: #06572d;
    width: 150px;
    height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;

}

.home-service .center {

    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-service .item-home {
    width: 100%;
    height: 70vh;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}

.home-service .item-top {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}

.home-service .item-bottom {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}

.home-service .content-box-top {
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: #16202b;
    background-color: white;
}

.home-service .content-box {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    box-shadow: #16202b;
    background-color: white;
}

@media only screen and (max-width: 600px) {
    .home-service {
        padding: 0;
    }

    .home-service .item-home {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        padding: 10px;
        box-shadow: #16202b;
        background-color: white;
    }

    .home-service .smallhead {
        font-size: 16px;
    }

    .home-service p {
        font-size: 14px;
    }

}

/* Services */
.service {
    padding: 45px 0 45px 0;
    position: relative;
}

.service-banner {
    background-image: url('../img/service/banner.jpg');
    background-position: center center;
    max-width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.service-banner .btn {
    background-color: #06572d;
    width: 100%;
    height: 50px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-bottom: 35%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;


}

.service h5 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    line-height: 60px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.service p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 35px;

}

.service img {
    padding-top: 20px;
}

.service ul {
    list-style-type: disc;
    display: block;
    float: left;
}

.service a {
    color: #54ab42;
}

.service li {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 35px;

}

.service .content-top {
    height: auto;
    margin-top: 10px;
}


.service span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.service .line {
    border: solid 1px #333;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
    opacity: 0.2;
}



.service .smallhead {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-bottom: 2%;

}

.service .btn {
    background-color: #06572d;
    width: 150px;
    height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;

}

.service .center {
    top: 45px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service .item-home {
    width: 100%;
    height: 40vh;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}


.service .item-top {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}

.service .item-bottom {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 45px;
    box-shadow: #16202b;
    background-color: white;
}

.service .content-box-top {
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: #16202b;
    background-color: white;
}

.service .content-box {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    box-shadow: #16202b;
    background-color: white;
}

.service-main {
    padding: 45px 0 45px 0;
    position: relative;

}

.service-main h5 {
    font-size: 48px;
    color: #454d59;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.service-main p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.service-main span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.service-main .quote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #06572d;
    text-align: center;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.service-main .smallhead {
    font-size: 18px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.service-main .btn {
    background-color: #06572d;
    width: 200px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.service-main .line {
    border: solid 1px #06572d;
    width: 10%;
    margin: 0 0 10px 0;
}


@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .service .content-box-top {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        box-shadow: #16202b;
    }

    .service .content-box {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        box-shadow: #16202b;
    }

    .service .item p {
        font-size: 15px;
        margin-bottom: 5%;
        text-align: center;
    }

    .service .item img {
        align-items: center;
        justify-items: center;
        padding: 20px 0 0 0;
    }

    .service .item .line {
        border: 1px solid #06572d;
        width: 10%;
    }


    /*Service Main */
    .service-main {
        padding: 45px 0 45px 0;
        position: relative;

    }

    .service-main img {
        width: 100%;
        height: auto;

    }

    .service-main h5 {
        font-size: 48px;
        color: #454d59;
        font-family: 'Merriweather', serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 100;
        line-height: 60px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 2%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }

    .service-main p {
        font-size: 18px;
        color: #454d59;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 300;
        text-align: center;
        line-height: 40px;
        margin-bottom: 2%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;

    }

    .service-main span {
        padding: 10px 0 0 0;
        font-weight: 600;
        color: #06572d
    }

    .service-main .quote {
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        color: #54ab42;
        text-align: center;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;

    }


    .service-main .smallhead {
        font-size: 18px;
        color: #000;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;

    }

    .service-main .btn {
        background-color: #06572d;
        width: 200px;
        height: 50px;
        font-size: 14px;
        color: #fff;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin-bottom: 15%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        text-transform: uppercase;
        display: block;
        float: left;

    }

    .service-main .line {
        border: solid 1px #06572d;
        width: 10%;
        margin: 0 0 10px 0;
    }

    .service-banner {

        max-width: 100%;
        height: 450px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;



    }


    .service-banner h5 {
        font-size: 100px;
        color: #fff;
        font-family: 'Merriweather', serif;
        font-size-adjust: 0.63;
        letter-spacing: 0.6px;
        font-weight: 600;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        background: linear-gradient(120deg, white, #58af43);
        background: -moz-linear-gradient(120deg, white, #58af43);
        background: -webkit-linear-gradient(120deg, white, #58af43);
        background: -o-linear-gradient(120deg, white, #58af43);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin-top: 20%;
    }

    .service-banner .bg {
        background-color: #454d59;
        opacity: 0.1;
    }

    .service-banner .btn {
        background-color: #06572d;
        width: 100%;
        height: 50px;
        line-height: 35px;
        font-size: 12px;
        color: #fff;
        font-family: 'Archivo', sans-serif;
        font-size-adjust: 0.63;
        font-weight: 600;
        margin-bottom: 35%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        text-transform: uppercase;


    }
}



/*Service Main End */


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .service {
        margin-top: -30%;

    }

    .service-banner {
        background-image: url('../img/service/banner.jpg');
        width: 100%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .service-banner h5 {
        font-size: 30px;
        margin-left: 10%;
    }

    .service-banner .btn {
        background-color: #06572d;
        width: 75%;
        height: 25px;
        line-height: 15px;
        font-size: 8px;

    }

    .service .item-home {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        box-shadow: #16202b;
        background-color: white;
    }

    .service .item-top {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;

        box-shadow: #16202b;
        background-color: white;
    }

    .service .item-bottom {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        box-shadow: #16202b;
        background-color: white;
    }
}

/* Services End */

/*Why me */

.whyme {
    padding: 45px;
    position: relative;
}

.whyme h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.whyme p {
    font-size: 18px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.whyme span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}

.whyme .whyalagu {
    padding: 0;
    margin-top: -2%;
}

.whyme .smallhead {
    font-size: 16px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.whyme .line {
    border: solid 1px #06572d;
    margin: 5px 0 45px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.whyme img {
    margin-top: 15%;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .whyme .whyalagu {
        margin-top: -10px;
    }
}

/*why me end */

/*Certificate*/
.certificate {
    display: flex;
    padding: 45px;
    position: relative;
    align-items: center;
    justify-content: center;
}

/*Certificate End*/

/*Contact page */
.contact {
    padding: 45px;
    position: relative;
}

.contact h5 {
    font-size: 48px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.contact h1 {
    font-size: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.contact p {
    font-size: 14px;
    color: #454d59;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.contact span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}



.contact .smallhead {
    font-size: 16px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.contact .btn {
    background-color: #06572d;
    width: 150px;
    height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-left: 25%;
    margin-bottom: 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    display: block;
    float: left;

}

.contact .item {
    width: 90%;
    height: auto;
    position: relative;
    text-align: center;
}

.contact .item p {
    font-size: 12px;
    margin-bottom: 5%;
}

.contact .item img {
    align-items: center;
    justify-items: center;
    padding: 20px 0 0 0;
}

.contact .item .line {
    border: 1px solid #06572d;
    width: 10%;
}

.contact-form {
    padding: 45px;
    position: relative;
}

.contact-form h5 {
    font-size: 48px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.contact-form p {
    font-size: 14px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}


.contact-form span {
    padding: 10px 0 0 0;
    font-weight: 600;
    color: #06572d
}



.contact-form .smallhead {
    font-size: 16px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.contact-banner {
    background-image: url('../img/contact/banner.jpg');
    background-position: center center;
    max-width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.contact-banner h5 {
    font-size: 100px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background: linear-gradient(120deg, white, #58af43);
    background: -moz-linear-gradient(120deg, white, #58af43);
    background: -webkit-linear-gradient(120deg, white, #58af43);
    background: -o-linear-gradient(120deg, white, #58af43);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-top: 20%;
}

.contact-banner .btn {
    background-color: #06572d;
    width: 100%;
    height: 50px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    font-weight: 600;
    margin-bottom: 35%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;


}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .contact {
        padding: 45px 0 0 0;
        position: relative;

    }

    .contact-banner {
        background-image: url('../img/contact/banner.jpg');
        width: 100%;
        height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 5%;
    }

    .contact-banner h5 {
        font-size: 30px;
        margin-left: 10%;
    }

    .contact-banner .btn {
        background-color: #06572d;
        width: 75%;
        height: 25px;
        line-height: 15px;
        font-size: 8px;

    }

    .contact-form {
        margin-top: -5%;
    }

    .contact-form h1 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .contact {
        padding: 45px 0 0 0;
        position: relative;

    }

    .contact-banner {
        background-image: url('../img/contact/banner.jpg');
        width: 100%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;

    }

    .contact-banner h5 {
        font-size: 30px;
        margin-left: 10%;
    }

    .contact-banner .btn {
        background-color: #06572d;
        width: 75%;
        height: 25px;
        line-height: 15px;
        font-size: 8px;

    }

    .contact-form {
        margin-top: -30%;
    }

    .contact-form h1 {
        font-size: 18px;
    }
}

/*Contact page End*/
/* ....................................
30.Testimonials
.......................................*/

.testimonial-group {
    padding: 30px 35px;
}

.quote-right-light {
    position: absolute;
    right: 25px;
    top: -17px;
    font-size: 75px;
    line-height: 0;
}

.testimonial-group:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    content: close-quote;
    bottom: -10px;
}

.client-image.client-image-md {
    max-width: 53px;
}


/* ....................................
31.Clients
.......................................*/

.clients {
    padding: 95px;
    position: relative;
    width: 100%;
}

.clients h5 {
    font-size: 48px;
    color: #454d59;
    font-family: 'Merriweather', serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 100;
    line-height: 60px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.clients p {
    font-size: 12px;
    color: #454d59;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.clients img {
    width: 100%;
    height: auto;
}

.partner {
    text-align: center;
}

.partner-logo {
    position: relative;
    height: 132px;
    border: 3px solid;
    margin-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-logo:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    position: absolute;
    content: close-quote;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-name {
    margin-bottom: 60px;
}

.partner-name a {
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
}

.partner:hover .partner-logo {
    border: 3px solid;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner:hover .partner-logo:after {
    border-top: 10px solid;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-logo img {
    opacity: .6;
}

.partner:hover .partner-logo img {
    opacity: 1;
}


/* ....................................
32.Career
.......................................*/

.job-list {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.job-list:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 76px;
    right: 107px;
}

.icon-box.why-work-box {
    margin-bottom: 40px;
}

.icon-box.why-work-box .icon-img {
    width: 83px;
    margin-top: 6px;
}

.job-apply a.plus-btn {
    width: 48px;
    height: 48px;
}


/* ....................................
33.Team
.......................................*/

.team-member-image img {
    width: 100%;
}

.experience li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.experience li {
    position: relative;
    padding-left: 41px;
    padding-bottom: 21px;
    font-size: 14px;
}

.experience li:after {
    content: close-quote;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 1px;
    top: 10px;
    border-radius: 50%;
}

.experience li:before {
    content: close-quote;
    position: absolute;
    left: 5px;
    top: 10px;
    height: 100%;
    width: 2px;
}

.experience li:last-child:before {
    height: 0;
}

.experience {
    margin-top: 20px;
}


/* ....................................
34.Tank you
.......................................*/

.thank-icon {
    width: 130px;
    height: 130px;
    margin: auto;
    border: 2px solid;
    border-radius: 50%;
    margin-bottom: 30px;
}

.thank-icon img {
    max-width: 62px;
}

.thank-outer p {
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}


/* ....................................
non use css
.......................................*/

/*switch color css*/

.color-theme {
    position: fixed;
    top: 120px;
    z-index: 3333;
    left: -209px;
}

.theme-colors {
    width: 209px;
    background-color: #fff;
    padding: 18px 20px 15px 28px;
    padding-bottom: 6px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25)
}

ul.theme-ul li {
    display: inline-block;
    width: 26%;
    margin-bottom: 13px;
    margin-right: 5%;
}

ul.theme-ul li img {
    width: 100%;
}

.theme-colors h4 {
    font-size: 15px;
    font-weight: bold;
    color: #16202b;
    margin-bottom: 10px;
}

.theme-switch {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.color-theme:hover {
    left: 0;
}

.each-color {
    cursor: pointer;
    display: inline-block;
}

.theme-colors p {
    line-height: 19px;
}

/* ....................................
17. Footer area
.......................................*/
.footer-area {
    padding: 45px 0 0 0;
    position: relative;
    width: 100%;
    font-family: 'Archivo', sans-serif;
    color: white;
    background-color: #FFB6B9;
}

.footer-area .line {
    border: solid 1px #000;
    width: 100%;
}


.contact-area {
    padding: 60px 40px;
}

.contact-area:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: -4px;
    right: 0;
    height: 4px;
    z-index: 5;
}

.contact-options li {
    color: #abb3bb;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-bottom: 3%;
    line-height: 35px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.contact-options li i {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 14px;
}

.footer-links {
    position: relative;
    padding: 10px 0 10px 0;
}

.footer-links h5 {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 2%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
}

.footer-terms {
    position: relative;
    padding: 10px 0 10px 0;
}

.footer-terms P {
    font-size: 18px;
}

.footer-links p {
    color: #000;
    font-size: 18px;
}

.footer-links .what {
    font-size: 18px;
    font-weight: 400;
    color: black;
    padding: 5px;
}

.footer-links p img {
    width: 24px;
    height: auto;
}

.term-text {
    font-size: 21px;
    margin: 0;
    font-weight: 500;
}

.footer-links .line {
    border: solid 1px #000;
    width: 10%;
    margin: 0 0 15px 0;
}

.footer-links .line-trivia {
    border: solid 1px #06572d;
    width: 10%;
}

.footer-links a {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    font-size-adjust: 0.63;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 5%;
    color: #fff;
}

.footer-links a:hover {
    text-decoration: none;
}

.social-links p {
    display: block;
    float: left;
    color: #000;
    font-size: 18px;

}


.social-links li a {
    color: #000;
}

.social-links li a {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    margin: 0;
    margin-right: 50px;
    border-radius: 50%;
}

.social-links li a i {
    padding: 5px;
    font-size: 24px;
    position: relative;


}

.social-links li a:hover i {
    transform: none;
    color: #fff;

}

.social-links li a img {
    padding: 5px;
}

.links-list li {
    margin-bottom: 10px;
}

.links-list li:last-child {
    margin: 0;
}

.links-list a {
    position: relative;
    color: #abb3bb;
    padding-left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-bottom: 3%;
    line-height: 35px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}

.links-list a:before {
    position: absolute;
    content: close-quote;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 10px;
    width: 0px;
    height: 1px;
}

.links-list a:hover:before {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 15px;
}

.links-list a:hover {
    padding-left: 25px;
}

.scroll-btn {
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 80px;
    bottom: 51px;
}

.copyright .lam {
    display: flex;
    justify-content: end;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .social-links ul {
        width: 100%;
        letter-spacing: normal;

    }

    .social-links li a i {
        display: block;
        float: left;
        font-size: 24px;
        position: relative;
        justify-content: space-between;

    }

    .social-links li a {
        width: 24px;
        height: 24px;
        display: block;
        float: left;
        text-align: left;
        position: relative;
        margin-left: -25px;
        border-radius: 50%;

    }

    .social-icons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        row-gap: 25px;
        column-gap: 10px;

    }

    .copyright .lam {
        display: flex;
        justify-content: start;
    }
}