@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@font-face {
    font-family:'ProximaNova-Regular';
    src:url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family:'Proxima_Nova_Thin';
    src:url(../fonts/Proxima_Nova_Thin.otf);
}

@font-face {
    font-family:'Proxima_Nova_Extrabold';
    src:url(../fonts/Proxima_Nova_Extrabold.otf);
}

@font-face {
    font-family:'Proxima_Nova_Bold';
    src:url(../fonts/Proxima_Nova_Bold.otf);
}

@font-face {
    font-family:'Proxima_Nova_Black';
    src:url(../fonts/Proxima_Nova_Black.otf);
}

@font-face {
    font-family:'Proxima_Nova_Alt_Thin';
    src:url(../fonts/Proxima_Nova_Alt_Thin.otf);
}

@font-face {
    font-family:'Proxima_Nova_Alt_Light';
    src:url(../fonts/Proxima_Nova_Alt_Light.otf);
}

@font-face {
    font-family:'Proxima_Nova_Alt_Bold';
    src:url(../fonts/Proxima_Nova_Alt_Bold.otf);
}

@font-face {
    font-family:'GothamLight';
    src:url(../fonts/GothamLight.ttf);
}
@font-face {
    font-family:'GothamBook';
    src:url(../fonts/GothamBook.ttf);
}
@font-face {
    font-family:'GothamBold';
    src:url(../fonts/GothamBold.ttf);
}
@font-face {
    font-family:'WebRupee';
    src:url(../fonts/WebRupee.V2.0.ttf);
}

@font-face {
    font-family:'GothamMedium';
    src:url(../fonts/GothamMedium.ttf);
}
iframe{
    max-width: 100%;
}
*{
    box-sizing: border-box;
}
:root{
    --maincolor:#000;
    --font-family:'GothamBook', sans-serif;
    --ancourcolor:#000;
    --ancourhover:#5dd89f;
    --transition:all 0.3s linear;
}
html{
    font-size: 13px;
    scroll-behavior: smooth;
}

body{
    color:var(--maincolor);
    line-height: 1.4;
    font-size: 1rem;
    font-family:var(--font-family);
}
a{
    color:var(--ancourcolor);
    transition: var(--transition)

}
a:hover{
    color:var(--ancourhover);
    text-decoration: none;
}
p{
    margin-bottom: 1rem;
}
img{
    max-width: 100%;
    height: auto;
}
a.custom-read-more {
    text-decoration: underline;
    color: var(--ancourhover);
}

a.custom-read-more:hover {
    color: inherit;
}


.btn {
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
    color: #fff;
    min-width: 140px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: none !important;
    transition: var(--transition)
}

header.apex-header-main-wrapper {
    background-color: #112037;
}

.apex-header-main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding:1.7rem 2rem;
    transition: none;
}


header.apex-header-main-wrapper .container > .row {
    position: relative;
}

.apex-header-logo a {
    display: block;
}
header:not(.apex-header-main-wrapper ) {
    background-color: #fff;
    box-shadow: 0 1px 5px #000000ab;
    position: relative;
    z-index: 9;
    display: none;
}
.apex-header-inner-wrapper {
    padding: 0 5rem;
}
.apex-main-menu > ul >li > a {
    text-transform: uppercase;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    font-size: 0.9rem;
    font-family: 'GothamBook', sans-serif;
    letter-spacing: 0.2px;
}
ul.apex-header-social-icon li:not(:last-child) {
    margin-right: 0.9rem;
}
ul.apex-header-social-icon li a {
    display: flex;
    padding: 0rem;
    border: 1px solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
}

.apex-trigger {
    width: 20px;
    margin-left: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}
.apex-trigger span{
    display: block;
    width:100%;
    height: 2px;
    background-color: #000;
    transition: var(--transition)
}

.apex-trigger:hover span{
    background-color: var(--ancourhover);
}

.apex-trigger span:first-child {
    width: 40%;
}

.apex-trigger span:last-child {
    width: 80%;
}

.apex-trigger span:nth-child(2) {
    margin: 3px 0;
}

.apex-custom-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apex-custom-caption div {
    color: #fff;
    max-width: 750px;
}
.apex-custom-caption div h2 {
    font-family: 'GothamBold', sans-serif;
    font-size: 3.3rem;
    margin-bottom: 1.2rem;
}
.apex-custom-caption div p {
    margin-bottom: 3rem;
    font-size: 1.1rem;
}
span.apex-btn-group-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.apex-btn-group-wrapper a.btn {
    margin: 0 0.8rem;
}
span.apex-btn-group-wrapper a.btn:last-child {
    margin: 0 0.8rem;
    background: transparent;
    border-color: #fff;
}
.apex-slider-inside-wrapper img {
    width: 100%;
}
div#apex-slider ul.carousel-indicators {
    margin: 0;
    left: auto;
    flex-direction: column;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}
div#apex-slider ul.carousel-indicators li {
    margin: 5px 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #fff !important;
    background-color: transparent;
    opacity: 1;
    transition: var(--transition)

}

div#apex-slider ul.carousel-indicators li.active {
    background-color: #fff;
    opacity: 1;
}


.apex-three-col-wrapper .col-md-4.col-xl-4:first-child {
    background-color: #60cfc8;
}
.apex-three-col-wrapper .col-md-4.col-xl-4:nth-child(2) {
    background-color: #4ae5ac;
}
.apex-three-col-wrapper .col-md-4.col-xl-4:last-child {
    background-color: #289891;
}
.apex-three-col-wrapper .apex-three-col-insde-box .icon-wrap {
    width: 30px;
    height: 30px;
    margin: 0 auto 1.5rem;
    position: relative;
}
.apex-three-col-wrapper .col-md-4.col-xl-4:first-child .apex-three-col-insde-box .icon-wrap {
    display: flex;
    justify-content: space-between;
}
.apex-three-col-wrapper .col-md-4.col-xl-4:first-child .apex-three-col-insde-box .icon-wrap:after, .apex-three-col-wrapper .col-md-4.col-xl-4:first-child .apex-three-col-insde-box .icon-wrap:before {
    content: "";
    display: block;
    height: 100%;
    width: 12px;
    background-color: #fff;
    border-radius: 3px;
}
.apex-three-col-wrapper .col-md-4.col-xl-4:nth-child(2) .apex-three-col-insde-box .icon-wrap:after {
    content: "";
    display: block;
    border-width: 15px 15px 15px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 7.5px;
    right: 0;
}

.apex-three-col-wrapper .col-md-4.col-xl-4:last-child .apex-three-col-insde-box .icon-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
}
.apex-three-col-insde-box {
    text-align: center;
    color: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}
.apex-three-col-insde-box h4 {
    font-family: 'GothamMedium', sans-serif;
    margin-bottom: 1rem;
}
.apex-three-col-insde-box p {
    margin: 0;
    line-height: 1.5;
}
.apex-header-wrapper {
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.apex-header-wrapper h2 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}
.apex-header-wrapper span {
    display: block;
    font-family: 'GothamBook', sans-serif;
}

.apex-thee-col-description {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5rem;
}

.apex-thee-col-description span.apex-left-icon {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.apex-thee-col-description .apex-right-col {
    width: calc(100% - 40px - 1rem);
    padding-right: 1.3rem;
}
.apex-thee-col-description .apex-right-col span {
    display: block;
    font-size: 0.9rem;
    color:#939393
}
.apex-thee-col-description .apex-right-col h6 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.2rem;
}
.apex-three-col-services-wrapper {
    padding: 7rem 0;
    background-image: url(../images/bg-section.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

@media(min-width:768px){
    .apex-three-col-with-left-icon .col-md-4.col-xl-4:nth-child(n+4) .apex-thee-col-description {
    padding-bottom: 0;
}
    .apex-three-col-priceing-wrapper {
        padding: 0 6.5rem;
    }
    /* .apex-header-main-menu ul li:nth-child(3) {
        padding-right: 13rem;
    } */
    .apex-header-logo {
        /* position: absolute;
        max-width: 133px;
        left: 0;
        right: 0; */
        margin: 0 auto;
        top: 0.5rem;
        z-index: 9;
    }
}

.apex-four-col-wrapper {
    padding-top: 3rem;
}
.apex-four-col-wrapper .apex-header-wrapper {
    padding-bottom: 3rem;
}

.apex-four-col-image-wrapper > div {
    width: 25%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.apex-four-col-image-wrapper > div:nth-child(-n+4) {
    border-top: 1px solid #ccc;
}
.apex-four-col-image-wrapper > div img {
    visibility: hidden;
    opacity: 0;
}
.apex-four-col-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.apex-four-col-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
    opacity: 0.7;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s linear;
}

.apex-four-col-image-wrapper > div:hover .apex-four-col-overlay:after {
      transform: scaleX(1) ;
    transform-origin: left;
}

.apex-four-col-description {
    opacity: 1;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    padding: 1rem;
    bottom: 2rem;
    left: 2rem;
    max-width: 230px;
    width: 100%;
    transition:all 0.5s 0.2s linear;
}

.apex-four-col-description h5, .apex-four-col-description span,
.apex-four-col-description strong,.apex-four-col-description b{
    position: relative;
    z-index: 1;
    opacity: 0;
}

.apex-four-col-description:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition:transform 0.5s linear;
}

.apex-four-col-image-wrapper > div:hover .apex-four-col-description:after {
    transform: scaleX(1);
    transform-origin: right;
}

.apex-four-col-image-wrapper > div:hover .apex-four-col-description h5, .apex-four-col-image-wrapper > div:hover .apex-four-col-description span,
.apex-four-col-image-wrapper > div:hover .apex-four-col-description strong,
.apex-four-col-image-wrapper > div:hover .apex-four-col-description b{
    opacity: 1;
    transition-delay: 0.5s;
}


.apex-four-col-description h5 {
    font-family: 'GothamMedium', sans-serif;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}

.apex-four-col-description strong {
    font-family: 'GothamMedium', sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 0.5px;
    opacity: 0;
}

.apex-four-col-description b {
    position: relative;
    z-index: 1;
    font-family: 'GothamMedium', sans-serif;
    color: #868686;
    display: block;
    margin-top: 1rem;
    opacity: 0;
}

.apex-four-col-description span {
    color: #868686;
    font-size: 0.8rem;
}

.apex-choose-plan-wrapper {
    padding: 7rem 0 6rem;
    background-image: url(../images/bg-section2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.apex-choose-plan-wrapper .apex-header-wrapper {
    padding-bottom: 4rem;
}

.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper {
    background-color: #fff;
    text-align: center;
    padding: 2rem 2rem 5rem 2rem;
    min-height: 436px;
    position: relative;
}

.apex-col-choose-plan-wrapper h5 {
    font-family: 'GothamMedium', sans-serif;
    color: #414042;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.apex-col-choose-plan-wrapper h3 {
    font-size: 2rem;
    font-family: 'GothamMedium', sans-serif;
    display: inline-block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;

}
.apex-col-choose-plan-wrapper h3 span {
    display: inline-block;
    color:#414042;
    position: relative;
    transition: var(--transition);

}
.apex-col-choose-plan-wrapper h3 span:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background-image: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background-image: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    -webkit-text-fill-color:transparent;
    transition: var(--transition);
    -webkit-background-clip: text;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.apex-col-choose-plan-wrapper:hover h3 span:after {
    opacity: 1;
    visibility: visible;
}
.apex-col-choose-plan-wrapper:hover h3 span{
    color:transparent;
}
.apex-col-choose-plan-wrapper h3:after, .apex-col-choose-plan-wrapper h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #000;
    transition: background-image 0.3s linear;
}

.apex-col-choose-plan-wrapper h3:before {
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    width: 0;
    transition: var(--transition);
    z-index: 99;
    margin: 0 auto;
}

.apex-col-choose-plan-wrapper:hover h3:before {
    width: 100%;
}

.apex-col-choose-plan-wrapper ul {
    padding: 0;
    margin: 0 0 1rem;
    font-family: 'GothamBook', sans-serif;
    text-align: left;
    list-style: decimal;
}

.apex-col-choose-plan-wrapper ul li {
    padding: 0.5rem 0;
}
.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper a.btn.btn-default,
.apex-services-hire-wraper .apex-header-wrapper a.btn{
    color: #414042;
    border-color: #414042;
    background: #fff;
    font-family: 'GothamBook', sans-serif;
    max-width: 130px;
    margin: 0 auto;
    font-size: 0.9rem;
    transition: var(--transition);
    min-height: 38px;
    overflow: hidden;
    position: relative;
}
.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper a.btn.btn-default:after,
.apex-services-price-inside-col .btn:after,
.apex-services-hire-wraper .apex-header-wrapper a.btn:after,
.apex-loadmore-btn-wrapper a.btn:after{
    content: "";
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
        transition: var(--transition);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    opacity: 0;
}
.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper a.btn.btn-default {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}
.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper:hover a.btn.btn-default,
.apex-services-price-inside-col .btn:hover,
.apex-services-hire-wraper .apex-header-wrapper a.btn,
.apex-loadmore-btn-wrapper a.btn{
    border-color:transparent !important;
}
.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper:hover a.btn.btn-default:after,
.apex-services-price-inside-col .btn:hover:after,.apex-services-hire-wraper .apex-header-wrapper a.btn:after,.apex-loadmore-btn-wrapper a.btn:after{

    opacity: 1
}

.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper a.btn.btn-default span,
.apex-services-price-inside-col .btn span,
.apex-services-hire-wraper .apex-header-wrapper a.btn span,
.apex-loadmore-btn-wrapper a.btn span{
    display: inline-block;
    background-image: url(../images/arrow.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0.9rem;
    position: relative;
    z-index: 1;
}
.apex-services-price-inside-col .btn span,
.apex-services-hire-wraper .apex-header-wrapper a.btn span,
.apex-loadmore-btn-wrapper a.btn span{
    filter: brightness(0.5); 
    transition: var(--transition);
}
.apex-services-price-inside-col .btn:hover span,
.apex-services-hire-wraper .apex-header-wrapper a.btn span,
.apex-loadmore-btn-wrapper a.btn span{
    filter: brightness(5);
}

.apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper a.btn.btn-default em,
.apex-services-price-inside-col .btn em,
.apex-services-hire-wraper .apex-header-wrapper a.btn em,
.apex-loadmore-btn-wrapper a.btn em{
    position: relative;
    z-index: 1;
    font-style: normal;
}
.apex-services-price-inside-col .btn em,
.apex-services-hire-wraper .apex-header-wrapper a.btn em{
    color:#000;
    transition: var(--transition);
}
.apex-services-price-inside-col .btn:hover em,
.apex-services-hire-wraper .apex-header-wrapper a.btn em,
.apex-loadmore-btn-wrapper a.btn em{
    color:#fff;
}
.apex-our-client-wrapper {
    text-align: center;
    padding: 3rem 0;
    background-color:#fff;
}

/*===about us styleing===*/
.apex-section-header-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 1rem;
    transform: translateY(-50%);
    color: #fff;
    max-width: 850px;
    margin: 0 auto;
}

.apex-section-header-wrapper {
    position: relative;
}
.apex-section-header-wrapper img{
    width: 100%
}
.apex-section-header-caption h2 {
    font-family: 'GothamBold';
    font-size: 4rem;
    margin-bottom: 2rem;
}
.apex-section-header-caption p {
    line-height: 2;
    margin-bottom: 0;
}
section.apex-about-four-col-wrapper .row > div:nth-child(-n+6) {
    margin-bottom: 1.5em;
}
section.apex-about-four-col-wrapper {
    padding:5rem 0 7rem;
    background-image: url(../images/about-us-page.jpg);
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;
}
section.apex-about-four-col-wrapper.apex-core-values {
    background: none;
}
.apex-about-four-col-inside-wrapper strong {
    display: block;
}
.apex-about-four-col-inside-wrapper {
    text-align: center;
}
.apex-about-four-col-inside-circle {
    display: inline-block;
    position: relative;
}
.apex-about-four-col-inside-circle span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    font-family: 'GothamMedium';
    color: #fff;
    font-size: 4rem;
}

.apex-about-four-col-inside-description-wrap strong {
    display: block;
    font-family: 'GothamMedium', sans-serif;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    font-size: 1.1rem;
}
.apex-about-four-col-inside-description-wrap span {
    color: #6d6d6d;
    font-size: 1.1rem;
    display: block;
}
section.apex-about-our-fabulous-team-wrapper,
section.apex-about-company-features{
    padding: 5rem 0;
}
section.apex-about-our-project-contdown {
    padding: 5rem 0;
    background-image: url(../images/bg-section3.jpg);
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;
}
.apex-about-our-project-inside-wrapper {
    text-align: center;
}
section.apex-about-our-project-contdown .row > div {
    max-width: 250px;
    width: 100%;
}
.apex-about-our-project-inside-wrapper img {
    margin-bottom: 2.5rem;
}
.apex-about-our-project-inside-wrapper h3 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.apex-about-our-project-inside-wrapper h5 {
    margin: 0;
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.2rem;
}
section.apex-about-our-project-contdown .row > div:not(:last-child) .apex-about-our-project-inside-wrapper {
    border-right: 1px solid #ccc;
    padding-bottom: 3rem;
}

.apex-about-company-inside-left-wrapper ul.apex-about-company-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.apex-about-company-inside-left-wrapper ul.apex-about-company-ul li {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-left: 8px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}
.apex-about-company-inside-left-wrapper ul.apex-about-company-ul li:before {
    content: "";
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
    border-left: 8px solid #5cc4ae;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition)
}

.apex-about-company-inside-left-wrapper ul.apex-about-company-ul li:hover:before{
    opacity: 1;
    visibility: visible;  
}

.apex-about-company-inside-left-wrapper ul.apex-about-company-ul li span.apex-about-company-ul-left {
    padding: 0.2rem;
    background-color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-family: 'GothamMedium', sans-serif;
    margin-right: 1.5rem;
    border-radius: 100%;
    position: relative;
}

span.apex-about-company-ul-right {
    display: block;
    position: relative;
}

span.apex-about-company-ul-right strong {
    display: block;
    font-family: GothamMedium;
    font-size: 1.3rem;
    font-weight: 500;
}

span.apex-about-company-ul-right span {
    display: block;
}


.apex-about-company-inside-right-wrapper h3 {
    font-family: GothamMedium;
}

.apex-about-company-inside-right-wrapper span {
    display: block;
}

.apex-about-company-inside-right-wrapper ul {
    margin: 3rem 0 0;
    list-style: none;
    padding: 0;
}

.apex-about-company-inside-right-wrapper ul li {
    margin-bottom: 1.5rem;
}

.apex-about-company-inside-right-wrapper ul li:before {content: "";display: inline-block;height: 20px;width: 30px;background-color: #000;vertical-align: top;
    margin-right: 0.5rem;
background:url(../images/tik-tik.png) no-repeat center center;
}
.apex-about-company-inside-wrapper {
    padding: 0 11rem;
}
.apex-about-company-inside-right-wrapper {
    padding-left: 4rem;
}


/*===get in touch===*/

.apex-map-wrapper {
    padding: 5rem 0 3rem;
}
.apex-map-wrapper iframe {
    width: 100%;
}
.apex-get-in-touch-map-wrapper{
    background-color: #efefef;
    padding-top: 3rem;
}
.apex-get-touch-form form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.apex-get-touch-form form input[type="text"],
.apex-get-touch-form form input[type="email"],
.apex-get-touch-form form input[type="phone"],
.apex-get-touch-form form input[type="number"],
.apex-get-touch-form form textarea {
    border: none;
    min-height: 45px;
    padding: 0.5rem 1rem;
    outline: none;
}
section.apex-get-in-touch-map-wrapper .apex-header-wrapper {
    padding-bottom: 2rem;
}
.apex-get-touch-form form input[type="text"]::-webkit-input-placeholder,
.apex-get-touch-form form textarea::-webkit-input-placeholder{ /* Edge */
      font-family: 'GothamMedium', sans-serif;
}

.apex-get-touch-form form input[type="text"]:-ms-input-placeholder,
.apex-get-touch-form form textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
      font-family: 'GothamMedium', sans-serif;
}

.apex-get-touch-form form input[type="text"]::placeholder,
.apex-get-touch-form form textarea::placeholder{
      font-family: 'GothamMedium', sans-serif;
}

.apex-get-touch-form form textarea {
    grid-column: 1 / span 2;
    grid-row: 3;
    min-height: 110px;
}
.apex-get-touch-form form input[type="submit"] {
    grid-column: 1 / span 2;
    grid-row: 4;
    max-width: 150px;
    margin: 1.5rem auto 0;
    text-transform: uppercase;
    font-family: 'GothamMedium', sans-serif;
    letter-spacing: 0.1rem;
}
.apex-get-touch-form {}
.apex-contact-wrap {
    padding-top: 3rem;
}

/* services*/

.apex-services-inside-col h4 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.7rem;
    margin: 1.5rem 0 2.3rem;
}
.apex-services-inside-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.apex-services-inside-col ul li {
     font-size: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #000;
    margin-bottom: 1rem;
    min-width: 192px;
}
.apex-services-inside-col ul li:last-child {
    border-bottom:none;
}
section.apex-services-three-col-wrapper {
    padding: 5rem 0;
}
.apex-three-col-services,
.apex-services-choose-your-plane-inside-wrap{
    padding: 0 10rem;
}
.apex-services-three-col-wrapper .apex-header-wrapper,
section.apex-services-choose-your-plane .apex-header-wrapper{
    max-width: 800px;
}
.apex-three-col-services hr {
    border-bottom: 0px solid #ccc;
    display: block;
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 0;
}
section.apex-services-choose-your-plane {
    padding-top: 1rem;
    padding-bottom: 7rem;
}
.apex-services-top-icon{
    text-align: center;
    border-radius: 7px;
}

.apex-services-price-inside-col{
    transition: var(--transition);
    box-shadow: 0 0 0 #ededed;
    border-radius: 10px;
    padding-bottom: 2.5rem;
}
.apex-services-price-inside-col:hover{
    box-shadow: 13px 20px 20px #ededed;    
}

.apex-services-choose-your-plane-inside-wrap > div:nth-child(1) .apex-services-top-icon {
    background-color: #60cfc8;

}
.apex-services-choose-your-plane-inside-wrap > div:nth-child(2) .apex-services-top-icon {
    background-color: #4ae5ac;

}
.apex-services-choose-your-plane-inside-wrap > div:nth-child(3) .apex-services-top-icon
{
    background-color:#299891;
}
.apex-services-top-wrapper {
    text-align: center;
    padding:2rem 0;
}

.apex-services-top-wrapper h5 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.apex-services-top-wrapper span {
    font-family: 'GothamMedium', sans-serif;
    display: block;
    font-size: 0.9rem;
}

.apex-servies-price-wrapper {
    text-align: center;
    padding-bottom: 1.5rem;
}

.apex-servies-price-wrapper h3 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 2.5rem;
    margin: 0;
}
.apex-servies-price-wrapper h3 sub {
    font-family: WebRupee;
    top: -1rem;
    font-size: 1.1rem;
    font-weight: 500;
    bottom: unset;
}
.apex-servies-price-wrapper span {
    display: block;
    font-family: 'GothamMedium', sans-serif;
    font-size: 0.9rem;
}

.apex-servies-list ul {
    padding: 0;
    margin: 0;
    padding-left: 4rem;
}

.apex-servies-list ul li {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    background: url(../images/tick.jpg) no-repeat left center;
    padding-left: 2rem;
}
.apex-services-price-inside-col .btn,
.apex-services-hire-wraper .apex-header-wrapper a.btn,
.apex-loadmore-btn-wrapper a.btn{
    max-width: 160px;
    margin: 2rem auto 0;
    font-family: 'GothamMedium', sans-serif;
    min-height: 48px;
    position: relative;
    overflow: hidden;
    background: transparent !important;
    border: 1px solid #000;
}
section.apex-services-hire-wraper {
    border-top: 10px solid #57d8b2;
    padding: 5rem 0 6rem;
}
section.apex-services-hire-wraper .apex-header-wrapper h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
section.apex-services-hire-wraper .apex-header-wrapper span {
    line-height: 2;
}
.apex-services-hire-wraper .apex-header-wrapper a.btn {
    margin: 4rem auto 0;
    border-color: transparent;
}
.apex-services-hire-wraper .apex-header-wrapper {
    padding-bottom: 0;
}
section.apex-services-hire-wraper{
    background-image: url(../images/service-bottom-banner.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;   
}
/*blog*/
.blog .apex-body-container-wrapper {
    background-color: #f7f7fa;

}
section.apex-blog-two-column-with-sidebar{
    padding-top: 5rem;  
}

.apex-blog-post-description {
    padding: 2rem;
    background-color: #fff;
}
.apex-blog-post-short-content h4 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

/* .apex-blog-post-short-content p {
    font-size: 0.9rem;
} */

.apex-blog-post-short-content {
    margin-bottom: 2.5rem;
}
.apex-blog-post-bottom-left-wrap span:not(:last-child) {
    margin-right: 3rem;
}

.apex-blog-post-bottom-left-wrap span i {
    margin-right: 0.5rem;
    color: #77e4b0;
    font-size: 1rem;
}

.apex-blog-post-bottom-left-wrap span {
    font-size: 0.8rem;
    color: #b0b0b0;
    font-weight: 600;
}
.apex-blog-post-bottom-right-wrap {
    color: #b0b0b0;
    font-size: 0.8rem;
    font-weight: 600;
}

.apex-blog-post-bottom-right-wrap span a {
    display: block;
    color: #b0b0b0;
    font-size: 1rem;
}

.apex-blog-post-bottom-right-wrap span:not(:last-child) {
    margin-right: 1rem;
}
.apex-blog-post img {
    width: 100%;
}
.apex-blog-right-sidebar-wrapper > div {
    padding-bottom: 4rem;
}

.apex-blog-right-sidebar-wrapper > div h5 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.3rem;
    position: relative;
    border-left: 4px solid #75e1b2;
    padding-left: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 1.5rem;
}
.apex-blog-sidebar-search form {
    display: flex;
    position: relative;
}

.apex-blog-sidebar-search form input[type="text"] {
    border: none;
    border-radius: 50px;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 3.6rem;
    min-height: 35px;
    position: relative;
    box-shadow: 0 5px 20px #ccc;
    outline: none;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: top 0.9rem left 1.2rem;
}

.apex-blog-sidebar-search form button {
    position: absolute;
    right: 0;
    min-width: 85px;
    min-height: 35px;
    padding: 0 !important;
    color: transparent;
}
.apex-blog-sidebar-search form button:after {
    content: "";
    background-image: url(../images/footerbtnarrow.png);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.apex-blog-about ul li a {
    padding: 0.5rem 0.7rem;
    font-size: 1.3rem;
}

.apex-blog-about p {
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
.apex-latest-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.apex-latest-post ul li {
    display: flex;
    margin-bottom: 1.5rem;
}

.apex-latest-post ul li .latest-post-title {
    margin-left: 1rem;
}

.apex-latest-post ul li .latest-post-title h6 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.apex-latest-post ul li .latest-post-title span {
    display: block;
    font-size: 0.8rem;
    font-family: 'GothamMedium', sans-serif;
    color: #b0b0b0;
}

.apex-category ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.apex-category ul li {
    margin-bottom: 1rem;
}

.apex-category ul li a {
    display: flex;
    font-family: 'GothamMedium', sans-serif;
    color: #b0b0b0;
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0 0 #ccc;
        transition: var(--transition);
}
.apex-category ul li a:hover {
     box-shadow: 0px 3px 9px #ccc;   
}

.apex-category ul li a span {
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
    color: #fff;
    padding: 0.4rem;
    min-width: 45px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1;
}
input.apx-footer-form-btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.apex-work-container {
    padding: 5rem 10rem 0;
    
}

.apex-work-container > div {
    padding: 0 1rem 0 0;
}

.apex-work-container > div:nth-child(4n) {
    padding-right: 0;
}
.apex-work-description h3 {
    margin: 0;
    font-size: 1.1rem;
    font-family: 'GothamMedium', sans-serif;
    padding: 1.5rem 0 3rem;
}
.apex-loadmore-btn-wrapper {
    padding-top: 1em;
    padding-bottom: 5rem;
}
section.apex-client-wrapper{
    background-image: url(../images/wORKPAGE-Recovered.jpg);
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;    
    margin-bottom: 5rem;
}
.apex-testimonials-wrapper {
    width: 100%;
    text-align: center;
    padding: 5rem 0 7rem;
}

.apex-testimonials-wrapper .item {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}
.apex-testimonials-wrapper .item span {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}
.apex-testimonials-wrapper .item h5 {
    font-size: 3rem;
    font-family: 'GothamMedium', sans-serif;
    margin: 1rem 0 2rem;
}
.apex-testimonials-wrapper .item p {
    line-height: 1.6;
    margin: 0;
}
.apex-work-container > div > div {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.apex-work-container > div > div:not(.apex-work-description):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54de98', endColorstr='#59d4c2',GradientType=1 );
    opacity: 0.7;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s linear;
}

.apex-work-container > div:hover > div:after {
    transform: scaleX(1);
    transform-origin: left;
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat center top/cover #1c223e;
    color: #fff;
    padding: 5rem 0 2rem
}
ul.footer-bottom-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-bottom-links li a {
    color: #fff;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
ul.footer-bottom-links li a:hover {
    color:var(--ancourhover);
}
ul.custom-footer-social-icon {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: flex-start;
    margin: 0;
}
ul.custom-footer-social-icon li a {
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5rem;
}
ul.custom-footer-social-icon li:not(:last-child) {
    margin-right: 1rem;
}
.instagram-wrapper {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 10px;
}
.footer-bottom-wrapper {
    padding: 2rem 0 0;
}
.footer-form-wrapper form input[type="email"] {
    border-radius: 50px;
    border: none;
    background-color: #253d63;
    outline: none;
    padding:0.6rem 0.6rem 0.6rem 2rem;
    min-height: 40px;
    width: calc(100% - 50px);
    color:#fff;
}

.footer-form-wrapper form input[type="email"]::-webkit-input-placeholder { /* Edge */
      font-family: 'GothamMedium', sans-serif;
    color:#1c2542;
    font-size:0.8rem;
}

.footer-form-wrapper form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-family: 'GothamMedium', sans-serif;
    color:#1c2542;
    font-size:0.8rem;
}

.footer-form-wrapper form input[type="email"]::placeholder {
      font-family: 'GothamMedium', sans-serif;
    color:#1c2542;
    font-size:0.8rem;
}
.footer-form-wrapper form {
    display: flex;
    justify-content: space-between;
}
.footer-form-wrapper button.btn.btn-default {
    text-indent: -9999px;
    overflow: hidden;
    min-width: 40px;
    position: relative;

}
.footer-form-wrapper button.btn.btn-default:after {
    content: "";
    background-image: url(../images/footerbtnarrow.png);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
footer h6 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
footer ul.apex-wearelocated {
    padding: 0;
    margin: 0;
    max-width: 210px;
}
footer ul.apex-wearelocated li:first-child {
    padding-top: 0;
}

footer ul.apex-wearelocated li {
    list-style: none;
    border-bottom: 2px solid #4b7588;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 0;
}
footer ul.apex-wearelocated li:last-child {
    border-bottom: none;
}
footer ul.apex-wearelocated li span {
    margin-left: 0.5rem;
}
.footer-top-wrapper {
    padding-bottom: 2.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
.footer-bottom-wrapper{
    padding-right: 3rem;
    padding-left: 3rem;  
}
.apex-footer-about {
    padding-right: 2rem;
}
.apex-footer-wearrlocked {
    padding-left: 2rem;
}
.apex-footer-about p {
    margin-bottom: 0.5rem;
}
.instagram-wrapper > div {
    position: relative;
}
.instagram-wrapper > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #54de98;
    background: -moz-linear-gradient(left, #54de98 0%, #59d4c2 100%);
    background: -webkit-linear-gradient(left, #54de98 0%,#59d4c2 100%);
    background: linear-gradient(to right, #54de98 0%,#59d4c2 100%);
    opacity:0;
    transition: var(--transition)
}
.instagram-wrapper > div:hover:after {
    opacity:0.6;
}
.instagram-wrapper > div:before {
    content: "\f16d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: auto;
}
.instagram-wrapper > div:hover:before {
    opacity: 1;
}
.trigger-btn {
    display: flex;
    width: 25px;
    height: 17px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 99999999999;
}
.trigger-btn span {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 100%;
}
.apex-common-space {
    padding: 5rem 0;
}
.apex-contact-wrap h2{
    font-family: 'GothamBold';
}

.apex-custom-aboutus-wrapper .apex-header-wrapper {
    padding-top: 5rem;
    max-width: 800px;
}
.apex-header-wrapper > span:first-of-type {
    margin-bottom: 1rem;
}

.custom-price-chart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0009;
    z-index: 2;

}
.custom-price-chart-form-wrapper {
    position: fixed;
    background: #fff;
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    max-height: 500px;
    overflow-x: scroll;
    top: 50%;
    margin-top: -250px;
    padding: 1.5rem;

}
.custom-price-chart-form-wrapper form input[type="text"],
.custom-price-chart-form-wrapper form input[type="email"],
 .custom-price-chart-form-wrapper form textarea {
    max-width: 100% ;
    border:1px solid #dcdcdc;
    min-height: 45px;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    outline: none;
}

ul.custom-price-option {
    display: flex;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

ul.custom-price-option > li >label {
    margin: 0;
    background-color: #070d16;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 2rem;
    border: 2px solid transparent;
}

ul.custom-price-option > li {
    display: flex;
    align-items: center;
    position: relative;
}

ul.custom-price-option > li > input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

ul.custom-price-option > li > input[type="radio"]:checked+label {
    border: 2px solid #070d16;
    background-color: #fff;
    color: #070d16;
    cursor: pointer;
}

ul.custom-price-option > li:not(:last-child) {
    margin-right: 1rem;
}

.custom-price-chart-form-wrapper form textarea {
    min-height: 150px;
    width: 100% !important;
}

/* .cusom-price-plan-wrapper {
    display: none;
} */
span.custom-price-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color:transparent;
}

span.custom-price-close:after,
span.custom-price-close:before{
    content:"";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

span.custom-price-close:before {
    transform: rotate(-45deg);
}

.custom-price-plan-inside-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1rem;
}


.custom-price-plan-inside-wrapper ul {
    margin: 0;
    padding-left: 1.3rem;
    list-style: decimal;
    /* list-style-position: inside; */
}

.custom-price-plan-inside-wrapper ul li {
    margin-bottom: 0.5rem;
}

.custom-price-plan-inside-wrapper strong {
    display: block;
    margin: -0.5rem -0.5rem 1rem;
    text-align: center;
    font-size: 1.3rem;
    background-color: #070d16;
    padding: 0.5rem;
    color: #fff;
    font-weight: 500;
}

.custom-price-plan-inside-wrapper > div {
    padding: 0.5rem;
    border: 1px solid #dcdcdc;
    position: relative;
}

.cusom-price-plan-wrapper {
    margin-bottom: 1.5rem;
    display: none;
}
.custom-price-chart-form-wrapper form input[type="text"],
.custom-price-chart-form-wrapper form input[type="email"] {width: 33%;}

.custom-price-plan-inside-wrapper > div input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.custom-price-plan-inside-wrapper > div input[type="radio"]+strong:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 0 #000000;
    z-index: -1;
}

.custom-price-plan-inside-wrapper > div input[type="radio"]:checked+strong:after {
    box-shadow: 0 0 10px #000000;
    z-index: 1;
}

.custom-price-chart-form-wrapper form input[type="submit"] {
    display: inline-block;
    max-width: 150px;
    width: 100%;
    min-height: 45px;
    border: none;
    background-color: #070d16;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0.5rem;
}
@media (max-width:767px){
    
    .apex-get-touch-form form {
        grid-template-columns: none;
        display: flex;
        flex-direction: column;
    }
    .apex-get-touch-form form input[type="text"], .apex-get-touch-form form input[type="email"], .apex-get-touch-form form input[type="phone"], .apex-get-touch-form form input[type="number"], .apex-get-touch-form form textarea {
        margin-bottom: 1.5rem;
    }
    .apex-get-touch-form form textarea{
        margin-bottom: 0 !important;
    }
    .apex-four-col-image-wrapper > div {
        width: 50%;
    }
    .apex-four-col-description {
             max-width: 100%;
        right: 1rem;
        bottom: 1rem;
        left: 0;
    }
    .apex-three-col-services-wrapper,
    .apex-choose-plan-wrapper{
        padding: 3rem 0;
    }
    .apex-header-wrapper h2 {
        font-size: 1.5rem;
    }
    .apex-header-wrapper {
        padding-bottom: 2.5rem !important;
    }
    .apex-thee-col-description,
    .apex-four-col-wrapper .apex-header-wrapper{
        padding-bottom: 2rem;
    }
    .apex-three-col-priceing-wrapper .apex-col-choose-plan-wrapper {
        margin-bottom: 2rem;
        min-height: unset;
    }
    .apex-our-client-wrapper .col:not(:last-child) {
        padding-bottom: 1.7rem;
    }
    .footer-top-wrapper {
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .apex-footer-about {
        padding-right: 0;
         padding-bottom: 2rem;
    }
    .apex-footer-wearrlocked {
        padding-left: 0;
        padding-bottom: 2rem;
    }
    .footer-bottom-wrapper,
    .apex-three-col-services, .apex-services-choose-your-plane-inside-wrap{
        padding-right: 0;
        padding-left: 0;
    }
    .apex-footer-logo {
        padding-bottom: 2rem;
        text-align: center;
    }
    .footer-form-wrapper form {
        margin-top: 2rem;
    }
    .apex-four-col-description h5 {
        font-size: 1.3rem;
    }
    .apex-three-col-insde-box {
        padding: 1rem 0rem;
    }
    .apex-header-logo {
        margin: 1rem auto;
    }
    .apex-header-main-menu ul li a {
        padding: 1rem;
    }
    .apex-header-main-menu {
        position: absolute;
        background-color: #112037;
        top: -500%;
        left: 0;
        right: 0;
        z-index: 9999;
        transition: var(--transition);
    }
    body.active-body .apex-header-main-menu {
        top: 100%;
    }
    .apex-thee-col-description .apex-right-col {
        padding-right: 0;
    }
    .apex-custom-caption{
        display: none;
    }
    .apex-section-header-caption p {
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 0.8rem;
    }
    .apex-section-header-caption h2 {
        font-size: 1.5rem;
        margin-bottom: 0.6rem;
    }
    .apex-get-touch-form {
        padding-bottom: 3rem;
    }
    .apex-map-wrapper,
    section.apex-about-four-col-wrapper,
    section.apex-services-three-col-wrapper{
        padding: 3rem 0;
    }
    .apex-about-four-col-inside-wrapper {
        margin-bottom: 2rem;
    }
    section.apex-about-our-fabulous-team-wrapper, section.apex-about-company-features,
    section.apex-about-our-project-contdown,
    section.apex-services-hire-wraper{
        padding: 2rem 0;
    }
    section.apex-about-our-project-contdown .row > div:not(:last-child) .apex-about-our-project-inside-wrapper {
        border-right: none;
        padding-bottom: 2rem;
    }
    .apex-about-company-inside-wrapper {
        padding: 0;
    }
    .apex-about-company-inside-wrapper {
        flex-direction: column;
    }
    .apex-about-company-inside-wrapper > div {
        width: 100%;
        max-width: 100%;
    }
    .apex-about-company-inside-wrapper > div:first-child {
        margin-bottom: 2rem;
    }
    .apex-about-company-inside-right-wrapper ul {
        margin: 2rem 0 0;
        padding: 0;
    }
    .d-flex.apex-about-company-inside-wrapper.justify-content-center {
        flex-direction: column;
    }

    .d-flex.apex-about-company-inside-wrapper.justify-content-center > div {
        max-width: 100%;
        padding-left: 1rem;
    }
    .d-flex.apex-about-company-inside-wrapper.justify-content-center > div:first-child {
        margin-bottom: 2rem;
    }
    .apex-services-inside-col {
        text-align: center;
    }
    .apex-work-container,
    .apex-testimonials-wrapper{
        padding: 2rem 0;
        text-align: center;
    }
    .apex-services-inside-col ul li {
        min-width: 100%;
    }
    .apex-three-col-services hr {
        margin-top: 1rem;
    }
    .apex-loadmore-btn-wrapper {
        padding-bottom: 2rem;
    }
    .apex-loadmore-btn-wrapper a.btn {
        margin-top: 0;
    }
    .apex-testimonials-wrapper .item h5 {
        margin: 1rem 0;
    }
    section.apex-client-wrapper {
        margin-bottom: 2rem;
    }
    section.apex-blog-two-column-with-sidebar{
        padding-top: 2rem;
    }
    .apex-blog-post-description {
        padding: 2rem 0;
    }
    .d-flex.apex-blog-post-bottom-left-wrap  span {
        width: 100%;
        margin: 0.6rem 0;
        display: inline-block;
    }

    .d-flex.apex-blog-post-bottom-left-wrap {
        flex-wrap: wrap;
    }

    .apex-blog-post-bottom-wrap.d-flex.justify-content-between {
        flex-direction: column;
        padding: 0.5rem;
    }
    .apex-blog-post-bottom-right-wrap {
        margin-top: 1em;
    }
    .apex-blog-right-sidebar-wrapper > div {
        padding-bottom: 2rem;
    }
    .apex-blog-post-short-content {
        margin-bottom:1rem;
        padding:0.5rem;
    }
    .apex-our-client-wrapper {
        padding: 2rem 0;
     }
    ul.d-flex.nav.justify-content-md-end.footer-bottom-links {
        justify-content: center;
    }
    .apex-services-price-inside-col {
        margin-bottom: 2rem;
    }
    section.apex-services-choose-your-plane {
        padding-bottom: 1rem;
    }
    .apex-work-container > div > div {
        display: block;
    }
    .apex-work-description h3 {
        padding: 1rem;
        font-size: 1rem
    }
    .row.apex-work-container > div {
        width: 50%;
        padding: 0 1rem 0 0;
    }
    .row.apex-work-container > div:nth-child(2n) {
        padding-right: 0;
    }
    .row.apex-work-container {
        margin: 0;
    }
    section.apex-about-our-project-contdown div.row > div {
        width: 50%;
    }

    .custom-price-chart-form-wrapper {
        padding: 1rem;
    }
    ul.custom-price-option {
        flex-direction: column;
    }    
    .custom-price-chart-form-wrapper form input[type="text"],
    ul.custom-price-option > li > input[type="radio"]:checked+label,
    ul.custom-price-option > li >label {
       width: 100% !important;
    }
    .custom-price-plan-inside-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    ul.custom-price-option > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .custom-price-chart-form-wrapper form input[type="text"],
    .custom-price-chart-form-wrapper form input[type="email"] {
        width: 100%;
    }
}