body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #f5f4ee;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
    box-shadow: none !important;
}
section {
    padding: 80px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
}
h1, h2,h3,h4,h5,h6{
    font-family: "Playfair", serif;
}
p {
    color: #978c8c;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

a.logo img {
    width: 200px;
}

span{
    vertical-align: baseline;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul li:last-child {
    padding-right: 0;
}

header ul li img {
    padding-right: 3px;
    max-width: 25px;
}

header ul li a {color: #000;font-size: 17px;font-weight: 500;}

header {
    padding: 20px 0;
    position: relative;
    background: #f5f4ee;
}

header .row {
    align-items: center;
}

header ul {
    text-align: right;
}

li.phone:hover img {
    animation: wobble 1.5s linear infinite;
}

li.msg:hover img {
    animation: heartBeat 1.5s linear infinite;
}

.btn {
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 0;
    position: relative;
      font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
}


a{
    text-decoration: none !important;
      font-family: 'Poppins', sans-serif;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}


footer {
    padding: 60px 0;
    position: relative;
    background: #054340;
    border-top: 8px solid #9ce069;
}

.copy p {
    margin-bottom: 0;
    color: #dbdbdb;
    font-size: 13px;
    text-transform: uppercase;
}

.copy {
    background: #054340;
    padding: 15px 0;
    border-top: 1px solid #0a7570;
    width: 100%;
}



.copy ul {
    text-align: right;
}
.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 3px;
    font-size: 12px;
    color: #dbdbdb !important;
}

.copy ul li::before {content: "";height: 100%;width: 1px;position: absolute;right: -3px;top: 0;background: #dbdbdb;!;}

.copy ul li:last-child::before {
    display: none;
}

.copy ul li a {
    color: #dbdbdb !important;
    text-transform: uppercase;
}





header .btn {
    background: #000;
    color: #fff !important;
}

.btn::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #ffc412;
    border-radius: 50%;
    left: 18px;
    top: 17px;
    display: none;
}


.home-banner::before{
    content: "";
    background: url('../images/home-banner.jpg') no-repeat;
}

.home-banner {
    background: #054340;
    min-height: 582px;
    padding-top: 6rem;
    overflow: hidden;
}


.info-banner h1 {
    font-size: 3.75rem;
    line-height: 53px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 22px;
    padding-bottom: 10px;
    text-shadow: #000000b8 0 1px 1px;
    position: relative;
    /* font-family: 'Poppins', sans-serif; */
    text-transform: uppercase;
}

.info-banner h1 > span {
    font-weight: 700;
    letter-spacing: 0;
}

.info-banner h1::before {
    position: absolute;
    left: 0;
    background: #d53e2e;
    width: 150px;
    height: 8px;
    border-radius: 50px;
    bottom: 0;
}

.info-banner h1 + p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.info-banner ul.banner-ul li img {margin-right: 10px;position: relative;top: 0;}

.info-banner ul.banner-ul li {
    display: inline-block;
    width: 44%;
    color: #fff;
    text-shadow: #0000008c 0 1px 1px;
    font-weight: normal;
    margin-bottom: 8px;
}

.info-banner ul.banner-ul {
    margin-bottom: 20px;
}

.btn-black {
    background: #9ce069;
    color: #000 !important;
}

.btn-purp {
    color: #fff !important;
    background: #1e1e1e;
}

.btn-block .btn:first-child {
    margin-right: 10px;
}

.info-banner h1 + p > span {
    cursor: text;
    color: #ffc412;
    vertical-align: baseline;
}


.info-contact-banner {
    background: #fff;
    padding: 25px 30px 30px 30px;
    border-radius: 12px;
    position: relative;
    max-width: 90%;
    margin-left: auto;
    top: 0;
    box-shadow: 0 5px 25px #0000002b;
}

.info-contact-banner h5 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-contact-banner .form-control {
    margin-bottom: 12px;
    background: #f4f4f4;
    border-color: #ebe5e5;
    font-size: 14px;
    height: 40px;
}

.info-contact-banner textarea.form-control {
    height: 110px;
    resize: none;
}

.info-contact-banner input.btn {
    background: #4a3adf;
    color: #fff !important;
    width: 100%;
    position: relative;
}



.info-contact-banner::before {content: "";position: absolute;background: #000;width: 60%;height: 220px;z-index: -2;right: -10px;border-radius: 80px 80px 30px 40px;bottom: -10px;}

.info-form {
    position: relative;
    z-index: 2;
}

.info-contact-banner::after {
    position: absolute;
    content: "";
    background: #2b2099;
    width: 102%;
    height: 62%;
    top: -92px;
    left: -32px;
    z-index: -2;
    border-radius: 150px 40px 40px 180px;
    border-radius: 12px;
}

.info-ban::before {content: "Limited time offer";position: absolute;font-size: 14px;font-weight: 500;color: #ffd111;letter-spacing: 1px;transform: rotate(-90deg);left: -82px;top: 65px;}

.info-contact-banner a.btn {
    display: block;
    padding: 0;
}

.info-contact-banner a.btn::before {
    z-index: 1;
    left: 65px;
    top: 18px;
}

.home-banner h3 {
    margin-left: auto;
    color: #fff;
    top: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.home-banner h3 > span {
    color: #ffd111;
    font-size: 57px;
    font-weight: 800;
    animation: Pulse 1s linear infinite;
}

.info-ban::after {
    position: absolute;
    content: "";
    background: #4a3ade;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: -50px;
    right: 0;
    margin: auto;
    top: -60px;
    z-index: -1;
}

.home-banner::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #faf1ce;
    right: 0;
    bottom: -180px;
    z-index: -4;
    border-radius: 0 0 0 70px;
}

.site-logos .item {
    padding: 0 5px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    margin-bottom: 20px;
}

.ban2::before {
    position: absolute;
    content: "";
    background: url('../images/ring.png') no-repeat;
    max-width: 560px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    left: 0;
    bottom: -180px;
    z-index: -3;
}

.portfolio .nav-tabs {border: none;justify-content: left;margin-bottom: 30px;position: relative;}



.portfolio  .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #5243e2;
}

.portfolio .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 20px 20px;
    border: none;
}




.portfolio {
    padding: 100px 0 60px;
}


.portfolio .info-text h2::before {
    right: inherit;
}


.portfolio .info-text h2::before {
    right: inherit;
}

.portfolio .container {
    position: relative;
}

.portfolio .container::before {
    background: url(../images/circle-yel.png) no-repeat;
    position: absolute;
    content: "";
    left: 20%;
    top: -50px;
    max-width: 180px;
    height: 192px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}




.info-text h2::before {
    background: #ffc412;
    width: 50px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -5px;
    display:none;
    margin: auto;
}


.info-text h2 +p {
    /* font-size: 14px; */
    /* max-width: 65%; */
    /* margin: auto; */
    /* color: #9da0af; */
}

.info-text h2 {padding-top: 0;font-size: 42px;line-height: normal;}

.portfolio .item:first-child .info-port {
    margin-bottom: 15px;
}

.portfolio .item .info-port {box-shadow: 0 5px 10px #00000063;}


.portfolio .info-text {
    margin-bottom: 30px;
    /* max-width: 91%; */
}

.portfolio .info-text h2 + p {
    margin: 0;
    max-width: 100%;
    margin-bottom: 16px;
}

.portfolio::before {content: "";position: absolute;background: url(../images/ring.png) no-repeat;max-width: 400px;width: 100%;height: 380px;background-size: 100%;left: 0;bottom: 40px;z-index: -1;}

.portfolio::after{
    background: url(../images/circle-purp.png) no-repeat;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    max-width: 174px;
    height: 184px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.portfolio .nav-tabs::before,.portfolio .nav-tabs::after {
    position: absolute;
    width: 90%;
    left: 0;
    content: "";
    background: #e6e9f8;
    height: 1px;
    bottom: 5px;
    margin: auto;
}

.portfolio .nav-tabs::after {
    bottom: inherit;
    top: 5px;
}


.cta .container{
    position: relative;
    /* height: 332px; */
    /* display: flex; */
    /* align-items: center; */
}

.cta .container::before{
    position: absolute;
}

.cta .container::after{
    position: absolute;
}

.info-cta {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.info-cta h3 {
    display: block;
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 18px;
}

.info-cta h3 > span {
    font-weight: 300;
    font-size: 38px;
}

.info-cta h3 + img {
    margin-left: 25px;
    position: relative;
    top: 8px;
}

.info-cta p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 23px;
}


.our-world{
    background: #fbf8f9;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    background-position: 100%;
}

.our-world ul li {
    width: 38%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-bottom: 8px;
    z-index: 1;
}

.our-world ul li img {
    margin-right: 15px;
    max-width: 20px;
}

.our-world ul li::before {
    width: 8px;
    height: 8px;
    background: #ffc412;
    position: absolute;
    content: "";
    left: 30px;
    bottom: 3px;
    z-index: -1;
    /* opacity: .5; */
}

.our-world ul {margin: 26px 0;}

.info-world p {
    font-size: 14px;
    color: #9da0af;
}

.info-world h2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 55px;
    height: 5px;
    background: #ffc412;
}

.our-world .row {
    align-items: center;
}


.ban2::after{
    background: url("../images/book.png") no-repeat;
    content: "";
    position: absolute;
    right: 0;
    bottom: -170px;
    max-width: 590px;
    height: 382px;
    width: 100%;
    background-size: 100%;
    z-index: -3;
}

.info-process span {
    font-size: 40px;
    font-weight: 700;
    color: #054340;
    vertical-align: inherit;
}

.info-process h4 {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
    margin-left: 5px;
    font-family: 'Poppins' , sans-serif;
}

.info-process h4 + p {
    color: #9da0af;
    font-size: 13px;
}

.info-process row {
    position: relative;
}

.our-process .btn {
    margin-top: 40px;
}

.our-process .info-text {
    margin-bottom: 80px;
    position: relative;
}

.our-process .info-text::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background: #c5c5c5;
    bottom: -45px;
}

.our-process .row {
    position: relative;
}

.our-process .row::before {
    position: absolute;
    content: "";
    top: -35px;
    background: #c5c5c5;
    width: 75%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

.our-process [class*='col-'] {
    position: relative;
}

.our-process [class*='col-']::before {
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background: #c5c5c5;
    top: -35px;
}

.our-process [class*='col-']:last-child::before {
    display: none;
}


.our-process .container {
    position: relative;
}

.our-process .container::before {
    /* background: url("../images/circle-yel.png") no-repeat; */
    position: absolute;
    content: "";
    left: -50px;
    bottom: 0;
    max-width: 180px;
    height: 192px;
    width: 100%;
    background-size: 100%;
    z-index:-1;
}


.our-process .container::after {
    /* background: url("../images/circle-purp.png") no-repeat; */
    position: absolute;
    content: "";
    right: -40px;
    top: 140px;
    max-width: 174px;
    height: 184px;
    width: 100%;
    background-size: 100%;
    z-index:-1;
}


.cta2{
    background: url("../images/bg-cta2.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    background-position: 30%;
    width: 100%;
    height: 100%;
}


.cta2 h3 {
    font-size: 38px;
    display: inline-block;
    line-height: 54px;
    /* -webkit-text-stroke: 1px #a19e9e; */
    margin-bottom: 0;
    /* text-shadow: 0 0 2px #fff; */
    text-align: center;
    color: #fff;
}

.cta2 h3 > span {
    font-size: 80px;
    text-transform: uppercase;
}

.cta2 .cta2-detail ul li a {
    font-size: 26px;
    font-weight: 600;
    color: #fff !important;
}


.cta2 .cta2-detail ul li img {
    margin-right: 10px;
    max-width: 55px;
    transition: .5s all;
}

.cta2 .cta2-detail ul li {
    margin-bottom: 10px;
}

.cta2 .cta2-detail ul li.phone a {
    font-size: 24px;
    font-weight: 600;
}

.cta2 .cta2-detail ul li:hover img {animation: none;}


footer .row {
    align-items: center;
}

footer p {
    margin-bottom: 0;
    color: #dbdbdb;
}

.cta2 .cta2-detail ul li:last-child {
    margin-bottom: 0;
}


.our-testimonial .info-text {
    margin-bottom: 50px;
}

.info-test {
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0 5px 10px #0000001a;
    padding: 30px 25px;
    position: relative;
    border-radius: 10px;
    height: 100%;
}

.info-test p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 260px;
    color: #8d8d8d;
    font-style: italic;
}

.info-test h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.info-test span {
    position: absolute;
    right: 20px;
    bottom: 27px;
}

.info-test::before {
    position: absolute;
    content: "";
    left: -8px;
    background: #05423f;
    width: 50px;
    height: 50px;
    top: -7px;
    z-index: -1;
    border-radius: 6px;
}

.info-test img {
    width: 58px;
}

.our-testimonial {
    /* padding-bottom: 40px; */
}

.our-sponser {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #ffffff;
    border-top: 8px solid #054340;
}

.our-service h2 {
    font-size: 42px;
    letter-spacing: -1px;
}

.our-service h2::before {
    right: inherit;
}

.our-service::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #f2f1f500;
    width: 75%;
    height: 76%;
    z-index: -1;
}

.info-ser {
    margin: 20px 0;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px #0000001a;
    min-height: 100%;
    overflow: hidden;
}

.info-ser img {
}

.info-ser h4 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
}

.info-ser h4::before {
    background: #ffc000;
    width: 2px;
    height: 80%;
    position: absolute;
    content: "";
    left: 0;
    top: 10%;
    display: none;
}

.info-ser h4 + p {
    font-size: 13px;
    margin-bottom: 0;
}

.img-ser {
    margin: auto;
    display: table;
    margin-bottom: 0;
}


.our-service .container{
    position: relative;
}

.our-service .container::before {
    background: url("../images/circle-blue.png") no-repeat;
    position: absolute;
    content: "";
    right: 0;
    bottom: -20px;
    max-width: 117px;
    height: 127px;
    width: 100%;
    background-size: 100%;
    z-index:-1;
}


.site-logos {
    margin-bottom: 60px;
}


.owl-carousel button.owl-dot > span {
    position: relative;
}

.owl-carousel button.owl-dot {
    padding: 0px  !important;
    margin: 0;
}

.owl-carousel button.owl-dot > span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s all;
}


.owl-portfolio .owl-dots {
    /* position: absolute; */
    /* left: -300px; */
    /* margin: auto; */
    /* width: 140px; */
    top: 225px;
    text-align: center;
    z-index: -1;
    margin-top: 40px;
}

.owl-nav {
    position: relative;
    margin: auto;
    display: table;
}

.owl-nav > button {
    margin: 0 45px;
    position: relative;
    left: 5px;
}

.owl-nav > button > span {
    font-size: 30px;
}

.owl-carousel button.owl-dot.active > span::before {
    background: #4a3adf;
}



.owl-service.owl-theme .owl-dots .owl-dot span , .owl-testimonial.owl-theme .owl-dots .owl-dot.active span ,.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span{
    background: transparent;
}


.owl-service button.owl-dot > span::before{
    left: -6px;
}

.owl-service.owl-theme .owl-nav [class*=owl-] {
    margin: 0 40px;
}

.owl-service.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    color: #6f6f71;
    right: 0;
}

.owl-service.owl-theme .owl-nav > button > span {display: none;}

.owl-service.owl-theme .owl-dots {position: absolute;BOTTOM: -21px;right: 35px;z-index: -1;}


.our-service .row {
    align-items: center;
}

/*.our-service::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/bg-test.png') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}*/

.owl-service.owl-theme .owl-nav [class*=owl-]:last-child {
    margin-right: 30px;
}

.owl-service.owl-theme .owl-dots button {
    padding: 0 !important;
    margin: 0;
}

.owl-theme .owl-nav > button::before {
    background: url("../images/left.png") no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
}


.owl-theme .owl-nav > button.owl-next::before {
    background: url("../images/right.png") no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
}


.owl-portfolio.owl-theme .owl-nav [class*=owl-]{
    margin: 0 35px;
}
.owl-portfolio.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}



.owl-portfolio.owl-theme .owl-nav {
    /* position: absolute; */
    /* left: -315px; */
    /* top: 200px; */
    display: none;
}
 
.our-story::before{
    content: "";
    background: url('../images/story.png') no-repeat scroll right bottom #021d1c;
    max-width: 77%;
    width: 100%;
    /* background-size: cover; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0;
}

.info-story2::before {
    position: absolute;
    background: #9ce06a;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 0;
}

.info-story2 {
    padding: 40px  40px;
}

.info-story2 * {
    color: #000;
}



.info-story2 .detail-story .text-story {
    display: inline-block;
    width: 80%;
}

.info-story2 .detail-story .text-story h4 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-story2 .detail-story {
    margin-bottom: 25px;
    position: relative;
}

.info-story2 .detail-story img {
    margin-right: 10px;
}

.info-story2 .detail-story:last-child {
    margin-bottom: 0;
}

.info-story2 .detail-story .text-story h4 + p {
    margin-bottom: 0;
}

.info-story h2 {
    color: #fff;
    padding-top: 0;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.info-story P {
    color: #b7bac6;
    font-size: 13.5px;
}

.info-story h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    background: #ffc412;
    top: 0;
    left: 0;
    display: none;
}

.info-story .btn {
    margin-top: 25px;
}

.info-story2 .detail-story .text-story span {
    position: absolute;
    right: 0;
    font-size: 82px;
    line-height: 74px;
    font-weight: 700;
    top: 0;
    letter-spacing: -3px;
    color: #000000;
    z-index: -1;
    opacity: .1;
}


.our-story::after {
    position: absolute;
    content: "";
    background: url('../images/ring.png') no-repeat;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    right: 0;
    bottom: -180px;
    z-index: -1;
}



.fancybox-content {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.popup-bann {
    max-width: 320px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.popup-content {max-width: 860px;display: inline-block;/* background: #fff; */padding: 35px 40px  40px 310px;margin-left: -280px;position: relative;border-radius: 180px 40px 40px 40px;background: rgb(255,223,125);background: linear-gradient(121deg, rgba(255,223,125,1) 0%, rgba(252,234,181,1) 17%, rgba(248,249,253,1) 30%, rgba(255,255,255,1) 100%);}



.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 47px; 
    margin-bottom: -2px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    vertical-align: text-top;
    font-size: 13px;
    line-height: 20px;
}

.popup-content .form-control {
    font-size: 14px;
    margin-bottom: 14px;
    height: 40px;
    border-radius: 0;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 91.5%;
    resize: none;
}


.popup-content::before {content: "";background: #ffc412;width: 46%;height: 5px;position: absolute;top: 95px;right: 80px;}

.fancybox-slide--html .fancybox-close-small {
    background: #0846b1;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    border: 2px solid #ffc412;
    top: 10px;
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url('../images/pop-bef.png') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}

.popupform input[type="submit"] + img {
    filter: invert(1);
    transition: .5s all;
    position: relative;
    right: 90px;
}
.container-fluid {
    width: 96%;
}

section.cta {
    /* padding-top: 20px; */
    /* padding-bottom: 40px; */
    background: url(../images/cta.jpg) no-repeat scroll center center #326464;
    background-size: cover;
}

.info-world h2 {
    /* padding-top: 10px; */
}p.form_tagline {
    font-size: 10px;
}

.btn:hover {border-radius: 0;background: #7c7c7c;}
.info-contact-banner p {
    text-align: center;
    color: #000;
    font-size: 15px;
}
.portfolio .item .info-port img {
    width: 100%;
}
section.our-service {
    margin-top: 0;
    background: #f5f4ee;
}






.indent_inn h1 b { vertical-align: baseline;   color: #f44336;   } 

.indent_inn {     padding: 0 20px;  width: 100%;    max-width: 1170px;   }  

.indent_inn h1 {font-size: 84px;text-align: center;color: #000;font-family: 'Playfair Display', serif;font-weight: 600;}

.ddexitForm {margin-top: 30px;}

.indent-pop ul {margin: 0;width: 100%;float: left;display: flex;}
 
.indent-pop ul li.ind-line {width: 33.2%;float: left;padding: 0 5px;}

.indent-pop ul li.ind-line input , .indent-pop ul li.ind-line textarea {display: block;margin: 0 auto;background: #ffffff;border: 1px solid #a8a5a5;padding: 17px 10px 16px 20px;width: 100%;height: 57px; resize: none;    }     

.indent-pop ul li.ind-line i.fa {    display: none;}

.indent-pop ul li.ind-line input[type="submit"] {font-size: 17px;background-color: #a91c16;border-bottom: 5px solid #ffc328;color: #fff;cursor: pointer;border-radius: 50px;padding: 17px 10px 15px 20px;font-weight: 600;     height: auto;    } 

/*.indent-pop ul li.ind-line.last {    width: 20%;} */
 
.indent-pop ul {    flex-flow: wrap;    }


#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000000000; pointer-events: none;    align-items: center;    justify-content: center;}

#ddexitpopwrapper .veil{    left: 0;    top: 0;    width: 100%;    height: 100%;    position: fixed;    background-color: rgba(0,0,0,.7);    content: "";    z-index: 1;    display: none;    cursor: default;  }

.ddexitpop {    width: 100%;    padding: 0;    z-index: 2;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    position: relative;    background: white;    left: 0;    top: 0;    -webkit-animation-duration: .5s;     animation-duration: .5s;    visibility: hidden;    height: 100%;    display: flex;    align-items: center;    justify-content: center; }

.ddexitpop .calltoaction{   display: inline-block;    text-decoration: none;    border-radius: 5px;    padding: 15px;    background: #15C5FF;    display: block;    width: 80%;    margin: 10px auto;    text-align: center;    color: white !important;}

div.closeexitpop{ background:url('../images/xclose.png') no-repeat scroll center center;   width: 70px;    height: 70px;   overflow: hidden;   display: none;  position: fixed;    cursor: pointer;    text-indent: -1000px;   z-index: 3; top: 10px;  right: 10px;     background-size: 20px;    opacity: 0.7;}   


#ddexitpopwrapper.open{ pointer-events: auto;} 

#ddexitpopwrapper.open .veil{ display: block;   }

#ddexitpopwrapper.open div.closeexitpop{    display: block; }

#ddexitpopwrapper.open .ddexitpop{     visibility: visible; }

@media screen and (max-height: 765px){
    
.ddexitpop{     /* top: 0; */       }  

.indent-pop ul li.ind-line {    width: 100% !important;    margin-bottom: 10px;}

.indent-pop ul li.ind-line input[type="submit"] {width: auto; padding:10px 20px;}

.indent_inn h1 {    font-size: 30px;}

.indent_inn h1 br {    display: none;}    

} 

.indent_inn h1>span {    color: #a91c16;    display: inline-block;    font-style: italic;   }

.indent_inn h1 b {    color: #a91c16;    font-size: 54px;    font-weight: 400;    display: block;    margin-top: 13px;  }

.indent_inn h1 * {    vertical-align: top;  }

.indent_inn h1 b>span {    background: #ffc328;    color: #000;    font-weight: 600;    display: inline-block;    padding: 1px 11px;    }

.indent_inn small {    text-align: center;    display: block;    font-weight: 500;    font-size: 20px;    margin-top: 33px; }

.indent-pop ul.text_wrp li.ind-line.first {    width: 66.4%;    }

.indent-pop ul.text_wrp {    margin-top: 10px;  }

img.banner-right {    position: absolute;    right: 0;   top: 0;	}

.btn-black:hover {	    color: #fff !important;		}

.owl-service  .owl-stage {
    display: flex;
    padding: 40px 0;
}

.owl-service  .owl-item {
    display: flex;
}

.img-tx {
    width: 100%;
    position: relative;
    padding: 20px 20px;
}  
  
  
 section.our-logo-com {
    background: #fff;
    width: 96%;
    margin-left: 4%;
}

.or-logo-i {
    display: flex;
    justify-content: space-between;
}

section.our-story {
    margin-top: -20px;
    z-index: 1;
} 
  
img.cta-left-book {
    position: absolute;
    left: 10%;
    bottom: 0;
    top: 0;
    margin: auto;
} 

.our-testimonial .container:after{
	content: url(../images/shadow.png);
	position:absolute;
	right: -230px;
	top: 80px;
}

.owl-testimonial .owl-stage {
    display: flex;
    padding: 20px 0;
}

.owl-testimonial .owl-stage .item {
    height: 100%;
}

.portfolio-slide {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.our-banner.inner-banner {
    background: #054340;
    border-top: 8px solid #9ce069;
}

.our-banner.inner-banner * {
    color: #fff;
}


section.content-page ul {
    margin-bottom: 20px;
}  
  

section.content-page li , section.content-page p {
    font-family: "Poppins", serif; 
    color: #202020;
}

section.content-page li {
    margin-top: 20px;
    list-style: disc inside;
}  