@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
    /*background: url(../images/welcome-bg.png) no-repeat right 50px;*/
    /* font-family: 'Berkshire Swash', cursive; 
       font-family: 'Bebas Neue', cursive;
    */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #212121;
}

a, img {
    text-decoration: none;
    outline: none;
    border: none;
}

a, .btn {
    transition: all .5s;
}

/*.btn:focus, .form-control:focus {
    box-shadow: none;
}*/

:focus {
    outline: 0 !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0px;
}

a:hover {
    color: #6BB94A;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
    width: 791px;
    height: 826px;
    background: url(../images/welcome-bg.png) no-repeat right 0px;
    background-size: cover;
}

.header-top {
    background-color: #6BB94A;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.header-top .row {
    -ms-flex-align: center;
    align-items: center
}
header .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.header-top .list-inline-item a {
    background-color: #fff;
    font-size: 12px;    
    color: #004FF2;
    font-weight: 600;
    padding: 7px 20px;
    display: block;
    border-radius: 100px;
    transition: none;
}

/*.header-top .list-inline-item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 3px;
}*/

.header-top .list-inline-item a:hover, .header-top .list-inline-item.active a {
    color: #fff;
    background-color: #004FF2;
}

.main-menu {
    padding: 15px 0;
}

header .navbar-nav {
    -ms-flex-align: center;
    align-items: center;
}

header .navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
}

header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: #004FF2;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #004FF2;
}

.login-nav .nav-link {
    background-color: #004FF2;
    border-radius: 100px;
    min-width: 120px;
    padding: 11px 15px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid #fff;
    margin-left: 15px;
}

header .dropdown-menu {
    border-radius: 0;
}

header .dropdown-item {
    padding: .25rem 1rem;
}

header .dropdown-toggle::after {
    vertical-align: 0;
    content: "\f107";
    border: none;
    font-family: "FontAwesome";
    line-height: 16px;
}

header .dropdown-item:focus, header .dropdown-item:hover {
    color: #fff;
    background-color: #004FF2;
}

.welcome-wrapper {
    position: relative;
    height: 682px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 120px;
    overflow: hidden;
}

.welcome-wrapper:before {
    content: "";
    background: url(../images/circle-line.png) no-repeat;
    position: absolute;
    left: -250px;
    bottom: 90px;
    width: 381px;
    height: 381px;
    animation: circle 20s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.welcome-wrapper:after {
    content: "";
    background: url(../images/dotted-bg1.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 538px;
    height: 150px;
}

.welcome-img1 {
    position: relative;
    background-color: #6BB94A;
    width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 100%;
    margin-left: auto;
}

.welcome-img1 img {
    border-radius: 100%;
    width: 360px;
    height: 360px;
    object-fit: cover;
    transition: all .4s;
}

.welcome-img2 {
    position: relative;
    background-color: #6BB94A;
    width: 220px;
    height: 220px;
    border: 5px solid #fff;
    overflow: hidden;
    border-radius: 100%;
    margin-top: -210px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.welcome-img2 img {
    border-radius: 100%;
    width: 210px;
    height: 210px;
    object-fit: cover;
    transition: all .4s;
}

.welcome-img1:hover img, .welcome-img2:hover img {
    transform: scale(1.2);
    opacity: .7;
}

.welcome-wrapper h1 {
    font-size: 60px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase
}

.welcome-wrapper span {
    font-weight: 900;
}
.welcome-wrapper h1 .small {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.welcome-wrapper h1:before {
    content: "";
    display: block;
    border-top: 3px solid #0277D7;
    width: 140px;
    margin-bottom: 25px;
}

.text-blue {
    color: #306CB6;
}

.welcome-wrapper p {
    font-size: 18px;
    line-height: 1.7;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: -60px;
    display: block !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    opacity: 1;
    background-color: #6BB94A;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background-color: #306CB6;
    color: #fff;
    opacity: 1;
}

.carousel-control-next {
    right: auto;
    margin-left: 50px;
}

.section {
    padding: 60px 0;
}

.process-wrapper {
    position: relative;
    background-color: #F3F3F3;
    padding-bottom: 80px;
    overflow: hidden;
}

.process-wrapper:before {
    content: "";
    background: url(../images/dotted-bg2.png) no-repeat;
    position: absolute;
    top: 30%;
    right: -93px;
    width: 276px;
    height: 256px;
    animation: dotted-circle 20s linear infinite;
}

@keyframes dotted-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tree-btn {
    margin-bottom: 30px;
    text-align: center;
}

.blue-btn {
    background-color: #004FF2;
    color: #fff;
    border-radius: 100px;
    min-width: 140px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.tree-btn .blue-btn {
    margin-right: 12px;
    min-width: 210px;
    padding: 14px 15px;
}

.blue-btn:hover {
    background-color: #6BB94A;
    color: #fff;
}

.process-video .embed-responsive {
    border-radius: 20px;
}

.process-video:before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -20px;
    border-left: 245px solid #6BB94A;
    border-top: 245px solid transparent;
    transition: all .4s;
}

.process-video:hover:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.rounded-lg {
    border-radius: 20px !important;
}

.our-services-wrapper {
    position: relative;
}

.our-services-wrapper:before {
    content: "";
    background: url(../images/dotted-bg3.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: : 0;
    width: 317px;
    height: 295px;
}

.our-services-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 480px;
    background: -moz-linear-gradient(left, transparent 50%, rgba(225, 127, 90, 0.1) 50%);
    background: -webkit-linear-gradient(left, transparent 50%, rgba(225, 127, 90, 0.1) 50%);
    background: linear-gradient(to right bottom, transparent 50%, rgba(225, 127, 90, 0.1) 50%);
}

.section-title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-title:before {
    content: "";
    display: block;
    border-top: 3px solid #0277D7;
    width: 80px;
    margin-bottom: 15px;
}

.white-title {
    color: #fff;
}

.white-title:before {
    border-color: #fff;
}

.our-services-wrapper .nav-tabs {
    border-bottom: none;
    margin: 0 -15px;
}

.our-services-wrapper .nav-tabs .nav-item {
    margin-bottom: -1px;
    padding: 0 15px;
    width: 33.3333%;
}

.our-services-wrapper .nav-tabs .nav-link {
    position: relative;
    border: none;
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    height: 160px;
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    line-height: normal;
}

.our-services-wrapper .nav-tabs .nav-link:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    transition: all .4s;
    overflow: hidden;
}

.our-services-wrapper .nav-tabs .nav-link.services-icon01:before {
    background: url(../images/services-icon01.png) no-repeat;
}

.our-services-wrapper .nav-tabs .nav-link.services-icon02:before {
    background: url(../images/services-icon02.png) no-repeat;
}

.our-services-wrapper .nav-tabs .nav-link.services-icon03:before {
    background: url(../images/services-icon03.png) no-repeat;
}

.our-services-wrapper .nav-tabs .nav-link.active:before, .our-services-wrapper .nav-tabs .nav-link:hover:before {
    background-position: 0 100%;
}

.our-services-wrapper .nav-tabs .nav-item .nav-link:hover, .our-services-wrapper .nav-tabs .nav-item.show .nav-link, .our-services-wrapper .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #0277D7;
    color: #fff;
}

.tab-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.single-package {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .20);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all .4s;
}

.single-package:hover {
    transform: translateY(-7px);
}

.single-package:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    border-radius: 20px;
    transition: all .4s;
    z-index: -1;
}

.single-package:hover:after {
    border: 3px solid #0277D7;
}

.single-package h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.single-package h4 span {
    font-size: 15px;
    margin-bottom: 5px;
}

.price {
    font-size: 30px;
    font-weight: 700;
    color: #0077D7;
    margin-bottom: 30px;
}

.price span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.single-package li, .single-list-box li {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 13px 25px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
}

.single-package li:last-child {
    margin-bottom: 40px;
}

.single-package li:before, .single-list-box li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
    color: #6BB84A;
}

.bordered-btn {
    background-color: transparent;
    border: 1px solid #0277D7;
    border-radius: 100px;
    font-size: 15px;
    color: #0277D7;
    text-transform: uppercase;
    padding: 11px 20px 10px;
    min-width: 140px;
}

.single-package:hover .bordered-btn, .bordered-btn:hover {
    border: 1px solid transparent;
    background-color: #004FF2;
    color: #fff;
    box-shadow: 0 0 30px rgba(84, 177, 254, .5);
}

.testimonials-wrapper {
    position: relative;
    margin-top: 60px;
}

.testimonials-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 61%;
    height: 100%;
    background-color: #E17F5A;
    border-top-right-radius: 100px;
}

.testimonials-wrapper .container {
    position: relative;
    z-index: 1;
}

.testimonials-videos {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 20px;
}

.testimonials-videos .embed-responsive {
    border-radius: 20px;
}

.jcarousel-control-prev, .jcarousel-control-next {
    background: #0277D7;
    top: -50px;
    bottom: auto;
    margin: auto;
    color: #fff;
    border-radius: 4px;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
    background: #6BB94A;
}

.jcarousel li {
    padding: 0 14px;
}

.jcarousel {
    padding: 10px 0;
}

.jcarousel-control-prev {
    left: auto;
    right: 70px;
}

.jcarousel-control-next {
    right: 20px;
}

footer {
    position: relative;
    padding-top: 60px;
    color: #ccc;
    text-align: center;
}

footer a {
    color: #ccc;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
}

footer .container, footer .copyright {
    position: relative;
    z-index: 1;
}

.phone-email li a {
    font-size: 16px;
    font-weight: 500;
}

.phone-email li a .fa {
    font-size: 18px;
}

.phone-email li a .envelope {
    font-size: 16px;
}

.phone-email .list-inline-item:not(:last-child) {
    margin-right: 40px;
}

.social-icon {
    margin: 45px 0;
}

.social-icon .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.social-icon li a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 22px;
    color: #333;
    display: block;
    text-align: center;
    padding: 5px 0;
    /*line-height: 40px;*/
}

.social-icon li a:hover {
    background-color: #0277D7;
    color: #fff;
}

.footer-links .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.footer-links .list-inline-item:not(:last-child):after {
    content: "/";
    margin: 0 15px;
}

.footer-links {
    font-size: 15px;
    text-transform: uppercase;
}

.copyright {
    background-color: #000000;
    border-top: 1px solid #555;
    padding: 18px 15px;
    text-align: center;
    font-size: 15px;
    margin-top: 55px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2, 119, 215, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border: 0;
}

/* internal page */

.internal-banner {
    position: relative;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.internal-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #0277d7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0277d7 53%, #004ff2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0277d7 53%, #004ff2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0277d7 53%, #004ff2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0277d7', endColorstr='#004ff2', GradientType=0);
    /* IE6-9 */
}

.internal-banner h1 {
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    /*text-align: center;*/
}

.internal-banner h1:before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin: 0 0 15px;
}

.internal-banner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.internal-wrapper {
    padding: 60px 0;
}

.search-block {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 30px 30px 0;
    margin-bottom: 30px;
}

.search-block .form-group {
    margin-bottom: 30px;
}

.form-control {
    padding: .6rem .75rem;
    font-size: 15px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding-left: 18px;
}

.form-control:focus {
    border: 1px solid #ddd;
}

select.form-control {
    color: #999;
}

select.form-control::placeholder, .form-control::placeholder {
    color: #999;
}

select.form-control:not([size]):not([multiple]), .custom-select {
    height: calc(2.6rem + 4px);
}

.custom-select {
    background: #fff url("../images/down-arrow.png") no-repeat right 1rem center;
    background-size: 10px 7px;
}

.single-list-box {
    position: relative;
    background-color: #fff;
    padding: 12px 20px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
    margin-top: 30px;
}

.single-list-box li {
    padding: 0 0 0 25px;
    margin-bottom: 0;
}

.single-list-box li:before {
    content: "\f061";
    font-size: 12px;
    top: 14px;
    transition: all .4s;
}

.single-list-box li a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 13px 0 12px;
    text-transform: capitalize;
}

.single-list-box li a:hover, .single-list-box li:hover:before {
    color: #0277D7;
    transform: translateX(5px);
}

.sign-up-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.sign-up-img {
    margin-top: -60px;
}

.form-group {
    margin-bottom: 25px;
}

.form-control:focus {
    box-shadow: none;
}

.sign-up-box .custom-radio {
    padding: 0px;
    text-align: center;
}

.sign-up-box .custom-control-label {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 10px 15px;
}

.sign-up-box .custom-control-label .font-weight-bold {
    font-size: 18px;
}

.sign-up-box .custom-radio .custom-control-label::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1F8FE;
    border: 1px solid #D6EBFC;
    border-radius: 10px;
    z-index: -1;
}

.sign-up-box .custom-radio .custom-control-input:checked~.custom-control-label {
    color: #fff;
}

.sign-up-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0277D7;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.sign-up-box .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none;
}

textarea {
    height: 150px;
    resize: none;
    border-radius: 20px !important;
}

.warning-area {
    padding: 13px 35px;
    background: #F5F5F5;
    border-radius: 20px;
    margin-top: 20px;
}

.warning-area p {
    text-align: center;
    font-size: 13px;
    color: #FF0000;
    font-weight: 400;
}

.update-cancel-area {
    padding-top: 35px;
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    text-align: right;
}

.update-cancel-area .btn-blue:first-child {
    margin-right: 10px;
}

.btn-blue {
    background: #004FF2;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 6px 25px;
    transition: all 0.5s;
}

.btn-blue:hover {
    /*background: none;
    border: 1px solid #004FF2;
    color: #004FF2;*/
}
.btn-blue:hover {
    background: #6BB94A;
    border: 1px solid #6BB94A;
    color: #fff;
}

.btn-cancel {
    background: none;
    border: 1px solid #004FF2;
    color: #004FF2;
}

.btn-cancel:hover {
    background: #004FF2 !important;
    color: #fff !important;
    border: 1px solid transparent;
}

button {
    cursor: pointer;
}

.profile-wrapper {
    position: relative;
}

.profile-wrapper:after {
    content: "";
    background: url(../images/profile-bttm-bg.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 438px;
    z-index: -1;
    background-size: cover;
}

.blue-box:before {
    content: "";
    background: url(../images/blue-box-left.png) no-repeat left bottom;
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 15%;
    width: 160px;
    height: 365px;
}

.blue-box:after {
    content: "";
    background: url(../images/blue-box-right.png) no-repeat right bottom;
    position: absolute;
    right: 0px;
    left: auto;
    bottom: 50%;
    width: 102px;
    height: 258px;
    z-index: -1;
}

.profile-wrapper .nav-tabs .nav-item.show .nav-link, .profile-wrapper .nav-tabs .nav-link.active {
    color: #495057 !important;
    border-bottom: 3px solid #004FF2;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.profile-wrapper .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    background: none;
    font-weight: 600;
    padding-left: 0;
    padding-bottom: 30px;
    margin-right: 40px;
    color: #BBBBBB;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.profile-wrapper .nav-tabs {
    padding-left: 30px;
}

.profile-wrapper .nav-tabs .nav-link:focus, .profile-wrapper .nav-tabs .nav-link:hover {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: -15px;
}

.remove-pic {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
    border-radius: 100%;
    background-color: red;
    border-color: transparent;
    padding: 5px;
    width: 32px;
    height: 32px;
    line-height: normal;
    display: block;
}

.avatar-upload .remove-pic {
    right: 15px;
    top: -10px;
}

/*.avatar-upload:hover .remove-pic {
    display: block;
}*/

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #004FF2;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    background: url(../images/camera-img.png) no-repeat center center;
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 20px;
    height: 17px;
}

.avatar-upload .avatar-preview {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 30px;
    border: 10px solid #004FF2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.browse-black-bg {
    position: relative;
}

.browse-black-bg {
    background: url(../images/browse-black-img.png) no-repeat;
    width: 100%;
    height: 252px;
    background-size: contain;
}

.black-bg {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0;
    margin: auto;
    max-width: 205px;
    display: flex;
    align-items: center;
}

.browse-text {
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    color: #fff;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
}

.company-information-area h3 {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.uploadimg-text {
    background: #F4F4FD;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    text-align: center;
    padding: 32px 0;
    margin-bottom: 10px;
    position: relative;
}

/*.uploadimg-text:hover .remove-pic {
    display: block;
}*/ 

.uploaded-service-thumbs {
    width: 100%;
    margin: -32px 0;
    border-radius: 5px;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.uploadimg-text p {
    margin-top: 12px;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
}

.upload-box {
    margin-bottom: 10px;
}

.servicetext-btn {
    margin-bottom: 10px;
}

.servicetext-btn .btn-blue {
    background: #0277D7;
    padding: 4px 18px;
    font-size: 14px;
}

.servicetext-btn .btn-blue:hover {
    color: #0277D7;
    background: none;
    border: 1px solid #0277D7;
}

.description-text {
    height: 90px !important;
    border-radius: 10px !important;
}

.visitingcard-area .uploadimg-text {
    padding: 45px 0;
}

.company-information-area .warning-area {
    max-width: 745px;
    margin: auto;
    margin-top: 20px;
}

.visitingcard-area .uploadfile-area {
    padding-left: 20px;
}

.brdr-left {
    border-left: 1px solid #DDDDDD;
}

.visitingcard-area .paddright {
    padding-right: 30px;
}

.company-information-area .upload-box .form-control {
    height: 35px
}

.inquiry-wrapper {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.shadow-box {
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
}

.view-msg {
    background: #0277D7;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 8px;
    display: inline-block;
    height: 30px;
    line-height: 15px;
    width: 130px;
}

.view-msg:first-child {
    margin-right: 10px;
}

.view-msg:hover {
    background: #6BB94A;
    color: #fff;
}

.view-msg img {
    margin-right: 2px;
}

.view-proflie-img {
    width: 20px;
    height: 11px;
    display: inline-block;
    transition: all .3s;
    position: relative;
    top: 1px;
}

.view-proflie-img1 {
    background: url(../images/eye-blue-white.png) no-repeat;
}

.view-proflie:hover .view-proflie-img1 {
    background-position: 0 -11px;
}


.view-proflie {
    background: none !important;
    border: 1px solid #0277D7 !important;
    color: #0277D7;
}

.view-proflie:hover {
    background: #004FF2 !important;
    color: #fff !important;
    border: 1px solid transparent;
}

.inquiry-wrapper .table thead th {
    font-size: 13px;
    border-top: 0;
    border-bottom: 0;
}

.inquiry-wrapper .table td {
    font-size: 15px;
    border-top: 0;
}

.inquiry-wrapper .table td, .inquiry-wrapper .table th {
    padding: 10px 20px;
    border-bottom: 1px solid #F2F2F2;
}

.inquiry-wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8;
}

.pagination-area {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.pagination-area .page-link .fa {
    color: #444444;
    font-size: 20px;
    position: relative;
    top: 0px;
}

.pagination-area .page-link .fa:hover {
    color: #777777;
}

.pagination-area .page-link {
    border: 0;
    font-size: 12px;
    color: #212121;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
    text-align: center;
    padding: 3px 6px;
    display: inline-block;
}

.pagination-area .page-link.active {
    background: #004FF2;
    border-radius: 100%;
    color: #fff;
}

.pagination-area .page-item:last-child .page-link, .pagination-area .page-item:first-child .page-link {
    margin-left: 0;
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
    box-shadow: none;
}

.whitecard {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 30px;
    transition: all .5s;
}

.whitecard:hover {
    background: #004FF2;
    color: #004FF2;
}

.whitecard:hover .btn-blue {
    background: #fff;
    color: #004FF2;
}

.whitecard:hover .list-li li span .fa {
    color: #fff;
}

.whitecard:hover .list-li li a, .whitecard:hover .list-li li {
    color: #fff;
}

.whitecard:hover .textblue {
    color: #fff !important;
}

.whitecard:hover .list-li li:nth-child(2n) {
    background: none;
}

.whitecard .btn-blue {
    font-size: 12px;
    margin-top: 10px;
}

.whitecard .media-body {
    margin-left: 15px;
}

.list-li li {
    font-size: 14px;
    padding: 10px 20px;
    color: #333333;
}

.list-li li a {
    color: #333333;
}

.list-li li a:hover {
    color: #6BB94A;
}

.list-li li a.textblue:hover {
    color: #6BB94A !important;
}

.textblue {
    color: #004EF2 !important;
}

.list-li li span {
    min-width: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 14px;
}

.list-li li span .fa {
    color: #888888;
}

.list-li li:nth-child(2n) {
    background: #F4F4FD;
}

.automoblie-boxarea {
    margin-bottom: 30px;
}

.automoblieimg-text img {
    min-width: 152px;
    max-width: 152px;
    min-height: 152px;
    border-radius: 20px;
}

.user-profile .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    text-align: left;
}

.user-profile .login-nav .nav-link {
    min-width: 170px;
}

.user-profile .login-nav img {
    position: absolute;
    top: 2.5px;
    right: 4px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.user-profile .dropdown-toggle::after {
    position: relative;
    right: 5px;
}

.advertise-img {
    margin-bottom: 30px;
}

.inquiry-blue-box::before {
    bottom: 30%;
}

.inquiry-blue-box::after {
    bottom: 68%;
}

.company-lisiting-details .list-li li {
    background: #ECECFB;
    margin-bottom: 10px;
}

.company-lisiting-details .inquirybox {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 30px;
}

.company-lisiting-details .btn-blue {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    padding: 3px 25px;
}

.update-cancel-area .btn-blue:hover, .servicetext-btn .btn-blue:hover, .company-lisiting-details .btn-blue:hover {
   background: #6BB94A;
   border: 1px solid #6BB94A;
   color: #fff;
}

.company-lisiting-details .inquiry-btn:hover {
    background: #6BB94A !important;
}

/*.company-lisiting-details */.automoblieimg-text .brdr-logo {
    min-width: 152px;
    max-width: 152px;
    min-height: 152px;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
}

/*.company-lisiting-details */.automoblieimg-text .brdr-logo img {
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    margin: auto;
}

.inquiry-btn {
    background: #004FF2;
    float: right;
    margin-bottom: 15px;
    padding: 3px 20px !important;
}

.inquiry-btn:hover {
    background: #0277D7 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.products-wrapper {
    margin-bottom: 50px;
}

.products-wrapper h2 {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}

.products-wrapper .testimonials-videos {
    box-shadow: none !important;
    padding: 0 !important;
}

.products-wrapper .testimonials-videos img {
    border-radius: 30px;
    border: 1px solid #DDDDDD;
}

.products-wrapper .jcarousel-control-prev:hover, .products-wrapper .jcarousel-control-next:hover {
    border: 1px solid transparent;
    background: #004FF2;
}

.products-wrapper .jcarousel-control-prev:hover .fa, .products-wrapper .jcarousel-control-next:hover .fa {
    color: #fff;
}

.products-wrapper .jcarousel-control-prev, .products-wrapper .jcarousel-control-next {
    border-radius: 12px;
    width: 40px;
    height: 25px;
    border: 1px solid #004FF2;
    background: none;
    transition: all 0.5s;
}

.products-wrapper .jcarousel-control-prev .fa, .products-wrapper .jcarousel-control-next .fa {
    color: #004FF2;
    font-size: 20px;
}

.expertise-wrapper h2 {
    font-size: 15px;
    color: #004EF2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.expertise-wrapper .section-title::before {
    content: none;
}

.expertise-wrapper {
    padding-bottom: 60px;
    position: relative;
}

.expertise-wrapper p {
    font-size: 16px;
}

.videotext-area {
    margin-bottom: 40px;
}

.videotext-area iframe {
    height: 427px;
    border-radius: 20px;
}

.expertise-wrapper:before {
    top: auto;
    bottom: 0;
    z-index: -1;
}

.expertise-wrapper:after {
    bottom: auto;
    top: -10%;
}
.login-box {
    max-width: 800px;
    margin: auto;
}
.video-area {
    float: left;
    width: 50%;
    margin-right: 30px;
}

/*====== Landing Page Css Start ========*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.top-header {
    background: #E17E59;
    padding: 7px 0px;
}

.top-header .social-icon {
    margin: 0;
    text-align: right;
}

.top-header .social-icon li {
    margin-right: 10px !important;
}

.top-header .social-icon li:last-child {
    margin-right: 0 !important;
}

.top-header .social-icon li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    padding: 4px 6px;
}

.top-header a, .top-header p {
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    color: #F5F6F3;
    letter-spacing: 0.5px;
}

.top-header a:hover {
    color: #004DF2;
}

.header-wrapper {
    position: fixed;
    z-index: 12;
    width: 100%;
    background: rgba(255, 255, 255, 0.30);
}

.header-wrapper:after {
   content: ;
}

.hm-banner .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.hm-banner .title-subtitle {
    text-align: left;
}

.wrapper:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
    width: 791px;
    height: 826px;
    background: url(../images/welcome-bg.png) no-repeat right 0px;
    background-size: cover;
}

.header-top {
    background-color: #6BB94A;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.header-top .row {
    -ms-flex-align: center;
    align-items: center
}

.header-wrapper .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.header-top .list-inline-item a {
    background-color: #fff;
    font-size: 12px;
    color: #004FF2;
    font-weight: 600;
    padding: 7px 20px;
    display: block;
    border-radius: 100px;
    transition: none;
}

.header-top .list-inline-item a:hover, .header-top .list-inline-item.active a {
    color: #fff;
    background-color: #004FF2;
}

.main-menu {
    padding: 15px 0;
}

.header-wrapper .navbar-nav {
    -ms-flex-align: center;
    align-items: center;
}

.header-wrapper .navbar {
    padding: 0;
    background: none !important;
}


.header-wrapper .navbar-brand {
    position: absolute;
    top: 0;
    padding: 0 !important;
    margin-right: 0;
    filter: drop-shadow(0 1px 5px #ccc);
}

.header-wrapper .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 30px;
}

.header-wrapper .navbar-light .navbar-nav .nav-link:focus, .header-wrapper .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #0098DA;
    padding: 30px;
}

.header-wrapper .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #0098DA;
}

.hm-banner .carousel-item:before {
    content: "";
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hm-banner .carousel-indicators {
    display: block;
    right: 0;
    left: auto;
    top: 45%;
}

.hm-banner .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
}

.hm-banner .carousel-indicators .active {
    background: #fff;
}

.hm-banner .btnfill-blue {
    border: 1px solid #004FF2 !important;
}

.hm-banner .btn-blue {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: left;
    min-width: 180px;
    position: relative;
}

.hm-banner .btn-blue:hover {
     background: #004FF2;
     color: #fff; 
     border: 1px solid #004FF2;
}

.hm-banner .signup-readmore-btn {
    margin-top: 40px;
}


.hm-banner .btn-blue:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 24px;
    bottom: 0;
}

.bannertext h2, .bannertext h1 {
    color: #fff !important;
}

.bannertext p {
    font-size: 16px;
}

.bannertext h2 {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    font-size: 80px !important;
}

.orange-text {
    color: #E07E59;
}

/*========================*/

.workprocess-wrapper {
    background: url(../images/workprocess-bg.jpg) no-repeat bottom center;
    background-size: cover;
}

.text-blue {
    color: #004EF2;
}

.title-subtitle {
    text-align: center;
}

.title-subtitle h1 {
    font-family: 'Berkshire Swash', cursive;
    font-size: 18px;
    font-weight: 400;
    color: #004DF2;
    margin-bottom: 5px;
}

.title-subtitle h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    color: #212121;
}

.workprocess-wrapper {
    padding: 65px 0 100px;
}

.video-textarea .video-area iframe {
    border-radius: 20px;
}

.video-textarea p {
    line-height: 24px;
 }

.video-textarea {
    margin-top: 20px;
}

.ourplatform-wrapper {
    padding: 90px 0 40px;
}

.platform-img-textarea {
    display: block;
    margin-bottom: 70px;
}

.platform-img {
	overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.platform-img:hover img {
    -webkit-transform: rotate(-5deg) scale(1.4);
    transform: rotate(-5deg) scale(1.4);
}

.platform-img img {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}

.platform-text h3 {
    font-size: 18px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 5px;
}

.platform-text {
    border-radius: 20px;
    background: #FBFBFB;
    padding: 25px 22px 50px;
    margin: -30px 20px;
    z-index: 2;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.platform-text:hover {
    border: 1px solid #F0F0F0;
    background: #004FF2;
}

.platform-text:hover p, .platform-text:hover h3 {
    color: #fff;
}

.platform-text:hover .btn-blue {
    background: #fff !important;
    color: #004FF2;
}

.platform-text:hover:after {
    border-bottom: 4px solid #004FF2;
}

.platform-text:after {
    content: "";
    border-bottom: 4px solid #006DB5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
}

.btn-blue {
    /*color: #004FF2;*/
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #004FF2;
    padding: 8px 18px;
    text-transform: uppercase;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.signup-readmore-btn .btn-blue {
    color: #004FF2;
}
.signup-readmore-btn .btnfill-blue  {
    color: #fff;
}
.btnfill-blue  {
    background: #004FF2;
    color: #fff;
}

.signup-readmore-btn {
    margin-top: 5px;
    display: inline-block;
}

.signup-readmore-btn .btn-blue {
    background: transparent;
}

.signup-readmore-btn .btnfill-blue {
    background: #004FF2;
}

.w850 {
    max-width: 850px;
    margin: 10px auto 60px;
}

.textgray {
    color: #666666 !important;
}

.about-testimonial-area {
    background: #E17E59;
}
.aboutus-area {
    max-width: 570px;
    margin-left: auto;
    padding: 60px 0 120px;
}
.about-testimonial-area .title-subtitle {
    text-align: left;
    margin-bottom: 20px;
}

.about-testimonial-area .title-subtitle h1 {
    color: #fff;
    margin-bottom: 0px;
}

.about-testimonial-area .title-subtitle h2 {
    font-size: 35px;
    color: #fff;
}

.about-testimonial-area p {
    font-size: 14px;
    color: #E7E9E9;
    letter-spacing: 0.5px;
}

.readmore-txt {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 14px 40px;
    display: inline-block;
    margin-top: 15px;
}

.readmore-txt:hover {
    background: #fff;
    color: #E17E59;
    border: 1px solid #fff;
}
.testimonials-main {
    position: relative;
    background: url(../images/testimonial-bg.jpg) no-repeat center right;
    background-size: cover;
    padding: 60px 15px 120px 45px;
}
.about-testimonial-area .jcarousel-control-prev, .about-testimonial-area .jcarousel-control-next {
    background: #CACAD2;
    top: auto;
    bottom: 50px;
    margin: auto;
    color: #fff;
    border-radius: 4px;
    left: -70px;
}

.about-testimonial-area .jcarousel-control-prev:hover, .about-testimonial-area .jcarousel-control-next:hover {
    background: #E17E59;
}

.about-testimonial-area .jcarousel li {
    padding: 0 14px;
}

.about-testimonial-area .jcarousel {
    padding: 0;
}

.about-testimonial-area .jcarousel-control-prev {
    right: 60px;
}

.about-testimonial-area .jcarousel-control-next {
    right: 20px;
}
.about-testimonial-area .jcarousel-pagination {
    position: absolute;
    bottom: 120px;
    left: 180px;
    margin: 0;
}
.about-testimonial-area .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 9px;
    width: 9px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 10px;
}
.about-testimonial-area .jcarousel-pagination a.active {
    background: #E17E59;
    color: #fff;
    opacity: 1;    
}

.about-testimonial-area .testimonials-videos .media img {
    border-radius: 100px;
    border: 5px solid #fff;
    width: 130px;
    height: 130px !important;
}

.about-testimonial-area .testimonials-videos h4 {
    font-size: 18px;
    color: #E17E59;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-testimonial-area .testimonials-videos h5 {
    font-size: 14px;
    color: #F0F2F3;
    font-weight: 400;
}

.about-testimonial-area .testimonials-videos p {
    margin-top: 15px;
}

.about-testimonial-area .jcarousel-control-prev, .about-testimonial-area .jcarousel-control-next {
    width: 9px !important;
    height: 9px !important;
    border-radius: 10px;
}

.about-testimonial-area .jcarousel-wrapper {
    position: relative;
}

.about-testimonial-area .jcarousel-wrapper {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 570px;
    height: 100%;
    padding-bottom: 120px;
    z-index: 2;
}

.about-testimonial-area .jcarousel-wrapper .title-subtitle {
    margin-bottom: 100px;
}

.quickcontact-text h5 {
    font-size: 35px;
    color: #202833;
    font-family: 'Berkshire Swash', cursive;
}

.quickcontact-text p {
    font-weight: 600;
    color: #1F2733;
}

.quickcontact-wrapper h6 {
    color: #E17E59;
    font-weight: 400;
    font-size: 45px;
    font-family: 'Berkshire Swash', cursive;
}

.footerwrapper {
    position: relative;
    padding-top: 80px;
    color: #ccc;
    text-align: center;
    background: #1F2732;
}

.footerwrapper a {
    color: #ccc;
}

.footerwrapper a:hover {
    color: #E17E59;
}

.footerwrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1F2732;
}

.footerwrapper .container, .footerwrapper .copyright {
    position: relative;
    z-index: 1;
}

.footerwrapper li {
    position: relative;
    padding: 0 10px;
}

.social-icon {
    margin: 45px 0;
}

.social-icon .list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.social-icon li a {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #fff;
}

.social-icon li a:hover {
    background-color: #0277D7;
    color: #fff;
}

.footerwrapper .footer-links .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.footerwrapper .footer-links .list-inline-item:not(:last-child):after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    background: #E17E59;
    left: auto;
    right: -20px;
    top: 8px;
    bottom: 0;
}

.footerwrapper .footer-links {
    font-size: 15px;
    text-transform: uppercase;
}

.quickcontact-text {
    text-align: left;
}

.quickcontact-wrapper  {
    background: #F0F0F0;
    border-radius: 100px;
    padding: 35px 30px;
    margin-top: -150px;
}

.copyright {
    background-color: #000000;
    padding: 18px 15px;
    text-align: center;
    font-size: 15px;
    margin-top: 55px;
    color: #CCCCCC;
}

.aftr-scroll-header {
    top: 0;
    background-color: rgba(0, 0, 0, 0.80);
    transition: all 0.5s linear;
}

.landing-wrapper .testimonials-videos {
    background: none;
    box-shadow: none;
    padding: 0;
}

.video-textarea .video-area {
    float: none;
    width: 100%;
}
/*====== product listing =========*/
.header-wrapper.product-list-header .navbar-light .navbar-nav .nav-link {
    color: #202020;
}
.aftr-scroll-header.product-list-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.product-list-banner {
    position: relative;
    height: 302px;
    margin-top: 82px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4%;
}
.product-list-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.product-list-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,152,218,0.8) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,152,218,0.8) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,152,218,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc0098da',GradientType=1 );
}
.relative {
    position: relative;
    z-index: 1;
}
.recommend-products-wrapper {
    background: url(../images/recommend-product-bg.jpg) no-repeat center bottom;
    background-size: 100% 370px;
    padding: 70px 0;
}
.recommend-products-wrapper .platform-img-textarea {
    margin-bottom: 0px;
}
.product-listing-page .platform-img {
    border-radius: 20px;
}
.product-listing-page .platform-text {
    border-radius: 10px;
    padding: 15px 20px 15px;
    margin: -30px 10px 0;
    border: 1px solid #F0F0F0;
    height: 120px;
}
.platform-text p {
    color: #111111;
}
.product-listing-page .platform-text p {
    font-size: 13px;
}
.product-listing-page .platform-text::after {
    display: none;
}
.second-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.second-title span {
    color: #E07E59;
}
.second-title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #E07E59;
    margin-right: 12px;
}
.product-listing-page .jcarousel-control-prev, .product-listing-page .jcarousel-control-next {
    border-radius: 100px;
    width: 60px;
    height: 30px;
    border: 1px solid #004FF2;
    color: #000;
    font-size: 22px;
    background: none;
    top: -60px;
    transition: all 0.5s;
}
.product-listing-page .jcarousel-control-prev:hover, .product-listing-page .jcarousel-control-next:hover {
    border: 1px solid transparent;
    background: #004FF2;
    color: #fff;
}
.product-listing-page .jcarousel-control-prev {
    left: auto;
    right: 90px;
}
.product-listing-page .jcarousel {
    padding: 0;
}
.product-listing-wrapper {
    padding: 80px 0 80px;
}
.product-listing-wrapper .platform-img-textarea {
    margin-bottom: 45px;
    display: block;
}
.product-add {
    position: relative;
    height: 250px;
    background-size: 100% 250px !important;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    padding: 30px;    
}
.product-add .title-subtitle h2, .product-add .title-subtitle h1 {
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px rgba(0,0,0,.5);
}
.product-add:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.btn-white {
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.btn-white:hover {
    background-color: #004FF2;
    color: #fff;
}
.btn-line::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 0;
}
.btn-white.btn-line::after {
    background-color: #000;
}
.btn-white.btn-line:hover::after {
    background-color: #fff;
}
.btnfill-blue:hover {
    background: #6BB94A !important;
    border: 1px solid transparent !important;
}
.border-light, .hm-banner .border-light {
    border: 1px solid #f8f9fa !important;
}
.btn-lg {
    min-width: 180px;
    height: 50px;
    padding: 14px 20px;
}
.product-search-bar {
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0,0,0,.4);
    padding: 10px 0;
}
.product-search-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-search-bar .row [class*="col-"], .product-search-bar .row > .col {
    padding-left: 5px;
    padding-right: 5px;
}
.form-control-square {
    border-radius: 0 !important;
}
.product-search-bar .form-control {
    background-color: #E8E8E8;
    border: 1px solid #DADADA;
    height: 60px;
    border-left: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444;
    padding-left: 0;
}
.product-search-bar .form-control::placeholder {
    color: #444;
}
.product-search-bar select.form-control:not([size]):not([multiple]), .product-search-bar .custom-select {
    height: calc(4rem - 4px);
    border-left: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444;
    padding-left: 0;
    padding-right: 30px;
    text-overflow: ellipsis;
}
.product-search-bar .input-group-text {
    background-color: #E8E8E8;
    border-radius: 0;
    border-right: 0;
}
.product-search-bar .blue-btn {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.product-details-banner {
    position: relative;
    height: 200px;
    margin-top: 82px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
}
.product-details-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.product-details-banner h1 {
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px rgba(0,0,0,.5);
}
.flexslider-main {
    margin-bottom: 60px;
}
.flexslider {
    margin: 0 0 0px;
}
.flexslider img {
    border-radius: 10px;
}
.flex-direction-nav a::before {
    font-family: "FontAwesome";
    font-size: 30px;
    display: inline-block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    line-height: 50px;
}
.flex-direction-nav a.flex-next::before {
    content: '\f105';
}
.flex-direction-nav .flex-next {
    text-align: center;
}
.flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    cursor: pointer;
    color: transparent;
    text-shadow: none;
    background-color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}
#carousel li {
    cursor: pointer;
}
#carousel .flex-direction-nav {
    display: none;
    cursor: pointer;
}
/*.product-detail-right {
    position: relative;
}*/
.product-detail-right .list-li {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.product-detail-right .list-li li {
    font-size: 15px;
    padding: 10px 20px;
    color: #333333;
    border-bottom: 1px solid #dddd;
    background: none !important;
    display: -ms-flexbox;
    display: flex;
}
.product-detail-right .btn-blue {
    position: relative;
    padding: 11px 15px;
    font-size: 14px;
}
.product-detail-right .btn-blue span {
    position: absolute;
    left: 20px;
    top: 7px;
}
.product-detail-right .media {
    margin-bottom: 20px;
}
.product-detail-right .media .automoblieimg-text {
    margin-right: 20px;
}
.product-detail-right .list-li + .btn-border-suare {
    position: absolute;
    bottom: 65px;
    left: 15px;
    right: 5px;
}
.btn-border-suare {
    background-color: #fff;
    border: 1px solid #004FF2;
    font-size: 14px;
    color: #004FF2;
    padding: 14px 15px;
    border-radius: 10px;
}
.btn-border-suare:hover {
    background-color: #004FF2;
    border: 1px solid #004FF2;
    color: #fff;
}
/*.product-advertise-listing li {
    padding: 0;
}
.product-advertise-listing .jcarousel-control-prev {
    right: 70px;
}
.product-advertise-listing .jcarousel-control-next {
    right: 0px;
}*/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 0;
}
.videotext-area::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 480px) {
    .signup-readmore-btn .btn-blue {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .product-details-banner h1 {
        font-size: 26px;
    }

    .quickcontact-wrapper h6 {
        font-size: 20px !important;
    }
}