html {
    scroll-behavior: smooth;
}

body {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #ffffff;
    background-repeat: repeat;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li::marker {
    color: #f4b61a;
}

.mt-200 {
    margin-top: 200px;
}

@media(max-width: 575px) {
    .mt-200 {
        margin-top: 60px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media(max-width: 575px){
    .mt-70 {
        margin: 0px;
    }
}

#header-main {
    background: #ffffff;
}

#header-main-top {
    border-bottom: 1px solid #e0edf6;
    padding-bottom: 15px;
    padding-top: 15px; 
}

#header-main #header-main-navigation {
    background-color: #e9ecef;
    padding-top: 30px;
}

#header-main #header-main-navigation nav {
    padding-left: 0;
    padding-right: 0;
}

#header-main #header-main-navigation nav.bg-light {
    background: none!important;
}

@media (min-width: 992px) {
    #header-main #header-main-navigation nav .navbar-collapse {
        display: flex!important;
        justify-content: flex-end;
    }
}

#header-main #header-main-navigation nav .navbar-collapse.show {
    margin-top: 80px;
    margin-bottom: 180px;
}

#header-main #header-main-navigation nav .navbar-nav {
    display: flex;
    align-items: center;
}

#header-main #header-main-navigation nav .navbar-nav .nav-link {
    color: #00353f;
    font-weight: 600;
    margin-right: 20px;
}

#header-main .slider {
    height: calc(100vh - 105px);
    background: linear-gradient(rgb(233 236 239), rgb(0 0 0 / 68%)), url(img/bg-header.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

#header-main .slider .text-box {
    padding: 180px 0;
}




#header-main .slider .text-box .text-top,
#header-main .slider .text-box .text-tile,
#header-main .slider .text-box .text-sub {
    display: block;
    text-align: left;
}

#header-main .slider .text-box .text-top {
    font-size: 26px;
    color: #ad841c;
    font-weight: 600;
    letter-spacing: 6px;
    margin-left: 10px;
    margin-bottom: 26px;
    animation: moveRight 1.5s ease-in;
}
    
#header-main .slider .text-box .text-tile {
    font-size: 84px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0px;
    animation: moveLeft 1.5s ease-in;
    text-shadow: 3px 4px 6px #000000;
}
    
#header-main .slider .text-box .text-sub {
    font-size: 32px;
    color: #ffffff;
    animation: moveRight 1.5s ease-in;
    text-shadow: 3px 4px 4px #000000;
    margin-top: 26px;
}


@media (max-width: 575px) {

    #header-main .slider {
        padding-top: 110px;
    }

    #header-main .slider .text-box {
        padding: 0;
    }

    #header-main .slider .text-box .text-top {
        font-size: 14px;
        color: #815c00;
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    #header-main .slider .text-box .text-tile {
        font-size: 30px;
        line-height: normal;
        width: 80%;
        margin: auto;
    }
        
    #header-main .slider .text-box .text-sub {
        font-size: 20px;
        line-height: normal;
        width: 80%;
        margin: auto;
        margin-top: 50px;
    }

}



@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translatex(-100px);
    }
    80% {
        transform: translatex(10px);
    }
    100% {
        opacity:1;
        transform: translatex(0);
    }
}
  
@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translatex(100px);
    }
    80% {
    transform: translatex(-10px);
    }
    100% {
        opacity:1;
        transform: translatex(0);
    }
}

/* .btn-boi-top {
    background: #11abba;
    color: #ffffff !important;
    padding: 8px 22px !important;
    border-radius: 8px;
    margin: 0 0 0 40px !important;
} */

#header-bar {
    margin-top: -40px;
}

#header-bar h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

#header-bar nav {
    margin-top: 40px;
}

#header-bar nav .breadcrumb {
    background: no-repeat;
    margin: 0;
    padding: 0;
}

#header-bar nav .breadcrumb-item.active {
    color: #ffffff;
}

#header-bar nav ol {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

#header-bar nav ol li a {
    color: #ffffff;
}

#header-bar .work-box {
    color: #ffffff;
    text-align: center;    
}

#header-bar .work-box.box-one {
    background: #00353f;
    border-bottom: 8px solid #cd9300;
}

#header-bar .work-box.box-two {
    background: #00353f;
    border-left: 2px solid #cd9300;
    border-right: 1px solid #cd9300;
    border-bottom: 8px solid #cd9300;
}

#header-bar .work-box.box-three {
    background: #00353f;
    border-left: 1px solid #cd9300;
    border-right: 2px solid #cd9300;
    border-bottom: 8px solid #cd9300;
}

#header-bar .work-box.box-four {
    background: #00353f;
    border-bottom: 8px solid #cd9300;
}

@media (max-width: 575px) {

    #header-bar .work-box.box-one {
        background: #00353f;
        border: none;
        border-bottom: 2px solid #cd9300;
        padding: 0 40px;
    }
    
    #header-bar .work-box.box-two {
        background: #00353f;
        border: none;
        border-bottom: 2px solid #cd9300;
        padding: 0 40px;
    }
    
    #header-bar .work-box.box-three {
        background: #00353f;
        border: none;
        border-bottom: 2px solid #cd9300;
        padding: 0 40px;
    }
    
    #header-bar .work-box.box-four {
        background: #00353f;
        border: none;
        border-bottom: 2px solid #cd9300;
        padding: 0 40px;
    }

}

#header-bar .work-box .work-box-icon {
    color: #4d777f;
    border-radius: 50%;
    background: #00353f;
    width: 110px;
    height: 110px;
    margin: auto;
    transition: all 0.7s ease;
    margin-top: 12px;
}

#header-bar .work-box .work-box-icon i {
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 16px;
}

#header-bar .work-box .work-box-txt {
    font-size: 18px;
    margin-bottom: 40px;
}

#header-bar .work-box:hover .work-box-icon {
    color: #ffffff;
    transform: translateY(-3em);
    border-bottom: 2px solid #4d777f;
}

#header-bar .work-box:hover .work-box-txt {
    text-shadow: 0px 0px 6px #b1b1b1;
}




/* Main */
main .main-content {
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, .07); */
    /* background-color: #fff; */
    /* padding: 40px 60px; */
}

@media (max-width: 991px) {
    main .main-content {
        padding: 40px 22px;
    }
}

/* @media (min-width: 992px) {
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
} */






.btn-get-free {
    font-size: 16px;
    color: #ffffff;
    background-color: #f4b61a;
    border-color: #f4b61a;
    margin-top: 26px;
    padding: 10px 20px;
}

.btn-get-free:hover {
    color: #ffffff;
    background-color: #f4b61a;
    border-color: #f4b61a;
}



.title-section {
    padding: 26px 40px;
    background: url(img/faq-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    margin-bottom: 80px;
}

.title-section h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.title-section h2 i {
    color: #ffffff;
}

.subtitle-section {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    margin-top: -2px;
}










/* Content */
.about-section{
    padding-top: 240px;
    padding-bottom: 100px;
}

@media (max-width: 1399px) {
    .about-section{
        padding-top: 110px;
        padding-bottom: 107px;
    }
}

@media (max-width: 991px) {
    .about-section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.container-content-section {
    padding: 120px 0;
    background: url(img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-image {
    display: inline-flex;
}
.about-image .img-one {
    position: relative;
    top: -140px;
}
@media (max-width: 1399px) {
    .about-image .img-one{
        top: 0px;
    }
}
.about-image .img-one .sign-text{
    position: absolute;
    bottom: 5px;
    color: #cd9300;
    font-size: 54px;
    white-space: nowrap;
    right: 25px;
}
@media(max-width: 575px){
    .about-image .img-one .sign-text{
        display: none;
    }
}        
.about-caption-number {
    font-size: 50px;
    margin-right: 10px;
    line-height: 1;
    color: #003b49;
    font-weight: 800;
}
.about-caption-text {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 500;
}
.about-image .img-two {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}
.about-image .img-two .floated-image{
    position: absolute;
    right: -50px;
    top: 73px;
    overflow: hidden;
    animation: mover 2s infinite  alternate;
}
@media (max-width: 575px){
    .about-image .img-two .floated-image{
        display: none;
    }
}
.about-image .img-two img {
    position: relative;
}
.about-inner{
    padding-left: 48px;
    padding-top: 53px;
}
@media(max-width: 1399px){
    .about-inner{
        padding-top: 13px;
    }
}
@media (max-width: 991px) {
    .about-inner{
        padding-top: 120px;
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .about-inner{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
    }
}
.about-section .section-title-box{
    margin-bottom: 40px;
}
.about-inner .section-tagline{
    margin-bottom: 4px;
}
.about-inner .section-title{
    margin-bottom: 30px;
}
.about-inner p {
    text-align: justify;
}
.about-card{
    margin-bottom: 36px;
}
.about-card .about-title{
    font-size: 18px;
}
@media(max-width: 767px){
    .about-card{
        margin-bottom: 30px;
    }
}
.about-title i{
    font-size: 18px;
    color: #cd9300;
    display: inline-block;
    margin-right: 10px;
}
.about-text {
    margin-bottom: 0;
}
.about-author-image{
    border-left: 5px solid #cd9300;
}
.about-author-image img{
    border-radius: 50%;
    border: 1px solid #838e91;
    padding: 10px 10px;
    margin-left: 10px;
}
.about-one-section{
    padding-top: 120px;
    padding-bottom: 120px;
}
@media(max-width: 1199px){
    .about-one-section{
        padding: 70px 0px;
    }
}
.about-two{
    padding-top: 120px;
}
.about-two-section{
    padding-bottom: 120px;
}
@media(max-width: 1199px){
    .about-two-section{
        padding-bottom: 70px;
    }
}
.about-two-image {
    display: inline-flex;
    position: relative;
}
.about-two-image .about-two-image-inner {
    position: relative;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.about-two-image .img-one .floated-image {
    right: 100%;
    top: 40px;
    position: absolute;
    animation: mover 2s infinite  alternate;
}
.about-two-image .img-two .mayor-image{
    position: absolute;
    left: -17px;
    top: 5px;
}
.about-two-image .img-two img {
    position: relative;
    margin-left: -120px;
    top: 70px;
}
.about-two-service-video{
    position: absolute;
    right: 40px;
    top: 20px;
}
.about-two-service-video a{
    background-color: #003b49;
    color: #cd9300;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}
.about-two-service-video a:hover {
    background-color: #cd9300;
    color: #fff;
}
.about-two-service-video a:before,
.about-two-service-video a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}
.about-two-service-video a:before{
    animation-delay: 1000ms;
}
.about-two-service-video a:after {
    animation-delay: 500ms;
}
.about-two-inner {
    padding-left: 60px;
    padding-top: 20px;
}
@media (max-width: 1399px) {
.about-two-inner{
        margin-left: 30px;
    }
}
@media (max-width: 1199px) {
.about-two-inner{
        margin-left: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
.about-two-inner{
        margin: 0;
        padding: 0;
    }
}
.about-two-inner .section-tagline{
    margin-bottom: 10px;
}
.about-two-content{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    color: #003b49;
}
.about-two-content i{
    font-size: 18px;
    color: #cd9300;
    display: inline-block;
    margin-right: 15px;
}
.about-two-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.about-two-text{
    margin-top: 35px;
}
.about-two-text-inner-one p{
    color: #cd9300;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}
.about-two-text p {
    margin-bottom: 30px;
    line-height: 1.875;
}
.about-two-author-content {
    display: flex;
    align-items: center;
}
@media(max-width:1399px){
    .about-two-author-content{
        display: block;
    }
}
@media (max-width: 575px){
    .about-two-author-content{
        flex-wrap: wrap;
    }
}
.about-two-author-content-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media(max-width: 1399px){
    .about-two-author-content-box{
        margin-bottom: 20px;
    }
}
.about-two-author-content-icon i{
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: #cd9300;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.about-two-author-content-contact{
    margin-left: 15px;
}
.about-two-author-content-contact h5{
    color: #003b49;
    margin-bottom: 3px;
    font-size: 16px;
}
.about-two-author-content-contact a {
    color: #838e91;
    font-size: 17px;
}
.about-two-author-content-contact a:hover {
    color: #cd9300;
}
.about-two-author-content-socials{
    margin-left: 60px;
}
@media (max-width: 1399px) {
.about-two-author-content-socials{
        margin-left: 0px;
    }
}
@media (max-width: 500px) {
.about-two-author-content-socials{
        margin-top: 30px;
    }
}
.about-two-author-content-socials a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 10px;
    text-align: center;
    background-color: #f3f6f7;
    color: #003b49;
}
.about-two-author-content-socials a:hover{
    background-color: #cd9300;
    color: #ffffff;
}




.section-title {
    position: relative;
    font-size: 50px;
    color: #003b49;
    margin-bottom:30px;
}

@media(max-width: 575px) {
    .section-title {
        font-size: 46px;
        line-height: 46px;
    }
}

.section-tagline {
    position: relative;
    font-size: 14px;
    color: #cd9300;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.section-tagline:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 35px;
    top: -13px;
    background-color: #cd9300;
}
.section-title-box.text-center .section-tagline:before {
    left: 50%;
    transform: translateX(-50%);
}




.service-section{
    padding-top: 120px;
    background: linear-gradient(#002931, #00090a85), url(img/service-bg-1.jpg) center center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 991px){
    .service-section{
        padding-top: 80px;
    }
}
.service-section .section-title-box{
    margin-bottom: 40px;
    margin-top: 13px;
}
.service-section .section-tagline{
    margin-bottom: 4px;
}
.service-section h2{
    margin-bottom: 32px;
    letter-spacing: -0.4px;
}

@media(max-width: 575px) {
    .service-section h2 {
        font-size: 40px;
    }
}

.service-section .section-text p{
    color: #9cb7bd;
    margin-bottom: 110px;
}
.service-arrow-image {
    position: relative;
}
@media (max-width: 1199px) {
    .service-arrow-image{
        display: none;
    }
}
@keyframes UpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
}
.service-arrow-image img {
    position: absolute;
    bottom:250px;
    right: -60px;
    animation: UpDown 2s linear infinite;
    transform: translateX(45px);
    transform-origin: top left;
}
.service-card {
    background-image: url("img/service-3.jpg");
    position: relative;
    z-index: 1;
    background-position: bottom center;
    padding: 60px 40px;
    margin-bottom: -60px;
}
@media(max-width: 1199px) {
    .service-card{
        padding: 40px 40px;
        margin-top: -30px;
    }
}
@media(max-width: 575px) {
    .service-card{
        padding: 0;
    }
}
.service-card-video{
    padding: 20px 20px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0 ;
}
@media (max-width: 1199px) {
    .service-card-video{
        display: none;
    }
}
.service-card-video a {
    color: #cd9300;
    font-size: 32px;
    background-color: #003b49;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}
.service-card-video a i {
    color: #cd9300;
}

.service-card-video a:hover {
    background-color: #cd9300;
    color: #fff;
}

.service-card-video a:hover i {
    color: #ffffff;
}

.service-card-video a:before,
.service-card-video a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}
.service-card-video a:before{
    animation-delay: 1000ms;
}
.service-card-video a:after {
    animation-delay: 500ms;
    width: 140px;
height: 140px;
top: calc(50% - 70px);
left: calc(50% - 70px);
-webkit-animation: videoBtnAnim 5s ease-in-out infinite;
animation: videoBtnAnim 5s ease-in-out infinite;
}
.service-card li{
    font-size: 18px;
    position: relative;
    transition: all 500ms ease;
}
.service-card li + li{
    border-top: 1px solid #e1e8ea;	
}
.service-card li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    padding: 15px 20px;
    color: #838e91;
    transition: all 500ms ease;
}
.service-card li a:hover {
    background-color: #f3f6f7;
    color:#cd9300;
}
.service-card li a i {
    font-size: 12px;
}
.service-card .section-text{
    margin-bottom: 40px;
}
.service-one-section{
    padding: 120px 0px;
}
.service-one-card{
    padding:40px 40px;
    border: 1px solid #e1e8ea;
    overflow: hidden;
position: relative;
transition: .4s;
min-height: 310px;
}
.service-one-card:hover{
    border: 1px solid #cd9300;
}
.service-one-card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 500ms ease;
    box-shadow: 0 0 0px 0px #cd9300;
    z-index: -1;
}
.service-one-card:hover:before{
    box-shadow: 0 0 0px 2px #cd9300;	
}
.service-one-card:after{
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: #f3f6f7;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 100%;
    transition: all 500ms ease;
}
.service-one-card:hover:after{
    background-color: #cd9300;
}
.service-one-icon{
        transition: all 500s ease-in-out;
    transform: translateY(30px);
animation: fadeinout 500ms infinite;
display: block;
}
.service-one-card:hover .service-one-icon{
    display: none;
}
.service-one-card:hover .service-three-icon{
    transform: scale(1,1);
    display: none;
transform-origin: center left;
}
.service-one-icon > i{
    font-size: 60px;
    color: #cd9300;
    display: block;
}
.service-one-card-content{
    transition: all 1000ms ease;
    transform: translateY(50px);
}
.service-one-card:hover .service-one-card-content{
    transform: scale(1,1);
transform-origin: center left;
}
.service-one-card-content > h3 > a{
    color: #003b49;
    font-size: 23px;
    transition: all 500ms ease;
}
.service-one-card-content > h3 > a:hover{
    color: #cd9300;
}
.service-one-card-content > p{
    margin-bottom: 0px;
/*	display: none;*/
}
.service-one-card:hover .service-one-card-content > p{
    display: block;
}
.service-one-detail{
    display: flex;
    align-items: center;
    opacity: 0;
    justify-content: space-between;
}
.service-one-card:hover .service-one-detail{
    opacity: 1;
}
.service-one-detail a > span{
    color: #003b49;
    transition: all 500ms ease;
    font-weight: 600;
}
.service-one-detail a > span:hover{
    color: #cd9300;
}
.service-one-detail a > i{
    color: #003b49;
    transition: all 500ms ease;
}
.service-one-detail a > i:hover{
    color: #cd9300;
}
.service-one-detail > a > i{
    margin-left:10px;
}
.service-one-detail > i{
    font-size: 60px;
    opacity: 0.4;
}
.service-two-section{
    position: relative;
    padding: 120px 0;
}
.service-two-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #cd9300;
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 290px;
}
.service-two-card{
    margin-bottom: 30px;
}
.service-two-imgbox{
    background-color: #ffffff;	
    position: relative;
}
.service-two-image img{
    width: 100%;
}
.service-two-image a{
    position: absolute;
    inset: 0;
    background-color: rgba(rgba(45, 205, 124), 0.5);
    transition: transform 500ms ease-out;
    transform: scale(1,0);
    transform-origin: bottom center;
}
.service-two-card:hover .service-two-image a {
transform: scale(1,1);
transform-origin: top center;
}
.service-two-card-content{
    padding: 30px 50px 15px 50px;
    text-align: center;
    position: relative;
    margin: 0px 20px;
    margin-top: -35px;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.service-two-card-content h4{
    font-size: 22px;
    color: #003b49;
}
.service-two-card-content p{
    border-bottom: 1px solid #e1e8ea;
    padding-bottom: 32px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.service-two-card-content i{
    color: #003b49;
    margin-top: 10px;
}
.service-link-box{
    position: relative;
    background-image: url("../image/bg/service-link-1.png");
    background-color: #003b49;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    padding: 49px 50px;
}
@media(max-width: 1199px){
    .service-link-box{
        padding: 45px 40px;
    }
}
.service-link-box h4 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}
.service-link-box ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service-link-box li{
    font-size: 18px;
}
.service-link-box li + li {
    margin-top: 20px;
}
.service-link-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #9cb7bd;
}
.service-link-box li a:hover {
    color:#ffffff;
}
.service-link-box li a i {
    font-size: 12px;
    transition: all 500ms ease;
}
.service-link-box li a:hover i {
    color: #cd9300;
}
.service-two-image > a:before,
.service-two-image > a:after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.service-two-image > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.service-two-card-content a{
    transform: translateX(50px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: all .7s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 16px;
}
.service-two-card:hover .service-two-card-content a{
    transform: scale(1,1);
transform-origin: center right;
}
.service-two-card .service-two-card-content span{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 800;
    opacity: 0;
}
.service-two-card:hover .service-two-card-content span{
    color: #003b49;
    opacity: 1;
}
.service-details-section{
    padding-top: 120px;
    padding-bottom: 120px;
}
@media(max-width: 1199px){
    .service-details-section{
        padding: 70px 0px;
    }
}
.service-details-image{
    margin-bottom: 20px;
}
.service-details-image img{
    width: 100%;
}
.service-details-content-box h3{
    font-size: 34px;
}
.service-details-content-box h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}
.service-details-title{
    font-size: 24px;
    margin-bottom: 22px;
}
.service-details-box-inner{
    margin: 40px 0px;
}
.service-details-box-inner .row > [class^='col-'] + [class^='col-'] {
    border-left: 2px solid #fff;
}
@media(max-width: 991px) {
    .service-details-box-inner .row > [class^='col-'] + [class^='col-'] {
        border-left: 0;
        border-top: 2px solid #fff;
    }
}
.service-details-box{
    padding: 60px 60px;
    background-color: #f3f6f7;
}
.service-details-icon a{
    font-size: 60px;
    color: #cd9300;
    margin-bottom: 18px;
    display: inline-block;
}
.service-details-icon i{
    margin-bottom: 0px;
}
.service-details-content h4{
    margin-bottom: 5px;
}
.service-details-content h4 > a{
    color: inherit;
    transition: all 500ms ease;
}
.service-details-content h4 > a:hover{
    color: #cd9300;
}
.service-details-content p{
    margin-bottom: 0;
}
.service-three-section{
    padding: 120px 0px;
}
@media(max-width: 1199px){
    .service-three-section{
        padding: 70px 0px;
    }
}
.service-three-card{
    padding:45px 45px;
    border: 1px solid #e1e8ea;
    overflow: hidden;
position: relative;
transition: .4s;
min-height: 188px;
transition: all 500ms ease;
}
.service-three-card:hover{
    border: 1px solid #cd9300;
}
.service-three-card:after{
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: #f3f6f7;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 100%;
    transition: all 500ms ease;
}
.service-three-card:hover:after{
    background-color: #cd9300;
}
.service-three-icon{
        transition: all 500s ease-in-out;
    transform: translateY(30px);
animation: fadeinout 500ms infinite;
}
.service-three-card:hover .service-three-icon{
    transform: scale(1,1);
    display: none;
transform-origin: center left;
}
.service-three-icon > i{
    font-size: 60px;
    color: #cd9300;
    display: block;
}
.service-three-card-content{
    transition: all 1000ms ease;
    transform: translateY(50px);
}
.service-three-card:hover .service-three-card-content{
    transform: scale(1,1);
transform-origin: center left;
}
.service-three-card-content > h3 > a{
    color: #003b49;
    font-size: 23px;
    transition: all 500ms ease;
}
.service-three-card-content > h3 > a:hover{
    color: #cd9300;
}
.service-three-card-content > p{
    margin-bottom: 0px;
    display: none;
}
.service-three-card:hover .service-three-card-content > p{
    display: block;
}
.service-three-detail{
    display: flex;
    align-items: center;
    opacity: 0;
    justify-content: space-between;
}
.service-three-card:hover .service-three-detail{
    opacity: 1;
}
.service-three-detail a > span{
    color: #003b49;
    transition: all 500ms ease;
    font-weight: 600;
}
.service-three-detail a > span:hover{
    color: #cd9300;
}
.service-three-detail a > i{
    color: #003b49;
    transition: all 500ms ease;
}
.service-three-detail a > i:hover{
    color: #cd9300;
}
.service-three-detail > a > i{
    margin-left:10px;
}
.service-three-detail > i{
    font-size: 60px;
    opacity: 0.4;
}




/* Services */
.feature-box-1 {
    background: #f0f2f5;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin: 15px 0;
    position: relative;
    height: 424px;
    top: 0;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
  }

  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }

  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    /* background: #ff6600;
    color: #ffffff; */
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }

  .feature-box-1 .icon svg {
    width: 46px;
    height: 46px;
    color: #003466;
    stroke: #003466;
    stroke-width: 1px;
  }

  .feature-box-1 h5 {
    color: #003946;
    font-weight: 400;
  }

  .feature-box-1 p {
    margin: 0;
  }
  
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: au
    to;
  }
  .feature-box-1 ul {
    min-height: 100px;
  }

  .feature-box-1 .feature-content .price {
    font-size: 18px;
    font-weight: 500;
    color: #34acd1;
  }

  .feature-box-1 .btn-services {
    color: #ffffff;
    background: #003466;
    padding: 10px 50px;
    border: none;
    border-radius: 0;
  }

  .feature-box-1 .btn-services:hover {
    background: #2E6083;
  }






  /* FAQ */
.faq_section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 200px;
}

.faq_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.faq_section .heading_container span {
    font-size: 20px;
    color: #bfbfbf;
}

.pb_accordion {
    padding: 0 25px;
}

.pb_accordion .item > a {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    position: relative;
    color: #495057;
}

@media (max-width: 991px) {
    .pb_accordion .item > a {
        padding-right: 30px;
    }
}

@media(max-width: 575px) {
    .pb_accordion {
        padding: 0;
    }

    .pb_accordion .item > a {
        padding-right: 60px;
        line-height: 20px;
    }
}

.pb_accordion .item>a:before {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pb_accordion .item>a[aria-expanded="true"] {
    color: #009794;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.pb_accordion .item>a[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
}

.pb_accordion .item>div *:last-child {
    margin-bottom: 0;
}

.pb_accordion p {
    color: #666666;
}





/* Footer */
#footer {
    background-color: #2d3032;
    background: linear-gradient(#00272f, #001316d1), url(img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
    border-top: 8px solid #cd9300;
    padding-top: 60px;
}

#footer h1 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 10px;
}

#footer hr {
    border: 1px solid #fff;
}

#footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #footer h5 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

#footer ul li a {
    color: #ffffff;
}

@media (max-width: 575px) {
    #footer .footer-about-company {
        display: none;
    }
}

#footer .footer-about-company .company-logo {
    margin-bottom: 20px;
}

#footer .footer-about-company .company-logo img {
    width: 190px;
    position: absolute;
    left: 16px;
    top: 16px;
}

#footer .footer-about-company p {
    font-size: 16px;
}

@media (max-width: 575px) {
    #footer .footer-nav-link {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    #footer li.nav-item {
        list-style: disc;
    }
}

#footer .nav-item-fp {
    border-top: 1px solid #254753;
    padding-top: 14px;
}

#footer .nav-item-fp a {
    color: #ffb700;
}

#footer .footer-contact {
    color: #ffffff;
}
@media (max-width: 575px) {
    #footer .footer-contact {
        padding-left: 30px;
        margin-top: 70px;
    }
}

#footer .footer-contact .nav .nav-item {
    line-height: 22px;
    position: relative;
    text-decoration: none;
}

#footer .footer-contact .nav .nav-item i {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 4px;
    left: -28px;
}

@media (max-width: 991px) {
    #footer .footer-contact .nav .nav-item i {
        display: none;
    }
}

#footer .footer-contact .nav .nav-item .line {
    color: #ffffff;
}



#footer .legal {
    font-size: 15px;
    color: #ffffff;
    width: 50%;
    margin-top: 130px;
    margin-bottom: 70px;
}

@media (max-width: 575px) {
    #footer .legal {
        color: #a3a3a3;
        text-align: justify;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 64px;
        margin-bottom: 80px;
        width: 100%;
        line-height: normal;
    }
}

#footer .legal a {
    color: #ffb700;
}

#footer .copyright {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #000f12;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #cd9300;
}

@media (max-width: 575px) {
    #footer .copyright {
        font-size: 14px;
    }
    
    #footer .copyright .rights-reserved {
        display: block;
        line-height: normal;
    }
}




.flex-caption {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 30%;
    padding: 2%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    line-height: 18px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.flexslider {
    margin: 0;
    border: 8px solid #e0e1e3;
}

.flexslider ul.slides li {
    position: relative;
    /* border: 8px solid #e0e1e3; */
}

.flex-caption .caption-entry {
    padding: 30px;
}

.flex-caption .caption-entry .caption-title {
    margin-bottom: 7%;
    padding: 10% 0 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.flex-caption .caption-entry .caption-title h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Alice', serif;
    text-transform: uppercase;
}

.flex-caption .caption-entry p {
    text-align: justify;
}

.flex-direction-nav {
    position: absolute;
    z-index: 5;
    bottom: 18px;
    right: 18px;
}

.flex-direction-nav li {
    float: left;
    margin-left: 1px;
}

.flex-direction-nav li a {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    background-image: url(img/direction-nav.png);
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    
    position: static;
    opacity: unset;

    cursor: pointer;
}

.flex-direction-nav li a:hover {
    background-color: #549dc8;
}

.flex-direction-nav a:before {
    margin-top: 20px;
}

.flex-direction-nav li .flex-next {
    background-position: right top;
}

.flex-control-nav {
    display: none;
}





.item-service {
    margin-bottom: 30px;
}

.blue {
    background: #052a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px 0px 0px 18px;
}

@media (max-width: 991px) {
    .blue {
        flex: 0 0 5%;
        max-width: 5%;
        padding: 0;
    }

    .blue svg {
        display: none;
    }
}

.blue svg {
    width: 110px;
    height: 110px;
    color: #ffffff;
    stroke: #ffffff;
    stroke-width: 1px;
}

.white {
    padding: 20px 20px 20px 40px;
    border: 2px solid #dfdfe0;
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

@media (max-width: 991px) {
    .white {
        flex: 0 0 95%;
        max-width: 95%;
        padding: 20px 20px 20px 20px;
    }
}

.white ul {
    margin-top: 22px;
}

.btn-started {
    background-color: #0ea8dc;
    border-color: #0ea8dc;
}

.btn-started a {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2px 12px;
}

.btn-boi {
    background-color: #f4b61a;
    border-color: #f4b61a;
}

.btn-boi a {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 2px 12px;
}

.btn-boi a:hover {
    color: #ffffff;
} 

.btn-boi a:focus {
    outline: none;
    box-shadow: none;
} 

.btn-boi a i {
    font-size: 22px;
    margin-left: 8px;
    padding-top: 2px;
}

@media (max-width: 991px) {
    .btn-started a {
        font-size: 12px;
        padding: 0;
    }
}

.btn-started a i {
    font-size: 22px;
    margin-left: 8px;
    padding-top: 2px;
}

.btn-started:hover {
    background-color: #0ea8dc;
    border-color: #0ea8dc;
}

.btn-started:hover a {
    color: #ffffff;
}

.btn-started .btn.focus,
.btn-started .btn:focus {
    outline: none;
    box-shadow: none;
}


.btn-send {
    background-color: #052a4b;
    border-color: #052a4b;
    width: 200px;
}

.btn-send a {
    color: #ffffff;
}

.btn-send:hover {
    background-color: #0e84d9;
    border-color: #0e84d9;
}

.btn-send:hover a {
    color: #ffffff;
}






/* contact section */
.contact_section .heading_container {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .contact_section .heading_container h2 {
    color: #232323;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-top: 80px;
    margin-bottom: 90px;
} */

.contact_section .contact-form {
    padding: 0 25px;
    border-radius: 20px;
}

.contact_section .contact-form input,
.contact_section .contact-form select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 46px;
    margin: 12px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.contact_section .contact-form textarea {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.contact_section .contact-form input.input_message {
    height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form button {
    font-weight: 500;
    color: #fff;
    background-color: #00cfca;
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 12px 50px;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact_section .map_img-box {
    width: 80%;
    margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
    width: 100%;
}

.contact_section .contact {
    color: #ffffff;
    /* background: linear-gradient(to bottom right, #00a2ff, #000f25); */
    background: #003466;
    padding: 40px;
    border-radius: 22px 0 0 22px;
    margin-right: -60px;
}

.contact_section .contact h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

.contact_section .contact .contact-phone,
.contact_section .contact .contact-email,
.contact_section .contact .contact-address {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.contact_section .contact .contact-phone .phone-icon,
.contact_section .contact .contact-email .email-icon,
.contact_section .contact .contact-address .address-icon {
    padding: 14px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_section .contact .contact-phone .phone strong,
.contact_section .contact .contact-email .email strong,
.contact_section .contact .contact-address .address strong {
    width: 80px;
    font-weight: 500;
    display: inline-block;
}

.contact_section .contact .contact-address .address {
    display: flex;
}

.contact_section .contact .contact-address .address strong {
    margin-right: 16px;
}



/* Mayor Section */
.mayor-section{
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 1199px) {
	.mayor-section{
		padding-top: 70px;
		padding-bottom: 0px;
	}
}
@media (max-width: 300px) {
	.mayor-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.mayor-box{
	padding-right: 46px;
	padding-top: 14px;
}
@media (max-width: 991px) {
	.mayor-box{
		padding-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.mayor-box{
		display: inline;
	}
}
.mayor-box .section-title-box {
	margin-bottom: 30px;
}
.mayor-box .section-title-box .section-title {
    margin-bottom: 40px;
    line-height: 54px;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .mayor-box .section-title-box .section-title {
        font-size: 46px;
        line-height: 46px;
    }
}


.mayor-box p{
	margin-bottom: 0px;
}
.mayor-box li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mayor-box i{
	font-size: 18px;
    color: #cd9300;
    display: inline-block;
    margin-right: 10px;
}
.mayor-icon-box {
	display: flex;
	margin-bottom: 20px;
}
.mayor-icon {
	margin-right: 20px;
	position: relative;
}
.mayor-icon:before {
	position: absolute;
	content: '';
	height: 44px;
	width: 44px;
	left: 0;
	top: 0;
	background-color: #f3f6f7;
}
.mayor-icon i{
	font-size: 64px;
	color: #cd9300;
	position: relative;
	display: inline-block;
}
.mayor-icon-title{
	margin: 0;
	font-weight: 700;
	line-height: 1.7;
	font-size: 20px;
}
.mayor-icon-title a {
	color: inherit;
}
.mayor-img{
	position: relative;
}
@media (max-width: 991px) {
	.mayor-img:before{
		position: relative;
	}
}
.mayor-img .floated-image-one{
	position:absolute;
	color: #ffffff;
    left: -70px;
    bottom: -90px;
	transition: all 500ms ease;
	animation: fadeInRight 3s ease-in-out;
}

@keyframes fadeInRight {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0);
    }
}

@media(max-width: 991px){
	.mayor-img .floated-image-one{
		display: none;
	}
}
.mayor-img img {
	position: relative;
}
@media(max-width: 991px){
	.mayor-img img{
		margin-right: 30px;
	}
}
.mayor-name {
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	top: 40px;
	background-color: #fff;
	color: #003b49;
	writing-mode: vertical-rl;
	transform: translateX(-50%) rotate(180deg);
	padding: 60px 20px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.17);
}
@media(max-width: 991px){
	.mayor-name{
		padding: 50px 20px;
		left: 0;
	}
	.mayor-img{
		margin-left: 30px;
	}
}





/* ---------- */



.version1 {
    background-image: url(img/p-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin: 300px 0 200px 0px;
}

@media (max-width: 575px) {
    .version1 {
        margin: 0;
    }
}

.version1 .heading {
    font-size: 72px;
    font-weight: 800;
    text-transform: capitalize;
  }
  @media (max-width: 1024px) {
    .version1 .heading {
      font-size: 52px;
    }
  }
  @media (max-width: 991px) {
    .version1 .heading {
      font-size: 42px;
      padding: 0 16px;
    }
  }
  @media (max-width: 420px) {
    .version1 .heading {
      font-size: 30px;
    }
  }

  .version1 .wexp .container {
    padding: 0;
  }

  .version1 .wexp .academic-head {
    position: absolute;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 1199px) {
    .version1 .wexp .academic-head {
      position: relative;
      margin-top: 100px;
    }
  }
  @media (max-width: 1024px) {
    .version1 .wexp {
      padding: 35px 0px 30px;
    }
  }
  @media (max-width: 991px) {
    .version1 .wexp {
      padding: 0px;
    }
  }
  @media (max-width: 991px) {
    .version1 .wexp .heading {
      padding: 0px 15px 20px;
    }
  }

  @media (max-width: 575px) {
    .version1 .wexp .heading {
        font-size: 46px;
        font-weight: 500;
        color: #003b49;
        line-height: 46px;
        text-align: left !important;
        padding: 0;
    }
  }

  .version1 .wexp .academic-head {
    position: absolute;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 1199px) {
    .version1 .wexp .academic-head {
      position: relative;
      margin-top: 100px;
    }
  }
  .version1 .wexp .wexp-angle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media (max-width: 1199px) {
    .version1 .wexp .wexp-angle {
      -webkit-transform: rotate(0deg) !important;
      -moz-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
      -o-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
    }
  }
  .version1 .wexp .wexp-angle2 {
    -webkit-transform: rotate(45deg) translate(188px, 150px);
    -moz-transform: rotate(45deg) translate(188px, 150px);
    -ms-transform: rotate(45deg) translate(188px, 150px);
    -o-transform: rotate(45deg) translate(188px, 150px);
    transform: rotate(45deg) translate(188px, 150px);
  }
  @media (max-width: 1199px) {
    .version1 .wexp .wexp-angle2 {
      -webkit-transform: rotate(0deg) translateY(-54px) !important;
      -moz-transform: rotate(0deg) translateY(-54px) !important;
      -ms-transform: rotate(0deg) translateY(-54px) !important;
      -o-transform: rotate(0deg) translateY(-54px) !important;
      transform: rotate(0deg) translateY(-54px) !important;
    }
    
  }

  @media (min-width: 1200px) {
    .mr-120 {
        margin-right: 120px;
    }

    .ml-70 {
        margin-left: 70px;
    }

    .mt-200 {
        margin-top: 200px;
    }
  }

  .version1 .wexp .single-block {
    padding: 16px;
    border: 2px solid rgba(221, 221, 221, 0.2);
    min-height: 90px;
  }
  @media (max-width: 1199px) {
    .version1 .wexp .single-block {
      border: 0px;
      padding: 16px 0px;
    }
  }
  .version1 .wexp .single-block .single-block-outer {
    box-shadow: 0 0 26px rgba(221, 221, 221, 0.84);
    width: 312px;
    height: 300px;
  }
  @media (max-width: 1199px) {
    .version1 .wexp .single-block .single-block-outer {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 576px) {
    .version1 .wexp .single-block .single-block-outer {
        padding: 0px;
        height: auto;
        width: 100%;
    }

    .version1 .wexp .single-block .single-block-outer .single-block-inner {
        height: auto!important;
        width: 100%!important;
    }

    .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2 {
        margin-top: 30px;
    }
  }

  .version1 .wexp .single-block .single-block-outer .single-block-inner {
    text-align: center;
    width: 312px;
    height: 300px;
  }
  @media (max-width: 1199px) {
    .version1 .wexp .single-block .single-block-outer .single-block-inner {
      padding: 46px 16px;
    }
  }
  .version1 .wexp .single-block .single-block-outer .single-block-inner .e-img {
    margin-bottom: 10px;
    -webkit-transform: rotate(-45deg) translate(-70px, -57px);
    -moz-transform: rotate(-45deg) translate(-70px, -57px);
    -ms-transform: rotate(-45deg) translate(-70px, -57px);
    -o-transform: rotate(-45deg) translate(-70px, -57px);
    transform: rotate(-45deg) translate(-70px, -57px);
  }
  @media (max-width: 1199px) {
    .version1 .wexp .single-block .single-block-outer .single-block-inner .e-img {
      -webkit-transform: rotate(0deg) translate(0px, 0px);
      -moz-transform: rotate(0deg) translate(0px, 0px);
      -ms-transform: rotate(0deg) translate(0px, 0px);
      -o-transform: rotate(0deg) translate(0px, 0px);
      transform: rotate(0deg) translate(0px, 0px);
    }
  }
  .version1 .wexp .single-block .single-block-outer .single-block-inner .e-head {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg) translate(-35px, -35px);
    -moz-transform: rotate(-45deg) translate(-35px, -35px);
    -ms-transform: rotate(-45deg) translate(-35px, -35px);
    -o-transform: rotate(-45deg) translate(-35px, -35px);
    transform: rotate(-45deg) translate(-35px, -35px);
  }
  @media (max-width: 1199px) {
    .version1
      .wexp
      .single-block
      .single-block-outer
      .single-block-inner
      .e-head {
      -webkit-transform: rotate(0deg) translate(0px, 0px);
      -moz-transform: rotate(0deg) translate(0px, 0px);
      -ms-transform: rotate(0deg) translate(0px, 0px);
      -o-transform: rotate(0deg) translate(0px, 0px);
      transform: rotate(0deg) translate(0px, 0px);
      font-size: 17px;
    }
  }
  .version1
    .wexp
    .single-block
    .single-block-outer
    .single-block-inner
    .e-sub-head {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #e1ae2f;
    -webkit-transform: rotate(-45deg) translate(-10px, -24px);
    -moz-transform: rotate(-45deg) translate(-10px, -24px);
    -ms-transform: rotate(-45deg) translate(-10px, -24px);
    -o-transform: rotate(-45deg) translate(-10px, -24px);
    transform: rotate(-45deg) translate(-10px, -24px);
  }
  @media (max-width: 1199px) {
    .version1
      .wexp
      .single-block
      .single-block-outer
      .single-block-inner
      .e-sub-head {
      -webkit-transform: rotate(0deg) translate(0px, 0px);
      -moz-transform: rotate(0deg) translate(0px, 0px);
      -ms-transform: rotate(0deg) translate(0px, 0px);
      -o-transform: rotate(0deg) translate(0px, 0px);
      transform: rotate(0deg) translate(0px, 0px);
    }
  }
  .version1 .wexp .single-block .single-block-outer .single-block-inner .e-para {
    text-align: left;
    margin-bottom: 10px;
    -webkit-transform: rotate(-45deg) translate(25px, 10px);
    -moz-transform: rotate(-45deg) translate(25px, 10px);
    -ms-transform: rotate(-45deg) translate(25px, 10px);
    -o-transform: rotate(-45deg) translate(25px, 10px);
    transform: rotate(-45deg) translate(25px, 10px);
  }
  .version1 .wexp .single-block .single-block-outer .single-block-inner .e-para ul li {
    text-align: left;
  }
  @media (max-width: 1199px) {
    .version1
      .wexp
      .single-block
      .single-block-outer
      .single-block-inner
      .e-para {
      -webkit-transform: rotate(0deg) translate(0px, 0px);
      -moz-transform: rotate(0deg) translate(0px, 0px);
      -ms-transform: rotate(0deg) translate(0px, 0px);
      -o-transform: rotate(0deg) translate(0px, 0px);
      transform: rotate(0deg) translate(0px, 0px);
    }
  }
  .version1
    .wexp
    .single-block
    .single-block-outer
    .single-block-inner
    .genric-btn2 {
    -webkit-transform: rotate(-45deg) translate(78px, 68px);
    -moz-transform: rotate(-45deg) translate(78px, 68px);
    -ms-transform: rotate(-45deg) translate(78px, 68px);
    -o-transform: rotate(-45deg) translate(78px, 68px);
    transform: rotate(-45deg) translate(78px, 68px);
    background-repeat: no-repeat;
    background: #cd9300;
    color: #ffffff;
    border: 1px solid #cd9300;
    text-transform: initial;
    box-shadow: -14px 14px 21px #dddddd;
  }
  @media (max-width: 1199px) {
    .version1
      .wexp
      .single-block
      .single-block-outer
      .single-block-inner
      .genric-btn2 {
      -webkit-transform: rotate(0deg) translate(0px, 0px);
      -moz-transform: rotate(0deg) translate(0px, 0px);
      -ms-transform: rotate(0deg) translate(0px, 0px);
      -o-transform: rotate(0deg) translate(0px, 0px);
      transform: rotate(0deg) translate(0px, 0px);
    }
  }
  .version1
    .wexp
    .single-block
    .single-block-outer
    .single-block-inner
    .genric-btn2:hover {
    color: #fff;
    border: 1px solid #fff;
  }
  .gradient-bg,
  #back-top a,
  .genric-btn,
  .version1 .zigzag-downside-grad,
  .version1 .hire-me,
  .version1 .navbar-nav .nav-item:hover .nav-link,
  .version1 .navbar-nav .nav-item.active1 .nav-link,
  .version1
    .banner-section
    .banner-middle
    .banner-content
    .bottom-content
    .social-link:hover,
  .version1 .banner-section .banner-middle .fullname,
  .version1
    .wexp
    .single-block
    .single-block-outer
    .single-block-inner
    .genric-btn2:hover,
  .blog-version .blog-info .author .name a:hover,
  .blog-version .blog-info .button-widget .blog-btn:hover,
  .blog-version .blog-info .blog-meta ul li a:hover,
  .blog-area .blog-post .card-link:hover,
  .blog_right_sidebar .author_widget .authon_btns .genric-btn3:hover,
  .blog_details_area blockquote p {
    background: #00353f;
  }
  
  .gradient-bg-reverse,
  .version1 .about-section .tools-expert .progress-box .progress .progress-bar {
    background: #fcc415;
    background: -webkit-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
    background: -moz-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
    background: -o-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
    background: -ms-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
    background: linear-gradient(270deg, #f41863 10%, #fcc415 100%);
  }
  .genric-btn2 {
    background: #fff;
    color: #222;
    position: relative;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    border-radius: 50px;
  }
  .genric-btn2:hover {
    color: #222;
    box-shadow: -8px 8px 33px rgba(101, 101, 101, 0.36);
  }