/*custom css*/


/*heading tag css*/
body {
    background-image: url(../images/bg-wallpaper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}


.gallary-wrap .img-wrap {
    width: 92%;
    margin: 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    object-fit: cover;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
.gallary-wrap .img-wrap img {
       width: 640PX;
    height: 320PX;
    object-fit: cover;
}
.gallary-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scrolling-pagination .module.attchment img {
    width: 100%;
}

.swa-members-outer .swa-button:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    text-decoration: none;
}

.l-logo {
    overflow: hidden;
}

.swa-members-outer .swa-buttons .btn {
    border-color: #1379ed;
}

.scrolling-pagination h2.main-heading.m-0 {
    font-size: 22px;
    padding-right: 15px;
}

.swa-outer-wrap {
    width: 100%;
    height: 100vh;
}

.swa-front-page {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.swa-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    top: 0;
    left: 0;
}

/* flex css */
.swa-flex {
    display: flex;
}

.swa-justify-center {
    justify-content: center;
}

.swa-justify-space-bw {
    justify-content: space-between;
}

.swa-justify-space-ar {
    justify-content: space-around;
}

.swa-align-center {
    align-items: center;
}

/* flex css end */

/* text align css */
.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right;
}

/* text align css end*/

.swa-inner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 30px;
}

.swa-content {
    padding: 0 15px;
    max-width: 780px;
    width: 100%;
}

/* title */
.swa-title {
    color: #fff;
    text-align: center;
}

.swa-title .searchtext {
    font-size: 4em;
}

.swa-title h1 {
    font-size: 82px;
    line-height: 95px;
}
h1.text-left.headercolor {
    background: #337ab7;
        padding: 10px;
         border-radius: 5px !important;
}

h1.text-left.headercolorTrending {
    background: #337ab7;
        padding: 10px;
         border-radius: 5px !important;
          display: table;

}

h3.text-left.headercolor {
        background: #337ab7;
        padding: 10px;
        display: table;
        border-radius: 5px !important; 

}

.swa-title p {
    font-size: 60px;
    line-height: 70px;
    font-weight: 200;
}

/* login wrap */
.swa-login-wrap {
    width: 100%;
    background-color: rgb(0 0 0 / 73%);
    padding: 40px 90px;
    margin-top: 65px;
    border: 1px solid #303030;
    box-shadow: 1px 1px 20px #727272a1;
}

.swa-login-wrap h2 {
    color: #fff;
    font-size: 48px;
}

.swa-login-btns {
    margin-top: 30px;
}

a.swa-login-btn, a.swa-button, .swa-button {
    background-color: #05abd8;
    padding: 12px 15px;
    color: #fff;
    max-width: 220px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 8px;
}

.swa-login-wrap p, .swa-login-wrap p a {
    color: #8c8c8c;
    font-weight: 500;
}

.swa-login-wrap p.swa-wrap-footer {
    color: #8c8c8c;
    margin-top: 27px;
}

.swa-login-wrap p.swa-wrap-footer a {
    color: #fff;
    text-decoration: none;
}

/* signin form */
.swa-login-wrap.swa-signin-wrap {
    width: 70%;
    margin: 65px auto auto auto;
}

form {
    position: relative;
}

.input-field input[type="text"],
.input-field input[type="email"],
.input-field input[type="file"],
.input-field input[type="password"], select {
    padding: 24px 15px 6px;
    border-radius: 10px;
    border: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

.input-field input[type="submit"] {
    background-color: #05abd8;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    border: 0;
    margin-top: 15px;
    cursor: pointer;
}

input[type="checkbox"],
input[type="checkbox"] + label,
input[type="radio"],
input[type="radio"] + label {
    cursor: pointer;
}

.input-field input:focus {
    outline: 0;
    border: 0;
}

.input-field {
    position: relative;
    margin-bottom: 15px;
}

/*form label animation*/
.input-field label {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
    transition: ease-in-out 0.3s;
}

.input-field input:focus + label, input.has-value + label {
    top: 14px;
    transition: ease-in-out 0.3s;
}

.input-field input:focus {
    background-color: #454545;
}

.input-field input[type="submit"]:focus {
    background-color: #05abd8;
    color: #fff;
}

.input-field select.text_input + label {
    top: 14px;
}

.input-field select:focus {
    outline: 0;

}

p.swa-frgt-link {
    margin-top: 15px;
}

.swa-login-wrap.swa-signin-wrap h2 {
    margin-bottom: 20px;
}

/* signup form */
.swa-form form .swa-input-controls {
    padding: 0 10px;
}

.swa-content.swa-signup-outer {
    max-width: 890px;
}

.swa-signup-inner .input-field input[type="submit"] {
    max-width: 300px;
}

.swa-form.swa-signup-inner h3 {
    color: #fff;
    margin: 15px 0 8px;
}

p.swa-business-check {
    margin-top: 15px;
}

p.swa-business-check input {
    margin-left: 15px;
}

.swa-reg-page {
    height: unset;
    padding: 90px 0;
    background-attachment: fixed;
}

.swa-reg-page .swa-overlay {
    position: fixed;
}

p.swa-agree {
    margin-top: 15px;
}

/* digital namecard */
.swa-card {
    max-width: 335px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
}

.swa-card-title {
    padding: 15px 0 30px;
}

.swa-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.swa-card:after {
    content: '';
    width: 80px;
    height: 80px;
    background: #88e3fc;
    position: absolute;
    top: -40px;
    right: -40px;
    border-radius: 50%;
}

.video-outer iframe {
    width: 100%;
}

/* members */
.swa-content.swa-members-outer {
    max-width: 100%;
}

.swa-logo-card {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.swa-logo-img {
    width: 100%;
    height: 170px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.swa-logo-name {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.swa-logo-name h3 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    transition: 0.5s;
    word-break: break-word;
}

.swa-content.swa-members-outer {
    padding: 0px;
}

.swa-header-title h1 {
    margin-top: 0px;
}

.swa-header-title .swa-title {
    margin-top: 30px !important;
}

.swa-logo-card-large .swa-logo-img {
    height: 100%;
    align-items: center;
    padding-right: 150px !important;
    background-color: transparent;
}

.swa-logo-card-large .swa-logo-img img {
    height: 100%;
    width: 100%;
}

.swa-logo-card-large .left-section {

}

.swa-logo-card-large {
    border-radius: 10px;
}

.swa-logo-card-large .right-section {
    background-color: transparent;
    z-index: 99;
}

.swa-logo-card-large, .swa-logo-card-large .row {
    height: 100%;
    overflow: hidden;
}

.swa-logo-card-large .swa-logo-name {
    min-height: 100%;
}

section.swa-outer-wrap.swa-scroll-page {
    height: unset;
}

.swa-logo-card-large .swa-logo-name h3 {
    font-size: 35px;
}

.swa-logo-card-large .swa-logo-name p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 19px;
}

.swa-logo-card-large .swa-logo-name {
    padding: 15px 30px;
    z-index: 999;
}

.swa-logo-card-large .right-section:before {
    content: '';
    width: 160px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 79%;
    transform: skewX(10deg);
    z-index: -1;
    display: none;
}

.form-outline {
    position: relative;
}

.form-outline button.btn.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-search-outer {
    display: flex;
    justify-content: space-between;
    /* max-width: 1200px; */
     margin: 0 auto; 
    width: 96%;
}

.input-search {
    margin-bottom: 5px;
}

.btns-wrap button {
    margin-bottom: 5px;
}

.swa-member-page .swa-title h1 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 700;
}

.swa-header .swa-header-title .swa-title h1 {
    font-size: 42px;
}

.swa-member-page .swa-title h3 {
    color: #fff;
    margin-top: 8px;
    font-size: 25px;
}

/*sidebar*/
.carousel-indicators li {

    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background-color: #fff !important;
}

.carousel-indicators .active {
    width: 8px !important;
    height: 8px !important;
}

.swa-sidebar {
    width: 80px;
    position: fixed;
    height: 100vh;
    background-color: #202020;
    z-index: 999;
    transition: all 0.40s ease;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.swa-sidebar:hover {
    width: 200px;
}

.swa-sidebar ul li a span {
    font-size: 16px !important;
    opacity: 0;
    left: 50px;
    position: absolute;
    width: 110px;
    top: 3px;
}

.swa-sidebar:hover.swa-sidebar ul li a span {
    opacity: 1;
    transition: 0.2s;
}

.swa-right-content {
    padding-left: 100px;
}

.swa-right-logo {
    position: relative;
    float: right;
    background: #fff;
    padding: 10px;
}

.swa-header .swa-title {
    text-align: center;
    color: #fff;
}

.carousel-image img {
    width: 100%;
    object-fit: cover;
    height: 536px;
}

.swa-banner-image img {
    width: 100%;
}

.job-table {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.job-box {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px #9c9c9c;
    border-radius: 10px;
    max-width: 800px;
    margin: 0px auto !important;
    margin-bottom: 50px!important;
}

.job-box h1 {
    font-size: 28px;
    text-align: center;
}

.job-box h4 {
    font-size: 14px;
}

.job-box h2 {
    font-size: 33px;
    font-weight: 600;
}

.job-box h6 {
    font-size: 16px;
    margin: 24px 0;
    font-style: italic;
}

.job-box h6 span {
    color: #20a8d8;
}

.job-box p {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 0px;
}

.job-box .view-btn {
    background-color: #20a8d8;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.job-box .view-btn:before {
    background-image: url(../images/btn-arrow.png);
    position: absolute;
    right: 25px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    top: 15px;
    content: '';
    background-repeat: no-repeat;
}

.job-box a:hover {
    text-decoration: none;
}

ul.pagination {
    justify-content: center;
    margin-top: 15px;
}

.single.job-box {
    width: 100%;
    margin: 0px;
}

.single .description h3 {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    display: inline;
    padding-bottom: 5px;
}
.description{
    /*word-break: break-all;*/
    text-align:  justify;
    white-space: pre-line;
}

.tab {
    margin-bottom: 50px;
}
.single.job-box .view-btn {
    margin-top: 0px;
}

.single.job-box a:before {
    right: auto;
    left: 25px;
    transform: rotate(180deg);
}

.single .description {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.single .job-box p {
    margin-top: 20px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.swa-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.swa-sidebar ul li {
    text-align: left;
    margin-bottom: 30px;
    padding: 0 27px;
}

.swa-sidebar ul li:last-child {
    padding: 0 15px !important;
    min-height: 55px;
}

.swa-sidebar ul li a {
    color: #fff;
    font-size: 26px;
    position: relative;
    display: flex;
    align-items: center;
}

.swa-sidebar ul li a:hover {
    text-decoration: none;
}

ol.carousel-indicators {
    display: none;
}

.swa-logo-card-large {
    background-image: url(../images/large-bg.png);
    background-size: cover;
    width: 100%;
}

#inSlider .carousel-inner .carousel-caption {
    top: 37%;
}

#inSlider .carousel-caption h1 {
    color: #fff !important;
    font-size: 64px;
    text-shadow: 4px 3px 12px #000;
}

#inSlider .carousel-caption span {
    color: #fff;
    font-size: 20px;
    text-shadow: 4px 3px 12px #000;
}

#inSlider ol.carousel-indicators {
    display: block;
}

.swa-banner-image {
    position: relative;
}

.swa-banner-content {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.swa-banner-content h1 {
    color: #5cabed;
    letter-spacing: 14px;
    text-align: center;
    font-size: 55px;
}

.swa-banner-content p {
    text-align: center;
    color: #badae9;
    font-size: 30px;
}

.swa-header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

.swa-right-logo img {
    height: 78px;
    width: auto;
}

.swa-right-logo.remove-bg {
    background-color: transparent;
}

.swa-member-page .swa-title {
    margin: 40px 0 20px;
}

.swa-login-wrap p.swa-frgt-link, .swa-login-wrap p.swa-frgt-link a {
    color: #b3b3b3;
}

/*about screen*/
.tab-main-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swa-tabs {
    margin: 20px 0 0;
    width: 50%;
}

.swa-buttons button, .swa-buttons a {
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #05ABD8;
    border-color: #05ABD8;
}

.tab-content {
    background-color: #05abd8;
    padding: 15px 0 1px;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #404040;
    color: #fff;
    margin-right: 7px;
}

.nav-tabs {
    border-bottom: 1px solid #05ABD8;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    outline: 0;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.tab div span, .tab div {
    color: #fff !important;
    font-size: 22px !important;
}

.tab p,
.tab ul li,
.tab ol li {
    color: #fff;
    font-size: 16px;
}

.tab a {
    text-decoration: none;
    color: #fff;
}

.tab h1,
.tab h2,
.tab h3,
.tab h4,
.tab h5,
.tab h6 {
    color: #fff;
}


.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    background: #404040;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #2d98d7;
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tabs input[type="radio"]:checked + label {
    background: #2d98d7;
    color: #fff;
   }

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.swa-buttons {
    margin-top: 40px;
}

.swa-buttons a, .swa-buttons button {
    margin-right: 10px;
    display: inline-block;
    max-width: 300px;
    background-color: #1379ed;
    border-radius: 100px;
    font-size: 18px;
}

img.swa-tab-image {
    max-width: 320px;
    margin-bottom: 20px;
}

img.swa-tab-image-right {
    float: right;
    margin-left: 24px;
}

img.swa-tab-image-left {
    float: left;
    margin-right: 24px;
}

.tab dl, .tab ol, .tab ul {
    padding-left: 19px;
}

.tab ul.swa-list-check {
    padding-left: 0;
}

ul.swa-list-check li {
    list-style: none;
}

ul.swa-list-check li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 17px;
    padding-right: 6px;
}

.tab a.swa-btn {
    padding: 8px 15px;
    background-color: black;
    border-radius: 4px;
}
.golden-message{
    background-color: #20a8d8;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 10px 10px 10px #dad6d6;
}

/*26-oct-21*/
.tab-inner p,
.tab-inner span,
.tab span, 
.tab div span, .tab div , ol, li, ul, li
 {
    font-family: Helvetica !important;
    font-size: 22px !important;
}

.swa-tabs {
    width: 50.7%;
}
.last_label{
    margin: 0px !important;
}
.video-outer {
    width: 48% !important;
    max-height: 440px;
}

.video-outer iframe {
    width: 100%;
    height: 400px;
}

.swa-title.search_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.text-center.your_search {
    font-size: 25px;
    color: #337ab7;
}

a.text-center.search_result {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.swa-title.search_outer a.btn {
    margin-left: 5px;
    background-color: transparent;
    border: 0px;
    text-decoration: underline;
    padding: 0px;
    position: relative;
    top: -5px;
}

p.text-center.your_search {
    font-size: 27px;
    font-weight: 700;
}

p.text-center.search_result {
    font-size: 18px;
    margin-left: 15px;
}

.tabs_csm_btns button.swa-button,
.tabs_csm_btns button {
    border: 0px;
    text-transform: uppercase;
}
.tab .description ol li {
    list-style: decimal;
}
.tab .description ul li {
    list-style: disc;
}
/*26-oct-21*/




.invalid-feedback {
    display: block;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    padding-left: 20px;
}

/*///////////////*/

.vendor_verify .swa-signin-wrap {
    width: 100% !important;
}

.vendor_verify .swa-signin-wrap p {
    padding: 0 74px;
}

.vendor_verify .swa-login-btn {
    width: auto !important;
}

.clearbtn {
    display: block;
    margin-top: -35px;
    margin-left: -61px;
}

.swa-logo-card {
    position: relative;
}

.swa-logo-card:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    display: none;
    z-index: 9;
}

.swa-padding:hover .swa-logo-card:before {
    display: block;
}

.custom-car .swa-logo-img img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

.swa-padding:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.6, 1.6, 1);
}

.custom-car .swa-padding {
    padding: 0 10px;
}

.custom-car .swa-padding:hover .swa-logo-name h3 {
    color: #337ab7;
    z-index: 9;
}

.swa-padding a {
    transition: 0.5s;
}

.swa-padding a:hover {
    text-decoration: none;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab-inner {
    display: flex;
}

.video-wrap {
    padding-right: 20px;
}

.slick-arrow {
    display: none !important;
    transition: 0.5s;
}

.swa-logo-card-large .right-section
.custom-car:hover .slick-arrow {
    display: block !important;
}

.dash-main .dmn-head {
    background-color: #202020;
    padding: 20px;
}

.dash-main .dmn-head h2 {
    color: #ffff;
    width: 100%;
}

.dash-main .dmn-head img {
    max-width: 150px;
}

/* .slider-container {
    overflow: hidden;
    }

    .slick-slide:nth-of-child(n+1) {
    display: none;
    }

    .slick-initialized,
    .slick-slide:first-child {
    display: block;
    } */

a.sidemenulogo img {
    width: 100%;
. swa-logo-card-large . right-section: before
}

/*.row.swa-top-row {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    overflow: auto;*/
/*}*/
.video-outer {
    width: 48%;
    padding: 20px;
    background-color: rgb(45, 152, 215);
    margin-top: 58px;
}

.custom-car {
    margin-bottom: 40px;
}

.pst-rw .dmn-head {
    background-color: #202020;
    padding: 20px;
}

.pst-rw .dmn-head img {
    max-width: 150px;
    height: 60px;
}

.pst-rw .dmn-head h2 {
    color: #FFFFFF;
}

.mystyle .swa-tabs {
    width: 100%;
}

.videodiv {
    display: none;
}

.custom-car .carousel-control {
    left: 0px;
    width: 30px;
    background-image: none !important;
}
.carousel-control{opacity:1!important
color:#2d98d7!important;
}
.custom-car .carousel-control.right {
    right:0px;
    background-color:transparent;
    border-radius: 50%;

    color: #2d98d7!important;

}
.carousel-control.left{color: #2d98d7!important;
opacity: 1!important;
}
.custom-car .carousel-control.right span:before,
.carousel-control.left span:before{
    font-size: 18px;} 
    .custom-car .carousel-control.right span:before {
    position: relative;
    left: 5px;
    top: -13px;
}
.custom-car .carousel-control.right{opacity: 1!important;}
.carousel-control.left span:before {
    position: relative;
    right: : 5px;
    top: -13px;
}



.video-wrap .description p {
    font-size: 24px !important;
    line-height: 30px !important;
}

.radio-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swa-inner-wrap.swa-right-content {
    width: calc(100% - 80px);
    float: right;
    padding: 0px;
}

.main-outer {
    padding: 0 30px 30px 30px;
}
.description span, .description span a, .description font {
    font-size: 22px!important;
}
.gallary-wrap {
    min-height: 510px;
    overflow-x: auto;
    max-height: 510px;
    align-items: flex-start;
}


/* responsive code */
@media (max-width: 1500px) {
    .carousel-image img {
        height: 400px;
    }

    .swa-title h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .swa-title p {
        font-size: 45px;
        line-height: 60px;
    }

    .swa-login-wrap {
        margin-top: 30px;
    }

    .swa-login-wrap h2 {
        font-size: 40px;
    }

    a.swa-login-btn {
        font-size: 18px;
    }

    .swa-scroll-page {
        height: unset;
        /*padding: 90px 0;*/
        background-attachment: fixed;
    }

    .swa-right-logo img {
        height: 60px;
        width: auto;
    }

    .swa-banner-content h1 {
        font-size: 48px;
    }

    .swa-logo-card-large .right-section:before {
        right: 78%;
    }

    .swa-logo-card-large .swa-logo-name {
        padding: 15px 30px 15px 0;
    }

    .swa-logo-card-large .swa-logo-name h3 {
        font-size: 25px;
    }
    .swa-logo-card-large{background-position: top;}
}
@media screen and (max-width:1400px)
{
    .tabs label {
    font-size: 13px;
    margin-right: 5px!important;
}
}
@media (max-width: 1280px) {
    .swa-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .swa-title p {
        font-size: 35px;
        line-height: 40px;
    }

    .swa-login-wrap h2 {
        font-size: 30px;
    }

    .swa-login-wrap {
        padding: 30px 80px;
    }

    .input-field input[type="submit"] {
        margin-top: 0;
    }

    .input-field input[type="text"],
    .input-field input[type="email"],
    .input-field input[type="password"] {
        padding: 20px 15px 5px;
        font-size: 14px;
    }

    .swa-success-page {
        height: unset;
        padding: 90px 0;
        background-attachment: fixed;
    }

    .swa-member-page .swa-title h1 {
        font-size: 40px;
    }

    .swa-banner-content {
        top: 20px;
    }

    .swa-tabs {
        width: 61%;
    }

    .video-outer {
        width: 38% !important;
        max-height: 365px;
    }

    .video-outer iframe {
        width: 100%;
        height: 325px;
    }
}

@media (max-width: 1199px) {
    .video-outer {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .swa-tabs {
        width: 100% !important;
    }
    .gallary-wrap .img-wrap img {
       /* width: 390px;
        height: 390px;*/
         width: 600px;
         height: 600px;
    }
}

@media (max-width: 1140px) {
    .swa-logo-name h3 {
        font-size: 16px;
    }

    .swa-logo-card-large .swa-logo-name p {
        font-size: 14px;
    }

    .swa-logo-card-large .right-section:before {
        right: 60%;
    }
}

@media (max-width: 991px) {
    .job-box {
        width: 45%;
    }

    .swa-members-outer .col-lg-2 {
        width: 50%;
        flex: 0 0 50%;
    }

    .swa-members-outer .row > div {
        margin-top: 15px;
    }

    .swa-logo-card-large .row > div {
        margin-top: 0;
    }

    .swa-logo-img {
        height: 90px;
    }

    .swa-inner-wrap {
        padding-right: 0px !important;
    }
    .swa-logo-card-large h3, .swa-logo-card-large p{text-align: right!important;}
    .swa-logo-card-large .swa-logo-name{float: right;}
    .swa-logo-img {
    height: 250px;
}
}

@media (max-width: 768px) {
    
    body  .custom-car .carousel-control.right {
        right: 0px;
    }

    body .video-wrap .description p {
        font-size: 18px !important;
        line-height: 24px !important;
    }
     .swa-logo-card-large .swa-logo-img{max-width: 300px;}
     .swa-logo-card-large .l-logo {
    margin-right: auto!important;
}
.swa-logo-img img {
    max-width: 70%;}
    .swa-header .swa-header-title .swa-title h1 {
        font-size: 20px;
    }

    #inSlider .carousel-caption h1 {
        font-size: 28px;
    }

    .video-outer {
        width: 100% !important;
    }

    .swa-logo-card-large .swa-logo-img {
        padding-right: 0px !important;
    }

    .scrolling-pagination h2.main-heading.m-0 {
        font-size: 16px;
        padding-right: 15px;
    }

    .job-box h1 {
        font-size: 18px;
    }

    .tabs label {
        width: 100%;
        margin-bottom: 10px !important;
        text-align: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .swa-login-wrap {
        padding: 40px 30px;
    }

    .custom-car .swa-padding {
        padding: 0 3px !important;
    }

    .btn-search-outer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .job-box {
        width: 95%;
        padding: 20px;
    }

    .btns-wrap {
        text-align: center;
    }

    .input-search {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .swa-signup-wrap p br {
        display: none;
    }

    .swa-members-outer .row > div {
        margin-top: 15px;
    }

    .swa-logo-card-large .row > div {
        margin-top: 0;
    }

    .swa-right-content {
        padding-left: 82px;
    }

    .swa-member-page .swa-title h1 {
        font-size: 26px;
    }

    .swa-banner-content h1 {
        font-size: 20px;
    }

    .swa-members-outer .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
    }
    .golden-message {
    padding: 10px;
    font-size: 14px;
    }
    .gallary-wrap .img-wrap {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .gallary-wrap img {
    width: 40%;
}
    .swa-title h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .swa-inner-wrap.swa-right-content {
        width: calc(100% - 65px) !important;
    }

    .swa-title p {
        font-size: 28px;
        line-height: 30px;
    }

    .swa-login-wrap h2 {
        font-size: 32px;
    }

    .swa-login-wrap {
        padding: 30px 15px;
    }

    a.swa-login-btn {
        font-size: 14px;
        max-width: 160px;
    }

    .swa-login-wrap.swa-signin-wrap {
        width: 100%;
    }

    .swa-login-wrap h2 {
        font-size: 28px;
    }

    p.swa-business-check {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    p.swa-business-check span {
        width: 100%;
        margin-top: 15px;
    }

    p.swa-agree {
        display: flex;
        align-items: flex-start;
    }

    p.swa-agree input {
        margin-top: 4px;
    }

    p.swa-agree label {
        text-align: left;
        margin-left: 5px;
    }

    .swa-card .col-lg-6 {
        width: 50%;
        padding: 0 8px;
    }

    .swa-header-title {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .swa-header-title .swa-title {
        margin: 22px 0 20px;
    }

    .swa-sidebar {
        width: 65px;
    }

    .swa-right-content {
        padding-left: 66px;
    }

    .swa-member-page .swa-title h1 {
        font-size: 18px;
    }

    .swa-title h3 {
        font-size: 16px !important;
    }

    .swa-logo-name h3 {
        font-size: 14px;
    }

    .swa-buttons button, .swa-buttons a {
        width: 100%;
        max-width: 100%;
    }

    .carousel-image img {
        height: 200px;
    }

    #inSlider .carousel-inner .carousel-caption {
        top: 10%;
    }

    .pst-rw .dmn-head {
        flex-wrap: wrap;
        justify-content: center;
    }

    .scrolling-pagination h2.main-heading.m-0 {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .pst-rw .dmn-head img {
        max-width: 100%;
        width: 100%;
    }

    /*26-oct-21-start*/
    .swa-sidebar:hover {
        width: 80px !important;
    }

    .swa-sidebar:hover span {
        display: none;
    }

    .swa-right-content {
        padding-right: 0px !important;
    }


    .tabs label {
        margin-right: 0px;
    }

    .video-outer {
        margin-bottom: 35px;
    }
.swa-logo-card-large {
    background-image: none!important;
    background-color: rgba(0, 0, 0, 0.7)!important;
    height: 100%;
}
.swa-logo-card-large .swa-logo-img{    margin: 0 auto;}
    .swa-logo-card-large .l-logo {
    margin-right: unset;
    text-align: center;
}
.swa-logo-card-large .swa-logo-img{    padding-right: 30px }
.swa-logo-name {
    width: 100%;
}
.swa-logo-card-large h3, .swa-logo-card-large p {
    text-align: center!important;
}
.swa-logo-card-large .left-section{background-color: #fff;}

.swa-logo-card-large .swa-logo-name {
    padding: 15px;
}
.swa-logo-card-large .swa-logo-name h3{font-size:18px; }
.gallary-wrap .img-wrap img {
    width: 100%;
    height: 100%;
}
}

@media (max-width: 375px) {
    .swa-login-btns {
        display: flex;
        flex-wrap: wrap;
    }

    a.swa-login-btn {
        max-width: 100%;
    }

    a.swa-login-btn:first-child {
        margin-bottom: 15px;
    }

    .swa-title h1 {
        font-size: 35px;
        line-height: 42px;
    }

    .swa-title p {
        font-size: 24px;
        line-height: 26px;
    }

    .swa-login-wrap h2 {
        font-size: 22px;
    }

    .swa-form.swa-signup-inner h3 {
        font-size: 20px;
    }

    p.swa-note {
        font-size: 12px;
    }

    .swa-card .col-lg-6 {
        width: 50%;
        padding: 0 8px;
    }

    .swa-card p {
        font-size: 13px;
    }

    .swa-members-outer .col-lg-2 {
        width: 100%;
        flex: 0 0 100%;
    }

}