@charset "UTF-8";
@font-face {
    font-family: ProximaNova;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/ProximaNova/ProximaNova-Lightd41d.eot) format("eot"), url(../fonts/ProximaNova/ProximaNova-Light.ttf) format("truetype"), url(../fonts/ProximaNova/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Light.html) format("svg")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProximaNova/ProximaNova-Regulard41d.eot) format("eot"), url(../fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype"), url(../fonts/ProximaNova/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Regular.html) format("svg")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/ProximaNova/ProximaNova-Semiboldd41d.eot) format("eot"), url(../fonts/ProximaNova/ProximaNova-Semibold.ttf) format("truetype"), url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Semibold.html) format("svg")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ProximaNova/ProximaNova-Boldd41d.eot) format("eot"), url(../fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype"), url(../fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Bold.html) format("svg")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/ProximaNova/ProximaNova-Extrabldd41d.eot) format("eot"), url(../fonts/ProximaNova/ProximaNova-Extrabld.ttf) format("truetype"), url(../fonts/ProximaNova/ProximaNova-Extrabld.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Extrabld.html) format("svg")
}




h1, h2, h3 ,h4, h5, h6, p, span, li, a, button{

    font-family: ProximaNova;

    margin: 0px;

    padding: 0px;

}
a{
    text-decoration: none !important;
}
div, input, button, a:focus{outline: none !important;}
body{
    overflow-x: hidden;
}
.p0{padding: 0px;}



section{
    float: left;
    width: 100%;
}

.main-banner{
    background-image: url(../images/main-banner.png);
    background-repeat: no-repeat;
    background-position: 0 103%;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 810px;
}
.bnr-sl-img img{
    width: 100%;
}
.bnr-slider{
    padding-top: 10%;
}

.main-banner .col-sm-12.p0 {
    position: relative;
    z-index: 3;
}
.bnr-othr-img{
    background: url(../images/main-banner-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
/*.othr-aft{
    background: url(../images/main-banner-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    
}*/
    
.bnr-side-img img {
    width: 100%;
}

.bnr-hd-txt {
    padding: 44% 0 0;
    color: #fff;
}

.bnr-hd-txt h1 {
    font-size: 60px;
    font-weight: 800;
}

.bnr-hd-txt p {
    font-size: 20px;
    color: #efefef;
    padding: 20px 0;
    font-weight: 400;
}

.bnr-btn {
    padding: 25px 0;
}

.btn-order {
    padding: 15px 35px;
    background: #fff;
    color: #222;
    font-weight: 800;
    border-radius: 60px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
}

.btn-chat {
    padding: 15px 35px;
    background: #ffca26;
    color: #222;
    font-weight: 800;
    border-radius: 60px;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-chat:hover {background: #fff;color: #222;}

.btn-order:hover {
    background: #ffca26;
    color: #222;
}

.bnr-side-img {
    padding-top: 20%;
    overflow: hidden;
}

/*banner-end*/



/*dt-sec*/
.dt-sec{
    padding: 50px 0px;
}
.dt-sec .col-sm-2 {
    width: 20%;
}

.dt-sec-edit .dt-sec{
    padding: 10px 0px 30px;
}
.dt-box{
    padding: 0px 10px;
    text-align: center;
}
.dt-box h4 {
    font-size: 17px;
    font-weight: 500;
    color: #0c1924;
    padding: 10px 0;
}

.dt-box p {
    color: #626262;
    font-size: 13px;
}

.dt-box {
    border-right: 1px solid #a5a5a5;
    border-right-style: dashed;
}


.dt-box.bdr-rem{border: 0px;}
.dt-box img {
    filter: grayscale(30%) contrast(50%) brightness(50%) url(#duotone);
    -webkit-filter:grayscale(0%) contrast(100%) brightness(100%) url(#duotone);;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    width: 59px;
}

.dt-box:hover img {
    filter: grayscale(0%) contrast(100%) brightness(100%) url(#duotone);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(0%) !important;
    -webkit-filter:grayscale(0%) contrast(100%) brightness(100%) url(#duotone);;
}

.dt-box:hover h4 {
    color: #395fdb;
}

/*dt-sec*/

/*service-sec*/
.service-sec{
    background: #f2f5f7;
    padding: 50px 0;
}
.hd-txt{
    padding-bottom: 30px;
    text-align: center;
}
.hd-txt h2{
    font-size:42px;
    font-weight:bold;
    color: #595959;
}
.hd-txt h2 span{
    color: #395fdb;
}
.hd-txt p{
    color: #6e6e6e;
    padding-top: 10px;
    font-size: 22px;
    font-weight:400;
}




.serv-box {
    text-align: center;
    background: #fff;
    padding: 30px 50px 35px;
}

.serv-box img {
    margin-left: 25px;
}

.serv-box h4 {
    color: #2e469d;
    font-size: 20px;
    font-weight: 600;
}

.serv-box p {
    padding: 10px 0 30px;
    color: #626262;
}

.serv-btn {
    padding: 12px 60px;
    background: #ffca26;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 60px;
    text-transform: uppercase;
}

.serv-box:hover {
    background: #3d0a8b;
}

.serv-box:hover h4, .serv-box:hover p {
    color: #fff;
}

.serv-box:hover .serv-btn {
    background: #fff;
    color: #3d0a8b;
}
/*service-sec*/


/*product-sec*/
.product-sec {
    padding: 50px 0;
}

.product-box:hover {
    /* background: rebeccapurple; */
    box-shadow: 0px 12px 38.8px 1.2px rgba(57, 95, 219, 0.24);
}

.pr-bx-img {
     background: #f2f2f2;
    padding: 0 0px 0px;
    text-align: center;
}
.pr-bx-img img {
    width: 100%;
}

.pr-bx-txt {
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #f2f5f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr-rq-btn {
    padding: 10px 30px;
    background: #b2babd;
    border-radius: 60px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.pr-bx-txt p {
    font-size: 16px;
    font-weight: 700;
}

.product-box {
    box-shadow: 0 0 0 0 transparent;
    transition-duration: 1s;
    transition-delay: 0s;
    margin-top: 50px;
}

.product-box:hover {}

.product-box:hover p {
    color: #395fdb;
}

.product-box:hover .pr-rq-btn {
    background: #395fdb;
}

.pr-rq-btn:hover {
    color: #fff;
}
/*product-sec*/


/*cta-sec*/
.cta-sec{
    padding: 50px 0 30px;
    overflow: hidden;
    background: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    background-size:cover;
}
.cta-bg-img{
    background: url(../images/cta-shape-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.cta-txt h2,
.cta-txt p{
    color: #fff;
}
.cta-txt p{
    padding-bottom: 30px;
}
.hd-txt.cta-txt {
    position: relative;
    z-index: 3;
}

/*cta-sec*/

/*work-sec*/
/*.work-sec{
    padding: 50px 0;
}
.work-main-col{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.work-box{
    text-align: center;
    background: #eeeeee;
}
.work-box.w-2 img {
    width: 100%;
}

.work-box.w-6 img {
    width: 100%;
}

.work-box.w-7 img {width: 93.5%;}

.work-box.w-3 img {
}

.work-box.w-1 img {
    width: 94%;
}

.work-box.w-1 {
    padding: 0 20px;
    margin-right: 20px;
}

.work-box.w-2 {
    padding: 0 20px;
    margin-left: 15px;
}

.work-box.w-3 {
    padding: 0 20px;
    margin-left: 100px;
    margin-top: 40px;
}

.work-box.w-3 img {
    width: 75%;
}

.work-box.w-4 {
    padding: 0 20px;
    margin-bottom: 40px;
}

.work-box.w-4 img {
    width: 65%;
}

.work-box.w-5 {
    padding: 0 20px;
}

.work-box.w-5 img {
    width: 65%;
}

.work-box.w-6 {
    padding: 0 20px;
    margin-right: 20px;
}

.work-box.w-7 {
    padding: 0 20px;
    margin-left: 20px;
}

.work-box.w-8 {
    padding: 0 20px;
    margin-right: 100px;
    margin-top: 40px;
}
.w-in-col1 {
    margin-top: -140px;
}

.w-in-col3 {
    margin-top: -140px;
}

.work-box.w-8 img {
    width: 75%;
}*/





/*Logo Design*/

.banner-logo-inner-img img {
    width: 100%;
}

.logo_portfolio_sec {
    padding: 50px 0 ;
}

.banner-logo-img {
    margin: 50px 0 0;
}

.banner_list {
    padding: 0 0 0 0px;
    margin: 30px 0 50px;
}

.banner_list li {
    color: #3b3b3b;
    font-size: 18px;
    position: relative;
    list-style: none;
    padding: 0 0 10px 30px;
}

.banner_list li:before {
    content: "";
    background-image: url(../images/banner-list-arrow.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
}

.banner_main.banner_main_logo {
    padding: 120px 0 0;
}

.logo_pack_sec {
    float: left;
    width: 100%;
    margin: 60px 0 0px;
}

.logo_packges_boxes {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

.logo_packges_box {
    background-color: #fff;
    /*box-shadow: 0 20px 20px rgba(204, 204, 204, 0.32);*/
    margin: 0 0 0;
    padding: 30px 0 40px;
}

.logo_packges_box:hover {
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(204, 204, 204, 0.32);
    margin: 0 0 0;
    /* padding: 30px 0 30px; */
}

.logo_packges_box_img {
    height: 65px;
    overflow: hidden;
    margin: 40px 0 0;
}

.logo_packges_box_img img {
    margin: 0px auto 0px;
    display: table;
}

.logo_packges_box:hover .logo_packges_box_img img {
    margin: -70px auto 0;
}

/*/types_logo_sec/*/

.types_logo_sec {
    float: left;
    width: 100%;
    margin: 0px 0 0px;
}

.types_logo_sec hr {
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    border-top: 1px solid #d9d9d9;
}

.logo_type_slider {
    background-image: url(../images/type-logo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin: 50px 0 0 !important;
    padding: 70px 0;
}

.logo_type_box h2 {
    font-size: 21px;
    color: #3b3b3b;
    font-family: 'Conv_Proxima Nova Bold';
    margin-bottom: 40px;
}

.logo_type_box h2 span {
    font-family: 'Conv_ProximaNova-Regular';
}

.logo_type_box h2 small {
    background-color: #3b3b3b;
    padding: 8px 10px;
    color: #fff;
    font-size: 21px;
    margin: 0 10px 0 0;
    font-family: 'Conv_Proxima Nova Bold';
}

.logo_type_box p {
    font-size: 18px;
    color: #989897;
    word-spacing: 4px;
}

.logo_type_btn {
    margin: 30px 0 0;
}

.logo_type_btn a {
    color: #008efd;
    font-size: 18px;
    font-family: 'Conv_Proxima Nova Bold';
}

.logo_type_btn a i {
    font-size: 22px;
    margin: 0px 5px 0;
    position: relative;
    top: 3px;
    transition-duration: .5s;
}

.logo_type_btn a:hover,
.logo_type_btn a:focus {
    color: #3b3b3b;
    outline: none;
}

.logo_type_btn a:hover i {
    padding-left: 10px;
}

.logo_type_slider .slick-dots {
    position: absolute;
    bottom: 80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: -470px;
}

.logo_type_slider .slick-dots li.slick-active button {
    background-color: #008efd;
}

.logo_type_slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.logo_type_slider .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
/*line animation*/

.fadein_box a *,
.fadein_box a *:before,
.fadein_box a *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.fadein_box a:hover:before,
.fadein_box a:hover:after {
    opacity: 1;
}

.fadein_box a:before {
    background-color: rgba(0, 0, 0, 0.69);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in 0s;
    width: 100%;
    z-index: 2;
}

.fadein_box a {
    overflow: hidden;
}

.fadein_box a img {
    max-width: 100%;
    position: relative;
    transform: scale(1) rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

.fadein_box a:hover img {
    transform: scale(1.4) rotate(7deg);
}

.fancybox.fancybox_middle_img {
    margin: 33% 0 0;
}
.fade_img_slider7 {}

.fade_img_slider7 .slick-list.draggable {
    margin-top: 33%;
}
.all_portfolio_btn {
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.all_por_slider2 {
    float: left;
    width: 100%;
    margin: -9% 0 0px;
}

/*Portfolio Hover Effect*/

.fadein_box a:hover .border_line_animate:before,
.fadein_box a.hover .border_line_animate:before,
.fadein_box a:hover .border_line_animate:after,
.fadein_box a.hover .border_line_animate:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    z-index: 9999;
}

.fadein_box a:hover .border_line_animate:before,
.fadein_box a.hover .border_line_animate:before,
.fadein_box a:hover .border_line_animate:after,
.fadein_box a.hover .border_line_animate:after,
.fadein_box a:hover .border_line_animate div:before,
.fadein_box a.hover .border_line_animate div:before,
.fadein_box a:hover .border_line_animate div:after,
.fadein_box a.hover .border_line_animate div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fadein_box a .border_line_animate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 10px;
    width: 100%;
    height: 100%;
}

.fadein_box a .border_line_animate:before {
    top: 15px;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.fadein_box a .border_line_animate:before,
.fadein_box a .border_line_animate:after {
    height: 2px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.fadein_box a .border_line_animate:after {
    bottom: 15px;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fadein_box a .border_line_animate div:before {
    top: 0;
    right: 5px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 0;
    margin: auto;
}

.fadein_box a .border_line_animate div:after {
    bottom: 0;
    left: 5px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    margin: auto;
}

.fadein_box a .border_line_animate div:before,
.fadein_box a .border_line_animate div:after {
    width: 2px;
    height: 540px;
    position: absolute;
    content: '';
    background-color: #ffffff;
    /* right: 0; */
}

.fadein_box a:hover .border_line_animate div {
    opacity: 1;
}

.fadein_box a .border_line_animate div {
    background-image: url(../images/zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 22%; */
    height: 55px;
    position: relative;
    top: 40%;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: 999;
    /* display: grid; */
    align-items: center;
    left: 0;
    right: 0px;
    transition-duration: .5s;
    width: 100%;
}





/*work-sec*/

/*process-sec*/
.process-sec{
    padding: 50px 0;
    background: #3d0a8b;
}
.process-sec .hd-txt h2,
.process-sec .hd-txt p{
    color: #fff;
}

.process-img {
    border: 7px solid #fff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    background: #3d0a8b;
}
.process-div:hover .process-img img{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.process-div:hover .process-txt h4 {
    transform: scale(1.2);
    transition-duration: 1s;
    transition-delay: 0s;
}
.process-txt {
    color: #fff;
    text-align: center;
    padding: 30px 20px 20px;
}

.process-txt h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    transition-duration: 1s;
    transition-delay: 0s;
}
.process-main-div {
    position: relative;
}

.process-main-div:before {
    content: '';
    position: absolute;
    width: 55%;
    height: 2px;
    top: 98px;
    margin: auto;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
    border-top-style: dashed;
}
.pr-arrow{
    position:relative;
}
.pr-arrow:after{
    content:"\f138";
    position:absolute;
    right: -35px;
    top: 54px;
    margin: auto;
    font: normal normal normal 14px/1 FontAwesome;
    z-index: 7;
    color: #fbbd0e;
    font-size: 30px;
    background: #3d0a8b;
}
.process-main-div {
    padding-top: 30px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*process-sec*/


/*testimonial-sec*/
.testi-sec{
    padding: 50px 0;
}
.testi-img {
    border: 3px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 60%;
    height: 80px;
    margin-bottom: 0;
    position: relative;
    top: -40px;
}
.testi-sec{
        display: block;
    }
    .testi-new-sec{
        display: none;
    }

.testi-img img {
    border-radius: 60%;
    width: 100%;
}

.testi-box {
    background: #f2f5f7;
    padding: 0 15px 20px;
    border-radius: 20px;
    margin: 0 35px;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0s;
}
.testi-box:after {
    background: url(../images/quote.png);
    content:'';
    width: 125px;
    height:101px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-slider .slick-list.draggable {
    height: 440px;
    padding-top: 20px !important;
}

.testimonial-slider.slick-initialized.slick-slider {}

.testi-txt {
    margin-top: -15px;
}

.testi-txt img {
    width: 26%;
    padding: 10px 0;
}

.testi-txt h4 {
    color: #395fdb;
    font-weight: bold;
    padding: 0 0 5px;
}

.testi-txt h5 {
    font-weight: 600;
    padding-bottom: 10px;
}
.testimonial-slider .slick-current.slick-center {}

.testimonial-slider .slick-current.slick-center .testi-box {
    /* transform: scale(1.2); */
    /* margin-top: -12px; */
    background: #fff;
    box-shadow: 0px 28px 38.8px 1.2px rgba(57, 95, 219, 0.24);
    margin: 0 15px;
    transition-duration: 1s;
    transition-delay: 0s;
}

.testimonial-slider .slick-current.slick-center .testi-box .testi-img {
    border-color: #395fdb;
}

.testimonial-slider .slick-slide {
    padding-top: 20px;
}
.testi-sec .slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.testi-sec .slick-dots li.slick-active button {
    background-color: #395fdb;
}
.testi-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}
.testi-sec .slick-dots li button {
    background-color: #d6d5d5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
/*testimonial-sec*/


/*client-sec*/
.client-logo {
    padding: 20px 0;
}

.client-logo-div ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-div ul li {
    width: 20%;
}
.client-logo-div ul li img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    transition-duration: 1s;
    transition-delay: 0s;
    -webkit-filter: grayscale(100%);
}

.client-logo-div ul li:hover img {
    filter: none;
    transition-duration: 1s;
    transition-delay: 0s;
    transform: scale(1.1);
}
.client-logo-div {
    border-top: 1px solid #e1e8e9;
    border-bottom: 1px solid #e1e8e9;
    padding: 20px 0;
}


.ftr-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 25px 0;
    border-bottom: 1px solid #e1e8e9;
    margin: 0;
    
}

.ftr-links ul li {
    width: 12%;
    text-align: center;
}

.ftr-links ul li a {
    text-align: center;
    color: #222;
}
/*client-sec*/


/*footer*/

.footer-sec{
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #ffffff;
    position:relative;
    overflow: hidden;
}
.footer-sec strong {
    color: #395fdb;
}




/*category*/


.main-banner.cat-bnr{
    background-image: url(../images/cat-bnr.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 730px;
}

.cat-bnr .bnr-hd-txt {
    padding: 50% 0 0 0;
}

.cat-bnr .bnr-othr-img{
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 100% 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.trsut-img img{
    width: 45%;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.cat-pro-sec .pr-bx-txt h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.cat-pro-sec .pr-bx-txt p {
    color: #656b6c;
    font-weight: 400;
    min-height: 90px;
    padding-top: 10px;
}

.cat-pro-sec .pr-bx-txt {
    padding: 20px 20px 30px;
}

.cat-pro-sec.product-box:hover .pr-bx-txt h4 {
    color: #395fdb;
}

.cat-pro-sec .product-box:hover .pr-bx-txt h4 {
    color: #395fdb;
}
.cat-pro-sec .pr-bx-txt {
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #f2f5f7;
    display: block;
    
}

.box-style .product-box .pr-bx-img img {
    width: 100%;
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}

.box-style .product-box .pr-bx-img {
    background: transparent;
    border: 1px solid #ececec;
}

.box-style .product-box:hover .pr-bx-img img {
    filter: grayscale(0);
}


/*indus-sec*/
.industry-sec {
    padding: 50px 0;
    background: #3d0a8b;
    color: #fff;
}

.indus-ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
}

.indus-ul ul {
    padding: 0;
    list-style: none;
    width: auto;
    padding-right: 35px;
}

.indus-ul li img {
    margin-right: 15px;
}

.indus-ul li {
    line-height: 35px;
    border-radius: 22px;
    padding: 6px 25px;
    margin-bottom: 5px;
    font-weight: 600;
}

.indus-ul li:hover {
    background: #fbbd0e;
    color: #ffffff;
}

.indus-ul li:hover img {
    
}
.industry-sec .hd-txt h2 {
    color: #fff;
}
/*indus-sec*/







/*caterogies-detail-page*/
.main-banner.categories-dt-bnr{
    background-image: url(../images/categories-bnr.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 208px;
}
.categories-dt-bnr .bnr-othr-img{
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-position: 80px -25%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}


.product-box:hover .pro-box-cate{
    visibility: visible;
}
.product-box:hover .pro-box-cate p{
    color: #fff;
}
.pro-box-cate {
    padding: 10px;
    text-align: center;
    background: #395fdb;
    visibility: hidden;

}

.pro-box-cate p {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

/*caterogies-detail-page*/






























/*Product dec*/

.products-spec {
    padding: 50px 0;

}
.product.service-image-left {
    width: 100%;
    display: inline-block;
}
.product.service-image-left {
    width: 100%;
    min-height: auto;
    /* border: 1px solid #ccc; */
    margin-bottom: 40px;
    border-radius: 2px;
    margin-top: 5px;
}

.carousel-inner>.carousel-item {
    float: left;
    width: 100%;
}
.no-lp {
    padding-left: 0;
}

.carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
.carousel-control.left, .carousel-control.right {
    display: none;
}
.product-detail-wrap #carousel-pager {
    display: inline-block;
    width: 90%;
    float: left;
    margin-right: 16px;
    margin-top: 0;
}
.carousel-inner>.carousel-item.active {
    left: 0;
}
#carousel-pager .horizontal .carousel-item a:last-child {
    margin: 0px !important;
}
a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
    float: left;
    width: 22%;
    margin: 0 10px 0px 10px;
    border: 1px solid #cccccc;
    height: 100px;
}
a[data-zoom-id] img, .mz-thumb img {
    border: 0px solid #920012;
    width: 100%;
    height: 100%;
    margin: auto;
    display: table;
}


.product-detail-wrap figure {
    width: 100%;
    margin: auto;
    display: table;
    background-color: #f5f5f5;
    overflow: visible;
}

.product_desc_banner {
    padding: 150px 0 0;
}
ul.product_description_list {
    padding: 0 0 0 30px;
    margin: 0 0 21px;
}
ul.product_description_list li {
    position: relative;
    list-style: none;
    color: #444444;
    font-size: 18px;
    
}
ul.product_description_list li::before {
    content: "";
    width: 30px;
    position: absolute;
    background-image: url(../images/list-before.png);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    height: 30px;
    left: -30px;
}
.test {
    position: fixed;
    top: 0;
    width: 445px;
    /* background-color: #fff; */
    z-index: 999;
}
.relate {
    position: absolute;
    bottom: 5px;
    top: auto;
}
img.deatils_border_img {
    margin: 0 auto 30px;
    display: table;
    width: auto;
}
.details_sec {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 0px;
    padding: 60px 0px;
    width: 100%;
    min-height: 590px;
}

.product_right_sticky {
/*    display: flex;
    flex-direction: row-reverse;*/
}

.active.carousel-item {
    /* float: left; */
    /* width: 100%; */
}

div#carousel-pager .active.carousel-item {
/*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
}

.ct-list-avail.li-1.tg-li li {
    text-transform: capitalize;
}
.details-tab-boxes-sec ul#nav-tabs-wrapper {
    margin-bottom: 25px;
}
.ct-list-avail ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.rev-bx h6 span {
    display: none;
}

.ct-list-avail ul span {
    color: #68899a;
}

.ct-list-avail ul li {
    font-weight: 500;
    line-height: 25px;
}
ul.ct-list-avail.li-2 {
    list-style: inside;
    padding-left: 20px;
}
.rev-bx {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rgt-cat-box h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 17px 0;
}
.rgt-cat-box h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 17px 0;
}
.rev-bx img {
    width: 10%;
}

.rev-bx h6 {
    margin: 0 5px;
}

.breif-box1 select, .breif-box1 input {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin: 8px 0;
    padding: 8px 10px;
}

.breif-box1.breif-box5 h4 {
   font-weight: 700;
    font-size: 15px;
    margin:5px 0 1px 0;
}

.cat-form {
    padding-top: 20px;
}

.breif-box1.breif-box7{
    display: flex;
    align-items: center;
    justify-content: center;
}

.breif-box1.breif-box7 p {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}
.cat-form-btn-st {
    padding: 12px 35px !important;
    background: #ffca26;
    color: #080808;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

.cat-form-btn-st:hover {
    background: #222;
    color: #fff;
}

.ov-dt-bx-div ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

.ov-dt-bx-div ul li.bdr-rem{
    border: 0px;
}
.ov-dt-bx-div ul li {
    width: 25%;
    border-right: 1px solid #c4c4c4;
    text-align: center;
    padding: 0 20px;
}

.ov-detail-box {
    background: #f5f5f5;
    padding: 30px 0;
}

.ov-dt-bx-div p {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 22px;
}



.details-tab-boxes-sec {
    padding: 50px 0;
}

ul#nav-tabs-wrapper {
}

.details-tab-boxes-sec .nav-tabs>li.active>a, .details-tab-boxes-sec .nav-tabs>li.active>a:focus, .details-tab-boxes-sec .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

.details-tab-boxes-sec .nav-tabs>li>a:hover {
    border-bottom-color: #222;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.details-tab-boxes-sec .nav-tabs>li>a {
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    color: #222;
    border-right: 0;
    border-top: 0;
    border-left: 0;
}

.details-tab-boxes-sec .nav-tabs>li {
    margin-right: 10px;
}
.details-box-tab p {text-align: left;font-size: 15px;}

.details-box-tab h5 {
    color: #222;
    text-align: left;
    font-weight: 600;
}

.details-box-tab ul {margin: 20px 0;}

.details-box-tab ul li {
    text-align: left;
}
.det-tb-img img {
    width: 100%; 
    
}

.det-tb-img .dt-img-tb-st {
    margin: 40px 0 20px;
    display: none;
}
.how-order {
    padding: 50px 0;
}

.order-box {
    text-align: center;
}

.order-icon {
    border: 1px solid #e5e5e5;
    display: table;
    border-radius: 60%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #e5e5e5;
}

.order-box h4 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}


.collapsed .rotate {
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(0deg); /* Firefox */
  -ms-transform: rotate(0deg); /* IE 9 */
  transform: rotate(0deg); /* Standard syntax */
}
.rotate {
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-180deg); /* Firefox */
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg); /* Standard syntax */
}

.faq-sec i.fa-chevron-down {
    border: 1px solid #f9f8fd;
    border-radius: 60%;
    font-size: 11px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    background: #f9f8fd;
    color: #395fdb;
     float: right;
}
.faq-sec {
    padding: 50px 0;
    background: #f9f9fc;
}

.faq-sec .hd-txt h2 {
    text-align: center;
}

.faq-sec .panel-heading {
    background: #fff;
    border-color: #eceaf8;
}

.faq-sec .panel {
    margin-bottom: 20px;
    padding: 6px 0;
}
.cat-ov-bx-tr {
    padding-bottom: 50px;
}




/*print-product*/
.print-bnr{

}
.main-banner.print-bnr{
    background-image: url(../images/print-mbnr.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 730px;
}

.print-bnr .bnr-hd-txt {
    padding: 50% 0 0 0;
}

.print-bnr .bnr-othr-img{
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 100% 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.print-ul-tab .nav-tabs {
    border: 0;
}

.print-ul-tab .nav-tabs>li.active>a, .print-ul-tab .nav-tabs>li.active>a:focus, .print-ul-tab .nav-tabs>li.active>a:hover {
    border: 0;
    background: #395fdb;
    color: #fff;
}

.print-ul-tab .nav>li>a {
    padding: 10px 25px;
    border-radius: 60px;
    background: #e9edf1;
    color: #595959;
    margin-right: 10px;
    width: 180px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 43px;
}
.print-ul-tab .nav>li>a:hover {
    background: #395fdb;
    color: #fff;
}
.prnt-hd-txt .hd-txt-2 {
    padding-top: 30px;
}
.pr-bx-img.prnt-bx-img {
    background: #eee;
}
.prnt-hd-txt .hd-txt-2 h2{
    font-size: 38px;
}
.print-pro-sec {
    background: #fbbd0e;
}

.print-pro-sec .process-txt:after {
}

.print-pro-sec .process-main-div:before {
    display: none;
}

.print-pro-sec .pr-arrow:after {
    display: none;
}

.print-pro-sec .process-div {
    text-align: center;
    background: #fff;
    padding: 20px 20px;
    transition-duration: 1s;
    transition-delay: 0s;
    box-shadow: 0 0 0 0 transparent;
}

.print-pro-sec .process-txt h4, .print-pro-sec .process-txt p {
    color: #222;
}

.print-pro-sec .process-div:hover {
    box-shadow: 0px 12px 38.8px 1.2px rgba(57, 95, 219, 0.24);
}

.print-pro-sec .process-div:hover .process-txt h4 {
    color: #395fdb;
}

.print-pro-sec .process-div .process-txt h4 {
    text-transform: uppercase;
}

.print-pro-sec .process-div img {
    filter: grayscale(1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    
}

.print-pro-sec .process-div:hover img {
    filter: grayscale(0);
}
/*print-product*/


/*sticker-label*/

.main-banner.stick-lab-bnr{
    background-image: url(../images/stick-lab-bnr.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 730px;
}
.stick-lbel.cat-pro-sec .pr-bx-txt h4 {
   
    min-height: 38px;
}
.stick-lab-bnr .bnr-hd-txt {
    padding: 50% 0 0 0;
}

.stick-lbel .pr-bx-txt p {
    min-height: 115px;
}

.stick-lab-bnr .bnr-othr-img{
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 100% 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.stick-lbel p{
    font-size:15px;
}
.stick-lab-bnr .bnr-hd-txt h1 {
    font-size: 58px;
}
/*sticker-label*/


/*contact*/

.cntct-bnr{
    background-image: url(../images/cntct-bnr.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    background-color:transparent;
    overflow: hidden;
    height: 730px;
}
.cntct-num-em {
    text-align: center;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntct-num-em a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 20px;
}
.cntct-bnr .bnr-hd-txt {
    padding: 25% 0 0 0;
    text-align: center;
}
.cntct-bnr .bnr-hd-txt p {
    width: 60%;
    margin: 0 auto;
}
.cntct-bnr .bnr-othr-img{
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 100% 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.cnform input, .cnform textarea {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.cnform {
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 80px;
    border-radius: 30px;
}

.cnform .cntct-btn:hover {
    color: #222;
}
.cnform .cntct-btn {
    width: auto;
    float: right;
    border: 0;
    background: #ffca26;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 60px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.cntct-sec {
    padding: 50px 0;
}
/*contact*/









.privay-bnr {
    height: 300px;
}

.privay-bnr .bnr-hd-txt {
    padding: 13% 0 0;
}

.privacy-txt {
    padding: 50px 0;
}

.privacy-txt h3 {
    padding: 10px 0;
    color: #222;
    font-weight: 600;
}







/*review*/
.review-side-img img {
    width: 100%;
    margin-top: 30px;
}
.review-sec {
    padding: 50px 0;
}

.revsliders {}

.revsliders .slick-list.draggable {
    padding-top: 50px;
}
.review-tbox:after{
    display: none;
}
.review-tbox.testi-box{
    margin: 0px;
}
.review-tbox .testi-txt {
    margin-top: -38px;
}
/*.review-side-img img {
    width: 112%;
    margin-top: 60px;
}*/
.review-tbox .testi-txt p {
    min-height: 177px;
}
.review-tbox.big-rv-bx .testi-txt p {
    min-height: auto;
}
.col-sm-12.big-rev-div {width: 100%;}

.big-rev {
    float: left;
    clear: both;
    margin: 50px 0;
    text-align: center;
    text-align: center;
}

.big-rv-bx {
    position: inherit;
    padding: 75px 50px 5px;
    position: relative;
    top: -130px;
    z-index: -1;
}
.testi-txt.big-rev-txt {
    position: relative;
    top: 30px;
}

.big-rv-bx .testi-img {
    position: relative;
    top: 40px;
    text-align: center;
    margin: 0 auto;
}

.big-rv-bx .testi-txt {
    margin: 0;
}

/*.big-rv-bx .testi-img {
    text-align: center;
    margin: 0 auto;
    top: 0;
}*/
.bg-rv-bx-img img {
    width: 45%;
    position: relative;
    top: 0;
    margin-top: -30px;
    margin-bottom: 0;
}
.rev-sli-col {
    margin-bottom: 30px;
}
/*review*/













































#mySidenav.active {
    width: 320px;
    background: #3b2dac;
}
#mySidenav{
    width: 0px;
}


.nav-rt-div .form-control, .nav-rt-div .control-group input {
    background: transparent;
}
.nav-rt-div .cntct-frm-div-txt h3 {
    padding-left: 40px;
    padding-bottom: 0;
}
.nav-rt-di .cntct-form-div label {
    background: #222 !important;
    color: #fff;
}

.nav-rt-di label {
    background: #222;
    color: #fff;
}

.nav-rt-div .cntct-form-div label {
    background: #1b1a1f;
    color: #fff;
}

.nav-lft-div {
    height: 100vh;
    background: #fff;
    padding: 10% 0 0 0;
}

.nav-rt-div {
    height: 100vh;
    padding: 15% 0 0 0;
    background: url(../images/nav-form-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}
.nav-rt-div:before {
    content: "";
    background: url(../images/nav-hd-cir.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 86px;
    height: 86px;
    position: absolute;
    right: 50%;
    left: 0;
    top: 5%;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.nav-rt-div:after {
    content: "";
    background: url(../images/contact-form-af.png);
    background-size: 64%;
    background-position: center;
    background-repeat: no-repeat;
    width: 297px;
    height: 297px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.nav-br {
    padding: 75px 20px;
}

.nav-rt-div {}

.nav-rt-div .cntct-frm-div-txt {
    padding: 0 25px;
    position: relative;
}
.nav-rt-div .cntct-frm-div-txt:after {
    content: '';
    background: url(../images/testi-bf.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25%;
    width: 152px;
    height: 135px;
    top: -50px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}

.nav-rt-div .cntct-form-div {
    padding: 30px 20px;
    margin-left: 30px;
    width: 55%;
    background: transparent;
}
span.butn-nav {
    float: right;
    border-radius: 60%;
    background: #faaf40;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    color: #222;
}


.sidenav {
  /* height: 100%; */
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  /* background-color: #fff; */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
}

.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

.sidenav a:hover {
  color: #faaf40;
}

.sidenav .closebtn {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: 0;
  color: #222;
}
.nav-br li a {
    color: #fff;
}
#myNavbar{
    display: block;
}
#mySidenav {
display: none;
}
span.butn-nav {
    display: none !important;
}








.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: -20px 0 20px 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: brown; /* fallback color */
  background: hsl(264deg 87% 29%);
  position: relative;
  display: block;
  float: left;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsl(264deg 87% 29%);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}   
.breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}   
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       {background: hsl(241deg 52% 47%);}
.breadcrumb li:nth-child(2) a:after {border-left-color: hsl(241deg 53% 47%);}
.breadcrumb li:nth-child(3) a       {background: hsl(225deg 71% 55%);}
.breadcrumb li:nth-child(3) a:after {border-left-color: hsl(225deg 71% 55%);}



.logo_class{

width: 208px;
    margin: 1px 0 0 0;
}













































.floating-form-wrap {
    position: fixed;
    width: 635px;
    height: 381px;
    right: 0;
    margin-top: -109px;
    z-index: 999;
    /* background: #232323; */
    margin-right: -584px;
    top: 29%;
    display: none;
}

.floating-form-wrap .thanks p {
    color: #aaa
}

.field.pc {
    position: relative
}

#flform input[type=text],
#flform select {
    width: 100%;
    border: none;
    font-size: 13px;
    color: #585858;
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    font-family: sans-serif;
    padding: 10px 0 !important;
}

#flform input[type=text] {
    padding:  0;
    margin-bottom: 0;
}

#flform select {
    padding: 6px;
    margin-bottom: 10px;
    padding-left: 45px
}

#flform .field.code {
    width: 35%;
    float: left;
    padding-right: 0
}

#flform .field.phone {
    width: 100%;
    clear: both
}
.form-container {background: #ffffff;border-radius: 20px 0 0px 20px;padding: 20px 38px; box-shadow: 0px 32px 52px 0px rgba(0, 0, 0, 0.33);}


#flform input[name=name] {
    background-position: -347px -524px
}

#flform input[name=email] {
    background-position: -347px -568px
}

#flform select[name=phone] {
    background-position: -347px -615px
}

#flform input[name=code],
#flform input[name=phone] {
    background-position: -347px -660px;
    border-right: 1px solid #cacaca
}

#flform input[name=phone] {
    padding: 7px 7px 7px 48px;
    margin-bottom: 0
}

#flform button,
#flform button, #flform input[type=submit] {
    background: #ffbe0d;
    color: #000;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 10px 35px !important;
    margin-bottom: 5px;
    margin-right: -10px;
    box-shadow: 0;
    float: right;
    border-radius: 24px;
}

.floating-form-wrap .form-handle {
    /* background: url(../images/sprites.png) no-repeat -335px -1535px #ffbe0d; */
    width: 51px;
    height: 345px;
    position: relative;
    float: left;
    cursor: pointer;
    background: #f36f3d;
    top: -26px;
    border-radius: 20px 0 0px 20px;
}
.floating-form-wrap .form-handle p {
    font-size: 22px;
    width: 389px;
    transform: rotate(-90deg);
    top: 0;
    position: absolute;
    margin-top: 194px;
    height: 55px;
    border-radius: 20px 20px 0 0;
    padding-top: 15px;
    text-align: right;
    text-align: center;
    text-align: left;
    font-weight: 600;
    color: #fff;
    left: -100px;
    top: -90px;
    left: -174px;
    text-shadow: 1px 1px 20px #000;
}

.adpg .form-handle,
.copywritingpg .form-handle,
.creativepg .form-handle,
.professionalpg .form-handle,
.seopg .form-handle,
.wcwpg .form-handle {
    background-position: -284px -1560px
}

.floating-form {
    width: 584px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    position: relative;
    top: -50px;
}

.floating-form .formdv {
    padding: 0;
}

.floating-form h4 {
    font-size: 24px;
    color: #e43727;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding-top: 4px;
    text-align: left;
    text-transform: uppercase
}

.floating-form h5 {
    font-size: 18px;
    color: #aaa;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 5px 0 17px;
    text-align: left
}

.floating-form form {
    text-align: center
}

.floating-form form p {
    margin-top: 18px;
    color: #6d6d6d;
    font-size: 12px
}

.floating-form .field {
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px
}

.floating-form .fieldwrap {
    width: 50%;
    float: left
}

.floating-form .textarea {
    width: 100%;
    margin-bottom: 0
}

.floating-form textarea {
    width: 100%;
    padding: 10px
}

.side-bars {
    width: 228px;
    height: 53px;
    position: fixed;
    right: -215px;
    top: 50%;
    z-index: 9999;
    margin-top: -230px;
    display: block;
    right: -177px;
    margin-right: 0;
    display: none
}

.side-bars .s-bar {
    display: block;
    margin-bottom: 15px;
    position: relative;
    background: #232323;
    right: 0;
    cursor: pointer
}

.side-bars .s-bar img {
    position: relative;
    left: -6px;
    float: left
}

.side-bars .s-bar a p {
    color: #fff;
    font-size: 14px;
    padding: 6px 0 0 0;
    margin: 0;
    line-height: 19px;
    width: 175px;
    transition: .5s;
    background: #232323;
    display: inline-block;
    float: left
}

.side-bars .s-bar a {
    font-size: 18px;
    padding: 0;
    color: #fff;
    float: left;
    margin-top: -5px;
    font-weight: 700;
    width: 235px;
    background: #232323
}

.side-bars .s-bar a.lchat {
    padding: 0;
    margin: 0;
    line-height: 51px
}

.side-bars .s-bar a.lchat span {
    font-weight: 400
}

.call-spr {
    background: url(../images/sprites.png) no-repeat -335px -1908px;
    width: 51px;
    height: 53px;
    position: relative;
    left: 0;
    float: left;
    margin-right: 8px
}

.chat-spr {
    background: url(../images/sprites.png) no-repeat -335px -1964px;
    width: 51px;
    height: 53px;
    position: relative;
    left: 0;
    float: left;
    margin-right: 8px
}

.cus-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=) repeat;
    top: 0;
    left: 0;
    z-index: 998;
    display: none
}
form#rightForm input,form#rightForm textarea {
    background: transparent;
    border-bottom: 1px solid #cccccc !important;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 15px 10px !important;
}
input.required.iecn {}

form#rightForm input:focus, form#rightForm textarea:focus {
    border-bottom-color: #3d63d2 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
}
.banner-form-txt-div {
background: url(../images/side-pop-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 0;
    width: 850px;
    height: 340px;
    margin: -21px 0 0 0;
}

.banner-form-txt-div ul li {
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    color: #ffca26;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-form-txt-div ul {
    padding: 2px 30px 5px 15px;
}

.banner-form-txt-div p {
    padding: 0 15px;
    color: #fff;
}

.banner-form-txt-div p:nth-child(1) {
    font-size: 24px;
}

.banner-form-txt-div p:first-child {
}
.floating-form-wrap .form-handle img {
    width: 80%;
    position: relative;
    top: 12px;
    left: 5px;
}

.floating-form-wrap .form-handle {
}







































.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.popupform-main.active {
    display: block;
}
.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.pop-form {
    background: url(../images/popup-bg2.png);
    padding: 0px 0 0px 75px;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-size: cover;
    width: 760px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 580px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.popupform-main h3 {
    font-size: 26px;
    margin: 60px 0 0 0;
    color: #000000;
    font-weight: 500;
}

.popupform-main h2 {
     font-size: 30px;
     margin: 0px 0 0 0;
     color: #ffffff;
     font-weight: 700;
     text-transform: uppercase;
     padding-top: 50px;
}

.popupform-main h4 {
    font-size: 26px;
    margin: 20px 0 0 0;
    color: #000000;
    font-weight: 700;
}
.popupform-main p {
    color: #fff;
    padding: 10px 0;
}

.fspx-23 {
    font-size: 23px;
}
.fw-exbold {
    font-weight: 800 !important;
}

.ls-xsmall {
    letter-spacing: -2px;
}
.fc-red {
    color: #fb2224;
}
.tt-uppercase {
    text-transform: uppercase !important;
}   
.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
}
.fspx-20 {
    font-size: 20px;
    display: block;
}
.fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
}
.fw-normal {
    font-weight: 400 !important;
}
.popupform-main .main-pop {
    padding: 10px 10px 0 0;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.pop-form form .control-group {
    margin-bottom: 10px;
}
form .control-group {
    margin-bottom: 24px;
    position: relative;
}
.pop-form form .control-group input[type=text],.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {
    background-color: transparent;
    /* font-family: "Nunito", sans-serif; */
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
        font-family: "Nunito", sans-serif;
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 45px;
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

form .numberarea {
    width: auto;
    position: relative;
}
.pop-form .submit-btn {
 font-size: 20px;
    padding: 15px 35px;
    background-color: #ffca26;
    color: #000 !important;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    border: none;
    margin-top: 15px;
    margin: 11px 0 0 0px !important;
    font-weight: 600;
    float: right;
    display: table;
    width: auto;
}
.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}
.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}
.float-left {
    float: left;
}
.lh-medium {
    line-height: 1.2;
}
.lh-medium {
    line-height: 1.2;
}
.ta-left {
    text-align: left;
}
.fw-exbold {
    font-weight: 800 !important;
}
.mtpx-60{
    margin-top: 60px;
}
.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -18px;
    right: -20px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    background-color: #ffca26;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: 0;
    /* border: 5px solid #fff; */
}
.pop-form form input::placeholder, .pop-form form textarea::placeholder {
    color: #fff !important;
}

.pop-form form input {
    color: #fff !important;
}

.col-sm-12.chk-bx-st {
    padding: 0;
}

.pop-form form input:focus {
    background: #fff !important;
    color: #000 !important;
}


@media(max-width: 991px){
    .pop-form {
    position: absolute;
    width: 510px;
    height: 500px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg2.png);
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #3d63d2;
    }
    .popupform-main .col-sm-offset-4.col-sm-8 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    }
    .popupform-main h3{
        font-size: 30px !important;
    }
    .popupform-main h6 {
    font-size: 30px;
    }
    #flform input[type="text"], input[type="email"]{
        margin-bottom: 0px;
    }
    .pop-form .close-btn {
    width: 35px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #080808;
    padding-top: 3px;
    }
}
@media(max-width: 767px){
    .popupform-main h6:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 28px solid #4274fa;
    border-bottom: 28px solid transparent;
    }
    .popupform-main h2 {
    font-size: 24px;
    }
    .col-sm-12.chk-bx-st label {
    font-size: 12px;
    }
    .pop-form {
    position: absolute;
    width: 334px !important;
    height: 570px !important;
    top: 530px;
    }
    .popupform-main .pop-form h3 {
    font-size: 21px !important;
    margin-top: 4px;
    }
    .pop-form .close-btn {
    top: -13px;
    right: -6px;
    height: 35px;
    }
    .popupform-main h6 {
    letter-spacing: 0;
    font-size: 21px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 3px 8px 5px 8px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
    }
    .pop-form .submit-btn {
    font-size: 22px;
    width: 100%;
    padding: 8px 0px;
    }
}


.popupform-main.active{
    display: block !important;
}





.pr-lft-bx-style {}

.pr-lft-bx-style .pr-bx-img {
    background: transparent;
}

.pr-rft-bx-style {}

.pr-rft-bx-style .pr-bx-txt {
    border: 0;
    display: block;
}

.pr-rft-bx-style .pr-bx-txt h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.pr-rft-bx-style .pr-bx-txt p {
    font-weight: 500;
    padding-top: 20px;
}
.bx-style-main-div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-style-slider .slick-next:before {
    content: "\f138";
    border-radius: 60%;
    padding: 5px;
    font-size: 40px !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #b2babd;
}
.bx-style-slider .slick-prev:before {
    content: "\f137";
    border-radius: 60%;
    padding: 5px;
    font-size: 40px !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #b2babd;
}
.bx-style-slider .slick-next {
    right: 42%;
}
.bx-style-slider .slick-prev {
    left: 52%;
}
.bx-style-slider .slick-prev, .bx-style-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    top: inherit;
    bottom: 30px;
    z-index:9;
    }

.bx-style-slider .slick-prev:hover::before, .bx-style-slider .slick-prev:focus::before, .bx-style-slider .slick-next:hover::before, .bx-style-slider .slick-next:focus::before {
    color: #395fdb;
    
}



.class_select{

        color: #fff;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

.class_select optgroup {
    color: #000;
}


.class_select option {
    color: #000;
}


.class_select_flaot{

width: 100%;

border: none;

font-size: 13px;

color: #585858;

background-image: url(../images/sprites.png);

background-repeat: no-repeat;

font-family: sans-serif;

border-bottom: 1px solid #cfcece !important;
}


.dt-img-tb-st-two{
 margin: 40px 0 20px;

}



.tab-content-details .table-striped{

    text-align: left;
}

.tab-content-details .table-striped tr{
    text-align: left;
    }
.tab-content-details .table-striped tr td{
    text-align: left;
    }















    /* Filter    */



.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.scale-anm {
    transform: scale(1);
}



/*Nav bar*/

/*Navbar*/
.header_main_sec {
    /* position: absolute; */
    width: 100%;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0); */
    padding: 13px 0;
}
span.butn-nav {
    float: right;
    border-radius: 60%;
    background: #faaf40;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px !important;
    align-items: center;
    justify-content: center;
    color: #222;
}

.header {
    margin: 0px;
    padding: 13px 0%;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 4;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

.sidenav a:hover {
  color: #faaf40;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: 0;
}


.logo_class {
    width: 208px;
    margin: 1px 0 0 0;
    
}

a.nav-btn-st {
    background: #ffca26;
    color: #222 !important;
    border-radius: 60px;
    padding: 12px 30px !important;
    font-weight: bold;
}
ul.nav.navbar-nav {
    padding-top: 15px;
}
a.nav-btn-st:hover {
    background: #fff !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffca26;
    }
    ul.nav.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 11px;
}


li.active a.select_mm {
    color: #ffca26 !important;
    text-transform: uppercase;
    background: transparent !important; 
}


nav.navbar.navbar-default {
    background: transparent;
    border: none;
    margin: 0px;
}
.navbar-header a.navbar-brand {
    height: auto;
    padding: 0;
    line-height: normal;
    position: relative;
    z-index: 999;
}

.logo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}
ul.nav.navbar-nav li a{
    color: #fff;
    position: relative;
    z-index: 999;
}

.dropdown_menu_custom {
    position: absolute;
    background-color: #fff;
    top: 63px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    /* height: 86vh; */
    display: none;
    padding: 30px 30px 30px;
    border-radius: 10px  10px;
}

.dropdown_custom {
    position: unset !important;
}

.dropdown_menu_custom .col-sm-12, .dropdown_menu_custom .col-sm-5,
.dropdown_menu_custom .col-sm-7 {
    padding: 0;
}

.dropdown_menu_custom .col-sm-8,
.dropdown_menu_custom .col-sm-9 {
    /* width: 42%; */
    padding: 0;
}

.dropdown_menu_custom .col-sm-4,
.dropdown_menu_custom .col-sm-3 {
    /* width: 40%; */
    padding: 0;
}

.menu_list_main {
    /* display: flex; */
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    margin: auto;
    /* display: table; */
    /* width: 88%; */
    padding: 0px 0 0%;
}

.menu_list_main .menu_list {
    width: 25%;
    float: left;
    padding-right: 30px;
}

.menu_list_main .menu_list:last-child {
    padding-right: 0px;
}


.menu_list h3 {
    font-size: 18px;
    color: #327bca;
    font-weight: 600;
    margin: 0 0 10px;
}

li.active.curent .select_mm {
    background-color: #fff !important;
    color: #327bca !important;
    border-radius: 8px 8px 0 0;
}

li.curent {
    background-color: #fff !important;
    color: #327bca !important;
    border-radius: 8px 8px 0 0;
}

li.curent a{
    color: #327bca !important ;
}

.menu_list ul{padding: 0;margin: 0px 0 25px;}
.menu_list ul:last-child {
    margin: 0 0 8px;
}

.menu_list ul li{list-style: none;}

.menu_list ul li a {
    color: #222 !important;
    padding: 0px 0px 5px !important;
    display:block;
    transition-duration:.5s;
    font-weight: 400 !important;
    font-size: 15px;
    text-transform: capitalize !important;
}

.menu_list ul li a:hover {
    color: #ffca26 !important;
}
.menu_img img {
    width: 100%;
    margin: 0 0 0 0px;
}

.dd-footer-div {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eef1fb;
}

.dd-footer-item {
    width: 50%;
    padding: 0 0px 0 0px;
}



.dd-footer-icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.dd-footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color 250ms ease,opacity 250ms ease;
    transition: color 250ms ease,opacity 250ms ease;
    color: #242a35;
}

.dd-card, .dd-footer-link {
    font-size: 13px;
    line-height: 2em;
}

.body-12 {
    opacity: 1;
    color: #394455;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
}

.body-12, .body-12.white {
    position: relative;
    z-index: 2;
}

.menu_list_main2 .menu_list {
    width: 33.33%;
}
/*Navbar End*/  

::selection { background: rgb(226, 143, 38); color: #fff; text-shadow: none; }
::-webkit-scrollbar {width:5px; background-color: #F5F5F5;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:none;}
::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #fff;}
::-webkit-scrollbar-thumb:vertical {border-radius: 10px;background-color:rgb(226, 143, 38);}

ul.ul-scroll {
    height: 200px;
    overflow-y: scroll;
    
}

.dropdown_menu_custom_2 {height: 500px;overflow-y: scroll;}






/*iner-pro*/
.cate-img-bx-pro img {
    width: 100%;
    text-align: center;
}

.cate-list-box-prodct {
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px #00000038;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-bottom: 20px;
    margin-bottom: 35px;
    transition: all .5s ease-in-out;
}

.cate-list-box-prodct h4 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.categories-list-inr-prodct.categories-apparels .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cate-list-box-prodct p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #333;
    min-height: 70px;
}

.categories-list-inr-prodct.categories-apparels {
    padding-bottom: 50px;
    padding-top: 20px;
}
.cate-img-bx-pro img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.cate-img-bx-pro {
    overflow: hidden;
}

.cate-list-box-prodct:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
/*iner-pro*/




section.contant-section {
    padding: 30px 0px 30px;
}


.contant-pera-box p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
}

section.contant-section .row {
    display: flex;
    align-items: center;
}

.contant-img-box img {
    width: 100%;
}


.contant-pera-box h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px 0;
}
h2.ht-text-print {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}


.testi-box p {
    min-height: 165px;
    font-size: 14px;
}



.menu_list_custom_boxes{

    width: 50% !important;
}


.menu_img_custom_box_img{
        width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.menu_img_custom_box_img img{
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    object-fit: cover;
    height: calc(100% + 2px);
    max-width: none;
    width: calc(100% + 0px);
}
}



.custom-nav-st .menu_img {
    position: relative;
}

.custom-nav-st .menu_img img {
    height: 220px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}
.menu_list_main.menu_list_main2.custom-box-menu-list-st-nav .menu_list {
    width: 50%;
}

.details-box-tab .hd-txt h2 {
font-size : 15px;
color: #6e6e6e;
font-weight: 700;
}

.details-box-tab .hd-txt h3 {
font-size : 15px;
color: #6e6e6e;
font-weight: 700;
}

.cta-txt h4 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.cta-txt h5 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.details-box-tab .hd-txt {
    text-align: left;
}


/* snow animation  */
.snow-bg {
    position: relative;
    overflow-x: hidden;
}


.snow-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: 
    url('../images/snow-1.png'),
    url('../images/snow-2.png'),
    url('../images/snow-3.png');
    animation: snow 10s linear infinite;
 }
 
 @keyframes snow {
      0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
      50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
      100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
 }