@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Ubuntu:wght@400;500;700&display=swap');

body {
    font-family: 'Lato', sans-serif;overflow-x: hidden;
    scroll-behavior: smooth;
}

@media (min-width: 1200px) {
.container {
    max-width: 1170px !important;
}
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
:focus{
    outline: none;
}
:hover{
    transition: 0.3s;
}
img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 0
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}
.owl-dots {
    margin-top: 45px !important;
}
.owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #242329 !important;
    border: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #8e1e7e !important;}

.owl-item img {
    width: initial !important;
}
.owl-nav button{
    position: absolute;
    top:41%;
}
.owl-nav .owl-next {
    right: -130px;
}
.owl-nav .owl-prev {
    left: -130px;
}
.owl-nav button i{
    border: 1px solid #2e7a95 !important;
    background: transparent !important;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.owl-nav button i {
    font-size: 27px;
    line-height: 0px;
    font-weight: 100;
    display: block;
    color: #000 !important;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-theme .owl-nav button:hover i{
    background-color: #2e7a95 !important;
    color: #fff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-stage {
    display: flex;
}
.owl-stage .item {
    height: 100%;
}
.sec_padding {
    padding: 50px 0;
}
.sec_title h4 {
    margin: 0;
    padding: 0;
    font-size: 39px;
    color: #242329;
    font-weight: 900;
    line-height: 50px;
}
.sec_title h5 {
    font-size: 24px;
    color: #5dbec7;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec_title p {
    margin: 0;
    padding: 50px 0 45px 0;
    font-size: 24px;
    color: #8c8b90;
    line-height: 40px;
}
.sec_title span::after {
    content: "";
    background-color: #5dbec7;
    width: 90%;
    position: absolute;
    right: 0;
    height: 15px;
    bottom: 2px;
    z-index: -1
}

.sec_title span {
    position: relative
}
.form-error {
    display: none;
}
/******HEADER START*******/
.main_header .navbar {
    padding: 20px 50px;
}
.top-bar-contact-box a:first-child {
    margin-right: 15px;
}
.btn-call {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    padding: 10px 40px;
    background-image: linear-gradient(to bottom, #5dbec7, #2e7a95);
    border: none
}

.btn-email {
    border: 1px solid #666669;
    border-radius: 40px;
    padding: 9px 30px;
    font-size: 16px;
    color: #242329
}
.btn-email:hover {
    background-color: #666669;
    color: #fff
}

.btn-call:hover {
    background-image: linear-gradient(to right top, #5dbec7, #2e7a95);
    color: #fff
}
.main_header .navbar-nav {
    padding-right: 55px;
}
.main_header .nav-item {
    padding: 0 17px;
}
.main_header .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #242329 !important;
    padding: 0 !important;
}
.main_header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    top: 53px;
}
.main_header .dropdown-item {
    padding: 10px 65px 10px 15px;
    font-weight: 500;
    color: #242329;
    border-bottom: 1px solid #2e7a95;
    line-height: 20px;
}
.main_header .dropdown-item:first-child {
    border-top: 1px solid #2e7a95;
}
.main_header .dropdown-item:hover {
    background-color: #2e7a95;
    color: #fff;
}
/******HEADER END******/


/*****BANNER START*****/
section.banner-sec {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner-content-box h5 {
    font-size: 60px;
    color: #242329;
    font-weight: 400;
}

.banner-content-box h1{
    font-size: 72px;
    color: #242329;
    font-weight: 900;
}

.banner-content-box p {
    font-size: 18px;
    color: #242329;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 55px;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    left: 0;
    right: 0;
    background: #5dbec7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.packdetails .botarea-pack a.btn-orders.hvr-shutter-out-horizontal:before  {
    border-radius: 5px;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.get_started_btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background-color: #2e7a95;
    padding: 15px 50px;
    margin-right: 46px;
    display:  inline-block;
}

.grd_btn {
    background-image: -moz-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46 122 149) 0%, rgb(93 190 199) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,81,38) 0%, rgb(255,163,21) 100%);
    background-color: inherit;
    color: #fff;
}

.chat_btn {
    font-size: 18px;
    color: #242329;
    font-weight: 700;
    position: relative;
}
.chat_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 5px;
    width: 100%;
    bottom: 1px;
    background-color: #ffa216;
}
.scroll-box {
    margin-top: 95px;
    display: inline-block;
}
.banner_right_area {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.bnr_right_img {
    display: flex;
    align-items: center;
    height: 100%;
}
.bnr_right_img img {
    margin: 0 auto 0 0;
}
.ml6 .letter {
    display: inline-block;
}
.ml6 .text-wrapper {
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
section.logo-sec {
    background-color: #e9f1f5;
    padding: 30px 0;
    position: relative
}
.logos-slider .item {
    display: flex;
    justify-content: center;
}
/*****BANNER END****/

/*****ICONS MAIN SEC****/
section.icons-main-sec {
    padding-top: 80px;
}
.icons-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.icon-box {
    display: flex;
    align-items: center
}
.icon-txt-box {
    padding-left: 15px;
}
.icon-txt-box h6 {
    font-size: 18px;
    color: #242329;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: 700
}

.icon-txt-box p {
    font-size: 18px;
    color: #242329;
    padding: 0;
    margin: 0;
    font-weight: 700
}
/*****ICONS MAIN SEC END****/

/****ABOUT SEC START****/
section.about-sec {
    padding: 130px 0 200px;
}


.btn-explore {
    background-color: #8e1e7e;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 15px;
    padding: 12px 40px;
    border: 1px solid #8e1e7e
}


.about-right-box {
    height: 100%;
    width: 100%
}
.circle {
    position: absolute;
    height: 180px;
    width: 230px
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.03, 1.03)
    }

    100% {
        transform: scale(1, 1)
    }
}
.projects {
    left: 190px;
    top: 80px;
    background-image: url(../images/projects-img.webp);
    background-repeat: no-repeat;
    height: 197px;
    width: 206px;
    animation: zoominoutsinglefeatured 2s infinite
}

.offices {
    right: -20px;
    top: 140px;
    background-image: url(../images/workers-img.webp);
    height: 153px;
    width: 160px;
    background-repeat: no-repeat;
    animation: zoominoutsinglefeatured 2s infinite
}

.workers {
    left: 250px;
    top: 230px;
    background-image: url(../images/offices-img.webp);
    height: 233px;
    width: 248px;
    animation: zoominoutsinglefeatured 2s infinite
}

.circle-content h6 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.circle-content p {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-align: center
}

.offices>.circle-content {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0
}

.projects>.circle-content {
    top: 70px;
    position: absolute;
    left: 0;
    right: 0
}

.workers>.circle-content {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0
}

span.circle-1::before {
    content: "";
    background-color: #2e7a95;
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    right: 120px;
    top: 0;
    animation: zoomanimation 2s infinite;
}

span.circle-1::after {
    content: "";
    background-color: #95969c;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    right: 100px;
    top: 90px;
    animation: zoominoutsinglefeatured 2s infinite
}

span.circle-2::before {
    content: "";
    background-color: #2e7a95;
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    left: 220px;
    top: 290px;
    animation: zoomanimation 2s infinite;
}

span.circle-2::after {
    content: "";
    background-color: #5dbec7;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    left: 160px;
    top: 320px;
    animation: zoomanimation 2s infinite;
}

span.circle-3::before {
    content: "";
    background-color: #4ca6b6;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    bottom: 19%;
    animation: zoomanimation 2s infinite;
}

span.circle-3::after {
    content: "";
    background-color: #95969c;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 24%;
    animation: zoomanimation 2s infinite;
}
/****ABOUT SEC END****/

/****HOME PORTFOLIO START****/
.home_port {
    background-color: #eff8fa;
    margin: 0 50px;
    padding: 150px 0 195px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.home_port_area {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
@keyframes zoomanimation {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}
.home_port_area:before {
    content: "";
    position: absolute;
    background: url(../images/bg_circles1.png);
    width: 58px;
    height: 43px;
    z-index: -1;
    top: 115px;
    left: 21%;
    animation: zoomanimation 2s infinite;
}
.home_port_area:after {
    content: "";
    position: absolute;
    background: url(../images/bg_circles2.png);
    width: 80px;
    height: 52px;
    z-index: -1;
    top: 29%;
    right: 9px;
    animation: zoomanimation 2s infinite;
}
.home_port_img {
    display: flex;
    align-items: flex-end;
    height: 100%;
    bottom: 0px;
    position: relative;
}
@keyframes swing {
    0%,
    100% {
        transform: rotate(-180deg);
    }
    20% {
        transform: scale(0.95);
    }
    50% {
        transform: rotate(180deg);
    }
    80% {
        transform: scale(0.95);
    }
}
.home_port_img:before {
    content: "";
    position: absolute;
    background: url(../images/home_port_circle.png);
    width: 206px;
    height: 197px;
    z-index: -1;
    top: 60px;
    left: 27%;
    animation: swing 60s infinite ease-in-out;
}
/****HOME PORTFOLIO END****/

/****SERVICE START****/

section.services-sec {
    padding: 160px 0 0 0;
    position: relative
}
.services-sec .sec_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.explore_serv {
    display: flex;
    align-items: center;
}
.explore_serv i {
    margin-left: 20px;
    font-size: 23px;
    line-height: 13px;
    color: #1d1c22;
}
.explore_serv h6 {
    position: relative;
    font-size: 20px;
    color: #1d1c22;
    font-weight: 700;
}
.explore_serv h6:before{
    content: "";
    background-color: #5dbec7;
    width: 100%;
    position: absolute;
    right: 0;
    height: 5px;
    bottom: 2px;
    z-index: -1
}
.services-box {
    border: 1px solid #f2f2f2;
    padding: 35px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-box:hover {
  box-shadow: 0px 36px 62px 0px rgba(0, 0, 0, 0.09);

}
.services-box-slider .item {
    padding: 70px 0;
}
.services-box h5 {
    margin: 0;
    padding: 15px 0 10px 0;
    font-size: 23px;
    color: #242329;
    font-weight: 900
}

.services-box p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0
}


section.services-sec>span::before {
    content: "";
    background-color: #2e7a95;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 39%;
    top: 17%;
    animation: zoomanimation 2s infinite;
}

section.services-sec>span::after {
    content: "";
    background-color: #5dbec7;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    left: 36%;
    top: 28%;
    animation: zoomanimation 2s infinite;
}

.services-sec .owl-carousel .owl-item img {
    width: unset
}
.serv_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.serv_btn h6 {
    font-size: 14px;
    color: #242329;
    font-weight: 900;
}
.serv_btn i {
    font-size: 23px;
    color: #242329;
    line-height: 0;
}
/*.services-box-slider .owl-nav {
    font-size: 60px;
}
.services-box-slider .owl-nav button.owl-prev {
    left: -50px;
}
.services-box-slider .owl-nav button.owl-next {
    right: -50px;
}
.services-box-slider .owl-theme .owl-nav [class*=owl-]:hover{
    color:#000;
}*/

/****SERVICE END****/

/******PACKAGE START******/
.main-package .sec_title {
    margin-top: 50px;
}
.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d
}

.dp-slider div {
    transform-style: preserve-3d
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s
}

.dp-img img {
    border-left: 1px solid #fff
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0) translateX(38%) scale(.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0) translateX(73%) scale(.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0) translateX(30%) scale(.7)
}

#dp-next,
#dp-prev {
    position: absolute;
    top: 50%;
    right: 16%;
    height: 33px;
    width: 33px;
    z-index: 10;
    cursor: pointer
}

#dp-prev {
    left: 15px;
    transform: rotate(180deg)
}

#dp-dots {
    position: absolute;
    z-index: 12;
    cursor: default;
    right: -60px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    height: auto;
    margin: 0;
    padding: 0
}

#dp-dots li {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #5e5e5e94, #dcdcdce0)
}

#dp-dots li:hover {
    cursor: pointer;
    transition: background .3s;
    background-image: linear-gradient(to right, #5dbec7, #2e7a95)
}

#dp-dots li.active {
    background-image: linear-gradient(to right, #5dbec7, #2e7a95);
}
.dp_item {
    width: 60%;
}

.dp-content,
.dp-img {
    text-align: left
}

.dp_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border-top: none
}

.dp-content {
    display: inline-block;
    width: 100%
}

.dp-content h2 {
    color: #41414b;
    font-family: Circular Std Bold;
    font-size: 48px;
    max-width: 460px;
    margin-top: 8px;
    margin-bottom: 0
}

.dp-content .site-btn {
    margin-top: 15px;
    font-size: 13px;
    padding: 19px 40px
}

.dp-img:before {
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
    background: linear-gradient(-90deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
    content: "";
    position: absolute;
    height: 100%;
    width: 25%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .75));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .75));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .75));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff)
}

.dp-img img {
    object-fit: cover;
    object-position: right
}

#dp-slider,
.dp-img img {
    height: 598px
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer
}

.site-btn {
    color: #fff;
    font-size: 18px;
    font-family: "Circular Std Medium";
    background: #fa8282;
    padding: 14px 43px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    top: -12px;
    text-decoration: none
}

.site-btn:hover {
    text-decoration: none;
    color: #fff
}

.main-package {
    padding: 270px 0 140px 0;
    position: relative
}

.package-tab a {
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    padding: 10px 40px;
    font-size: 30px;
    text-transform: uppercase;
    color: #e2e2e2;
    margin-bottom: 0;
    font-weight: 700;
    font-family: HelveticaInserat-Roman;
    background-color: transparent
}

.package-tab a:hover {
    background-color: transparent
}

.package-tab a.active {
    background-color: transparent;
    font-size: 47px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(bottom left, #f90045 40%, #731c71 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000005;
    font-weight: 700;
    font-family: HelveticaInserat-Roman;
    position: relative
}

.package-tab a.active:before {
    content: "";
    background-image: url(../images/sprite-1.webp);
    width: 21px;
    height: 21px;
    background-position: -144px -5px;
    position: absolute;
    top: 33px;
    left: 5px
}

.package-slider .boxpackages:hover {
    border: 1px solid #ff0042
}

.package-slider .boxpackages:hover {
    border: 1px solid #2e7a95;
}

.package-slider .boxpackages {
    background: #fff;
    border-radius: 15px;
    padding: 45px;
    margin: 0 0;
    float: left;
    width: 100%;
    box-shadow: -14px -4px 40px -10px #00000036;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s ease-out;
    margin-bottom: 50px;
    overflow: hidden;
}

.package-slider.boxpackages .packheads {
    border-bottom: 1px solid #d1d7e3
}

.package-slider .boxpackages .packheads h3 {
    font-size: 19px;
    color: #170d48;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center
}

.package-slider .boxpackages .packheads p {
    font-size: 16px;
    color: #999;
    min-height: 37px;
    text-align: center
}

.boxpackages .packdetails {
    padding: 0;
}

.fleft {
    float: left
}

.boxpackages .packdetails .packtitles .fleft h3 {
    font-size: 65px;
    color: #242329;
    font-weight: 900;
    margin: 0
}

.boxpackages .packdetails .packtitles .fleft h3 sup {
    font-size: 24px;
    font-weight: 600
}

.packtitles .fright {
    position: absolute;
    right: 0;
    background-color: #7f7f7f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 0
}

.packdetails .packtitles .fright:before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0
}

.packdetails .packtitles .fright h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.packdetails .packtitles .fright h4 span.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff
}

.packdetails .listpacks {
    display: block;
    width: 100% !important;
    float: left;
    margin: 32px 0 15px;
    /*! margin: 0 */
}

.packdetails .listpacks li {
    position: relative;
    padding: 8px 25px;
    font-size: 16px;
    color: #333;
    padding-right: 0
}

.packdetails .listpacks li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #2e7a95;
}

.boxpackages .packdetails .listpacks h3 {
    font-size: 17px;
    color: #6f1f73;
    font-weight: 700;
    padding-top: 17px
}

.packdetails .botarea-pack {
    padding: 25px 0 0;
    width: 100%;
    /* float: left; */
    display: flex;
    align-items: center;
}

.view-details-container {
    text-align: center;
    margin-bottom: 12px
}

.view-details-container a {
    text-transform: uppercase;
    font-size: 13px;
    color: #a09e9e;
    font-weight: 600
}

.botarea-pack .fleft {
    float: left;
    width: 60% !important;
    padding-right: 10px;
}

.packdetails .botarea-pack a.btn-orders {
    border-radius: 5px;
    padding: 15px 37px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #2e7a95;
    float: right;
    margin-right: 20px;
    display: inline-block;
    transition: all .3s ease-out;
    margin: 0 0 0;
}

.packdetails .botarea-pack .liovechats-bx {
    padding-left: 10px;
    margin-top: -4px;
}

.botarea-pack .fright {
    width: 40% !important;
    float: left;
}

.packdetails .botarea-pack .liovechats-bx a span {
    font-size: 16px;
    color: #242329;
    position: relative;
    font-weight: 700
}

.packdetails .botarea-pack .liovechats-bx a h5 {
    font-weight: 900;
    color: #242329;
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
}

.packdetails .botarea-pack .liovechats-bx a span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ad";
    position: absolute;
    right: -25px;
    top: 0;
    color: #2e7a95;
    font-size: 16px
}

.packdetails ul {
    padding-left: 0
}

.packtitles {
    width: 96%;
    position: absolute;
    background-color: #fff;
    z-index: 99
}

.package-slider .nav-tabs {
    border-bottom: none
}

.main-package .service-heading h2 {
    text-transform: uppercase
}

.package-head-box h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #dd2489;
    font-weight: 700
}

.package-head-box h4 {
    color: #242329;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    padding: 15px 0 25px 0;
    line-height: 55px
}

.package-head-box h4 span {
    position: relative
}

.package-head-box h4 span::after {
    content: "";
    background-color: #ffa216;
    width: 100%;
    position: absolute;
    right: 0;
    height: 15px;
    bottom: 0;
    z-index: -1
}

.package-head-box p {
    color: #8c8b90;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    padding: 0
}

.package-head-box {
    padding-top: 50px
}

h3.opensansfont>span {
    font-size: 30px;
    color: #170d48;
    font-weight: 700
}

.price-details-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.price-details-box h5 {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 65px;
    color: #242329;
    font-weight: 900;
}

.price-details-box sup {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #170d48;
}

.cross-p>p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    padding: 0 0 0px 0;
    font-weight: 700;
    line-height: 22px;
}
.cross-p p:nth-child(2) {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #ccc;
}
.cross-p p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #ccc;
}

.price-details-box::before {
    content: "";
    background-color: #eff8fa;
    height: 100%;
    width: 40px;
    position: absolute;
    left: -45px;
}

.price-details-box::after {
    content: "";
    background-color: #eff8fa;
    height: 100%;
    width: 40px;
    position: absolute;
    right: -45px
}

section.main-package>.container {
    position: relative
}

section.main-package>.container>span {
    height: 350px;
    width: 350px;
    background-color: #eff8fa;
    position: absolute;
    right: 90px;
    top: -150px;
    border-radius: 50%;
    animation: swing 10s infinite ease-in-out
}

section.main-package::before {
    content: "";
    background-color: #5dbec7;
    height: 35px;
    width: 35px;
    position: absolute;
    border-radius: 50%;
    top: 110px;
    right: 43%;
    animation: zoomanimation 2s infinite;
}

section.main-package::after {
    content: "";
    background-color: #afd7e1;
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    top: 180px;
    right: 49%;
    animation: zoomanimation 2s infinite;
}
section.inner_package::before {
    right: 18%;
}
section.inner_package::after {
    top: 150px;
    right: 50%;
}
section.inner_package .sec_title {
    position: relative;
}
section.inner_package .sec_title::before {
    content: "";
    background-color: #95969c;
    height: 25px;
    width: 25px;
    position: absolute;
    border-radius: 50%;
    top: -40%;
    left: -40%;
    animation: zoomanimation 2s infinite;
}
section.inner_package .sec_title::after {
    content: "";
    background-color: #2e7a95;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    left: -27%;
    animation: zoomanimation 2s infinite;
}
/******PACKAGE END******/

/******TESTIMONIAL START******/

.testimonial-head-box h5 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 24px;
    color: #5dbec7;
    font-weight: 700
}

.testimonial-head-box h4 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #242329;
    font-weight: 900
}

.testimonial-head-box h4>span {
    position: relative
}

.testimonial-head-box h4>span::after {
    content: "";
    background-color: #5dbec7;
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.testimonial-head-box {
    padding-bottom: 60px
}

.test-main-box {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 40px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test-main-box p {
    margin: 0;
    padding: 15px 0 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.test-main-box h6 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #241953;
    font-weight: 700
}

.test-main-box:hover {
    -webkit-box-shadow: 6px 2px 36px -20px rgba(0, 0, 0, .75);
    -moz-box-shadow: 6px 2px 36px -20px rgba(0, 0, 0, .75);
    box-shadow: 6px 2px 36px -20px rgba(0, 0, 0, .75)
}

section.testimonial-sec {
    padding: 50px 0 130px;
}

/******TESTIMONIAL END******/

/******CTA START******/
section.cta {
    background: url(../images/cta_bg.jpg) no-repeat;
    background-size: cover;
    padding: 43px 0;
}
.cta_wrap {
    display: block;
    width: 100%;
    text-align: center;
}
.cta_title h4 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    line-height: 60px;
}
.cta_title p {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 18px;
    color: #fff;
}
.cta_info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0 1rem 0;
}
.call-box {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin: 0 25px;
}
a.call-box i {
    color: #fff;
    font-size: 24px;
    background-color: #2e7a95;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.cta_info div {
    text-align: left;
}
a.call-box div>h6 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    color: #fff;
}
a.call-box div>p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
}
/******CTA END******/

/******CLIENT START******/
.client-sec {
    padding: 90px 0;
    border-top: 1px solid #d3d3d4;
    border-bottom: 1px solid #d3d3d4;
    margin: 7rem 0 0;
}


.client-img-box {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
/******CLIENT END******/

/******FOOTER START******/
footer.inrpg-ftr {
    background-color: #ffffff;
    padding: 100px 0 0;
}
.ftr-txt p {
    font-size: 20px;
    color: #727272;
    line-height: 34px;
    margin: 40px 0;
}
.ftr-txt ul {
    display: flex;
    align-items: center;
}

.ftr-txt ul li a i {
    width: 35px;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17252d;
    font-size: 18px;
    margin-right: 15px;
}

.ftr-txt ul li a i:hover {
    background-image: linear-gradient(to bottom, #5dbec7, #2e7a95);
    color: #fff;
}

.quck-txt h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 900;
    margin: 0 0 30px;
}



.quck-txt ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    padding-bottom: 6px;
}

.cntct-info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.cntct-info i {
    margin-right: 25px;
    font-size: 20px;
    background-image: linear-gradient(to right top, #5dbec7, #2e7a95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cntct-info a {
    font-size: 16px;
    color: #666666;
}

.cntct-info p {
    font-size: 16px;
    color: #666666;
    width: 200px;
    line-height: 21px;
    margin: 0;
}

.rvew-txt {
    display: flex;
    align-items: center;
}

.revw-icn {
    padding-left: 10px;
}

.revw-icn span i {
    font-size: 12px;
    color: #ff3d2e;
    padding-right: 1px;
}

.revw-icn p {
    font-size: 17px;
    color: #727272;
    margin: 0;
}

.revw-icn span {
    margin-bottom: 5px;
    display: block;
}
.copyright-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrght .copyright-sec p,
.copyrght .copyright-sec a {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    padding-left: 10px;
}
.copyrght {
    border-top: 1px solid #d3d3d4;
    padding: 20px 0;
    margin: 35px 0 0;

}

.footer-links a:first-child {
    border-right: 1px solid #5c5c5c;
        padding-right: 10px;
}
/******FOOTER END******/


/******INNER PAGES CSS START******/

.inr_bnr_left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
}
.inr_bnr_right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.inr_banner-content-box {
    text-align: center;
    position: relative;
    z-index: 1;
}
.scroll-box img {
    mix-blend-mode: multiply;
}
.side-form {
    position: relative;
}
#regForm .side-form-group {
    display: none;
    margin: 0;
    position: relative;
}
.side-form input {
    position: relative;
    background-color: #2e7a95;
    width: 100%;
    border: none;
    border-radius: 15px;
    height: 56px;
    font-size: 18px;
    color: #fff;
}
.side-form input::placeholder {
    color: #fff;
}
.prev {
    right: 130px !important;
}
button#nextBtn {
    right: 18px;
    z-index: 1;
}
.side-form button {
    position: absolute;
    top: 7px;
    right: 10px;
    border: none;
    padding: 7px 30px;
    cursor: pointer;
    border-radius: 11px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.inr_bnr_btn {
    display: flex;
    justify-content: space-between;
    background-color: #8e1e7e;
    border-radius: 15px;
    padding: 7px 12px 7px 18px;
    align-items: center;
}
.inr_bnr_get {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.inr_bnr_cht {
    color: #242329;
    font-size: 18px;
    font-weight: 700;
    padding: 9px 39px;
    background-color: #fff;
    border-radius: 15px;
}
.zoom_anim {
    animation: zoominoutsinglefeatured 2s infinite;
}
.inr_sec_title p {
    font-size: 18px !important;
    line-height: 32px !important;
}
.ser_list {
    padding-bottom: 40px;
}
.ser_list li {
    font-size: 18px;
    color: #8c8b90;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.ser_list li:hover {
    color: #8e1e7e;
}

.ser_list li:hover:after {
    background-color: #8e1e7e;
}

.ser_list li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #8c8b90;
    top: 4px;
    border-radius: 50%;
}
.sec_title_center p{
    padding: 30px 0 0px 0 !important;
}
.sec_title_center {
    text-align: center;
    margin-bottom: 70px;
}
.inr_port {
    padding: 65px 0 !important;
}
.portfolio_wrap {
    padding: 0 20px;
}
.portfolio_grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 20px;
}
.portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.hovereffects-det {
    background-image: -moz-linear-gradient( 90deg, rgb(179 7 14 / 37%) 0%, rgb(215 25 33 / 53%) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(93 190 199 / 48%) 0%, rgb(46 122 149 / 50%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(179 7 14 / 37%) 0%, rgb(215 25 33 / 53%) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: 5;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
}
.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}
.portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.sec_btn {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.sec_btn .get_started_btn {
    margin: 0;
}
.solutions {
    padding: 100px 0;
}
.projc-lst {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter h2 {
    font-size: 35px;
    color: #8e1e7e;
    font-weight: bold;
    margin: 0 0 10px;
}

.counter p {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.counter {
    margin: 0 35px;
    text-align: center;
    position: relative;
}

.counter:after {
    content: '';
    position: absolute;
    right: -55px;
    background: url(../images/plus.jpg) no-repeat;
    width: 41px;
    height: 38px;
    top: 55px;
}

.counter:last-child:after {
    right: 0;
    background: none;
}
.icons_list {
    margin-top: 60px;
}
.icons_list ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}
.icons_list ul li {
    margin-bottom: 40px;
    flex: 1 1 16.66%;
    font-size: 16px;
    color: #8c8b90;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.icons_list ul li div {
    width: 37px;
    margin-right: 10px;
}
/*****SEO_PROCESS START*****/
.seo_process {
    padding-top: 0;
}
.seo_process_box {
    display: flex;
    border: 1px solid #fff;
    background-color: #eff8fa;
    padding: 60px 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s
}
.seo_process_box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #242329;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}
.seo_process_box h3 span {
    position: absolute;
    font-size: 72px;
    font-weight: 700;
    color: #0000002e;
    font-family: 'Ubuntu', sans-serif;
    top: -31px;
    left: -60px;
    z-index: -1;
}
.seo_process_box p {
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.seo_process_box:hover {
    background-color: #8e1e7e;
    box-shadow: 0px 11px 24px 0px rgba(2, 2, 2, 0.19),-1.798px 0.877px 73px 0px rgba(0, 0, 0, 0.17);
}
.seo_process_box:hover  h3, .seo_process_box:hover  p {
    color: #fff;
}
/*****SEO_PROCESS END*****/

/*****BRIGHTEST START*****/
.brightest {
    background: url(../images/brightest_bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    height: 596px;
    display: flex;
    align-items: flex-end;
}
.brightest_content {
    display: flex;
    justify-content: flex-end;
}
.brightest_content h3 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
/*****BRIGHTEST END*****/

/*****ABOUT START*****/

section.abt-create {
    padding: 220px 0 140px 0;
    position: relative;
}
section.abt-create::before {
    content: "";
    background-color: #2e7a95;
    height: 35px;
    width: 35px;
    position: absolute;
    border-radius: 50%;
    top: 50px;
    right: 43%;
    animation: zoomanimation 2s infinite;
}
section.abt-create::after {
    content: "";
    background-color: #5dbec7;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    top: 100px;
    right: 51%;
    animation: zoomanimation 2s infinite;
}
.abt-create .about-content-sec {
    position: relative;
}
.abt-create .about-content-sec:before {
    content: "";
    position: absolute;
    background-color: #95969c;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: -28%;
    left: 0;
    animation: zoomanimation 2s infinite;
}
.abt-create .about-content-sec:after {
    content: "";
    position: absolute;
    background-color: #2e7a95;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: -21%;
    left: 5%;
    animation: zoomanimation 2s infinite;
}
/*****ABOUT END*****/

/*****COMBO START*****/
.main-cmbopg .owl-stage {
    display: inherit;
}
.main-cmbopg .owl-stage .item {
    height: inherit;
}

.cmbo-logo ul li {
    font-size: 17px;
    color: #8c8b90;
    font-weight: 400;
    display: block;
    padding-bottom: 9px;
}

.cmbo-logo ul {
    padding: 0 0 30px;
}
.cmbo-logo ul li.list_hd {
    font-size: 18px;
    color: #2e7a95;
    font-weight: 700;
}
.cmbo-logo ul li.last {
    margin-bottom: 30px;
}
.combo-pkg .price-details-box {
    display: block;
}

.combo-pkg .price-details-box .cross-p {
    padding-top: 20px;
}

.combo-pkg .dp_item {
    width: 89%;
    position: static;
}

.combo-pkg .price-details-box::after {
    top: 0;
    height: 50%;
}

.combo-pkg .boxpackages .packdetails {
    text-align: center;
    padding: 60px 0px 0;
    display: block;
}

.combo-pkg .boxpackages .packdetails .cmbomail {
    font-size: 16px;
    color: #242329;
    border: 1px solid #666669;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    margin: 35px 0 0;
}

.combo-pkg .packdetails .botarea-pack {
    padding: 55px 0 0;
}

.combo-pkg {
    display: flex;
    justify-content: center;
}

.combo-pkg .botarea-pack .fleft {
    padding-right: 0;
}

.combo-pkg .packdetails .botarea-pack a.btn-orders {
    padding: 15px 37px;
}

.combo-pkg .price-details-box::before {
    top: 0;
    height: 50%;
}

.main-cmbopg {
    padding: 180px 0 120px;
    position: relative;
}

.cmbopg-shape span {
    height: 350px;
    width: 350px;
    background-color: #eff8fa;
    position: absolute;
    right: -60px;
    top: 0px;
    border-radius: 50%;
    animation: swing 10s infinite ease-in-out;
}

.cmbopg-shape {
    position: relative;
    width: 100%;
}


section.main-cmbopg::before {
    content: "";
    background-color: #ffe299;
    height: 35px;
    width: 35px;
    position: absolute;
    border-radius: 50%;
    top: 20px;
    right: 45%;
    animation: zoomanimation 2s infinite;
}

section.main-cmbopg::after {
    content: "";
    background-color: #afd7e1;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    top: 70px;
    right: 52%;
    animation: zoomanimation 2s infinite;
}
.combo-slider .sec_title {
    margin-bottom: 40px; 
}
.cmbopg-shape:before {
    content: "";
    position: absolute;
    background-color: #389b70;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: -160px;
    left: 0px;
    animation: zoomanimation 2s infinite;
}
.cmbopg-shape:after {
    content: "";
    position: absolute;
    background-color: #6fb7fb;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: -130px;
    left: 5%;
    animation: zoomanimation 2s infinite;
}
.cmbo-btn-call {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    padding: 10px 40px;
    background-image: linear-gradient(to bottom, #5dbec7, #2e7a95);
    border: none
}
.combo-pkg .packdetails .botarea-pack .liovechats-bx {
    text-align: left;
}
/*****COMBO END*****/

/*****TABBING START*****/


.default_tabs .nav {
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #2e7a95;
    border-radius: 16px;
}

.default_tabs .nav-tabs .nav-link {
    border-radius: 12px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #242329;
    padding: 6px 27px;
}
.default_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .default_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #2e7a95;
}
/*****TABBING START*****/
.all_packages {
    padding: 120px 0;
    position: relative;
}
.all_packages.package-slider .boxpackages {
    padding: 45px 36px;
    margin-bottom: 30px;
}
.all_packages .owl-dots {
    margin-top: 0;
}
.all_packages .all_packages_slider .item {
    padding-top: 40px;
}
.all_packages:after {
    content: "";
    position: absolute;
    background-color: #2e7a95;
    width: 18px;
    height: 18px;
    top: 24%;
    left: 16%;
    border-radius: 100%;
    animation: zoomanimation 2s infinite;
}
.all_packages:before {
    content: "";
    position: absolute;
    background-color: #5dbec7;
    width: 30px;
    height: 30px;
    top: 30%;
    right: 16%;
    border-radius: 100%;
    animation: zoomanimation 2s infinite;
}
.pkg_sec_cicle {
    position: absolute;
    background-color: #afd7e1;
    width: 20px;
    height: 20px;
    bottom: 22%;
    right: 14%;
    border-radius: 100%;
    animation: zoomanimation 2s infinite;
}
.all_portfolio {
    margin: 150px 110px;
}
.all_portfolio .nav-tabs {
    margin-bottom: 70px;
}
.all_packages nav  .nav .nav-item:nth-child(4), .all_packages nav  .nav .nav-item:nth-child(6) {
    display: none;
}
.inner_package.default_tabs .nav {
    margin: 0;
}
/******INNER PAGES CSS END******/

/*****CONTACT PAGE START*****/
.contact_sec {
    padding-top: 170px;
}
.contact_info h4 {
    font-size: 48px;
    font-weight: 900;
    color: #242329;
}
.contact_info h4 span {
    position: relative;
}
.contact_info h4 span::after {
    content: "";
    background-color: #5dbec7;
    width: 90%;
    position: absolute;
    right: 0;
    height: 15px;
    bottom: 2px;
    z-index: -1;
}
.contact_info p {
    font-size: 18px;
    color: #999999;
    margin: 27px 0;
}
.cont_box {
    position: relative;
    padding-left: 46px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 27px;
}
.cont_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.cont_box h5 {
    font-weight: 400;
    font-size: 12px;
    color: #656464;
}
.cont_box a {
    font-weight: 700;
    font-size: 24px;
    color: #2e7a95;
}
.cont_box:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    display: inline-block;
    left: 0;
    color: #000;
    font-size: 32px;
    transform: rotate(45deg);
}
.cont_box:last-child:before {
    content: "\f075";
    transform: inherit;
}
.contact_form_box input {
    margin-bottom: 32px;
}
.contact_form_box input, .contact_form_box textarea {
    background-image: -moz-linear-gradient( 90deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
    height: 58px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 3px;
}
.contact_form_box textarea {
    height: 192px;
}
.contact_form_box input::placeholder, .contact_form_box textarea::placeholder {
    font-size: 18px;
    color: #b3b3b3;
}
.cont_form_btn {
    border-radius: 25px;
    background-color: #2e7a95;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    box-shadow: 0.523px 9.986px 21px 0px rgba(27, 5, 44, 0.11);
    height: 50px;
    border: none;
    margin-top: 56px;
    cursor: pointer;
}
.contact_form_box {
    position: relative;
    z-index: 0;
}
.contact_form_box:after {
    content: "";
    position: absolute;
    width: 262px;
    height: 262px;
    background-color: #eff8fa;
    bottom: 26px;
    right: -25px;
    border-radius: 100%;
    z-index: -1;
    animation: zoomanimation 2s infinite;
}
.contact_sec .sec_title {
    position: relative;
}
.contact_sec .sec_title:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #5dbec7;
    height: 31px;
    width: 31px;
    top: 10px;
    right:  -24px;
    animation: zoomanimation 2s infinite;
}
.contact_sec .sec_title:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #2e7a95;
    height: 20px;
    width: 20px;
    top: 75px;
    right:  148px;
    animation: zoomanimation 2s infinite;
}
/*****CONTACT PAGE END*****/

/*****POPUP FORM START*****/
#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 36%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    overflow: hidden;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    text-align: center;
    background-image: linear-gradient(to bottom, #5dbec7, #2e7a95);
}

.logos-slider .hovereffects-det i {
    font-size: 24px;
}

.entry-right .text-2 {
    position: relative;
    margin: 16px 0px;
}
.entry-right .text-2 h2 {
    font-size: 30px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.entry-right .text-2 h2 span {
    color: #8e1e7e;
}

.entry-right .text-2:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #2e7a95;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.entry-right .text-2 strong {
    text-transform: uppercase
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 55%;
    background: #2e7a95!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none!important;
    padding: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(134,205,37) 0%, rgb(217,224,33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(134,205,37) 0%, rgb(217,224,33) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(134,205,37) 0%, rgb(217,224,33) 100%);
    margin-top: 10px;
    border-radius: 10px;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 10px;
    background-color: #999999;
    width: 31px;
    height: 31px;
    border-radius: 50pc;
    color: #fff;
    font-size: 20px;
    top: 16px;
    z-index: 9;
}

#tabFive .portfolio-box {
    margin-bottom: 25px;
}

/*****POPUP FORM END*****/


.thankyou_sec {
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.main-thankyou {
    text-align: center;
}
.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #3366cc;
}
.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}
.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50pc;
}



.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.main-privacy p, .main-privacy li {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 26px;
}

.main-privacy {
    padding: 40px 0;
}
