/* reset css  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
  }
  
  button:hover {
    cursor: pointer;
  }
  ::-moz-selection {
      background:#0e2041;
      color: #fff;
      text-shadow: none;
    }
    
    ::selection {
      background:#0e2041;
      color: #fff;
      text-shadow: none;
    }
    img{
      max-width: 100%;
    }
  
    /* reset css  close*/

.flaticon_icon i {
    font-size: 25px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    font-family: "Flaticon";
    display: inline-block;
}
.font_awesome1 i {
    font-size: 25px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    /* font-family: 'Font Awesome 5 Brands'; */
}
:root
{
	--primary:#4d4d4d;
	--secondary:#c2c2c2;
}
h2 {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
section
{
	padding-top: 70px;
	padding-bottom: 70px;	
	float: left;
	width: 100%;
}
ul,
p
{
	padding: 0;
	margin: 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}

}
/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    /* background: var(--primary); */
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    /* background: var(--primary); */
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: var(--primary);
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
#slider .carousel-control i:hover {
    background: transparent;
}
.slider01 {
    background: #f9f9f9;
    /* padding-bottom: 50px;
    padding-top: 10px; */
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    /* width: 100%; */
    position: absolute;
    top: 20%;
    left: 92px;
    right: 92px;
    z-index: 99;
}
.slide-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 36px;
    color:#000;
    font-weight: 700;
    padding: 15px 0px;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px;
    padding-right: 60%;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}

/************top header***************/
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--primary);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
}

.header-top .info-list li .icon {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    margin-right: 10px;
    float: left;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 192px;
    height: auto;
}
.logo {
    width: 227px;
    height: auto;
}
.navbar
{
	padding: 0 !important;
}
.menutop ul li a {
    color: #000;
    padding: 5px 22px; 
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    /* text-transform: uppercase; */
    line-height: 60px;
}
ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {
    /* border-color: var(--primary);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); */
}
ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav > .nav-item:hover > .nav-link {
    color: var(--primary);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
    padding-left: 18px;
    color: var(--primary) !important;
}

.dropdown-menu {
    text-align: left;
    background: var(--primary);
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown-menu li a {
	color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
	/* text-transform: capitalize !important; */
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
	line-height: normal !important;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-direction: row;
    /* justify-content: center; */
    padding-left: 45px;
}
/*******************btn*********************/

.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--secondary);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn a:before
{
    background: #000 !important;
}
  .btn a:before,
  .btn a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary);
    z-index: 9;
    transition: all .35s;
  }
  
.btn a:before{
    opacity: .5;
  }
  
.btn a:after{
    transition-delay: .2s;
  }
  
.btn a:hover{
    color: #fff;
  }
  
.btn a:hover:before,
.btn a:hover:after{
    top: 0;
  }
  .btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}

button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    background-image: url(../images/footer/f.webp);
    /* padding-bottom: 50px; */
}
.main-footer.style-two::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000db;
}
.main-footer .footer-widget {
    position: relative;
    /* margin-bottom: 15px; */
}
.main-footer .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    /* text-transform: capitalize; */
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}
ul.dinjansocial-links {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.book{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #4d4d4d; 
}
div.dinjan_social ul li:nth-child(1) {
    background: #1877f2;
}
div.dinjan_social ul li:nth-child(2) {
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}
div.dinjan_social ul li:nth-child(3) {
    background: #000;
}
div.dinjan_social ul li:nth-child(4) {
    background:#0077b5;
}
.dinjan_social h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}
.dinjansocial-links a{
    color: #fff;
    position: relative;
}
.links-widget ul li a {
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #fff;
    transition: all 500ms ease;
    text-decoration: none;
}
.links-widget ul li a:hover{
    padding-left: 4px;
    color: var(--secondary);
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
    /* margin-bottom: 15px; */
}

.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease;
    gap: 10px;
}
.contact-widget ul.list li:hover{
    color: var(--secondary);
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient( 0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}
.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    /* margin-left: 15px; */
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    /* margin-right: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12px;
    padding-top: 12px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a
{
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* Testimonial Section */

.testimonial-section{
	position:relative;
	
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	margin-top:20px;
	padding-right:15px;
}

.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	margin-bottom:10px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:var(--primary);
}



.testimonial-block{
	position:relative;
	/* margin-bottom:30px; */
}
.hide-item{
    position: absolute;
    font-size: 50px;
    color: #000;
    top: 145px;
    right: 206px;
    opacity: .3;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 50px 10px;
    /* margin-top: 20px; */
    /* background: #ffffff url(../images/shape/pattern-4.png); */
    box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
    background-repeat: no-repeat;
    /* margin-left: 20px; */
    background-position: right;
    background: #fff;
    display: flex;
    width: 74%;
    margin: 0px auto;
    border-radius: 10px;
    border: 1px solid var(--primary);
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:20px;
	bottom:20px;
	z-index:-1;
	/* border:2px solid var(--secondary); */
}
.fastfive{
    display: flex;
    gap: 8px;
}
.fastfive li{
    color: #fed700;
    
}
.dinjan-testimonialbg{
    background-image: url('../images/testimonials/testbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.dinjan-testimonialbg::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000db;
}
.designation {
    padding-left: 25px;
    position: relative;
    margin-top: 4px;
}
.designation::before{
    position: absolute;
    content: '--';
    left: 0;
    top: 0;
    color: var(--primary);
}
.testimonial-block .inner-box .upper-box{
	position:relative;
	/* padding-top:9px;
	padding-left:115px;
	margin: auto;
    width: 350px;
    text-align: center; */

    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    align-items: center;
}

.testimonial-block .inner-box .upper-box .icon{
	position:relative;
	left:0px;
	top:0px;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:#000;
	font-weight:600;
    font-size: 20px;
    padding-top: 17px;
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:var(--primary);
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	/* margin-top:35px; */
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	/* text-align: center; */
}
/* Client */

@media (max-width: 767px) {
    .client .carousel-inner .carousel-item > div {
        display: none;
    }
    .client .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .client .carousel-inner .carousel-item-start.active, 
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    background: var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev
{
    left: -15px;
}
.client .carousel-control-next
{
    right: -15px;
}
.carousel-control-next, 
.carousel-control-prev
{
    text-decoration: none;
} 

.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}
/* Fun fact */

.counter-area {
    background-image: url('../images/fun/funbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.counter-area::before{
    content: '';
    top: 0;
    left: 0;
    background: #000c;
    width: 100%;
    height: 100%;
    position: absolute;
}
.tp-counter-item-icon {
    font-size: 40px;
    line-height: 50px;
}
.counter {
    font-size: 25px;
    margin: 15px 0px 0px 0px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.counter:before{
    content: '\f124';
    top: 0px;
    right: 88px;
    font-size: 15px;
    font-family: Flaticon;
    font-style: normal;
    position: absolute;

}
.tp-counter-item p{
    /* margin-bottom: 20px; */
    padding-top: 15px;
    font-size: 22px;
    position: relative;
}
.tp-counter-item-icon{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}
.tp-counter-item-icon i{
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    color: var(--primary);
    transition: -webkit-all 700ms ease;
    transition: all 700ms ease;
    transition: all 700ms ease;
}
.tp-counter-item-icon i::after{
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50px;
    border: 2px dashed #fff;
}
.tp-counter-item:hover i{
    background: var(--primary);
    transform: rotateY(180deg);
    color: #fff;
}

/* manual css for dinjanbrand */

/* menu  */
/* for hover n dropdown animation */
.dropdown-menu{
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
    animation: 0.5s ease 0s normal forwards 1 running downmenu;
   

}
@keyframes downmenu{
    0% {
        -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: visible;
    }

    100% {
        -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    }
}


/* scroll up css  */
.scroll_up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: var(--secondary);
    color: var(--primary);
    border: none;
    border-radius: 7px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* for scroll down menu css only  */

.menu_header.scrolled {
    position: fixed;
    z-index: 999;
    top: 0;
    
    background-color: #fff; /* Change background color when scrolled */
    
}
.menu_header.scrolled{
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown{
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

/* button css new  */
  /* .dinjanlink{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 32px;
    border-radius: 0px;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 7px;
  } */
  .dinjanlink.p{
    color: #fff;
  }
  .dinjanlink.s{
    color: var(--primary);
    display: inline-block;
  }
  .dinjanlink.s:hover{
    transition: 400ms;
    color: #fff;
  }
  .dinjanlink.w{
    color: var(--primary);
    display: inline-block;
  }
  .dinjanlink.w:hover{
    transition: 400ms;
    color: #fff;
  }
  .dinjanlink.p {
    background-color: var(--primary);
}
.dinjanlink.s {
    background-color: var(--secondary);
}
.dinjanlink.w {
    background-color:#fff;
    border: .5px solid var(--primary);
}
.p{
    position: relative;
}
/* primary bg */
.p{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 32px;
    border-radius: 0px;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 7px;
  }
  .p:before{
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
  }
  
  .p:hover:before{
    top: -40%;
  }
/* secondry bg  */
.s{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 32px;
    border-radius: 0px;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 7px;
  }
.s:before{
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--primary);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
  }
  
  .s:hover:before{
    top: -40%;
  }
  /* white bg  */
  .w{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 7px 32px;
    border-radius: 0px;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 7px;
  }
  .w:before{
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--primary);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
  }
  
  .w:hover:before{
    top: -40%;
  }
  .dinjanlink:hover{
    transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  }
  .dinjanlink:hover .s{
    color: #fff;

  }
  .dinjanlink:hover  .w{
    color: #fff;

  }


/* button css new  close*/

/* main slider  */
.slide1_bgimg{
    /* background-image: url('../images/slider/slider7.webp'); */
    /* animation: scaleUp 6000ms linear; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height:550px;
}
/* @keyframes scaleUp {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
} */
/* main slider close */
.slide2_bgimg{
    background-image: url('../images/slider/slider8.webp');
    /* animation: scaleUp 6000ms linear; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height:550px;
}
.slide4_bgimg{
    background-image: url('../images/slider/slider6.webp');
    /* animation: scaleUp 6000ms linear; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height:550px;
}

/* global  */
.section_title{
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}
.about_content p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;

}
.mb-20{
    margin-bottom: 20px;
}
.pr{
    position: relative;
}
.dinjan-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.dinjan-50{
    padding-top: 80px;
    padding-bottom: 50px;
}
.dinjan-top{
    padding-top: 80px;
    padding-bottom: 0px;
}
.dinjan-bottom{
    padding-top: 0px;
    padding-bottom: 80px;
}
.dinjan-bottom-50{
    padding-top: 0px;
    padding-bottom: 50px;
}
.ov{
    overflow: hidden;
}
.ptr{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
}
.dinjan-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutimg1{
    text-align: right;
    position: relative;
   
}
.aboutimg1 img{
    border-radius: 10px;
    position: relative;
   
}
.aboutimg4{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#4d4d4d -1.5px, transparent 1.5px);
    background-size: 18px 15px;
    background-color: #ffffff;
    top: 50px;
    left: 0;
    z-index: -1;
}
.imgfullsection{
    position: relative;
}
.aboutimg2 {
    position: absolute;
    bottom: -76px;
    left: 0;
    padding: 5px;
    background: #fff;
    border-radius: 8px;

}
.aboutimg2 img{
    border-radius: 8px;
}
.aboutimg3{
    position: absolute;
    bottom: 166px;
    left: -63px;
    width: 84px;
    height: auto;
}
.about_content{
    position: relative;
}
.aboutrightimg{
position: absolute;
right: 0;
top: 0;
}

/* colection  */

.colection{
    box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
    position: relative;
    /* padding: 30px 22px; */
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--white-color);
    overflow: hidden;
}
.colectionfadeleft{
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: moveleft;
}

@keyframes moveleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.imglayer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    
}
.imglayer::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.85;
    /* background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%); */
    background: #484848;
}

.colection:hover .imglayer{
   
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    
}
.colection-warp{
    
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #fff;
    border-radius: 30px;
    transition: -webkit-all 700ms ease;
    transition: all 700ms ease;
    transition: all 700ms ease;
    margin-bottom: 10px;
}
.colection-warp-title{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.colection:hover .colection-warp{
transform: translateY(10px);
opacity: 0;
}
.casual{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    padding: 45px 15px 15px 15px;
}
.casual p{
    position: relative;
    padding: 10px;
    color: #fff;
}
.casual a{
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    z-index: 2;
}
.casual span{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-bottom: 0px;
}

.bottom-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: .5;
}
.collection_bgclr{
    background: #c2c2c22e;
}
.dinjan-collectionpattren1{
    position: absolute;
    top: 0;
    left: 0;
    
    
}
.dinjan-collectionpattren2{
    position: absolute;
    bottom: 0;
    right: 0;
    
    
}

/* why choose  */

.w-igm{
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: .6;
    z-index: -1;
}

.quality{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 15px;
    transition: -webkit-all 700ms ease;
    transition: all 700ms ease;
    transition: all 700ms ease;
}
.choose-craftsmanship p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    
}
.choose {
    display: flex;
    flex-wrap: wrap;
    
}
.tailored {
    display: flex;
    flex: 0 0 50%;
    gap: 15px;
    padding-top: 20px;
    padding-right: 20px;
}
.fashion{
    display: flex;
    flex: 0 0 46%;
    gap: 15px;
    padding: 20px;
    margin: 10px 10px;
    background: rgb(255 255 255 / 60%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(25px); 
}
.choose-icon i{
    width: 54px;
    height: 54px;
    display: flex;
    background: var(--primary);
    color: #fff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: -webkit-all 700ms ease;
    transition: all 700ms ease;
    transition: all 700ms ease;
}
.whyimg img{
    width: 100%;
    height: 100%;
}
.whyimg{
    height: 100%;
    position: relative;
}
.whypattern{
    position: absolute;
    top: 50%;
    left: -120px;
    z-index: -1;
    opacity: .3;
}
.whypattern span{
    font-size: 200px;
    color: var(--secondary);
    opacity: .8;
}
.whydinjan{
    overflow: hidden;
}
.gear{
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zerorotation;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes zerorotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tailored:hover i{
   
    transform: rotateY(360deg);
}
.fashion:hover i{
   
    transform: rotateY(360deg);
}
.tailored:hover .quality{
   
    color: #000;
}

/* form  */
.inform{
    position: relative;
    padding-bottom: 10px;
}
.inform::before{
    position: absolute;
    content: '';
    background-color: var(--primary);
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
}
.carrer-dinjan{
    position: relative;
    height: 100%;
}
.carrer-dinjan::before{
    position: absolute;
    content: '';
    background-color: var(--primary);
    width: 83%;
    height: 340px;
    left: -6px;
    top: -6px;
    z-index: -1;
}
.partner-dinjan{
    position: relative;
    height: 100%;
}
.partner-dinjan img{
    height: 100%;
    border-radius: 0px 0px 40px 0px;
}
.partner-dinjan::before{
    position: absolute;
    content: '';
    background-color: var(--primary);
    width: 83%;
    height: 340px;
    right: -2px;
    bottom: -6px;
    z-index: -1;
    border-radius: 0px 0px 40px 0px;
}
.carrer-dinjan img{
    box-shadow: 8px 8px 10px #c0c0c07a;
    height: 100%;
}
.mainform{
    position: relative;
    display: block;
    background-color: var(--primary);
    padding: 28px;
    
}
.applyform{
    position: relative;
    display: block;
    background-color: var(--secondary);
    padding: 28px;
    border-radius: 10px 10px 0px 0px;
}
.pageform{
    position: relative;
    display: block;
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    padding: 28px;
    border-radius: 10px 10px 10px 10px;
}
.home-form .pageform input.form-control
{
    border: 1px solid var(--primary);
}
.home-form .pageform textarea.form-control
{
    border: 1px solid var(--primary);
}

.cpage{
    background-image: url('../images/contact/cpage.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.btn-close:focus{
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--primary);
    opacity: 1;
}
.home-form input{
    margin-bottom: 18px;
}
.home-form textarea{
    height: 120px;
}
.home-form  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color:transparent;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.home-form  .form-control{
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* form colse */

/* bolg  */
.dinjan_blog{
    position: relative;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    margin-bottom: 30px; 
}
.blog_image{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog_image::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dinjan_blog:hover .blog_image::before{
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.blog_image img{
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dinjan_blog:hover img{
    transform: scale(1.05, 1.05) rotate(2deg);
}
.date{
    position: absolute;
    display: inline-block;
    color: #fff;
    background: var(--primary);
    top: -7px;
    left: 25px;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}
.date:hover{
    transition: 400ms;
    color: var(--secondary);
}
.dinjan_blogcontent{
    padding: 20px 20px 20px 20px;
}
.ideal{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    
    
}
.btitle a{
    color: var(--primary);
    position: relative;
    margin-top: 10px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.btitle a.arrow:before{
    position: absolute;
    content: "\f129";
    right: -25px;
    top: 0px;
    font-size: 16px;
    font-family: Flaticon;
    font-style: normal;
    font-weight: 600;
}
.btitle a:hover{
    color: var(--secondary);
    text-shadow: #4d4d4d;
}

/* blog close  */
/* cta  */
.cta{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.find{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow:-1px -1px 1px rgba(255, 255, 255, 0.2), 
    5px 3px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.just{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;

}
.cta_link {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.cta_link a{
    font-size: 16px;
    font-weight: 600;
}

.cta_link a.w{
    border:none;
    display: flex;
}
.num{
    color: #fff;
    
    position: relative;
}
.num i{
    padding-right: 10px;
    font-size: 20px;
    color: var(--primary);
   
    position: relative;
}
.dinjanlink.w:hover i{
    color: #fff;
}

.ctabg{
    background-image: url('../images/cta/cta.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.ctabg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #C2C2C2;
background: linear-gradient(to top, #C2C2C2 0%, #000000 100%);
opacity: .5;

}
.signimg{
    position: absolute;
    right: 81px;
    top: 26px;
}
/* cta close */

/* footer small  */
.smallfooter{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.s-footer{
    padding: 10px 10px;
}
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}
.sub-footerbg{
    background: var(--secondary);
}
.smallfooter a{
    color: var(--primary);
}

/* breadcumb */

.breadcrumb-area-about {
    background-image: url(../images/breadcumb/about.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-brand {
    background-image: url(../images/breadcumb/brand.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-collection{
    background-image: url(../images/breadcumb/collection.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-careers{
    background-image: url(../images/breadcumb/careers.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-blog{
    background-image: url(../images/breadcumb/blog.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-blogdetail{
    background-image: url(../images/breadcumb/blogdetail.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-contact{
    background-image: url(../images/breadcumb/contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-collectionpage{
    background-image: url(../images/breadcumb/collectionpage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-terms{
    background-image: url(../images/breadcumb/terms.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-policy{
    background-image: url(../images/breadcumb/policy.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-partner{
    background-image: url(../images/breadcumb/partner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-tywist{
    background-image: url(../images/breadcumb/tywist.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-area-kisroli{
    background-image: url(../images/breadcumb/kisroli.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /* z-index: 10; */
    overflow: hidden;
}
.breadcrumb-textsection {
    position: absolute;
}
.breadcrumb-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-link {
    display: inline-block;
    background-color: rgb(0 0 0 / 10%);
    padding: 1px 11px;
    color: #fff;
    font-size: 14px;
}
.breadcrumb-link i {
    padding: 0px 5px;
}
.breadcrumb-link a{
    color: #fff;
}
.working-block-three{
    position: relative;
    padding-top: 10px;
    height: 100%;
}
/* .working-block-three:before {
    position: absolute;
    content: '';
    background-color: #313b56;
    width: 100%;
    height: 5px;
    left: 0px;
    top: 0px;
} */
/* .working-block-three:after {
    background-color: #56b13d;
} */
/* .working-block-three:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0px;
    top: 0px;
    transform: scaleX(0);
    transition: all 500ms ease;
} */
.in{
    position: relative;
    display: block;
    /* background-color: #1c1c1c; */
    padding: 28px;
    height: 100%; 
}
.bigtext{
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 70px;
    line-height: 70px;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #323d58;
}
.out{
    position: relative;
    display: block;
    margin-bottom: 18px;  
}
.drive{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 600;
    
    padding-bottom: 13px;
}
.out i{
    font-size: 50px;
    color: #fff;
    display: flex;
    width: 70px;
    height: 70px;
    background: var(--primary);
    justify-content: center;
    align-items: center;
    position: relative;
}
.in p{
    color: #000;
}
.service_pattrenimg {
    position: absolute;
    top: 50px;
    left: 0;
}
.service_pattrenimg2{
    position: absolute;
    top: 50px;
    right: 0;
}
.accordion-body{
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    padding: 31px 40px 32px 40px;
}
.role {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
    text-transform: uppercase;
}
.sales_advisor {
    margin-bottom: 15px;
    color: #000;
}
.accordion-item:first-of-type .accordion-button{
    background: var(--primary);
    color: #fff;
}
.accordion-button:not(.collapsed){
    color: var(--secondary);
}
.accordion-button::after{
    filter: contrast(0);
}
.accordion-button:focus{
    z-index: 3;
    border-color: #aaaaaa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(65, 65, 65, 0.25);
}
.accordion-header {
    margin-bottom: 16px;
}
.workbg{
    background-image: url('../images/brand/work.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* .workbg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffc;
} */


/* blog  */

.sidebar-widget {
    background-color: #d4d4d440;
    padding: 20px;
}
.sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.sidebar-widget div.Recent_Post:not(:last-of-type) {
    margin-bottom: 30px;
}
.sidebar-widget .sidebar-post {
    /* display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    grid-template-columns: 76px 1fr;
    grid-gap: 6px; */
    display: flex;
    gap: 20px;
}
.timetable{
    font-size: 14px;
    line-height: normal;
}
.timetable i{
    padding-right: 5px;
}
.sidebar-post img {
    width: 65px;
    height: 100%;
}
.sidebar-widget .sidebar-post .post-content {
    padding: 0;
    border: none;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
    margin-bottom: 10px;
}
ul.Reinvent {
    position: relative;
    left: 0;
    top: 0;
    background: transparent;
    padding: 0px;
}
.post-meta {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 0px;
    position: absolute;
    top: -13px;
    right: 14px;
    padding: 7px;
    background: var(--cr-clr-primary);
    border-radius: 4px;
}
ul.Reinvent li {
    color: var(--cr-clr-primary);
    font-size: 12px;
    font-weight: 500;
}
.post-meta li i {
    margin-right: 10px;
    font-size: 12px;
}
.post-content .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    /* line-height: 1.4; */
    /* max-width: 275px; */
    width: 100%;
}
h3.Quickly a {
    font-size: 15px;
    color: var(--primary);
    transition: all 400ms ease;

}
h3.Quickly a:hover {
    color: #000;
}
/* contact  */
.cany_contactinfo {
    display: flex;
    flex-direction: column;
    padding: 57px 25px 20px 25px;
    box-shadow: 0px 3px 5px 0px var(--secondary);
    position: relative;
    height: 100%;
    border-radius: 7px;
    transition: all 500ms ease;
}
.cany_contactinfo:hover{
    background: var(--primary);

}
.cany_contactinfo:hover .info-title  {
    color: #fff;
   
}
.cany_contactinfo:hover a{
    color: #fff;

}
.info_icon {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -34px;
    left: 42%;
    transition: all 500ms ease;
    border-radius: 50%;
}
.cany_contactinfo:hover .info_icon{
    transform: translateY(10px);
    border: 1px solid #fff;
    border-radius: 50%;
}
.info_icon i {
    height: 70px;
    width: 70px;
    font-size: 40px;
    color: #fff;
    background-color: var(--primary);
    display: flex;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.info-title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info_number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info_number a{
    color: #000;
    transition: all 500ms var(--primary);
    text-align: center;
}
/* brand  */
.dinjanbrandimg{
    height: 100%;
}
.dinjanbrandimg img{
    height: 100%;
}
.brandleftimg{
    height: 100%;
}


/* collection detail image slider css  */

/* Position the image container (needed to position the left and right arrows) */

  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .mt-10{
    margin-top: 10px;
  }
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
    border: 1px solid var(--primary);
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 12px;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color:transparent;
    color: var(--primary);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.8;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  .mySlides img{
    box-shadow: 0px 0px 10px var(--primary);
  }
  .collectionSlides{
    box-shadow: 0px 0px 10px var(--primary);
    border-radius: 10px;
  }
  .collectionSlides img{
    border-radius: 10px;
  }
  .collectioninfo p{
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
    margin-top: 20px;
  }


  /* team  */
  .dinjan_team {
    box-shadow: 0px -1px 5px 0px rgb(134 126 128 / 42%);
    border-radius: 7px;
    /* overflow: hidden; */
    margin-bottom: 30px;
    /* border: 0.5px solid var(--secondary); */
}
.dinjan_team_img {
    /* overflow: hidden; */
    position: relative;
}
.dinjan_team-title{
    background: var(--primary);
    position: absolute;
    bottom: 0;
    display: flex;
    left: 25px;
    right: 25px;
    font-size: 18px;
    justify-content: center;
    padding: 10px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    flex-direction: column;
    align-items: center;
}
.dinjan_team p{
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #fff;
    position: relative;
    font-size: 22px;
}
.dinjan_team span{
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: var(--secondary);
    font-size: 16px;
}
.dinjan_team:hover p{
    color: var(--primary);
}
.dinjan_team:hover span{
    color: var(--primary);
}
.dinjan_team:hover .dinjan_team-title{
    background: var(--secondary);
}
.apply_job p{
    font-size: 14px;
    color: #fff;
}
.mapdinjan iframe{
    width: 100%;
    height: 450px;
}
/* terms  */
.terms_detail p{
    font-size: 16px;
    margin: 15px 0px;
    position: relative;
    display: flex;
    gap: 10px   ;
}
.terms_detail p::before{
    content: "\f121";
    font-family: Flaticon;
    font-style: normal;
    font-size: 18px;
    color: var(--primary);
}
.terms_detail span{
    font-size: 20px;
    padding-left:24px;
    display: inline-block;
}
.terms_detail {
    padding: 20px 20px 20px 20px;
    background: #c2c2c238;
    box-shadow: 0px 0px 10px silver;
}

/* policy */
.policy_detail p{
    font-size: 16px;
    margin: 15px 0px;
    position: relative;
    display: flex;
    padding-left: 24px;
}
.policy_detail span::before{
    content: "\f121";
    font-family: Flaticon;
    font-style: normal;
    font-size: 18px;
    color: var(--primary);
}
.policy_detail span{
    font-size: 20px;
    display: flex;
    position: relative;
    gap: 10px;
}
.policy_detail {
    padding: 20px 20px 20px 20px;
    background: #c2c2c238;
    box-shadow: 0px 0px 10px silver;
    margin-top: 20px;
}

.information {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 24px;
    background: #4d4d4d;
    color: #fff;
    margin-bottom: 15px;
}
.partnerbg{
    background-image: url('../images/partner/ptr1.png');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.partnerbg1{
    background-image: url('../images/partner/ptr3.png');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.partnerform input{
    margin-bottom: 15px;
}
.partnerform textarea{
    height: 120px;
}
.partnerform .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #c2c2c2a6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(194 194 194 / 10%);
}

/* new css */
.collectionSlides img{
    width: 100%;
}
/* .mobileinfo{
    margin-bottom: 45px;
} */


/* media query for mobile responsive start hear */

/* max 1240  */

@media only screen and (max-width: 1240px){

    /* mobile menu  */
    .menutop ul li a{
        padding: 2px 12px;
      
    }
  
    .logo {
        width: 103px;
        height: auto;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: end;
    }
    .navbar-toggler{
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 10px silver;
        border: 1px solid var(--primary);
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 10px silver;
        border: 1px solid var(--primary);

    }
    .navbar-toggler-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .navbar-toggler-icon i{
        display: flex;
    }
    .carousel-indicators{
        display: none;
    }
    /* mobile menu  */
    .whyimg img {
        width: 100%;
        height: auto;
    }
    .dinjanbrandimg img{
        height: auto;
    }
    .ptr img{
        width: 100%;
        height: 100%;
    }
}


/* min 992 */

@media only screen and (min-width: 991px){
    .section_title-show{
        display: none;
    }
    .quality-show{
        display: none;
    }
}

/* max 992 */

@media only screen and (max-width: 991px){

    /* mobile menu  */
    .navbar{
        /* display: block; */
    }
    .navbar-brand.navbar-header{
        float: left;
    }
    button.navbar-toggler {
        /* display: inline-block; */
        float: right;
    }
    div#main_nav {
        width: 350px;
        background: var(--secondary);
        position: absolute;
        top: 43px;
        right: 0;
        z-index: 999;
        padding: 10px 20px;
    }
    .menutop ul li a{
    }
    .menutop ul li a{
        padding: 12px 12px;
        padding: 12px 12px;
        color: #4d4d4d;
        font-size: 15px;
        line-height: normal;
    }
    li.nav-item {
        border-bottom: 1px solid #fff;
        box-shadow: 0px 0px 10px #d7d7d7;
    }
    /* mobile menu  close */
    .slide2_bgimg{
        height: 390px;
    }
    .slide1_bgimg{
        height: 390px;
    }
    .slide4_bgimg{
        height: 390px;
    }
    .slide-title{
        font-size: 18px;
    }
    .slide-sub-title{
        font-size: 26px;
        padding: 5px 0px;
        text-shadow: 0px 0px #ffffff, 0px 1px #ffffff;
    }
    .slider-description{
        font-size: 16px;
        margin: 8px 0px 8px;
        padding-right: 42%;
    }
    .slider-content{
        top: 0;
        bottom: 0;
    }
    .aboutimg1 img{
        width: 80%;
        height: auto;
    }
    .aboutimg3{
        left: 30px;
    }
    .section_title-hide{
        display: none;
    }
    .about_content-mobile{
        padding-top: 90px;
    }
    .section_title {
        font-size: 24px;
    }
    .dinjan-80{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .dinjan-50{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .dinjan-top{
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .dinjan-bottom{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .dinjan-bottom-50{
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .aboutimg2 img{
        width: 100%;
        height: auto;
    }
    .collectionSlides img{
        width: 100%;
        height: auto;
    }
    .quality-hide{
        display: none;
    }
    .collection_bgclr .section_title{
        margin-bottom: 0px;
    }
   .findto{
    padding-bottom: 20px;
   }
    .dinjan_homecollection p{
        margin-top: 20px;
    }
    .quality{
        font-size: 18px;
    }
    .testimonial-block .inner-box{
        width: 88%;
    }
    .testimonial-block .inner-box .upper-box h4{
        font-size: 16px;
    }
    .signimg {
        position: absolute;
        right: -129px;
        top: 114px;
    }
    .signimg img{
        width: 58%;
        height: auto;
    }
    .footer-widget.links-widget.pl-5{
        padding-left: 0px
    }
    .main-footer .widget-title{
        margin-top: 10px;
        margin-bottom: 9px;

    }
    .t-left{
        text-align: center;
    }
    .t-right {
        text-align: center;
    }
    .s-footer{
        padding: 1px 7px;
    }
    div.about-img-page .aboutimg1 img{
        width: 100%;
        height: auto;
    }
    .about-page .about_content p{
        padding-top: 20px;
    }
    .in{
        padding: 5px 0px;
    }
    .dinjan_team p{
        font-size: 16px;
    }
    .dinjan_team span{
        font-size: 14px;
    }
    .dinjan_team_img img{
        width: 100%;
        height: auto;
    }
    .partner-dinjan img{
        width: 100%;
        height: auto;
    }
    .fashion{
        flex: 0 0 100%;
        margin: 10px 0px; 
    }
    .info-title{
        font-size: 18px;
    }
    .info_number a{
        font-size: 14px;
    }
    .info_icon i{
        height: 45px;
        width: 45px;
        font-size: 20px; 
    }
   
    .breadcrumb-wrap{
        background-position: right;
    }
    .breadcrumb-link{
        background-color:rgb(0 0 0 / 38%);
    }

    .navbar-toggler{
        background: var(--primary);
    }
    .ptr img{
        width: 100%;
        height: 100%;
    }
  
     
  

}



/* max 767 */

@media only screen and (max-width: 767px){
    
    .col-lg-2.col-md-6.link_ft {
        width: 50%;
        float: left;
        margin: 16px 0px;
    }
    .slide2_bgimg{
        height: auto;
    }
    .slide1_bgimg{
        height: auto;
    }
    .slide4_bgimg{
        height: auto;
    }
    .slider-description{
        font-size: 16px;
        margin: 8px 0px 8px;
        padding-right: 28%;
    }
    .slider-content{
        position: relative;
        left: 0;
        right: 0;
        padding-top: 75px;
        padding-bottom: 72px;
    }
    .tailored{
        flex: 0 0 100%;
    }
    .carrer-dinjan img{
        width: 100%;
        height: auto;
    }
    .testimonial-block .inner-box{
        display: block;
        text-align: center;
        padding: 14px 10px;
    }
    .testimonial-block .inner-box .upper-box{
        width: 100%;
    }
    .fastfive{
        justify-content: center;
    }
    .hide-item{
        top: 49px;
        right: 39px; 
    }
    .text p{
       font-size: 15px; 
    }
    .find{
        font-size: 22px;
        margin-bottom: 1px;
        text-align: left 
    }
    .just{
        font-size: 17px;
        margin-bottom: 12px;
        font-weight: 400; 
    }
    .cta_link a{
        font-size: 16px; 
    }
    .w{
        padding: 3px 17px;
    }
    .signimg {
        position: absolute;
        right: -129px;
        top: 77px;
    }
    .smallfooter{
        font-size: 12px; 

    }
    .aboutimg2{
        width: 28%; 
    }
    .breadcrumb-wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .breadcrumb-textsection{
        top: -18px;
        bottom: 0px;
    }
    .breadcrumb-title{
        font-size: 20px;
    }
    .info_icon{
        left: 45%;
        right: 45%;
    }
    .cany_contactinfo:hover .info_icon{
        border: none;
    }
    /* .dinjan-50 .row > div:not(:last-child) {
        margin-bottom: 45px; 
    } */
    .nike .row >  div:not(:last-child){
        margin-bottom: 45px;
    }
}

/* min 667  */
@media only screen and (min-width: 667px){
    .d-667-show{
        display: none;
    }
}

/* max 667 */
@media only screen and (max-width: 667px){
    .slide2_bgimg{
        height: 263px;
    }
    .slide1_bgimg{
        height: 263px;
    }
    .slide4_bgimg{
        height: 263px;
    }
    .slider-content{
        padding-top: 37px;
        padding-bottom: 40px;
    }
    .slide-sub-title{
        font-size: 20px;
    }
    .p{
        padding: 2px 23px;
        font-size: 13px; 
    }
    .d-667{
        display: none;
    }
    .carousel-item{
        /* background: var(--secondary); */
    }
    .slider-description{
        padding-right: 0%;
    }
    .carousel-indicators{
        display: none;
    }
}


/* max 592 */

@media only screen and (max-width: 592px){
    .slide2_bgimg{
        height: 192px;
    }
    .slide1_bgimg{
        height: 192px;
    }
    .slide4_bgimg{
        height: 192px;
    }
    #slider .carousel-control .fa-angle-left, #slider .carousel-control .fa-angle-right{
        top: 17%;
    }
    .slider-content{
        padding-left: 0px;
        padding-right: 0px; 
    }
    .slider-content {
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .dinjan_blogcontent{
        padding: 7px 7px 7px 7px; 
    }
    .ideal{
        font-size: 18px;
    }
    .aboutimg2{
        width: 35%;
    }
    .fashion{
        display: block;
    }
    .choose-icon{
        margin-bottom: 10px;
    }
    .accordion-body{
        padding: 10px 10px;
    }
    .find{
        font-weight: 500;
    }
    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

/* max 460 */

@media only screen and (max-width: 460px){
    .slide2_bgimg{
        height: 180px;
    }
    .slide1_bgimg{
        height: 180px;
    }
    .slide4_bgimg{
        height: 180px;
    }
    #slider .carousel-control .fa-angle-left, #slider .carousel-control .fa-angle-right{
        top: 17%;
    }
    .slider-content{
        padding-left: 0px;
        padding-right: 0px; 
    }
    .slider-content {
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .aboutimg1 img {
        width: 90%;
        height: auto;
    }
    .aboutimg3 {
        left: 0px;
        width: 33px;
        height: auto;
        bottom: 144px;
    }
    .breadcrumb-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .breadcrumb-link{
        font-size: 12px;
    }
    .breadcrumb-textsection {
        top: -29px;
        bottom: 0px;
    }
    .breadcrumb-title {
        font-size: 18px;
    }
    .breadcum_info{
        display: none;
    }
    .section_title {
        font-size: 20px;
    }
    .drive{
        font-size: 20px;

    }
 
}



/* max 350 */

@media only screen and (max-width: 350px){
    .slide2_bgimg{
        height: 128px;
    }
    .slide1_bgimg{
        height: 128px;
    }
    .slide4_bgimg{
        height: 128px;
    }
    
}


/* max 480 */

@media only screen and (max-width: 440px){
    div#main_nav{
        width: 100%;
    }
}

p.alert {
    background: #000;
    color: #fff;
}

