@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**************Top Header Section ****************/
.header-section {
    position: relative;
}

/*****************End**************************/

/**************Banner Section ****************/
.banner-section {
    position: relative;
}

.banner-section img {
    height: 680px;
    object-fit: cover;
    opacity: 0.42;
}

.banner-section h2 {
    font-size: 60px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
    z-index: 9999;
}

.banner-section p {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
    padding-left: 12%;
    padding-right: 12%;
}

.banner-section .carousel-caption {
    position: absolute;
    right: 15%;
    top: 32%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.banner-section .cover {
    background: rgb(228, 168, 35);
    background: linear-gradient(0deg, rgba(228, 168, 35, 1) 0%, rgba(255, 255, 255, 1) 88%);
    opacity: 0.43;
}

a.big-button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #E4A823;
    padding: 12px 40px;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

a.big-button:hover {
    text-decoration: none;
    background: #000;
}

/*****************End**************************/

/**************Home about Section ****************/
.home-about-section {
    position: relative;
    padding: 120px 0px;
}

.home-about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.home-about-section .content-column .inner-column {
    position: relative;
    padding-left: 0px;
}

.home-about-section .sec-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E4A823;
    font-weight: 500;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.28em;
    color: #000;
    font-weight: 500;
    padding-bottom: 0px;
}

.home-about-section .text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
}

.home-about-section .btn-box {
    position: relative;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}


.home-about-section .image-column {
    position: relative;
}

.home-about-section .image-column .inner-column {
    position: relative;
    padding-left: 70px;
    padding-bottom: 0px;
}

.home-about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 40px);
    height: calc(80% + 0px);
    top: 69px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 11px solid #E4A823;
}

.home-about-section .image-column .image-1 {
    position: relative;
    transform: perspective(600px) rotateY(7deg);
    display: block;
}

/*****************End**************************/

/*****************testimonial**************************/
.testimonial {
    background: #fff;
    padding: 40px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
    border: 0.2px solid rgb(0 0 0 / 12%);
}

.test-info {
    display: flex;
    height: 60px;
    align-items: center;
}

.test-pic {
    width: 80px !important;
    border-radius: 50%;
    margin-right: 15px;
    height: 80px;
    object-fit: cover;
}

.test-name {
    font-size: 15px;
    color: #9A9A9A;
}

.test-name span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.testimonial p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    color: #000;
}

.quote {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.quote svg {
    height: 32px;
    width: 66px;
}

.smart-container {
    width: 1640px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-section {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.testimonial-img-sec {
    position: relative;
}

.testimonial-img-sec img {
    height: 100%;
    object-fit: cover;
    width: 50%;
    object-position: center;
}

.testimonial-section:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background: rgb(253 252 251 / 87%);
    align-items: center;
    height: 100%;
}

.testimonial-content-sec {
    position: absolute;
    top: 0%;
    left: 0%;
    color: #fff;
    width: 100%;
    z-index: 99;
    padding-top: 5%;
}

.sec-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E4A823;
    font-weight: 500;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.28em;
    color: #000;
    font-weight: 500;
    padding-bottom: 0px;
}

.star {
    width: 100%;
}

.star-icon-1 {
    color: #E4A823;
    font-size: 20px;
}

.star-icon-2 {
    color: #000;
    font-size: 20px;
}

.testimonial-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.testimonial-section .owl-nav .owl-prev,
.owl-next {
    background-image: none;
    color: #000 !important;
    font-size: 28px !important;
    background-color: #E1E1E1 !important;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 0%;
    text-align: center;
}

.testimonial-section .owl-prev {
    position: absolute;
    right: 70px !important;
    top: -24%;
}

.testimonial-section .owl-next {
    position: absolute;
    top: -24%;
    float: right;
    right: 0;
}

/*****************End**************************/

/*****************Award**************************/

.award-section {
    position: relative;
    padding: 50px 0;
}

.align-center {
    text-align: center;
}

.gray-bg {
    background-color: #F8F8F8;
    width: 92%;
    margin-top: 155px;
    padding: 60px 50px 60px 0px;
    border-bottom-right-radius: 85px;
    border-top-right-radius: 85px;
    font-size: 28px;
    font-weight: 500;
    text-align: right;
    position: relative;
    float: right;
}

.circal {
    width: 138px;
    height: 138px;
    background-color: #fff;
    position: absolute;
    left: -64px;
    top: 11px;
    border-radius: 100%;
}

.circal img {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    border: 1px solid #E4A823;
}

.gray-bg1 {
    background-color: #F8F8F8;
    width: 92%;
    margin-top: 90px;
    padding: 40px 0px 40px 45px;
    border-bottom-left-radius: 85px;
    border-top-left-radius: 85px;
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    position: relative;
    float: left;
}

.circal1 {
    width: 138px;
    height: 138px;
    background-color: #fff;
    position: absolute;
    right: -64px;
    top: 11px;
    border-radius: 100%;
}

.circal1 img {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    border: 1px solid #E4A823;
}

/*****************footer**************************/

.footer-section {
    background: #F8F6F4;
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;

}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 100%;
}

.footer-text p {
    margin-bottom: 15px;
    font-size: 17px;
    color: #585858;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
}

.copyright-area {
    padding-top: 45px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-border {
    border-top: 1px solid #D5D5D5;
    padding-top: 30px;
}

.text-right {
    text-align: right;
}

.bottom-info-sec {
    width: 100%;
    float: right;
}

.bottom-info-sec ul {
    padding: 0;
    list-style: none;
}

.bottom-info-sec ul li {
    padding-bottom: 12px;
}

.information {
    display: inline-block;
}

.information span {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.office {
    font-weight: normal;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

/*****************End**************************/


/*****************Contact**************************/
.contact-page-sec {
    position: relative;
    padding: 50px 0px;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 50px;
}

.contact-info-icon {
    border-radius: 100%;
    border: 2px solid #E4A823;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    line-height: 70px;
}

.contact-info-icon svg {
    width: 33px;
    height: 33px;
    fill: #E4A823;
}

.contact-info-item {
    background: #fff;
    padding: 40px 65px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    height: 295px;
}

.contact-page-sec .contact-page-form h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}

.contact-info-text span {
    color: #707070;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.text {
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.text span {
    color: #FF0000 !important;
    font-size: 18px;
    display: inline-block;
}

.contact-page-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C7C7C7;
    /* margin-bottom: 20px; */
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C7C7C7;
    width: 100%;
    height: 100px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #E4A823;
    padding: 12px 40px;
    margin-top: 15px;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 205px !important;
    border: 0px;
    margin: 0 auto;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #000;
    transition: all 0.4s ease-in-out 0s;
    border-color: #000;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 0px;
}

/*****************End**************************/

.top-inner-section {
    position: relative;
    text-align: center;
}

.top-inner-img-sec {
    position: relative;
}

.top-inner-img-sec:before {
    content: '';
    background: rgb(228, 168, 35);
    background: linear-gradient(0deg, rgba(228, 168, 35, 1) 0%, rgba(255, 255, 255, 1) 88%);
    opacity: 0.43;
    width: 100%;
    height: 100%;
    position: absolute;
}

.top-inner-img-sec img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

img.img-fluid {
    opacity: 0.42;
}

.inner-header-content-sec {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}

.inner-header-content-sec h2 {
    color: #000;
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 16px;
}

.inner-header-content-sec p {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
    padding-bottom: 11px;
}

.inner-header-content-sec p a {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
    padding-bottom: 11px;
    text-decoration: none;
}

.upload-file {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-top: 15px;
}

.form {
    width: 100%;
}

.file-upload-wrapper {
    position: relative;
    width: 72%;
    height: 50px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px 16px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    line-height: 50px;
    color: #C8C8C8;
    font-weight: 300;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #088508;
    color: #fff;
    font-weight: normal;
    z-index: 25;
    font-size: 20px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #088508;
}

.file-upload-wrapper input {
    height: 50px;
    display: block;
    cursor: pointer;
    width: 100%;
}

span.w-upload-file-label-span {
    font-weight: normal;
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    width: 28%;
}

span.w-upload-file-label-span span {
    color: #FF0000 !important;
    font-size: 18px;
    display: inline-block;
}


.new {
    padding-top: 12px;
    position: relative;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-top-mar {
    margin-top: 30px;
}

.apply-sec h3 {
    color: #E4A823;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 500;
    padding-left: 0px;
    padding-bottom: 10px;
}

p {
    color: #8D8D8D;
    font-size: 20px;
    font-weight: normal;
}

/*****************Current Opening**************************/
.accordion__item {
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.accordion__body {
    display: none;
    padding: 18px;
    border: 1px solid #A8A8A8;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.accordion__body p {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
}

.accordion__body p span {
    color: #949494;
}

.accordion__body h3 {
    font-size: 22px;
    font-weight: 600;
}

.accordion__body h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.accordion__body ul {
    color: #949494;
    margin-bottom: 20px;
}

.accordion__body li {
    color: #949494;
}

.accordion__title {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 18px;
    border: 1px solid #A8A8A8;
    border-radius: 4px;
    font-weight: normal;
    color: #000;
}

.accordion__title:after {
    content: "";
    width: 17px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 23px;
    background: url("../images/faq-arrow.png") no-repeat;
    background-size: contain;
}

.accordion__title.active {
    color: #000;
    background-color: #F1F1F1;
    border: 1px solid #E4A823;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion__title.active:after {
    transform: rotate(-180deg);
}

/*****************Profile Search**************************/
.Profile-search-sec {
    position: relative;
    padding: 80px 0px;
}

.Profile-search-sec h3 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.Profile-search-sec p {
    color: #000;
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 30px;
}

.profile-image {
    margin-bottom: 30px;
}

.Profile-search ul {
    padding: 0px;
    margin: 0px;
}

.Profile-search li {
    color: #949494;
    line-height: 32px;
}

/*****************about page**************************/

.team {
    padding: 130px 0;
}

.team h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.team h2 span {
    color: #ff9100;
}

.team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.team .box {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
    border-radius: 6px;
}

.team .box .image {
    position: relative;
    height: 100%;
}

.team .box .image img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.justify-content-center {
    justify-content: center;
}

.team .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff9100 1%, #56dc10 100%);
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.team .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #ff9100;
}

.team .box:hover .overlay {
    opacity: 0.85;
}

.team .box:hover .social-icons {
    margin-top: 0;
    opacity: 1;
}

.team .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.team .box h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #E4A823;
    font-weight: normal;
    margin-top: 5px;
    padding-bottom: 25px;
}

.team .box:hover {
    transform: translateY(-15px);
}

.what-we-section {
    position: relative;
    padding-bottom: 50px;
}

h2 {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    padding: 0px;
}


.listing ul {
    counter-reset: list -0;
}

.listing ul li {
    list-style-type: none;
    position: relative;
    margin: 0px 0px 20px 0px;
    line-height: 25px;
    padding-left: 45px;
    color: #888888;
}

.listing ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 18px;
    margin-right: 4px;
    background: url(../images/arrow-li.png);
    background-repeat: no-repeat;
    background-size: 28px;
}

/**************Home about Section ****************/
.about-section {
    position: relative;
    padding: 80px 0px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 0px;
}

.about-section .sec-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E4A823;
    font-weight: 500;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.28em;
    color: #000;
    font-weight: 500;
    padding-bottom: 0px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
}

.about-section .btn-box {
    position: relative;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}


.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(30% + 40px);
    height: calc(57% + 10px);
    bottom: -45px;
    left: 0px;
    background: #E4A823;
    z-index: 0;
    border: 0px solid #E4A823;
    transform: perspective(294px) rotateY(353deg);
    display: block;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-1 img {
    border-radius: 16px;
}

.google-box {
    background: #fff;
    padding: 36px 45px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    display: inline-block;
    margin-top: 10px;
}

.google-text {
    display: inline-block;
    width: 100%;
    color: #A8A8A8;
    font-size: 18px;
    font-weight: bold;
}

.google-text span {
    color: #000;
}

.google-box .star {
    display: inline-block;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.google-box .star-icon-1 {
    color: #E4A823;
    font-size: 20px;
}

.google-logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}


/*****************End**************************/

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #E4A823;
    border-bottom: 3px solid #E4A823;
}

.nav-link {
    display: block;
    padding: 20px 0px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#header {
    width: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.shadow {
    box-shadow: none !important;
}

#header.h-active {
    background: #ffffff;
    transition: all .4s linear;
    box-shadow: 0px 2px 26px 0px rgb(0 0 0 / 15%);
    animation: fadeInDown .6s;
}

/*=============================================
=            Service            =
=============================================*/
.service-card h4 {
    font-size: 2em;
    padding-bottom: 5px;
}

.service-card {
    background-image: url(../images/services-top.png);
    background-position: top right;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    padding: 40px;
    margin: 15px 0;
}

.service-img {
    margin-top: 20px;
    margin-bottom: 25px;
}

.readmore {
    background-color: #F8F8F8;
    color: #E4A823;
    padding: 10px 44px;
    font-size: 19px;
}

/*=====  process  ======*/
.process-section {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.categories,
.categories-view1-wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.categories ul li {
    list-style: none;
}

.categories>ul>li {
    float: none;
    display: inline-block;
    margin: 0px 0px 25px 0px;
    vertical-align: top;
}

.categories-view1-wrap {
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 14%);
    padding: 30px 99px 30px 25px;
    position: relative;
    background-color: #ffffff;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.categories-view1 small {
    font-size: 18px;
    color: #7B7B7B;
    font-weight: normal;
}

.categories-view1 span {
    position: absolute;
    right: 18px;
    top: 0px;
    font-size: 92px;
    font-weight: bold;
    color: #E4A823;
    line-height: normal;
    text-shadow: -10px 8px 0px rgb(250 239 213);
}



.catering-services {
    width: 100%;
    position: relative;
}

.light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #FDFCFB;
}

.catering-view1-full {
    padding: 70px 0px 60px 0px;
    margin-top: 0;
    margin-bottom: 0;
    /* background: url(../images/service-bg.png); */
    position: relative;
}

.catering,
.catering-view1-wrap {
    float: left;
    width: 100%;
}


.catering-services .content-column {
    position: relative;
    margin-bottom: 50px;
}

.catering-services .content-column .inner-column {
    position: relative;
    padding-left: 0px;
}

.catering-services .sec-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.28em;
    color: #000;
    font-weight: 500;
    padding-bottom: 0px;
}

.catering-services ul {
    padding: 0x;
    margin: 0px;
}

.catering-services li {
    font-size: 18px;
    border: 2px solid #E4A823;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%;
}

.catering-services li h3 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
}

.catering-services li p {
    color: #818181 !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.catering-services li span {
    color: #E4A823;
    font-size: 18px;
}

.catering-services li span a {
    color: #E4A823;
    font-size: 18px;
    text-decoration: none;
}

.catering-services li span a:hover {
    color: #E4A823;
    font-size: 18px;
    text-decoration: underline;
}

.catering-services .image-column {
    position: relative;
}

.catering-services .image-column .inner-column {
    position: relative;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-top: 30px;
}

.catering-services .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 40px);
    height: calc(70% + 0px);
    top: 103px;
    right: 12px;
    background: transparent;
    z-index: 0;
    border: 11px solid #E4A823;
}

.catering-services .image-column .image-1 {
    position: relative;
    transform: perspective(740px) rotateY(11deg);
    display: block;
}

/*=====  End of Service  ======*/



@media only screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }

    .smart-container {
        width: 100%;
    }

    #header {
        width: 100%;
    }

    .footer-social-icon {
        margin-bottom: 20px;
    }

    .copyright-area {
        padding-top: 0px;
    }

    .footer-widget-heading h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer-section {
        padding-top: 40px;
    }

    .banner-section .carousel-caption {
        top: 20%;
        bottom: 0px;
        padding: 0px;
    }

    .banner-section h2 {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .banner-section p {
        font-size: 15px;
        line-height: 28px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .banner-section img {
        height: 450px; 
    }

    .home-about-section {
        padding: 60px 0px 0px;
    }

    .banner-section .carousel-caption {
        right: 7%;
        left: 7%;
    }

    .home-about-section .image-column .inner-column:before {
        top: 45px;
        left: 5px;
    }

    .home-about-section .content-column .inner-column {
        padding-top: 30px;
    }

    .sec-title .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sec-title h2 {
        font-size: 26px;
    }

    .home-about-section .sec-title {
        margin-bottom: 15px;
    }

    .home-about-section .text {
        font-size: 15px;
        line-height: 28px;
    }

    .testimonial-section {
        margin-top:0px;
      }
      .testimonial-section .owl-nav .owl-prev, .owl-next {
        height: 45px;
        line-height: 45px;
        width: 45px;
      
      }
      .testimonial-section .owl-next {
        right: 18px;
      }
      .testimonial-content-sec {
        position: relative;
        top:0%;
        left: 50%;
        transform: translate(-50%, 0%);
        color: #fff;
        width: 100%;
        z-index: 99;
      }
      .testimonial {
        padding:18px;
      }
      .testimonial p {
        font-size: 14px;
        line-height: 28px;
      }

    .test-name span {
        font-size: 14px;
    }

    .test-name {
        font-size: 13px;
    }

    .gray-bg {
        background-color: #F8F8F8;
        width: 100%;
        margin-top: 0px;
        padding: 20px 20px 20px 20px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size:18px;
        text-align: center;
    }

    .circal {
        width: 138px;
        height: 138px;
        background-color: #fff;
        position: relative;
        left: 0px;
        top: 0px;
        border-radius: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .circal1 {
        width: 138px;
        height: 138px;
        background-color: #fff;
        position: relative;
        left: 0px;
        top: 0px;
        border-radius: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .gray-bg1 {
        background-color: #F8F8F8;
        width: 100%;
        margin-top: 20px;
        padding: 20px 20px 20px 20px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        font-size:18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-section .owl-prev {
        top: -17%;
    }

    .testimonial-section .owl-next {
        top: -17%;
    }

    .testimonial-img-sec {
        display: none;
    }

    .inner-header-content-sec h2 {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .inner-header-content-sec p a {
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

    .top-inner-img-sec img {
        height: 330px;
    }

    .inner-header-content-sec {
        top: 60%;
    }

    .contact-page-sec {
        padding: 15px 0px;
    }

    .accordion__title {
        font-size: 14px;
        padding: 18px;
        font-weight: bold;
        padding-right: 30px;
    }

    .accordion__body p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-section {
        position: relative;
        padding: 45px 0px;
    }

    .about-section .image-column .inner-column {
        padding-left: 28px;
    }

    .about-section .image-column .inner-column:before {
        bottom: -21px;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 0px;
        margin-top: 45px;
    }

    .about-section .sec-title {
        margin-bottom: 0px;
    }

    .about-section .text {
        font-size: 15px;
        line-height: 26px;
    }

    .google-box {
        padding: 10px 12px;
    }

    .google-text {
        font-size: 14px;
    }

    .google-box .star {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-section .content-column {
        position: relative;
        margin-bottom: 0px;
    }

    .team {
        padding: 0px 0 45px 1px;
    }

    .team .box {
        margin-top: 25px;
    }

    .what-we-section h2 {
        font-size: 28px;
    }

    .listing ul li {
        padding-left: 42px;
        font-size: 15px;
    }

    .listing ul li:before {
        top: 6px;
        background-size: 24px;
    }

    .footer-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer-widget ul li {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .office {
        padding-left: 15px;
        font-size: 15px;
    }

    .apply-sec h3 {
        font-size: 28px;
    }

    .apply-sec p {
        color: #000;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    span.w-upload-file-label-span {
        padding-right: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .file-upload-wrapper:after {
        font-size: 13px;
        padding: 0px 10px;
        height: 50px;
        line-height: 50px;
    }

    .file-upload-wrapper:before {
        font-size: 14px;
    }

    .btn-top-mar {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact-info-item {
        padding: 20px 16px;
        height: auto;
    }

    .contact-page-sec .contact-page-form h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    h3 {
        font-size: 28px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
        color: #000 !important;
    }

    .readmore {
        font-size: 16px;
        width: 100%;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h4 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .catering-services li h3 {
        font-size: 22px;
    }

    .catering-services li {
        padding: 20px;
    }

    .catering-services li p {
        font-size: 15px;
        line-height: 26px;
    }

    .catering-services li span a {
        color: #E4A823;
        font-size: 15px;
        text-decoration: none;
    }

    .catering-services .image-column .inner-column {
        padding-right: 30px;
        padding-left: 5px;
    }

    .catering-services .image-column .inner-column:before {
        top: 65px;
        right: 12px;
    }

    .process-section {
        padding: 50px 0px 25px 0px;
    }

    .categories-view1-wrap {
        padding: 30px 96px 30px 25px;
    }

    .categories-view1 small {
        font-size: 15px;
    }

    .categories>ul>li {
        margin: 0px 0px 15px 0px;
    }
}

@media (min-width:992px) {
    .smart-container {
        width: 86%;
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
    .catering-services .image-column .inner-column:before {
        top: 103px;
        right: 0px;
    }

    .catering-services li p {
        font-size: 16px;
        line-height: 26px;
    }

    .catering-services .image-column .inner-column {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 30px;
    }

    .readmore {
        font-size: 16px;
        width: 100%;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h4 {
        font-size: 22px;
    }

    .Profile-search-sec h3 {
        font-size: 28px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    .contact-info {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .contact-info-text span {
        font-size: 15px;
    }

    .contact-info-item {
        padding: 30px 16px;
    }

    .contact-info-text h2 {
        font-size: 18px;
    }

    .file-upload-wrapper:before {
        font-size: 15px;
    }

    .file-upload-wrapper:after {
        font-size: 15px;
    }

    span.w-upload-file-label-span {
        padding-right: 8px;
        font-size: 15px;
        width: 35%;
    }

    .text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .apply-sec p {
        color: #000;
        font-size: 15px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .apply-sec h3 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    .google-box {
        padding: 26px 30px;
    }

    .about-section .sec-title {
        margin-bottom: 0px;
    }

    .about-section .text {
        font-size: 15px;
        line-height: 25px;
    }

    .team {
        padding: 0px 0 45px 1px;
    }

    .team .box {
        margin-top: 25px;
    }

    .what-we-section h2 {
        font-size: 28px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 14px;
    }

    .banner-section h2 {
        font-size:45px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .sec-title .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .home-about-section .text {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 25px;
    }

    .home-about-section .sec-title {
        margin-bottom: 10px;
    }

    .testimonial p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .testimonial {
        padding: 10px;
    }

    .test-pic {
        width: 55px !important;
        margin-right: 7px;
        height: 55px;
    }

    .test-name span {
        font-size: 13px;
    }

    .test-name {
        font-size: 11px;
    }

    .sec-title {
        margin-bottom: 0px;
    }

    .circal1 img {
        width: 80px;
        height: 80px;
    }

    .circal img {
        width: 80px;
        height: 80px;
    }

    .gray-bg {
        background-color: #F8F8F8;
        width: 95%;
        margin-top: 80px;
        padding: 20px 25px 20px 0px;
        font-size: 18px !important;
    }

    .circal {
        width: 80px;
        height: 80px;
        left: -55px;
        top: 6px;
    }

    .gray-bg1 {
        width: 95%;
        margin-top: 25px;
        padding: 20px 27px 20px 18px;
        font-size: 16px !important;
        line-height: 21px;
    }

    .circal1 {
        width: 80px;
        height: 80px;
        right: -38px;
        top: 11px;
    }

    .testimonial-section .owl-prev {
        top: -34%;
    }

    .testimonial-section .owl-next {
        top: -34%;
    }

    .testimonial-content-sec {
        padding-top: 4%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-content-sec {
        padding-top: 2%;
    }

    .testimonial p {
        font-size: 16px;
        line-height: 26px;
    }

    .test-name span {
        font-size: 15px;
    }

    .test-name {
        font-size: 13px;
    }

    .testimonial {
        padding: 25px;
    }

    .smart-container {
        width: 1380px;
    }

    .gray-bg1 {
        font-size: 22px;
        margin-top: 70px;
    }

    .gray-bg {
        font-size: 23px;
        margin-top: 120px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
    .testimonial-content-sec {
        padding-top: 2%;
    }

    .testimonial p {
        font-size: 15px;
        line-height: 24px;
    }

    .test-name span {
        font-size: 15px;
    }

    .test-name {
        font-size: 13px;
    }

    .testimonial {
        padding: 20px;
    }

    .smart-container {
        width: 80%;
    }

    .gray-bg1 {
        font-size: 16px;
        margin-top: 70px;
        padding: 58px 16px 50px 35px;
    }

    .gray-bg {
        font-size: 17px;
        margin-top: 130px;
        padding: 68px 40px 68px 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 15px;
    }

    .catering-services .image-column .inner-column:before {
        right: -5px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .testimonial-content-sec {
        padding-top: 2%;
    }

    .testimonial p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .test-name span {
        font-size: 13px;
    }

    .test-name {
        font-size: 11px;
    }

    .testimonial {
        padding: 20px;
    }

    .testimonial-section .owl-prev {
        top: -40%;
    }

    .testimonial-section .owl-next {
        top: -40%;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    .sec-title .title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .sec-title h2 {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .test-pic {
        width: 60px !important;
        margin-right: 8px;
        height: 60px;
    }

    .circal1 img {
        width: 80px;
        height: 80px;
    }

    .circal img {
        width: 80px;
        height: 80px;
    }

    .gray-bg {
        background-color: #F8F8F8;
        width: 95%;
        margin-top: 115px;
        padding: 32px 25px 32px 0px;
        font-size: 18px !important;
    }

    .circal {
        width: 80px;
        height: 80px;
        left: -55px;
        top: 6px;
    }

    .gray-bg1 {
        width: 95%;
        margin-top: 50px;
        padding: 26px 30px 30px 18px;
        font-size: 16px !important;
        line-height: 21px;
    }

    .circal1 {
        width: 80px;
        height: 80px;
        right: -38px;
        top: 11px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 14px;
    }

    .catering-services .image-column .inner-column:before {
        right: -5px;
    }

    .experience-filed .company-name {
        font-size: 12px;
    }
}

/* resume builder */

.tab-menu {
    margin-top: 34px;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}

.tab-menu ul li img {
    width: 68px;
    /* height: 100%; */
}

.tab-menu ul li h2 {
    font-size: 25px;
    line-height: 57px;
    font-weight: 500;
    text-transform: capitalize;
}

.tab-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    font-weight: bold;
    display: inline-block;
    padding: 18px 26px;
    margin-bottom: 12px;
    margin-right: 14px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.5s all;
    background: #ffffff;
    border: 2px dashed #000;
    /* border-bottom: 0; */
}

.tab-menu ul li a:hover {
    background: #f6f6f6;
    color: #fff;
    text-decoration: none;
}

.tab-menu ul li a.active {
    background: #f6f6f6;
    color: #000;
    text-decoration: none;
    border-color: #e4a824;
}

.tab-box {
    display: none;
}

.tab-teaser {
    width: 100%;
    margin: 50px auto;
    /* font-family: 'Oswald'; */
}

.tab-main-box {
    background: #ffffff;
    padding: 24px 0px;
    border: 0px solid #d0d062;
    margin-top: -2px;
}

.resume-details-heading {
    display: block;
    margin: 0px;
    padding: 0px;
}

.resume-details-heading h3 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.resume-details-heading p {
    color: #000;
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 30px;
}

.resume-detail-form {
    display: block;
}

.resume-detail-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.resume-detail-form.contact-form input {
    margin-bottom: 5px;
}

.resume-detail-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.resume-detail-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C7C7C7;
    margin-bottom: 8px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.resume-detail-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C7C7C7;
    width: 100%;
    height: 65px;
    padding: 12px 16px;
    border-radius: 4px;
    resize: none;
    outline: none;
}

.resume-detail-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.resume-detail-form .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
}

.experience-filed {
    display: block;
    background: #f9f9f9;
    padding: 14px;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    border-radius: 6px;
}

.experience-filed .company-name {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 42px;
}

.experience-filed input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C7C7C7;
    margin-bottom: 0px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.role-custom-colum {
    margin: 0px;
    /* background: aqua; */
    padding: 0px;
    margin-right: 6px;
    width: 57%;
}

.add-icon-l-r {
    display: block;
    position: relative;
}

.add-icon-l-r svg {
    position: absolute;
    top: 0px;
}

.add-icon-l-p {
    display: block;
    position: relative;
}

.add-icon-l-p svg {
    position: absolute;
    top: 0px;
}

.result-custom-colum {
    margin: 0px;
    /* background: aqua; */
    padding: 0px;
    margin-right: 2px;
    width: 64%;
    position: relative;
}

.result-custom-colum svg {
    position: absolute;
}

.resume-template-section {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.resum-box-bg {
    display: block;
    background: #f9f9f9;
    padding: 32px;
    min-height: auto;
    /* border: 2px solid #000; */
    border-radius: 6px;
    position: relative;
    width: 100%;
    /* box-shadow: 0 0px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
}

.resume-inner-bg::before {
    content: "";
    background: url(../images/top-vector.png) top center no-repeat;
    height: 185px;
    border: none;
    margin-bottom: 0px;
    position: absolute;
    top: -61px;
    right: -66px;
    background-size: contain;
    width: 245px;
    /* bottom: 0px; */
    z-index: -1;
}

.resume-inner-bg::after {
    content: "";
    background: url(../images/bottom-vector.png) top center no-repeat;
    height: 180px;
    border: none;
    margin-bottom: 0px;
    position: absolute;
    bottom: -38px;
    left: -11%;
    background-size: contain;
    width: 145px;
    /* bottom: 0px; */
    z-index: -1;
}

.resume-inner-bg {
    box-shadow: 2px -3px 7px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    /* height: 100%; */
    border-radius: 6px;
    height: auto;
    background: #ffffff;
    z-index: 9;
    position: relative;
}

.resume-inner-bg img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.resume-bottom-select-btn {
    display: block;
    background: #ffffff;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
    float: left;
    padding: 15px 20px;
}

.resume-left-title {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 24px;
    line-height: 59px;
    color: #000;
    font-weight: 500;
    padding-bottom: 0px;
}

.resume-right-btn {
    display: inline-block;
    float: right;
    margin: 15px;
}

.resume-right-btn a {
    background: #e4a823;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 7px 34px;
    margin: 0;
    border-radius: 4px;
}

.bg-m {
    display: block;
    background: #f9f9f9;
    padding: 0;
    /* border: 2px solid #000; */
    border-radius: 6px;
    float: left;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    box-shadow: 0 0px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

/***resume builder responsive css here06-04-2022**************/
@media only screen and (max-width: 991px) {
    .tab-menu ul li h2 {
        font-size: 13px;
        line-height: 15px;
    }

    .tab-menu ul li img {
        width: 32px;
        height: 57px;
    }

    .tab-menu ul li a {
        padding: 0px 29px;
        height: 100%;
        margin-bottom: 0;
    }

    .tab-teaser {
        width: 100%;
        margin: 0px auto;
    }

    .resume-details-heading h3 {
        font-size: 22px;
    }

    .resume-details-heading p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 21px;
    }

    .resume-left-title {
        font-size: 20px;
    }

    .resume-right-btn a {
        font-size: 17px;
        padding: 6px 29px;
    }

    .resume-inner-bg::before {
        top: -50px;
        right: -43px;
        width: 168px;
    }

    .single-input-field {
        display: block;
    }

    .role-custom-colum {
        width: 72%;
        margin-left: 13px;
    }

    .result-custom-colum {
        width: 72%;
        margin-left: 13px;
    }

    .new {
        padding-top: 0;
    }

    .add-icon-l-r svg {
        position: absolute;
        top: -49px;
        left: 91%;
    }

    .add-icon-l-p svg {
        position: absolute;
        top: -49px;
        left: 90%;
    }

    .bg-light {
        background-color: #ffffff !important;
        box-shadow: 0 2px 10px rgb(0 0 0 / 12%) !important;
    }
}

@media (max-width:768px) {
    .role-custom-colum {
        width: 83%;
        /* margin-right: 4px; */
        margin-left: 13px;
    }

    .result-custom-colum {
        width: 82%;
        /* margin-right: 4px; */
        margin-left: 13px;
    }

    .add-icon-l-r svg {
        position: absolute;
        top: -3px;
        /* right: -9px; */
        left: 91%;
    }

    .add-icon-l-p svg {
        position: absolute;
        top: 0px;
        left: 90%;
    }
}

@media (max-width:575px) {
    .role-custom-colum {
        width: 83%;
        margin-left: 13px;
    }

    .result-custom-colum {
        width: 82%;
        margin-left: 13px;
    }

    .add-icon-l-r svg {
        position: absolute;
        top: -49px;
        left: 91%;
    }

    .add-icon-l-p svg {
        position: absolute;
        top: 0px;
        left: 90%;
    }

    .add-icon-l-p svg {
        top: -49px;
    }
}

@media (min-width:992px) {
    .smart-container {
        width: 90%;
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
    .experience-filed .company-name {
        font-size: 12px;
        margin-bottom: 0px;
        padding: 0px;
        line-height: 42px;
    }

    .resume-left-title {
        font-size: 16px;
        line-height: 59px;
    }

    .resume-right-btn a {
        font-size: 16px;
        padding: 7px 24px;
        margin: 0;
    }
}
