@charset "utf-8";
/***** Design By Sagar 5.1 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("owl.carousel.css");
@import url("animations.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* CSS Document font-family: "Italianno", cursive; */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Inter', sans-serif;
}
/* Transition Layer: Light background with Blur */
.loader-layer {
position: fixed;
top: 0;
left: 0; /* Page load par screen ke upar hoga */
width: 100%;
height: 100vh;
background:#b08625;
z-index: 999999;
transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
display: flex;
}
#dyanmic .one{animation:fadeInUp 1s;}
#dyanmic .one:nth-child(2n+2){animation:fadeInUp 2s;}
#dyanmic .one:nth-child(2n+3){animation:fadeInUp 3s;}
#dyanmic .one:nth-child(2n+4){animation:fadeInUp 4s;}
#dyanmic .one:nth-child(2n+5){animation:fadeInUp 5s;}
#dyanmic .one:nth-child(2n+6){animation:fadeInUp 6s;}
#dyanmic .one:nth-child(2n+7){animation:fadeInUp 7s;}
#dyanmic .one:nth-child(2n+8){animation:fadeInUp 8s;}
#dyanmic .one:nth-child(2n+9){animation:fadeInUp 9s;}
#dyanmic .one:nth-child(2n+10){animation:fadeInUp 9.46s;}
#dyanmic .one:nth-child(2n+11){animation:fadeInUp 9.8s;}
#dyanmic .one:nth-child(2n+12){animation:fadeInUp 10s;}
#dyanmic .one:nth-child(2n+13){animation:fadeInUp 10.4s;}
#dyanmic .one:nth-child(2n+14){animation:fadeInUp 10.8s;}
#dyanmic .one:nth-child(2n+15){animation:fadeInUp 11.2s;}
#dyanmic .one:nth-child(2n+16){animation:fadeInUp 11.6s;}
#dyanmic .one:nth-child(2n+17){animation:fadeInUp 12s;}
#dyanmic .one:nth-child(2n+18){animation:fadeInUp 12.4s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 12.8s;}
#dyanmic .one:nth-child(2n+19){animation:fadeInUp 13s;}
/* Slide Out effect: Right ki taraf slide hoga */
.loader-hidden {
transform: translateX(-100%);
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Inter", serif;font-weight: 700;
}

p {
    font-family: 'Inter', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #9e7516;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #9e7516;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000;
    --secondary: #000;
}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
	position: absolute;
    z-index: 999;
    width: 100%;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 10px 12px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
	text-transform: uppercase;
}

.headerf-0flex li a:hover {
	color:#b08625;
}
.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .1s;
}



.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 500;
    background-color:#b08625;
	border-bottom:1px solid #fff;
}

.dropdoqwn li a:hover {
    background-color:#fff;
    color: #b08625;
}
.headgift{ background:#fff; padding:5px; text-align:center;}
.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffffd9;
	backdrop-filter: blur(12px);
}
.darkHeader .logo img{width:200px;}
.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	position:absolute;
	    padding-bottom: 5px;
}
.headsearch::placeholder{ color:#f0cbcd;}
.headsearch{ background:none; border:none; border-bottom:1px solid #fff; padding: 5px 5px 5px 25px; width:100%; position:relative; color:#fff; outline:none;}
.two-elements {
    display: flex;
    align-items: center;
}

.get {
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-left: 22px;
    font-size: 14px;
    text-transform: uppercase;
    background: linear-gradient(to right, #fff 50%, #b08625 50%);
  	background-size: 200% 100%;
  	background-position: right bottom;
  	transition: all .5s ease-out;
}
.get:hover {
  background-position: left bottom;
  color: #350608;
}

.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
	    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom{ margin-top:-42px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff!important;
    border-bottom: none;
	text-transform:uppercase;
	font-weight:600;
	
}
.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
	text-transform:uppercase;
	font-weight:600;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}
.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
	background:#fff;
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
	border-radius:0px 0px 6px 6px;
}

.owl-prev{ display:inline-block;background: #b08625;width: 40px;height: 40px;
color: #fff;}
.owl-prev:hover{ background:#fff; color:#333333;}
.owl-next:hover{ background:#fff; color:#333333;}
.owl-next{ display:inline-block;background: #b08625;;width: 40px;height: 40px;
color: #fff;margin-left: 20px;}
.owl-controls{
	position:absolute;
	left:0;
	right:0;
	max-width: 1230px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20
}
.owl-prev i{ font-size:28px;margin-left: 3px;}
.owl-next i{ font-size:28px;margin-left: 3px;}

.owl-carousel{ position:static !important}
.user_panel
.user_panel p{margin-bottom: 22px;margin-top: 22px; color:#56524a;}
.user_panel strong{ font-size:40px; color:#b08625; padding-bottom:5px;}
.user_panel span{color:#56524a;}

.profile img{width:100px; height:100px; border-radius:100px; margin-right:22px;}	
.text_group strong{display:block;}	
.text_group span{ display:block;color:#666;}
.star i{ display:inline-block; color:#fbc12f; margin-top:10px;}
.whychose h5{ text-align:center; font-size:40px; padding-bottom:20px;}

.whychose{font-family: 'Inter', sans-serif; text-align:center;}
.whychose h6{font-family: 'Inter', sans-serif; padding-top:20px; padding-bottom:20px; font-size:18px;}
.whychose p{ color:#666;}

.cabgdiv{ background:url(../images/carbg.png) no-repeat top #f0f0f0; background-size:100%;padding:60px 0px 100px 0px; margin-top:50px;}
.cabgdiv h3{ font-size:50px; padding-bottom:30px; text-align:center;text-transform:uppercase;}
.cabgdiv h6{ font-size:24px; text-align:center; text-transform:uppercase;font-family: 'Inter', sans-serif; font-weight:400;}
.carboxcont{ position:relative; margin-top:50px;}
.carboxcont img{ width:100%; height:500px; object-fit:cover;}
.carboxcont h5{position: absolute;text-shadow:1px 1px 10px #fff, 1px 1px 10px #fff;bottom: 100px;left: 40px;color: #fff;font-size: 28px;}
.carboxcont a{position: absolute;bottom: 30px; background:#fff;     padding: 12px 20px;left: 40px;}

.carperb img{ border-radius:15px; margin-top:50px;}

.indexabout{ background:url(../images/Nexora.png) no-repeat top #f1e9da; background-position:center; padding:60px 0px; text-align:center;}
.indexsmall{border-bottom:1px solid #b08625; display:table; line-height:20px;margin: 0 auto;}
.indexabout h1{ color:#b08625; margin-bottom:30px; font-size:50px;}
.indexprobg{ background:#b08625;}
.indexprobg img{ width:100%; object-fit:cover;}
.indexprotext{ padding:50px 60px; color:#fff;width: 50%;margin: auto;}
.indexprotext h2 {
  font-size: clamp(2rem, 2vw + 1rem, 4.5rem); margin-bottom:30px;
}
.readmore{border-bottom:1px solid #fff; display:table; line-height:20px; color:#fff;}
.readmore:hover{ color:#000000;}

.cleintbg{ background:#fff; padding:50px 0px; text-align:center;}
.cleintbgsmall{border-bottom:1px solid #b08625; display:table; line-height:20px;margin: 0 auto;}
.cleintbg h3{ color:#b08625; margin-bottom:30px; font-size:50px;}



.testibgdiv{ background:#f1e9da; padding:50px 0px 90px; text-align:center;}
.testibgdiv small{ border-bottom:1px solid #b08625; display:table; line-height:20px;margin: 0 auto;}

.footertopmain{ padding:50px 0px;}
.footertop{ text-align:center; font-size:18px;}
.footertop h4{ padding:20px;font-family: 'Inter', sans-serif;}

/*** FOOTER ***/
footer{ background:#f1e9da; color:#221c10;    font-size: 14px;}
.footerbox{ margin-top:80px;color:#221c10;}
.footerbox a{ color:#221c10;line-height: 20px;font-size: 14px;}
.footerbox a:hover{ color:#000;}
.footerbox strong{font-family: 'Inter', sans-serif; padding-bottom:20px; font-size:22px; font-weight:700; color:#514939;}
.footerbox ul li{ margin-bottom:10px;}
.footerbox i{ margin-right:5px; font-size:16px;}
.footercopy{text-align: center;
    color: #221c10;
    margin-top: 8px;
    border-top: 1px solid #fff;
    padding: 10px;
    font-size: 13px;}
.footercopy a{ color:#221c10;}
.footerboxcenter{ text-align:center; padding:0px 50px;}
.footerboxcenter img{ margin-bottom:20px;}
.footerboxcenter a i{ color:#fff;  padding:5px 8px;background: linear-gradient(to right, #fff 50%, #b08625 50%);
  	background-size: 200% 100%;
  	background-position: right bottom;
  	transition: all .5s ease-out;}
.footerboxcenter a i:hover{opacity:1;background-position: left bottom;color: #350608;}
.footerbottom{ background:#b08625; height:10px;}
.footerbottom a{color:#fff; text-transform:uppercase;padding: 0px 20px; font-size:13px;}
.whatfixed{ position:fixed; bottom:70px; right:15px; z-index:9999;}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee__item img{ width:160px; height:120px; object-fit:contain; padding:20px;}
.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 90s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}


@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marqueepro {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marqueepro__item img{ width: 180px;
    height: 150px;
    object-fit: contain;
    padding: 10px;}
.marqueepro:hover .marqueepro__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.marqueepro__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 40s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}


@-webkit-keyframes marqueepro {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marqueepro {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.commanbradbg{color:#fff; position:relative; text-align:center;}
.commanbradbg img{ width:100%; height:433px; object-fit:cover;}
.bradtext h6{ font-size:40px; padding-bottom:15px;}
.bradtext{display: flex;align-items: center;justify-content: center;height:433px;flex-direction: column;z-index: 9; top: 0px;width: 100%; position:absolute;}
.bradtext a{ color:#fff;}
.loader-layer{ color:#FFFFFF; font-size:50px; font-weight:700;display: flex;align-items: center;justify-content: center;height:100vh;flex-direction: column;}
.loader-layer small{ font-size:12px;letter-spacing: 7px;}
.commanpagebody{ padding:60px 0px;}
.contfrom{ background:#b08625; padding:50px; color:#fff;}
.commanpagebody h3{ color:#b08625;}
.conttext{ font-size:18px; color:#333333; font-weight:300;}
.conttext i{color:#b08625; margin-right:15px;}
.continput{ width:100%; outline:none; border:none; background:none; border-bottom:1px solid #fff; padding:8px 0px; color:#fff; margin-bottom:8px;}
.continput::placeholder {
    color: #fff;font-style: italic;
}
.continputbutton{outline:none; border:1px solid #fff; font-size:16px; color:#fff; padding:10px 15px;  background:none;}
.continputbutton:hover{ background:#fff; color:#b08625;}
.aboutuspage{ font-size:16px; color:#333333;background: url(../images/Nexora.png) no-repeat;
    background-position: center;}
.aboutuspage h4{color:#b08625; font-size:20px; padding-bottom:20px;}
.myclients{ background:#fff; padding:50px 50px;}
.myclients img{ width:100%; height:150px; padding:20px; object-fit:contain;}
.produbg{ margin-bottom:10px; margin-top:10px; text-align:center;}
.produbg img{ width:100%; height:250px; object-fit:contain;}
.prolinktag{ border:1px solid #333333; color:#000; padding:8px 15px; font-size:14px; margin-top:30px;}
.prolinktag:hover{ border:1px solid #b08625; background:#b08625; color:#fff;}
.prodetailpage h1{ color:#b08625; font-size:30px;}
.prodetailpage h2{ color:#999999; font-size:16px; font-weight:400;}
.prodetailpage{ font-size:16px; color:#333333;}
.productpdfbutton {
    background: #b08625;
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-align: center;
}
.prodetailstag {
    background: #dfffdd;
    padding: 12px 10px;
    color: #153413;
}
.projectworkbg{ padding:50px 0px 30px; background:#eee;}
.projectworkbox{ margin-left:0px; margin-right:0px; margin-bottom:20px;}
.projectheadbg{ background:#b08625; padding:40px; color:#fff; font-size:16px;}
.projectheadbg h3{ color:#fff; padding-bottom:15px;}
.projectheadbg1{background:#fff; padding:40px 40px 20px 40px; color:#000;}
.projectwork img{ width:100%; height:120px; object-fit:cover;}
.projectwork {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    margin-bottom:20px;
}



