:root {
    --primary-clr: #5FC13C;
    --secondary-clr: #0480F4;
}

.cover-notification {
    width: 476px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: flex-start;
    position: fixed;
    top: 15%;
    right: 2%;
    gap: 14px;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.07);
    z-index: 99999;
}

.cover-notification .bellicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #EEF7FE;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.09);
    -ms-flex-preferred-size: 50%;
    flex-basis: 20%;
}

.noti-message {
    flex-basis: 80%;
}

.cover-notification .noti-message h2 {
    font-size: 20px;
    color: #22215B;
    font-weight: 500;
    margin-bottom: 5px;
}

.cover-notification .noti-message p {
    font-size: 15px;
    color: rgba(34, 33, 91, 0.6);
    margin-bottom: 0;
}

.cover-notification .close-icon {
    position: absolute;
    top: 10px;
    right: 13px;
}

.cover-notification .close-icon img {
    width: 13px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cover-notification .close-icon img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-media-icon-bg i[class$=facebook] {
    background: #3b5999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=twitter] {
    background: #55acee;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=instagram] {
    background: #e4405f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=youtube] {
    background: #cd201f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=linkedin] {
    background: #0077B5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=google-plus] {
    background: #dd4b39;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=pinterest] {
    background: #bd081c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=skype] {
    background: #00AFF0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-color i[class$=facebook] {
    color: #3b5999;
}

.social-media-icon-color i[class$=twitter] {
    color: #55acee;
}

.social-media-icon-color i[class$=instagram] {
    color: #e4405f;
}

.social-media-icon-color i[class$=youtube] {
    color: #cd201f;
}

.social-media-icon-color i[class$=linkedin] {
    color: #0077B5;
}

.social-media-icon-color i[class$=google-plus] {
    color: #dd4b39;
}

.social-media-icon-color i[class$=pinterest] {
    color: #bd081c;
}

.social-media-icon-color i[class$=skype] {
    color: #00AFF0;
}

.wrap-container {
    padding: 0px 6vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 320px) {
    .wrap-container {
        max-width: calc(100% - 20px);
    }
}

@media screen and (min-width: 576px) {
    .wrap-container {
        max-width: calc(100% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .wrap-container {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 1200px) {
    .wrap-container {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 1440px) {
    .wrap-container {
        max-width: 1440px;
    }
}

.res-nav-item .nav-item {
    padding: 10px 1.2vw !important;
}

.custom-btn,
.nav-3 ul.nav-right-btns li a,
.pricing-buttons button,
.cover-form button {
    position: relative;
    padding: 8px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--primary-clr);
    text-transform: capitalize;
    color: white;
    overflow: hidden;
}

.custom-btn:hover {
    background: black;
    color: white;
}

.my-toggler {
    border: 0 !important;
    background: transparent;
}

.my-toggler span {
    width: 25px;
    height: 2px;
    background-color: #222222;
    display: block;
}

.my-toggler span:nth-child(1) {
    margin: 3px auto;
}

.my-toggler span:nth-child(2) {
    width: 18px;
    margin-left: auto;
}

.nav-fixed {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: -webkit-sticky !important;
    position: sticky !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: slideInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation: slideInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-3 ul.nav-right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-3 ul.nav-right-btns li a {
    border: 1px solid var(--primary-clr);
}

.nav-3 ul.nav-right-btns li a .fa {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    color: #555555;
}

.nav-3 ul.nav-right-btns li:nth-child(1) {
    margin-right: 10px;
}

.nav-3 ul.nav-right-btns li:nth-child(1) a:hover {
    border: 1px solid black;
    background: black;
}

.nav-3 ul.nav-right-btns li:nth-child(2) a {
    background: transparent;
    border: 1px solid #555555;
    color: #555555;
}

.nav-3 ul.nav-right-btns li:nth-child(2) a:hover {
    border: 1px solid black;
    background: black;
    color: white;
}

.nav-3 ul.nav-right-btns li:nth-child(2) a:hover .fa {
    color: white;
}

.nav-3 .navbar {
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.09);
}

.nav-3 .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    color: black;
    text-transform: capitalize;
}

.nav-3 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary-clr) !important;
}

.topbar {
  background: var(--primary-clr);
}
.topbar img {
  width: 30px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.topbar ul {
  gap: 20px;
}
.topbar ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 15px;
}
.topbar ul li a:hover {
  opacity: 0.7;
}
.topbar .info-topbar a {
  gap: 10px;
}
.topbar .info-topbar a i {
  color: white;
  font-size: 17px;
}

a.active-nav {
    position: relative;
    color: var(--secondary-clr) !important;
}

a.active-nav::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--secondary-clr);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.bg-color {
    background: var(--primary-clr);
}

.section-title span,
.inner-about-content h3::before {
    width: 55px;
    height: 4px;
    background: var(--primary-clr);
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 30px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 0;
}

.section-title p {
    font-size: 15px;
    color: #4F4F4F;
    margin-bottom: 9px;
}

.section-title span {
    bottom: -10px;
}

.secodary-color {
    background: var(--secondary-clr) !important;
}

.text-seconday {
    color: var(--secondary-clr) !important;
}

.active-btn {
    background: var(--primary-clr) !important;
    color: white !important;
}

.active-text {
    color: var(--primary-clr) !important;
}

.banner-bg {
    background: #000000b3;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
}

.banner-bg .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    white-space: nowrap;
}

.banner-bg .banner-title h2 {
    font-size: 32px;
    font-weight: 600;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    overflow: none;
}

ul .dropdown-menu.dropdown-menus {
    padding: 11px 20px;
    border: 0;
    text-align: left;
}

ul .dropdown-menu.dropdown-menus a {
    margin-left: 0;
    line-height: 24px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: black !important;
    padding: 0;
}

ul .dropdown-menu.dropdown-menus a:hover {
    background-color: transparent !important;
    color: red;
}

.carousel-bg .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-bg .carousel-inner {
    height: 80vh;
}

.carousel-bg .carousel-inner .carousel-item {
    background: black;
    height: 80vh;
}

.carousel-bg .carousel-inner .carousel-item img {
    background-blend-mode: multiply;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-bg .carousel-inner .carousel-item .carousel-caption {
    top: 0;
    left: 8%;
    right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-bg .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 58px;
    font-weight: 700;
}

.carousel-bg .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
    color: white;
}

a.carousel-control-prev.left-control,
a.carousel-control-next.right-control {
    top: 50%;
    bottom: initial;
    opacity: 1;
    width: auto;
    left: 2%;
    padding: 10px;
    background: white;
    color: black;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

a.carousel-control-prev.left-control:hover,
a.carousel-control-next.right-control:hover {
    background: var(--primary-clr);
    color: white;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

a.carousel-control-next.right-control {
    left: inherit;
    right: 2%;
}

a.carousel-control-next.right-control:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.cover-service-section {
    margin-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 55px;
}

.cover-service-section .inner-services-boxs {
    text-align: center;
    padding: 35px;
    -webkit-box-shadow: 0px 2px 88px 0px #EEEEEEE0;
    box-shadow: 0px 2px 88px 0px #EEEEEEE0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.cover-service-section .inner-services-boxs:hover h3,
.cover-service-section .inner-services-boxs:hover p,
.cover-service-section .inner-services-boxs:hover img {
    transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    -o-transform: translateZ(30px);
}

.cover-service-section .inner-services-boxs h3,
.cover-service-section .inner-services-boxs p,
.cover-service-section .inner-services-boxs img {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cover-service-section .inner-services-boxs h3 {
    color: #151515;
    font-size: 20px;
}

.cover-service-section .inner-services-boxs P {
    font-size: 15px;
    margin-bottom: 0;
}

.cover-service-section .inner-services-boxs .icon {
    margin-top: -85px;
    margin-bottom: 40px;
}

.cover-service-section .inner-services-boxs .icon img {
    width: 90px;
}

.center-btn ul li a {
    display: inline-block;
    padding: 8px 15px;
}

.inner-about-content h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-about-content h3::before {
    content: '';
    width: 75px;
    left: 0;
    bottom: -3px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.inner-about-content P {
    font-size: 15px;
    text-align: justify;
}

.inner-about-content ul li a {
    display: inline-block;
    padding: 8px 15px;
}

.inner-about-img {
    height: 465px;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

.inner-about-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebffe3;
    border-top-left-radius: 240px;
    border-bottom-left-radius: 240px;
    z-index: -1;
}

.inner-about-img .right-about-content {
    /* padding-left: 157px; */
	    max-width: 278px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.about-img img {
    width: calc(100vw - 73vw);
}

.inner-about-img .right-about-content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #49A627;
}

.inner-about-img .right-about-content p {
    font-size: 15px;
}

.second-section .inner-about-img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.second-section .about-img img {
    width: auto;
}
.second-section .inner-about-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e3f5ff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top-right-radius: 240px;
    border-bottom-right-radius: 240px;
}

.second-section .right-about-content {
        left: inherit;
    right: 8%;
}



.second-section .cover-icons-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 12px;
}

.second-section .cover-icons-section p {
    font-size: 13px;
    text-align: inherit;
    color: #151515;
    font-weight: 600;
}

.second-section .cover-icons-section .box {
    text-align: center;
    width: 120px;
	margin:auto;
}

.second-section .cover-icons-section .box img {
    width: 70px;
}

.bg-affordable {
    background: -webkit-gradient(linear, left top, left bottom, from(#121212), color-stop(119.48%, #2B2A2A));
    background: linear-gradient(180deg, #121212 0%, #2B2A2A 119.48%);
    padding: 60px 0px;
}

.bg-affordable .section-title {
    color: white;
}

.bg-affordable .row {
    margin-top: 60px;
}

.bg-affordable .row .inner-affordable-price {
    text-align: center;
}

.bg-affordable .row .inner-affordable-price img {
    width: 90px;
    margin-bottom: 10px;
}

.bg-affordable .row .inner-affordable-price h3 {
    color: #5FC13C;
    font-size: 22px;
}

.bg-affordable .row .inner-affordable-price p {
    color: white;
}

.bg-affordable .center-btn ul li a {
    padding: 8px 30px;
}

.bg-handmobile {
    background: url('https://convaypro.com/public/main/assets/images/Group470.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.bg-handmobile .cover-hand-mobile img {
    width: 100%;
}

.bg-handmobile .inner-logo .as {
    width: 151px;
    text-align: center;
}

.bg-handmobile .inner-logo .as span {
    color: white;
    font-size: 20px;
}

.bg-handmobile .inner-logo h3 {
    color: white;
    margin-bottom: 30px;
}

.bg-handmobile .inner-logo h3.font-normal {
    font-weight: 300;
    margin-bottom: 5px;
}

.bg-handmobile .inner-logo P {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
    margin-top: 4em;
}

.bg-handmobile .inner-logo img {
    width: 150px;
    margin-bottom: 25px;
}

.bg-handmobile .inner-logo .logo-2 img {
    width: 60px;
    margin-right: 10px;
    margin-bottom: 0;
}

.bg-handmobile .inner-logo .logo-2 h2 {
    font-size: 24px;
    color: white;
    font-weight: 600;
}

.bg-handmobile .inner-logo .applelogo img {
    width: 150px;
}

.bg-handmobile .inner-logo .applelogo img:first-child {
    margin-right: 10px;
}

.bg-happy-customer {
    background: #eef7ffcc url('https://convaypro.com/public/main/assets/images/customer-bg.png') no-repeat;
    background-blend-mode: color;
    background-size: cover;
}

.bg-happy-customer .cover-customer-comments {
    position: relative;
    padding: 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 360px;
    background: white;
}

.bg-happy-customer .cover-customer-comments p {
    color: #4F4F4F;
    font-style: italic;
}

.bg-happy-customer .cover-customer-comments p:last-child {
    margin-top: 4em;
    margin-bottom: 0;
    color: var(--secondary-clr);
    position: absolute;
    bottom: 25px;
}

.bg-happy-customer .customer-title h4 {
    color: var(--secondary-clr);
    font-size: 20px;
}

.bg-happy-customer .customer-title h3 {
    font-size: 30px;
    font-weight: 400;
}

.owl-carousel .owl-nav button:nth-child(1),
.owl-carousel .owl-nav button:nth-child(2) {
    background: white;
    padding: 10px 13px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button:nth-child(2) {
    left: inherit;
    right: -7%;
}

.bg-why-choose-us {
    background: #FDFDFD;
}

.boxs {
    margin-top: 2em;
}

.boxs .row .inner-why-choose-us {
    margin-top: 60px;
}

.boxs .row .inner-why-choose-us img {
    float: left;
    margin-right: 13px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.boxs .row .inner-why-choose-us .why-choose-us-content {
    display: -ms-grid;
    display: grid;
}

.boxs .row .inner-why-choose-us .why-choose-us-content h4 {
    font-size: 18px;
}

.boxs .row .inner-why-choose-us:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.pick-up-section {
    background: url('https://convaypro.com/public/main/assets/images/Group472.png') no-repeat center/cover;
}

.pick-up-section .cover-pickup-content img {
    float: left;
    margin-right: 20px;
}

.pick-up-section .cover-pickup-content .inner-pickup-content {
    display: -ms-grid;
    display: grid;
    color: white;
}

.pick-up-section .cover-pickup-content .inner-pickup-content h4 {
    font-size: 20px;
}

.pick-up-section .cover-pickup-content .inner-pickup-content h3 {
    font-weight: 600;
}

.pick-up-section .cover-pickup-content .inner-pickup-content p {
    color: white;
    margin-bottom: 0;
}

.pick-up-section .pickup-btn ul li a {
    background: white;
    color: var(--secondary-clr);
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pick-up-section .pickup-btn ul li a:hover {
    background: var(--primary-clr);
    color: white;
}

.footer-up2 {
    background: url('https://convaypro.com/public/main/assets/images/footer-up2.png');
    background-size: cover;
    padding: 45px 20px;
    background-blend-mode: color-burn;
}

.footer-up2 h4 {
    font-size: 32px;
    font-weight: 600;
}

.footer-up2 ul li a {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
}

.services-boxs .inner-why-choose-us {
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
    padding: 25px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.services-boxs .inner-why-choose-us h6,
.services-boxs .inner-why-choose-us h4,
.services-boxs .inner-why-choose-us p,
.services-boxs .inner-why-choose-us img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.services-boxs .inner-why-choose-us h6 {
    color: var(--primary-clr);
    font-size: 13px;
}

.services-boxs .inner-why-choose-us ul li a {
    background: transparent;
    border: 1px solid #151515;
    color: #121212;
    padding: 8px 20px;
    display: inline-block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.services-boxs .inner-why-choose-us ul li a:hover {
    background: var(--primary-clr);
    color: white;
    border: 1px solid var(--primary-clr);
}

.services-boxs .inner-why-choose-us:hover h4,
.services-boxs .inner-why-choose-us:hover h6,
.services-boxs .inner-why-choose-us:hover p,
.services-boxs .inner-why-choose-us:hover a,
.services-boxs .inner-why-choose-us:hover img {
    transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    -o-transform: translateZ(50px);
}

.inner-pricing-boxs {
    padding: 30px;
    -webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    text-align: center;
}

.inner-pricing-boxs:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inner-pricing-boxs h3 {
    font-size: 20px;
}

.inner-pricing-boxs p {
    margin-bottom: 0;
}

.inner-pricing-boxs img {
    width: 75px;
    margin-bottom: 35px;
}

.pricing-buttons {
    padding-bottom: 5vw;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 5vw;
}

.pricing-buttons button {
    padding: 10px 20px;
    background: #EFEFEF;
    color: black;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.price_listing {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.pricing-buttons button:hover {
    background: var(--primary-clr);
    color: white;
}

.pricing-buttons button:nth-child(even) {
    margin: 0 10px;
}

.price_listing .listing-item {
    width: 100%;
    padding: 10px 10px;
}

.price_listing .listing-item .box {
    width: 100%;
    padding: 20px;
}

.price_listing .listing-item .box p {
    margin: 0;
}

.price_listing .listing-item .box p:first-child {
    font-weight: 500;
}

.price_listing .listing-item .box p:nth-child(2) {
    margin-right: 10px;
}

.price_listing .listing-item .box p:last-child {
    color: var(--primary-clr);
}

.inner-contact-img {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 193, 60, 0.9)), to(rgba(4, 128, 244, 0.9)));
    background: linear-gradient(180deg, rgba(95, 193, 60, 0.9) 0%, rgba(4, 128, 244, 0.9) 100%);
}

.inner-contact-img>img {
    background-blend-mode: multiply;
    opacity: 0.4;
    object-fit: cover;
}

.inner-contact-img .over-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner-contact-img .over-image img {
    width: 255px;
}

.inner-contact-img .logo-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 154px;
}

.inner-contact-img .logo-overlay img {
    width: 100%;
}

.bg-contact {
    background: #f4f4f4;
}

.cover-maps {
    margin-top: 4rem;
}

.cover-maps .inner-map-area {
    background: white;
}

.cover-maps .inner-map-area p {
    color: #333333;
    padding: 2px 10px 10px;
    font-size: 16px;
    font-weight: 500;
}

.inner-contact-form .contact-title h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.inner-contact-form .contact-title p {
    font-size: 16px;
}

.inner-contact-form .contact-social ul li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid black;
    color: black;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}

.inner-contact-form .contact-social ul li a:hover {
    background: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    color: white;
}

.inner-contact-form .contact-social ul li:first-child {
    margin-right: 10px;
}

.cover-form textarea {
    padding: 10px;
}

.cover-form input,
.cover-form textarea {
    border: 1px solid #BEBEBE;
    background: #f7f7f7;
}

.cover-form input::-webkit-input-placeholder,
.cover-form textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.cover-form input:-ms-input-placeholder,
.cover-form textarea:-ms-input-placeholder {
    font-size: 14px;
}

.cover-form input::-ms-input-placeholder,
.cover-form textarea::-ms-input-placeholder {
    font-size: 14px;
}

.cover-form input::placeholder,
.cover-form textarea::placeholder {
    font-size: 14px;
}

.cover-form button {
    background: black;
    padding: 9px 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.cover-form button:hover {
    background: var(--primary-clr);
    color: white;
}

.cover-contact-form {
    padding: 10px 30px;
    padding-bottom: 4rem;
}

.cover-contact-form label {
    font-weight: 600;
}

.cover-contact-form input {
    border: 1px solid #D9D9D9;
}

.cover-contact-form input::-webkit-input-placeholder {
    color: #898989;
}

.cover-contact-form input:-ms-input-placeholder {
    color: #898989;
}

.cover-contact-form input::-ms-input-placeholder {
    color: #898989;
}

.cover-contact-form input::placeholder {
    color: #898989;
}

.cover-contact-form .sign-btn {
    background: var(--primary-clr);
    padding: 10px 50px;
}

.cover-contact-form .sign-btn:hover {
    background: #121212;
    color: white;
}

.cover-contact-form .forget-reset-password {
    margin-top: 40px !important;
}

.cover-contact-form .forget-reset-password li {
    display: inline-block;
}

.cover-contact-form .forget-reset-password li a {
    color: #333333;
    font-size: 16px;
}

.cover-contact-form .forget-reset-password li a span {
    font-family: 600;
}

.cover-contact-form .forget-reset-password li a:hover {
    color: var(--primary-clr);
}

.cover-contact-form .forget-reset-password li:last-child {
    font-weight: 600;
}

.user-footer-ankers {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.user-footer-ankers ul li a {
    font-weight: bold;
}

.user-footer-ankers ul li a:hover {
    color: var(--primary-clr);
}

.form-control:focus {
    border-color: var(--primary-clr);
}

.faq-1 .card-header h6 {
    font-weight: 500;
}

.faq-1 .card-header h6 a {
    color: #151515 !important;
    font-weight: normal !important;
}

.faq-1 .card-header h6 a span {
    font-weight: 500;
}

.faq-1 .card-header h6:hover a {
    color: var(--primary-clr) !important;
}

.faq-1 .card-body p {
    font-size: 14px;
}

.bg-footer {
    background: #151515;
}

.bg-footer .inner-footer-links h3::before {
    content: "";
    width: 44px;
    height: 2px;
    background: var(--primary-clr);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.bg-footer .footer-contact-info ul li {
    line-height: 35px;
}

.bg-footer .footer-contact-info ul li .fa {
    margin-right: 5px;
}

.bg-footer .footer-social-links ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bg-footer .footer-social-links ul li a:hover {
    background: white;
    color: black;
}
.footer-app-links ul {
  gap: 10px;
}
.footer-app-links ul li a img {
  width: 100%;
}

.copy-right {
    background: #222222;
}

.copy-right .inner-copy-right p {
    color: #E9E9E9;
}

.copy-right .inner-copy-right p a {
    color: #E9E9E9;
}

.copy-right .inner-copy-right p a:hover {
    color: var(--primary-clr);
}

.email-verification form .number-code {
    border: 1px solid lightgray;
    padding: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.email-verification form label {
    font-weight: 600;
}

.email-verification form input.code-input {
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1em;
    flex: 1 0 1em;
}

.email-verification form input[type='submit'] {
    margin-left: auto;
    display: block;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.email-verification form input[type='submit']:hover {
    background: black;
}

.email-verification form input {
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
}

.email-verification form input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.email-verification form input:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 16px;
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
}

::-moz-selection {
    color: #fff;
    background: var(--primary-clr);
    text-shadow: none;
}

::selection {
    color: #fff;
    background: var(--primary-clr);
    text-shadow: none;
}


/*# sourceMappingURL=main.css.map */

 // start country 
    .select2-container {
        width: 100% !important;
    }
    
    .select2-container .select2-selection--single {
        padding: 10px 12px;
        width: 100%;
    }
    
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px !important;
        user-select: none;
        -webkit-user-select: none;
        padding: 5px 12px;
        width: 100%;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 13px !important;
        right: 1px;
        width: 20px;
    }
    
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: var(--primary-clr);
        color: white;
    }
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #DADADA;
        border-radius: 4px;
    }
	
	.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
    
.gap-1 {
    gap: 1rem;
}

.ourvision-bg {
  background: #eef7ffcc url('https://convaypro.com/public/main/assets/images/customer-bg.png') no-repeat;
  background-blend-mode: color;
  background-size: cover;
}

.ourvision-bg .cover-visions {
  padding: 60px;
}

.ourvision-bg .cover-visions.vision-1 {
  position: relative;
}

.ourvision-bg .cover-visions.vision-1::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--secondary-clr)));
  background-image: linear-gradient(to right, transparent, var(--secondary-clr));
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 4%, 98% 4%, 98% 96%, 0 96%, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 4%, 98% 4%, 98% 96%, 0 96%, 0 100%, 100% 100%, 100% 0);
}

.ourvision-bg .cover-visions.vision-1::after {
  content: '';
  background: url('https://innova8ors.com/public/main/assets/images/ourmission.png') no-repeat center/cover;
  width: 190px;
  height: 191px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ourvision-bg .cover-visions.vision-2 {
  position: relative;
}

.ourvision-bg .cover-visions.vision-2::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--primary-clr)));
  background-image: linear-gradient(to left, transparent, var(--primary-clr));
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 4%, 98% 4%, 98% 96%, 0 96%, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 4%, 98% 4%, 98% 96%, 0 96%, 0 100%, 100% 100%, 100% 0);
}

.ourvision-bg .cover-visions.vision-2::after {
  content: '';
  background: url('https://convaypro.com/public/main/assets/images/ourvision.png') no-repeat center/cover;
  width: 360px;
  height: 191px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ourvision-bg .visions-top {
  margin-top: 3rem;
}

.order-detail-modal {
  position: relative;
  padding: 20px;
}

.order-detail-modal .modal-header h3 {
  font-size: 25px;
}

.order-detail-modal .modal-header button {
  position: absolute;
  right: 13px;
  top: 6px;
}

.order-detail-modal .subscribtion-datapicker .datepicker-days,
.order-detail-modal .subscribtion-datapicker .datepicker-months,
.order-detail-modal .subscribtion-datapicker .datepicker-years,
.order-detail-modal .subscribtion-datapicker .datepicker-decades {
  width: 100% !important;
}

.order-detail-modal .Subscribtion-boxs {
  position: relative;
}

.order-detail-modal .Subscribtion-boxs input[type=radio] {
  -webkit-appearance: none;
  border: none !important;
  margin: auto;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.order-detail-modal .Subscribtion-boxs input[type=radio]:checked ~ label {
  background: rgba(var(--scondary-rgba), 0.1);
  border: 1px solid rgba(var(--scondary-rgba), 0.6);
}

.order-detail-modal .Subscribtion-boxs label {
  border: 1px solid #EEEEEE;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 1;
}

.order-detail-modal #result {
  padding: 7px 5vw;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  color: white;
  background: #FA3E3E;
}

.order-detail-modal .subscribtion-title h3 {
  font-weight: 600;
}

.order-detail-modal .subscribtion-title h6 {
  color: #444444;
}