 
@font-face {
    font-family: 'myriadpro-regular';
    src: url('../font/MyriadPro-Regular.otf') format('opentype');
}

/* -- Cust Image ----------------------*/
div.productrelative {
    position: relative;
    width: 98.5%;
    height: 200px;
    border: 0px solid #73AD21;
}

div.relative {
    position: relative;
    width: 98.5%;
    height: 200px;
    border: 0px solid #73AD21;
    top: -150px;
    left: 20px;
}

div.relativeInvite {
    position: relative;
    width: 100%;
    height: 50px;
    border: 0px solid #73AD21;
}

div.absolute {
    position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
    height: 100px;
    border: 0px solid #73AD21;
}

#product_preview_box {
    z-index: 999999;
    text-align: center;
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 0px;
    left: 1px;
}

#preview_box1 {
    z-index: 999999;
    text-align: center;
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 0px;
}

#preview_box {
    top: 0px;
    z-index: 999999;
    text-align: center;
    height: 200px;
    width: 210px;
    position: absolute;
    border-radius: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}

.CustPrtUsrImage {
    position: relative;
    border-radius: 15px;
    border: 0px solid maroon;
    border-radius: 10px;
    z-index: 999;
    height: 200px;
    width: 210px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.CustProfileImgPreview {
    position: absolute;
    width: 100% !important;
    top: 0px;
    border-radius: 15px;
    border: 2px solid maroon;
    border-radius: 10px;
    z-index: 999;
    max-height: 269px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    max-width: 267px;
}


.CustTalentImageUplaodPreview {
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 150px;
    color: maroon;
    background-image: url('../../images/userlogo.png');
    cursor: pointer;
    background-size: cover;
    background-position-x: center;
    left: -13px;
}

.CustTalentImageUplaod {
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 150px;
    color: maroon;
    background-image: url('../../images/userlogo.png');
    cursor: pointer;
    background-size: cover;
    background-position-x: center;
}

.CustChangeImage {
    background-color: maroon;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 75px;
    line-height: 100px;
    font-weight: normal !important;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 85%;
}

/* -- Cust Image ----------------------*/


.chkdelete {
    color: red !important;
    font-weight: bold;
}

#chart {
    max-width: 650px;
    margin: 35px auto;
}

.CustOTPBox {
    width: 50px;
    height: 40px;
    color: #fff;
    background-color: darkgray;
    border: 1px solid darkgray;
}

.CustGreenColortxt {
    color: green !important;
}

.CustSmallGreenCircle {
    background-color: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    
    padding: 5px;
    margin: 5px;
    display:inline-block;
    color:#fff;
    font-size:30px;
    font-weight:bold;

}

.CustSmallRedCircle {
    background-color: red;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    
    padding: 5px;
    margin: 5px;
}

.CustDropDown {
    position: absolute;
    top: 40px;
    z-index: 999;
    color: white;
}

.Custcontainer {
    display: flex;
    align-items: center;
    justify-content: left;
}

.CustAgreeTxt {
    
    vertical-align: middle;
    margin-top: 10px;
    bottom: 27.3%;
    position: absolute;
    padding-left: 10px;
}

.CustH1 {
    font-size: 18px;
}

.CustH2 {
    font-size: 14px;
}

.CustGrid {
    box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.75);
    -webkit-box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.75);
    -moz-box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.75);
    border: 0px solid blue !important;
    border-radius: 10px;
}

    .CustGrid Table td {
        border: 0px solid blue !important;
    }

.CustCardMiniHeight {
    min-height: 80px;
}



.Board Table {
    border: 0px solid blue !important;
}

    .Board Table tr {
        border: 0px solid blue !important;
    }

    .Board Table td {
        border: 0px solid blue !important;
    }

.CustGrayShadow {
    box-shadow: -1px 0px 5px 0px rgba(104,99,99,0.25);
    -webkit-box-shadow: -1px 0px 5px 0px rgba(104,99,99,0.25);
    -moz-box-shadow: -1px 0px 5px 0px rgba(104,99,99,0.25);
    border-radius: 10px;
}

.CustRentalInvite {
    position: absolute;
    background-color: maroon;
    height: 65px;
    width: 150px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    right: -50px;
    bottom: -45px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 40px;
    line-height: 55px;
}

.CustImgRadiousFull10 {
    border-radius: 3%;
}

.CustImgRadiousFull {
    border-radius: 20%;
}

.CustImgRadious {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.CustRecentLog Table {
    border: 0px solid blue !important;
}

.CustRecentLog tr {
    border: 0px solid blue !important;
}

.CustRecentLog td {
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 5px !important;
}


.CustDataList Table {
    border: 0px solid blue !important;
}

.CustDataList tr {
    border: 0px solid blue !important;
}

.CustDataList td {
    border: 0px solid blue !important;
}

.CustDataList tbody {
    border: 0px solid blue !important;
}

.ListGrid Table {
    border: 0px solid blue !important;
}

    .ListGrid Table td {
        border: 0px solid blue !important;
    }

    .ListGrid Table tr {
        border: 0px solid blue !important;
    }

.ListGrid tbody {
    border: 0px solid blue !important;
}

.Custtext {
    padding-left: 10px;
}


.CustProjectName {
    background-color: #8B1B1C;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

.CustCircleSize1 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    
    background-color: maroon;
}

.CustCircle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    
    background-color: maroon;
}

.CustProfileBorder {
    position: relative;
    border-top: 2px solid #d3d1d1;
    top: -25px;
    left: 22%;
    width: 75%;
}

.CustSmallCircle {
    background-color: #ead6d6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    
    padding: 5px;
    margin: 5px;
}

.maroontxt {
    color: #8B1B1C;
    font-size: 14px;
}

.CustInvite {
    background-color: #8B1B1C !important;
    padding: 10px;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.CustMaroonBg i {
    color: #fff;
}

.CustMaroonBg span {
    color: #fff;
}

.CustMaroonBg {
    background-color: #8B1B1C !important;
    color: #fff;
}

.CustNormalBg {
    background-color: #ffffff !important;
    color: #000;
}

.CustMaroonColortxt {
    color: #8B1B1C !important;
}

.CustRedColortxt {
    color: #8B1B1C !important;
}

.CustMaroonColortxtBold {
    color: #8B1B1C !important;
    font-weight: bold;
}

.CustMaroonCircleBg {
    background-color: rgba(139,27,28,0.4);
    border-radius: 50px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 20px;
    text-indent: 4px;
}

.CustRightBorder {
    border-right: 3px solid #f0f1f1 !important;
    height: 96%;
}





.Custlbltxtbox {
    background-color: #e9ecee;
    border: 0px solid white !important;
    display: block;
    width: 100%;
    padding: 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.CustTntUserImage {
    width: 75px;
    height: 75px;
}

.CustCursor {
    cursor: pointer;
}



.CustCamaraSize {
    font-size: 1.1em;
    position: absolute;
    bottom: 10px;
    left: 89%;
    border: 1px solid maroon;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    background-color: maroon;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}



.CustomCompanyImageUpload {
    height: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    ;
    width: 75px;
    color: maroon;
    background-image: url(../../../../zkm/uploads/Company/Default/Default.png);
    cursor: pointer;
}

.CustomCompanyImageUploadPreview {
    position: relative;
    top: 8.1%;
    left: 84.7%;
    z-index: 1;
    border-radius: 40%;
    ;
    -moz-border-radius: 40%;
    -webkit-border-radius: 40%;
    background-color: maroon;
    color: #fff;
    cursor: pointer;
    border: 1px solid maroon;
    height: 75px;
    width: 75px;
}

.CustomCompanyImageUploadCancel {
    position: absolute;
    top: 8.1%;
    left: 83.7%;
    z-index: 1;
    border-radius: 40%;
    -moz-border-radius: 40%;
    -webkit-border-radius: 40%;
    width: 20px;
    height: 20px;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    text-align: center;
}



.CustHideAll {
    display: none;
}

.CustProfileImgCancel {
    position: absolute;
    top: 15px;
    left: 15.7%;
    z-index: 1;
    border-radius: 40%;
    -moz-border-radius: 40%;
    -webkit-border-radius: 40%;
    width: 20px;
    height: 20px;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.side-nav-item {
    border: 1px solid rgb(233, 233, 233);
    border-radius: 10px;
    color: #6B7A99 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(30, 27, 27, 0.03);
    border-radius: 10px;
    font-weight: bold;
}

.simplebar-content {
    padding: 20px;
}

.CustSideNav {
    padding: 10px !important;
    margin-bottom: 28px;
}

.content-page {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.container-top-menu {
    border: 1px solid rgb(235, 229, 229);
    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.CustomInBlockCenter {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.CustomBlockCenter {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.CustBorderRadius {
    border-radius: 40px !important;
}

.CustomWhiteTxt {
    color: #ffffff !important;
}

.CustomMaroonTxt {
    color: #8B1B1C;
}

.CustomMaroonBg {
    color: #8B1B1C;
}

.CustReqField {
    color: #8B1B1C;
    text-align: left !important;
}

.redborder {
    
}

.custombuttonSearch {
    border-radius: 20px !important;
    min-width: 300px;
    margin-right: 10px;
    margin-top: 10px;
}

.custombutton {
    border-radius: 10px !important;
    min-width: 200px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid rgb(245, 245, 245);
}

.CustIconBg {
    color: #C3CAD9;
    font-size: 20px;
    ;
}

.CustIconPosition {
    position: relative;
    top: -5px;
    color: #000;
}

.CustIconPosition1 {
    position: relative;
    top: -5px;
    left: 5px;
    font-size: 16px;
    font-family: 'myriadpro-regular';
}

.CustTopBox {
    
    padding-bottom: 0px;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    background-color: #f4f5f6 !important;
    margin-bottom: 0px !important;
}

.table {
    border: 1px solid #dee2e6;
    border-radius: 40px !important;
}

    .table > :not(caption) > * > * {
    }

th {
    background-color: #fbfbfc !important;
    text-align: left !important;
}

.CustPgNoButton {
    background-color: #D0D5DD;
}

.CustMenuBg {
    background-color: #8B1B1C;
}

.CustActiveColor {
    color: #ffffff !important;
    font-weight: bold;
}

.Custmtzero {
    margin-bottom: 0px !important;
}

.CustFilterBox {
    background-color: white !important;
    padding: 20px;
    border: 1px solid #f1eded !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.CustFilterInBox {
    margin: 10px 0 10px 0;
    border: 1px solid #e7e6e6;
    border-radius: 10px;
}

.CustGrayBg {
    background: #efefef;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}

.CustGrayNoBg {
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    border: 1px solid rgb(242, 241, 241);
}

.CustSearchBox {
    border-radius: 10px;
    padding: 2px;
    border: 1px solid rgb(252 250 250) !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.CustNewTalentSideBar {
    height: 100%;
    
    background: #565656 !important;
    top: 0px !important;
    border-top-right-radius: 100px !important;
}

.CustTxtBlack {
    color: #000 !important;
}

.CustTxtBlackUpper {
    color: #fff !important;
    font-size: 10px !important;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.CustZeroRec {
    display: flex;
    flex-direction: column-reverse;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}

.CustReqField {
    color: red !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--ct-primary);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px 0 0;
    margin-top: 6px;
}

@media (min-width:356px) {
   
    .CustContentLegt {
        margin-left: 0px !important;
    }
    showhidemobile {
        display: unset !important;

    }
   
}



.CustContentLegt {
    margin-left: 100px;
}

.CustLine {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #565656;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .CustLine span {
        background: #2b2b2b;
        padding: 0 10px;
    }

.group {
    display: table;
    width: 99%;
    font-size: 18px;
}

.item {
    display: table-cell;
}

.text {
    white-space: nowrap;
    width: 1%;
    padding: 0 5px;
    color: #000;
}

.line {
    border-bottom: 1px solid #a7a7a7;
    position: relative;
    top: -0.65em;
}

.CustSameLineObject {
    display: flex;
    justify-content: space-between;
}

.CustNoBorder {
    border: 0px solid red !important;
}

.CustBrRadius {
    border-radius: 5px !important;
}

th {
    background-color: #e9eaec !important;
}

    th:hover {
        background-color: #e9eaec !important;
    }

input[type=checkbox] {
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    transform: scale(1.5);
    padding: 3px;
    width: 1.0em;
    height: 1.0em;
    vertical-align: middle;
    background-color: var(--ct-form-check-bg);
    background-image: var(--ct-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* border: 1px solid  #C3CAD9;*/
    -webkit-appearance:;
    border-radius: 3px;
}

/* Page Footer --------------------------------- */

.gridview GridPager a, .GridPager span {
    display: block;
    height: 55px;
    width: 55px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #e3e8ea;
    color: #000;
    border: 1px solid #e3e0e0;
    padding: 10px;
    margin: 2px;
    border-radius: 50%;
    width: 35px;
    height: 20px;
    vertical-align: middle;
    padding-top: 9px !important;
    padding-left: 17px;
    padding-right: 14px;
}

.GridPager span {
    background-color: #8B1B1C;
    color: #fff;
    border: 1px solid #8B1B1C;
    padding: 5px;
    margin: 2px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-top: 9px !important;
}

.CustSearchTxtBox {
    border-radius: 20px !important;
    border: 1px solid rgba(240, 232, 236, 0.5) !important;
    background-position-x: right;
    background-repeat: no-repeat;
    background-image: url('../../images/search.png');
    background-position-y: center;
    background-color: rgba(240, 232, 236, 0.5) !important;
}

.CustHeader {
    height: 112px;
    width: 100%;
    background-size: cover;
    background-position-x: top;
}

.CustHeaderImage {
    height: 600px;
    width: 100%;
    position: absolute;
    background-image: url('../../images/Banner.png');
    background-size: cover;
    background-position-x: top;
    top: 0px;
}

.InCustHeaderImage {
    height: 125px;
    width: 100%;
    position: absolute;
    background-image: url('../../images/Banner.png');
    background-size: cover;
    background-position-x: top;
    top: 0px;
}

.CustGroupBg1 {
    height: 887px;
    width: 100%;
    background-image: url('../../images/bg/bg1.png');
    background-size: cover;
    background-position-x: center;
}

.CustGroupBg2 {
    height: 707px;
    width: 100%;
    background-image: url('../../images/bg/bg2.png');
    background-size: cover;
    background-position-x: center;
}

.CustGroupBg3 {
    height: 807px;
    width: 100%;
    background-image: url('../../images/bg/bg3.png');
    background-size: cover;
    background-position-x: center;
}

.CustBr20 {
    border-radius: 20px !important;
}

div.RelativeCustRentalEdit {
    position: relative;
    width: 100%;
    height: 50px;
    border: 0px solid #73AD21;
}

.CustRentalEdit {
    position: absolute;
    background-color: maroon;
    height: 45px;
    width: 100px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    right: -10px;
    bottom: -12px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 10px;
    line-height: 40px;
}

.CustBottomBorder {
    border-bottom: 1px solid #dde1e4 !important;
}

.CustBottomBorderDot {
    border-bottom: 1px dotted #dde1e4 !important;
    padding: 10px;
}

.CustChoseDest {
    display: unset !important;
}

.cnt-mus {
    position: absolute;
    right: 5%;
    bottom: 50%;
    text-align: center;
    z-index: 2;
    
}

div.CustJoinRelative {
    position: relative;
    width: 100%;
    height: 600px;
    border: 0px solid #73AD21;
}

.CustJoinTalent {
    background-color: RGBA(128,0,0,0.9);
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 65px;
    line-height: 100px;
    font-weight: normal !important;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    bottom: -68px;
    border: 0px solid yellow;
    z-index: 99999 !important;
    width: 29.6%;
    margin-left: 2px;
    margin-bottom: 20px;
}

.CustCntBox {
    border: 1px solid #8B1B1C !important;
    background-color: #000 !important;
}

.CustContactUsBg {
    width: 100%;
    background-color: #d8d7d7;
    background-position-y: center;
    
}

.CustFooterBg {
    width: 100%;
    background-image: url('../../images/bg/bg8.png');
    background-size: cover;
    background-position-x: center;
}

.CustRedBorder {
    border-left: 3px solid #8B1B1C !important;
    height: 200px;
}

div.CustKeyWordRelative {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 750px;
}

.CustKeyWord {
    position: absolute;
    left: 59%;
    width: 40%;
    min-height: 800px;
    top: 10%;
}

.CustKeyWordBg1 {
    position: absolute;
    left: 0%;
    width: 40%;
    top: 20%;
}

.CustKeyWordBg3 {
    position: absolute;
    left: 63%;
    width: 33%;
    top: 27%;
}

.CustKeyWordBg {
    background-image: url('../../images/bg/key.png');
    background-repeat: no-repeat;
    padding-left: 80px;
    margin-top: 50px !important;
    min-height: 100px;
    width: 100%;
}

.dropdownsub {
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.dropdownsub-content {
    display: none;
    position: absolute;
    background-color: rgba(139, 27, 28, 0.4);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
}

.dropdownsub:hover .dropdownsub-content {
    display: block;
}

div.CustProjectImagePack {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 300px;
    color: #fff !important;
}

div.CustProjectImagePackRelative {
    position: absolute;
    width: 100%;
    bottom: -60%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    opacity: 0.5;
}

    div.CustProjectImagePackRelative img {
        border: 2px dotted rgba(128,0,0,0.9);
    }

div.CustProjectPack {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    min-height: 300px;
    bottom: 0px;
    color: #fff !important;
}

.CustProjectPackBg {
    background-image: url('../../images/bg/bg14.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 50px;
    background-position-x: center;
}

.CustProjectPackLine {
    background-image: url('../../images/bg/bg15.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75px;
    background-position-x: top;
}

.CustProjectPackTxt {
    padding-left: 95px;
    padding-right: 95px;
    border: 0px solid yellow;
    text-align: center;
    position: absolute;
    top: 0px;
}

.CustMarronMixWhite {
    color: #bb6c6d;
}

.CustContactBorder {
    border: 1px solid rgba(139,27,28,0.9);
}



.CustFloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: green;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.CustMyFloat {
    margin-top: 16px;
    color: #fff;
}

.CustPd {
    padding: 3.25rem;
}

.CustMinHeight750 {
    clear: both !important;
    min-height: 850px;
}

.CustShowHideContactUsImage {
    display: block;
}

.CustFooterP {
    margin-top: 0px;
}

.CustMobileSHow {
    display: none !important;
}

.CustLogofeeImage {
    display: unset !important;
}

.navbar-nav {
    background-color: unset;
    border-radius: unset;
}
.ddmenu {
    position: absolute;
    z-index: 990000 !important;
    right: 4%;
    top: 47%;
    
}
.CustMobLogo {
    width: auto;
}
@media (max-width:991.98px) {
    .HeaderBg {
        background-color: #000;
    }
    .CustHeaderHeight {
        height: 50px !important;
    }
    .AboutUsheader {
        background-size: contain !important;
        height: 100px !important; 
    }
    .ContactUsheader {
        background-size: contain !important;
        height: 100px !important;
    }
    .Serviceheader {
        background-size: contain !important;
        height: 100px !important;
    }
    .showhidemobile {
        display: unset !important;
    }
    .HideMobile
    {
        display:none;
    }
    .CustMobLogo
    {
         width:25%;
    }
    .ddmenu {
        position: absolute;
        z-index: 990000 !important;
        right: 50%;
        top: 48%
    }
    .mt-3
    {
        margin-top:10px !important;
    }
    .SliderFullWidth {
        padding: 10px 0 !important;
        margin: 15px 0 10px !important;
    }
    .pt-5 {
          padding-top: 0.5rem !important;  
    }
    .H1Text h1 {
        line-height: 46px !important;
    }

    .CustBoxNavBtn2 {
        width: 100% !important;
    }
    .H1Text h1 {
        font-size: 25px !important;
         
    }
    .CustChoseDest {
        display: none !important;
    }

    .CustViewProDetail {
        margin-top: 0px;
    }

    .navbar-nav {
        background-color: transparent !important;
        border-radius: 10px;
        flex-direction: row;
    }
    }

    .CustLogofeeImage {
        display: none;
    }

    .cnt-mus {
        display: none;
    }

    .CustHeaderImage {
        height: 270px;
        width: 100%;
        position: absolute;
        background-image: unset !important;
        background-size: cover;
        background-position-x: top;
        top: 0px;
    }

    .CustKeyWordBg {
        padding-left: 10px !important;
        margin-top: 10px;
        min-height: 100px;
        background-image: none !important;
    }

    .CustKeyWordBg1 {
        position: absolute;
        left: 4%;
        width: 100% !important;
        top: 17%;
        padding: 20px;
        background-image: none !important;
    }

    .CustKeyWordBg1 {
        margin-top: 20%;
    }

    .CustKeyWord {
        padding: 20px;
        width: 95%;
        left: 5%;
        background-image: none !important;
    }

    .CustKeyWordBg {
        background-image: none !important;
    }

    .CustJoinTalent {
        background-color: RGBA(128,0,0,0.9);
        width: 100%;
        margin-left: 0px;
    }

    .CustPd {
        padding: 0rem;
    }

    .CustMinHeight750 {
        clear: both !important;
        min-height: 280px;
    }

    .CustGroupBg1 {
        height: 287px;
    }

    .div.CustKeyWordRelative {
        min-height: 350px;
    }

    .CustJoinTalent {
        bottom: unset !important;
    }



    .p-5 {
        padding: 2rem !important;
    }

    .CustShowHideContactUsImage {
        display: none;
    }

    .CustRedBorder {
        height: unset !important;
        font-size: 12px !important;
    }

    .CustFooterBg {
        height: 70px;
        margin-top: 10%;
    }

    .CustFooterP {
        margin-top: 10%;
    }

    .CustMobileSHow {
        display: block;
    }

    .CustFloat {
        bottom: 30% !important;
        right: 20% !important;
    }

    .CustContactUsBg {
        margin-top: 10px !important;
    }
}

.CustbtnViewAll {
    background-color: RGBA(255,101,80,0.1) !important;
    border: 1px solid RGBA(255,101,80,0.2) !important;
}


.CustViewAllProjectGrid {
    box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.0);
    -webkit-box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.0);
    -moz-box-shadow: -2px 0px 7px 4px rgba(190,190,190,0.0);
    border: 0px solid blue !important;
    border-radius: 10px;
}

    .CustViewAllProjectGrid Table td {
        border: 0px solid blue !important;
    }

.CustViewProDetail {
    margin-top: 100px;
}

.CustGridViewPro Table td {
    border-bottom: 1px solid rgba(139,27,28,0.5);
    border-radius: 40px !important;
}

.CustGridViewProRightBorder {
    border-right: 2px solid rgba(139,27,28,0.5);
    height: 96%;
}

.CustTalentMediaImage {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid maroon;
    border-radius: 10px;
}
.CustBar
{
    border:10px solid red;
}

.H1Text h1 {
    font-size: 35px;
    font-family: 'myriadpro-regular';
    font-weight: bold;
    color: #cc9763;
    display: inline-block;
    background: #ffffff;
    padding-right: 30px;
    line-height: 42px;
    height: 48px;
}

h1, h2, h3, h4, h5, h6 {
    color: #cc9763;
    margin: 0px;
    font-style: normal;
}
.H1Text {
    position: relative;
    background: #000;
    margin-bottom: 30px;
}
.CustCircleLine {
    font-size: 35px;
    background-image: url('../../images/number.png');
    background-repeat: no-repeat; 
    background-position :100% 50%;
   
     
    min-height:300px;
}
.CustNumber
{
    padding-top:23%;
    padding-right:25%;

}
.CustNumberTxt1 {
    font-weight:bold;

}
.CustNumberTxt2 {
    color: #cd9864;
}
.Custbox1 {
    background-image: url('../../box/box1.png');
    background-repeat: no-repeat;
    background-size:cover;
    min-height:350px;
     
}
.Custbox2 {
    background-image: url('../../box/box2.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox3 {
    background-image: url('../../box/box3.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
     
}
.Custbox4 {
    background-image: url('../../box/box4.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox5 {
    background-image: url('../../box/box5.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox6 {
    background-image: url('../../box/box6.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox7 {
    background-image: url('../../box/box7.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox8 {
    background-image: url('../../box/box8.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.Custbox9 {
    background-image: url('../../box/box9.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    
}
.CustBoxNavBtn1 {
    background-color: #1b1b33;
    min-height: 30px;
    width:70%;
    border-radius:25px;
    color:#fff;
    text-align:center;
    font-size:18px;
    padding:10px;
    display:inline-block;
}
.CustBoxNavBtn2 {
    background-color: #cb9763;
    min-height: 30px;
    width: 70%;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
}
.CustBoxTxt1 {
    margin-top: 30%;
    color: #fff;
    font-size: 20px;
    
}
.CustBoxTxt2 {
    
    color: #fff;
    font-size: 14px;
    
     
}
.CustOrangetxt {
    color: #edc787;
}
.hr-line-primary:before {
    content: '';
    background-color: #000;
    display: block;
    width: 40%;
    height: 2px;
}

.hr-line-primary:after {
    content: '';
    background-color: #000;
    display: block;
    width: 40%;
    height: 2px;
}

.hr-line-primary {
    background: url('../../logo/graylogo.png') no-repeat;
     
    background-position: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 250px;
    align-items: center;
}
.CustFollow
{
    letter-spacing:2px; font-size:16px;
}
.CustFooterBg {
    width: 100%;
    background-color: #1b1b33;
    background-position-y: center;
    padding:10px;
}

.box-line-primary:before {
    content: '';
    background-color: #bd9a5f;
    display: block;
    width: 29%;
    height: 30px;
}

.box-line-primary:after {
    content: '';
    background-color: #bd9a5f;
    display: block;
    width: 29%;
    height: 30px;
}

.box-line-primary {
    
    background-position: center;
    display: flex;
    justify-content: space-between;
    width:100%;
    height: 150px;
    align-items: center;
}
.CustGrayBg {
    background-color: #f5f5f7;
}
.CustGrayBg1 {
    background-color: #f5f5f7;
}
.CustTxtBox {
    min-height: 50px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}


section {
    position: relative;
}

.btn-pluss {
    
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 22px;
    width: 130px;
    margin: 0 auto;
    background-color: transparent;
    transition: width .3s .5s ease, border-radius 1.1s ease;

    a

{
    text-align: left !important;
    display: block;
    position: relative;
    color: #FA434B;
    text-decoration: none;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    &:hover

{
    text-align: left !important;
    text-decoration: inherit;
    color: white;
    background-color: black;
    transition: background-color .5s ease;
}

}

&:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 1.1rem;
    background-color: black;
    color: white;
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s .5s ease;
    cursor: pointer;
    cursor: hand;
}

ul {
    opacity: 0;
}

ul {
    margin-top: 15px;
    opacity: 0;
    width: 100%;
    margin-left: 0px;
    //height: 0;
    transition: all .5s ease;
    text-align: center;
    font-size: 0.9rem;
    list-style-type: none !important;
    
 
 



{
    background-color: transparent !important;
    color: #cc9763;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: height 1s ease;
}

}

//
}

.tooltip {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 15px;
    animation-duration: 3s;
    animation-name: jump;
    animation-iteration-count: infinite;
    background-color: #000;
    color: #FA434B;
    transition: all 1s ease;
    pointer-events: none;
    &::after

{
    content: '';
    position: absolute;
    transform: rotate(45deg);
    display: block;
    height: 10px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: inherit;
}

&::before {
    content: '';
    color: white;
}

}

.btn-pluss-wrapper:hover {
    .tooltip

{
    animation-duration: 0s;
    transition: all 1s ease;
    color: white;
    width: 90px;
    &::before

{
    content: 'Choose!';
    display: block;
    color: #FA434B;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 1s .3s ease;
}

}

.btn-pluss {
    width: 150px;
    //height: 120px;
    border-radius: 15px;
    padding-bottom: 5px;
    transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease;
    &::after

{
    transition: all .3s ease;
    left: 50%;
    top: 10px;
    transform: translateY(-5px) translateX(-50%);
}

ul {
    opacity: 1;
    margin-top: 30px;
    transition: all 1s ease;
}

li {
    height: 25px;
    transition: height 1s ease;
    &:hover

{
    border-bottom: 1px solid darken(#e9e5e5, 10);
    ;
}

}
}
}

@keyframes jump {
    0% {
        transform: translateY(3px)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(3px)
    }
}
.CustGoldTxt {
    color: #cc9763 !important;
    padding:5px;
    
    padding-right:20px;
}
.showhidemobile
{
    display:none
}
.AboutUsheader {
    background-image: url('../../images/aboutus.jpg');
    background-position:center center;
    background-repeat : no-repeat;
    background-size:cover;
    height:323px; 
}
.ContactUsheader {
    background-image: url('../../images/contactus.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 323px;
}
.Serviceheader {
    background-image: url('../../images/service.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 323px;
}
.CustHeaderHeight {
    height: 220px;
}