.tab {
    float: left;
    border: 1px solid #ccc;
    width: 18%;
    /* background: gainsboro; */
    height: 376px;
}
  /* Style the buttons inside the tab */
  .tab button {
	display: block;
	background-color: inherit;
	color: black ;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
  }
  
  /* Change background color of buttons on hover */

  
  /* Create an active/current "tab button" class */
  .tab button.active {
	background-color: #006CB6;
	color: #fff;
  }
  h2.text-uppercase.About_heading_company {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 7px;
    color: #a19b9b;
    border-bottom: 3px solid #2980b9;
    width: 317px;
}


.owl-carousel.team_mamber.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    display: none !important;
}
div#Team {
    height: 376px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 55px !important;
    background: #f5f4f4;
}
.team_member {
    /* border: 1px solid gainsboro; */
    padding: 13px;
    background-color: #fff !important;
}

  /* Style the tab content */
  .tabcontent {
    float: left;
    overflow: hidden;
    padding: 16px 20px !important;
    border: 1px solid #ccc;
    width: 82%;
    /* border-left: none; */
    /* height: 376px; */
    text-align: justify;
}

  /* Clear floats after the tab */
  .clearfix::after {
	content: "";
	clear: both;
	display: table;
  }



section.our_comapy_sec {
    /* height: 605px; */
    overflow-y: hidden;
    margin-bottom: 17px;
}
.dlab-box.hp {
    margin: 0px 0px;
}
a{
	text-decoration: none !important;
}
  /* new css inlu d  */
/* our team css start  */
.dlab-media, .dlab-media, .dlab-post-media {
    background-color: #FFF;
    position: relative;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
    position: relative;
}
.dlab-media img, .dlab-post-media img {
    width: 100%;
    height: auto;
}

.skew-content-box {
    display: inline;
    left: 0px;
    padding: 0px 0px;
    position: absolute;
    top: -21px;
    width: auto;
    margin-left: -1px;
}
.dlab-social-icon {
    display: inline-block;
    margin: 0 0px;
    padding: 0;
    text-align: center;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 99%;
    position: absolute;
    right: -14px;
    top: 0;
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}
.dlab-media a {
    margin-top: -7px;
    margin-left: -10px;
}
.dlab-media a img {
    width: 100%;
    height: auto;
}
ul.dlab-social-icon li {
    padding: 0px 6px;
}
.dlab-box {
    padding: 0px;
    /* border: 1px solid gainsboro; */
    border-radius: 0px 0px 7px 7px;
}
.dlab-media {
    width: 100%;
}
.dlab-media.team__.cm-team {
    display: flex;
    margin: auto;
}
.dlab-media.team__.cm-team a {
    align-items: center;
    display: flex;
    margin: auto;
}
.tabcontent p {
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.tabcontent p strong {
    color: #006CB6;
}
.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
}
.bg-primary.skew-content-box {
    background: #006CB6 !important;
}
h4.dlab-title.m-tb0 {
    margin-bottom: 0px;
}
h4.dlab-title.m-tb0 a {
    font-size: 12px;
    padding-top: 14px;
    color: #000;
    font-weight: bold;
}
.dlab-info.p-a20.p-t40.border-1 {
    padding: 1px 4px;
}
.dlab-info.p-a20.p-t40.border-1 span {
    font-style: italic;
    color: #006CB6;
    font-weight: 600;
    font-size: 11px;
}
ul.dlab-social-icon li svg {
    color: #fff;
    font-size: 17px;
}
.dlab-info.p-a20.p-t40.border-1 p.m-t10.m-b0 {
    font-size: 10px;
    color: #000;
}
.skew-content-box ul li a {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0px 6px;
    line-height: 22px;
}
::-webkit-scrollbar {
	width: 10px;
  }
  /* Track */
::-webkit-scrollbar-track {
	background: gainsboro ; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgb(175, 175, 175); 
  }
  
  /* Handle on hover */

  .col-md-12.wow.fadeInRight.Pri_Policy.issub {
    overflow-x: scroll;
}

button.tablinks {
    font-size: 14px;
    padding: 12px 15px;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
}


#loadermaxteend-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loadermaxteend {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loadermaxteend:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loadermaxteend-wrapper .loadermaxteend-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        left: 0;
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loadermaxteend {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loadermaxteend-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loadermaxteend-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* loadermaxteend css End  */






/* CLIENT CSS START  */

* {
    position: relative;
    box-sizing: border-box;
}


.bgMS {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  /* background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d); */
  background-size: cover;
  background-position:center;
  filter: blur(60px);
  min-height:100vh;
  opacity:0.55;
}

.wrapperrrtm {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.quote-columnttox {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property:top, left, right, bottom;
    background: transparent;
    box-shadow: none;
/*     transition: .4s; */
}
.col-activenal {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 50%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
  z-index:1;
}

.col-innermeta {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.col-activenal .col-innermeta {
    max-width: 100%;
}

 
.author-metatte{
    width: 100%;
    position: relative;
    border: none;
}
.col-activenal .author-metatte{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-coverrrtmsw{
    position: absolute;
    width:100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}
.col-activenal .image-coverrrtmsw{
    position: relative;
    width:30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info{
    width:70% ;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}
.col-activenal .author-info{
    visibility: visible;
}

.author-info .author-nameMS, .author-info .person-titleMS{
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-nameMS{
    transform: translate(0%, 0%);
}
.show .author-info .person-titleMS{
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-nameMS{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-titleMS{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapperrrtm{
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}
.col-activenal .quote-wrapperrrtm{
    visibility: visible;
}

img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-innerttm {
    width: 400px;
    margin: auto;
   color:#000;
}

.quote-wrapperrrtm .quote-symboltx{
    font-size:14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapperrrtm .quote-symboltx:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapperrrtm .quote-symboltx:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapperrrtm .quote-symboltx:first-child {
    left: -50%;
}

.show .quote-wrapperrrtm .quote-symboltx:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrowmmrmmr {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:640px){
    .col-activenal {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px){
    .col-activenal {
        width: 50% !important;
    }
}

@media (min-width:1080px){
    .col-activenal {
        width: 33.33% !important;
    }
}

@media (max-width:640px){
    
    .quote-columnttox{
        width: 90% !important;
        top:50%;
        position: absolute;
        opacity: 0;
        transform:translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }

    .col-activenal {
       opacity: 1;
        z-index: 1;
    }

    .col-innermeta {
        max-width: 100%;
    }
    .author-metatte{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-coverrrtmsw{
        position: relative;
        width:30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapperrrtm{
        visibility: visible;
    }
    

    .quote-wrapperrrtm .quote-symboltx{
        font-size:34vh;
    }

}


.box-text-innerttm p {
    /* color: ; */
    font-size: 12px;
    padding: 0px 71px 4px 0px;
}


/* ///////////////////////////// gallery css Start  //////////////////////////// */

.container.lx ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.container.lx ul .categorymx {
    list-style: none;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #006CB6;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.container.lx ul .categorymx.activemx {
    background: #006CB6;
    color: #fff;
}

.container.lx .galleryux{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.container.lx .galleryux .imagemx{
/*    width: 340px;*/
    height: 200px;
    overflow: hidden;
    margin: 5px;
    border: 5px solid white;
}

.container.lx .galleryux .imagemx:hover img {
    transform: scale(1.1);
    transition: 0.8s;
}
.container.lx .galleryux .imagemx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        transition: 0.8s;
}
.container.lx {
    overflow: hidden;
    /* width: 1200px; */
    margin: auto;
}

/* ///////////////////////////// gallery css End  //////////////////////////// */




/* ///////////////////////////// E-SERVICES css End  //////////////////////////// */
.sky-form .col-4 {
    width: 33.33%;
}
.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.sky-form section {
    margin-bottom: 20px;
}
.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #bbb;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 1px;
    font-size: 14px;
    color: #404040;
}

/* ///////////////////////////// E-SERVICES css End  //////////////////////////// */




/* //////////////////////magazines page css start //////////////////// */
.cardxt-frontxt__heading {
    font-size: 1.5rem;
    margin-top: .25rem;
  }
  
  /* Main heading for inside page */
  .inside-pagext__heading { 
    padding-bottom: 1rem; 
    width: 100%;
  }
  
  /* Mixed */
  
  /* For both inside page's main heading and 'view me' text on cardxt front cover */
  .inside-pagext__heading,
  .cardxt-frontxt__text-view {
    font-size: 19px;
    font-weight: 600;
    margin-top: .2rem;
  }
  
  .inside-pagext__heading--city,
  .cardxt-frontxt__text-view--city { color: #006CB6; }
  
  .inside-pagext__heading--ski,
  .cardxt-frontxt__text-view--ski { color: #006CB6; }
  
  .inside-pagext__heading--beach,
  .cardxt-frontxt__text-view--beach { color: #006CB6; }
  
  .inside-pagext__heading--camping,
  .cardxt-frontxt__text-view--camping { color: #006CB6; }
  
  /* Front cover */
  
  .cardxt-frontxt__tp { color: #fafbfa; }
  
  /* For pricing text on cardxt front cover */
  .cardxt-frontxt__text-price {
    font-size: 1.2rem;
    margin-top: -.2rem;
    color: #fff;
}
  
  /* Back cover */
  
  /* For inside page's body text */
  .inside-pagext__text {
    color: #333;
  }
  
  /* Icons ===========================================*/
  
  .cardxt-frontxt__icon {
    fill: #fafbfa;
    font-size: 3vw;
    height: 3.25rem;
    margin-top: -.5rem;
    width: 3.25rem;
  }
  
  /* Buttons =================================================*/
  
  .inside-pagext__btn {
      background-color: transparent;
      border: 3px solid;
      border-radius: .5rem;
      font-size: 18;
  
      margin-top: 5rem;
      padding: 3px 1px;
      position: relative;
      text-decoration: none;
      transition: all .3s ease;
      width: 100%;
      z-index: 10;
  }
  
  .inside-pagext__btn::before { 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all .3s ease;
    width: 100%;
    z-index: -1;
  }
  
  .inside-pagext__btn--city { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--city::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--ski { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--ski::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--beach { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--beach::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--camping { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--camping::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn:hover { 
    color: #fafbfa;
  }
  
  .inside-pagext__btn:hover::before { 
    transform: scaleY(1);
  }
  
  /* Layout Structure=========================================*/
  
  

  /* Container to hold all cardxts in one place */
  .cardxt-area {
      align-items: center;
      display: flex;
      flex-wrap: nowrap;
      height: 100%;
      padding: 0rem 0rem 3rem 0rem;
      opacity: 0.9;
      margin: auto;
  }
  
  /* cardxt ============================================*/
  
  /* Area to hold an individual cardxt */
  .cardxt-section {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  
  /* A container to hold the flip cardxt and the inside page */
  .cardxt {
    background-color: rgba(0,0,0, .05);
    box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);
    height: 15rem;
    position: relative;
    transition: all 1s ease;
    width: 15rem;
  }
  
  /* Flip cardxt - covering both the front and inside front page */
  
  /* An outer container to hold the flip cardxt. This excludes the inside page */
  .flip-cardxtxt {
    height: 16rem;
    perspective: 100rem;
    position: absolute;
    right: 0;
    transition: all 1s ease;
    visibility: hidden;
    width: 15rem;
    z-index: 100;
  }
  
  /* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
  /* This is done so content in the inside page can be selected */
  .flip-cardxtxt > * {
    visibility: visible;
  }
  
  /* An inner container to hold the flip cardxt. This excludes the inside page */
  .flip-cardxtxt__container {
    height: 100%;
    position: absolute;
    right: 0;
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 1s ease;
    width: 100%;
  }
  
  .cardxt-frontxt,
  .cardxt-backxt {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  /* Styling for the front side of the flip cardxt */
  
  /* container for the front side */
  .cardxt-frontxt {
      background-color: #fafbfa;
      height: 16rem;
      width: 15rem;
  }
  
  /* Front side's top section */
  .cardxt-frontxt__tp {
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
    display: flex;
    flex-direction: column;
    height: 12rem;
    justify-content: center;
    padding: .75rem;
  }
  
  .cardxt-frontxt__tp--city {
    background: linear-gradient(
      to bottom,
      #ff73b9,
      #ff40a1
    );
  }
  
  .cardxt-frontxt__tp--ski {
    background: linear-gradient(
      to bottom,
      #47c2d7,
      #279eb2
    );
  }
  
  .cardxt-frontxt__tp--beach {
    background: linear-gradient(
      to bottom,
      #fb9b88,
      #f86647
    );
  }
  
  .cardxt-frontxt__tp--camping {
    background: linear-gradient(
      to bottom,
      #00db93,
      #00b97d
    );
  }
  
  /* Front cardxt's bottom section */
  .cardxt-frontxt__bt {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  /* Styling for the back side of the flip cardxt */
  
  .cardxt-backxt {
    background-color: #fafbfa;
    transform: rotateY(180deg);
  }
  
  /* Specifically targeting the <video> element */
  .video__container {
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .cardxt-backxt img {
      width: 100%;
      height: 256px;
      clip-path: polygon(0% 0%, 100% 0%, 93% 50%, 100% 100%, 0% 100%);
  
    /* object-fit: cover; */
  
  }
  /* Inside page */
  
  .inside-pagext {
      background-color: #fafbfa;
      box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);
      height: 16rem;
      padding: 1rem;
      position: absolute;
      right: 0;
      transition: all 1s ease;
      width: 15rem;
      z-index: 1;
  }
  
  .inside-pagext__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center; 
    width: 100%;
  }
  
  /* Functionality ====================================*/
  
  /* This is to keep the cardxt centered (within its container) when opened */
  .cardxt:hover {
    box-shadow:
    -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);
    width: 30rem;
  }
  
  /* When the cardxt is hovered, the flip cardxt container will rotate */
  .cardxt:hover .flip-cardxtxt__container {
    transform: rotateY(-180deg);
  }
  
  /* When the cardxt is hovered, the shadow on the inside page will shrink to the left */
  .cardxt:hover .inside-pagext {
    box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);
  }
  


  /* //////////////////////magazines page css End //////////////////// */

  /* //////////////////// new slider add in company (Team)  ////////////////////////////// */

  .testimonialxd{
    background: #4D241C ;
    padding: 30px 32px 30px 90px;
    margin: 50px 20px 50px 120px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    position: relative;
    border: 5px solid #D0AB6D;
}
.testimonialxd .picxd{
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #D0AB6D;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}
.testimonialxd .picxd img{
    width: 100%;
    height: 100%;
}
.testimonialxd .testimonialxd-info{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 25px;
    margin: 0;
    border-right: 1px solid #D0AB6D;
}
.testimonialxd .testimonialxd-info small{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.testimonialxd .descriptionxd{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.testimonialxd .descriptionxd:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: #D0AB6D;
}
.testimonialxd .descriptionxd:after{
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    color: #D0AB6D;
    position: absolute;
    bottom: 5px;
}
h4.text-white.mt-0.redit_Profile {
    background: #006CB6;
    padding: 11px;
    width: 597.9px;
    margin-left: -12px;
}
@media only screen and (max-width: 767px){
    .testimonialxd{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonialxd .picxd{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonialxd .testimonialxd-info{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonialxd .descriptionxd{
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .magine_:hover {
        transform: unset !important;
    }
    .invoice-content .inv-title-1 {
        font-weight: bold !important;
        font-size: 21px !important;
    }
    .invoice-1 p {
        font-size: 18px !important;
        text-align: justify !important;
    }
    .invoice-1 .invoice-bottom {
        margin: 0px 0px 0px 0px !important;
        padding:0px 15px !important;
    }
    .classic {
        justify-content: center !important;
    }
    button.custom-btn.btn-12_2 {
        margin-top: 19px !important;
        margin-left: 20px !important;
    }
    .btn-12_2 span {
        border-radius: 0px !important;
    }
    tr td:nth-child(4) {
        padding-right: 5px !important;
    }
    .invoice-1 .table .pl0 {
        padding-left: 8px !important;
    }
    .rating_report.content.pt-4 {
        margin: auto;
        width: 100% !important;
    }
    h4.text-white.mt-0.redit_Profile {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .col-md-5.border-end {
        margin-top: 13px;
    }

    .col-md-9.xmtrt {
        padding-top: 5px !important;
    }
    .tabflotcontentflot {
        height: unset !important;
    }
    #upsign {
        height: unset !important;
    }
    #insign {
        height: unset !important;
    }
    .login_image_for_away {
        padding-top: 0px !important;
        margin-bottom: 15px !important;
    }
    .apk_login {
        padding-top: 15px !important;
    }
    .selecter_ars {
        width: 100% !important;
        margin: auto;
        margin-right: unset !important;
    }
    section.market_update {
        padding: 0px 0px 30px 0px !important;
        text-align: center;
    }
    .party_De::-webkit-scrollbar {
        height: 3px !important;
    }
    .viewport_.row {
        padding: 4px 7px 0px 7px;
    }
    .magine_ {
        margin: 10px !important;
    }
    textarea#message {
        margin: 15px 0px 8px 0px;
    }
    .btn.btn-primary.mt-2.submit_for_blog {
        padding: 6px;
    }
    .ullted {
        text-align: center;
    }
    .breadcrumbs-v3.img-v1.text-center.page-header-cover.blog h1 {
        /*padding-top: 100px !important;*/
    }
    .breadcrumbs-v3.img-v1.text-center.page-header-cover.blog p {
        padding-top: 36px !important;
        font-size: 16px;
    }
    h1.heading_blog_details {
        padding-top: 114px !important;
    }
    section.inquiry_formxm p {
        text-align: center;
    }
    .inquiry_form {
        padding: 20px 13px !important;
        overflow-x: hidden;
    }
    #sky-form3 {
        padding: 0px 5px;
    }
    .tabcontent {
        text-align: center !important;
    }
    .snip1543 {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0px 0px !important;
    }
    #Gallery {
        text-align: center !important;
    }
    div#Gallery {
        height: unset !important; 
         padding: 0px 0px !important;
    }
    .dlab-media.team__.cm-team a {
        align-items: center;
        display: flex;
        margin: auto;
        width: 100% !important;
    }
    .comapy_div {
        padding: 67px 0px !important;
        width: 100%;
        margin: auto;
    }
    .breadcrumbs-v3.img-v1.text-center.page-header-cover.blog .container {
        margin-top: -86px !important;
    }
    .page-header-cover {
        margin-bottom: -115px !important;
    }
    span.drop-icon._i {
        background: none !important;
        color: #006cb6 !important;
    }
    ul.main-menu.cf li a {
        padding: 8px 17px !important;
    }
    label.drop-icon.company__ {
        background-image: url("https://parivahansampda.com/assets/photo/media/icons-scror.png") !important;
        background-size: 100% 90%;
        background-repeat: no-repeat !important;
        width: 27px !important;
        height: 26px !important;
        background-color: transparent !important;
    }
    
   
    
    .testimonialxd{ padding: 100px 30px 30px; }
    .col-md-6.point_login_pint_tow {
        padding-bottom: 20px;
    }

    .process-rowmax{
        width: 100% !important;
    }
    
    .md {
        background: #fff;
        display: block !important;
        justify-content: center;
        padding: 0px 0px !important; 
        width: 100% !important;
    }
    .invice_logo img {
        max-width: 100% !important;
        padding: 30px;
    }

    
      .cardxt-area {
          display: grid !important;
      }
  
      .cardxt-section {
      margin-bottom: 30px;
  }
  
  p.heaing_Rane {
    font-size: 19px !important;
    padding: 4px 0px;
    color: #e74c3c !important;
}
    button.btn.btn-primary.responsive_click {
        width: 88px;
        padding: 4px 1px;
        font-size: 14px;
        font-weight: bold;
        display: block !important;
    }
    section.pro_contact {
        padding: 0px 0px;
        width: 100% !important;
        margin: auto;
    }
    
    section.inquiry_formxm {
        background: #f0f0f0;
        padding: 10px 0px !important;
    }
    .file_upload {
        width: 100% !important;
        padding: 8px 12px !important;
    }
    section#contact__page {
        padding: 0px !important;
    }

    .button-nexfox {
        margin-right: auto !important;
    }
    .full-name {
        display: grid !important;
    }

  .block {
    width: 74px;
    top: 71% !important;
    left: 89% !important;
}

    #menu label.drop-icon,
    #toggle-menu span.drop-icon {
        margin: 0px 12px 0px 0px;
    }
    label.drop-icon.rtmg {
        color: rgb(0 102 176) !important;
        background: none !important;
    }

    #menu .sub-menu {
        border-width: 0px 0px 0px 0px !important;
        background: #0066b0;
        margin: 0px 5px 0px 0px !important;
    }
    label.drop-icon.company__ {
        margin: 9px 12px 0px 0px !important;
    }

    nav#menu {
        display: unset !important;
    }

    .banner_slider__ {
        height: 230px !important;
    }

    .service-item .service-text {
        width: 100% !important;
    }

    .digtail_edit_ {
        margin-top: 10px !important;
    }

    span.dlab-member-position {
        display: block;
    }

    .bloger.LCV {
        margin-top: -27px !important;
    }

    .HVc {
        height: 409px !important;
        margin-bottom: 10px;
    }

    h2.entry-title.color_weg.hcv {
        width: 90% !important;
        line-height: 30px;
        padding-bottom: 18px !important;
    }

    h2.entry-title.color_weg a {
        font-size: 22px !important;
    }

    h2.entry-title.color_weg.pole {
        width: 98% !important;
        line-height: 27px !IMPORTANT;
    }

    h2.entry-title.color_weg {
        width: 100% !important;
    }

    ul.foolted li {
        width: 34px !important;
    }

    .nav-bar {
        width: 80%;
        height: 20px !important;
        margin-left: 0px !important;
        display: none !important;
    }

    .section_gap {
        padding-bottom: 15px !important;
    }

    .dlab-box.m-b30 {
        margin-top: 10px !important;
    }

    .client-cell.first-cell img {
        width: 100%;
        padding: 0px 8px !important;
        margin-top: 6px !important;
    }

    .col-lg-4.dlab-we-best.Our__Valuable {
        margin-top: -8px !important;
    }

    .you_tube_iframe iframe {
        width: 100% !important;
        height: 270px;
    }

    .banner_image_top1 {
        height: 230px !important;
    }

    .banner_image_top2 {
        height: 230px !important;
    }

    .banner_image_top3 {
        height: 230px !important;
    }

    div#maine {
        display: block !important;
    }

    section#newscard_card_block_posts-8 {
        margin-top: 0px !important;

    }

    .icon-bx-wraper.bx-style-1,
    .icon-bx-wraper.bx-style-2 {
        width: 100% !important;
    }

    .col-lg-4.dlab-we-best {
        padding-top: 15px;
    }

    .banner_slider__ {
        width: 100% !important;
        height: 230px !important;
    }

    .menu-social {
        top: 310px !important;
    }

    .appointments.t {
        top: 90px !important;
        background-color: red;
        width: 20px !important;
        height: 133px !important;
    }
    .appointments p {
        color: #fff;
        font-size: 11px !important;
        padding-top: 5px !important;
    }

    .w-100 {
        height: 230px !important;
        margin-top: -2px;
        width: 100% !important;
    }

    div#carouselExampleInterval {
        height: 230px !important;
    }

    .cd-pricing-container {
        width: 79% !important;
        margin: 1em auto !important;
    }

    .cd-pricing-body {
        height: 475px !important;
    }

    .cd-pricing-header {
        height: 203px !important;
    }

    .cd-pricing-features li {
        width: unset !important;
        padding: 9px 29px !important;
    }

    .cd-pricing-features {
        width: unset !important;
        /* height: 155vh; */
    }

    .cd-pricing-footer {
        bottom: 0px !important;
        top: 620px !important;
        left: 20px !important;
    }

    .testimonial-6 .testimonial-detail {
        height: 88px !important;
    }

    .footer-line:after {
        margin-top: -115px !important;
    }

    .testimonial-6 .testimonial-detail:after {
        height: 88px !important;
    }

    .dlab-box {
        margin: 0px 1px !important;
    }

    .item.demartblog_Set {
        width: 99% !important;
        margin: 0px -4px !important;
    }

    .advertisement img {
        width: unset !important;
        max-width: unset !important;
        margin: 3px 0px;
    }

    .advertisement_div {
        width: 100% !important;
        text-align: center;
    }

    .bg-img-fix {
        width: 100% !important;
    }

    .col-lg-3.col-md-4.offset-lg-1.offset-md-1.col-sm-12.dlab-project-left.p-t70::after {
        background: none !important;
    }

    img#services_i {
        position: unset !important;
    }

    .date {
        right: 0px !important;
        padding: 0px 10px;
        bottom: 82px !important;
    }

    label.drop-icon.rtmg {
        margin: 0px 0px 0px 0px !important;
    }

    .logo_nav_respo {
        display: inline-block;
        padding: 10px 20px;
    }

    .owl-carousel .owl-item img {
        height: unset !important;
    }

    a.site-button.rxm {
        padding: 7px 16px !important;
        font-size: 13px !important;
        height: 36px !important;
    }

    ul.main-menu.cf li a::after {
        display: none;
    }

    .navbar_div {
        background: white;
        padding: 10px;
        display: none;
    }

    .contact-info li {
        display: none !important;
    }

    ul.main-menu.cf li a {
        border-bottom: solid 1px #dedede;
    }

    .logo_nav_respo img {
        width: 40%;
    }

    .nav_bar {
        width: 100%;
    }

    div#nav_gard {
        display: flex;
        width: 100% !important;
        margin: auto;
        height: unset !important;
        align-items: center;
    }

    .logo_nav {
        display: none !important;
    }    

    .testimonialxd{ padding: 100px 30px 30px; }
    .mttd_os {
        width: 100% !important;
        justify-content: center !important;
    }
    .user_image_pr {
        height: 25px !important;
        width: 25px !important;
    }
    

   
    .loader {
        display: none !important;
    }
    .page-header-cover {
        background-size: 100% 217px !important;
        height: 155px !important;
    }
    .page-header-cover h1 {
	margin-top: -100px !important;
        font-size: 18px !important;
    }
    .tab {
        height: 284px !important;
        width: 100% !important;
    }
    .tabcontent {
        width: 100% !important;
    }
    .col-md-6.col-sm-6.col-lg-6.xtrm {
        width: 100% !important;
    }
    .amazonmenu ul li > div, .amazonmenu ul li > ul{
        left: 30px; /* Stack the sub menus so they take up less space */
    }
    .icon-bx-sm.radius.bg-primary {
        left: 5px !important;
        width: 50px !important;
        height: 50px !important;
        line-height: 55px !important;
    }
    .dlab-media a {
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
    .dlab-media {
        width: 100% !important;
    }
    .dlab-social-icon {
        margin: 0 0px !important;
    }
    .skew-content-box {
        top: -21px !important;
        width: 39% !important;
        margin-left: 0px !important;
    }
    div#Team {
        height: auto !important;
    }
    .amazonmenu > ul li.hassub.selected::after{ /* Add "veil" to parent menus */
        background: #eee;
        content: '';
        height: 100%;
        left: 0;
        opacity: .8;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .content_xt {
        width: 100% !important;
        margin: auto;
    }
    .content_xt {
        width: 100%;
        margin: auto;
    }
    .hardware_recode {
        display: flex;
        width: 100% !important;
        margin: auto;
    }
    .process-rowmax{
        width: 100% !important;
    }


    .invice_logo img {
        max-width: 100% !important;
        padding: 30px;
    }


    
      .cardxt-area {
          display: grid !important;
      }
  
      .cardxt-section {
      margin-bottom: 30px;
  }
  
    .testimonialxd{ padding: 100px 30px 30px; }
    .col-md-6.point_login_pint_tow {
        padding-bottom: 20px;
    }
}

  /* //////////////////// new slider add in company (Team)  ////////////////////////////// */



    /* ////////////////////  company About (Editorial)  ////////////////////////////// */


    .colx {
        font-size: 16px;
        line-height: 1.25em;
        padding: 10px;
      }
      h2#आभार {
        margin-bottom: 4px;
        margin-top: 15px;
    }
    .colx p {
        font-size: 14px;
    }
    /* .colx p {
        font-size: 14px;
    } */
      .insetBox {
        width: 100%;
        height: 15em;
        margin: 2em auto;
        background: #eee;
        color: #ccc;
      }
      .comapy_div {
        padding: 19px 0px;
        width: 1400px;
        margin: auto;
    }
      @media only screen and (min-width: 768px) {
      
        .colx {
          max-width: 100%;
          margin: 0 auto;
          font-size: 18px;
          text-align: justify;
        }
        
        .insetLeft {
          float: left;
        }
        
        .insetRight {
          float: right;
        }
        
        .insetControl {
          width: 0;
        }
        
        .inset3Lines {
          height: 3.75em;
        }
        
        .inset5Lines {
          height: 6.25em;
        }
        
        .insetBox {
          width: 13em;
          height: 14em;
          margin: 1em 0;
        }
      
        .insetBox.insetLeft {
            clear: unset;
            margin-right: 1.25em;
            margin-bottom: 65px;
            margin-top: 27px;
        }
        
          .insetBox.insetRight {
            clear: right;
            margin-left: 1.25em;
          }
        
          .imageOne {
            width: 16em;
            height: 15em;
            margin-bottom: 120px;
        }
        
      }
      /* //////////////////// company About (Editorial)   ////////////////////////////// */


/* //////////////////////////// gallery css add new //////////////////////////// */

p.imglist {
    display: flex;
}
.fancybox-navigation {
        margin-top: 310px;
    }

    .fancybox-image, .fancybox-spaceball {
        background: transparent;
        border: 0;
        height: 100%;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none;
        padding: 40px 60px !important;
        position: absolute;
        top: 0;
        user-select: none;
        width: 100%;
    }
    .fancybox-caption__body {
        margin-top: -45px;
    }
    p.imglist {
        display: flex;
        gap: 20px;
        justify-content: space-around;
        margin-top: 18px;
        margin-bottom: 0;
    }
    p.imglist img {
        height: 231px;
    }


    /* /////////////////////////////// market_update css start /////////////////////////////////// */
    
    *{
        margin: 0;
        padding: 0;
    }
    section.market_update {
        padding: 40px 20px 30px 20px;
        background-color: #f9f9f9ec;
    }
    
.classic {
    /* width: 100vw; */
    height: 28vh !important;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}
    
    .md {
        display: flex;
        justify-content: space-around;
        padding: 0px 31px;
        width: 1400px;
        margin: 2px auto;
    }
    .magiccard {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0 0 15px 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 184px;
        padding-bottom: 15px;
        background-image: linear-gradient(60deg, #2AAA8A, #4169E1);
    }
    
    .magiccard img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        padding: 7px;
        margin-top: -45px;
        background: #fff;
    }
    
    .magiccont{
        width: 90%;
        height: 0;
        overflow: hidden;
        text-align: center;
        transition: all 0.6s ease;
    }
    .magiccard:hover > .magiccont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        height: 61px;
        padding-top: 5px;
    }
    .magiccont a {
        text-decoration: none;
    }
    .magiccont h1 {
        font-weight: bold;
        font-size: 15px !important;
        color: #fff;
        transition: 0.3s;
    }
    /* .magiccont h1:hover {
        transition: 0.3s;
        color: #;
    } */
    /* /////////////////////////////// market_update css start /////////////////////////////////// */


    /*---------------------------------market update css start ---------------------------------*/
/** GLOBAL CLASSES **/
.text-start {
    text-align: center !important;
}
.table {
    color: #535353;
}

.invoice-content {
    font-family: 'Poppins', sans-serif;
    color: #535353;
    font-size: 14px;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

.invoice-content a {
    text-decoration: none;
}

.invoice-content .img-fluid {
    max-width: 100% !important;
    height: auto;
}

.invoice-content .form-control:focus {
    box-shadow: none;
}

.invoice-content h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    color: #535353;
}

/** BTN LG **/
.btn-lg {
    font-size: 15px;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    margin: 3px;
}

.btn-lg {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn-lg:hover {
    color: #ffffff;
}

.btn-lg:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-lg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-download {
    background: #25cc7e!important;
}

.btn-download:after {
    background: #1eb770;
}

.btn-print{
    background: #3a3939;
}

.btn-print:after {
    background: #1d1c1c;
}

.invoice-content .f-w-600 {
    font-weight: 600 !important;
}

.invoice-content .text-13 {
    font-size: 13px;
}

/* .invoice-content .invoice-table th:first-child,
.invoice-content .invoice-table td:first-child {
    text-align: left;
} */

.invoice-content .color-white {
    color: #fff !important;
}

.invoice-content .inv-header-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #262525;
}

.invoice-content .inv-header-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.invoice-content .inv-title-1 {
    font-weight: 500;
    font-size: 16px;
}

.invoice-content .invo-addr-1 {
    font-size: 15px;
    margin-bottom: 20px;
}

.invoice-content .item-desc-1 {
    text-align: left;
}

.invoice-content .item-desc-1 span {
    display: block;
}

.invoice-content .item-desc-1 small {
    display: block;
}

.invoice-content .important-notes-list-1 {
    font-size: 13px !important;
    padding-left: 15px;
    margin-bottom: 15px;
}

.invoice-content .important-notes-list-1 li {
    margin-bottom: 5px;
}

.invoice-content .bank-transfer-list-1 {
    font-size: 13px !important;
    padding-left: 0px;
}

.invoice-content .important-notes {
    font-size: 12px !important;
}

.invoice-content .invoice-btn-section {
    text-align: center;
    margin-top: 30px;
}

table th{
    font-weight: 500;
}

/** Invoice 1 Start **/
.invoice-1 {
    padding: 30px 0;
    /* background: #fff6f6; */
    background: #f6f6f6;
}

.invoice-1 .mb-30 {
    margin-bottom: 30px;
}

.invoice-1 .invoice-info {
    background: #fff;
    position: relative;
}


.invoice-1 .mb-10{
    margin-bottom: 10px;
}



.invoice-1 .invoice-headar p span{
    float: right;
}

.invoice-1 .invoice-number-inner{
    max-width: 200px;
    margin-left: auto;
}

.invoice-1 .invoice-id .info {
    max-width: 84%;
    margin: 0 14px 0 auto;
    padding: 24px 0;
    cursor: default;
}

.invoice-1 .invoice-id {
    border-radius: 0 0 0 200px;
    z-index: 0;
    height: 125px;
    background-image: linear-gradient(to bottom, #0783d9, #006CB6);
}
p.heaing_Rane {
    font-size: 30px;
    padding: 4px 0px;
    color: #000;
}
.invoice-1 .payment-method-list-1{
    padding: 0;
}

.invoice-1 .item-desc-1 span {
    font-size: 14px;
    font-weight: 500;
}

.invoice-1 .payment-method{
    max-width: 200px;
    margin-left: auto;
}
tr th:nth-child(2) {
    text-align: left !important;
    padding-left: 69px !important;
}
tr th:nth-child(3) {
    text-align: left !important;
    padding-left: 73px !important;
}

.invoice-1 .payment-method ul {
    list-style: none;
}

.invoice-1 .payment-method ul li strong{
    font-weight: 500;
}

.invoice-1 .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 255 255 / 5%);
    color: var(--bs-table-striped-color);
}

.invoice-1 table th {
    font-weight: 500;
    text-transform: uppercase;
}

.invoice-1 .invoice-top {
    padding: 40px 50px 10px;
    font-size: 15px;
    display: none;
}

.invoice-1 .inv-title-1{
    color: #006CB6;
    margin-bottom: 5px;
}
/* 
.invoice-1 .invoice-logo{
    padding: 50px !important;
}

.invoice-1 .invoice-logo img {
    height: 37px !important;
} */
.invice_logo img {
    max-width: 92%;
    padding: 26px;
}

.invoice-1 .table-section {
    text-align: center;
}

.invoice-1 .invoice-center {
    padding: 0 50px 40px;
}

.invoice-1 .table > :not(caption) > * > * {
    padding: 9px 0px;
}

.invoice-1 .table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
}

.invoice-1 .table .pl0 {
    text-align: left !important;
    padding-left: 45px;
}
tr td:nth-child(1) {
    padding-left: 49px !important;
}
tr td:nth-child(2) {
    text-align: left;
    padding-left: 69px !important;
}
tr td:nth-child(3) {
    text-align: left;
    padding-left: 69px !important;
}
tr td:nth-child(4) {
    text-align: end;
    padding-right: 55px !important;
}

tr th:nth-child(4) {
    text-align: end !important;
    padding-right: 55px !important;
}

.invoice-1 .table td.pl0{
    text-align: center !important;
}

.invoice-1 .table td, .invoice-1 .table th {
    vertical-align: middle;
    border: none !important;
}
.text-end {
    text-align: center !important;
}
.invoice-1 .table td {
    font-size: 15px;
    color: #555;
}

.invoice-1 p{
    font-size: 30px;
}

.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr, .table tr {
    border: 1px solid #e9ecef;
    /* text-align: center; */
}

.invoice-1 .caption-top {
    caption-side: top;
    text-align: right;
    margin-bottom: 0;
}

.invoice-1 .invoice-bottom {
    margin: -31px 0px -13px 0px;
    padding: 0 50px 0px;
}

.invoice-1 .bg-active {
    background-image: linear-gradient(to bottom, #0783d9, #006CB6) !important;
    color: #fff!important;
}

.invoice-1 .active-color{
    color: #006CB6!important;
}

.invoice-1 .invoice-bottom h3 {
    margin-bottom: 7px;
}

.invoice-1 .contact-info {
    padding: 30px 49px;
    border-radius: 0 100px 0 0;
    background-image: linear-gradient(to bottom, #0783d9, #006CB6);
}

.invoice-1 .contact-info a {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}



/** MEDIA **/
@media (max-width: 992px) {
    .invoice-1 {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    
    .invoice-1 .contact-info a {
    display: block !important;
}
.invoice-1 .table > :not(caption) > * > * {
    padding: 3px 0px;
    font-size: 12px;
}


    .invoice-1.invoice-content .color-white {
        color: #262525!important;
    }

    .invoice-1 .payment-method {
        margin: 0 auto 30px 0;
    }

    .invoice-1 .invoice-top {
        padding: 30px 30px 0;
    }

    .invoice-1 .contact-info {
    padding: 14px 21px;
    border-radius: 0;
}

.invoice-1 .invoice-center {
    padding: 46px 0px 0px;
}

    .invoice-1 .invoice-contact::after {
        display: none;
    }

    .invoice-1 .invoice-bottom {
        padding: 0 30px;
    }

    .invoice-1 .invoice-id {
        background: transparent;
    height: 48px !important;
}
    .invoice-1 .invoice-logo {
        padding: 0;
        margin-bottom: 10px;
    }



    .invoice-1 .invoice-id .info {
    margin: 0px 12px;
    padding: 0;
    max-width: 100% !important;
}

    .invoice-1 .invoice-number-inner {
        margin: 0 auto 0 0;
    }
}


    /*---------------------------------market update css start ---------------------------------*/






    img,
    video {
    max-width: 100%;
    height: auto;
    }
    .fancybox__nav {
        bottom: 50%;
    }


    /* ///////////////////////// / contact page css add //////////////////// */

    
.process-rowmax {
    /* font-family: 'Oxanium', cursive; */
    font-family: sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: auto;
width: 1400px;
}
.traineeshipmax .activitymax {
    display: flex;
    width: 267px;
    margin: 11px 3px 13px;
    background-color: #006CB6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    height: 45vh;
}
.animate-from-bottom__0 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
.animate-from-bottom__1 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: .8s;
animation-duration: .8s;
}
.animate-from-bottom__2 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.animate-from-bottom__3 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s
}
.animate-from-bottom__4 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s
}
.traineeshipmax .activitymax .relative-block {
width: 100%;
min-height: 320px;
}
@-webkit-keyframes from-left {
from {
-webkit-transform: translateY(50px);
transform: translateY(50px)
}

to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes from-left {
from {
-webkit-transform: translateY(50px);
transform: translateY(50px)
}

to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.relative-block {
position: relative;
}
.activitymax-iconmax {
position: absolute;
bottom: 0;
right: 0;
}
.activitymax-iconmax img {
width: 60%;
float: right;
}
.traineeshipmax .inactivemax {
padding: 13px 2px;
}
.traineeshipmax .inactivemax .title {
border-bottom: 3px solid #f5ca2a;
padding-bottom: 14px;
width: max-content;
color: #fff;
font-size: 13px;
font-weight: 400;
margin: auto;
}
.traineeshipmax .activitymax .activemax {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: auto;
min-height: 100%;
padding: 25px 30px 50px;
}
.traineeshipmax .activitymax .activemax .title {
color: #1f1f1f;
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
.traineeshipmax .activitymax .activemax .sub-title {
margin-top: 10px;
color: #616161;
font-size: 16px;
line-height: 28px;
text-align: left;
}
.traineeshipmax .activitymax .activemax .ul {
margin-bottom: 45px;
margin-top: 10px;
}
.traineeshipmax .activitymax .activemax .li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 30px;
color: #616161;
font-size: 16px;
line-height: 26px;
}
.traineeshipmax .activitymax .activemax .li:before {
position: absolute;
content: "\f00c";
color: #e2b921;
font-family: FontAwesome;
display: inline-block;
margin-left: -1.6em;
width: 22px;
}
.traineeshipmax .activitymax:hover {
width: 750px;
background-color: #fff;
}
.traineeshipmax .activitymax:hover .inactivemax {
display: none;
}
.traineeshipmax .activitymax:hover .activemax {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/* width: 340px; */
}
@media only screen and (max-width: 1000px) {
.process-rowmax {
flex-direction: column;
}

.traineeshipmax .inactivemax .title{
font-size: 1.5rem;
}

.traineeshipmax .activitymax {
width: 93%;
}
.traineeshipmax .activitymax .activemax{
width: 93%;
}

.traineeshipmax .activitymax .activemax .sub-title {
font-size: 1em;

}

.traineeshipmax .activitymax .activemax .title {
font-size: 1.2rem;
font-weight: bold;
}

.traineeshipmax .activitymax .relative-block {
min-height: 100%;
}

.traineeshipmax .activitymax:hover {
width: 98%;
    margin-left:2px;
    margin-right:10px;
}

}

@media only screen and (max-width: 400px){
.activitymax-iconmax img {
width: 30%;
}
.traineeshipmax .activitymax .activemax .sub-title {
font-size: .7em;

}
}


/* check css start  */



.Editorial_Desk{
    transform: rotate(90deg);
    width: 100%; 
    /* margin-top:100px; */
  } 
  .desk_ing {
    background-image: url('../image/termin1.jpg');
    width: 310px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    height: 310px !important;
    background-repeat: no-repeat;
    position: relative;
    margin: 3px auto 16px  !important;
    border-radius: 100% !important;
}
.Editorial_Desk .owl-item.cloned {
    width: 1100px !important;
}
.desk_ing.two {
    background-image: url('../image/termin2.jpg') !important;
}
 /* .desk_ing img {
     border-radius: 100%;
     width: 300px !important;
     height: 300px;
     padding: 10px 0px 10px 0px;
 } */
 .mat{
    transform: rotate(-90deg);
  }
 .Editorial_Desk .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    /* top: calc(50% - 33px); */
  }

 .Editorial_desk {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/* .Editorial_desk h2 {
    padding-top: 50px;
} */
 .Editorial_desk p {
     margin-bottom: 0px;
     line-height: 1.8;
     color: #000;
     text-align: justify;
     font-family: sans-serif;
 }

 /* category page css start  */
 .emi_category {
    width: 1300px;
    margin: auto;
}
.text_uvr {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 100px;
}
.carduvr {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 200px;
    padding-bottom: 3px;
    background-color: white;
}
.contuvr a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
.carduvr img {
    width: 120px;
    height: 120px;
    border: 1px solid gainsboro;
    border-radius: 50%;
    padding: 5px;
    margin-top: -45px;
}

.carduvr h2{
    margin: 10px 0;
}

.contuvr{
    width: 90%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
    padding-top: 18px;
}

.carduvr .contuvr .linkuvr i{
    font-size: 25px;
    color: rgb(82, 82, 82);
    transition: all 0.2s ease;
}

.carduvr .contuvr .linkuvr i:hover{
    color: black;
    cursor: pointer;
}

.carduvr:hover > .contuvr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 59px;
}

.carduvr:hover > .linkuvr{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
section.category_sec {
    background: #fff;
    height: 40vh;
    overflow: hidden;
}

 /* category page css End  */

 /* paginaion css start  */
 
/* cardmaxfaxS */
.active>.page-link, .page-link.active {
    background-color: #006cb6 !important;
    border-color: var(--bs-pagination-active-border-color);
}

.hardware_recode {
    display: flex;
    width: 1417px;
    margin: auto;
}
.cardmaxfax-content {
    /* display: flex; */
    justify-content:center;
    /* align-items: center; */
    flex-wrap: wrap;
}


.cardmaxfax:hover {
    transform: translateY(-10px);
}

.cardmaxfax-image {
    max-height: 14em;
}

.cardmaxfax-image img {
    max-width: 100%;
    height: 14em;
}

.cardmaxfax-info {
    position: relative;
    color: #222;
    padding: 0.6em 2.2em 2.2em;
}

.cardmaxfax-info h3 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 0.3em;
}

.cardmaxfax-info p {
    font-size: 1em;
    margin-bottom: 0.3em;
}


/* PAGINATION */

.pagination {
    text-align: center;
    margin: 1.9em 1.9em 3.8em;
    user-select: none;
}

.pagination li {
    display: inline-block;
    margin: 0.2em;
    box-shadow: 0 5px 25px rgba(1, 1, 1, 0.3);
}

.pagination li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.3em;
	padding: 7px 15px !important;
	background: #fff;
	margin: 0px 2px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.previous-page,
.next-page {
    background: #0AB1CE;
    width: 5em;
    border-radius: 45px;
    cursor: pointer;
}

.previous-page:hover {
    transform: translateX(-5px);
}

.next-page:hover {
    transform: translateX(5px);
}

.current-page,
.dots {
    background: #ccc;
    width: 2.8em;
    border-radius: 50%;
    cursor: pointer;
}

/* .current-page:hover,
.dots:hover {
    transform: translateY(-5px);
} */

.pagination li.active {
    background: #333;
}

.pagination li.disable {
    background: #ccc;
}


/* MEDIA QUERIES */


@media (min-width: 100px) and (max-width: 800px) {

    .pagination {
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
    }
}



/* DISABLED */


a.cardmaxfax {
    text-decoration: none;
    width: 100%;
}
.cardmaila__content--container.\|.flow a.cardmaxfax h2 {
    margin-top: 46px;
}
.cardmaila__content--container.\|.flow p.cardmaila__description {
    font-size: 14px;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
}
.star_style {
    display: flex;
    gap: 9px;
    color: green;
    margin-bottom: -7px;
}
button.btn.btn-sm.rounded.btn-danger {
    float: right;
}
.news-v3-in-sm.no-padding_tel {
    padding: 0px 20px;
} 
.es_h2 {
    font-size: 17px;
    margin: 7px 0 5px;
    line-height: 2;
    text-transform: inherit;
    color: #006CB6;
}
.es_font_size {
    font-size: 13px;
    color: #000;
}
.page_nate {
    text-align: center;
    margin: 12px 0px 0px 14px;
}
img.page_nate_img {
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
}
.btn_enqu{
    display: flex;
    float: right;
    gap: 20px;
}
.btn_enqu button {
    width: 125px;
    height: 36px;
}
 /* paginatin css end  */

 /* all_cate css start  */
 .dropbtnmax {
    background-color: #3498DB;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropbtnmax:hover, .dropbtnmax:focus {
  background-color: #2980B9;
}

.dropdownxt {
    position: relative;
    display: inline-block;
    padding: 0px 0px 5px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefefe;
    min-width: 105px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: left;
    z-index: 99999;
}

.dropdown-content a {
    color: black;
    padding: 6px 8px;
    display: block;
    font-size: 13px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
    /* neew */
    .container.content_xt {
    padding-top: 40px;
    padding-bottom: 40px;
}
label.label_.ulx_label {
    display: block;
}
select#state_ulx {
    padding: 7px 4px;
    width: 100%;
    border-color: #cdcbcb;
}
  /* all cate css end  */
/* advance search css start  */
  .content_xt {
    width: 100% !important;
    margin: auto;
}
.advance_field_value {
    padding-left: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.ssxmt .col-md-4 {
    padding-bottom: 14px;
}
.row_doltedulxmt {
    display: flex;
    padding-top: 25px;
    float: right;
    gap: 20px;
}
.advance_panel_heading {
    background: #006CB6;
    padding-left: 8px;
}
.panel-titlext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}
/* advance search css End  */


/* party_detail css start  */
.blog-sliderulxTQ {
    width: 100%;
    position: relative;
    /* margin: auto; */
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border-radius: 25px;
    height: 255px !important;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-sliderulxTQ {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-sliderulxTQ {
    height: 350px;
  }
}
.blog-sliderulxTQ__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__item {
    flex-direction: column;
  }
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > * {
  opacity: 1;
  transform: none;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-sliderulxTQ__img {
    width: 190px;
    flex-shrink: 0;
    height: 190px !important;
    border: 1px solid #eee;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-sliderulxTQ__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-sliderulxTQ__img {
    height: 270px;
  }
}
.blog-sliderulxTQ__content {
    padding-left: 31px;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__content {
    padding: 0;
  }
}
.blog-sliderulxTQ__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-sliderulxTQ__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.blog-sliderulxTQ__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-sliderulxTQ__text {
  color: #4e4a67;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.blog-sliderulxTQ__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #50a8e4 0%, #006CB6 74%);
    padding: 9px 10px;
    border-radius: 4px !important;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__button {
    width: 100%;
  }
}
.blog-sliderulxTQ .swiper-container-horizontal > .swiper-pagination-bullets, .blog-sliderulxTQ .swiper-pagination-custom, .blog-sliderulxTQ .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-sliderulxTQ__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-sliderulxTQ__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 93%;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.blog-sliderulxTQ__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-sliderulxTQ__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-sliderulxTQ__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    height: 30px;
    background-image: linear-gradient(147deg, #50a8e4 0%, #006CB6 74%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/* new css Add  */
.panel-red > .panel-heading {
    background: #4F9ACD;
}
.panel-red > .panel-heading h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}
tr.dem_mare :nth-child(1) {
    padding-left: 25px;
    text-align: start;
}
tr.dem_mare :nth-child(2) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(3) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(4) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(5) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_maree :nth-child(1) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(2) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(3) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(4) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(5) {
    text-align: start;
    padding-left: 19px !important;
}

/* new css sadd */
fieldset.xuv-ssd {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: #fff;
}
fieldset.xuv-ssd label.label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 600;
}
label.textarea_xuv_ssd textarea {
    width: 100%;
    height: auto;
    resize: none;
}
label.textarea_xuv_ssd {
    width: 100%;
}
label.select_xuv_ssd {
    width: 100%;
}
label.select_xuv_ssd select#subjectid {
    width: 100%;
    height: 33px;
    padding: 6px 10px;
}
button.button_xuv_ssd {
    float: right;
    height: 36px;
    overflow: hidden;
    margin: 8px 0 0 20px;
    padding: 0 10px;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

/* emjo css start  */
.rating_x_vu {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 118px;
    position: relative;
}

.rating_x_vu-0 {
  filter: grayscale(100%);
}

.rating_x_vu > input {
  display: none;
}

.rating_x_vu > label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating_x_vu > input:checked ~ label,
.rating_x_vu > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating_x_vu > input:not(:checked) ~ label:hover,
.rating_x_vu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
    margin: 14px 0;
    width: 50px;
    height: 70px;
    flex-shrink: 0;
}

#rating_x_vu-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating_x_vu-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating_x_vu-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating_x_vu-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating_x_vu-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback_xuv {
    max-width: 105px;
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: -64px;
    flex-wrap: wrap;
    align-items: center;
}

/* emoji css end  */

/* party_detail css End  */



/* magazin_sec css start  */

    .tab {
    float: left;
    border: 1px solid #ccc;
    width: 18%;
    /* background: gainsboro; */
    height: 376px;
}
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black ;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */

  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #006CB6;
    color: #fff;
  }
  h2.text-uppercase.About_heading_company {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 7px;
    color: #a19b9b;
    border-bottom: 3px solid #2980b9;
    width: 317px;
}

div#Team {
    height: 376px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 55px !important;
    background: #f5f4f4;
}
.team_member {
    /* border: 1px solid gainsboro; */
    padding: 13px;
    background-color: #fff !important;
}

  /* Style the tab content */
  .tabcontent {
    float: left;
    overflow: hidden;
    padding: 16px 20px !important;
    border: 1px solid #ccc;
    width: 82%;
    /* border-left: none; */
    /* height: 376px; */
    text-align: justify;
}
div#Gallery {
    height: 376px;
    padding: 62px 81px !;
}


  /* Clear floats after the tab */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }



section.our_comapy_sec {
    /* height: 605px; */
    overflow-y: hidden;
    margin-bottom: 17px;
}
.dlab-box.hp {
    margin: 0px 0px;
}
a{
    text-decoration: none !important;
}
  /* new css inlu d  */
/* our team css start  */
.dlab-media, .dlab-media, .dlab-post-media {
    background-color: #FFF;
    position: relative;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
    position: relative;
}
.dlab-media img, .dlab-post-media img {
    width: 100%;
    height: auto;
}

.skew-content-box {
    display: inline;
    left: 0px;
    padding: 0px 0px;
    position: absolute;
    top: -21px;
    width: auto;
    margin-left: -1px;
}
.dlab-social-icon {
    display: inline-block;
    margin: 0 0px;
    padding: 0;
    text-align: center;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 99%;
    position: absolute;
    right: -14px;
    top: 0;
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}
.dlab-media a {
    margin-top: -7px;
    margin-left: -10px;
}
.dlab-media a img {
    width: 100%;
    height: auto;
}
ul.dlab-social-icon li {
    padding: 0px 6px;
}
.dlab-box {
    padding: 0px;
    /* border: 1px solid gainsboro; */
    border-radius: 0px 0px 7px 7px;
}
.dlab-media {
    width: auto;
}
.dlab-media.team__.cm-team {
    display: flex;
    margin: auto;
}

.tabcontent p {
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 15px;
    color: #000;
    text-align: justify;
}
.tabcontent p strong {
    color: #006CB6;
}
.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
}
.bg-primary.skew-content-box {
    background: #006CB6 !important;
}
h4.dlab-title.m-tb0 {
    margin-bottom: 0px;
}
h4.dlab-title.m-tb0 a {
    font-size: 12px;
    padding-top: 14px;
    color: #000;
    font-weight: bold;
}
.dlab-info.p-a20.p-t40.border-1 {
    padding: 1px 4px;
}
.dlab-info.p-a20.p-t40.border-1 span {
    font-style: italic;
    color: #006CB6;
    font-weight: 600;
    font-size: 11px;
}
ul.dlab-social-icon li svg {
    color: #fff;
    font-size: 17px;
}
.dlab-info.p-a20.p-t40.border-1 p.m-t10.m-b0 {
    font-size: 10px;
    color: #000;
}
.skew-content-box ul li a {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0px 6px;
    line-height: 22px;
}
::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
::-webkit-scrollbar-track {
    background: gainsboro ; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(175, 175, 175); 
  }
  
  /* Handle on hover */

  .col-md-12.wow.fadeInRight.Pri_Policy.issub {
    overflow-x: scroll;
}

button.tablinks {
    font-size: 14px;
    padding: 12px 15px;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
}


#loadermaxteend-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loadermaxteend {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loadermaxteend:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loadermaxteend-wrapper .loadermaxteend-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        left: 0;
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loadermaxteend {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loadermaxteend-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loadermaxteend-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  
    .blog-grid-inner.f {
        margin: 0px 0px 0 !important;
    }






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* loadermaxteend css End  */






/* CLIENT CSS START  */

* {
    position: relative;
    box-sizing: border-box;
}


.bgMS {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  /* background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d); */
  background-size: cover;
  background-position:center;
  filter: blur(60px);
  min-height:100vh;
  opacity:0.55;
}

.wrapperrrtm {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.quote-columnttox {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property:top, left, right, bottom;
    background: transparent;
    box-shadow: none;
/*     transition: .4s; */
}
.col-activenal {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 50%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
  z-index:1;
}

.col-innermeta {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.col-activenal .col-innermeta {
    max-width: 100%;
}

 
.author-metatte{
    width: 100%;
    position: relative;
    border: none;
}
.col-activenal .author-metatte{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-coverrrtmsw{
    position: absolute;
    width:100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}
.col-activenal .image-coverrrtmsw{
    position: relative;
    width:30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info{
    width:70% ;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}
.col-activenal .author-info{
    visibility: visible;
}

.author-info .author-nameMS, .author-info .person-titleMS{
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-nameMS{
    transform: translate(0%, 0%);
}
.show .author-info .person-titleMS{
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-nameMS{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-titleMS{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapperrrtm{
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}
.col-activenal .quote-wrapperrrtm{
    visibility: visible;
}

img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-innerttm {
    width: 400px;
    margin: auto;
   color:#000;
}

.quote-wrapperrrtm .quote-symboltx{
    font-size:14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapperrrtm .quote-symboltx:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapperrrtm .quote-symboltx:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapperrrtm .quote-symboltx:first-child {
    left: -50%;
}

.show .quote-wrapperrrtm .quote-symboltx:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrowmmrmmr {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:640px){
    .col-activenal {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px){
    .col-activenal {
        width: 50% !important;
    }
}

@media (min-width:1080px){
    .col-activenal {
        width: 33.33% !important;
    }
}

@media (max-width:640px){
    
    .quote-columnttox{
        width: 90% !important;
        top:50%;
        position: absolute;
        opacity: 0;
        transform:translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }

    .col-activenal {
       opacity: 1;
        z-index: 1;
    }

    .col-innermeta {
        max-width: 100%;
    }
    .author-metatte{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-coverrrtmsw{
        position: relative;
        width:30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapperrrtm{
        visibility: visible;
    }
    

    .quote-wrapperrrtm .quote-symboltx{
        font-size:34vh;
    }

}


.box-text-innerttm p {
    /* color: ; */
    font-size: 12px;
    padding: 0px 71px 4px 0px;
}


/* ///////////////////////////// gallery css Start  //////////////////////////// */

.container.lx ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.container.lx ul .categorymx {
    list-style: none;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #006CB6;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.container.lx ul .categorymx.activemx {
    background: #006CB6;
    color: #fff;
}

.container.lx .galleryux{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.container.lx .galleryux .imagemx{
/*    width: 340px;*/
    height: 200px;
    overflow: hidden;
    margin: 5px;
    border: 5px solid white;
}

.container.lx .galleryux .imagemx:hover img {
    transform: scale(1.1);
    transition: 0.8s;
}
.container.lx .galleryux .imagemx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        transition: 0.8s;
}
.container.lx {
    overflow: hidden;
    /* width: 1200px; */
    margin: auto;
}

/* ///////////////////////////// gallery css End  //////////////////////////// */




/* ///////////////////////////// E-SERVICES css End  //////////////////////////// */
.sky-form .col-4 {
    width: 33.33%;
}
.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.sky-form section {
    margin-bottom: 20px;
}
.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #bbb;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 1px;
    font-size: 14px;
    color: #404040;
}

/* ///////////////////////////// E-SERVICES css End  //////////////////////////// */




/* //////////////////////magazines page css start //////////////////// */
.cardxt-frontxt__heading {
    font-size: 1.5rem;
    margin-top: .25rem;
  }
  
  /* Main heading for inside page */
  .inside-pagext__heading { 
    padding-bottom: 1rem; 
    width: 100%;
  }
  
  /* Mixed */
  
  /* For both inside page's main heading and 'view me' text on cardxt front cover */
  .inside-pagext__heading,
  .cardxt-frontxt__text-view {
    font-size: 19px;
    font-weight: 600;
    margin-top: .2rem;
  }
  
  .inside-pagext__heading--city,
  .cardxt-frontxt__text-view--city { color: #006CB6; }
  
  .inside-pagext__heading--ski,
  .cardxt-frontxt__text-view--ski { color: #006CB6; }
  
  .inside-pagext__heading--beach,
  .cardxt-frontxt__text-view--beach { color: #006CB6; }
  
  .inside-pagext__heading--camping,
  .cardxt-frontxt__text-view--camping { color: #006CB6; }
  
  /* Front cover */
  
  .cardxt-frontxt__tp { color: #fafbfa; }
  
  /* For pricing text on cardxt front cover */
  .cardxt-frontxt__text-price {
    font-size: 1.2rem;
    margin-top: -.2rem;
    color: #fff;
}
  
  /* Back cover */
  
  /* For inside page's body text */
  .inside-pagext__text {
    color: #333;
  }
  
  /* Icons ===========================================*/
  
  .cardxt-frontxt__icon {
    fill: #fafbfa;
    font-size: 3vw;
    height: 3.25rem;
    margin-top: -.5rem;
    width: 3.25rem;
  }
  
  /* Buttons =================================================*/
  
  .inside-pagext__btn {
      background-color: transparent;
      border: 3px solid;
      border-radius: .5rem;
      font-size: 18;
  
      margin-top: 5rem;
      padding: 3px 1px;
      position: relative;
      text-decoration: none;
      transition: all .3s ease;
      width: 100%;
      z-index: 10;
  }
  
  .inside-pagext__btn::before { 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all .3s ease;
    width: 100%;
    z-index: -1;
  }
  
  .inside-pagext__btn--city { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--city::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--ski { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--ski::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--beach { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--beach::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn--camping { 
    border-color: #006CB6;
    color: #006CB6;
  }
  
  .inside-pagext__btn--camping::before { 
    background-color: #006CB6;
  }
  
  .inside-pagext__btn:hover { 
    color: #fafbfa;
  }
  
  .inside-pagext__btn:hover::before { 
    transform: scaleY(1);
  }
  
  /* Layout Structure=========================================*/
  
  

  /* Container to hold all cardxts in one place */
  .cardxt-area {
      align-items: center;
      display: flex;
      flex-wrap: nowrap;
      height: 100%;
      padding: 0rem 0rem 3rem 0rem;
      opacity: 0.9;
      margin: auto;
  }
  
  /* cardxt ============================================*/
  
  /* Area to hold an individual cardxt */
  .cardxt-section {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  
  /* A container to hold the flip cardxt and the inside page */
  .cardxt {
    background-color: rgba(0,0,0, .05);
    box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);
    height: 15rem;
    position: relative;
    transition: all 1s ease;
    width: 15rem;
  }
  
  /* Flip cardxt - covering both the front and inside front page */
  
  /* An outer container to hold the flip cardxt. This excludes the inside page */
  .flip-cardxtxt {
    height: 16rem;
    perspective: 100rem;
    position: absolute;
    right: 0;
    transition: all 1s ease;
    visibility: hidden;
    width: 15rem;
    z-index: 100;
  }
  
  /* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
  /* This is done so content in the inside page can be selected */
  .flip-cardxtxt > * {
    visibility: visible;
  }
  
  /* An inner container to hold the flip cardxt. This excludes the inside page */
  .flip-cardxtxt__container {
    height: 100%;
    position: absolute;
    right: 0;
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 1s ease;
    width: 100%;
  }
  
  .cardxt-frontxt,
  .cardxt-backxt {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  /* Styling for the front side of the flip cardxt */
  
  /* container for the front side */
  .cardxt-frontxt {
      background-color: #fafbfa;
      height: 16rem;
      width: 15rem;
  }
  
  /* Front side's top section */
  .cardxt-frontxt__tp {
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
    display: flex;
    flex-direction: column;
    height: 12rem;
    justify-content: center;
    padding: .75rem;
  }
  
  .cardxt-frontxt__tp--city {
    background: linear-gradient(
      to bottom,
      #ff73b9,
      #ff40a1
    );
  }
  
  .cardxt-frontxt__tp--ski {
    background: linear-gradient(
      to bottom,
      #47c2d7,
      #279eb2
    );
  }
  
  .cardxt-frontxt__tp--beach {
    background: linear-gradient(
      to bottom,
      #fb9b88,
      #f86647
    );
  }
  
  .cardxt-frontxt__tp--camping {
    background: linear-gradient(
      to bottom,
      #00db93,
      #00b97d
    );
  }
  
  /* Front cardxt's bottom section */
  .cardxt-frontxt__bt {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  /* Styling for the back side of the flip cardxt */
  
  .cardxt-backxt {
    background-color: #fafbfa;
    transform: rotateY(180deg);
  }
  
  /* Specifically targeting the <video> element */
  .video__container {
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .cardxt-backxt img {
      width: 100%;
      height: 256px;
      clip-path: polygon(0% 0%, 100% 0%, 93% 50%, 100% 100%, 0% 100%);
  
    /* object-fit: cover; */
  
  }
  /* Inside page */
  
  .inside-pagext {
      background-color: #fafbfa;
      box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25);
      height: 16rem;
      padding: 1rem;
      position: absolute;
      right: 0;
      transition: all 1s ease;
      width: 15rem;
      z-index: 1;
  }
  
  .inside-pagext__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center; 
    width: 100%;
  }
  
  /* Functionality ====================================*/
  
  /* This is to keep the cardxt centered (within its container) when opened */
  .cardxt:hover {
    box-shadow:
    -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);
    width: 30rem;
  }
  
  /* When the cardxt is hovered, the flip cardxt container will rotate */
  .cardxt:hover .flip-cardxtxt__container {
    transform: rotateY(-180deg);
  }
  
  /* When the cardxt is hovered, the shadow on the inside page will shrink to the left */
  .cardxt:hover .inside-pagext {
    box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);
  }
  


  /* //////////////////////magazines page css End //////////////////// */

  /* //////////////////// new slider add in company (Team)  ////////////////////////////// */

  .testimonialxd{
    background: #4D241C ;
    padding: 30px 32px 30px 90px;
    margin: 50px 20px 50px 120px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    position: relative;
    border: 5px solid #D0AB6D;
}
.testimonialxd .picxd{
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #D0AB6D;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}
.testimonialxd .picxd img{
    width: 100%;
    height: 100%;
}
.testimonialxd .testimonialxd-info{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 25px;
    margin: 0;
    border-right: 1px solid #D0AB6D;
}
.testimonialxd .testimonialxd-info small{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.testimonialxd .descriptionxd{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.testimonialxd .descriptionxd:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: #D0AB6D;
}
.testimonialxd .descriptionxd:after{
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    color: #D0AB6D;
    position: absolute;
    bottom: 5px;
}

@media only screen and (max-width: 767px){
    .testimonialxd{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonialxd .picxd{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonialxd .testimonialxd-info{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonialxd .descriptionxd{
        width: 100%;
    }
}


  /* //////////////////// new slider add in company (Team)  ////////////////////////////// */



    /* ////////////////////  company About (Editorial)  ////////////////////////////// */


    .colx {
        font-size: 16px;
        line-height: 1.25em;
        padding: 10px;
      }
      h2#आभार {
        margin-bottom: 4px;
        margin-top: 15px;
    }
    .colx p {
        font-size: 14px;
    }
    /* .colx p {
        font-size: 14px;
    } */
      .insetBox {
        width: 100%;
        height: 15em;
        margin: 2em auto;
        background: #eee;
        color: #ccc;
      }
     
      @media only screen and (min-width: 768px) {
      
        .colx {
          max-width: 100%;
          margin: 0 auto;
          font-size: 18px;
          text-align: justify;
        }
        
        .insetLeft {
          float: left;
        }
        
        .insetRight {
          float: right;
        }
        
        .insetControl {
          width: 0;
        }
        
        .inset3Lines {
          height: 3.75em;
        }
        
        .inset5Lines {
          height: 6.25em;
        }
        
        .insetBox {
          width: 13em;
          height: 14em;
          margin: 1em 0;
        }
      
        .insetBox.insetLeft {
            clear: unset;
            margin-right: 1.25em;
            margin-bottom: 65px;
            margin-top: 27px;
        }
        
          .insetBox.insetRight {
            clear: right;
            margin-left: 1.25em;
          }
        
          .imageOne {
            width: 16em;
            height: 15em;
            margin-bottom: 120px;
        }
        
      }
      /* //////////////////// company About (Editorial)   ////////////////////////////// */


/* //////////////////////////// gallery css add new //////////////////////////// */

p.imglist {
    display: flex;
}
.fancybox-navigation {
        margin-top: 310px;
    }

    .fancybox-image, .fancybox-spaceball {
        background: transparent;
        border: 0;
        height: 100%;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none;
        padding: 40px 60px !important;
        position: absolute;
        top: 0;
        user-select: none;
        width: 100%;
    }
    .fancybox-caption__body {
        margin-top: -45px;
    }
    p.imglist {
        display: flex;
        gap: 20px;
        justify-content: space-around;
        margin-top: 18px;
        margin-bottom: 0;
    }
    p.imglist img {
        height: 231px;
    }


    /* /////////////////////////////// market_update css start /////////////////////////////////// */
    
    *{
        margin: 0;
        padding: 0;
    }
    section.market_update {
     padding-top: 30px;
     padding-bottom: 33px;
     /* overflow: hidden; */
     background-color: #f9f9f9ec;
    }
    .magine_ {
        transition: 0.9s;
        background: #006cb6;
        box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.9);
        padding: 0px 0px;
        margin: 20px 10px;
    }
    .catenol_ {
        display: flex;
        margin: auto;
    }
    .magine_:hover {
        transform: scale(1.1);
        transition: 0.9s;
    }
    .magine_ img {
        width: 100% !important;
        /*height: 300px;*/
        border-radius: 0px !important;
        object-fit: fill;
    }
    .magine_ h2 {
        text-align: start;
        padding: 0px 0px 10px 10px;
        color: #fff;
    }
    .viewport_.row {
        padding: 14px 18px 0px 36px;
    }
    .viewport_.row p {
        font-weight: bold;
        color: #006cb6;
    }
    .selecter_ars {
        width: 15%;
        /* margin: auto; */
        margin-right: 0px;
    }
    .jde {
        display: flex;
        justify-content: end;
        gap: 12px;
    }


    .magiccard {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0 0 15px 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 184px;
        padding-bottom: 15px;
        background-image: linear-gradient(60deg, #2AAA8A, #4169E1);
    }
    
    .magiccard img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        padding: 7px;
        margin-top: -45px;
        background: #f0eeee;
    }
    
    .magiccont{
        width: 90%;
        height: 0;
        overflow: hidden;
        text-align: center;
        transition: all 0.6s ease;
    }
    .magiccard:hover > .magiccont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        height: 61px;
        padding-top: 5px;
    }
    .magiccont a {
        text-decoration: none;
    }
    .magiccont h1 {
        font-weight: bold;
        font-size: 15px !important;
        color: #fff;
        transition: 0.3s;
    }
    /* .magiccont h1:hover {
        transition: 0.3s;
        color: #;
    } */
    /* /////////////////////////////// market_update css start /////////////////////////////////// */


    /*---------------------------------market update css start ---------------------------------*/
/** GLOBAL CLASSES **/
.text-start {
    text-align: center !important;
}
.table {
    color: #535353;
}

.invoice-content {
    font-family: 'Poppins', sans-serif;
    color: #535353;
    font-size: 14px;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.invoice-content a {
    text-decoration: none;
}

.invoice-content .img-fluid {
    max-width: 100% !important;
    height: auto;
}

.invoice-content .form-control:focus {
    box-shadow: none;
}

.invoice-content h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    color: #535353;
}

/** BTN LG **/
.btn-lg {
    font-size: 15px;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    margin: 3px;
}

.btn-lg {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn-lg:hover {
    color: #ffffff;
}

.btn-lg:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-lg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-download {
    background: #25cc7e!important;
}

.btn-download:after {
    background: #1eb770;
}

.btn-print{
    background: #3a3939;
}

.btn-print:after {
    background: #1d1c1c;
}

.invoice-content .f-w-600 {
    font-weight: 600 !important;
}

.invoice-content .text-13 {
    font-size: 13px;
}

/* .invoice-content .invoice-table th:first-child,
.invoice-content .invoice-table td:first-child {
    text-align: left;
} */

.invoice-content .color-white {
    color: #fff !important;
}

.invoice-content .inv-header-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #262525;
}

.invoice-content .inv-header-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.invoice-content .inv-title-1 {
    font-weight: 500;
    font-size: 16px;
}

.invoice-content .invo-addr-1 {
    font-size: 15px;
    margin-bottom: 20px;
}

.invoice-content .item-desc-1 {
    text-align: left;
}

.invoice-content .item-desc-1 span {
    display: block;
}

.invoice-content .item-desc-1 small {
    display: block;
}

.invoice-content .important-notes-list-1 {
    font-size: 13px !important;
    padding-left: 15px;
    margin-bottom: 15px;
}

.invoice-content .important-notes-list-1 li {
    margin-bottom: 5px;
}

.invoice-content .bank-transfer-list-1 {
    font-size: 13px !important;
    padding-left: 0px;
}

.invoice-content .important-notes {
    font-size: 12px !important;
}

.invoice-content .invoice-btn-section {
    text-align: center;
    margin-top: 30px;
}

table th{
    font-weight: 500;
}

/** Invoice 1 Start **/
.invoice-1 {
    padding: 30px 0;
    /* background: #fff6f6; */
    background: #f6f6f6;
}

.invoice-1 .mb-30 {
    margin-bottom: 30px;
}

.invoice-1 .invoice-info {
    background: #fff;
    position: relative;
}


.invoice-1 .mb-10{
    margin-bottom: 10px;
}

.invoice-1 .invoice-headar {
    height: 125px;
    margin-bottom: 25px;
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
}

.invoice-1 .invoice-headar p span{
    float: right;
}

.invoice-1 .invoice-number-inner{
    max-width: 200px;
    margin-left: auto;
}

.invoice-1 .invoice-id .info {
    max-width: 84%;
    margin: 0 14px 0 auto;
    padding: 24px 0;
    cursor: default;
}

.invoice-1 .invoice-id {
    border-radius: 0 0 0 200px;
    z-index: 0;
    height: 125px;
    background-image: linear-gradient(to bottom, #0783d9, #006CB6);
}
.invoice-1 .payment-method-list-1{
    padding: 0;
}

.invoice-1 .item-desc-1 span {
    font-size: 14px;
    font-weight: 500;
}

.invoice-1 .payment-method{
    max-width: 200px;
    margin-left: auto;
}
tr th:nth-child(2) {
    text-align: left !important;
    padding-left: 69px !important;
}
tr th:nth-child(3) {
    text-align: left !important;
    padding-left: 73px !important;
}

.invoice-1 .payment-method ul {
    list-style: none;
}

.invoice-1 .payment-method ul li strong{
    font-weight: 500;
}

.invoice-1 .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 255 255 / 5%);
    color: var(--bs-table-striped-color);
}

.invoice-1 table th {
    font-weight: 500;
    text-transform: uppercase;
}

.invoice-1 .invoice-top {
    padding: 40px 50px 10px;
    font-size: 15px;
    display: none;
}

.invoice-1 .inv-title-1{
    color: #006CB6;
    margin-bottom: 5px;
}
/* 
.invoice-1 .invoice-logo{
    padding: 50px !important;
}

.invoice-1 .invoice-logo img {
    height: 37px !important;
} */
.invice_logo img {
    max-width: 92%;
    padding: 26px;
}

.invoice-1 .table-section {
    text-align: center;
}

.invoice-1 .invoice-center {
    padding: 0 50px 40px;
}


tr td:nth-child(1) {
    padding-left: 49px !important;
}
tr td:nth-child(2) {
    text-align: left;
    padding-left: 69px !important;
}
tr td:nth-child(3) {
    text-align: left;
    padding-left: 69px !important;
}


tr th:nth-child(4) {
    text-align: end !important;
    padding-right: 55px !important;
}

.invoice-1 .table td.pl0{
    text-align: center !important;
}

.invoice-1 .table td, .invoice-1 .table th {
    vertical-align: middle;
    border: none !important;
}
.text-end {
    text-align: center !important;
}
.invoice-1 .table td {
    font-size: 15px;
    color: #555;
}



.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr, .table tr {
    border: 1px solid #e9ecef;
    /* text-align: center; */
}

.invoice-1 .caption-top {
    caption-side: top;
    text-align: right;
    margin-bottom: 0;
}

.invoice-1 .invoice-bottom {
    margin: -31px 0px -13px 0px;
    padding: 0 50px 0px;
}

.invoice-1 .bg-active {
    background-image: linear-gradient(to bottom, #0783d9, #006CB6) !important;
    color: #fff!important;
}

.invoice-1 .active-color{
    color: #006CB6!important;
}

.invoice-1 .invoice-bottom h3 {
    margin-bottom: 7px;
}

.invoice-1 .contact-info {
    padding: 30px 49px;
    border-radius: 0 100px 0 0;
    background-image: linear-gradient(to bottom, #0783d9, #006CB6);
}

.invoice-1 .contact-info a {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}



/** MEDIA **/
@media (max-width: 992px) {
    .invoice-1 {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    
    .invoice-1 .contact-info a {
    display: block !important;
}


    .invoice-1.invoice-content .color-white {
        color: #262525!important;
    }

    .invoice-1 .payment-method {
        margin: 0 auto 30px 0;
    }

    .invoice-1 .invoice-top {
        padding: 30px 30px 0;
    }

    .invoice-1 .contact-info {
    padding: 14px 21px;
    border-radius: 0;
}

    .invoice-1 .invoice-center {
        padding: 0 0px 0px;
    }

    .invoice-1 .invoice-contact::after {
        display: none;
    }

    .invoice-1 .invoice-bottom {
        padding: 0 30px;
    }

    .invoice-1 .invoice-id {
        background: transparent;
    height: 48px !important;
}
    .invoice-1 .invoice-logo {
        padding: 0;
        margin-bottom: 10px;
    }

    .invoice-1 .invoice-headar {
        height: 220px;
        margin-bottom: 0;
        padding: 1px;
        text-align: center;
    }

    .invoice-1 .invoice-id .info {
    margin: 0px 12px;
    padding: 0;
    max-width: 100% !important;
}

    .invoice-1 .invoice-number-inner {
        margin: 0 auto 0 0;
    }
}


    /*---------------------------------market update css start ---------------------------------*/






    img,
    video {
    max-width: 100%;
    height: auto;
    }
    .fancybox__nav {
        bottom: 50%;
    }


    /* ///////////////////////// / contact page css add //////////////////// */

    
.process-rowmax {
    /* font-family: 'Oxanium', cursive; */
    font-family: sans-serif;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: auto;
width: 1400px;
}
.traineeshipmax .activitymax {
    display: flex;
    width: 267px;
    margin: 11px 3px 13px;
    background-color: #006CB6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    height: 45vh;
}
.animate-from-bottom__0 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
.animate-from-bottom__1 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: .8s;
animation-duration: .8s;
}
.animate-from-bottom__2 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.animate-from-bottom__3 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s
}
.animate-from-bottom__4 {
-webkit-animation-name: from-left;
animation-name: from-left;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s
}
.traineeshipmax .activitymax .relative-block {
width: 100%;
min-height: 320px;
}
@-webkit-keyframes from-left {
from {
-webkit-transform: translateY(50px);
transform: translateY(50px)
}

to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes from-left {
from {
-webkit-transform: translateY(50px);
transform: translateY(50px)
}

to {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.relative-block {
position: relative;
}
.activitymax-iconmax {
position: absolute;
bottom: 0;
right: 0;
}
.activitymax-iconmax img {
width: 60%;
float: right;
}
.traineeshipmax .inactivemax {
padding: 13px 2px;
}
.traineeshipmax .inactivemax .title {
border-bottom: 3px solid #f5ca2a;
padding-bottom: 14px;
width: max-content;
color: #fff;
font-size: 13px;
font-weight: 400;
margin: auto;
}
.traineeshipmax .activitymax .activemax {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: auto;
min-height: 100%;
padding: 25px 30px 50px;
}
.traineeshipmax .activitymax .activemax .title {
color: #1f1f1f;
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
.traineeshipmax .activitymax .activemax .sub-title {
margin-top: 10px;
color: #616161;
font-size: 16px;
line-height: 28px;
text-align: left;
}
.traineeshipmax .activitymax .activemax .ul {
margin-bottom: 45px;
margin-top: 10px;
}
.traineeshipmax .activitymax .activemax .li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 30px;
color: #616161;
font-size: 16px;
line-height: 26px;
}
.traineeshipmax .activitymax .activemax .li:before {
position: absolute;
content: "\f00c";
color: #e2b921;
font-family: FontAwesome;
display: inline-block;
margin-left: -1.6em;
width: 22px;
}
.traineeshipmax .activitymax:hover {
width: 750px;
background-color: #fff;
}
.traineeshipmax .activitymax:hover .inactivemax {
display: none;
}
.traineeshipmax .activitymax:hover .activemax {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/* width: 340px; */
}
@media only screen and (max-width: 1000px) {
.process-rowmax {
flex-direction: column;
}

.traineeshipmax .inactivemax .title{
font-size: 1.5rem;
}

.traineeshipmax .activitymax {
width: 93%;
}
.traineeshipmax .activitymax .activemax{
width: 93%;
}

.traineeshipmax .activitymax .activemax .sub-title {
font-size: 1em;

}

.traineeshipmax .activitymax .activemax .title {
font-size: 1.2rem;
font-weight: bold;
}

.traineeshipmax .activitymax .relative-block {
min-height: 100%;
}

.traineeshipmax .activitymax:hover {
width: 98%;
    margin-left:2px;
    margin-right:10px;
}

}

@media only screen and (max-width: 400px){
.activitymax-iconmax img {
width: 30%;
}
.traineeshipmax .activitymax .activemax .sub-title {
font-size: .7em;

}
}


/* check css start  */



.Editorial_Desk{
    transform: rotate(90deg);
    width: 100%; 
    /* margin-top:100px; */
  } 
  .desk_ing {
    background-image: url('../image/termin1.jpg');
    width: 310px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    height: 310px !important;
    background-repeat: no-repeat;
    position: relative;
    margin: 3px auto 16px  !important;
    border-radius: 100% !important;
}
.Editorial_Desk .owl-item.cloned {
    width: 1100px !important;
}
.desk_ing.two {
    background-image: url('../image/termin2.jpg') !important;
}
 /* .desk_ing img {
     border-radius: 100%;
     width: 300px !important;
     height: 300px;
     padding: 10px 0px 10px 0px;
 } */
 .mat{
    transform: rotate(-90deg);
  }
 .Editorial_Desk .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    /* top: calc(50% - 33px); */
  }

 .Editorial_desk {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/* .Editorial_desk h2 {
    padding-top: 50px;
} */
 .Editorial_desk p {
     margin-bottom: 0px;
     line-height: 1.8;
     color: #000;
     text-align: justify;
     font-family: sans-serif;
 }

 /* category page css start  */
 .emi_category {
    width: 1300px;
    margin: auto;
}
.text_uvr {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-top: 100px;
}
.carduvr {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 200px;
    padding-bottom: 3px;
    background-color: white;
}
.contuvr a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
.carduvr img {
    width: 120px;
    height: 120px;
    border: 1px solid gainsboro;
    border-radius: 50%;
    padding: 5px;
    margin-top: -45px;
}

.carduvr h2{
    margin: 10px 0;
}

.contuvr{
    width: 90%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
    padding-top: 18px;
}

.carduvr .contuvr .linkuvr i{
    font-size: 25px;
    color: rgb(82, 82, 82);
    transition: all 0.2s ease;
}

.carduvr .contuvr .linkuvr i:hover{
    color: black;
    cursor: pointer;
}

.carduvr:hover > .contuvr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 59px;
}

.carduvr:hover > .linkuvr{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
section.category_sec {
    background: #fff;
    height: 40vh;
    overflow: hidden;
}
.breadcrumbs-v3 {
    text-transform: uppercase;
    background: #006CB6;
    padding: 8px 0px 26px 0px;
    height: 85px;
    font-size: 2rem !important;
}
ul#sidebar-nav li.list-group-item.active {
    background: #006cb6;
}
button.btn.btn-primary.profile-button {
    padding: 8px 0px !important;
}
ul#sidebar-nav li.list-group-item.active a {
    color: #fff;
}
ul#sidebar-nav li.list-group-item.active {
    background: #006cb6;
}
ul#sidebar-nav li.list-group-item.active a {
    color: #fff;
}
.breadcrumbs-v3 h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 31px;
    text-transform: uppercase;
    background: #006CB6;
    padding: 1px 0px 1px 0px;
    height: 50px;
}
 /* category page css End  */

 /* paginaion css start  */
 
/* cardmaxfaxS */
.active>.page-link, .page-link.active {
    background-color: #006cb6 !important;
    border-color: var(--bs-pagination-active-border-color);
}
.cardmaxfax-container {
    display: unset !important;
    justify-content: center;
    /* margin-top: -100px; */
    margin-bottom: -30px;
    align-items: center;
    flex-direction: column;
}
.hardware_recode {
    display: flex;
    width: 1417px;
    margin: auto;
}
.cardmaxfax-content {
    flex-direction: column;
}

.cardmaxfax {
    position: relative;
    /* margin: 1.5em; */
    border-radius: 10px;
    /* overflow: hidden; */
    cursor: pointer;
}


.cardmaxfax:hover {
    transform: translateY(-10px);
}

.cardmaxfax-image {
    max-height: 14em;
}

.cardmaxfax-image img {
    max-width: 100%;
    height: 14em;
}

.cardmaxfax-info {
    position: relative;
    color: #222;
    padding: 0.6em 2.2em 2.2em;
}

.cardmaxfax-info h3 {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 0.3em;
}

.cardmaxfax-info p {
    font-size: 1em;
    margin-bottom: 0.3em;
}


/* PAGINATION */

.pagination {
    text-align: center;
    user-select: none;
    display: flex;
    margin: auto;
    width: 32%;
}

.pagination li {
    display: inline-block;
    margin: 0.2em;
    box-shadow: 0 5px 25px rgba(1, 1, 1, 0.3);
}


.pagination li strong {
	color: #fff;
	background-color: #006cb6 !important;
	padding: 8px 15px;
}
.previous-page,
.next-page {
    background: #0AB1CE;
    width: 5em;
    border-radius: 45px;
    cursor: pointer;
}

.previous-page:hover {
    transform: translateX(-5px);
}

.next-page:hover {
    transform: translateX(5px);
}

.current-page,
.dots {
    background: #ccc;
    width: 2.8em;
    border-radius: 50%;
    cursor: pointer;
}

/* .current-page:hover,
.dots:hover {
    transform: translateY(-5px);
} */

.pagination li.active {
    background: #333;
}

.pagination li.disable {
    background: #ccc;
}


/* MEDIA QUERIES */


@media (min-width: 100px) and (max-width: 800px) {

    .pagination {
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
    }
}



/* DISABLED */


.star_style {
    display: flex;
    gap: 9px;
    color: green;
    margin-bottom: -7px;
}
button.btn.btn-sm.rounded.btn-danger {
    float: right;
}
.news-v3-in-sm.no-padding_tel {
    padding: 0px 20px;
} 
.es_h2 {
    font-size: 17px;
    margin: 7px 0 5px;
    line-height: 2;
    text-transform: inherit;
    color: #006CB6;
}
.es_font_size {
    font-size: 13px;
    color: #000;
}
.page_nate {
    text-align: center;
    margin: 12px 0px 0px 14px;
}
img.page_nate_img {
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
}
.btn_enqu{
    display: flex;
    float: right;
    gap: 20px;
}
.btn_enqu button {
    width: 125px;
    height: 36px;
}
 /* paginatin css end  */

 /* all_cate css start  */
 .dropbtnmax {
    background-color: #3498DB;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.btn-download_uxle {
    background-color: #3498DB;
    color: white;
    padding: 9px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #3498DB !important;
    border-color:#3498DB !important;
    
}
.row_dolted {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: auto;
    align-items: center;
    padding-top: 22px;
}
.dropbtnmax:hover, .dropbtnmax:focus {
  background-color: #2980B9;
}

.dropdownxt {
    position: relative;
    display: inline-block;
    padding: 0px 0px 5px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefefe;
    min-width: 105px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: left;
    z-index: 99999;
}

.dropdown-content a {
    color: black;
    padding: 6px 8px;
    display: block;
    font-size: 13px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
    /* neew */
    .container.content_xt {
    padding-top: 40px;
    padding-bottom: 40px;
}
label.label_.ulx_label {
    display: block;
}
select#state_ulx {
    padding: 7px 4px;
    width: 100%;
    border-color: #cdcbcb;
}
  /* all cate css end  */
/* advance search css start  */
  .content_xt {
    width: 1200px;
    margin: auto;
}
.advance_field_value {
    padding-left: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.ssxmt .col-md-4 {
    padding-bottom: 14px;
}
.row_doltedulxmt {
    display: flex;
    padding-top: 25px;
    float: right;
    gap: 20px;
}
.advance_panel_heading {
    background: #006CB6;
    padding-left: 8px;
}
.panel-titlext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}
/* advance search css End  */


/* party_detail css start  */
.blog-sliderulxTQ {
    width: 100%;
    position: relative;
    /* margin: auto; */
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border-radius: 25px;
    height: 255px !important;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-sliderulxTQ {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
    .blog-sliderulxTQ {
        min-height: 300px;
        margin: 70px auto 20px;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-sliderulxTQ {
    height: 350px;
  }
}
.blog-sliderulxTQ__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__item {
    flex-direction: column;
  }
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > * {
  opacity: 1;
  transform: none;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-sliderulxTQ__item.swiper-slide-active .blog-sliderulxTQ__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-sliderulxTQ__img {
    width: 190px;
    flex-shrink: 0;
    height: 190px !important;
    border: 1px solid #eee;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-sliderulxTQ__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-sliderulxTQ__img {
    height: 270px;
  }
}
.blog-sliderulxTQ__content {
    padding-left: 31px;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__content {
    padding: 0;
  }
}
.blog-sliderulxTQ__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-sliderulxTQ__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.blog-sliderulxTQ__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-sliderulxTQ__text {
  color: #4e4a67;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.blog-sliderulxTQ__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #50a8e4 0%, #006CB6 74%);
    padding: 9px 10px;
    border-radius: 4px !important;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}
@media screen and (max-width: 576px) {
  .blog-sliderulxTQ__button {
    width: 100%;
  }
}
.blog-sliderulxTQ .swiper-container-horizontal > .swiper-pagination-bullets, .blog-sliderulxTQ .swiper-pagination-custom, .blog-sliderulxTQ .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-sliderulxTQ__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
fieldset.xuv-ssd .form-control {
    outline: none;
    box-shadow: none;
}
.blog-sliderulxTQ__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-sliderulxTQ__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-sliderulxTQ__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    height: 30px;
    background-image: linear-gradient(147deg, #50a8e4 0%, #006CB6 74%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media screen and (max-width: 768px) {
  .blog-sliderulxTQ__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
/* new css Add  */
.panel-red > .panel-heading {
    background: #4F9ACD;
}
.panel-red > .panel-heading h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}
tr.dem_mare :nth-child(1) {
    padding-left: 25px;
    text-align: start;
}
tr.dem_mare :nth-child(2) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(3) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(4) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_mare :nth-child(5) {
    text-align: start !important;
    padding-left: 20px !important;
}
tr.dem_maree :nth-child(1) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(2) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(3) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(4) {
    text-align: start;
    padding-left: 19px !important;
}
tr.dem_maree :nth-child(5) {
    text-align: start;
    padding-left: 19px !important;
}

/* new css sadd */
fieldset.xuv-ssd {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: #fff;
}
fieldset.xuv-ssd label.label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 600;
}
label.textarea_xuv_ssd textarea {
    width: 100%;
    height: auto;
    resize: none;
}
label.textarea_xuv_ssd {
    width: 100%;
}
label.select_xuv_ssd {
    width: 100%;
}
label.select_xuv_ssd select#subjectid {
    width: 100%;
    height: 33px;
    padding: 6px 10px;
}
button.button_xuv_ssd {
    float: right;
    height: 36px;
    overflow: hidden;
    margin: 8px 0 0 20px;
    padding: 0 10px;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

/* emjo css start  */
.rating_x_vu {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 118px;
    position: relative;
}

.rating_x_vu-0 {
  filter: grayscale(100%);
}

.rating_x_vu > input {
  display: none;
}

.rating_x_vu > label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating_x_vu > input:checked ~ label,
.rating_x_vu > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating_x_vu > input:not(:checked) ~ label:hover,
.rating_x_vu > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
    margin: 14px 0;
    width: 50px;
    height: 70px;
    flex-shrink: 0;
}

#rating_x_vu-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
#rating_x_vu-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
#rating_x_vu-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
#rating_x_vu-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
#rating_x_vu-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback_xuv {
    max-width: 105px;
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: -64px;
    flex-wrap: wrap;
    align-items: center;
}

/* emoji css end  */

/* party_detail css End  */
#publication .bottom-toolbar-frame {
    height: 45px;
    top: 0 !important;
    position: absolute !important;
    width: 32% !important;
    right: 0 !important;
}
.logo-container .logo-custom[data-v-3832a65e] {
    display: none !important;
    -webkit-transition: width .3s ease,
                height .3s ease;
    transition: width .3s ease,
                height .3s ease;
}
#scrollUp {
    right: 36px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #006CB6;
    -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
    animation: white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
body {
    overflow-x: hidden;
}
#scrollUp {
    right: 15px !important;
    bottom: 70px !important;
}
::selection {
    background: #006CB6;
    color: #fff;
    text-shadow: none;
}
html {
    scroll-behavior: smooth;
  }
@keyframes white-shadow{
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 #ffffff80;
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

}

@keyframes red-shadow{
0% {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 88%);
}
100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
}
}
/* most css Start  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.618;
    font-family: "Poppins", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

code,
pre,
samp {
    font-family: monospace;
}

/**
* BASIC TYPE
*/

img,
video {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin: 0 0 1em;
	/*text-align: justify;*/
}
.about-contant p{
text-align: justify;	
}

h1,
h2,
h3,
h4 {
    margin: .5em 0 .75em;
    line-height: 1.3;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.125em;
}

h4 {
    font-size: 1em;
}

/**
* BOX HACKING
*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


.cf:after,
.lab-grid:after {
    content: "";
    display: table;
    clear: both;
}

/**
* CONTENT WRAPPER
*/

.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    max-width: 1080px;
}

/**
* ICON SYSTEM
*/

.icon {
    height: 1em;
    width: 1em;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

/**
* BUTTONS
*/

.buttons {
    margin: 1.5em 0;
}

.button {
    padding: 1em 1.5em;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
}

.button:hover {
    color: rgba(255, 255, 255, 0.9);
}

.green-sea {
    background: #16a085;
}

.button.green-sea:hover {
    background: #1abc9c;
}

.belize-hole {
    background: #2980b9;
}

.button.belize-hole:hover {
    background: #3498db;
}

.pomegranate {
    background: #006CB6;
}

.button.pomegranate:hover {
    background: #006CB6;
}

/**
* Carbon
*/
#carbonads {
    font-family: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 1.5em;
    max-width: 728px;
    font-size: 22px;
    color: inherit;
}

#carbonads a {
    text-decoration: none;
    color: inherit;
}

#carbonads a:hover {
    color: inherit;
}

.carbon-wrap {
    display: flex;
    align-items: center;
}

.carbon-img {
    display: block;
    float: left;
    margin: 0;
    line-height: 1;
}

.carbon-img img {
    display: block;
    width: auto;
    height: 90px;
}

.carbon-text {
    display: block;
    float: left;
    padding: 0 1em;
    max-width: calc(100% - 130px - 2em);
    text-align: left;
    line-height: 1.35;
}

.carbon-powe#006CB6by {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 6px 10px;
    border-top-left-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
}

/**
* HYPERLINKS & NAVIGATION
*/

.lab-nav {
    width: 100%;
}

.lab-nav--fixed {
    position: fixed;
}

.lab-nav--top {
    top: 0;
}

.lab-nav--bottom {
    bottom: 0;
}

.lab-nav,
.lab-follow {
    font-size: 13px;
    line-height: 1;
}

.lab-theme-light body {
    color: rgba(0, 0, 0, .75);
}

.lab-theme-light .lab-nav,
.lab-theme-light .lab-follow {
    background: rgba(0, 0, 0, 0.05);
}

.lab-theme-light .lab-nav,
.lab-theme-light .lab-follow,
.lab-theme-light .lab-nav a {
    color: rgba(0, 0, 0, 0.35);
}

.lab-theme-light .lab-nav a:hover,
.lab-theme-light .lab-nav a:active,
.lab-theme-light .lab-nav a:focus,
.lab-theme-light .lab-follow:hover,
.lab-theme-light .lab-follow:active,
.lab-theme-light .lab-follow:focus {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.lab-theme-light #carbonads {
    border-color: rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.05);
}

.lab-theme-light #carbonads:hover,
.lab-theme-light #carbonads:active,
.lab-theme-light #carbonads:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.lab-theme-light .carbon-powe#006CB6by {
    background: repeating-linear-gradient(-45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.05) 5px,
            rgba(0, 0, 0, 0.025) 10px) rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .5);
}

.lab-theme-light .lab-article-button {
    color: rgba(0, 0, 0, .25);
    border: 3px solid rgba(0, 0, 0, .1);
}

.lab-theme-light .lab-article-button:hover,
.lab-theme-light .lab-article-button:active,
.lab-theme-light .lab-article-button:focus {
    color: rgba(0, 0, 0, .3);
    border-color: rgba(0, 0, 0, .15);
}

.lab-theme-dark body {
    color: rgba(255, 255, 255, .75);
}

.lab-theme-dark .lab-nav,
.lab-theme-dark .lab-follow {
    background: rgba(255, 255, 255, 0.05);
}

.lab-theme-dark .lab-nav,
.lab-theme-dark .lab-nav a,
.lab-theme-dark .lab-follow {
    color: rgba(255, 255, 255, 0.35);
}

.lab-theme-dark .lab-nav a:hover,
.lab-theme-dark .lab-nav a:active,
.lab-theme-dark .lab-nav a:focus,
.lab-theme-dark .lab-follow:hover,
.lab-theme-dark .lab-follow:active,
.lab-theme-dark .lab-follow:focus {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.lab-theme-dark #carbonads {
    border-color: rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
}

.lab-theme-dark #carbonads:hover,
.lab-theme-dark #carbonads:active,
.lab-theme-dark #carbonads:focus {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.lab-theme-dark .carbon-powe#006CB6by {
    background: repeating-linear-gradient(-45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.05) 5px,
            rgba(255, 255, 255, 0.025) 10px) rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, .5);
}

.lab-theme-dark .lab-article-button {
    color: rgba(255, 255, 255, .25);
    border: 3px solid rgba(255, 255, 255, .1);
}

.lab-theme-dark .lab-article-button:hover,
.lab-theme-dark .lab-article-button:active,
.lab-theme-dark .lab-article-button:focus {
    color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .15);
}

.lab-follow,
.lab-article-link,
.lab-share a {
    padding: 1.25em .75em;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}

.lab-follow,
.lab-article-link span,
.lab-share-link span {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lab-follow {
    display: none;
}

.lab-follow .icon {
    vertical-align: top;
}

.lab-article-link {
    float: left;
}

.lab-share {
    float: right;
    text-align: right;
}

.lab-share ul {
    margin: 0;
}

.lab-share li {
    display: inline;
    margin: 0;
}

.lab-article-button {
    font-weight: 700;
    display: block;
    margin: 2em 0;
    padding: 1.25em;
    text-align: center;
}

/**
* Grid
*/
.lab-grid {
    width: 100%;
}

.lab-grid .lab-grid-cell {
    margin-bottom: 1.5em;
}

.lab-grid .lab-grid-cell--mb-2x {
    margin-bottom: 3em;
}

.lab-grid-cell {
    padding-left: 0;
}

.w-full {
    width: 100%;
}

.w-three-quarters {
    width: 75%;
}

.w-two-thirds {
    width: 66.66666%;
}

.w-half {
    width: 50%;
}

.w-third {
    width: 33.33333%;
}

.w-quarter {
    width: 25%;
}

/**
* Pagination
*/

.labs-pagination {
    display: flex;
    justify-content: center;
}

.labs-pagination span,
.labs-pagination a {
    vertical-align: middle;
    margin: .5em;
}

.labs-pagination span a {
    padding: .5em 1em;
}

.bsap {
    display: flex !important;
    justify-content: center;
}

.single-demo #carbonads {
    display: flex;
    position: absolute;
    bottom: 1em;
    left: 1em;
    max-width: 330px;
    margin-bottom: 0;
    z-index: 100;
}

.single-demo #carbonads span {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-demo #carbonads .carbon-wrap {
    align-items: center;
    display: flex;
}

.single-demo #carbonads .carbon-img {
    display: block;
    margin: 0;
    line-height: 1;
}

.single-demo #carbonads .carbon-img img {
    display: block;
}

.single-demo #carbonads .carbon-text {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: left;
}

.single-demo #carbonads .carbon-powe#006CB6by {
    display: block;
    padding: 6px 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
    border-top-left-radius: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/**
* MEDIA SETTINGS
*/

@media only screen and (min-width: 320px) and (max-width: 759px) {
    .carbon-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    ul#company {
        width: 75rem !important;
    }
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.65em;
    }

    h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: 1em;
    }

    .w-full--d {
        width: 100%;
    }

    .w-three-quarters--d {
        width: 75%;
    }

    .w-two-thirds--d {
        width: 66.66666%;
    }

    .w-half--d {
        width: 50%;
    }

    .w-third--d {
        width: 33.33333%;
    }

    .w-quarter--d {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {

    .lab-article-link span,
    .lab-share span {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lab-follow {
        display: inline-block;
        position: fixed;
        right: -34px;
        bottom: 20%;
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 768px) {
    .lab-grid {
        margin-left: -1.5em;
        width: calc(100% + 1.5em);
    }

    .lab-grid-cell {
        float: left;
        padding-left: 1.5em;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.45em;
    }

    .lab-grid--3 .lab-grid-cell {
        width: 50%;
    }

    .w-full--t {
        width: 100%;
    }

    .w-three-quarters--t {
        width: 75%;
    }

    .w-two-thirds--t {
        width: 66.66666%;
    }

    .w-half--t {
        width: 50%;
    }

    .w-third--t {
        width: 33.33333%;
    }

    .w-quarter--t {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .lab-share {
        text-align: right;
    }

    .w-full--m {
        width: 100%;
    }

    .w-three-quarters--m {
        width: 75%;
    }

    .w-two-thirds--m {
        width: 66.66666%;
    }

    .w-half--m {
        width: 50%;
    }

    .w-third--m {
        width: 33.33333%;
    }

    .w-quarter--m {
        width: 25%;
    }
}

/* most css End */
body {
    background: #ddd;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked+.main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #fff;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    /* color: #444; */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
    /* font-size: 16px; */
    /* font-weight: bold; */
    text-transform: capitalize;
}


#toggle-menu {
    background: #fff;
}

/* #toggle-menu, 
#menu a {
padding: 1em 1.5em;
} */
ul.sub-menu li a {
    color: #000 !important;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

ul.main-menu.cf li a {
    color: #fff;
}

#menu a:hover {
    color: #fb3426;
    filter: none !important;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked+.sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #444;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width: 1024px) {
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked+.sub-menu {
        display: none;
    }

    #menu .sub-menu li {
        border-width: 0 0 1px;
    }

    #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    #menu .sub-menu .drop-icon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 7px 8px;
    }

    #menu li:hover>input[type="checkbox"]+.sub-menu {
        display: block;
    }
}



.PARIVAHAN_paragaph {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 12px !important;
}

.icon-content {
    padding-top: 9px;
}

/* other css Start  */
.logo_nav {
    padding: 11px 0px;
}

.logo_nav img {
    width: 60%;
}

ul.main-menu.cf li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

ul.sub-menu li a {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 8px 10px !important;
    border-bottom: solid 1px #dedede;
    text-transform: capitalize;
}

ul.sub-menu li a:hover {
    color: #fff !important;
    background: #006CB6 !important;
    filter: none !important;
}

ul.main-menu.cf li a:hover {
    color: #006CB6;
    background: none;
    filter: none !important;
}

/* navbar css Start  */
section.nav_sec {
    background: #fff;
    /* padding-top: 12px; */
}

h6.text-primary {
    color: #006CB6 !important;
    font-weight: 400;
    text-transform: uppercase;
}

ul.contact-info.clearfix li i {
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
}

div#nav_gards {
    background: #2d3239;
}

div#nav_gard {
    display: flex;
    width: 1347px;
    margin: auto;
    height: 52px;
    align-items: center;
}

/* .logo-header.logo-dark a img {
  height: auto;
  padding: 74px;
} */
.logo-header.logo-dark img {
    width: 80%;
}

.logo-header.logo-dark {
    width: 100%;
    display: flex;
    height: 120px;
    align-items: center;
}

.contact-info li {
    list-style: none;
    padding: 14px 0px 0px 0px;
}

div#whatsapp_png {
    width: 19%;
    margin: -9px auto 6px;
}

a.site-button {
    background: #006CB6 !important;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    cursor: pointer;
    margin-top: -6px;
    height: 60px;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
}

.contact-info h6 {
    font-size: 16px;
    margin: 0 0 0px 0;
    font-weight: 400;
    text-transform: uppercase;
}

ul.contact-info.clearfix {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

ul.contact-info.clearfix li span {
    font-size: 13px;
    color: #a7a7a7;
}

.navbar_div_ {
    align-items: center;
    height: 83px;
    align-content: center;
}

.navbar_div {
    background: white;
    padding: 10px;
}

.radius-sm {
    border-radius: 4px;
}

/* #toggle-menu, #menu a {
    padding: 1em 1.1em;
} */
.container.content-md.news_height {
    padding-top: 8px;
    padding-bottom: 0px;
}

.news_text {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}
ul.sub-menu li a::after {
    background: none !important;
}
ul.main-menu.cf li a::after {
    background-color: #4a4a4a;
    bottom: 20px;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}

ul.main-menu.cf {
    margin-left: 5px !important;
}



/* navbar css End  */
/* About us css Start  */
.owl-carousel.aboutt.owl-theme.abot_lx.owl-loaded.owl-drag .item img {
    height: 420px;
    border-radius: 0px !important;
}

.content-inner-1 {
    padding-top: 15px;
    padding-bottom: 20px;
    /* background: #ece9e9 !important; */
}

p.paraghph_about {
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
}

.about-us .dlab-tabs {
    position: relative;
}

.about-us .dlab-tabs {
    padding-top: 0;
}

.about-us .dlab-tabs .tab-content {
    margin-left: 60px;
    border: 0;
}

/* .dlab-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
} */
/* .about-us .dlab-tabs .about-contant {
    padding: 30px 30px 10px 30px;
} */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* height: 455px; */
    border-radius: 14px;
}



.m-b20 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.font-16 {
    font-size: 16px;
}

.m-b30 {
    margin-bottom: 16px;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 3px;
    background: #fff;
    height: 170px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.icon-bx-sm {
    width: 50px;
    height: 50px;
    line-height: 59px;
}

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
    background: #006CB6 !important;
}

[class*="icon-bx-"][class*="bg-"] a svg {
    color: #fff;
    font-size: 20px;
}

a.icon-cell svg {
    font-size: 22px;
    padding-top: 1px;
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    border-radius: 100%;
}

h2.text-uppercase.m-t0.m-b10.about_set {
    font-size: 30px;
    line-height: 24px;
    font-weight: 700;
}

.about_set span {
    color: #006CB6 !important;
}

.m-b15 {
    margin-bottom: 15px;
}

.col-lg-4.dlab-we-best {
    margin-top: 0px;
}

.digtail_edit_ {
    background: white;
    padding: 6px 0px 0px 9px;
    height: 42px;
    align-items: center;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    justify-content: center;
}

h2.digtail_edit {
    font-weight: bold;
    font-size: 15px;
    color: #3c3c3c;
    border-left: 4px solid #006CB6;
    padding-left: 10px;
}

a.site-button.read_ {
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    height: 35px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    border-radius: 2px;
}

.count {
    font-size: 28px;
    line-height: 10px;
    font-weight: 700;
    padding-top: 5px;
    color: #006CB6 !important;
}

strong {
    font-weight: 600;
    color: #006CB6;
}

/* About us css End  */
/* bootstrap slider fix image show  */
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #006CB6 !important;
}

p.for_detail_work {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #aba9a9;
    margin: 0px 0px 5px 0px;
	text-align: center;
}

.get-a-quote h2 {
    line-height: 10px;
    font-size: 29px;
    font-weight: 700;
    margin-top: 1px;
}

marquee {
    padding-top: 0px;
}

a.site-button.rxm {
    padding: 13px 20px;
    display: inline-block;
    font-size: 16px;
    outline: none !important;
    color: #000;
    cursor: pointer;
    background: #fff !important;
    border-width: 0;
    border-style: solid;
    align-items: center;
    font-weight: 500;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    border-radius: 4px;
    margin: auto;
    height: 47px;
}

/* bootstrap slider fix image show  */
/* responsive toggel css start  */
#menu label.drop-icon, #toggle-menu span.drop-icon {
    font-size: 24px;
    padding: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
    width: 39px;
    height: 39px;
    margin: 11px 15px 0px 0px;
}

/* responsive toggel css End  */
/* lastest project css Start  */
span.text-white {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.dlab-project-left {
    position: relative;
}

.project__ {
    padding-top: 80px;
    padding-bottom: 55px;
}

img#services_i {
    position: absolute;
    z-index: 99;
    right: 100px;
    margin-top: 100px;
    height: 287px;
    text-align: center;
}

p.text-white.p-r10.service-ii {
    padding: 37px 0px;
}

span.text-white.service-ii {
    padding-top: 8px;
}

.service-ii {
    position: absolute;
    z-index: 99;
}

.col-lg-3.col-md-4.offset-lg-1.offset-md-1.col-sm-12.dlab-project-left.p-t70::after {
    content: "";
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 15px;
    top: 0;
    width: 487px;
    z-index: 0;
    /* height: 8vh; */
    background-color: #006CB6;
}

.section-full {
    position: relative;
    overflow: hidden;
}

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
    width: 1404px;
    margin: auto;
    /* height: 69vh; */
}

.section-full.about-us.bg-white.content-inner-1 {
    background: #f0f0f0 !important;
    padding: 30px 30px 20px 30px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

section#__PROJECTS {
    padding-top: 0px;
    background: #006CB6;
    padding-bottom: 0px;
    overflow: hidden;
}

.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.youtube-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 38px;
    color: #006CB6;
    background: #fff;
    width: 33px;
    line-height: 21px;
    border-radius: 4px;
    height: 22px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ow-entry-content {
    margin-bottom: 10px;
}

.ow-entry-content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}

.date {
    position: absolute;
    right: 0px;
    padding: 3px 10px;
    bottom: 82px;
    color: #fff;
}

.date::after {
    content: "";
    position: absolute;
    background-color: #006CB6;
    left: -33px;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 1;
    transform: skewX(-20deg);
    background-image: url(../image/counter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}


.dlab-img-effect.zoom-slow img {
    -webkit-transition: all 4s;
}

.dlab-img-effect.zoom-slow:hover img {
    transform: scale(1.2);
    -webkit-transition: all 4s;
}

.ow-entry-content {
    position: relative;
    border: 0;
    text-align: center;
}

h4.text-uppercase a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #3d474a;
}

/* lastest project css End  */
/* other css Start  */

/* blogs */
.dlab-team-1.left:hover .team-info:before,
.dlab-team-1.right:hover .team-info:before {
    height: 70%;
    transition: all 0.5s;
}

.w-100 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: none;
}

/* blogs */

/* .advertisement CSS Start  */
.advertisement_div {
    width: 1200px;
    margin: auto;
    padding: 24px 0px;
}

.advertisement img {
    transition: 2s all ease-in-out;
    width: 100%;
    height: 230px;
    cursor: pointer;
}

.advertisement img:hover {
    transform: scale(1.1);
    transition: 2s all ease-in-out;
}

.advertisement {
    overflow: hidden;
}

/* .advertisement CSS End  */

/* blogs page css Start  */
.section-head h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 700;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.section-head.text-center p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding-bottom: 0px;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
    background-color: #FFF;
    position: relative;
}

.dlab-media {
    overflow: hidden;
}

.dlab-media img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
}

.blog-info {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.blog-info li {
    display: inline-block;
    padding: 0 5px 0px 5px;
    line-height: 14px;
    border-right: 1px solid;
}

.blog-info li {
    color: #006CB6;
}

.blog-info li a {
    color: #006CB6;
}

.p-a20 {
    padding: 15px;
}

h4.dlab-title.m-t0 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 26px;
}

h4.dlab-title.m-t0 a {
    color: #000;
}

.dlab-info.p-a20.border-1 p {
    line-height: 26px;
}

.item.demartblog_Set {
    width: 372.003px;
    margin: 0px 30px;
}

.owl-carousel.demartblog.owl-theme.owl-loaded.owl-drag .owl-item.cloned {
    margin: 0px 2px;
}

ul.blog-info.text-primary li {
    font-size: 13px;
}

.dlab-info.p-a20.border-1 {
    border: 1px solid gainsboro;
}

.dlab-box {
    margin: 0px 7px;
}
.owl-carousel.BestDeals.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    position: absolute;
    top: -65px;
    right: 0;
}
.section-head h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
}

/* blogs page css End  */

/* our best services css Start  */
.service-head:after {
    background: inherit;
    content: "";
    height: 37px;
    left: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}

.service-head:before {
    background: inherit;
    content: "";
    height: 37px;
    right: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

h4.m-a0.bg-primary.service-head a {
    font-size: 17px;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.bg-gray {
    background-color: #f5f6f6;
}

.p-a20 {
    padding: 20px;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
    background-color: #FFF;
    position: relative;
}

.service-head {
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

section.SERVICES_ {
    margin-top: -15px;
}

.SERVICE_ {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* our best services css End  */

/* our team css Start  */
.dlab-box:hover .dlab-info-has,
.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.2s linear;
}

.dlab-box .dlab-info-has,
.dlab-media .dlab-info-has {
    transition: all 0.2s linear;
}

.dlab-info-has.skew-has {
    border-top: 3px solid #fff;
    padding: 23px 15px 60px;
    transform: skewY(10deg);
    bottom: -59px;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
    background-color: #FFF;
    position: relative;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    text-align: center;
}

.dlab-info-has.skew-has>* {
    transform: skewY(-10deg);
}

.dlab-social-icon.dez-border li {
    padding: 0 3px;
}

.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
}

.dlab-info-has h1,
.dlab-info-has h2,
.dlab-info-has h3,
.dlab-info-has h4,
.dlab-info-has h5,
.dlab-info-has h6,
.dlab-info-has p,
.dlab-info-has-text,
.dlab-info-has a {
    color: #fff;
}

.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    opacity: 0;
    /* margin-bottom: -100px; */
    z-index: 2;
}

a,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-dlab-work .dlab-box .shadow-bx img,
.how-dlab-work .dlab-box .step-no-bx,
.dlab-info-has,
.dlab-we-find .dlab-box,
.navbar-toggler,
.logo-header,
.header-nav .nav>li>a,
.extra-nav {
    transition: all 0.2s linear;
}

.dlab-social-icon.dez-border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

ul.dlab-social-icon.dez-border li {
    padding: 0px 10px;
}

ul.dlab-social-icon.dez-border li svg {
    color: #fff;
    font-size: 18px;
}

.p-a10 {
    padding: 10px;
}

.dlab-media.team__ img {
    margin: auto;
}

.m-b5 {
    margin-bottom: 5px;
}

span.dlab-member-position {
    font-size: 13px;
    line-height: 1.5;
    text-transform: lowercase;
    display: block;
}

.p-a10 {
    text-align: center;
}

h4.dlab-title.text-uppercase.m-b5 {
    font-size: 16px;
    line-height: 10px;
    font-weight: bold;
}

.team__ a img {
    border-radius: 100% !important;
    width: 150px ;
    height: 150px !important;
    margin-top: 10px !important;

}

.dlab-media.team__ {
    text-align: center;
}

.dlab-info-has.skew-has.bg-primary {
    display: none;
}

/* our team css End  */


.header-v5 {
    z-index: 99;
    position: relative;
}

nav#menu {
    display: flex;
} 

div#nav_gards {
    background: #2d3239;
    position: sticky !important;
    top: 0px !important;
    z-index: 20 !important;
}

/* banner slider css Start  */
.banner_slider__ {
    height: auto;
    margin: auto;
    border-top: 2px solid red;
}

/* banner slider css Start  */

/* aos css Start for all site  */
div#about {
    overflow: hidden;
}

/* aos css Start for all site  */


/* package css Start  */
/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    text-decoration: none;
}

/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */
.cd-header {
    height: 100px;
    line-height: 170px;
    position: relative;
}

.cd-header h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 160px;
        line-height: 280px;
    }

    .cd-header h1 {
        font-size: 3.6rem;
        font-weight: 300;
    }
}

.cd-pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-container {
        margin: 0em auto;
    }

    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none;
    }
}

.cd-pricing-switcher {
    text-align: center;
}

.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 1px solid rgb(0, 108, 182);
    background: #006cb6;
}
section.banner {
    overflow: hidden;
}
section.nav_sec {
    background: #fff;
}
section.nav_main_sec {
    overflow: hidden;
}
.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.cd-pricing-switcher .cd-switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #ff0b0b;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-pricing-switcher input[type="radio"]:checked+label+.cd-switch,
.cd-pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.cd-switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
    display: none;
}

.cd-pricing-list {
    margin: 2em 0 0;
}

.cd-pricing-list>li {
    position: relative;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-list {
        margin: 1em 0 0;
    }

    .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-pricing-list>li {
        width: 292px;
        float: left;
    }

    .cd-has-margins .cd-pricing-list>li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }

    .cd-has-margins .cd-pricing-list>li:last-of-type {
        margin-right: 0;
    }
}

.cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
}

.touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}

.cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper>li {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    width: 309px;
}

.cd-pricing-wrapper>li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.cd-pricing-wrapper>li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}

.cd-pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
    width: 281px;
}

li.is-ended.is-hidden {
    width: 281px;
}

.cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-wrapper>li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8;
    }

    .cd-pricing-wrapper>li::after {
        /* hide gradient layer */
        display: none;
    }

    .cd-popular .cd-pricing-wrapper>li {
        box-shadow: inset 0 0 0 3px #006CB6;
    }

    .cd-has-margins .cd-pricing-wrapper>li,
    .cd-has-margins .cd-popular .cd-pricing-wrapper>li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }

    .cd-secondary-theme .cd-pricing-wrapper>li {
        background: #3aa0d1;
        background: -webkit-linear-gradient(bottom, #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    }

    .cd-secondary-theme .cd-popular .cd-pricing-wrapper>li {
        background: #006CB6;
        background: -webkit-linear-gradient(bottom, #006CB6, #e99b68);
        background: linear-gradient(to top, #006CB6, #e99b68);
        box-shadow: none;
    }

    :nth-of-type(1)>.cd-pricing-wrapper>li::before {
        /* hide table separator for the first table */
        display: none;
    }

    .cd-has-margins .cd-pricing-wrapper>li {
        border-radius: 4px 4px 6px 6px;
    }

    .cd-has-margins .cd-pricing-wrapper>li::before {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .cd-full-width .cd-pricing-wrapper>li {
        padding: 2.5em 0;
    }
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-popular .cd-pricing-wrapper>li::before {
        /* hide table separator for .cd-popular table */
        display: none;
    }

    .cd-popular+li .cd-pricing-wrapper>li::before {
        /* hide table separator for tables following .cd-popular table */
        display: none;
    }
}

.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    background-color: #3aa0d1;
    color: #FFFFFF;
}

.cd-pricing-header h2 {
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.cd-popular .cd-pricing-header {
    background-color: #006CB6;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-header {
        height: auto;
        pointer-events: auto;
        text-align: center;
        color: #173d50;
        background-color: transparent;
        /* width: 219px; */
    }

    .cd-popular .cd-pricing-header {
        color: #006CB6;
        background-color: transparent;
    }

    .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF;
    }

    .cd-pricing-header h2 {
        font-size: 19px;
        letter-spacing: 2px;
    }
}

.cd-currency,
.cd-value {
    font-size: 28px;
    font-weight: 300;
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.cd-popular .cd-duration {
    color: #f3b6ab;
}

.cd-duration::before {
    content: '/';
    margin-right: 2px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-value {
        font-weight: 300;
    }

    .cd-currency,
    .cd-duration {
        color: rgba(23, 61, 80, 0.4);
    }

    .cd-popular .cd-currency,
    .cd-popular .cd-duration {
        color: #006CB6;
    }

    .cd-secondary-theme .cd-currency,
    .cd-secondary-theme .cd-duration {
        color: #2e80a7;
    }

    .cd-secondary-theme .cd-popular .cd-currency,
    .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453;
    }

    .cd-currency {
        display: inline-block;
        margin-top: 0px;
        vertical-align: top;
        font-size: 28px;
        font-weight: 700;
    }

    .cd-duration {
        font-size: 12px;
    }

    .cd-price {
        line-height: 30px;
    }
}

.cd-pricing-body {
    overflow-x: auto;

}

.is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-body {
        overflow-x: visible;

    }
}

.cd-pricing-features {
    width: 600px;
}

.cd-pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-features {
        width: auto;
    }

    .cd-pricing-features li {
        float: none;
        width: auto;
        line-height: 1px;
        padding: 9px 12px;
    }

    .cd-popular .cd-pricing-features li {
        margin: 0 3px;
    }

    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23, 61, 80, 0.06);
    }

    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0;
    }

    .cd-has-margins .cd-popular .cd-pricing-features li,
    .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0;
    }

    .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF;
    }

    .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: transparent;
    }
}

.cd-pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* on mobile it covers the .cd-pricing-header */
    height: 80px;
    width: 100%;
}

.cd-pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(../img/cd-icon-small-arrow.svg);
}

a.cd-.Book.Now {
    background: #006CB6;
    padding: 10px 10px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 17px 0;
        text-align: center;
    }

    .cd-pricing-footer::after {
        /* hide arrow */
        display: none;
    }

    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0;
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    /* hide button text on mobile */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.color-red {
    color: #e74c3c;
}

.color-green {
    color: #72c02c;
}

@media only screen and (min-width: 768px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 9px 22px;
        color: #FFFFFF;
        border-radius: 2px;
        background-color: #0c1f28;
        font-size: 14px;
        text-indent: 0;
        text-transform: capitalize;
        letter-spacing: 2px;
    }

    .no-touch .cd-select:hover {
        background-color: #112e3c;
    }

    .cd-popular .cd-select {
        background-color: #006CB6;
    }

    .no-touch .cd-popular .cd-select:hover {
        background-color: #ec907e;
    }

    .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28;
    }

    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        background-color: #112e3c;
    }

    .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px;
    }
}

/* -------------------------------- 
  
  xkeyframes 
  
  -------------------------------- */
@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

section#PACKAGES__ {
    background: #f0f0f0;
    padding-top: 5px;
}

/* package css End  */
.grey_bg {
    background: #f0f0f0;
    padding-top: 0px;
}

.section_gap {
    padding-bottom: 50px;
    padding-top: 30px;
}


/* client css Start  */


.testimonial-text {
    position: relative;
}

.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

.testimonial-6 .quote-left:before {
    left: 15px;
}

.quote-left:before,
.quote-right:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    z-index: 10;
    top: 15px;
}

.testimonial-text p:last-child {
    margin: 0;
}

.quote-right:after {
    content: "\f10e";
    left: auto;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.quote-left:before,
.quote-right:after {
    position: absolute;
    z-index: 10;
}

.testimonial-6 .quote-left:before,
.testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

.testimonial-6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto;
}

.testimonial-6 .testimonial-detail {
    position: relative;
    padding: 10px 15px;
    top: -30px;
    width: 85%;
    background-color: #006CB6 !important;
    height: 86px;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

h4.testimonial-name.m-tb0 {
    color: #fff;
}

.testimonial-position {
    font-style: italic;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 5px solid #FFF;
}

.testimonial-pic.radius {
    -webkit-border-radius: 100%;
}

.testimonial-6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2;
}

.testimonial-6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    right: -23px;
    top: 0px;
    transform: skewX(27deg);
    width: 51px;
    z-index: 1;
    height: 86px;
}

.clearfix:after {
    clear: both;
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
}

section.client_say {
    background: #f0f0f0;
    padding-top: 27px;
}

/* client css Start  */

/* footer css Start  */
.dlab-newsletter {
    height: 87px;
    overflow: hidden;
}

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}

.position-relative {
    position: relative !important;
}

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}

.icon-lg {
    width: 80px;
}

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-lg i {
    font-size: 60px;
}

.dlab-newsletter .icon-content {
    margin-top: 14px;
}

h2.dlab-tilte.text-uppercase {
    font-size: 20px;
    color: #fff;
}

input#email_tag {
    height: 39px;
    border-radius: 0px;
    /* display: none; */
    margin: auto;
    margin-top: 26px;
}

.font-18 {
    font-size: 18px;
}

.icon-bx-wraper.left .dlab-tilte {
    margin-bottom: 10px;
}

.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}

.dlab-newsletter .form-control {
    z-index: 2;
}

.input-group .form-control,
.input-group-prepend,
.input-group-btn {
    display: table-cell;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.skew-subscribe {
    position: relative;
}

.skew-subscribe:before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: 0;
    width: 100px;
    height: 100%;
    border-right: 7px solid #2D3239;
    transform: skew(30deg);
    background-image: url(../image/meet-ask-row.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.button-skew {
    position: relative;
    text-align: center;
    z-index: 999;
    margin-right: 23px;
    border-radius: 4px 4px 4px 4px;
}

.site-button-secondry {
    background-color: #282A3C;
    color: #FFF;
    margin-top: 28px;
}

svg.svg-inline--fa.fa-angle-right.right_fly {
    margin-left: 10px;
}

.skew-subscribe:after {
    background-color: #12181C;
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 2000px;
    height: 100%;
    border-right: 7px solid #2D3239;
    transform: skew(30deg);
}

.button-skew span {
    display: inline-block;
}

.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -34px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
    border-radius: 0px 4px 4px 0px;
}

.icon-lg.text-white.radius svg {
    font-size: 31px;
    padding-top: 10px;
}

/* sstrmt */
.footer-top {
    background: #191F23;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
}

.widget {
    margin-bottom: 30px;
}

.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 60px;
}

/* .logo-header img, .logo-footer img {
    max-width: 100%;
    width: 100%;
    height: auto;
} */
footer p {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
}

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.dlab-social-icon.dez-border li {
    padding: 0 3px;
}

.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

footer p,
footer li {
    line-height: 20px;
	text-align: justify;
}

.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
}

.dlab-social-icon.dez-border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.widget {
    margin-bottom: 30px;
}

.dlab-separator-outer {
    overflow: hidden;
}

.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    transform: skewX(-10deg);
}

.dlab-separator {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    background-color: #006CB6;
    transform: translateY(-50%) skewX(-10deg);
}

.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    background: #eee;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.dlab-post-media {
    float: left;
    width: 90px;
    max-width: 90px;
    min-width: 90px;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}

.recent-posts-entry .dlab-post-info {
    background: transparent;
    padding: 0;
    margin-left: 15px;
    border: none;
}

.recent-posts-entry .widget-post .post-title {
    text-transform: capitalize !important;
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: var(--primary);
}

.recent-posts-entry .widget-post .dlab-post-meta {
    margin-bottom: 0;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    padding: 0;
}

.dlab-post-meta .post-author,
.dlab-post-meta .post-comment,
.dlab-post-meta .post-date {
    font-size: 14px;
}

.dlab-post-meta .post-author a {
    color: #7F7F7F;
}

.dlab-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.dlab-post-meta .post-author,
.dlab-post-meta .post-comment,
.dlab-post-meta .post-date {
    font-size: 14px;
}

.dlab-post-meta svg {
    color: #006CB6 !important;
    margin: 0 5px;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* sstrmt */
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a,
footer .dlab-post-meta a,
footer .dlab-post-meta ul li {
    color: #b0b0b0;
}

ul.some_admin {
    display: flex;
    gap: 1px;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #fff;
    font-weight: 600;
}

.widget_getintuch li {
    font-size: 15px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
}

.site-footer .widget_getintuch b,
.site-footer .widget_getintuch strong {
    color: #d8d8d8;
}

.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.widget_getintuch svg {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 25px;
    line-height: 30px;
}

.footer-line:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #006CB6 !important;
    background-image: url(../image/line.png);
    background-position: top;
    background-repeat: repeat-x;
    margin-top: -56px;
}

.footer-bottom {
    background-color: #14191C;
    padding: 30px 0;
    font-size: 16px;
}

.footer-bottom a {
    padding: 0 4px;
    color: #999;
}

/* footer css Start  */
/* client project slider css Start  */
.img_client_ato img {
    width: 135px !important;
    height: 135px !important;
    filter: grayscale(1);
    transition: 0.9s;
}

.img_client_ato img:hover {
    filter: grayscale(0);
    transition: 0.9s;
}

.img_client_ato {
    padding: 0px 20px;
}

/* client project slider css End  */


/* client video  */
a.anchorblue.iframeYoutube img {
    height: 250px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}


/* socail media icon css Start  */
.menu-social {
    z-index: 999;
    position: fixed;
    padding: 0px;
    list-style-type: none;
    top: 402px;
    cursor: pointer;
}

.menu-social .share svg {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    /* background-color: #fff; */
    border-radius: 2px;
    color: #fff;
}

li.share.top {
    background: #006CB6;
    width: 42px;
    height: 43px;
    padding-top: 5px;
    padding-left: 3px;
}

.menu-social .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -94px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
    width: 40px;
    height: 43px;
    padding-top: 6px;
    padding-left: 2px;
    border-bottom: 1px dashed #d9d9d9;
    background: rgb(66 103 178);
}

.menu-social .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -146px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
    background-color: rgb(29, 161, 242);
    width: 40px;
    height: 42px;
    padding-top: 6px;
    padding-left: 5px;
}

.menu-social .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -197px;
    transition-delay: 0.24s;
    width: 40px;
    height: 42px;
    padding-top: 6px;
    padding-left: 4px;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.menu-social .share:hover.top .submenu li:nth-child(4) {
    opacity: 1;
    top: -247px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
    width: 40px;
    height: 42px;
    padding-top: 6px;
    padding-left: 4px;
    border-bottom: 1px dashed #d9d9d9;
    background-color: rgb(0, 119, 181);
}

.menu-social .share:hover.top .submenu li:nth-child(5) {
    opacity: 1;
    top: -296px;
    transition-delay: 0.24s;
    width: 40px;
    height: 42px;
    padding-top: 6px;
    padding-left: 5px;
    transform: rotateY(0deg);
    border-bottom: 1px dashed #d9d9d9;
    background: rgb(37 211 102);

}

.menu-social .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-social .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.menu-social .submenu li a {
    color: #212121;
}

.menu-social .submenu li a:hover svg {
    color: #fff;
}

.menu.bottomRight {
    bottom: 10px;
    right: 10px;
}

.switcher-btn-bx {
    box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0px;
    top: 260px;
    z-index: 999;
}

.switch-btn {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

button#myBtn img {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    padding: 7px;
    width: 40px;
    height: 40px;
}
.appointments p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: auto;
    align-items: center;
    padding-top: 10px;
}

.appointments:hover {
    background-color: #006CB6;
}

/* hand over css Start  */

.carousel-items img {
    width: 100%;
    /*height: 527px;*/
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    text-align: center;
    background: white;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 100px;
    color: black;

}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0%;
    transform: translateY(-107%);
    width: 36px;
    height: 36px;
    text-align: center;
    background: transparent;
    /* border: 1px solid dimgray; */
    color: #006CB6;
    font-weight: bold;
    z-index: 1;
    right: 35px;
}

.slick-next {
    right: 0px;
}

/* hand over css End  */

.late_new {
    height: 521px;
}

h2.entry-title.color_weg.hcv {
    width: 100%;
    line-height: 22px;
    padding-top: 10px;
}

h2.entry-title.color_weg.hcv a {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

.cat-links.sefter {
    margin-bottom: -8px;
}

/* new redesign css start  */
.col-lg-4.dlab-we-best.OUR_VALUABLE img {
    object-fit: fill !important;
    height: 300px !important;
}
.col-lg-4.dlab-we-best.Our__Valuable {
    margin-top: -49px;
}

section#newscard_card_block_posts-8 {
    padding-top: 14px;
    margin-bottom: 11px;
}

.col-lg-8.dlab-we-best.LATEST_NEWS img {
    /* height: auto !IMPORTANT; */
    margin-bottom: 15px;
}



.client-cell_div {
    display: flex;
    background: gainsboro;
    height: 255px !important;
}

section.lastest_news_sec {
    padding-top: 17px;
    height: 434px;
}

section.Digital_display_sec {
    padding-top: 17px;
    padding-bottom: 12px;
}

.you_tube_iframe iframe {
    width: 433px;
    height: 300px;
}

.medial-silder.dg-display {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

/* new redesign css End  */

.post-item.post-block {
    background: url('../image/Gibraltar-1a.jpg');
    width: 100%;
    position: relative;
    height: 207px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

h2.entry-title.color_weg.pole a {
    font-size: 18px;
}

h2.entry-title.color_weg.pole {
    width: 100%;
    line-height: 20px;
}

.entry-meta.otm.otmr {
    margin-top: -18px;
}

.bloger {
    position: absolute;
    margin-top: -107px;
    padding-left: 13px;
}

.orgain_FPT {
   /* background: url('../image/FPT-Blue-Energy-pic.jpg');*/
    width: 100%;
    height: 358px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.entry-header {
    position: absolute;
    bottom: 16px;
    line-height: 6px;
    padding-left: 13px;
}

.cat-links a.category.tag {
    background-color: #c80000;
    color: #ffffff;
    padding: 2px 6px;
    margin-bottom: 5px;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}

h2.entry-title.color_weg a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: none !important;
}

.blur_back_text  a {
	 backdrop-filter:none !important;
	line-height: 30px;
	padding: 0px 5px;
}


h2.entry-title.color_weg {
    width: 80%;
}

.entry-meta.otm {
    display: flex;
    gap: 20px;
    color: white;
}

.by-author.vcard.author a {
    color: #fff;
    font-size: 15px;
}

.date_light a {
    font-size: 14px;
    color: #fff;
}

.VALUABLE_imgs_slider1 {
    background: url('../image/VALUABLE1.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.VALUABLE_imgs_slider2 {
    background: url('../image/VALUABLE2.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.VALUABLE_imgs_slider3 {
    background: url('../image/VALUABLE3.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.VALUABLE_imgs_slider4 {
    background: url('../image/VALUABLE4.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.VALUABLE_imgs_slider5 {
    background: url('../image/VALUABLE5.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.VALUABLE_imgs_slider6 {
    background: url('../image/VALUABLE6.jpg');
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner_image_top1 {
    background: url('../image/Banner1.jpeg');
    height: 565px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 100px !important;
}

.banner_image_top2 {
    background: url('../image/Banner2.jpg');
    height: 565px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner_image_top3 {
    background: url('../image/Banner3.jpg');
    height: 565px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -2px;
}

div#maine {
    display: flex;
}

.client-cell.first-cell img {
    filter: grayscale(1);
    transition: 0.9s;
}

.client-cell.first-cell img:hover {
    filter: grayscale(0);
    transition: 0.9s;
}

/* header search bar css :start */


ul.foolted {
    list-style: none;
    width: 50px;
    margin: 0 auto;
}

ul.foolted li {
    color: #fff;
    float: left;
    width: 63px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial;
    transition: 0.5s;
    position: relative;
}


.search-box {
    background: #E8E8E4;
    position: absolute;
    top: 10px;
    right: 28.7%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #D80B15;
    display: none;
}

.search-box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
}

.search-box input[type="text"] {
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #D80B15;
    outline: none;
}

.search-box input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #D80B15;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #D80B15;
    outline: none;
    cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 700px) {

    ul.foolted li.active {
        text-align: right;
    }

    .search-box {
        width: 270px;
        right: -16%;
    }

    .search-box input[type="text"] {
        width: 140px;
        margin-left: 15px;
    }

    .search-box input[type="button"] {
        margin-right: 12px;
    }
}

/* .nav-bar {
  margin-left: 43px;
} */

.appointments.t {
    position: fixed;
    top: 153px;
    right: 0%;
    z-index: 9999;
    background-color: #006CB6;
    font-size: 12px;
    width: 31px;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
    height: 158px ;
}


/* header search bar css :End */

.service_img img {
    padding: 62px;
}

/* .service_img {
 background-image: url('../image/services1.png');
  width: 100%;
  height: 174px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
} */

.HVc {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    background: #006CB6;
    height: 342px;
    position: relative;
}

.bloger.LCV {
    margin-top: -12px;
}

.service-text.rounded.p-5 p {
    font-size: 15px;
}

/* css for service section start  */
.service-item {
    border-radius: 10px 0;
    padding: 20px 0px;
    text-align: center;
    transition: .5s;
    margin-top: -45px;
}

.btn-square.bg-light.rounded-circle.mx-auto.mb-4 img {
    width: 175px;
    height: 175px;
    background: none;
    text-align: center;
    margin: auto;
}

.rounded-circle {
    border-radius: 50% !important;
    background: none !important;
    padding-top: 2px;
}

.icon-handler {
    font-size: xxx-large;
}

.service-item.aos-init.aos-animate:hover {
    border-bottom: 1px solid #006CB6;
    border-bottom-width: 16px;
    border-radius: 0px 0px 10px 10px;
    transition: 0.8s;
    margin-top: -12px;
}

.service-item.aos-init.aos-animate {
    transition: 0.8s;
}

/* service page css Start  */
.service-item .service-text {
    position: relative;
    width: 317px;
    top: 0;
    left: 0;
    text-align: center;
    transition: .5s;
    z-index: 2;
}

.section-full.content-inner.SERVICE_.section_gap {
    padding-bottom: 0px;
    margin-bottom: -51px;
    background: #f0f0f0;
}

.service-item .service-text h5 {
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #006CB6;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.service-item:hover .service-text h5 {
    color: #006CB6 !important;
}

.service-item:hover .service-btn {
    bottom: -0.4rem !important;
    transition: .5s;
}

.service-item:hover .service-btn a {
    color: #006CB6 !IMPORTANT;
}

.service-item {
    transition: .5s;
}

a.text-primary.fw-medium {
    text-decoration: none;
}

/* .service-item:hover .service-text {
  top: -1.5rem;
  transition: .5s;
} */
.service-item .service-btn {
    position: absolute;
    transition: .5s;
    width: 80%;
    height: 3rem;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    z-index: 1;
}

.\32 g {
    animation: blink 3s infinite;
}

.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

h1.display-5.mb-5 {
    font-weight: 700;
    font-size: 41px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0.9;
    }
}

.col-lg-4.col-md-6.wow.fadeInUp.aos-init.aos-animate {
    margin: 20px 0px;
}

/* css for service section End  */

svg.svg-inline--fa.fa-phone.phone_head {
    rotate: 10deg;
    padding-right: 2px;
}

svg.svg-inline--fa.fa-comment.comment_head {
    position: absolute;
    margin-left: -10px;
    font-size: 12px;
    padding-top: 1px;
}


/* heart button like page  */

.block {
  width: 70px;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 64%;
  left: 88%;
  transform: translate(-50%, -50%);
  user-select: none;
}

@media (max-width: 575.9px) {
  .block {
    width: 74px;
    top: 71% !important;
    left: 89% !important;
}
}

.block .heart-icon {
    user-select: none;
    position: absolute;
    left: 0%;
    transform: translate(-20%, -50%);
    fill: transparent;
    transition: transform 0.25s ease-out;
    transform-origin: 50% 50%;
}

.block .heart-icon .fill-color-shape {
    fill: transparent;
    transition: fill 0.1s linear;
}

.block .heart-icon.isLiked {
    filter: drop-shadow(0 3px 5px #c44133);
}

.block .heart-icon.isLiked .fill-color-shape {
    transition: fill 0.2s linear;
    fill: #e74c3c;
}

/* .block .heart-icon:hover {
transform: translate(-20%, calc(-50% - 3px)) scale(1.03);
} */
.block .number-of-likes {
    font-size: 18px;
    position: absolute;
    left: 83%;
    transform: translate(-80%, -50%);
    color: #fff;
    user-select: none;
}

.block svg {
    width: 20px;
}

.bloger.LCV {
    position: unset !important;
}


.block .heart-icon.isLikedx .fill-color-shape {
  transition: fill 0.4s linear;
  fill: #e74c3c;
}
.block .heart-icon.isLikedx {
filter: drop-shadow(0 3px 5px #c44133);
}

.block .heart-icon.uv.isLikeduv .fill-color-shape {
  transition: fill 0.5s linear;
  fill: #e74c3c;
}
.block svg.heart-icon.uv.isLikeduv {
  filter: drop-shadow(0 3px 5px #c44133);
}
.block .heart-icon.ut.isLikedut .fill-color-shape {
  transition: fill 0.5s linear;
  fill: #e74c3c;
}
.block svg.heart-icon.ut.isLikedut {
  filter: drop-shadow(0 3px 5px #c44133);
}
/* heart button like page  */

.qodef-title.qodef-standard-type {
    background-attachment: unset !important;
    background-size: cover;
    background-position: center !important;
    height: 254px !important;
    background-repeat: no-repeat;
    position: relative;
    z-index: 101;
}


.page-header-cover {
    background-image: url("../image/company-bg.jpg");
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: cover;
        height: 265px !important;
        background-repeat: no-repeat;
        position: relative;
        /* z-index: 101; */
    }
.page-header-cover.pack {
    background-image: url("../image/package-header.jpg") !important;
}
.page-header-cover.magazine {
background-image: url("../image/company1.jpg") !important;
}
.page-header-cover.inquiry {
    background-image: url("../image/inquiry-head.jpg") !important;
    }
    .page-header-cover.blog {
        background-image: url("../image/blog-head.png") !important;
        background-repeat: no-repeat !important;
    }

.page-header-cover.Contact {
        background-image: url("../image/contact-head.jpg") !important;
            justify-content: end;
            padding-right: 250px;
        }
.page-header-cover.gallery {
    background-image: url("../image/gallery_head.jpg") !important;
        }
/* /* .page-header-cover {
    background-image: url("../image/team-header.jpg");
} */
.page-header-cover.market {
    background-image: url("../image/market_head.jpg") !important;
} 

.page-header-cover h1 {
    color: white !important;
        font-family: 'OpenSans',"Microsoft YaHei","Helvetica Neue","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
    font-weight: 500;
    font-size: 2rem;
}






.amazonmenu ul{
    font: normal 12px Verdana;
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.amazonmenu ul li{
    position: static; /* menu li items should have position set to static */
}

.amazonmenu > ul{
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
    width: 200px; /* width of main menu */
    height: 400px; /* height of main menu */
    position: relative;
}
.fplogo.PRADESH {
    left: 135px !important;
}
.amazonmenu > ul li a{
    color: black;
    display: block;
    overflow: auto;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-indent: 10px;
}

.amazonmenu > ul li.hassub > a::after{ /* Arrow to indicate this item has sub menu (LI elements with sub menus have a ".hassub" class). */
    border: 5px solid transparent;
    border-left-color: gray; /* Default color of arrow */
    content: '';
    height: 0;
    position: absolute;
    right: 5px;
    top: 35%;
    width: 0;
}

.amazonmenu > ul li.hassub.selected > a::after{ /* Style of arrow when corresponding sub menu is open (LI element has a "selected" class during this state */
    border-left-color: red;
}

.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a{ /* style of hover and selected menu item links */
    background: lightblue;
    color: navy;
}

.amazonmenu ul li > div, .amazonmenu ul li > ul{ /* Sub menus (Could be a DIV or UL wrapper) style */
    background: white;
    border: 1px solid gray;
    border-radius: 0 8px 8px 0;
    box-shadow: 2px 2px 2px gray;
    display: none;
    font-weight: normal;
    width: 300px;
    height: 400px; /* height of sub menu */
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.breadcrumbs-v3.img-v1.text-center.page-header-cover.blog h1 {
    background: none;
}
/* ###### CSS Media queries ###### */






/* loadermaxteend ss start  */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


#loadermaxteend-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loadermaxteend {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loadermaxteend:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loadermaxteend-wrapper .loadermaxteend-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        left: 0;
    }

    #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loadermaxteend-wrapper .loadermaxteend-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loadermaxteend {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loadermaxteend-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loadermaxteend-wrapper {
        display: none;
    }
 


    /* //////////////////////////////inquay css start//////////////////////////////////////////*/
    label.form-group {
        display: block;
        margin-bottom: 6px;
        font-weight: 400;
    }
    .input-group {
        display: block;
        margin-bottom: 6px;
        font-weight: 400;
    }
    .inquiry_form {
        padding: 20px 50px;
    }
    .input-group textarea {
        width: 100%;
        height: 120px;
        outline: none;
        color: #006CB6;
        font-weight: 600;
        padding: 0px 5px;
        /* text-transform: capitalize; */
        /* border-radius: 45px; */
    }
    .input-group select {
        width: 100%;
        padding: 8px 6px;
        color: #006CB6;
        font-size: 15px;
        outline: none;
        font-weight: 600;
        /* text-transform: capitalize; */
        /* border-radius: 28px; */
    }
    .input-group select option{
        font-weight: 600;
        background: #006CB6;
        color: #fff;
        /* border-radius: 28px !important; */
    }
    
    .inquiry_form {
        background: #92A0AA;
        border-radius: 4px;
    }
    section.inquiry_formxm {
        background: #f0f0f0;
        padding: 20px 50px;
    }
    .container.inq_xt .row {
        margin: 13px 0px;
    }
    label.form-group {
        color: #fff;
        font-size: 15px;
    }
article.row.row-cols-1.row-cols-sm-2.g-2.d-flex a img {
    height: 220px;
}
.input-group input {
    width: 100%;
    padding: 5px 6px;
    color: #006CB6;
    outline: none;
    border-width: 1px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
}
    .file_upload {
        background: #fff;
        width: 23%;
        padding: 5px 11px;
        border-radius: 5px;
    }

    label#file-up {
        color: #fff;
        font-size: 15px;
    }
    .file_upload input {
        color: #006CB6 !important;
        font-size: 15px;
        font-weight: 600;
    }
    .mrxtv {
        padding: 0px 15px;
    }
    
    /* //////////////////////////////inquay css start//////////////////////////////////////////*/




    /* ///////////////////////////contact page css start//////////////////////// */


    /* new form css addd  */
    #headingconact {
        text-transform: uppercase;
        color: #006CB6;
        font-weight: normal
    }
    
    #msformcontact {
        text-align: center;
        position: relative;
        margin-top: 20px;
        padding: 0px 30px;
    }
    .card.px-0.pt-0.pb-0.mt-0.mb-3 p {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    #msformcontact fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }
    
    .form-cardconact {
        text-align: left
    }
    
    #msformcontact fieldset:not(:first-of-type) {
        display: none
    }
    
    #msformcontact input,
    #msformcontact textarea {
        padding: 8px 15px 8px 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        background-color: #ECEFF1;
        font-size: 16px;
        letter-spacing: 1px
    }
    
    #msformcontact input:focus,
    #msformcontact textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #006CB6;
        outline-width: 0
    }
    
    #msformcontact .action-button {
        width: 100px;
        background: #006CB6;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 0px 10px 5px;
        float: right
    }
    
    #msformcontact .action-button:hover,
    #msformcontact .action-button:focus {
        background-color: #006CB6
    }
    
    #msformcontact .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        float: right
    }
    
    #msformcontact .action-button-previous:hover,
    #msformcontact .action-button-previous:focus {
        background-color: #006CB6
    }
    
    .card {
        border: none;
        position: relative
    }
    
    .fs-title {
        font-size: 25px;
        color: #006CB6;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left
    }
    
    .purple-text {
        color: #006CB6;
        font-weight: normal;
        font-size: 14px;
    }
    
    .stepsconact {
        font-size: 25px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: right
    }
    
    .fieldlabels {
        color: gray;
        text-align: left
    }
    
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey
    }
    
    #progressbar .active {
        color: #006CB6
    }
    
    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }
    
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }
    
    #progressbar #personalconact:before {
        font-family: FontAwesome;
        content: "\f007"
    }
    
    #progressbar #paymentconact:before {
        font-family: FontAwesome;
        content: "\f030"
    }
    
    #progressbar #confirmconact:before {
        font-family: FontAwesome;
        content: "\f00c"
    }
    
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }
    
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }
    
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #006CB6
    }
    
    .progress {
        height: 20px
    }
    
    .progress-bar {
        background-color: #006CB6
    }
    
    .fit-image {
        width: 100%;
        font-size: 55px;
    }
    
        /* new form css addd  */

    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    section#contact__page {
        padding: 26px;
        background: #f0f0f0;
    }
    div#map_frame {
        padding: 20px 0px 0px 0px;
    }

    
    .headingfox{
        /* padding:20px; */
        font-weight: 600;
        text-align: center;
        /* font-size: 2em; */
        color: #fff;
    }
    .Head___Office h2 {
        color: #fff;
    }






    .fax_head_off {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .Head___Office {
        background: #006CB6;
    }
    .Head___Office {
        background: #006CB6;
        padding: 1px 0px;
        height: 56px;
        margin-bottom: 14px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .ideal {
        border: 1px solid #b4b3b3;
        background: #fff;
        border-radius: 4px;
        height: 730px;
    }
    .head_office {
        padding: 0px 36px;
    }
    .head_office h2 {
        text-align: center;
        font-weight: bold;
        color: white;
    }
    .icon_head_off {
        border: 1px solid #006CB6;
        width: 40px;
        text-align: center;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icon_head_off svg {
        color: #006CB6;
        font-size: 22px;
    }
    .heading_head_off {
        align-items: center;
        display: grid;
        justify-content: center;
        padding-top: 15px;
    }
    .icon_head_off.add {
        width: 79px;
    }
    .heading_head_off p a {
        color: #999;
    }


/* new contact css start  */

a:hover {
    text-decoration: none;
}

.np {
    padding: 0px;
}

.featuredPropBox {}

.featuredPropBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
}

.featuredPropBox ul li {
background-color: #eeeeee;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
height: 250px;
margin: 5px;
width: 100%;
position: relative;
transition: all 0.3s;
cursor: pointer;
}

.featuredPropBox ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.6);
    transition: all 0.3s;
}

.featuredPropBox ul li:nth-child(1) {
    background-image: url('https://i.ibb.co/ZmtmLGK/a.jpg');
}

.featuredPropBox ul li .fplogo {
    left: 180px;
    position: absolute;
    top: 128px;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    transition: all 0.3s;
}

.featuredPropBox ul li .fplogo img {
    width: 100%;
}
button.btn.btn-primary.responsive_click {
    width: 88px;
    padding: 4px 1px;
    font-size: 14px;
    font-weight: bold;
    display: none;
}
.featuredPropBox ul li .fptext {
    display: none;
    font-size: 14px !important;
    left: 230px;
    position: absolute;
    text-align: center;
    top: 132px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 255px;
    z-index: 1;
}
.featuredPropBox ul li .fptext p {
    color: #fff;
    margin: 0px;
}

/* .featuredPropBox ul li:hover {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
} */

.featuredPropBox ul li:hover:after {
background-color: rgb(23 160 220 / 19%);
}

.featuredPropBox ul li:hover .fplogo {
    display: none;
}

.featuredPropBox ul li:hover .fptext {
    display: block;
}

/* add new css  */
.fplogo.RAJASTHAN {
    left: 140px !important;
}
.fplogo.JHARKHAND {
left: 143px !important;
}
.fplogo.CHATTISGARH {
left: 128px !important;
}
.fplogo.HARYANA {
left: 160px !important;
}
section.pro_contact {
    padding: 0px 0px;
    width: 1340px;
    margin: auto;
}
    /* new contact css end */



    /* /////////////////////////////company about team css start///////////////////////////////// */
    .testimonialxd {
        background: #006cb6;
        padding: 16px 22px 24px 17px;
        margin: 34px 9px 36px 91px;
        border-radius: 0 100px 100px 0;
        color: #fff;
        position: relative;
        border: 1px solid #182536;
    }
    .testimonialxd .picxd {
        width: 115px;
        height: 115px;
        line-height: 200px;
        border-radius: 50%;
        border: 2px solid #D0AB6D;
        position: absolute;
        top: -15px;
        left: -87px;
        overflow: hidden;
    }
    .testimonialxd .picxd img{
        width: 100%;
        height: 100%;
    }
    .testimonialxd .testimonialxd-info {
        display: inline-block;
        width: 34%;
        float: left;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 16px 21px;
        margin: 0;
        border-right: 1px solid #fff;
    }
    p.descriptionxd  strong {
        color: #fff !important;
    }
    .testimonialxd .testimonialxd-info small{
        display: block;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
    }
    .testimonialxd .descriptionxd {
        display: inline-block;
        width: 65%;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding: 25px 0 26px 14px;
        position: relative;
    }
    .testimonialxd .descriptionxd:before{
        content: "\f10d";
        font-family: fontawesome;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 20px;
        color: #fff;
    }
    .testimonialxd .descriptionxd:after{
        content: "\f10e";
        font-family: fontawesome;
        font-size: 20px;
        color: #fff;
        position: absolute;
        bottom: 5px;
    }
    @media only screen and (max-width: 767px){
        .testimonialxd{
            border-radius: 40px;
            margin: 90px 15px 0;
            padding: 100px 40px 30px 40px;
        }
        .testimonialxd .picxd{
            position: absolute;
            top: -85px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .testimonialxd .testimonialxd-info{
            width: 100%;
            float: none;
            border-right: none;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }
        .testimonialxd .descriptionxd{
            width: 100%;
        }
    }


        /* /////////////////////////////company about team css start///////////////////////////////// */




        /* ////////////////////////// galllery css Start ////////////////////////////// */

        figure.snip1543.\33 i {
            height: 211px;
        }

        .snip1543 {
            background-color: #fff;
            color: #ffffff;
            display: inline-block;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            margin: 10px 5px;
            max-width: 315px;
            min-width: 230px;
            overflow: hidden;
            position: relative;
            text-align: left;
            width: 100%;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
          }
          
          .snip1543 *,
          .snip1543 *:before,
          .snip1543 *:after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.45s ease;
            transition: all 0.45s ease;
          }
          
          .snip1543 img {
            backface-visibility: hidden;
            max-width: 100%;
            vertical-align: top;
          }
          
          .snip1543:before, .snip1543:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -68px;
            right: 0;
            content: '';
            background-color: #b81212;
            opacity: 0.4;
            -webkit-transition: all 0.45s ease;
            transition: all 0.45s ease;
        }
          
          .snip1543:before {
            -webkit-transform: skew(30deg) translateX(-80%);
            transform: skew(30deg) translateX(-80%);
          }
          
          .snip1543:after {
            -webkit-transform: skew(-30deg) translateX(-70%);
            transform: skew(-30deg) translateX(-70%);
          }
          
          .snip1543 figcaption {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 1;
            text-align: center;
            bottom: 0;
            padding: 50px 39% 72px 14px;
            align-items: center;
            display: block;
        }
          
          .snip1543 figcaption:before, .snip1543 figcaption:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -26px;
            right: 0;
            background-color: #b81212;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            content: '';
            opacity: 0.5;
            z-index: -1;
        }
        .snip1543 figcaption a {
            position: unset !important;
        }

        p#link_album {
            display: flex;
            justify-content: center;
            background: #000;
            width: 40px;
            height: 40px;
            align-items: center;
            margin: auto;
            border-radius: 100px;
        }
          
          .snip1543 figcaption:before {
            -webkit-transform: skew(30deg) translateX(-100%);
            transform: skew(30deg) translateX(-100%);
          }
          
          .snip1543 figcaption:after {
            -webkit-transform: skew(-30deg) translateX(-90%);
            transform: skew(-30deg) translateX(-90%);
          }
          
          .snip1543 h5,
          .snip1543 p {
            margin: 0;
            opacity: 0;
            color: #fff;
            letter-spacing: 0.6px;
          }
          
          .snip1543 h5 {
            font-family: 'Teko', sans-serif;
            font-size: 17px;
            font-weight: 700; 
          }
          
          .snip1543 p {
            font-size: 0.9em;
          }
          
          .snip1543 a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
          }
          
          .snip1543:hover h5,
          .snip1543.hover h5,
          .snip1543:hover p,
          .snip1543.hover p {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 0.9;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
          }
          
          .snip1543:hover:before,
          .snip1543.hover:before {
            -webkit-transform: skew(30deg) translateX(-20%);
            transform: skew(30deg) translateX(-20%);
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
          }
          
          .snip1543:hover:after,
          .snip1543.hover:after {
            -webkit-transform: skew(-30deg) translateX(-10%);
            transform: skew(-30deg) translateX(-10%);
          }
          
          .snip1543:hover figcaption:before,
          .snip1543.hover figcaption:before {
            -webkit-transform: skew(30deg) translateX(-40%);
            transform: skew(30deg) translateX(-40%);
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
          }
          
          .snip1543:hover figcaption:after,
          .snip1543.hover figcaption:after {
            -webkit-transform: skew(-30deg) translateX(-30%);
            transform: skew(-30deg) translateX(-30%);
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
          }


          /* magazin_sec css start  */










          h2.cardmaila__title {
            font-size: 19px;
            margin: 50px 0px 30px;
            color: #fff;
        }

        p.cardmaila__description {
            line-height: 1.5;
            font-size: 14px;
            margin-top: 0;
            padding: 0px 10px;
        }
        
        .flow > * + * {
          margin-top: var(--flow-space, 1em);
        }
        
        /* cardmaila COMPONENT */
        .cardmaila {
            display: grid;
            place-items: center;
            margin: 0px 10px;
            background: #fff;
            /* max-width: 18.875rem; */
            height: 17.125rem;
            overflow: hidden;
            border-radius: 0.625rem;
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
            position: relative;
        }
        .containerbackground {
            color: #006cb6;
            font-size: 23px;
            position: absolute;
            margin-top: -117px;
            padding: 0px 10px;
        }
        .cardmaila > * {
          grid-column: 1 / 2;
          grid-row: 1 / 2;
        }
        
        .cardmaila__background {
          object-fit: cover;
          max-width: 100%;
          height: 100%;
        }
        
        .cardmaila__content {
            display: flex;
            flex-direction: column;
            align-self: flex-end;
            height: 100%;
            padding: 0% 1rem 0rem;
            background: linear-gradient(
                                    180deg,
                                    hsl(204.42deg 86.87% 38.82% / 0%) 0%,
                                    hsl(204.4deg 100% 35.69% / 9%) 10%,
                                    hsl(204.4deg 100% 35.69%) 100%
                                  );
        }
        
        .cardmaila__content--container {
          --flow-space: 1.25rem;
        }
        
        .cardmaila__title {
          position: relative;
          width: fit-content;
          width: -moz-fit-content; /* Prefijo necesario para Firefox  */
        }
        
        .cardmaila__title::after {
          content: "";
          position: absolute;
          height: 0.3125rem;
          width: calc(100% + 1.25rem);
          bottom: calc((1.25rem - 0.5rem) * -1);
          left: -1.25rem;
          background-color: var(--brand-color);
        }
        
        
        
        
        @media (any-hover: hover) and (any-pointer: fine) {
          .cardmaila__content {
            transform: translateY(62%);
            transition: transform 500ms ease-out;
            transition-delay: 500ms;
          }
        
          .cardmaila__title::after {
            opacity: 0;
            transform: scaleX(0);
            transition: opacity 1000ms ease-in, transform 500ms ease-out;
            transition-delay: 500ms;
            transform-origin: right;
          }
        
          .cardmaila__background {
            transition: transform 500ms ease-in;
          }
        
        

        
          .cardmaila:hover .cardmaila__content,
          .cardmaila:focus-within .cardmaila__content {
            transform: translateY(0);
            transition: transform 500ms ease-in;
          }
        
          .cardmaila:focus-within .cardmaila__content {
            transition-duration: 0ms;
          }
        
          .cardmaila:hover .cardmaila__background,
          .cardmaila:focus-within .cardmaila__background {
            transform: scale(1);
          }
        
        
          .cardmaila:hover .cardmaila__title::after,
          .cardmaila:focus-within .cardmaila__title::after {
            opacity: 1;
            transform: scaleX(1);
            transform-origin: left;
            transition: opacity 500ms ease-in, transform 500ms ease-in;
            transition-delay: 500ms;
          }
        }
        
        .fa-star_lot svg {
            color: #fff;
        }
        .star_style {
            display: flex;
            gap: 9px;
            color: #fff;
            margin-top: 0px;
        }
        .cardmaila__content--container {
            --flow-space: 1.25rem;
            margin-bottom: 0;
        }
        .btn_enqu {
          margin-top: 0;
        }


        .form_AdvTTST {
            width: 1327px;
            margin: auto;
            margin-top: 12px;
        }
        div#rootlap {
            width: 1350px;
            margin: auto;
        }
.expanded.title_light_okt {
    border: 1px solid #006CB6;
    padding: 0px 0px;
    overflow-y: scroll;
    height: 290px;
}
h3.title_light {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}
button.checkbox-toggle {
    border: none;
    background: #006cb6;
}
.flex-header_rate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #006CB6;
    padding-left: 8px;
}
.tree_advance {
    width: 100%;
}
.tree_accesse {
    width: 100%;
    display: flex;
}
.checkbox-indicator {
    margin: 0;
    height: 0px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    color: #fff;
    justify-content: center;
}
.checkbox-toggle {
  margin: auto 0;
  height: 100%;
}
ul.checkbox-indicatott li {
    list-style-type: none;
    margin: 8px 8px;
    padding: 0;
}
ul.checkbox-indicatott {
  margin: 0;
  padding: 0;
}
label.checkbox-indicatotr {
    padding-left: 4px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}
.expanded {
  height: unset;
  display: block;
}
.collapsed {
  height: 0;
  display: none;
}






/* new css add in blog  */



div#image-1_blog {
    background: url('../image/blogs_i_1.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 206px;
    margin-top: 10px;
    width: 100%;
}
div#image-2_blog {
    background: url(' https://parivahansampda.com/new/image/blogs2.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 206px;
    margin-top: 10px;
    width: 100%;
}
div#image-3_blog {
    background: url(' https://parivahansampda.com/new/image/blogs3.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 206px;
    margin-top: 10px;
    width: 100%;
}

div#image-5_blog {
    background: url('../image/blogs_i_4.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 450px;
    margin-top: 10px;
    width: 100%;
}
div#image-8_blog {
    background: url(' https://parivahansampda.com/new/image/blogs_i_6.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 211px;
    margin-top: 10px;
    width: 99%;
    justify-content: space-between;
}
.data-flex {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    gap: 8px;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 5px 10px 0px 10px;
    margin-bottom: -5px;
}
h3.blog-title-small {
    margin-top: 0px;
    margin-bottom: 0px;
    color:#000;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0px 10px;
}
.blog__boox {
    border-bottom: 1px dashed #006CB6;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.headline_mart {
    display: block;
    margin: 10px 0 3px 0;
    border-bottom: 1px dotted #e4e9f0;
    padding-bottom: 5px;
}
.headline_mart h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 22px;
}
ul.list-unstyled.link-list li a {
    color: #000;
    font-size: 15px;
    padding: 8px 0px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.9s;
    
}
ul.list-unstyled.link-list li:first-child {
    border-top: none !important;
}
ul.list-unstyled.link-list li {
    border-top: solid 1px #353535;
}
.blog-grid-inner h3 a {
    color: #333;
    text-decoration: none;
}
.blog-grid-inner h3 {
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 20px;
}

.blog-grid-inner {
    padding: 9px 4px 7px 8px;
    /* background: #006CB6; */
    margin: -19px 0px 0;
    position: relative;
}
.blog-grid-inner .blog-grid-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 16px;
}
.blog-grid-inner .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}
.blog-grid-inner p {
    margin-bottom: 15px;
}
.blog-grid-inner a.r-more {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
    display: inline-block;
}
.mttd_os a {
    text-decoration: none;
}
.mttd_os {
    width: 1300px;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.mtrt{
    background-color: #fff;
}
._access_net {
    width: 100%;
   /* margin-top: -34%;*/
    border: 1px solid #006CB6;
    height: 418px;
	padding: 0;
}
ul.list-unstyled.link-list li a:hover {
    color: red;
    transition: 0.9s;
}
.owl-carousel.BestDeals.owl-theme.owl-loaded.owl-drag button.owl-next {
    width: 35px;
    height: 35px;
    background: #006CB6 !important;
    border-radius: 100px !important;
    font-size: 20px !important;
    position: absolute;
    top: -8.7%;
    right: 0px;
    border: 1px solid #fff;
    color: #fff;
}
.owl-carousel.BestDeals.owl-theme.owl-loaded.owl-drag button.owl-prev {
    width: 35px;
    height: 35px;
    background: #006CB6 !important;
    border-radius: 100px !important;
    font-size: 20px !important;
    position: absolute;
    top: 0px !important;
    right: 52px;
    border: 1px solid #fff;
    color: #fff;
}

.owl-dots {
    display: none;
}
.owl-carousel.BestDeals.owl-theme.owl-loaded.owl-drag {
    margin-left: 0px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

._access_net h4.news-title {
    background: #006CB6;
    padding: 10px 0px 10px 9px;
    color: #fff;
    font-size: 24px;
    margin: 0px 0px 8px 0px;
}
h4.news-title {
    font-size: 24px;
}
.z_X {
    border: 1px solid #000;
}
.z_X h4{
    background: #006CB6;
    padding: 10px 0px 10px 9px;
    color: #fff;
}

.blog-grid-innergrid h3 a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
ul.blog-grid-infofa {
    display: flex;
    gap: 8px;
}
.blog-grid-innergrid h3 {
    margin-bottom: 0;
}

.blog-grid-innergrid {
    padding: 18px 4px 7px 8px;
    margin: -19px 0px 0;
    position: relative;
}
.blog-grid-innergrid .blog-grid-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 16px;
}
.blog-grid-innergrid .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}
.blog-grid-innergrid p {
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 3px;
}
.blog-grid-innergrid a.r-more {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
    display: inline-block;
}

/* blog part 1 page css start  */
.pasaage_for_blog_1 {
    padding-top: 10px;
}
.ullted p {
    font-size: 13px;
    text-align: justify;
}

.form-control.mtv_sub_form {
    outline: none !important;
    box-shadow: none !important;
    border-color: #006CB6;
    border-radius: 3px;
}
button.btn.btn-primary.mt-2.submit_for_blog:hover {
background-color: #006CB6 !important;
color:#fff ;
border-color:#006CB6 !important ;
}


/* login page css start  */
/* Style the tabflot */
section.login_apk {
    background: #fff;
}

#upsign {
    height: 475px;
}

#insign {
    height: 925px;
}

.apk_login {
    border: 1px solid gainsboro;
    padding-top: 37px;
}

.col-md-6.point_login_pint_tow {
    border: 1px solid silver;
    margin-bottom: 15px;
    border-left: 1px solid gainsboro;
    padding: 0;
}

.tabflot {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    /*margin-left: -12px;*/
}

.input-group.margin-bottom-20 {
    display: flex;
    flex-wrap: unset !important;
}

/* Style the buttons inside the tabflot */
.tabflot button {
display: block;
color: #fff;
background: #8f8b8b;
padding: 6px 15px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
}

.reg-header {
    margin: 8px 0px 20px 0px;
}

/* Change background color of buttons on hover */
.tabflot button:hover {
    background-color: red;
}

/* Create an active/current "tabflot button" class */
.tabflot button.active {
    background-color: #006CB6;
}

/* Style the tabflot content */
.tabflotcontentflot {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #ccc;
     */
    width: 100%;
    border-left: none;
    /* height: 550px;
     */
}

/* add css extra */
.login_image_for_away {
text-align: center;
margin: auto;
align-items: center;
justify-content: center;
padding-top: 60px;
}

.login_image_for_away img {
    width: 90%;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    color: #000;
    text-align: center;
    background-color: aliceblue;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
}

label.input svg {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
}

input#fullname {
    padding: 11px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    border-radius: 0px 4px 4px 0px;
}

.input-group_x input {
    border-radius: 0px 4px 4px 0px;
    padding: 6px 12px;
    height: 38px;
    margin-top: -0.7px;
}

#msformcontact input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: 1px solid #006CB6;
     */
    outline-width: 0
}

.input-group_xm {
    padding-top: 5px;
}

.input-group_x {
    width: 100%;
}

.col-md-9.xmtrt h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #006CB6;
}

.color-green {
    color: #72c02c;
    text-decoration: none;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 8px 16px;
    position: relative;
    background: #006CB6;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

label.select {
    display: block;
}

.sky-formxt .input input,
.sky-formxt .select select,
.sky-formxt .textarea textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px;
    outline: none;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sky-formxt .textarea textarea {
    height: 161px;
    resize: none;
}

label.textarea {
    width: 100%;
}

section.col.col-6.vru label.label {
    padding-top: 10px;
}

.vur {
    padding-top: 10px;
}

.bvru {
    width: 100%;
}

input#dob {
    border: 1px solid;
}

label.label.umt {
    padding-top: 0px !important;
}


/* edit profile page css start  */

select#state {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    }
    select#district{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    }
	select#city{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    }
	  select#cid{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    }
	select#product_id{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    }
    .form-control.tx:focus {
    box-shadow: none;
    border-color: #006CB6
    }
    .profile-button {
    background: #006CB6;
    box-shadow: none;
    border: none
    }
    .profile-button:hover {
    background: #006CB6
    }
    .profile-button:focus {
    background: #006CB6;
    box-shadow: none
    }
    .profile-button:active {
    background: #006CB6;
    box-shadow: none
    }
    .back:hover {
    color: #006CB6;
    cursor: pointer
    }
    .form-control.tx {
    font-size: 15px !important;
    }
    .add-experience:hover {
    background: #006CB6;
    color: #fff;
    cursor: pointer;
    border: solid 1px #006CB6
    }
    .rounded-circle {
  width: 65% !important;
  height: auto !important;
  border-radius: 0% !important;
}
/* pro_1 css */
.owl-carousel.pro_1.owl-theme.owl-loaded.owl-drag button.owl-prev {
  left: 60%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_1.owl-theme.owl-loaded.owl-drag button.owl-next {
  left: 58%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_1.owl-theme.owl-loaded.owl-drag button.owl-prev:hover {
  color:#006CB6 !important;
}
.owl-carousel.pro_1.owl-theme.owl-loaded.owl-drag button.owl-next:hover {
color: #006CB6 !important;
}
.owl-carousel.pro_1.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    position: absolute;
    top: -48%;
    right: 10%;
}

/* pro_2 css */
.owl-carousel.pro_2.owl-theme.owl-loaded.owl-drag button.owl-prev {
  left: 60%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_2.owl-theme.owl-loaded.owl-drag button.owl-next {
  left: 58%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_2.owl-theme.owl-loaded.owl-drag button.owl-prev:hover {
  color:#006CB6 !important;
}
.owl-carousel.pro_2.owl-theme.owl-loaded.owl-drag button.owl-next:hover {
color: #006CB6 !important;
}
.owl-carousel.pro_2.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
  position: absolute;
  top: -23%;
  right: 10%;
}
.pro_2 img {
  height: 257px;
  width: 282px;
}
/* pro_3 css */
.pro_3 img {
  height: 135px;
}
.owl-carousel.pro_3.owl-theme.owl-loaded.owl-drag button.owl-prev {
  left: 60%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_3.owl-theme.owl-loaded.owl-drag button.owl-next {
  left: 58%;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.owl-carousel.pro_3.owl-theme.owl-loaded.owl-drag button.owl-prev:hover {
  color:#006CB6 !important;
}
.owl-carousel.pro_3.owl-theme.owl-loaded.owl-drag button.owl-next:hover {
color: #006CB6 !important;
}
.owl-carousel.pro_3.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
  position: absolute;
  top: -43%;
  right: 10%;
}
ul#sidebar-nav li a {
  color: #000;
}
ul#sidebar-nav li a:hover {
  color: #006CB6;
}


/* forget password change  */

#togglePassword {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 11px;
}
span#togglePasswords {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 11px;
}
svg.svg-inline--fa.fa-eye {
    color: #000;
}
svg.svg-inline--fa.fa-eye-slash {
    color: #006cb6;
}
        .input-container {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: 15px;
        }
        .icon {
    padding: 13px;
    background: #006CB6;
    color: white;
    min-width: 24px;
    text-align: center;
}
.input-field {
    width: 100%;
    padding: 8px;
    box-shadow: none !important;
    outline: none !important;
    border-color: #006cb6 !important;
    border-width: 1px !important;
}
.forget_pass .owl-item img {
    border: none !important;
    object-fit: fill;
   /* height: 280px;*/
}
.forget_pass {
    height: 280px;
    overflow: hidden;
}
        .input-field:focus {
            border: 2px solid ;
        }
        /* Set a style for the submit button */
        .btn {
            /* background-color: dodger#006CB6; */
            background-color: grey;
            color: white;
            padding: 15px 20px;
            border: none;
            cursor: pointer;
            width: 100%;
            opacity: 0.9;
        }
        .btn:hover {
            opacity: 1;
        }
        .fa-passwd-reset>.fa-lock {
            font-size: 0.85rem;
        }
        input#password-1 {
            outline: none;
    box-shadow: none;
    border: 1px dashed #006cb6;
}
input#rest_password {
    outline: none;
    box-shadow: none;
    border: 1px dashed #006cb6;
}
button#formSubmit:hover {
    color: #fff;
    border: 1px solid green;
    background-color: green !important;
}
button#formSubmit {
    background: #fff !important;
    border: 1px solid #006CB6;
    padding: 7px;
    display: flex;
    width: 55%;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    margin: 10px auto;
    color: #006CB6;
    opacity: 5;
}
span.fa-passwd-reset.fa-stack img {
    padding: 17px;
    margin-top: -8px;
}
.owl-carousel.forget_pass.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    position: absolute;
    top: -57px;
    
    right: 0;
}
.owl-carousel.forget_pass.owl-theme.owl-loaded.owl-drag .owl-nav.disabled button.owl-prev:hover{
    color: #fff !important;
    background-color: #006CB6;
    border: 1px dashed #fff;
}
.owl-carousel.forget_pass.owl-theme.owl-loaded.owl-drag .owl-nav.disabled button.owl-prev {
    background: #fff;
    width: 30px;
    border-radius: 100%;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.owl-carousel.forget_pass.owl-theme.owl-loaded.owl-drag .owl-nav.disabled button.owl-next:hover{
    color: #fff !important;
    background-color: #006CB6;
    border: 1px dashed #fff;
}
.owl-carousel.forget_pass.owl-theme.owl-loaded.owl-drag .owl-nav.disabled button.owl-next {
    background: #fff;
    width: 30px;
    border-radius: 100%;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
 
}
/* forget password change  */



/* my_subscription plan css start  */

body .subscription {
    font-family: sans-serif;
    width: 500px;
    height: 309px;
    background: #fff;
    border-radius: 10px;
    padding: 9px 28px;
    border: 1px dashed #7a7575;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
body .subscription .subscription_card-header {
    width: 100%;
    height: 60px;
    padding: 5px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #006cb6;
}
button#subscription_premium-plan {
    position: absolute;
    right: 0;
}
body .subscription .subscription_card-header .subscription_card-btn-parent {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.subscription_card-plan h1 {
    font-size: 18px;
    color: #006cb6;
}
body .subscription .subscription_card-header .subscription_card-btn-parent button {
  width: calc(100%/2);
  height: 100%;
  border: 0;
  border-radius: 7px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  font-weight: 800;
  transition: color 0.5s ease;
}
body .subscription .subscription_card-header .subscription_card-btn-parent button:nth-of-type(1).active, body .subscription .subscription_card-header .subscription_card-btn-parent button:nth-of-type(1).active ~ div {
  left: 0px;
  color: #fff;
}

body .subscription .subscription_card-header .subscription_card-btn-parent button:nth-of-type(2).active, body .subscription .subscription_card-header .subscription_card-btn-parent button:nth-of-type(2).active ~ div {
  left: calc(100%/2);
  color: #fff;
}

body .subscription .subscription_card-header .subscription_card-btn-parent div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%/2);
  height: 100%;
  background: red;
  border-radius: 7px;
  transition: left 0.5s ease;
  border: 1px solid #fff !important;
}
.subscription_card-btn-parent button {
    border: none !important;
    color: #fff !important;
}
body .subscription .subscription_card-body {
  display: flex;
  width: 100%;
  padding: 10px 20px;
}
body .subscription .subscription_card-body > div {
  width: 100%;
  height: auto;
  display: none;
}
body .subscription .subscription_card-body > div .subscription_subscription_plan-tag {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}
body .subscription .subscription_card-body > div .subscription_subscription_plan-tag span {
  color: gray;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}
body .subscription .subscription_card-body > div .subscription_subscription_plan-tag div {
    display: flex;
    justify-content: space-between;
}
.subscription_subscription_plan-tag div h3 {
    font-size: 16px;
    color: #006cb6;
    margin-bottom: 0;
}
.subscription_card-plan h4{
  font-size: 14px;
  color: #000;
}
.subscription_card-plan h5{
  font-size: 13px;
  color: #000;
}
body .subscription .subscription_card-body > div .card-content {
  margin-top: 0px;
}
body .subscription .subscription_card-body > div .card-content > p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
body .subscription .subscription_card-body > div .card-content .card-lists {
    margin-top: 14px;
    display: flex;
    row-gap: 5px;
    justify-content: space-between;
}
body .subscription .subscription_card-body > div .card-content .card-lists .card-list {
  display: flex;
  font-size: 14px;
}
body .subscription .subscription_card-body > div .card-content .card-lists .card-list img {
  width: 15px;
}
body .subscription .subscription_card-body > div.active {
  display: block;
}

@media screen and (max-width: 400px) {
  body .subscription {
    width: 320px;
    padding: 25px;
  }
}

/* my_subscription plan css start  */






/* rating report css start  */
.rating_report.content.pt-4 {
    width: 100%;
    margin: auto;
}
/* rating report css start  */

.btn_enqu button {
    width: 100%;
    height: 36px;
    padding: 0px !important;
}
.btn_enqu button a {
    color: #fff;
}

.parivahansampda_btn_action {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    background: none !important;
}
  .parivahansampda_btn_action:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-top: none !important;
}
.parivahansampda_btn_action:hover {
    background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%) !important;
    transition: all 0.3s ease;

    /* color: #fff; */
}
  .parivahansampda_btn_action:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);

  }
  .btn {
    background-color: none !important;
    color: none !important;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}
button#dropdownMenuButton1 {
    padding: 9px 21px !important;
}
.row_dolted .dropdown {
    background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
}

/* like button css add  */
.like_btn_calltd {
    width: 16px;
    transition: fill 0.5s, transform 0.5s;
    pointer-events: none;
    height: 15px;
}
  .like_btn_calltd-btn_tool {
    position: relative;
    background: none !important;
    border-radius: 50%;
    border: 0;
  }
  .like_btn_calltd-btn_tool.liked .like_btn_calltd {
    fill: #ee3529;
  }
  .like_btn_calltd-btn_tool.liked .like_btn_calltd-icon {
    transform: scale(1.2);
  }
  .like_btn_calltd-btn_tool.liked .like_btn_calltd-pop {
    animation-direction: normal;
  }
  
  .like_btn_calltd-pop {
    position: absolute;
    width: 30%;
    opacity: 0;
    left: 0;
    animation: pop 1s ease forwards reverse;
  }
  .like_btn_calltd-pop.one {
    left: 1%;
    transform: rotate(-10deg);
    animation-delay: 0.45;
  }
  .like_btn_calltd-pop.two {
    left: 15%;
    transform: rotate(8deg);
    animation-delay: 0.25s;
  }
  .like_btn_calltd-pop.three {
    left: 30%;
    transform: rotate(-5deg);
    animation-delay: 0;
  }
  .like_btn_calltd-pop.four {
    left: 50%;
    transform: rotate(-8deg);
    animation-delay: 0.3s;
  }
  .like_btn_calltd-pop.five {
    left: 60%;
    transform: rotate(-10deg);
    animation-delay: 0.9s;
  }
  .like_btn_calltd-pop.six {
    left: 70%;
    transform: rotate(-8deg);
    animation-delay: 0.2;
  }
  .like_btn_calltd-pop.seven {
    left: 85%;
    transform: rotate(6deg);
    animation-delay: 0.35s;
  }
  .like_btn_calltd-pop.eight {
    left: 90%;
    transform: rotate(-4deg);
    animation-delay: 0.5s;
  }
  .like_btn_calltd-pop.nine {
    left: 95%;
    transform: rotate(8deg);
    animation-delay: 0.2s;
  }
  
  @keyframes pop {
    0% {
      left: calc(50% - 7px);
      top: 10px;
    }
    20% {
      opacity: 1;
    }
    80% {
      top: -20px;
    }
    100% {
      opacity: 0;
    }
  }
/* like button css add  */